@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span {
  display: inline-block;
}

html {
  font-size: clamp(15px, 1.25vw, 15px);
  scroll-behavior: smooth;
}
@media screen and (max-width: 834px) {
  html {
    font-size: 3.73vw;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1A1311;
}
body a,
body button {
  cursor: pointer;
  transition: all 0.2s linear;
}
body a:hover,
body button:hover {
  opacity: 0.7;
}
body a {
  word-break: break-all;
}
body * > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* root container */
.l-wrapper {
  overflow-x: clip;
}

/* container */
.l-container {
  width: calc(100% - 5.33rem);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .l-container {
    width: calc(100% - 2.86rem);
  }
}

.l-header {
  height: 5.33rem;
  background-color: #fff;
}
.l-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 3.33rem;
}
.l-header__logoWrap {
  display: flex;
  align-items: center;
}
.l-header__logoImg {
  position: relative;
  height: 2.67rem;
  margin: 0 1.33rem 0 0;
}
.l-header__logoImg > img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__logoImg::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.33rem;
  display: inline-block;
  width: 1px;
  height: 87%;
  background-color: #1A1311;
}
.l-header__logoText {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: 0.93rem;
  font-weight: 400;
  margin: 0 0 0 1.33rem;
}
@media screen and (max-width: 834px) {
  .l-header {
    height: 3.75rem;
  }
  .l-header__inner {
    justify-content: center;
    padding: 0 1.43rem;
  }
  .l-header__logoImg {
    height: 1.61rem;
    margin: 0 0.79rem 0 0;
  }
  .l-header__logoImg::after {
    right: -0.79rem;
  }
  .l-header__logoText {
    font-size: 0.71rem;
    margin: 0 0 0 0.79rem;
  }
}

.l-footer {
  background-color: #013161;
  padding: 4rem 0;
}
.l-footer__body {
  display: grid;
  grid-template-areas: "logo btnWrap" "menu menu" "copy copy";
  justify-content: space-between;
}
.l-footer__logo {
  grid-area: logo;
  align-self: start;
  width: 28.67rem;
}
.l-footer__logo > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__btnWrap {
  grid-area: btnWrap;
  width: 20rem;
  margin: 0 0 5rem;
}
.l-footer__btnWrap > *:not(:last-child) {
  margin-bottom: 1.33rem;
}
.l-footer__btn {
  color: #fff;
}
.l-footer__menu {
  grid-area: menu;
  display: flex;
  align-items: center;
  gap: 0 2rem;
  margin: 0 0 1.33rem;
}
.l-footer__menu > li {
  color: #fff;
  font-size: 0.87rem;
}
.l-footer__copyright {
  grid-area: copy;
  display: block;
  color: #fff;
  font-size: 0.8rem;
  font-family: "Arial", sans-serif;
  opacity: 0.4;
}
@media screen and (max-width: 834px) {
  .l-footer {
    padding: 4.29rem 0;
  }
  .l-footer__body {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 2.86rem 0;
  }
  .l-footer__logo {
    width: 100%;
  }
  .l-footer__btnWrap {
    width: 20rem;
    margin: 0;
  }
  .l-footer__btnWrap > *:not(:last-child) {
    margin-bottom: 0.71rem;
  }
  .l-footer__menu {
    width: 20rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.71rem 0;
  }
  .l-footer__menu > li {
    font-size: 0.86rem;
  }
  .l-footer__copyright {
    font-size: 0.86rem;
    text-align: center;
  }
}

.c-chevron-btn {
  position: relative;
  min-width: 20rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.2rem 1.87rem;
}
.c-chevron-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  opacity: 0.3;
}
.c-chevron-btn::after {
  content: "";
  display: block;
  width: 0.4rem;
  aspect-ratio: 1/1;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
@media screen and (min-width: 835px) {
  .c-chevron-btn {
    transition: all 0.2s linear;
  }
  .c-chevron-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 834px) {
  .c-chevron-btn {
    min-width: initial;
    width: 100%;
    padding: 1rem 1.79rem;
  }
  .c-chevron-btn::after {
    width: 0.43rem;
  }
}

/* ================================
Main Visual
================================ */
.p-mv {
  aspect-ratio: 1440/733;
  padding: 0 0 0 8.33vw;
}
.p-mv__body {
  position: relative;
  display: flex;
  /*height: 87%;*/
  height: auto;
}
.p-mv__body .swiper-custom-button-wrap {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  display: flex;
  transform: translateY(50%);
}
.p-mv__body .swiper-custom-button-prev,
.p-mv__body .swiper-custom-button-next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.33rem;
  aspect-ratio: 1/1;
  background-color: #013161;
  transition: all 0.2s linear;
  cursor: pointer;
}
.p-mv__body .swiper-custom-button-prev::before,
.p-mv__body .swiper-custom-button-next::before {
  content: "";
  display: block;
  width: 0.53rem;
  aspect-ratio: 1/1;
}
.p-mv__body .swiper-custom-button-prev:hover, .p-mv__body .swiper-custom-button-prev:active,
.p-mv__body .swiper-custom-button-next:hover,
.p-mv__body .swiper-custom-button-next:active {
  background-color: #001B36;
  transform: scale(1.2);
}
.p-mv__body .swiper-custom-button-prev::before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
}
.p-mv__body .swiper-custom-button-next::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.p-mv__body .swiper-custom-pagination {
  position: absolute;
  z-index: 20;
  top: 0;
  left: -5.33rem;
  width: 0.87rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em 0.25em;
  font-size: 1rem;
  font-family: "Arial", sans-serif;
}
.p-mv__body .swiper-pagination-total {
  opacity: 0.3;
}
@media screen and (max-width: 1200px) {
  .p-mv {
    padding: 0 0 0 1.73rem;
	margin: 1.5rem 0;
  }
  .p-mv__body .swiper-custom-pagination {
    left: 0.33rem;
  }
}
@media screen and (max-width: 834px) {
  .p-mv {
    min-height: 37.5rem;
    max-height: 43.86rem;
    /*height: calc(100lvh - 3.75rem);*/
    aspect-ratio: initial;
    padding: 0;
	margin: 0 0 1.5rem;
  }
  .p-mv__body {
    /*height: 100%;*/
	height: auto;
    flex-direction: column-reverse;
    gap: 0.71rem 0;
  }
  .p-mv__body .swiper-custom-button-wrap {
    bottom: initial;
    top: 24.29rem;
    transform: translateY(-50%);
  }
  .p-mv__body .swiper-custom-button-prev,
  .p-mv__body .swiper-custom-button-next {
    width: 2.86rem;
  }
  .p-mv__body .swiper-custom-button-prev::before,
  .p-mv__body .swiper-custom-button-next::before {
    width: 0.46rem;
  }
  .p-mv__body .swiper-custom-pagination {
    top: 24.64rem;
    left: 1.43rem;
    transform: none;
    width: auto;
    height: 1.07rem;
    flex-direction: row;
    justify-content: left;
    font-size: 0.93rem;
  }
  .p-mv__body .swiper-pagination-border {
    transform: rotate(-90deg);
  }
}

.p-mv-tab {
  /*width: 27%;
  padding: 0 3.82vw;*/
  width: 22%;
  padding: 0 1.5vw;
  touch-action: pan-y !important;
}
.p-mv-tab .swiper-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4% 0;
  transform: none !important;
}
.p-mv-tab .swiper-slide {
  width: 88% !important;
  height: auto !important;
  aspect-ratio: 220/74;
  filter: grayscale(100%);
  cursor: pointer;
}
.p-mv-tab .swiper-slide.swiper-slide-thumb-active {
  filter: none;
}
@media screen and (max-width: 834px) {
  .p-mv-tab {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2.14rem 0;
	margin: 2rem auto 0;
  }
  .p-mv-tab .swiper-wrapper {
    height: auto !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.07rem 1.07rem;
  }
  .p-mv-tab .swiper-slide {
    width: auto !important;
    max-height: 3.57rem;
    height: 7.5vh !important;
  }
}

.p-mv-slider {
  flex: 1;
}
.p-mv-slider .swiper-slide {
  height: 100% !important;
}
.p-mv-slider .swiper-slide > img {
  width: 100%;
  -o-object-position: top left;
     object-position: top left;
}
@media screen and (min-width: 835px) {
.p-mv-slider .swiper-slide {
  aspect-ratio: 2880/1920;
}
}
@media screen and (max-width: 834px) {
  .p-mv-slider {
    flex: initial;
    width: 100%;
    aspect-ratio: 750/680;
  }
}

.p-brand {
  background-color: #f6f6f6;
  padding: 6.67rem 0;
}
.p-brand__heading {
  font-size: 1.73rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 2.67rem;
}
.p-brand__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
@media screen and (max-width: 834px) {
  .p-brand {
    padding: 2.86rem 0;
  }
  .p-brand__heading {
    font-size: 1.21rem;
    margin: 0 0 1.43rem;
  }
  .p-brand__list {
    gap: 1.07rem 0.71rem;
  }
}

.p-brand-block {
  display: flex;
  align-items: center;
  gap: 0 3.33rem;
  padding: 2.67rem 4.67rem;
  background-color: #fff;
}
.p-brand-block__img {
  flex-shrink: 0;
  width: 30%;
}
.p-brand-block__content {
  position: relative;
  flex: 1;
  padding: 0 4rem 0 0;
}
.p-brand-block__content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.67rem;
  aspect-ratio: 1/1;
  border-top: 1px solid #1A1311;
  border-right: 1px solid #1A1311;
  transform: translateY(-50%) rotate(45deg);
}
.p-brand-block__name {
  font-size: 1.33rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
.p-brand-block.-sm .p-brand-block__name {
  margin: 0;
}
.p-brand-block__desc {
  line-height: 1.9;
  opacity: 0.8;
}
.p-brand-block__desc > small {
  color: #6F6F6F;
  font-size: 1em;
}
.p-brand-block:hover {
  opacity: 0.7;
}
@media screen and (min-width: 835px) {
  .p-brand-block {
    position: relative;
  }
  .p-brand-block::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 0.27rem;
    height: 100%;
    background-color: #013161;
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  .p-brand-block:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 834px) {
  .p-brand-block {
    flex-direction: column;
    align-items: center;
    gap: 1.43rem 0;
    padding: 2.14rem 1.43rem;
  }
  .p-brand-block__img {
    width: 100%;
  }
  .p-brand-block__content {
    width: 100%;
    padding: 0 0 1.96rem;
  }
  .p-brand-block__content::after {
    top: initial;
    bottom: 0;
    right: initial;
    left: 50%;
    width: 0.54rem;
    transform: translateX(-50%) rotate(45deg);
  }
  .p-brand-block__name {
    font-size: 1.21rem;
    text-align: center;
    margin: 0 0 1.07rem;
  }
  .p-brand-block__desc > small {
    font-size: 0.86rem;
  }
}
.p-brand-block.-sm {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 834px) {
  .p-brand-block.-sm {
    width: calc(50% - 0.36rem);
    padding: 2.14rem 0.89rem 1.07rem;
  }
  .p-brand-block.-sm .p-brand-block__content {
    padding: 0 0 1.61rem;
  }
}

/* adjustment */
.u-display--sm {
  display: none;
}
@media screen and (max-width: 834px) {
  .u-display--sm {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .u-hidden--sm {
    display: none;
  }
}

/* Information */
.p-info {
  background-color: #ecf0f3;
  padding: 6.67rem 0;
}
.p-info__heading {
  font-size: 1.73rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 2.67rem;
}
.p-info__list {
 border-top: 1px dashed #013161;
}
.p-info__list li{
 padding: 1rem .5rem;
 border-bottom: 1px dashed #013161;
}

.p-info-block__meta{
 display: flex;
 align-items: center;
 gap: 1rem;
 margin: 0 0 .5rem;
}
.p-info-block__date{
 font-size: 1.1rem;
}
.p-info-block__category{
 display: inline-block;
 color: #FFF;
 padding: .25rem 1rem;
 background-color: #013161;
}

.p-info-block__text{
 position: relative;
 padding: 0 1.25rem 0 0;
 font-size: 1.1rem;
}
.p-info-block__text:before{
 position: absolute;
 content: "";
 top: 50%;
 right: 0;
 width: .75rem;
 height: .75rem;
 border-top: #333 solid 2px;
 border-right: #333 solid 2px;
 transform: translateY(-50%) rotate(45deg);
}

.p-info-block__link{
 text-decoration: underline;
}
.p-info-block__link[target="_blank"]:after{
 display: inline-block;
 content: "";
 width: 16px;
 height: 16px;
 margin: 0 0 0 .5rem;
 vertical-align: middle;
 background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktYm94LWFycm93LXVwLXJpZ2h0IiB2aWV3Qm94PSIwIDAgMTYgMTYiPiA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjYzNiAzLjVhLjUuNSAwIDAgMC0uNS0uNUgxLjVBMS41IDEuNSAwIDAgMCAwIDQuNXYxMEExLjUgMS41IDAgMCAwIDEuNSAxNmgxMGExLjUgMS41IDAgMCAwIDEuNS0xLjVWNy44NjRhLjUuNSAwIDAgMC0xIDBWMTQuNWEuNS41IDAgMCAxLS41LjVoLTEwYS41LjUgMCAwIDEtLjUtLjV2LTEwYS41LjUgMCAwIDEgLjUtLjVoNi42MzZhLjUuNSAwIDAgMCAuNS0uNSIvPiA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiAuNWEuNS41IDAgMCAwLS41LS41aC01YS41LjUgMCAwIDAgMCAxaDMuNzkzTDYuMTQ2IDkuMTQ2YS41LjUgMCAxIDAgLjcwOC43MDhMMTUgMS43MDdWNS41YS41LjUgMCAwIDAgMSAweiIvPjwvc3ZnPg==");
 background-repeat: no-repeat;
 background-size: 16px 16px;
}

@media screen and (max-width: 834px) {
.p-info {
    padding: 2.86rem 0;
  }
  .p-info__heading {
    font-size: 1.21rem;
    margin: 0 0 1.43rem;
  }
.p-info-block__meta{
 justify-content: space-between;
}
}