@charset "UTF-8";
br.sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  br.sp {
    display: block;
  }
}

/* ローディング画面のCSS */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease;
}

#loading-screen.fade-out {
  opacity: 0;
}

.loading-content {
  text-align: center;
}

.loading-logo {
  margin-bottom: 30px;
}

.blinking-logo {
  width: 200px;
  height: auto;
}

.progress-container {
  width: 300px;
  margin: 0 auto;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #68B9D7 0%, #82ccbd 100%);
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 4px;
}

.progress-text {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}

/* Magnific Popup カスタムスタイル */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* YouTube動画のレスポンシブ対応 */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* モーダルが開いている時のボディスクロール制御 */
.mfp-popup-open {
  overflow: hidden;
}

@media print, screen and (min-width: 1200px) {
  a {
    transition: opacity 0.1s ease-in-out;
  }
  a:hover {
    opacity: 0.5;
    transition: opacity 0.1s ease-in-out;
  }
}
.appear.fromup .item {
  transform: translateY(24px);
}

.appear.fromdown .item {
  transform: translateY(-24px);
}

.appear.fromleft .item {
  transform: translateX(12px);
}

.appear.fromright .item {
  transform: translateX(-12px);
}

.appear02.fromup .item {
  transform: translateY(24px);
}

.appear02.fromdown .item {
  transform: translateY(-24px);
}

.appear02.fromleft .item {
  transform: translateX(12px);
}

.appear02.fromright .item {
  transform: translateX(-12px);
}

.appear .item {
  transition: all 0.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.1s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 0.7s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 1s;
}

.appear02 .item {
  transition: all 0.8s;
  opacity: 0;
}
.appear02.inview .item {
  opacity: 1;
  transform: none;
}
.appear02.inview .item:nth-child(1) {
  transition-delay: 0.1s;
}
.appear02.inview .item:nth-child(2) {
  transition-delay: 0.2s;
}
.appear02.inview .item:nth-child(3) {
  transition-delay: 0.3s;
}
.appear02.inview .item:nth-child(4) {
  transition-delay: 0.4s;
}
.appear02.inview .item:nth-child(5) {
  transition-delay: 0.5s;
}
.appear02.inview .item:nth-child(6) {
  transition-delay: 0.6s;
}
.appear02.inview .item:nth-child(7) {
  transition-delay: 0.7s;
}
.appear02.inview .item:nth-child(8) {
  transition-delay: 0.8s;
}
.appear02.inview .item:nth-child(9) {
  transition-delay: 0.9s;
}
.appear02.inview .item:nth-child(10) {
  transition-delay: 1s;
}

br.break {
  display: none;
}
@media only screen and (max-width: 960px) {
  br.break {
    display: block;
  }
}

@media print, screen and (min-width: 1200px) {
  .hov {
    transition: ease-in-out;
  }
  .hov:hover {
    opacity: 0.5 !important;
    transition: ease-in-out;
    cursor: pointer;
  }
}
.background-shadow {
  box-shadow: -1px -1px 0px 1px rgba(255, 254, 254, 0.8), 2px 2px 15px 3px rgba(194, 194, 194, 0.8);
}

.initial-inner {
  width: 1080px;
  width: min(90%, 1080px);
  margin: 0 auto;
}

.sec-title {
  height: 150px;
  width: 100%;
  position: relative;
  margin-top: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .sec-title {
    height: 100px;
    margin-top: 70px;
  }
}
.sec-title.on:before {
  -webkit-animation: zoom 5s 1;
          animation: zoom 5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.sec-title h2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2.125rem;
  font-family: "cinzel", serif;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 960px) {
  .sec-title h2 {
    font-size: 1.25rem;
  }
}
.sec-title .border-obj {
  display: block;
  position: relative;
}
.sec-title .border-obj:before {
  position: absolute;
  height: 1px;
  background-color: white;
  display: inline-block;
  content: "";
  bottom: -20px;
  transition: 0.5s all;
  width: 0;
  left: -50%;
}
.sec-title .border-obj.on:before {
  width: 200%;
  transition: 0.5s all;
}

.line img {
  transform: translateY(50%);
  opacity: 0;
  transition: 0.2s ease-in;
}

.line .txt {
  transform: translateX(-14px);
  opacity: 0;
  transition: 0.5s ease-in;
}

.line.on img {
  transform: translateY(0);
  transition-delay: 0.5s;
  opacity: 1;
}
.line.on .txt {
  transform: translateY(0);
  transform: translateX(0);
  transition-delay: 0.5s;
  opacity: 1;
  display: block;
}

.mv {
  margin-top: 30px;
}
@media only screen and (max-width: 960px) {
  .mv {
    margin-top: 0;
  }
}

.mv-wrap-outer {
  width: 100%;
}
@media print, screen and (max-width: 1000px) {
  .mv-wrap-outer {
    padding: 54px 0 50px;
  }
}
@media only screen and (max-width: 960px) {
  .mv-wrap-outer {
    background-repeat: repeat-y;
    padding-bottom: 20px;
  }
}

.mv-wrap {
  position: relative;
  margin: 0 auto;
}

.swiper-slide {
  position: relative;
}

.caution-wrap {
  position: relative;
}
.caution-wrap img {
  width: 100%;
}
.caution-wrap .caution {
  position: absolute;
  bottom: 5px;
  right: 20px;
  font-size: 0.75rem;
  color: white;
  text-shadow: 2px 3px 3px rgba(80, 79, 79, 0.4);
}
.caution-wrap .caution.black {
  color: initial;
}
@media only screen and (max-width: 960px) {
  .caution-wrap .caution {
    font-size: 0.375rem;
    left: 10px;
  }
}
@media only screen and (max-width: 960px) {
  .caution-wrap .caution.none {
    display: none;
  }
}

.sub-wrap {
  background-color: #F4F1EC;
  padding: 0 0 40px;
  position: relative;
}
@media print, screen and (max-width: 1000px) {
  .sub-wrap {
    padding: 5px 0 0;
  }
}
.sub-wrap .absolute-caution {
  font-size: 0.75rem;
  width: 450px;
  position: relative;
  left: 20px;
}
@media only screen and (max-width: 960px) {
  .sub-wrap .absolute-caution {
    width: 95%;
    font-size: 0.5rem;
    letter-spacing: 0.05em;
    color: white;
    position: static;
    margin: 0 auto;
  }
}
.sub-wrap .sub {
  font-size: 1rem;
  padding-left: 50px;
}
@media print, screen and (max-width: 1000px) {
  .sub-wrap .sub {
    color: white;
    padding: 10px;
  }
}
.sub-wrap .lead {
  text-align: center;
  margin-top: 0;
  padding: 0 50px 0;
}
@media only screen and (max-width: 960px) {
  .sub-wrap .lead {
    margin: 20px auto 0;
    padding: 10px 0;
  }
  .sub-wrap .lead img {
    max-width: 100%;
    width: initial;
  }
}

.swiper-pagination {
  top: 15px;
}
@media print, screen and (max-width: 1000px) {
  .swiper-pagination {
    top: -30px;
  }
}
@media only screen and (max-width: 960px) {
  .swiper-pagination {
    top: 25px !important;
  }
}

.swiper-pagination-bullet {
  margin: 0.5em !important;
  background: #c8c8c8;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #95805e;
}

.swiper-pagination-pc {
  top: 15px;
}
@media print, screen and (max-width: 1000px) {
  .swiper-pagination-pc {
    top: -30px;
  }
}
@media only screen and (max-width: 960px) {
  .swiper-pagination-pc {
    top: 10px !important;
  }
}

.swiper-pagination-sp {
  top: 15px;
}
@media print, screen and (max-width: 1000px) {
  .swiper-pagination-sp {
    top: -30px;
  }
}
@media only screen and (max-width: 960px) {
  .swiper-pagination-sp {
    top: 25px !important;
  }
}

.bg-glay {
  background-color: #f3f3f3;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 1000px) {
  .bg-glay {
    padding-bottom: 30px;
  }
}

.information {
  width: 640px;
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
  .information {
    width: 90%;
    margin-top: 40px;
  }
}
.information .information-title {
  margin: 0 auto;
}
.information .information-title h2 {
  font-size: 4rem;
  font-family: "cinzel", serif;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .information .information-title h2 {
    font-size: 2rem;
  }
}
.information .information-title h2:before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #8c8c8c;
  left: 0;
  bottom: -10px;
}
.information ul {
  margin-top: 30px;
}
.information li {
  font-size: 0.875rem;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .information li {
    font-size: 1.2rem;
    margin-bottom: 1em;
    line-height: 1.8;
  }
}
.information li span {
  display: inline-block;
  padding: 0 1em 0 1em;
}
@media only screen and (max-width: 960px) {
  .information li span {
    display: block;
  }
}

.plan .plan-lists {
  margin-top: 85px;
  width: min(90%, 1080px);
  padding: 100px 80px;
  margin: 85px auto 0;
  background-color: white;
}
@media only screen and (max-width: 960px) {
  .plan .plan-lists {
    padding: 50px 30px;
    margin-top: 50px;
  }
  .plan .plan-lists a {
    margin: 0 auto 80px;
    display: block;
    width: 50%;
    text-align: center;
  }
  .plan .plan-lists a.large {
    width: 100%;
  }
  .plan .plan-lists a.last {
    margin-bottom: 0;
  }
}
.plan .inner-wrap .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
@media only screen and (max-width: 960px) {
  .plan .inner-wrap .flex {
    display: block;
    margin-bottom: 0;
  }
}
.plan .inner-wrap .flex.four {
  margin-bottom: 0;
}

.location {
  background-image: linear-gradient(180deg, rgba(64, 173, 145, 0.5), rgb(255, 255, 255));
  position: relative;
  padding-bottom: 150px;
}
@media only screen and (max-width: 960px) {
  .location {
    padding-bottom: 80px;
  }
}
.location #location-obj {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translate(-55%, 0);
}
@media only screen and (max-width: 960px) {
  .location #location-obj {
    transform: translate(-50%, 0);
    min-width: initial;
    width: 100%;
  }
}
.location #location-obj img {
  max-width: initial;
}
@media only screen and (max-width: 960px) {
  .location #location-obj img {
    max-width: 100%;
  }
}
.location .location-inner-lead {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.location .location-inner {
  background-color: rgb(255, 255, 255);
  max-width: 1080px;
  margin: 0 auto;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 70px 50px 90px;
}
@media only screen and (max-width: 960px) {
  .location .location-inner {
    max-width: initial;
    width: 90%;
    padding: 50px 20px 50px 20px;
  }
}
.location .location-flex {
  display: flex;
  gap: 0 50px;
}
@media only screen and (max-width: 960px) {
  .location .location-flex {
    display: block;
  }
}
.location .location-flex .left {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  .location .location-flex .left p {
    width: 95%;
    margin: 0 auto;
  }
}
.location .location-flex .left figure {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 960px) {
  .location .location-flex .left figure {
    position: static;
    transform: none;
    width: 50%;
    margin: 30px auto 0;
  }
}
.location .location-flex .right {
  min-width: 450px;
}
@media only screen and (max-width: 960px) {
  .location .location-flex .right {
    min-width: initial;
  }
}
.location .location-flex p {
  font-size: 1.1875rem;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 960px) {
  .location .location-flex p {
    font-size: 1.4rem;
  }
}
.location .location-flex figure {
  text-align: center;
}
.location .location-title {
  padding-top: 130px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .location .location-title {
    padding-top: 60px;
  }
}
.location .location-title h2 {
  color: white;
  font-size: 5rem;
  font-family: "cinzel", serif;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(80, 79, 79, 0.4);
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 960px) {
  .location .location-title h2 {
    font-size: 3rem;
  }
}

#main-lead {
  filter: blur(12px);
  opacity: 0;
  transition: filter 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s, opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  z-index: 11;
}
#main-lead.inview {
  opacity: 1;
  filter: blur(0px);
}

.lead-en {
  transform: translateY(12px);
  transition: 1s ease-out;
  opacity: 0;
  z-index: 10;
}
.lead-en.inview {
  opacity: 1;
  position: absolute;
  transform: translateY(0);
}
@media only screen and (max-width: 960px) {
  .lead-en img {
    width: 49%;
    height: auto;
  }
}

.initial-btn {
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #b7a16b;
  border: 1px solid #b7a16b;
  padding: 0.3em 2em;
  display: inline-block;
  width: 160px;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.initial-btn:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #b7a16b;
  display: inline-block;
  top: 50%;
  right: 0;
  transition: 0.5s ease-in-out;
}

.btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 1200px) {
  .btn-wrap:hover .initial-btn:after {
    transition: 0.5s ease-in-out;
    transform: translateX(10px);
  }
}

.gallery .contents-wrap {
  width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .gallery .contents-wrap {
    width: 80%;
  }
}
@media only screen and (max-width: 960px) {
  .gallery .contents-wrap {
    width: 100%;
    padding: 20px 0 0px;
  }
}

.slider2 {
  width: 100%;
  margin: 50px auto;
}
@media only screen and (max-width: 960px) {
  .slider2 {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
  }
  .slider2 img {
    max-width: 100%;
    width: auto;
  }
}

.slider2 .swiper-slide {
  position: relative;
}
.slider2 .swiper-slide .text {
  font-size: 1.6rem;
  position: absolute;
  right: 15px;
  bottom: 5px;
  font-weight: 600;
  left: initial;
  color: initial;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 960px) {
  .slider2 .swiper-slide .text {
    font-size: 1rem;
  }
}
.slider2 .swiper-slide .text.white {
  color: white;
}

.slider3 {
  margin: 50px auto 20px;
  width: 820px;
  overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
  .slider3 {
    width: 80%;
    margin: 30px auto 10px;
  }
}

.sec-gallery {
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
  .sec-gallery {
    margin-top: 50px;
  }
}
.sec-gallery .sec-title {
  margin-top: 0;
}

.gallery .inner-wrap {
  padding-top: 0;
  padding-bottom: 0px;
}
@media only screen and (max-width: 960px) {
  .gallery .inner-wrap {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
.gallery .inner-wrap section {
  position: relative;
}
.gallery p.caption {
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .gallery p.caption {
    font-size: 1rem;
  }
}

.gal-cap {
  width: 80%;
  margin: 15px auto;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .gal-cap {
    width: 100%;
    text-align: left;
  }
}

.slider-thumbnail .swiper-slide-thumb-active {
  position: relative;
  width: 100%;
  height: auto;
}
.slider-thumbnail .swiper-slide-thumb-active:before {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  background-color: rgba(180, 180, 182, 0.8);
  width: 100%;
  height: 100%;
}
.slider-thumbnail .swiper-slide:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media only screen and (max-width: 960px) {
  .slider-thumbnail {
    max-width: initial;
    width: 95%;
  }
}

.gallery-title {
  margin: 0 auto;
  width: 640px;
}
@media only screen and (max-width: 960px) {
  .gallery-title {
    width: 90%;
  }
}
.gallery-title h2 {
  font-size: 4rem;
  font-family: "cinzel", serif;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .gallery-title h2 {
    font-size: 2rem;
  }
}
.gallery-title h2:before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #8c8c8c;
  left: 0;
  bottom: -10px;
}

body {
  color: #201715;
}

.initial-width {
  width: min(1360px, 90%);
  margin: 0 auto;
}
.initial-width__two {
  width: min(1080px, 90%);
  margin: 0 auto;
}

.header-wrap h1 {
  font-size: 2.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #000000;
  font-weight: 600;
}
@media print, screen and (max-width: 1300px) {
  .header-wrap h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .header-wrap h1 {
    font-size: 1.6rem;
  }
}

.layout-info {
  margin: 40px auto 0;
  max-width: 640px;
}
@media only screen and (max-width: 960px) {
  .layout-info {
    max-width: initial;
    width: 90%;
    margin-top: 5px;
  }
}
.layout-info h2 {
  font-size: 3.6rem;
  font-family: "cinzel", serif;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .layout-info h2 {
    font-size: 2rem;
  }
}
.layout-info h2:before {
  width: 100%;
  border-bottom: 1px solid #201715;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.layout-info ul {
  margin-top: 20px;
}
.layout-info .info-span-right {
  display: inline-block;
  margin-left: 1em;
}
@media only screen and (max-width: 960px) {
  .layout-info .info-span-right {
    display: block;
    margin-left: 0;
  }
}
.layout-info li {
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .layout-info li {
    font-size: 1.2rem;
    text-align: left;
  }
  .layout-info li span {
    display: block;
  }
}

.layout-contribution {
  margin: 50px auto 0;
  background-color: #F8F8F8;
  padding-bottom: 150px;
}
@media only screen and (max-width: 960px) {
  .layout-contribution {
    padding-bottom: 50px;
  }
}
.layout-contribution .contribution {
  position: relative;
}
.layout-contribution .contribution-photos {
  position: absolute;
  right: 0;
  bottom: -60px;
}
@media only screen and (max-width: 960px) {
  .layout-contribution .contribution-photos {
    position: static;
  }
}
.layout-contribution .contribution-photos .ph_01 {
  position: relative;
  right: -80px;
}
@media only screen and (max-width: 960px) {
  .layout-contribution .contribution-photos .ph_01 {
    margin-top: 50px;
    text-align: center;
    width: 100%;
    right: 0;
  }
}
.layout-contribution .contribution-photos .ph_02 {
  position: relative;
  top: -160px;
}
@media only screen and (max-width: 960px) {
  .layout-contribution .contribution-photos .ph_02 {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 960px) {
  .layout-contribution .contribution-photos-inner {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    gap: 0 20px;
  }
}
.layout-contribution p {
  font-size: 2rem;
  margin-top: 100px;
  margin-left: 2px;
  line-height: 2.5;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .layout-contribution p {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

.layout-plan ul li img {
  display: block;
  text-align: center;
}
.layout-plan .plan-grid-one {
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
  .layout-plan .plan-grid-one {
    margin-top: 50px;
  }
  .layout-plan .plan-grid-one img {
    width: 100%;
  }
}
.layout-plan .plan-grid-one ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
  gap: 0 20px;
}
@media only screen and (max-width: 960px) {
  .layout-plan .plan-grid-one ul {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 100px 50px;
  }
}
.layout-plan .btn {
  background-color: #15364F;
  font-size: 1.6rem;
  color: white;
  width: 80%;
  margin-top: 50px;
  margin-left: 50px;
  text-align: center;
  width: min(240px, 90%);
  padding: 5px 0 3px;
  transition: 0.1s ease-in;
}
@media only screen and (max-width: 960px) {
  .layout-plan .btn {
    margin-left: 0;
    margin: 0 auto 0;
    font-size: 1.2rem;
  }
}
.layout-plan a.no-click {
  pointer-events: none;
}
.layout-plan .plan-grid-two {
  margin-top: 150px;
}
.layout-plan .plan-grid-two ul {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  gap: 0 20px;
}
@media only screen and (max-width: 960px) {
  .layout-plan .plan-grid-two ul {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 100px 50px;
  }
}

.layout-access {
  background-color: #F8F8F8;
  margin-top: 180px;
}
@media only screen and (max-width: 960px) {
  .layout-access {
    margin-top: 100px;
  }
}
.layout-access .access-one {
  position: relative;
}
.layout-access .access-one .access-one-left h3 {
  font-size: 2.8rem;
  color: #15364F;
  letter-spacing: 0.2em;
  line-height: 2.1;
  font-weight: 500;
  margin-top: 40px;
}
@media only screen and (max-width: 960px) {
  .layout-access .access-one .access-one-left h3 {
    font-size: 1.8rem;
  }
}
.layout-access .access-one .access-one-left__lead {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media only screen and (max-width: 960px) {
  .layout-access .access-one .access-one-left__lead {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.layout-access .access-two {
  margin-top: 100px;
}
@media only screen and (max-width: 960px) {
  .layout-access .access-two {
    margin-top: 70px;
  }
}
.layout-access .access-two h3 {
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  .layout-access .access-two h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.layout-access .access-two__small {
  font-size: 1rem;
}
.layout-access picture img {
  width: 100%;
}

.layout-map {
  background-color: #F8F8F8;
  padding-top: 150px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 960px) {
  .layout-map {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.layout-map .map-one {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .layout-map .map-one {
    display: block;
  }
}
.layout-map .map-one-left {
  max-width: 620px;
}
@media only screen and (max-width: 960px) {
  .layout-map .map-one-left {
    max-width: initial;
  }
}
.layout-map .map-one-left__lead {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-top: 50px;
}
@media only screen and (max-width: 960px) {
  .layout-map .map-one-left__lead {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.layout-map .map-one-right {
  margin-top: 50px;
}
@media only screen and (max-width: 960px) {
  .layout-map .map-one-right {
    margin-top: 30px;
  }
}
.layout-map .map-two-left img {
  display: block;
}
.layout-map .map-two-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  justify-content: space-between;
  margin-top: 50px;
  gap: 0 20px;
}
@media only screen and (max-width: 960px) {
  .layout-map .map-two-wrap {
    margin-top: 20px;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
}
.layout-map .map-two-wrap__one {
  position: relative;
  top: 60px;
}
@media only screen and (max-width: 960px) {
  .layout-map .map-two-wrap__one {
    top: 0;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .layout-map .map-two-wrap__one img {
    width: 100%;
  }
}
.layout-map .map-two-wrap__two {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 960px) {
  .layout-map .map-two-wrap__two {
    display: block;
    margin-top: 30px;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .layout-map .map-two-wrap__two img {
    width: 100%;
  }
}
.layout-map .map-two-wrap__three {
  position: relative;
  top: 25px;
}
@media only screen and (max-width: 960px) {
  .layout-map .map-two-wrap__three {
    top: 0;
    margin-top: 20px;
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .layout-map .map-two-wrap__three img {
    width: 100%;
  }
}
.layout-map .map-two-wrap__three p {
  font-size: 1rem;
  margin: 5px 0 0 2px;
}

.layout-outline {
  background-color: #5f788b;
  padding-bottom: 100px;
}
@media only screen and (max-width: 960px) {
  .layout-outline {
    padding-bottom: 50px;
  }
}
.layout-outline .outline {
  padding-top: 120px;
}
@media only screen and (max-width: 960px) {
  .layout-outline .outline {
    padding-top: 30px;
  }
}
.layout-outline h2 {
  font-size: 4rem;
  font-family: "cinzel", serif;
  position: relative;
  text-align: center;
  color: white;
  background-color: #15364F;
  line-height: 1;
  padding-top: 5px;
  text-align: left;
  padding-left: 0.8em;
}
@media only screen and (max-width: 960px) {
  .layout-outline h2 {
    font-size: 2rem;
  }
}
.layout-outline .outline-table {
  color: white;
  margin-top: 60px;
  font-size: 1.4rem;
  line-height: 1.3;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .layout-outline .outline-table {
    margin-top: 30px;
    font-size: 1.2rem;
  }
}
.layout-outline .outline-table th,
.layout-outline .outline-table td {
  padding: 2em 1em 2em;
}
@media only screen and (max-width: 960px) {
  .layout-outline .outline-table th,
.layout-outline .outline-table td {
    padding: 1rem;
  }
}
.layout-outline .outline-table th {
  text-align: center;
  width: 20%;
  border-bottom: 1px solid white;
}
@media only screen and (max-width: 960px) {
  .layout-outline .outline-table th {
    width: 30%;
  }
}
.layout-outline .outline-table td {
  text-align: left;
  width: 80%;
  border-bottom: 1px solid white;
}
@media only screen and (max-width: 960px) {
  .layout-outline .outline-table td {
    width: 70%;
  }
}
.layout-outline .outline-table tr:nth-child(1) th,
.layout-outline .outline-table tr:nth-child(1) td {
  border-top: 1px solid white;
}

.policy {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  gap: 0 100px;
}
@media only screen and (max-width: 960px) {
  .policy {
    display: block;
    margin-top: 30px;
  }
}
.policy li:before {
  content: "⚫︎";
  color: white;
  margin-right: 1em;
  font-size: 0.5rem;
  position: relative;
  top: -2px;
}
.policy li a {
  color: white;
  font-size: 1.4rem;
}
@media only screen and (max-width: 960px) {
  .policy li {
    margin-top: 1em;
  }
}

.access-one {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  justify-content: center;
  gap: 0 100px;
  width: min(1360px, 90%);
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .access-one {
    display: block;
  }
}

.access-one-right-two {
  padding-top: 80px;
}
@media only screen and (max-width: 960px) {
  .access-one-right-two {
    padding-top: 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 960px) {
  #mv-pc {
    display: none;
  }
}

#mv-sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  #mv-sp {
    display: block;
  }
}

.swiper-pagination-pc,
.swiper-pagination-sp {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.header {
  position: relative;
  z-index: 1;
}

.hero-white-bg {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  /* 中央寄せ */
  width: 1000px;
  /* 画面より大きくしてカーブをなだらかにする */
  height: 200%;
  background-color: #ffffff;
  border-radius: 50%;
  /* 楕円にする */
  z-index: 0;
}
@media only screen and (max-width: 960px) {
  .hero-white-bg {
    max-width: 530px;
    height: 530px;
    top: 5%;
  }
}
.hero-white-bg.hero-white-bg--in {
  opacity: 1;
  transition: opacity 0.65s ease-out;
}

.layout-kv-wrapper {
  background: linear-gradient(180deg, rgb(94, 190, 214) 0%, rgb(129, 203, 177) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .layout-kv-wrapper {
    height: 730px;
    overflow: hidden;
    padding-top: 130px;
    align-items: flex-start;
  }
}
.layout-kv-wrapper .kv-inset {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-color: #fff;
  -webkit-clip-path: ellipse(70% 150% at 50% 180%);
  clip-path: ellipse(70% 150% at 50% 200%);
}
@media only screen and (max-width: 960px) {
  .layout-kv-wrapper .kv-inset {
    height: 200px;
    -webkit-clip-path: ellipse(130% 150% at 50% 180%);
    clip-path: ellipse(130% 150% at 50% 200%);
  }
}

.layout-kv {
  display: grid;
  grid-template-columns: auto 460px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-inline: auto;
  gap: 0 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .layout-kv {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    position: static;
  }
}
@media only screen and (max-width: 960px) {
  .layout-kv #kv-lead-div {
    margin-top: 0;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 100%;
    margin-inline: auto;
    transform: translateY(50%) !important;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 960px) {
  .layout-kv-left {
    display: flex;
    justify-content: center;
    margin-top: 0;
    position: relative;
    top: -30px;
  }
}

.kv-logo {
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  .kv-logo {
    padding: 0;
  }
}
.kv-logo img {
  width: 300px;
  height: auto;
  opacity: 0;
  transform: translateY(28px);
  will-change: transform, opacity;
}
@media only screen and (max-width: 960px) {
  .kv-logo img {
    width: 240px;
  }
}
.kv-logo img.kv-logo--in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.65s ease-out, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

@-webkit-keyframes logo-opening {
  0% {
    opacity: 0;
    transform: rotateY(180deg) rotateX(45deg) scale(0.3);
  }
  40% {
    opacity: 0.6;
    transform: rotateY(90deg) rotateX(22deg) scale(0.7);
  }
  70% {
    opacity: 0.9;
    transform: rotateY(20deg) rotateX(5deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg) rotateX(0deg) scale(1);
  }
}

@keyframes logo-opening {
  0% {
    opacity: 0;
    transform: rotateY(180deg) rotateX(45deg) scale(0.3);
  }
  40% {
    opacity: 0.6;
    transform: rotateY(90deg) rotateX(22deg) scale(0.7);
  }
  70% {
    opacity: 0.9;
    transform: rotateY(20deg) rotateX(5deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg) rotateX(0deg) scale(1);
  }
}
@-webkit-keyframes kv-text-char-in {
  0% {
    opacity: 0;
    transform: translate(var(--from-x, 0px), var(--from-y, 0.7em));
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes kv-text-char-in {
  0% {
    opacity: 0;
    transform: translate(var(--from-x, 0px), var(--from-y, 0.7em));
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.kv-text-split {
  display: inline-block;
  opacity: 1;
}

.kv-text-split .kv-char {
  display: inline-block;
  opacity: 0;
  transform: translate(var(--from-x, 0px), var(--from-y, 0.7em));
  -webkit-animation: kv-text-char-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
          animation: kv-text-char-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .kv-text-split .kv-char {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
#kv-lead01,
#kv-lead02,
#kv-lead03,
#kv-lead01-sp,
#kv-lead02-sp,
#kv-lead03-sp {
  opacity: 1;
}

.kv-title,
.kv-title-sp {
  opacity: 0;
  transform: translateY(14px);
  will-change: transform, opacity;
}
.kv-title.kv-title--in,
.kv-title-sp.kv-title--in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.65s ease-out, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

#kv-lead-div {
  opacity: 0;
  transform: translateY(14px);
  will-change: transform, opacity;
}

@-webkit-keyframes kv-lead-div-in {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes kv-lead-div-in {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#kv-lead-div.kv-lead-div--in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.65s ease-out, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
  #kv-lead01,
#kv-lead02,
#kv-lead03,
#kv-lead-div,
#kv-lead01-sp,
#kv-lead02-sp,
#kv-lead03-sp {
    opacity: 1 !important;
    transform: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
}
.kv-sub-lead {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .kv-sub-lead {
    left: initial;
  }
}
.kv-sub-lead .kv-sub-lead-pict02 {
  width: 40px;
  position: absolute;
  left: -20px;
  top: -30px;
}
@media only screen and (max-width: 960px) {
  .kv-sub-lead .kv-sub-lead-pict02 {
    left: -20px;
    top: -40px;
    width: 30px;
  }
}
.kv-sub-lead span {
  font-size: 1.8125rem;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  padding: 0.1em 0.4em;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .kv-sub-lead span {
    font-size: 1.375rem;
  }
}
.kv-sub-lead span.up {
  border-top: 2px solid #fff;
}
.kv-sub-lead span.down {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.kv-sub-lead .kv-sub-lead-pict01 {
  position: absolute;
  right: 50px;
  top: -56px;
  width: 200px;
  height: 110px;
  overflow: visible;
}
@media only screen and (max-width: 960px) {
  .kv-sub-lead .kv-sub-lead-pict01 {
    right: 0;
    top: -72px;
  }
}
.kv-sub-lead .kv-sub-lead-pict01-inner {
  position: relative;
  width: 200px;
  height: 110px;
  overflow: visible;
}
.kv-sub-lead .kv-sub-lead-pict01-inner .home {
  position: absolute;
  bottom: 0;
  right: 0;
}
.kv-sub-lead .kv-sub-lead-pict01-inner .car {
  position: absolute;
  bottom: 0;
  left: -80px;
  width: 40px;
  height: 25px;
  opacity: 0;
}
.kv-sub-lead .kv-sub-lead-pict01-inner .car.animated {
  opacity: 1;
  -webkit-animation: car-drive-inner 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: car-drive-inner 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.kv-sub-lead .kv-sub-lead-pict01-inner .pop {
  position: absolute;
  top: 5px;
  right: 60px;
  opacity: 0;
}
.kv-sub-lead .kv-sub-lead-pict01-inner .pop.animated {
  transform: scale(0.9);
  opacity: 1;
  -webkit-animation: pop-show-inner 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
          animation: pop-show-inner 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@-webkit-keyframes car-drive-inner {
  0% {
    left: -80px;
  }
  70% {
    left: 70px;
  }
  90% {
    left: 78px;
  }
  100% {
    left: 80px;
  }
}
@keyframes car-drive-inner {
  0% {
    left: -80px;
  }
  70% {
    left: 70px;
  }
  90% {
    left: 78px;
  }
  100% {
    left: 80px;
  }
}
@-webkit-keyframes pop-show-inner {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pop-show-inner {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.kv-title {
  display: flex;
  flex-direction: column;
  color: #0099a8;
  position: relative;
  top: 20px;
  left: 45px;
}
@media only screen and (max-width: 960px) {
  .kv-title {
    left: 0;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    display: none;
  }
}
.kv-title .kv-lead-small {
  font-size: 2.0625rem;
  line-height: 1.5151515152;
  letter-spacing: 0.27em;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .kv-title .kv-lead-small {
    font-size: 1.25rem;
  }
}
.kv-title .kv-lead-large {
  font-size: 2.75rem;
  letter-spacing: 0.21em;
  line-height: 1.9545454545;
  font-weight: 900;
}
@media only screen and (max-width: 960px) {
  .kv-title .kv-lead-large {
    font-size: 1.25rem;
  }
}

.kv-title-sp {
  display: flex;
  flex-direction: column;
  color: #0099a8;
  position: relative;
  top: 20px;
  left: 45px;
  display: none;
}
@media only screen and (max-width: 960px) {
  .kv-title-sp {
    left: 0;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    display: flex;
    top: -30px;
    left: 10px;
    gap: 5px 0px;
  }
}
.kv-title-sp .kv-lead-small {
  font-size: 2.0625rem;
  line-height: 1.5151515152;
  letter-spacing: 0.27em;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .kv-title-sp .kv-lead-small {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.kv-title-sp .kv-lead-large {
  font-size: 2.75rem;
  letter-spacing: 0.21em;
  line-height: 1.9545454545;
  font-weight: 900;
}
@media only screen and (max-width: 960px) {
  .kv-title-sp .kv-lead-large {
    font-size: 2.0625rem;
    position: relative;
    top: -5px;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 960px) {
  .kv-sub-lead-sp-adjust {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 960px) {
  #kv-lead-div {
    margin-top: 50px;
  }
}

.kv_member-link {
  color: #037D8F;
  font-size: 0.9375rem;
  letter-spacing: 0.13em;
  text-align: center;
  position: relative;
  top: 50px;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .kv_member-link {
    font-size: 0.875rem;
    top: initial;
    bottom: 20px;
  }
}

.kv-member-login {
  text-align: center;
  position: relative;
  top: 70px;
}
@media only screen and (max-width: 960px) {
  .kv-member-login {
    top: initial;
  }
}
.kv-member-login a {
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  color: white;
  padding: 1em 4em 1em 2.5em;
  background-color: #037d8f;
  border-radius: 40px;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  .kv-member-login a {
    font-size: 1rem;
    padding: 0.8em 3em 0.8em 2em;
    font-weight: 500;
  }
}
.kv-member-login a:after {
  content: "";
  display: inline-block;
  background-image: url("../images/kv_ex_link.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 30%;
}
@media only screen and (max-width: 960px) {
  .kv-member-login a:after {
    width: 15px;
    height: 20px;
    right: 20px;
    top: 33%;
  }
}

.kv-global-nav {
  position: relative;
  padding: 15px 0 10px;
}
@media only screen and (max-width: 960px) {
  .kv-global-nav {
    top: initial;
    padding: 10px 0;
  }
}

.kv-global-nav-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 20px;
  max-width: 1100px;
  margin-inline: auto;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .kv-global-nav-ul {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto;
    gap: 0;
    margin-top: 0;
    gap: 5px 5px;
    padding: 5px 10px;
  }
  .kv-global-nav-ul li {
    /* 1列目：3カラムにするため、各要素が2スパン占有 */
    /* 2列目：2カラムにするため、各要素が3スパン占有 */
  }
  .kv-global-nav-ul li.item-row1 {
    grid-column: span 2;
  }
  .kv-global-nav-ul li.item-row2 {
    grid-column: span 3;
  }
}

.kv-global-nav-ul-list {
  position: relative;
  transition: 0.3s ease-in-out;
}
@-webkit-keyframes gn-arrow-slide-down {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateY(0);
  }
  55% {
    opacity: 1;
    transform: translateY(-50%) translateY(6px);
  }
  68% {
    opacity: 0;
    transform: translateY(-50%) translateY(10px);
  }
  90% {
    opacity: 0;
    transform: translateY(-50%) translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateY(0);
  }
}
@keyframes gn-arrow-slide-down {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateY(0);
  }
  55% {
    opacity: 1;
    transform: translateY(-50%) translateY(6px);
  }
  68% {
    opacity: 0;
    transform: translateY(-50%) translateY(10px);
  }
  90% {
    opacity: 0;
    transform: translateY(-50%) translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateY(0);
  }
}
.kv-global-nav-ul-list a {
  color: white;
  background-color: #68b9d7;
  padding: 0.5em 1em 0.6em 1em;
  display: block;
  text-align: center;
  border: 2px solid white;
  border-radius: 6px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
}
.kv-global-nav-ul-list a img.gn-arrow {
  position: absolute;
  width: 16px;
  height: 8px;
  right: 15px;
  top: 52%;
  transform: translateY(-50%);
  will-change: transform, opacity;
}
@media only screen and (max-width: 960px) {
  .kv-global-nav-ul-list a img.gn-arrow {
    width: 12px;
    height: 12px;
    right: 8px;
    display: none;
  }
}
.kv-global-nav-ul-list a:hover img.gn-arrow, .kv-global-nav-ul-list a:focus-visible img.gn-arrow {
  -webkit-animation: gn-arrow-slide-down 1s cubic-bezier(0.22, 1, 0.36, 1) infinite;
          animation: gn-arrow-slide-down 1s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
@media only screen and (max-width: 960px) {
  .kv-global-nav-ul-list a {
    font-size: 0.875rem;
    border: 1px solid white;
    border-radius: 0;
    padding: 0.5em 0.5em 0.5em;
    font-weight: 600;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 960px) {
  .kv-global-nav-ul-list.register {
    display: flex;
    align-items: center;
  }
}
.kv-global-nav-ul-list.register img {
  display: none;
}
.kv-global-nav-ul-list.register:after {
  display: none;
}
.kv-global-nav-ul-list.register a {
  color: white;
  background: linear-gradient(270deg, rgb(94, 190, 214) 0%, rgb(129, 203, 177) 100%);
  border-radius: 40px;
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .kv-global-nav-ul-list.register a {
    width: 100%;
    border-radius: 0;
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1em;
    height: 100%;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
.kv-global-nav-ul-list.register a:after {
  content: "";
  display: inline-block;
  background-image: url("../images/register_arrow.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 37%;
}
@media only screen and (max-width: 960px) {
  .kv-global-nav-ul-list.register a:after {
    right: 5px;
    top: 40%;
  }
}
.kv-global-nav-ul-list.register-two img {
  display: none;
}
.kv-global-nav-ul-list.register-two:after {
  display: none;
}
.kv-global-nav-ul-list.register-two a:after {
  content: "";
  display: inline-block;
  background-image: url("../images/register_arrow.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 37%;
  transition: transform 0.3s ease-out;
}
@media only screen and (max-width: 960px) {
  .kv-global-nav-ul-list.register-two a:after {
    right: 5px;
    top: 37%;
    display: none;
  }
}
.kv-global-nav-ul-list.register-two a:hover:after {
  transform: translateX(5px);
  transition: transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .kv-global-nav-ul-list a:hover img.gn-arrow,
.kv-global-nav-ul-list a:focus-visible img.gn-arrow {
    -webkit-animation: none;
            animation: none;
  }
}
.layout-news {
  margin: 50px auto 0;
}
@media only screen and (max-width: 960px) {
  .layout-news {
    margin-top: 0;
  }
}
.layout-news .news-h2 {
  font-size: 2.3125rem;
  letter-spacing: 0.09em;
  line-height: 1.1891891892;
  color: #0099A8;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .layout-news .news-h2 {
    font-size: 1.125rem;
    width: 100%;
  }
}
.layout-news .news-h2:before {
  width: 130px;
  height: 3px;
  z-index: -1;
  content: "";
  display: inline-block;
  position: absolute;
  background: linear-gradient(0deg, rgb(94, 190, 214) 0%, rgb(129, 203, 177) 100%);
  left: -170px;
  top: 53%;
  transform: translateY(-60%);
}
@media only screen and (max-width: 960px) {
  .layout-news .news-h2:before {
    width: 25vw;
    left: 20px;
  }
}
.layout-news .news-h2::after {
  width: 130px;
  height: 3px;
  z-index: -1;
  content: "";
  display: inline-block;
  position: absolute;
  background: linear-gradient(0deg, rgb(94, 190, 214) 0%, rgb(129, 203, 177) 100%);
  right: -160px;
  top: 53%;
  transform: translateY(-60%);
}
@media only screen and (max-width: 960px) {
  .layout-news .news-h2::after {
    width: 25vw;
    right: 20px;
    left: initial;
  }
}

.news-lists {
  width: min(90%, 1080px);
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
@media only screen and (max-width: 960px) {
  .news-lists {
    padding: 0 15px;
    width: 100%;
    margin: 40px auto 0;
    flex-direction: column;
    gap: 20px 0;
  }
  .news-lists p {
    text-align: center;
  }
}

.layout-about-wrapper {
  margin-top: 100px;
}
@media only screen and (max-width: 960px) {
  .layout-about-wrapper {
    margin-top: 80px;
  }
}

.layout-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-01-h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: bold;
}
.about-01-h2:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #82ccbd;
  bottom: 30px;
  left: -120px;
}
@media only screen and (max-width: 960px) {
  .about-01-h2:before {
    left: -50px;
    width: 40px;
    bottom: 17px;
  }
}
.about-01-h2:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #82ccbd;
  bottom: 30px;
  right: -120px;
}
@media only screen and (max-width: 960px) {
  .about-01-h2:after {
    width: 40px;
    right: -50px;
    bottom: 17px;
  }
}
.about-01-h2 .about-01-title-large {
  font-size: 2.5rem;
  letter-spacing: 0em;
  color: #037d8f;
}
@media only screen and (max-width: 960px) {
  .about-01-h2 .about-01-title-large {
    font-size: 1.625rem;
  }
}
.about-01-h2 .about-01-title-small {
  font-size: 1.5625rem;
  letter-spacing: 0em;
  color: #037d8f;
}
@media only screen and (max-width: 960px) {
  .about-01-h2 .about-01-title-small {
    font-size: 1.25rem;
  }
}
.about-01-h2 .about_01_title_bg {
  position: absolute;
  width: 60px;
  height: auto;
  display: block;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 960px) {
  .about-01-h2 .about_01_title_bg {
    width: 40px;
    top: -30px;
  }
}

.about-01-h3 {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  color: #037d8f;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .about-01-h3 {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.about-01-h3 .about-01-h3-large {
  font-size: 2.1875rem;
  letter-spacing: 0.03em;
  color: #0099a8;
  display: inline-block;
  margin-right: 0.1em;
}
@media only screen and (max-width: 960px) {
  .about-01-h3 .about-01-h3-large {
    font-size: 1.375rem;
    font-weight: 700;
  }
}
.about-01-h3 .about-01-h3-large .about-01-dot {
  color: #037d8f;
}

.about-01-pop {
  width: 100px;
  display: inline-block;
  height: auto;
  margin-right: 10px;
}
@media only screen and (max-width: 960px) {
  .about-01-pop {
    width: 60px;
    margin-right: 5px;
  }
}

.about-01-detail {
  width: 920px;
  height: auto;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .about-01-detail {
    width: 100%;
    margin-top: 20px;
  }
}

.layout-about-02 {
  margin-top: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.layout-about-02 .layout-about-02-inset {
  position: absolute;
  bottom: -50%;
  width: 100%;
  height: 300px;
  background-color: #e9f7ef;
  -webkit-clip-path: ellipse(70% 160% at 50% 180%);
  clip-path: ellipse(70% 160% at 50% 200%);
}
@media only screen and (max-width: 960px) {
  .layout-about-02 .layout-about-02-inset {
    -webkit-clip-path: ellipse(150% 150% at 50% 200%);
            clip-path: ellipse(150% 150% at 50% 200%);
    height: 200px;
    bottom: -150px;
  }
}
@media only screen and (max-width: 960px) {
  .layout-about-02 {
    margin-top: 70px;
  }
}
.layout-about-02 .about-inset {
  position: absolute;
  bottom: -300px;
  width: 100%;
  height: 300px;
  background-color: white;
  -webkit-clip-path: ellipse(70% 150% at 50% 180%);
  clip-path: ellipse(70% 150% at 50% 200%);
  transform: rotate(180deg);
}

.about-02 {
  width: min(1000px, 100%);
}
@media only screen and (max-width: 960px) {
  .about-02 {
    width: 100%;
    padding: 0 15px 0 18px;
  }
}
.about-02 .about-02-h3 {
  width: min(1000px, 100%);
  text-align: center;
  font-size: 2.0625rem;
  letter-spacing: 0.14em;
  line-height: 1.5151515152;
  padding: 0.3em 1em 0.5em;
  background-color: #68b9d7;
  color: white;
  position: relative;
  font-weight: 500;
  border-radius: 10px;
}
@media only screen and (max-width: 960px) {
  .about-02 .about-02-h3 {
    width: 100%;
    font-size: 1.125rem;
    border-radius: 6px;
    padding: 0.5em 1em 0.7em;
  }
}
.about-02 .about-02-h3 .about_02_title_bg {
  position: absolute;
  width: 60px;
  height: auto;
  display: block;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 960px) {
  .about-02 .about-02-h3 .about_02_title_bg {
    width: 40px;
    top: -30px;
  }
}
.about-02 .about-02-h3:after {
  width: 50px;
  height: 25px;
  z-index: -1;
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #68b9d7;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  left: 50%;
  bottom: -20px;
}
@media only screen and (max-width: 960px) {
  .about-02 .about-02-h3:after {
    transform: translate(-50%, 0);
  }
}

.about-02-detail {
  width: min(1000px, 100%);
  height: auto;
  text-align: center;
  margin-top: 50px;
  padding: 20px 50px 20px;
}
@media only screen and (max-width: 960px) {
  .about-02-detail {
    width: 100%;
    margin-top: 50px;
    padding: 20px;
  }
}

.layout-about-04 {
  margin-top: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .layout-about-04 {
    margin-top: 100px;
  }
}
.layout-about-04 .about-04-h3 {
  position: relative;
  font-size: 1.6875rem;
  line-height: 1.8518518519;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #037d8f;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .layout-about-04 .about-04-h3 {
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
.layout-about-04 .about-04-h3 .about_04_title_bg {
  position: absolute;
  width: 60px;
  height: auto;
  display: block;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 960px) {
  .layout-about-04 .about-04-h3 .about_04_title_bg {
    width: 40px;
    top: -20px;
  }
}
.layout-about-04 .about-04-detail {
  margin-top: 15px;
}
@media only screen and (max-width: 960px) {
  .layout-about-04 .about-04-detail {
    padding: 0 15px;
  }
}
.layout-about-04 .about-inset {
  position: absolute;
  bottom: -300px;
  width: 100%;
  height: 300px;
  background-color: white;
  -webkit-clip-path: ellipse(70% 150% at 50% 180%);
  clip-path: ellipse(70% 150% at 50% 200%);
  transform: rotate(180deg);
}
@media only screen and (max-width: 960px) {
  .layout-about-04 .about-inset {
    -webkit-clip-path: ellipse(150% 150% at 50% 200%);
            clip-path: ellipse(150% 150% at 50% 200%);
    bottom: -150px;
    height: 200px;
  }
}

.layout-about-03 {
  padding-top: 300px;
  width: 100%;
  background-color: #e9f7ef;
  padding-bottom: 100px;
}
@media only screen and (max-width: 960px) {
  .layout-about-03 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.about-03 {
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  color: #037d8f;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .about-03 {
    font-size: 1.25rem;
  }
}
.about-03 .about-03-h3 {
  text-align: center;
}
.about-03 .about-03-h3 span {
  position: relative;
}
.about-03 .about-03-h3 span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #037d8f;
  top: initial;
  bottom: -10px;
  transform: translateY(-50%);
}
.about-03 .about_03_title_bg {
  position: absolute;
  width: 60px;
  height: auto;
  display: block;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 960px) {
  .about-03 .about_03_title_bg {
    width: 40px;
    top: -20px;
  }
}
.about-03 .about-03-detail {
  text-align: center;
  margin-top: 50px;
  max-width: 980px;
  margin-inline: auto;
}
@media only screen and (max-width: 960px) {
  .about-03 .about-03-detail {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 960px) {
  .sec-price {
    width: 100%;
  }
}

.layout-price-wrapper {
  padding-top: 100px;
}
@media only screen and (max-width: 960px) {
  .layout-price-wrapper {
    padding-top: 70px;
  }
}

.price-title {
  font-size: 2.3125rem;
  letter-spacing: 0.09em;
  line-height: 1.1891891892;
  color: #037d8f;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.price-title .flow_title_bg {
  position: absolute;
  width: 60px;
  height: auto;
  display: block;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 960px) {
  .price-title .flow_title_bg {
    width: 40px;
    top: -20px;
  }
}
@media only screen and (max-width: 960px) {
  .price-title {
    font-size: 1.625rem;
    width: 100%;
  }
}
.price-title:before {
  width: 130px;
  height: 3px;
  z-index: -1;
  content: "";
  display: inline-block;
  position: absolute;
  background: linear-gradient(0deg, rgb(94, 190, 214) 0%, rgb(129, 203, 177) 100%);
  left: -170px;
  top: 53%;
  transform: translateY(-60%);
}
@media only screen and (max-width: 960px) {
  .price-title:before {
    width: 23vw;
    left: 20px;
    height: 2px;
  }
}
.price-title::after {
  width: 130px;
  height: 3px;
  z-index: -1;
  content: "";
  display: inline-block;
  position: absolute;
  background: linear-gradient(0deg, rgb(94, 190, 214) 0%, rgb(129, 203, 177) 100%);
  right: -160px;
  top: 53%;
  transform: translateY(-60%);
}
@media only screen and (max-width: 960px) {
  .price-title::after {
    width: 23vw;
    right: 20px;
    left: initial;
    height: 2px;
  }
}

.price-sub-title {
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .price-sub-title {
    margin-top: 20px;
  }
}
.price-sub-title .price-sub-title-small {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 2.1363636364;
  display: block;
  color: #037d8f;
}
@media only screen and (max-width: 960px) {
  .price-sub-title .price-sub-title-small {
    font-size: 1.125rem;
  }
}
.price-sub-title .price-sub-title-large {
  font-size: 2rem;
  letter-spacing: 0.07em;
  line-height: 1.46875;
  display: block;
  color: #0099A8;
  position: relative;
  top: -5px;
}
@media only screen and (max-width: 960px) {
  .price-sub-title .price-sub-title-large {
    font-size: 1.5rem;
  }
}

.price-detail {
  max-width: 900px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 960px) {
  .price-detail {
    padding: 0 15px;
    margin-top: 20px;
  }
}

.lineup-title-caution {
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  color: #037d8f;
  margin-top: 30px;
}
@media only screen and (max-width: 960px) {
  .lineup-title-caution {
    font-size: 0.875rem;
    margin-top: 20px;
    font-weight: 500;
  }
}

.layout-lineup-wrapper {
  position: relative;
}
.layout-lineup-wrapper .lineup-inset {
  position: absolute;
  bottom: -250px;
  width: 100%;
  height: 300px;
  background-color: #5ebed5;
  -webkit-clip-path: ellipse(70% 150% at 50% 180%);
  clip-path: ellipse(70% 150% at 50% 200%);
}
@media only screen and (max-width: 960px) {
  .layout-lineup-wrapper .lineup-inset {
    -webkit-clip-path: ellipse(150% 150% at 50% 200%);
            clip-path: ellipse(150% 150% at 50% 200%);
    height: 200px;
    bottom: -150px;
  }
}

.sec-lineup {
  margin-top: 130px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 960px) {
  .sec-lineup {
    margin-top: 80px;
    margin-bottom: 60px;
    width: 100%;
  }
}

.lineup-title {
  font-size: 2.3125rem;
  letter-spacing: 0.09em;
  text-align: center;
  color: #037d8f;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
}
.lineup-title .flow_title_bg {
  position: absolute;
  width: 60px;
  height: auto;
  display: block;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 960px) {
  .lineup-title .flow_title_bg {
    width: 40px;
    top: -20px;
  }
}
@media only screen and (max-width: 960px) {
  .lineup-title {
    font-size: 1.625rem;
    width: 100%;
  }
}
.lineup-title:before {
  width: 130px;
  height: 3px;
  z-index: -1;
  content: "";
  display: inline-block;
  position: absolute;
  background: linear-gradient(0deg, rgb(94, 190, 214) 0%, rgb(129, 203, 177) 100%);
  left: -170px;
  top: 53%;
  transform: translateY(-60%);
}
@media only screen and (max-width: 960px) {
  .lineup-title:before {
    width: 12vw;
    left: 20px;
    height: 2px;
  }
}
.lineup-title::after {
  width: 130px;
  height: 3px;
  z-index: -1;
  content: "";
  display: inline-block;
  position: absolute;
  background: linear-gradient(0deg, rgb(94, 190, 214) 0%, rgb(129, 203, 177) 100%);
  right: -160px;
  top: 53%;
  transform: translateY(-60%);
}
@media only screen and (max-width: 960px) {
  .lineup-title::after {
    width: 12vw;
    right: 20px;
    left: initial;
    height: 2px;
  }
}

.layout-lineup {
  margin-top: 70px;
  max-width: 1000px;
  margin-inline: auto;
}
@media only screen and (max-width: 960px) {
  .layout-lineup {
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
  }
}
.layout-lineup .layout-oneday {
  grid-column: 1/7;
  grid-row: 1/2;
}
.layout-lineup .layout-color {
  grid-column: 8/12;
  grid-row: 1/2;
}
.layout-lineup .layout-twoday {
  grid-column: 1/12;
  grid-row: 2/3;
}

.layout-oneday-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 30px;
}

.layout-color-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 30px;
}

.layout-two-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 30px;
  padding-top: 20px;
}

.lineup-picture {
  text-align: center;
}

.lineup-button {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  text-align: left;
  width: 90%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  border: 2px solid #0099a8;
  border-radius: 40px;
  margin-top: 15px;
}
@media only screen and (max-width: 960px) {
  .lineup-button {
    font-size: 0.75rem;
  }
}
.lineup-button a {
  color: #0099a8;
  padding: 0.7em 1em 1em 2.5em;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .lineup-button a {
    padding: 0.5em 1em 0.5em 2em;
  }
}
.lineup-button a img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
}
.lineup-button a:visited {
  color: #0099a8;
}

.lineup-h3 {
  font-size: 1.1875rem;
  letter-spacing: 0.09em;
  text-align: center;
  color: white;
  padding: 0.3em;
}
.lineup-h3--blue {
  background-color: #5cc4e8;
}
.lineup-h3--color {
  background: linear-gradient(270deg, rgb(94, 190, 214) 0%, rgb(129, 203, 177) 100%);
}
.lineup-h3--two {
  background-color: #6cca98;
}

.lineup-spec {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
}

.lineup-spec .lineup-spec-text {
  display: block;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: white;
  width: 120px;
  margin-bottom: 3px;
  padding-bottom: 0.1em;
}
@media only screen and (max-width: 960px) {
  .lineup-spec .lineup-spec-text {
    font-size: 0.625rem;
    width: 100px;
    font-weight: 700;
  }
}
.lineup-spec .lineup-spec-text--blue {
  background-color: #028fc7;
}
.lineup-spec .lineup-spec-text--orange {
  background-color: #f5a659;
}
.lineup-spec .lineup-spec-text--yellow {
  background-color: #f6d103;
}

.lineup-detail {
  display: grid;
  padding: 30px 20px 30px;
  position: relative;
  grid-template-rows: subgrid;
  grid-row: span 6;
  justify-content: center;
  border: 3px dotted #82ccbd;
  justify-items: center;
}
.lineup-detail .lineup-picture {
  margin-top: 5px;
}
@media only screen and (max-width: 960px) {
  .lineup-detail {
    padding: 10px 15px 10px;
    gap: 5px;
  }
}

.lineup-detail-title {
  text-align: center;
  margin: 20px auto 0;
}
.lineup-detail-title--large img {
  width: 300px;
  height: auto;
}
.lineup-detail-title--small img {
  width: 132px;
  height: auto;
}

.lineup-picture img {
  width: 160px;
  height: auto;
}

.lineup-button {
  width: 160px;
}
@media only screen and (max-width: 960px) {
  .lineup-button {
    width: 140px !important;
  }
}

.lineup-button a {
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .lineup-button a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.875rem;
  }
}

.bg-twoweek {
  background-color: #6CCA98;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  width: 184px;
}
@media only screen and (max-width: 960px) {
  .bg-twoweek {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.875rem;
    line-height: 1.2;
    padding: 5px 0;
  }
}

.bg-oneday {
  background-color: #5CC4E8;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  width: 184px;
}
@media only screen and (max-width: 960px) {
  .bg-oneday {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.875rem;
    line-height: 1.2;
    padding: 5px 0;
  }
}

.bg-color {
  background: linear-gradient(270deg, rgb(94, 190, 214) 0%, rgb(129, 203, 177) 100%);
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  width: 184px;
}
@media only screen and (max-width: 960px) {
  .bg-color {
    width: 100% !important;
    font-size: 0.875rem;
    line-height: 1.2;
    padding: 5px 0;
  }
}

.type-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  justify-content: center;
  margin-top: 20px;
  gap: 0 20px;
}
@media only screen and (max-width: 960px) {
  .type-two {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.type-two .lineup-picture img {
  width: 268px;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .type-two .lineup-picture img {
    width: 250px;
  }
}
.type-two .bg-oneday {
  width: 184px;
  margin-inline: auto;
}
.type-two .bg-twoweek {
  width: 184px;
  margin-inline: auto;
}
.type-two p.lineup-picture {
  margin-top: 20px;
}
.type-two div.lineup-spec {
  margin-top: 10px;
}
.type-two .lineup-lead {
  font-size: 0.9375rem;
  color: #808080;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 960px) {
  .type-two .lineup-lead {
    font-size: 0.75rem;
  }
}
.type-two .lineup-lead sup {
  position: relative;
  top: -8px;
  font-size: 0.5rem;
}
.type-two .lineup-lead sup.left {
  left: -10px;
}
.type-two .lineup-detail {
  display: grid;
  padding: 30px 30px 30px;
  position: relative;
  grid-template-rows: subgrid;
  grid-row: span 7;
  justify-content: center;
  justify-items: center;
}

.lineup-caution {
  font-size: 0.5rem;
  color: #808080;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.type-three {
  display: grid;
  grid-template-columns: 23.5% 23.5%;
  grid-template-rows: auto;
  justify-content: center;
  margin-top: 20px;
  gap: 0 20px;
}
@media only screen and (max-width: 960px) {
  .type-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 10px;
  }
  .type-three .lineup-detail:nth-child(3) {
    grid-column: 1/3;
    width: 50%;
    margin: 0 auto;
  }
}
.type-three .lineup-picture {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 960px) {
  .type-three .lineup-picture {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}

.type-four {
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  grid-template-rows: auto;
  margin-top: 20px;
  gap: 0 20px;
}
@media only screen and (max-width: 960px) {
  .type-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 10px;
  }
}
.type-four .lineup-detail .lineup-spec {
  margin-bottom: 30px;
}

.flow-title {
  font-size: 2.3125rem;
  letter-spacing: 0.09em;
  text-align: center;
  color: white;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .flow-title {
    font-size: 1.625rem;
    width: 100%;
    margin-bottom: 15px;
  }
}
.flow-title:before {
  width: 130px;
  height: 3px;
  z-index: -1;
  content: "";
  display: inline-block;
  position: absolute;
  background: white;
  left: -170px;
  top: 55%;
  transform: translateY(-60%);
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .flow-title:before {
    width: 18vw;
    left: 10px;
    height: 2px;
  }
}
.flow-title::after {
  width: 130px;
  height: 3px;
  z-index: -1;
  content: "";
  display: inline-block;
  position: absolute;
  background: white;
  right: -160px;
  top: 55%;
  transform: translateY(-60%);
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .flow-title::after {
    width: 18vw;
    right: 10px;
    height: 2px;
  }
}
.flow-title .flow_title_bg {
  position: absolute;
  width: 60px;
  height: auto;
  display: block;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 960px) {
  .flow-title .flow_title_bg {
    width: 40px;
    top: -20px;
  }
}

.flow-02-detail img {
  max-width: 100%;
}
@media only screen and (max-width: 960px) {
  .flow-02-detail {
    padding: 0 10px;
    position: relative;
    left: -15px;
  }
}

.sec-flow {
  background: linear-gradient(180deg, rgb(94, 190, 214) 0%, rgb(129, 203, 177) 100%);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 960px) {
  .sec-flow {
    padding-top: 50px;
    padding-bottom: 40px;
    margin-top: 0;
  }
}

.layout-flow-inner {
  max-width: 1000px;
  margin-inline: auto;
}
@media only screen and (max-width: 960px) {
  .layout-flow-inner {
    width: 100%;
    padding: 0 15px;
  }
}

.flow-lists-wrap {
  max-width: 1000px;
}
@media only screen and (max-width: 960px) {
  .flow-lists-wrap {
    width: 100%;
  }
}
.flow-lists-wrap .flow-lists-wrap-ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 50px 0;
}
@media only screen and (max-width: 960px) {
  .flow-lists-wrap .flow-lists-wrap-ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
    position: relative;
    left: -10px;
  }
}
.flow-lists-wrap .flow-lists-wrap-ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-lists-wrap .flow-lists-wrap-ul li a {
  position: absolute;
  left: 47%;
  bottom: 30px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  .flow-lists-wrap .flow-lists-wrap-ul li a {
    left: 55%;
  }
}
.flow-lists-wrap .flow-lists-wrap-ul li a img {
  width: 130px;
  height: auto;
}
.flow-lists-wrap .flow-lists-wrap-ul li img {
  max-width: initial;
  width: 100%;
}

.layout-movie-wrapper {
  margin-top: 100px;
  margin-inline: auto;
}

.movie-title {
  text-align: center;
  font-size: 1.6875rem;
  letter-spacing: 0.1em;
  position: relative;
  color: #037d8f;
}
.movie-title .movie-title-bg {
  position: absolute;
  width: 40px;
  height: auto;
  display: block;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}

.movie-pop {
  margin: 30px auto 0;
  text-align: center;
}

.layout-register-wrapper {
  margin-top: 200px;
  margin-inline: auto;
}
@media only screen and (max-width: 960px) {
  .layout-register-wrapper {
    margin-top: 120px;
  }
}

.register-title {
  text-align: center;
  font-size: 1.6875rem;
  letter-spacing: 0.1em;
  position: relative;
  color: #037d8f;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .register-title {
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
.register-title .if_01_title_bg {
  position: absolute;
  width: 60px;
  height: auto;
  display: block;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 960px) {
  .register-title .if_01_title_bg {
    width: 40px;
    top: -20px;
  }
}
@media only screen and (max-width: 960px) {
  .register-title br.pc {
    display: none;
  }
}
.register-title .register-title-bg {
  position: absolute;
  width: 40px;
  height: auto;
  display: block;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 960px) {
  .register-title .register-title-bg {
    width: 30px;
    top: -20px;
  }
}

.register-button {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 960px) {
  .register-button {
    margin: 40px auto 0;
    flex-direction: column;
    width: 90%;
  }
}
.register-button a {
  font-size: 1.4375rem;
  letter-spacing: 0.09em;
  color: white;
  padding: 0.8em 4em 0.9em 4em;
  background: linear-gradient(270deg, rgb(94, 190, 214) 0%, rgb(129, 203, 177) 100%);
  border-radius: 40px;
  position: relative;
  width: 470px;
  display: block;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .register-button a {
    width: 100%;
    font-size: 1rem;
    padding: 0.7em 2em 0.6em 2em;
  }
}
.register-button a:after {
  content: "";
  display: inline-block;
  background-image: url("../images/register_arrow.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 37%;
}
@media only screen and (max-width: 960px) {
  .register-button a:after {
    top: 55%;
    transform: translate(0, -50%);
    width: 15px;
    height: 20px;
  }
}
.register-button .register-pict-hospital {
  width: 110px;
  height: auto;
  position: absolute;
  left: -160px;
  bottom: 0;
}
@media only screen and (max-width: 960px) {
  .register-button .register-pict-hospital {
    position: static;
    width: 70px;
  }
}
.register-button .register-pict-store {
  width: 100px;
  height: auto;
  position: absolute;
  right: -140px;
  bottom: 0;
}
@media only screen and (max-width: 960px) {
  .register-button .register-pict-store {
    position: static;
    width: 60px;
  }
}

#page-lineup .register-button {
  margin-top: 100px;
}
@media only screen and (max-width: 960px) {
  #page-lineup .register-button {
    margin-top: 55px;
  }
}
#page-lineup .register-button a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 960px) {
  #page-lineup .register-button a {
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .hospital-store-pict-sp {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 30px;
    gap: 0 30px;
  }
}

.layout-question-wrapper {
  padding-top: 10px;
}

.sec-question {
  max-width: 1000px;
  margin: 150px auto 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .sec-question {
    width: 90%;
    margin: 120px auto 80px;
  }
}
.sec-question .qa-title {
  position: absolute;
  top: -40px;
}
@media only screen and (max-width: 960px) {
  .sec-question .qa-title {
    top: -30px;
  }
}

.qa-title {
  font-size: 1.5625rem;
  letter-spacing: 0.01em;
  color: #01aeb1;
  border: 3px solid #01aeb1;
  width: 385px;
  text-align: center;
  padding: 0.5em 0 0.6em;
  border-radius: 4px;
  position: relative;
  background-color: white;
  font-weight: bold;
  position: relative;
}
.qa-title:after {
  width: 30px;
  height: 15px;
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #01aeb1;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  left: 50%;
  bottom: -15px;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .qa-title {
    font-size: 1.375rem;
    width: 250px;
    padding: 0.1em;
  }
}
.qa-title:after {
  display: inline-block;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 30px;
  height: 15px;
  position: absolute;
  content: "";
  background-color: #01aeb1;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec-question {
  background-color: #e9f7ef;
  padding: 70px 50px 100px;
}
@media only screen and (max-width: 960px) {
  .sec-question {
    padding: 50px 10px 50px;
  }
}

.question-lists {
  background-color: white;
  padding: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .question-lists {
    padding: 0;
  }
}

.question-detail-wrap table {
  border-spacing: 0 20px;
  border-collapse: separate;
}
@media only screen and (max-width: 960px) {
  .question-detail-wrap table {
    border-spacing: 0 10px;
  }
}

.question-detail-wrap {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  vertical-align: middle;
  padding: 1em 2em 1em 2em;
  position: relative;
}
.question-detail-wrap:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: calc(100% - 4em);
  height: 3px;
  border-bottom: 3px dotted #0099a8;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  .question-detail-wrap {
    font-size: 0.875rem;
    padding: 0.5em;
  }
}
.question-detail-wrap a {
  color: #F95755;
}
.question-detail-wrap a:visited {
  color: #F95755;
}
.question-detail-wrap a:hover {
  cursor: pointer;
}

.question-lists .question-detail-wrap:last-child:after {
  display: none;
}

th {
  font-weight: normal;
}
th.question-title {
  background-color: #0099a8;
  color: white;
  font-size: 2.5rem;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 960px) {
  th.question-title {
    font-size: 1.125rem;
    width: 30px;
    height: 30px;
    line-height: 1.5;
  }
}
th.answer-title {
  background-color: #68b9d7;
  color: white;
  font-size: 2.5rem;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 960px) {
  th.answer-title {
    font-size: 1.125rem;
    width: 30px;
    height: 30px;
    line-height: 1.5;
  }
}

td.question-detail {
  color: #0099a8;
  padding: 0 0.5em 0 1em;
  border-bottom: none;
  vertical-align: middle;
  font-weight: 500;
}
td.answer-detail {
  color: #037d8f;
  padding: 0 0.5em 0 1em;
  vertical-align: middle;
  font-weight: 500;
}
td.answer-detail a {
  text-decoration: underline;
}

.aco-qa-title {
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  color: white;
  font-weight: bold;
  padding: 0.5em 1em 0.5em 2em;
  background-color: #68B9D7;
  margin-top: 20px;
  border: 2px solid white;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .aco-qa-title {
    font-size: 0.9375rem;
    padding: 0.5em 0.5em 0.5em 1em;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: -0.01em;
  }
}
.aco-qa-title:hover {
  background-color: #5aa3c2;
}
.aco-qa-title:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .aco-qa-title:before {
    width: 15px;
    height: 2px;
    right: 10px;
  }
}
.aco-qa-title:after {
  content: "";
  position: absolute;
  right: 38.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background-color: white;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .aco-qa-title:after {
    height: 15px;
    width: 2px;
    right: 16.5px;
  }
}
.aco-qa-title.active:after {
  opacity: 0;
}

.cat-section {
  width: 100%;
}

.layout-footer-wrapper {
  background-color: #01aeb1;
  padding: 60px 0 0;
}
@media only screen and (max-width: 960px) {
  .layout-footer-wrapper {
    padding: 30px 0 0;
  }
}

.layout-footer-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-bausch {
  width: 370px;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .footer-bausch {
    width: 60%;
  }
}

.footer-01-title {
  margin-top: 50px;
  color: white;
  font-size: 1.3125rem;
  letter-spacing: 0.035em;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .footer-01-title {
    font-size: 1rem;
    margin-top: 30px;
  }
}
.footer-01-title:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: white;
  left: 0;
  bottom: 0;
  transform: translate(-30px, -40%) rotate(330deg);
}
@media only screen and (max-width: 960px) {
  .footer-01-title:before {
    bottom: -5px;
  }
}
.footer-01-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: white;
  right: 0;
  bottom: 0;
  transform: translate(25px, -40%) rotate(30deg);
}
@media only screen and (max-width: 960px) {
  .footer-01-title::after {
    bottom: -5px;
  }
}

.footer-01-tel {
  width: 540px;
  margin-top: 10px;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  .footer-01-tel {
    width: 80%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.footer-01-time {
  color: white;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  margin-top: 10px;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  .footer-01-time {
    font-size: 0.75rem;
  }
}

.footer-contact {
  color: white;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  margin-top: 10px;
  font-weight: 600;
  position: relative;
}
.footer-contact:before {
  content: "";
  position: absolute;
  background-image: url("../images/footer_contact.svg");
  background-repeat: no-repeat;
  background-position: left center;
  width: 30px;
  height: 30px;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .footer-contact:before {
    width: 20px;
    height: 20px;
    top: 52%;
    left: -25px;
  }
}
.footer-contact .footer-contact-small-text a {
  text-decoration: underline;
}
.footer-contact .footer-contact-small-text a:visited {
  color: white;
}
.footer-contact .footer-contact-small-text a:hover {
  text-decoration: none;
  opacity: 1;
}
@media only screen and (max-width: 960px) {
  .footer-contact {
    font-size: 0.75rem;
  }
}

.footer-01-time-deg {
  transform: rotate(45deg);
  display: inline-block;
  margin: 0 0.3em 0 0.5em;
}

.footer-01-small-text {
  color: white;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 960px) {
  .footer-01-small-text {
    font-size: 0.625rem;
    position: relative;
    bottom: 1px;
    left: 3px;
  }
}

.layout-footer-02 {
  background-color: #808080;
  padding: 5px 0 5px;
  margin-top: 50px;
}
@media only screen and (max-width: 960px) {
  .layout-footer-02 {
    margin-top: 30px;
  }
}
.layout-footer-02 small {
  color: white;
  font-size: 0.625rem;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 960px) {
  .layout-footer-02 small {
    font-size: 0.5rem;
  }
}

html {
  scroll-behavior: smooth;
}

[id^=anc] {
  scroll-margin-top: 30px;
}

#anc04 {
  scroll-margin-top: 80px;
}

#anchor-question {
  scroll-margin-top: -100px;
}
@media only screen and (max-width: 960px) {
  #anchor-question {
    scroll-margin-top: 100px;
  }
}

.follow-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0 !important;
  transition: transform 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #b7e5ca;
  border-bottom: 1px solid #b7e5ca;
}
.follow-nav br.sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .follow-nav br.sp {
    display: block;
  }
}
.follow-nav--visible {
  opacity: 1 !important;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
}
.follow-nav-inner {
  display: grid;
  grid-template-columns: repeat(2, 250px);
  grid-template-rows: auto;
  justify-content: center;
  gap: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}
@media only screen and (max-width: 960px) {
  .follow-nav-inner {
    max-width: initial;
    grid-template-columns: 1fr 1fr;
  }
}
.follow-nav-item:last-child {
  border-right: none;
}
.follow-nav-item--login a {
  color: white;
  background-color: #037d8f !important;
  border-radius: 20px;
}
@media only screen and (max-width: 960px) {
  .follow-nav-item--login a {
    border-radius: 10px;
  }
}
.follow-nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  transition: all 0.3s ease;
  background-color: #01aeb1;
  color: white;
  letter-spacing: 0.1em;
  position: relative;
  min-height: 40px;
}
@media only screen and (max-width: 960px) {
  .follow-nav-item a {
    padding: 12px 15px;
    font-size: 0.9375rem;
    min-height: 50px;
    line-height: 1.4;
  }
}
.follow-nav-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -53%);
  width: 100%;
  text-align: center;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .follow-nav-text {
    transform: translate(-50%, -50%);
  }
}
.follow-nav-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 14px;
  background-image: url("../images/follow_arrow01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
.follow-nav-arrow--login {
  background-image: url("../images/follow_arrow02.svg");
  width: 14px;
  height: 17px;
}
@media only screen and (max-width: 960px) {
  .follow-nav-arrow {
    width: 13px;
    height: 15px;
    right: 10px;
  }
}
@media only screen and (max-width: 960px) {
  .follow-nav .follow-nav-item {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
  .follow-nav .follow-nav-item:last-child {
    border-right: none;
  }
}

.layout-watch-movie {
  margin-bottom: 200px;
}
@media only screen and (max-width: 960px) {
  .layout-watch-movie {
    margin-bottom: 80px;
    width: 90%;
    margin-inline: auto;
  }
}

.introduction-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 960px) {
  .introduction-flex {
    gap: 20px 30px;
  }
  .introduction-flex img {
    width: 100%;
    height: auto;
  }
}

.sec-introduction .introduction-flex {
  margin-bottom: 50px;
}
@media only screen and (max-width: 960px) {
  .sec-introduction .introduction-flex {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}

.sec-if {
  margin-top: 250px;
}
@media only screen and (max-width: 960px) {
  .sec-if {
    margin-top: 110px;
  }
}

.layout-if-wrapper {
  background-color: #e9f7ef;
  padding: 0 0 160px;
}
@media only screen and (max-width: 960px) {
  .layout-if-wrapper {
    padding: 0 0 30px;
  }
}
.layout-if-wrapper .if-01-h2 {
  font-size: 2.5rem;
  letter-spacing: -0.051em;
  color: #037d8f;
  position: relative;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .layout-if-wrapper .if-01-h2 {
    font-size: 1.625rem;
  }
}
.layout-if-wrapper .if-01-h2 .if-01-title-large {
  position: relative;
}
.layout-if-wrapper .if-01-h2 .if-01-title-large:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #82ccbd;
  bottom: 25px;
  left: -120px;
}
@media only screen and (max-width: 960px) {
  .layout-if-wrapper .if-01-h2 .if-01-title-large:before {
    left: -50px;
    width: 40px;
    bottom: 15px;
  }
}
.layout-if-wrapper .if-01-h2 .if-01-title-large:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #82ccbd;
  bottom: 25px;
  right: -120px;
}
@media only screen and (max-width: 960px) {
  .layout-if-wrapper .if-01-h2 .if-01-title-large:after {
    width: 40px;
    right: -50px;
    bottom: 15px;
  }
}
.layout-if-wrapper .if-01-h2 .about-03-h3 {
  text-align: center;
}
.layout-if-wrapper .if-01-h2 .about-03-h3 span {
  position: relative;
}
.layout-if-wrapper .if-01-h2 .about-03-h3 span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #037d8f;
  top: initial;
  bottom: -10px;
  transform: translateY(-50%);
}
.layout-if-wrapper .if-01-h2 .if_01_title_bg {
  position: absolute;
  width: 60px;
  height: auto;
  display: block;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 960px) {
  .layout-if-wrapper .if-01-h2 .if_01_title_bg {
    width: 40px;
    top: -20px;
  }
}
.layout-if-wrapper .if-01-h2 .about-03-detail {
  text-align: center;
  margin-top: 50px;
  max-width: 980px;
  margin-inline: auto;
}
@media only screen and (max-width: 960px) {
  .layout-if-wrapper .if-01-h2 .about-03-detail {
    padding: 0 15px;
  }
}
.layout-if-wrapper .if-02-detail {
  width: 90%;
  max-width: 1080px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 960px) {
  .layout-if-wrapper .if-02-detail {
    width: 100%;
    padding: 20px;
    margin-top: 0;
  }
}

.type-three .lineup-picture {
  margin-bottom: 5px;
}
@media only screen and (max-width: 960px) {
  .type-three .bg-oneday {
    width: 100% !important;
  }
}
@media only screen and (max-width: 960px) {
  .type-three .bg-twoweek {
    width: 100% !important;
  }
}

@media only screen and (max-width: 960px) {
  .type-four .bg-oneday {
    width: 100% !important;
  }
}
@media only screen and (max-width: 960px) {
  .type-four .bg-twoweek {
    width: 100% !important;
  }
}

.about-04--youtube {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* iframeを囲んでいるpタグ（親要素）への設定 */
.about-04-detail--iframe {
  width: 100%;
  max-width: 560px;
  /* PCなどでは最大560pxで止める */
  /* 必要に応じて中央寄せにする場合は下の行のコメントアウトを外してください */
  /* margin: 0 auto; */
}

/* iframe本体への設定 */
.about-04-detail--iframe iframe {
  display: block;
  /* pタグ特有の下部の謎の隙間をなくすため */
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  /* 560:315の比率を維持 */
}
/*# sourceMappingURL=top.css.map */