@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #022247;
  background: #ffffff;
}

.l-wrapper {
  position: relative;
}

.l-inner {
  padding: 0 20px;
  position: relative;
}

@media screen and (min-width:768px) {
  .l-inner {
    padding-inline: clamp(60px, 8.0527086384vw, 110px);
  }
}
@media screen and (min-width:1367px) {
  .l-inner {
    padding-inline: calc((100vw - 1146px) / 2);
  }
}

.c-link {
  display: block;
  color: inherit;
}

@media (any-hover: hover) {
  .c-link:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.c-section__title {
  color: #022247;
}

.c-section__title-en {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(40px, 5.2734375vw, 54px);
  font-weight: 500;
}

.c-section__title-ja {
  margin-top: 16px;
  padding-left: 45px;
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 2;
  font-weight: 500;
  position: relative;
}
.c-section__title-ja::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 30px;
  height: 1px;
  background: #022247;
}

.c-btn {
  padding-block: 14px;
  padding-inline: clamp(60px, 7.2265625vw, 74px);
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  background: #022247;
  border-radius: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%; /* 初期位置：左の外側に隠しておく */
  width: 100%;
  height: 100%;
  /* 半透明の白いグラデーションで光を作る */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg); /* 光の帯を斜めに傾ける */
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease; /* 光が通り過ぎる速度 */
  z-index: 1;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 25.6px;
  width: 10px;
  aspect-ratio: 10/11;
  background: url(../images/icon-arrow-white.svg) no-repeat center center/cover;
}
@media (any-hover: hover) {
  .c-btn:hover {
    color: #ffffff;
    opacity: 1;
  }
  .c-btn:hover::before {
    left: 150%;
  }
}


.c-head {
  padding-top: clamp(160px, 20.1666666667vw, 242px);
  padding-bottom: clamp(160px, 21.4166666667vw, 257px);
  position: relative;
}
.c-head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/head-bg.jpg) no-repeat center center/cover;
  pointer-events: none;
      z-index: -1;
}


.c-head__title {
  padding-inline: 20px;
  padding-left: var(--head-pl);
    --head-pl: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .c-head__title {
    --head-pl: clamp(60px, 8.3333333333vw, 100px);
  }
}
@media screen and (min-width:1367px) {
  .c-head__title {
    --head-pl: 100px;
  }
}

.c-head__title-en,
.c-head__title-ja {
  color: #022247;
  background-image: linear-gradient(to right, #022247 0, #022247 calc(100vw - min(80.9663250366vw, 1280px)), #ffffff calc(100vw - min(80.9663250366vw, 1280px)), #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 100vw 100%;
  background-position-x: calc(-1 * var(--head-pl));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.c-head__title-en {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(40px, 5.2734375vw, 54px);
  font-weight: 500;
}

.c-head__title-ja {
  margin-top: 16px;
  padding-left: 45px;
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 2;
  font-weight: 500;
  position: relative;
}
.c-head__title-ja::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 30px;
  height: 1px;
  background: #022247;
}


.c-head__bg {
  position: absolute;
  top: 150px;
  right: 0;
  width: 80.9663250366%;
  max-width: 1280px;
  aspect-ratio: 1106/400;
}
.c-head__bg {
  position: absolute;
  top: 160px;
  right: 0;
  width: 80.9663250366%;
  max-width: 1280px;
  height: clamp(140px, 29.2825768668vw, 462.9294755877px);
}
.c-head__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .c-head__bg {
    top: 110px;
  }
}

.c-head__bg .c-breadcrumb__wrap {
  position: absolute;
  top: 12px;
  right: 21px;
  padding: 0;
  margin: 0;
}

.c-body {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f3ea), color-stop(97%, #f7f7f3), to(#f6f5f1));
  background: linear-gradient(to bottom, #f5f3ea 0%, #f7f7f3 97%, #f6f5f1 100%);
}


.c-page__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:768px) {
  .c-page__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 27px;
  }
}

.c-page__title-en {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(32px, 4.19921875vw, 43px);
  font-weight: 500;
}

.c-page__title-ja {
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .c-page__title-ja {
    margin-top: 14px;
  }
}


.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 32px;
  right: 20px;
  width: 60px;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:1200px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon.js-show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
}

.drawer__icon-bar {
  width: 30px;
  height: 2px;
  background: #022247;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #303030;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
@media screen and (min-width:414px) {
  .drawer {
    width: 400px;
  }
}

.drawer.js-show {
  translate: 0;
}

.drawer__menu-list {
  margin-top: 100px;
  padding-inline: 50px;
  margin-bottom: 50px;
}
.drawer__menu-list .p-header__menu,
.drawer__menu-list .p-header__btn-wrap {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drawer__menu-list .p-header__menu-link {
  color: #ffffff;
}
.drawer__menu-list .p-header__shop-btn,
.drawer__menu-list .p-header__btn {
  margin-top: 24px;
  width: 100%;
  max-width: 240px;
  margin-inline: auto;
}

.c-breadcrumb__wrap {
  padding-top: 103px;
  margin-right: 24px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 4;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb a {
  color: inherit;
  padding: 0;
}
@media (any-hover: hover) {
  .c-breadcrumb a:hover {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-arrow {
  margin-left: 12px;
  margin-right: 12px;
  width: 5.7px;
  height: 8.46px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center/cover;
}

.c-under {
  display: inline-block;
  position: relative;
}
.c-under::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #022247;
  scale: 0;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}
@media (any-hover: hover) {
  .c-under:hover::after {
    scale: 1;
  }
}
.c-under.white::after {
  background: #ffffff;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width:100%;
}


.animated__fadeIn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
  transition: opacity 1s ease, transform 1s ease, visibility 1s ease, -webkit-transform 1s ease;
}
.animated__fadeIn.is-ready {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.animated__fadeIn.js-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}



.sp-hidden br {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden br {
    display: block;
  }
}

.sp-hidden--first br:first-of-type {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden--first br:first-of-type {
    display: block;
  }
}

.sp-hidden-xl br {
  display: none;
}
@media screen and (min-width:1024px) {
  .sp-hidden-xl br {
    display: block;
  }
}

@media screen and (min-width:768px) {
  .pc-hidden br {
    display: none;
  }
}

@media screen and (min-width:1024px) {
  .xl-hidden br {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  .xxl-hidden br {
    display: none;
  }
}

.instaCont {
    margin-top: -32px;
  padding-top: clamp(80px, 11vw, 132px);
  padding-bottom: clamp(80px, 10vw, 120px);
  background: #ffffff;
  border-radius: 30px 30px 0 0;
}
.instaCont a {
  color: #3c3c3c;
}
.instaCont .p-insta__items {
  margin-top: clamp(40px, 4.1666666667vw, 50px);
}

.instaCont section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width:768px) {
  .instaCont section {
    gap: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.instaCont article {
	width: 50%;
  max-width: calc(50vw - 30px);
}

.instaCont section>article:nth-of-type(n + 3) {
	margin: 40px 0 0;
}

.instaCont .imgBx01 {
	position: relative;
	display: block;
	padding: 0 0 100% 0;
}

.instaCont .imgBx01:hover {
	opacity: 0.7;
}

.instaCont .imgBx01 img,
.instaCont .imgBx01 video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width:100%;
	width: auto;
	max-height: 100%;
	height: auto;
  aspect-ratio:1/1;
  border-radius: 10px;
}

.instaCont .imgBx01>span {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.instaCont .imgBx01>img+span,
.instaCont .imgBx01>video+span {
	display: none;
}

.instaCont .webgene-item-main-video {
	display: block;
	width: auto;
	max-width: 100%;
}

.instaCont .webgene-item .dayTxt {
  font-size: 0.85em;
}

.instaCont .webgene-item .snsTit {
  font-size: 14px;
  font-weight: 500;
  margin-inline: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width:768px) {
	.instaCont article {
		width: 25%;
	}
	.instaCont section>article:nth-of-type(n + 2) {
		margin: 0;
	}
}

@media screen and (min-width:1200px) {
	.instaCont article {
		width: 25%;
      max-width:266px;
	}
	.instaCont section>article:nth-of-type(n + 3) {
		margin: 0;
	}
}