@charset "UTF-8";
/*--------------------------------------------------------------
/pub/skinpatch/
更年期向けラインナップLP
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap");
/* default settings */
#template {
  position: relative;
  /* Slider */
  /* Arrows */
  /* Dots */
}
#template .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
#template .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#template .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#template .slick-slider .slick-track,
#template .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#template .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#template .slick-track:before,
#template .slick-track:after {
  display: table;
  content: "";
}
#template .slick-track:after {
  clear: both;
}
#template .slick-loading .slick-track {
  visibility: hidden;
}
#template .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
#template [dir=rtl] .slick-slide {
  float: right;
}
#template .slick-slide img {
  display: block;
}
#template .slick-slide.slick-loading img {
  display: none;
}
#template .slick-slide.dragging img {
  pointer-events: none;
}
#template .slick-initialized .slick-slide {
  display: block;
}
#template .slick-loading .slick-slide {
  visibility: hidden;
}
#template .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#template .slick-arrow.slick-hidden {
  display: none;
}
#template .slick-prev,
#template .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 15px);
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  background: url("../img/ico_arrrow_right.svg") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  #template .slick-prev:hover,
  #template .slick-prev:focus,
  #template .slick-next:hover,
  #template .slick-next:focus {
    color: transparent;
    opacity: 0.8;
  }
}
#template .slick-prev:hover:before,
#template .slick-prev:focus:before,
#template .slick-next:hover:before,
#template .slick-next:focus:before {
  opacity: 1;
}
#template .slick-prev.slick-disabled, #template .slick-prev.slick-disabled:before,
#template .slick-next.slick-disabled, #template .slick-next.slick-disabled:before {
  display: none !important;
}
#template .slick-prev:before,
#template .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#template .slick-prev {
  left: -12px;
  transform: scale(-1);
}
#template .slick-prev:before {
  content: "";
}
#template .slick-next {
  right: -12px;
}
#template .slick-next:before {
  content: "";
}
#template .slick-dots {
  display: block;
  width: 100%;
  line-height: 1;
  padding: 0;
  margin: 3px 0 0;
  list-style: none;
  text-align: center;
}
#template .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
}
#template .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 9px;
  height: 9px;
  cursor: pointer;
  color: transparent;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-sizing: border-box;
  margin: 1px 3px 0;
}
#template .slick-dots li.slick-active button {
  background: #FFFFFF;
}
#template .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  justify-content: center;
  align-items: center;
  justify-content: center;
}
#template .modal.is-active {
  display: flex;
}
#template .modal-content {
  position: relative;
  width: min(246.1538461538vw, 960px);
  max-width: 90%;
  aspect-ratio: 16/9;
  background: #000000;
  color: #fff;
}
@media (max-width: 640px) {
  #template .modal-content {
    width: min(100vw, 390px);
  }
}
#template .modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
#template .modal-close {
  position: absolute;
  top: max(-12.8205128205vw, -50px);
  right: 0;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  width: min(11.2820512821vw, 44px);
  height: min(11.2820512821vw, 44px);
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 640px) {
  #template .modal-close {
    top: max(-11.2820512821vw, -44px);
    width: min(9.2307692308vw, 36px);
    height: min(9.2307692308vw, 36px);
  }
}
@media (min-width: 1025px) {
  #template .modal-close:hover {
    transform: rotate(90deg) !important;
  }
}
#template .modal-close:before, #template .modal-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(11.2820512821vw, 44px);
  height: 2px;
  background-color: #fff;
}
@media (max-width: 640px) {
  #template .modal-close:before, #template .modal-close:after {
    width: min(9.2307692308vw, 36px);
  }
}
#template .modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#template .modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#template .js-fadeIn {
  opacity: 0;
  transform: translate3d(0, min(5.1282051282vw, 20px), 0);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  will-change: transform, opacity;
}
#template .js-fadeIn.is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#template:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: -1;
}
@media (min-width: 641px) {
  #template:before {
    background-image: linear-gradient(to right, rgba(0, 78, 163, 0.5) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 78, 163, 0.5) 1px, transparent 1px);
    background-size: min(18.4615384615vw, 72px) min(18.4615384615vw, 72px);
    background-position: top center;
  }
}
#template .main {
  width: min(100vw, 390px);
  margin: 0 auto;
  padding: min(12.8205128205vw, 50px) 0 0;
  background: #fff;
  color: #004EA3;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 641px) {
  #template .main {
    box-shadow: 0 0 min(5.641025641vw, 22px) rgba(0, 78, 163, 0.3);
  }
}
#template * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  margin: 0;
}
#template img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#template a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
#template li {
  list-style: none;
}
#template button, #template a {
  color: inherit;
}
#template sup {
  font-size: 55%;
}
#template .c-btn__cta {
  position: relative;
  z-index: 1;
  display: block;
  width: min(79.4871794872vw, 310px);
  height: min(15.3846153846vw, 60px);
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  #template .c-btn__cta:hover {
    opacity: 0.9;
  }
  #template .c-btn__cta:hover .c-btn__ctaTxt:before {
    right: max(-9.7435897436vw, -38px);
  }
}
#template .c-btn__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(3.5897435897vw, 14px);
  width: min(79.4871794872vw, 310px);
  height: min(15.3846153846vw, 60px);
  margin: 0 auto;
  padding: min(1.2820512821vw, 5px) min(5.1282051282vw, 20px) min(1.2820512821vw, 5px) min(10.7692307692vw, 42px);
  background: #004EA3;
  color: #fff;
  border-radius: min(12.3076923077vw, 48px);
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  will-change: transform;
}
#template .c-btn__badge {
  background: #fff;
  color: #004EA3;
  border-radius: min(1.2820512821vw, 5px);
  line-height: 1.0714285714;
  font-size: min(3.5897435897vw, 14px);
  width: min(10.7692307692vw, 42px);
  height: min(10.7692307692vw, 42px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#template .c-btn__ctaTxt {
  font-size: min(5.1282051282vw, 20px);
  line-height: 1.15;
  letter-spacing: 0.1em;
  position: relative;
}
#template .c-btn__ctaTxt:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: max(-8.7179487179vw, -34px);
  width: min(2.0512820513vw, 8px);
  height: min(5.1282051282vw, 20px);
  background: url("../img/ico_arrrow_right.svg") center no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
  will-change: transform;
}
#template .c-btn__ctaTxt:after {
  content: "";
  position: absolute;
  left: max(-0.5128205128vw, -2px);
  right: max(-0.5128205128vw, -2px);
  bottom: max(-1.2820512821vw, -5px);
  height: 1px;
  background: #fff;
}
#template .c-btn__arrow {
  font-size: min(6.6666666667vw, 26px);
  line-height: 1;
}
#template .c-btn__cta-nobadge {
  width: min(80.5128205128vw, 314px);
  height: min(16.4102564103vw, 64px);
}
#template .c-btn__cta-nobadge::after {
  display: none;
}
#template .c-btn__cta-nobadge .c-btn__content {
  width: min(80.5128205128vw, 314px);
  height: min(16.4102564103vw, 64px);
  padding: min(1.2820512821vw, 5px) min(8.2051282051vw, 32px);
}
#template .c-btn__cta-nobadge .c-btn__ctaTxt {
  font-size: min(4.6153846154vw, 18px);
  letter-spacing: 0.03em;
}
#template .c-btn__cta-nobadge .c-btn__ctaTxt:before {
  right: max(-6.6666666667vw, -26px);
}
@media screen and (min-width: 1025px) {
  #template .c-btn__cta-nobadge:hover .c-btn__ctaTxt:before {
    right: max(-7.6923076923vw, -30px);
  }
}
#template .c-btn__cta-lg {
  width: min(80.5128205128vw, 314px);
  height: min(16.4102564103vw, 64px);
}
#template .c-btn__cta-lg .c-btn__content {
  width: min(80.5128205128vw, 314px);
  height: min(16.4102564103vw, 64px);
  border: min(0.5128205128vw, 2px) solid #004EA3;
  box-sizing: border-box;
  background: #D0E6E9;
  color: #004EA3;
}
#template .c-btn__cta-lg .c-btn__ctaTxt:before {
  background: url("../img/ico_arrrow_right-blue.svg") center no-repeat;
  background-size: contain;
}
#template .c-btn__cta-lg .c-btn__ctaTxt:after {
  background: #004EA3;
}
@media screen and (min-width: 1025px) {
  #template .c-btn__cta-lg:hover .c-btn__content {
    opacity: 0.9;
  }
  #template .c-btn__cta-lg:hover .c-btn__ctaTxt:before {
    right: max(-9.7435897436vw, -38px);
  }
}
#template .header {
  background: #fff;
  padding: min(3.5897435897vw, 14px) min(7.1794871795vw, 28px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: min(100vw, 390px);
  height: min(12.8205128205vw, 50px);
  margin: 0 auto;
}
#template .header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
}
#template .header::after {
  content: "";
  position: absolute;
  top: min(7.6923076923vw, 30px);
  left: 0;
  right: 0;
  height: min(12.0512820513vw, 47px);
  z-index: 0;
  background: url("../img/header_bg.png") no-repeat center;
  background-size: cover;
  pointer-events: none;
}
#template .header__logo {
  width: min(23.0769230769vw, 90px);
  position: relative;
  z-index: 2;
}
#template .float__btn {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: min(5.1282051282vw, 20px);
  z-index: 99;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#template .float__btn.is-hide {
  opacity: 0;
  visibility: hidden;
}
#template .float__btn .c-btn__cta {
  opacity: 0;
  transform: translate3d(0, min(5.1282051282vw, 20px), 0);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  will-change: transform, opacity;
}
#template .float__btn.is-loaded .c-btn__cta {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#template .kv {
  padding: min(11.7948717949vw, 46px) 0 0;
  background: url("../img/kv_bg.jpg") center top no-repeat;
  background-size: contain;
}
#template .kv__ttl {
  width: min(85.8974358974vw, 335px);
  margin: 0 auto;
}
#template .kv__txt {
  text-align: center;
  margin-top: min(6.4102564103vw, 25px);
}
#template .kv__txt span {
  font-size: min(4.6153846154vw, 18px);
  font-weight: bold;
  line-height: 1.2777777778;
  letter-spacing: 0.083em;
  background: #EFF2F9;
  border-radius: min(3.0769230769vw, 12px);
  display: inline-block;
  padding: min(2.5641025641vw, 10px) min(5.1282051282vw, 20px) min(1.5384615385vw, 6px);
}
#template .kv__info {
  width: min(79.4871794872vw, 310px);
  margin: min(3.5897435897vw, 14px) auto 0;
}
#template .kv__img {
  border-radius: min(4.6153846154vw, 18px);
  overflow: hidden;
  width: min(84.6153846154vw, 330px);
  margin: min(3.0769230769vw, 12px) auto 0;
}
#template .aiPatch {
  margin-top: min(13.3333333333vw, 52px);
  padding: min(11.2820512821vw, 44px) min(4.6153846154vw, 18px) 0;
  border-radius: min(7.6923076923vw, 30px) min(7.6923076923vw, 30px) 0 0;
  background-color: #EEF3F9;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 1px, transparent 1px), linear-gradient(to bottom, rgb(255, 255, 255) 1px, transparent 1px);
  background-size: min(6.1538461538vw, 24px) min(6.1538461538vw, 24px);
  background-position: top max(-2.0512820513vw, -8px) center;
}
#template .aiPatch__txt p {
  font-size: min(4.1025641026vw, 16px);
  line-height: 1.875;
  font-weight: bold;
  letter-spacing: 0;
}
#template .aiPatch__txt p + p {
  margin-top: min(7.6923076923vw, 30px);
}
#template .aiPatch__note {
  margin-top: min(5.1282051282vw, 20px);
  font-size: min(2.5641025641vw, 10px);
  line-height: 1.2;
  font-weight: 600;
  color: #004EA3;
}
#template .aiPatch .c-btn__cta {
  margin-top: min(10.7692307692vw, 42px);
}
#template .aiPatch__btm {
  margin-top: min(10.2564102564vw, 40px);
  padding-top: min(10.2564102564vw, 40px);
  margin-left: max(-4.6153846154vw, -18px);
  margin-right: max(-4.6153846154vw, -18px);
  padding-bottom: min(29.2307692308vw, 114px);
  background: #fff;
}
#template .aiPatch__btm .c-btn__cta {
  margin-top: min(3.5897435897vw, 14px);
}
#template .about {
  background: #004EA3;
  color: #fff;
  margin-top: max(-7.6923076923vw, -30px);
  border-radius: min(7.6923076923vw, 30px) min(7.6923076923vw, 30px) 0 0;
  padding: min(11.2820512821vw, 44px) min(4.6153846154vw, 18px) min(28.4615384615vw, 111px);
  position: relative;
  z-index: 2;
}
#template .about__ttl {
  width: min(57.6923076923vw, 225px);
  margin: 0 auto;
}
#template .about__subttl {
  text-align: center;
  margin-top: min(9.2307692308vw, 36px);
}
#template .about__subttl span {
  background: #fff;
  border-radius: min(5.1282051282vw, 20px);
  padding: min(3.8461538462vw, 15px) min(8.4615384615vw, 33px);
  font-size: min(5.641025641vw, 22px);
  font-weight: bold;
  letter-spacing: 0.13em;
  line-height: 1.3636363636;
  color: #004EA3;
  display: inline-block;
}
#template .about__note {
  font-size: min(2.5641025641vw, 10px);
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  text-align: right;
  margin-top: min(1.2820512821vw, 5px);
  padding-right: min(8.2051282051vw, 32px);
}
#template .about__txt {
  text-align: center;
  color: #fff;
  font-size: min(4.1025641026vw, 16px);
  font-weight: 600;
  line-height: 1.75;
  margin-top: min(4.6153846154vw, 18px);
}
#template .about__video {
  width: min(76.9230769231vw, 300px);
  height: min(43.0769230769vw, 168px);
  position: relative;
  border-radius: min(3.0769230769vw, 12px);
  overflow: hidden;
  margin: min(5.1282051282vw, 20px) auto 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#template .about__video-thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
#template .about__video-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  will-change: transform;
}
#template .about__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(12.8205128205vw, 50px);
  height: min(12.8205128205vw, 50px);
}
#template .about__video-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  #template .about__video:hover {
    opacity: 0.9;
  }
  #template .about__video:hover .about__video-thumb img {
    transform: scale(1.03);
  }
}
#template .program {
  background: #FFFFFF;
  border-radius: min(7.6923076923vw, 30px) min(7.6923076923vw, 30px) 0 0;
  margin-top: max(-7.6923076923vw, -30px);
  padding: min(11.2820512821vw, 44px) 0 min(27.4358974359vw, 107px);
  position: relative;
  z-index: 3;
}
#template .program__ttl {
  width: min(81.0256410256vw, 316px);
  margin: 0 auto;
}
#template .program__subttl {
  text-align: center;
  margin-top: min(7.9487179487vw, 31px);
  font-size: min(6.6666666667vw, 26px);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.07em;
}
#template .program__subttl span {
  font-size: min(4.6153846154vw, 18px);
  line-height: 1.2777777778;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  margin-top: min(2.0512820513vw, 8px);
}
#template .program__subttl span:before, #template .program__subttl span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(5.641025641vw, 22px);
  height: min(0.5128205128vw, 2px);
  border-radius: 9999px;
  background: #004EA3;
}
#template .program__subttl span::before {
  left: max(-8.2051282051vw, -32px);
}
#template .program__subttl span::after {
  right: max(-8.2051282051vw, -32px);
}
#template .program__note {
  text-align: center;
  margin-top: min(3.8461538462vw, 15px);
}
#template .program__note span {
  color: #fff;
  background: #004EA3;
  border-radius: min(1.5384615385vw, 6px);
  font-size: min(3.5897435897vw, 14px);
  line-height: 1.2857142857;
  font-weight: 600;
  padding: min(0.7692307692vw, 3px) min(5.8974358974vw, 23px);
}
#template .program__items {
  margin-top: min(6.9230769231vw, 27px);
}
#template .program__item {
  position: relative;
}
#template .program__item:after {
  content: "";
  position: absolute;
  bottom: max(-3.3333333333vw, -13px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: min(9.7435897436vw, 38px) solid transparent;
  border-right: min(9.7435897436vw, 38px) solid transparent;
  border-top: min(3.5897435897vw, 14px) solid transparent;
  z-index: 1;
}
#template .program__item:nth-child(1) {
  background: url("../img/program_bg01.jpg") center top no-repeat, #EFF2F9;
  background-size: contain;
  z-index: 3;
}
#template .program__item:nth-child(1):after {
  border-top-color: #EFF2F9;
}
#template .program__item:nth-child(2) {
  background: url("../img/program_bg02.jpg") center top no-repeat, #fff;
  background-size: contain;
  z-index: 2;
}
#template .program__item:nth-child(2):after {
  border-top-color: #fff;
}
#template .program__item:nth-child(3) {
  background: url("../img/program_bg03.jpg") center top no-repeat, #EFF2F9;
  background-size: contain;
}
#template .program__item:nth-child(3):after {
  display: none;
}
#template .program__item-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: min(3.0769230769vw, 12px);
  padding: min(8.2051282051vw, 32px) min(1.2820512821vw, 5px) min(8.2051282051vw, 32px) min(6.6666666667vw, 26px);
}
#template .program__item-content .c-photo {
  width: min(35.8974358974vw, 140px);
  border-radius: min(4.6153846154vw, 18px);
  overflow: hidden;
}
#template .program__item-content .c-content {
  flex: 1;
  padding-bottom: min(0.7692307692vw, 3px);
}
#template .program__item-content .c-ttl {
  margin-bottom: min(2.0512820513vw, 8px);
}
#template .program__item-content .c-ttl span {
  font-size: min(4.6153846154vw, 18px);
  line-height: 1.6111111111;
  font-weight: bold;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-color: #004EA3;
  text-underline-offset: min(1.2820512821vw, 5px);
  text-decoration-thickness: min(0.7692307692vw, 3px);
}
#template .program__item-content .c-txt {
  font-size: min(3.5897435897vw, 14px);
  line-height: 1.2857142857;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
#template .program__item-content .c-note {
  font-size: min(2.5641025641vw, 10px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-top: min(1.0256410256vw, 4px);
}
#template .program__item-content .c-photo-deco {
  position: absolute;
  bottom: min(2.5641025641vw, 10px);
  left: min(3.0769230769vw, 12px);
  width: min(23.0769230769vw, 90px);
  height: min(11.5384615385vw, 45px);
  z-index: 1;
}
#template .program__item-content .c-photo-deco img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#template .program__img {
  width: min(89.7435897436vw, 350px);
  margin: min(10.2564102564vw, 40px) auto 0;
}
#template .howto {
  background: #004EA3;
  color: #fff;
  margin-top: max(-7.6923076923vw, -30px);
  border-radius: min(7.6923076923vw, 30px) min(7.6923076923vw, 30px) 0 0;
  padding: min(11.2820512821vw, 44px) min(4.6153846154vw, 18px) min(27.4358974359vw, 107px);
  position: relative;
  z-index: 4;
}
#template .howto__ttl {
  width: min(81.0256410256vw, 316px);
  margin: 0 auto;
}
#template .howto__subttl {
  text-align: center;
  margin-top: min(9.7435897436vw, 38px);
}
#template .howto__subttl span {
  background: #EFF2F9;
  border-radius: min(5.1282051282vw, 20px);
  padding: min(3.8461538462vw, 15px) min(15.8974358974vw, 62px) min(2.3076923077vw, 9px);
  font-size: min(4.6153846154vw, 18px);
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1.3333333333;
  color: #004EA3;
  display: inline-block;
}
#template .howto__txt {
  text-align: center;
  color: #fff;
  font-size: min(4.1025641026vw, 16px);
  font-weight: 600;
  line-height: 1.75;
  margin-top: min(4.6153846154vw, 18px);
}
#template .howto .c-toggle {
  margin-top: min(4.358974359vw, 17px);
}
#template .howto .c-toggle__head {
  text-align: center;
  position: relative;
}
#template .howto .c-toggle__head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: max(-4.6153846154vw, -18px);
  right: max(-4.6153846154vw, -18px);
  width: min(100vw, 390px);
  margin: 0 auto;
  height: min(26.6666666667vw, 104px);
  background: linear-gradient(to top, rgb(0, 78, 163), rgba(0, 78, 163, 0));
}
#template .howto .c-toggle__head.is-show:before {
  display: none;
}
#template .howto .c-toggle__head.is-show span.is-close {
  display: none;
}
#template .howto .c-toggle__head.is-show span.is-open {
  display: inline-block;
}
#template .howto .c-toggle__head span {
  display: inline-block;
  font-size: min(4.1025641026vw, 16px);
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  padding-right: min(10.2564102564vw, 40px);
  cursor: pointer;
}
#template .howto .c-toggle__head span .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: min(7.1794871795vw, 28px);
  height: min(7.1794871795vw, 28px);
  background: url("../img/ico_plus.svg") center no-repeat;
  background-size: contain;
}
#template .howto .c-toggle__head span.is-open {
  display: none;
}
#template .howto .c-toggle__head span.is-open .icon {
  background: url("../img/ico_minus.svg") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  #template .howto .c-toggle__head span:hover {
    opacity: 0.8;
  }
}
#template .howto .c-toggle__main {
  display: none;
}
#template .howto__point {
  width: min(81.5384615385vw, 318px);
  margin: 0 auto;
  padding-top: min(5.641025641vw, 22px);
}
#template .howto__content .c-ttl {
  text-align: center;
  font-size: min(4.1025641026vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.074em;
  margin-top: min(5.8974358974vw, 23px);
}
#template .howto__content .c-ttl span {
  text-decoration: underline;
  text-underline-offset: min(1.0256410256vw, 4px);
  text-decoration-thickness: min(0.5128205128vw, 2px);
}
#template .howto__content .c-ttl span i {
  font-style: normal;
  font-feature-settings: "palt";
  margin-left: -1px;
  padding-left: 1px;
}
#template .howto__content .c-list {
  margin-top: min(4.8717948718vw, 19px);
  padding: 0 min(3.0769230769vw, 12px);
}
#template .howto__content .c-list li {
  position: relative;
  padding-left: min(3.5897435897vw, 14px);
  font-size: min(3.5897435897vw, 14px);
  line-height: 1.2857142857;
  font-weight: 600;
}
#template .howto__content .c-list li::before {
  content: "";
  position: absolute;
  top: min(2.0512820513vw, 8px);
  left: min(1.2820512821vw, 5px);
  width: min(0.5128205128vw, 2px);
  height: min(0.5128205128vw, 2px);
  border-radius: 50%;
  background: #fff;
}
#template .howto__content .c-list li + li {
  margin-top: min(1.2820512821vw, 5px);
}
#template .howto__content .c-note {
  font-size: min(3.5897435897vw, 14px);
  line-height: 1.2857142857;
  font-weight: 600;
  margin: min(3.3333333333vw, 13px) auto 0;
  width: min(84.6153846154vw, 330px);
  display: flex;
}
#template .howto__content .c-slider__items {
  width: min(82.0512820513vw, 320px);
  margin: min(5.1282051282vw, 20px) auto 0;
}
#template .howto__content .c-slider__item {
  width: min(82.0512820513vw, 320px);
  height: min(43.3333333333vw, 169px);
  padding: 0 min(2.5641025641vw, 10px);
}
#template .howto__content .c-slider__item img {
  border-radius: min(3.0769230769vw, 12px);
  overflow: hidden;
}
#template .howto__content .c-subttl {
  text-align: center;
  font-size: min(4.1025641026vw, 16px);
  font-weight: 600;
  line-height: 1.375;
  margin-top: min(5.641025641vw, 22px);
  padding-bottom: min(10.7692307692vw, 42px);
}
#template .event {
  background: #EFF2F9;
  position: relative;
  z-index: 5;
  margin-top: max(-7.6923076923vw, -30px);
  border-radius: min(7.6923076923vw, 30px) min(7.6923076923vw, 30px) 0 0;
  padding: min(11.2820512821vw, 44px) min(7.6923076923vw, 30px) min(27.9487179487vw, 109px);
}
#template .event__ttl {
  width: min(81.0256410256vw, 316px);
  margin: 0 auto;
}
#template .event__info {
  width: min(79.4871794872vw, 310px);
  margin: min(5.641025641vw, 22px) auto 0;
}
#template .event__intro {
  text-align: center;
  font-size: min(4.1025641026vw, 16px);
  line-height: 1.4375;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin: min(2.5641025641vw, 10px) 0 0;
  white-space: nowrap;
}
#template .event__intro ul {
  margin-top: min(2.5641025641vw, 10px);
  padding: 0 min(5.641025641vw, 22px);
}
#template .event__intro ul li {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  font-size: min(3.5897435897vw, 14px);
  line-height: 1.2857142857;
  font-weight: 600;
}
#template .event__img {
  border-radius: min(4.6153846154vw, 18px);
  overflow: hidden;
  width: min(84.6153846154vw, 330px);
  margin: min(4.8717948718vw, 19px) auto 0;
}
#template .event__address {
  margin-top: min(5.1282051282vw, 20px);
}
#template .event__address dl {
  display: flex;
  align-items: flex-start;
  gap: min(2.5641025641vw, 10px);
}
#template .event__address dl dt {
  background: #004EA3;
  color: #fff;
  font-size: min(3.0769230769vw, 12px);
  line-height: 1.3333333333;
  border-radius: min(1.0256410256vw, 4px);
  min-width: min(14.358974359vw, 56px);
  padding: min(0.2564102564vw, 1px) min(0.7692307692vw, 3px);
  text-align: center;
}
#template .event__address dl dd {
  flex: 1;
  font-size: min(3.5897435897vw, 14px);
  font-weight: bold;
}
#template .event__address dl dd span {
  display: block;
  font-size: min(3.0769230769vw, 12px);
  font-weight: 600;
  margin-top: min(0.5128205128vw, 2px);
}
#template .event__address-map {
  margin-top: min(5.1282051282vw, 20px);
  line-height: 1;
}
#template .event__address-map iframe {
  width: min(84.6153846154vw, 330px);
  height: min(51.2820512821vw, 200px);
  line-height: 1;
  background: #fff;
}
#template .event__address-txt {
  font-size: min(3.0769230769vw, 12px);
  line-height: 1.3333333333;
  font-weight: 600;
  margin-top: min(0.5128205128vw, 2px);
}
#template .event__address-txt strong {
  font-weight: bold;
  display: block;
  margin-bottom: min(0.5128205128vw, 2px);
}
#template .event__subttl {
  text-align: center;
}
#template .event__subttl span {
  font-size: min(4.1025641026vw, 16px);
  line-height: 1.75;
  text-align: center;
  margin-top: min(11.7948717949vw, 46px);
  border-bottom: min(0.5128205128vw, 2px) solid #004EA3;
  display: inline-block;
  padding: 0 min(2.5641025641vw, 10px);
}
#template .event__note {
  width: min(84.6153846154vw, 330px);
  margin: min(5.641025641vw, 22px) auto 0;
}
#template .event__note > * + * {
  margin-top: min(3.8461538462vw, 15px);
}
#template .event__note p {
  font-size: min(3.5897435897vw, 14px);
  line-height: 1.2857142857;
  font-weight: 600;
  display: flex;
}
#template .event__note dl {
  font-size: min(3.5897435897vw, 14px);
  line-height: 1.2857142857;
  font-weight: 600;
  display: flex;
}
#template .event__note dl + dl {
  margin-top: min(2.5641025641vw, 10px);
}
#template .event__note dl dt {
  min-width: min(17.9487179487vw, 70px);
  display: flex;
  justify-content: space-between;
  margin-right: min(2.5641025641vw, 10px);
}
#template .event__note dl a {
  text-decoration: underline;
  text-underline-offset: min(0.5128205128vw, 2px);
}
@media screen and (min-width: 1025px) {
  #template .event__note dl a:hover {
    text-decoration: none;
  }
}
#template .store {
  margin-top: max(-7.6923076923vw, -30px);
  border-radius: min(7.6923076923vw, 30px) min(7.6923076923vw, 30px) 0 0;
  background: #FFFFFF;
  padding: min(12.5641025641vw, 49px) min(7.6923076923vw, 30px) min(19.4871794872vw, 76px);
  position: relative;
  z-index: 6;
}
#template .store__ttl {
  font-size: min(4.6153846154vw, 18px);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
}
#template .store .c-btn__cta {
  margin-top: min(3.5897435897vw, 14px);
}
#template .store__note {
  text-align: center;
  display: block;
  font-size: min(2.5641025641vw, 10px);
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  margin-top: min(1.2820512821vw, 5px);
}
#template .store__items {
  margin-top: min(12.0512820513vw, 47px);
}
#template .store__item {
  padding-bottom: min(8.4615384615vw, 33px);
  margin-bottom: min(9.2307692308vw, 36px);
  border-bottom: min(0.5128205128vw, 2px) solid #EFF2F9;
}
#template .store__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#template .store__item-head span {
  font-size: min(3.5897435897vw, 14px);
  line-height: 1.2857142857;
  font-weight: 600;
  background: #004EA3;
  color: #fff;
  border-radius: min(1.5384615385vw, 6px);
  min-width: min(29.4871794872vw, 115px);
  padding: min(0.7692307692vw, 3px);
  text-align: center;
  display: inline-block;
}
#template .store__item-content {
  margin-top: min(1.7948717949vw, 7px);
}
#template .store__item-content dl {
  display: flex;
  font-size: min(3.0769230769vw, 12px);
  line-height: 1.3333333333;
}
#template .store__item-content dl + dl {
  margin-top: max(-0.2564102564vw, -1px);
}
#template .store__item-content dl dt {
  width: min(15.3846153846vw, 60px);
}
#template .store__item-map {
  margin-top: min(1.5384615385vw, 6px);
  line-height: 1;
}
#template .store__item-map iframe {
  width: min(84.6153846154vw, 330px);
  height: min(51.2820512821vw, 200px);
  line-height: 1;
  background: #EFF2F9;
}
#template .footer {
  background: #004EA3;
  padding: min(4.8717948718vw, 19px) 0;
}
#template .footer__logo {
  width: min(23.0769230769vw, 90px);
  margin: 0 auto;
}