@charset "UTF-8";

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

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



.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-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  padding-bottom: 10px;
  color: #0084AA;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 132, 170, 0.25);
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, text-shadow 0.3s ease, opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, text-shadow 0.3s ease, opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, text-shadow 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, text-shadow 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 5px;
  height: 10px;
  background: url(../images/icon-right.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .c-btn:hover {
    opacity: 1;
    color: #0084AA;
    text-shadow: 0 0 0.6px #0084AA;
    border-bottom-color: #0084aa;
    -webkit-box-shadow: 0 1px 0 #0084aa;
            box-shadow: 0 1px 0 #0084aa;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, text-shadow 0.3s ease, opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, text-shadow 0.3s ease, opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, text-shadow 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, text-shadow 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
}


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

.c-section__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-section__title-en {
  font-family: "Abril Fatface", serif;
  font-size: clamp(48px, 5.859375vw, 60px);
  line-height: 1.1333333333;
  letter-spacing: 4.8px;
}

.c-section__title-ja {
  margin-top: 3px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.56px;
  font-weight: 500;
}

.c-head {
  padding-bottom: clamp(60px, 9.1145833333vw, 70px);
  position: relative;
}
.c-head::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/page-bg.png) no-repeat center center/cover;
  pointer-events: none;
}


.c-head-fv {
  padding-top: clamp(200px, 40.6295754026vw, 720px);
  position: relative;
}
.c-head-fv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/fv-filter.png) no-repeat center center/cover;
  z-index: 1;
  pointer-events: none;
}
.c-head-fv .c-breadcrumb__wrap {
  position: absolute;
  top: 69px;
  right: 25px;
  padding: 0;
  margin: 0;
}
.c-head-fv .c-page__title {
  padding-top: 0;
  position: relative;
  z-index: 2;
}

.c-page__title {
  padding-top: clamp(80px, 11.75vw, 141px);
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .c-page__title {
    padding-left: clamp(40px, 5.8565153734vw, 80px);
  }
}
@media screen and (min-width:1367px) {
  .c-page__title {
    padding-left: calc(80px + (100vw - 1366px) / 2);
  }
}

.c-page__title-en {
  font-family: "Abril Fatface", serif;
  color: transparent;
  font-size: clamp(56px, 7.421875vw, 76px);
  line-height: 1.1315789474;
  letter-spacing: 6.08px;
  -webkit-text-stroke: 1px #0084AA;
}

.c-page__title-ja {
  margin-top: clamp(16px, 2.6041666667vw, 20px);
  color: #0084AA;
  font-size: clamp(20px, 2.34375vw, 24px);
  line-height: 1.4583333333;
  letter-spacing: 0.96px;
  font-weight: 700;
}

.c-body {
  position: relative;
}


.c-breadcrumb__wrap {
  padding-top: 86px;
  margin-left: auto;
  margin-right: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 101;
}
@media screen and (min-width:1024px) {
  .c-breadcrumb__wrap {
    padding-top: 71px;
  }
}


.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #63A1B2;
  letter-spacing: 0.84px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    position: relative;
  z-index: 4;
}
.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: 18.82px;
  margin-right: 15.55px;
  width: 6.62px;
  height: 7.57px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center/cover;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  width: 80px;
  padding: 29px 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;
  background: #ffffff;
  border-radius: 50%;
}
@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: #233940;
  -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: #EDEFF0;
  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: 150px;
  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 .header__sublist {
  row-gap: 0;
  padding-top: 12px;
  padding-bottom: 0;
  background: transparent;
}
.drawer__menu-list .header__sublist .p-header__link .text {
  color: #0084AA;
}
.drawer__menu-list .header__sublist::after {
  content: none;
}
.drawer__menu-list .header__sublist .text {
  margin-top: 0;
}
.drawer__menu-list .header__sublist .c-link:nth-of-type(n + 2) {
  margin-top: 12px;
}
.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;
}
.drawer__menu-list .p-header__btn .text {
  margin-top: 0;
}


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


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