@charset "UTF-8";

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #282828;
}

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

.l-wrapper {
  position: relative;
}

.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-ja {
  padding-left: 25px;
  font-size: clamp(16px, 1.7578125vw, 18px);
  line-height: 1.4444444444;
  font-weight: 500;
  position: relative;
}
.c-section__title-ja::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 10px;
  height: 10px;
  background: #E64849;
  border-radius: 50%;
}

.c-section__title-en {
  padding-left: 25px;
  font-family: "Libertinus Serif", serif;
  font-size: clamp(56px, 8.3333333333vw, 100px);
  line-height: 1.14;
}

.c-btn {
  padding: 19px 20px;
  color: #ffffff;
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.4;
  font-weight: 500;
  background: #282828;
  border: 1px solid #282828;
  max-width: 800px;
}
.c-btn .text {
  padding-right: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.c-btn .text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 8px;
  height: 5px;
  background: url(../images/icon-arrow-right.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .c-btn:hover {
    opacity: 1;
    color: #282828;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-btn:hover .text::after {
    background: url(../images/icon-arrow-right-black.svg) no-repeat center center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-head {
  padding-top: 85px;
  color: #ffffff;
  background: #E64849;
  position: relative;
  max-height: 598px;
}

.c-head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/page-fv-filter.png) no-repeat center center/cover;
  pointer-events: none;
}


.c-head__title {
  margin-top: 33px;
  padding-left: 20px;
}
@media screen and (min-width:768px) {
  .c-head__title {
    padding-left: clamp(40px, 6.0833333333vw, 73px);
  }
}

.c-head__title-ja {
  font-size: 14px;
  padding-left: 20px;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}
.c-head__title-ja::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 7px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.c-head__title-en {
  margin-top: 2px;
  padding-left: 13px;
  font-family: "Libertinus Serif", serif;
  font-size: clamp(48px, 5.859375vw, 60px);
  line-height: 1.15;
}

.c-head__img {
  margin-top: 72px;
  margin-left: auto;
  aspect-ratio: 1253/490;
  width: clamp(240px, 91.7276720351vw, 1420px);
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .c-head__img {
    margin-top: clamp(32px, 4.78515625vw, 49px);
  }
}

.c-head__img-text {
  position: absolute;
  top: clamp(-160px, -11.7130307467vw, -80px);
  right: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
  font-family: "Libertinus Serif", serif;
  font-size: clamp(72px, 11.3469985359vw, 155px);
  line-height: 1.1419354839;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.2;
}
.c-head__img-text.service-text {
  left: clamp(150px, 53.41796875vw, 547px);
  white-space: nowrap;
}
@media screen and (min-width:1024px) {
  .c-head__img-text.service-text {
    left: 547px;
  }
}

.c-head__scorlldown-text {
  position: absolute;
  left: -8px;
  bottom: 92px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  opacity: 0.8;
  rotate: 90deg;
}
@media screen and (min-width:768px) {
  .c-head__scorlldown-text {
    left: min(2.5622254758vw, 35px);
    bottom: 198px;
  }
}

.c-head__scorlldown-bar {
  position: absolute;
  left: 11px;
  bottom: 40px;
  width: 1px;
  height: 92px;
  background: #fff;
  -webkit-animation: 2s 0s ease-in-out backwards infinite scrollDownSp;
          animation: 2s 0s ease-in-out backwards infinite scrollDownSp;
}
.c-head__scorlldown-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 1px;
  background: #fff;
  rotate: -45deg;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width:768px) {
  .c-head__scorlldown-bar {
    left: min(3.8799414348vw, 53px);
    bottom: clamp(20px, 10.1666666667vw, 122px);
    height: 117px;
    -webkit-animation: 2s 0s ease-in-out backwards infinite scrollDownPc;
            animation: 2s 0s ease-in-out backwards infinite scrollDownPc;
  }
}
@-webkit-keyframes scrollDownSp {
  0%, 10% {
    bottom: 40px;
    height: 92px;
  }
  90%, 100% {
    bottom: 20px;
    height: 112px;
  }
}
@keyframes scrollDownSp {
  0%, 10% {
    bottom: 40px;
    height: 92px;
  }
  90%, 100% {
    bottom: 20px;
    height: 112px;
  }
}
@-webkit-keyframes scrollDownPc {
  0%, 10% {
    bottom: 122px;
    height: 117px;
  }
  90%, 100% {
    bottom: 62px;
    height: 177px;
  }
}
@keyframes scrollDownPc {
  0%, 10% {
    bottom: 122px;
    height: 117px;
  }
  90%, 100% {
    bottom: 62px;
    height: 177px;
  }
}

@media screen and (min-width:768px) {
  .c-body {
    margin-top: clamp(80px, 12.3718887262vw, 220px);
  }
}

.c-page__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: clamp(22px, 2.5390625vw, 26px);
  line-height: 1.4230769231;
  letter-spacing: 1.3px;
  font-weight: 600;
}

.c-page__title-en {
  margin-top: 5px;
  font-family: "Prompt", sans-serif;
  color: #E64849;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  font-weight: 500;
}

.c-breadcrumb__wrap {
  margin-left: auto;
  margin-right: 25px;
  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-size: 13px;
  line-height: 1.4615384615;
  color: #ffffff;
  letter-spacing: 0.78px;
  -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;
}

.c-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    max-width: 1140px;
  margin-inline: auto;
}

.c-menu__link {
  padding: 15px 38px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #E64849;
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 1.5;
  letter-spacing: 1.6px;
  font-weight: 500;
  background: #f6f5f3;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
}
.c-menu__link .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 19px;
  position: relative;
}
.c-menu__link .text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 9px;
  height: 6px;
  background: url(../images/arrow-menu.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .c-menu__link:hover {
    opacity: 1;
    color: #E64849;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}


.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: #282828;
  -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: #FCFCF5;
  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__link::before {
  content: none;
}

.drawer__menu-list .header__sublist {
  padding-top: 18px;
  padding-bottom: 0;
  background: transparent;
}
.drawer__menu-list .header__sublist .p-header__menu-link {
  padding-block: 10px;
  padding-right: 32px;
}
.drawer__menu-list .header__sublist .p-header__menu-link + .p-header__menu-link {
  border-top: none;
}
.drawer__menu-list .header__sublist .text {
  margin-top: 0;
}
.drawer__menu-list .header__sublist .c-link:nth-of-type(n + 2) {
  margin-top: 0;
}
.drawer__menu-list .header__sublist .c-under {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}


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



.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 {
  padding-top: clamp(80px, 9.1666666667vw, 110px);
  padding-bottom: clamp(80px, 11.6666666667vw, 140px);
}
.instaCont a {
  color: #333333;
}
.instaCont .p-news__desc {
  margin-top: clamp(32px, 3.3333333333vw, 40px);
}
.instaCont .p-insta__items {
  margin-top: clamp(40px, 4.1666666667vw, 50px);
}
.instaTitle {
  color: #333333;
}

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

.instaCont article {
	width: 50%;
}

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

.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;
  margin-inline: 10px;
}

.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%;
	}
	.instaCont section>article:nth-of-type(n + 3) {
		margin: 0;
	}
}