@charset "UTF-8";

body {
  font-family: "M PLUS 1p", sans-serif;
  color: #2C2C2C;
}

.l-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .l-inner {
    padding-inline: clamp(60px, 6.0761346999vw, 83px);
  }
}
@media screen and (min-width:1367px) {
  .l-inner {
    padding-inline: calc((100vw - 1200px) / 2);
  }
}

.l-wrapper {
  position: relative;
   overflow: hidden;
}

.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-en {
  font-family: "Belleza", serif;
  color: #56B2C7;
  font-size: clamp(56px, 6.6666666667vw, 80px);
  line-height: 1.15;
}

.c-section__title-ja {
  margin-top: 2px;
  color: #aec3c7;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.3888888889;
  letter-spacing: 0.54px;
  font-weight: 500;
}

.c-btn {
  padding-block: 18px;
  padding-inline: 25px 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.42px;
  border: 1px solid #2c2c2c;
  background: #2c2c2c;
  border-radius: 30px;
  max-width: 200px;
  width: 100%;
  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 .text {
  padding-right: 36px;
  position: relative;
  z-index: 2;
}
.c-btn .text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../images/icon-right-btn.png) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .c-btn:hover {
    color: #ffffff;
  }
  .c-btn:hover::before {
    left: 150%;
  }
}

.c-head {
  margin-top: 82px;
  padding-top: clamp(100px, 12.79296875vw, 131px);
  padding-left: 20px;
  padding-bottom: 29px;
  color: #ffffff;
  background: url(../images/page-bg.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (min-width:768px) {
  .c-head {
    padding-left: clamp(40px, 6.8333333333vw, 82px);
  }
}
@media screen and (min-width:1367px) {
  .c-head {
    padding-left: calc(82px + (100vw - 1366px) / 2);
  }
}

.c-head__title-en {
  font-family: "Belleza", serif;
  width: calc(100% - 40px);
  max-width: 1100px;
  font-size: clamp(48px, 5.859375vw, 60px);
  line-height: 1.15;
  padding-bottom: 32px;
  border-bottom: 1px solid #ffffff;
}


.c-head__title-ja {
  margin-top: 23px;
  font-size: clamp(16px, 1.953125vw, 20px);
  line-height: 1.4;
  letter-spacing: 0.6px;
  font-weight: 500;
}
.c-head__img {
  position: absolute;
  bottom: 42px;
  right: -20px;
}
@media screen and (min-width:768px) {
  .c-head__img {
    right: 0;
  }
}
@media screen and (min-width:1367px) {
  .c-head__img {
    right: calc((100vw - 1366px) / 2);
  }
}
.c-head__img .img-main {
  width: clamp(120px, 32.1666666667vw, 386px);
  margin-right: clamp(60px, 14.5833333333vw, 175px);
  aspect-ratio: 386/340;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.0980392157);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.0980392157);
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.c-head__img .img-main img {
  border-radius: 10px;
}
.c-head__img .img-bg {
  position: absolute;
  top: clamp(30px, 3.75vw, 45px);
  right: 0;
  width: clamp(100px, 24.9166666667vw, 299px);
  aspect-ratio: 299/407;
}
.c-head__img img {
  border-radius: 10px;
}

.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;
  gap: 20px;
}
@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;
  }
}

.c-page__title-en {
  font-family: "Belleza", serif;
  color: #56B2C7;
  font-size: clamp(36px, 3.90625vw, 40px);
  line-height: 1.15;
}

.c-page__title-ja {
  color: #AEC3C7;
  font-size: 13px;
  line-height: 1.3846153846;
  letter-spacing: 0.39px;
  font-weight: 500;
}


.c-breadcrumb__wrap {
  margin-top: clamp(60px, 7.1666666667vw, 86px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 4;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #ffffff;
  letter-spacing: 0.84px;
  -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: 20.82px;
  margin-right: 15.55px;
  width: 6.62px;
  height: 7.57px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center/cover;
}

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

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 5px;
  right: 20px;
  width: 60px;
  padding: 22px 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:1024px) {
  .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;
}
.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;
}

.drawer__icon-bar {
  width: 30px;
  height: 2px;
  background: #2C2C2C;
  -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: #EBF4F7;
  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 .text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
}
.drawer__menu-list .p-header__btn {
  margin-top: 24px;
  margin-left: 0;
  max-width: 200px;
  margin-inline: auto;
  text-align: center;
}
.drawer__menu-list .p-header__btn .text {
  margin-top: 0;
}



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

.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 {
  padding-top: clamp(80px, 7.5vw, 90px);
  padding-bottom: clamp(80px, 11.8333333333vw, 142px);
}
.instaCont a {
  color: #838284;
}
.instaCont .p-insta__items {
  margin-top: clamp(40px, 4.1666666667vw, 50px);
}

.instaCont section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.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: 1em;
  font-weight: normal;
  margin-inline: 10px;
}

@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;
	}
}