@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-style: normal;
  box-sizing: border-box;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

:root {
  --base: #009261;
  --main: #1446b4;
  --white: #fff;
  --black: #000;
  --width: 1440;
}
@media only screen and (max-width: 768px) {
  :root {
    --width: 375;
  }
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  overflow-y: hidden !important;
}

.green_txt,
.green_ttl {
  color: var(--base);
}

.maison_ttl {
  color: #d8959e;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  transition-duration: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}

picture {
  display: block;
  width: 100%;
}
picture img {
  width: 100%;
}

.trigger {
  box-sizing: border-box;
}

.slideTrain,
.slideUpTrain {
  opacity: 0;
}

.bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(../images/bg01.jpg);
  background-position: center 0;
  background-size: cover;
  pointer-events: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: overlay */
#overlay {
  display: none;
}
@media only screen and (max-width: 768px) {
  #overlay.active {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: main */
.main {
  margin-top: 80px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main {
    margin-top: 48px;
  }
}

section {
  position: relative;
}

.container {
  margin: auto;
  max-width: 780px;
}
@media only screen and (max-width: 768px) {
  .container {
    width: 90%;
  }
}

.sec .img {
  display: block;
}
.sec .note {
  font-size: clamp(12px, 1.25vw, 18px);
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .sec .note {
    text-align: left;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: main_visual */
.main_visual {
  position: relative;
}
.main_visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background: url(../images/line.jpg) repeat-x left center/contain;
}
@media only screen and (max-width: 768px) {
  .main_visual::before {
    height: 18px;
    background-size: cover;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: secret */
.sec_secret {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sec_secret {
    display: block;
    margin: auto;
    padding-bottom: 40px;
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .sec_secret .img {
    width: 100%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: cp */
.sec_cp {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .sec_cp {
    padding-bottom: 40px;
  }
}
.sec_cp .container {
  max-width: 702px;
}
.sec_cp .text {
  color: #1B2D69;
  font-size: clamp(16px, 1.9444444444vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  margin-top: -50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec_cp .text {
    margin-top: -20px;
  }
}
.sec_cp ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 50px auto;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .sec_cp ul {
    gap: 20px;
    margin: 30px auto;
    width: 80%;
  }
}
.sec_cp .period {
  margin: 0 calc(50% - 50vw);
  padding: 20px 0 80px;
  position: relative;
  width: 100vw;
}
.sec_cp .period::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-image: radial-gradient(#1B2D69 15%, transparent 20%, transparent 20%), radial-gradient(#1B2D69 15%, transparent 20%, transparent 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  z-index: -1;
}
.sec_cp .period::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-image: radial-gradient(#1B2D69 15%, transparent 20%, transparent 20%), radial-gradient(#1B2D69 15%, transparent 20%, transparent 20%);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  z-index: -1;
}
.sec_cp .period .con {
  max-width: 520px;
  margin: auto;
}
.sec_cp .period p {
  color: #1B2D69;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  margin-top: 1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec_cp .period {
    padding: 10px 0 40px;
  }
  .sec_cp .period::before, .sec_cp .period::after {
    height: 30px;
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
  }
  .sec_cp .period .con {
    width: 80%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: DL */
.sec_dl {
  overflow: hidden;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .sec_dl {
    padding-bottom: 60px;
  }
}
.sec_dl .sec_title {
  max-width: 520px;
  margin: auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .sec_dl .sec_title {
    margin-bottom: 30px;
    width: 85%;
  }
}
.sec_dl p {
  color: #1B2D69;
  font-size: clamp(16px, 1.9444444444vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.sec_dl .con {
  position: relative;
}
.sec_dl .con::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 130px;
  height: 100%;
  background: url(../images/dl_before.png) no-repeat center/cover;
}
.sec_dl .con::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 130px;
  height: 100%;
  background: url(../images/dl_after.png) no-repeat center/cover;
}
.sec_dl .con figure {
  max-width: 300px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .sec_dl .con::before {
    left: -22%;
    background-size: contain;
  }
  .sec_dl .con::after {
    right: -22%;
    background-size: contain;
  }
  .sec_dl .con figure {
    width: 65%;
  }
  .sec_dl .con figure img {
    transform: translateX(10%);
  }
}
.sec_dl .btn {
  max-width: 390px;
  margin: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .sec_dl .btn {
    margin-top: 20px;
    width: 85%;
  }
}
.sec_dl .totebag {
  margin-top: 80px;
}
.sec_dl .totebag .flex {
  background: url(../images/dl_bg.png) no-repeat center/contain;
  align-items: center;
  display: grid;
  grid-template-columns: 65% auto;
  gap: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .sec_dl .totebag {
    margin-top: 40px;
  }
  .sec_dl .totebag .flex {
    gap: 15px;
    margin-top: 30px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: terms */
.sec_terms {
  background-color: #fff;
  padding: 60px clamp(5%, 8.3333333333%, 120px) 70px;
  position: relative;
}
.sec_terms::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(../images/terms_before.png) repeat-x center/contain;
}
@media only screen and (max-width: 768px) {
  .sec_terms {
    padding: 30px 0;
  }
  .sec_terms::before {
    top: -60px;
  }
}
.sec_terms .sec_title {
  background-color: #1B2D69;
  color: #fff;
  font-size: clamp(22px, 2.2222222222vw, 32px);
  line-height: 1;
  margin-bottom: 3rem;
  padding: 1.75rem 0.5rem;
  position: relative;
  text-align: center;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
}
.sec_terms .sec_title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.sec_terms .sec_title::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .sec_terms .sec_title {
    margin-bottom: 2rem;
    padding: 1.5rem 0.5rem;
  }
}
.sec_terms dl:last-child dd {
  margin-bottom: 0;
}
.sec_terms dl dt {
  font-size: clamp(21px, 1.6666666667vw, 24px);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.sec_terms dl dt span {
  display: table-cell;
}
.sec_terms dl dt span:first-child {
  color: #1B2D69;
  font-size: 70%;
  padding-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .sec_terms dl dt {
    font-size: clamp(18px, 5.3333333333vw, 18px);
  }
}
.sec_terms dl dd {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 2em;
}
.sec_terms dl dd li span {
  display: table-cell;
}
.sec_terms dl dd .notes {
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.sec_terms dl dd .mt {
  margin-top: 1em;
}
.sec_terms dl dd .head {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  font-weight: 600;
  padding: 0.25em 0;
  text-align: center;
}
.sec_terms dl dd .t-center {
  font-size: clamp(18px, 1.3888888889vw, 20px);
  line-height: 1.5;
  margin: 0.5em auto;
  text-align: center;
}
.sec_terms dl dd a {
  color: #1B2D69;
  text-decoration: underline;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .sec_terms dl dd {
    font-size: clamp(14px, 3.7333333333vw, 16px);
  }
  .sec_terms dl dd .notes {
    font-size: clamp(12px, 3.2vw, 14px);
  }
  .sec_terms dl dd .head {
    font-size: clamp(14px, 3.7333333333vw, 16px);
  }
  .sec_terms dl dd .t-center {
    font-size: clamp(14px, 3.7333333333vw, 16px);
    margin: 0.75em auto 0.5em;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: design */
.sec_design {
  background-color: #FFC2C2;
  background-image: url(../images/design_bg.png);
  background-size: cover;
  background-position: top 50px center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}
.sec_design::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35px;
  top: 0;
  left: 0;
  background: url(../images/design_before.png) repeat-x left/cover;
  background-color: #FFC2C2;
}
@media only screen and (max-width: 768px) {
  .sec_design {
    padding: 40px 0;
  }
  .sec_design::before {
    height: 22px;
  }
}
.sec_design .container {
  max-width: 100%;
  width: 100%;
}
.sec_design .sec_title {
  max-width: 520px;
  margin: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .sec_design .sec_title {
    width: 95%;
  }
}
.sec_design .swiper {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .sec_design .swiper {
    padding-bottom: 40px;
    margin: 0 -40%;
    width: 180%;
  }
}
.sec_design .swiper .swiper-slide {
  transform: scale(0.8); /* 左右のスライドを小さくする */
  transition: 0.7s; /* ゆっくり小さくさせる */
}
.sec_design .swiper .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0); /* 中央のスライドは小さくしない */
}
.sec_design .swiper .swiper-slide img {
  height: auto;
  width: 100%;
  image-rendering: -webkit-optimize-contrast; /* 画像の鮮明度を保つ */
  image-rendering: crisp-edges; /* 画像の鮮明度を保つ */
  backface-visibility: hidden; /* レンダリングの改善 */
  transform: translateZ(0); /* GPUアクセラレーション有効化 */
}
.sec_design .swiper .swiper-button-next {
  right: 34.5%;
  clip-path: polygon(20px 50%, 0% 0%, 0% 30px);
}
@media only screen and (max-width: 767px) {
  .sec_design .swiper .swiper-button-next {
    right: 29%;
    clip-path: polygon(18px 50%, 0% 0%, 0% 28px);
  }
}
.sec_design .swiper .swiper-button-prev {
  left: 34.5%;
  clip-path: polygon(0% 50%, 22px 0%, 20px 30px);
}
@media only screen and (max-width: 767px) {
  .sec_design .swiper .swiper-button-prev {
    left: 29%;
    clip-path: polygon(0% 50%, 18px 0%, 18px 28px);
  }
}
.sec_design .swiper .swiper-button-next,
.sec_design .swiper .swiper-button-prev {
  top: 0;
  bottom: 60px;
  margin: auto;
  width: 20px;
  height: 30px;
  z-index: 2;
  background-color: #1B2D69;
}
.sec_design .swiper .swiper-button-next::after,
.sec_design .swiper .swiper-button-prev::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .sec_design .swiper .swiper-button-next,
  .sec_design .swiper .swiper-button-prev {
    bottom: 40px;
    width: 18px;
    height: 28px;
  }
}
.sec_design .swiper .swiper-pagination {
  bottom: 0;
}
.sec_design .swiper .swiper-pagination .swiper-pagination-bullet {
  content: "";
  margin: 0 5px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #FFF2F1;
}
.sec_design .swiper .swiper-pagination .swiper-pagination-bullet:nth-child(n+7) {
  display: none;
}
.sec_design .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF8189;
}
@media only screen and (max-width: 768px) {
  .sec_design .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: service */
#service-disney {
  background-color: #ffea52;
}

#service {
  background-color: #FCDFE0;
}

.sec_service {
  padding: 60px clamp(5%, 8.3333333333%, 120px) 70px;
}
@media only screen and (max-width: 768px) {
  .sec_service {
    padding: 30px 5% 40px;
  }
}
.sec_service .container {
  background: #fff;
  border-radius: 30px;
  padding: 60px clamp(5%, 4.1666666667%, 60px);
}
@media only screen and (max-width: 768px) {
  .sec_service .container {
    border-radius: 15px;
    padding: 30px 5% 40px;
    width: 100%;
  }
}
.sec_service .title {
  border: 1px dashed var(--base);
  border-width: 2px 0;
  color: var(--base);
  font-size: clamp(21px, 30 / var(--width) * 100vw, 30px);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  padding: 20px 0;
}
.sec_service .title span {
  display: inline-block;
  font-size: clamp(24px, 35 / var(--width) * 100vw, 35px);
  padding-bottom: 0.3em;
  position: relative;
}
.sec_service .title span:before {
  position: absolute;
  content: "";
  top: 0;
  left: -0.5em;
  width: 2px;
  height: 90%;
  transform: rotate(-15deg);
  background: var(--base);
}
.sec_service .title span:after {
  position: absolute;
  content: "";
  top: 0;
  right: -0.5em;
  width: 2px;
  height: 90%;
  transform: rotate(15deg);
  background: var(--base);
}
@media only screen and (max-width: 768px) {
  .sec_service .title {
    font-size: clamp(14px, 4vw, 21px);
  }
  .sec_service .title span {
    font-size: clamp(18px, 5.6vw, 21px);
  }
}
.sec_service .service_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .sec_service .service_list {
    gap: 40px;
  }
}
.sec_service .service_bnr {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .sec_service .service_bnr {
    gap: 20px;
  }
}
.sec_service .service_bnr .border {
  border: 1px solid #B3B3B3;
}
.sec_service .button {
  display: block;
  max-width: 300px;
  margin: 30px auto;
}
@media only screen and (max-width: 768px) {
  .sec_service .button {
    margin: 15px auto;
    width: 90%;
  }
}
.sec_service .disney {
  max-width: 780px;
  margin: 2em auto 0;
  width: 90%;
}
.sec_service .disney a {
  color: var(--base);
  position: relative;
  text-decoration: underline;
}
.sec_service .disney a:after {
  content: "";
  filter: invert(42%) sepia(9%) saturate(5656%) hue-rotate(118deg) brightness(70%) contrast(101%);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(../images/arrow.svg) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .sec_service .disney {
    margin-top: 1em;
    width: 100%;
  }
  .sec_service .disney a {
    font-size: clamp(12px, 3.7333333333vw, 16px);
  }
  .sec_service .disney a:after {
    width: 12px;
    height: 12px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: pagetop_btn */
.pagetop_btn {
  position: relative;
}
.pagetop_btn .pagetop {
  display: block;
  padding: 20px;
  color: white;
  background: var(--base);
  border: 3px solid var(--base);
  bottom: 24px;
  right: 24px;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
}
.pagetop_btn .pagetop:hover {
  color: var(--base);
  background: white;
  border: 3px solid var(--base);
}
.pagetop_btn .pagetop.active {
  opacity: 1;
  visibility: visible;
}
.pagetop_btn .pagetop.absolute {
  position: absolute;
  top: -100px;
  bottom: auto;
}
.pagetop_btn .pagetop svg {
  fill: currentcolor;
}

@media only screen and (max-width: 768px) {
  .pagetop_btn .pagetop {
    right: 4%;
    padding: 0.8rem;
  }
  .pagetop_btn .pagetop.absolute {
    top: -90px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: footer */
footer {
  padding: 8px 20px 10px;
  background-color: var(--base);
  color: #fff;
  font-weight: 500;
  position: relative;
}
footer .container {
  display: grid;
  grid-template: auto auto/auto 264px;
}
footer .link {
  padding-top: 0.3rem;
  font-size: 12px;
  line-height: 1.4;
  margin-right: 1rem;
}
footer .link a {
  color: white;
  text-decoration: inherit;
  text-decoration-skip-ink: auto;
  margin-right: 1rem;
}
footer .link span {
  color: white;
}
footer .banner {
  position: relative;
  display: flex;
  align-items: center;
  width: 264px;
  height: 54px;
  color: #666;
  grid-area: 1/2/3/3;
}
footer .banner img {
  position: absolute;
}
footer .banner span.t {
  position: relative;
  padding: 0.4em 1em 0;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0;
}
footer .copyright {
  font-size: 10px;
  margin-top: 1rem;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  footer {
    padding-bottom: 20px;
    text-align: center;
  }
  footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .link {
    margin: 0 auto;
  }
  footer .banner {
    order: 1;
    margin-top: 8px;
  }
}/*# sourceMappingURL=style.css.map */