@charset "UTF-8";
/* default
---------------------------------------------------- */

body {
  margin: 0;
}

@font-face {
  font-family: 'MyFont_hiragino';
  src: url("../../../common/font/OTF-HiraginoKakuGoStd-W4.otf") format('opentype');
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'MyFont_hiragino';
  src: url("../../../common/font/OTF-HiraginoKakuGoStd-W5.otf") format('opentype');
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: 'MyFont_hiragino';
  src: url("../../../common/font/OTF-HiraginoKakuGoStd-W7.otf") format('opentype');
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: 'MyFont_hiragino';
  src: url("../../../common/font/OTF-HiraginoKakuGoStd-W9.otf") format('opentype');
  font-display: swap;
  font-weight: 900;
}

@font-face {
  font-family: 'MyFont_Helvetica';
  src: url("../../../common/font/Helvetica-01.woff") format('woff');
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'MyFont_Helvetica';
  src: url("../../../common/font/Helvetica-Bold-02.woff") format('woff');
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: 'MyFont_Nobel';
  src: url("../../../common/font/Nobel_Bold.woff") format('woff');
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: 'MyFont_Koburina';
  src: url("../../../common/font/koburina_Std_W6.woff") format('woff');
  font-display: swap;
  font-weight: 600;
}


:root {
  --blue: #1e50a1;
  --light-blue: #7bd5d4;
  --dark-blue: #253244;
  --bk-blue01: #f6f8fb;
  --bl-blue02: #e5f7f6;
  --gold: #ccb987;
  --title-f-size: 40px;
  --sbtitle-f-size: 22px;
  --txt-f-size: 16px;
  --remark-f-size: 13px;
  --big-f-size: 2.3em;
  --padding: 10%;
  --margin: 10%;
}

.fs-life-detail .fs-privilege-gallery {
  display: none;
}

.fs-life-detail .slick-list {
  width: inherit;
  margin: 0;
}

/* miraie
---------------------------------------------------- */
#miraie {
  font-family: "MyFont_Helvetica", "Helvetica Neue", "Helvetica", "MyFont_hiragino", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  width: min(100%, 940px);
  padding: 0;
  margin: 0 auto;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  box-sizing: border-box;
  overflow: hidden;
}

#miraie * {
  box-sizing: border-box;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  color: inherit;
  padding: 0;
  margin: 0;
}

#miraie img {
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
  height: auto;
}

#miraie .pc {
  display: block !important;
}

#miraie .sp {
  display: none !important;
}

#miraie ol,
#miraie ul,
#miraie li,
#miraie p {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#miraie a {
  outline: none;
  font-size: inherit;
  text-decoration: none;
}

/* font
---------------------------------------------------- */

#miraie .title {
  font-size: var(--title-f-size);
  font-weight: 600;
  line-height: 1.2;
  font-family: "MyFont_Helvetica", "Helvetica Neue", "Helvetica", "MyFont_Koburina", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}

#miraie .subtitle {
  font-size: var(--sbtitle-f-size);
  font-weight: 500;
  line-height: 1.5;
  font-family: "MyFont_Helvetica", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}

#miraie .text {
  font-size: var(--txt-f-size);
  font-weight: 500;
  line-height: 2;
}

#miraie .remark {
  font-size: var(--remark-f-size);
  font-weight: 500;
  line-height: 2;
}

#miraie .big {
  font-size: var(--big-f-size);
  font-weight: 600;
}

#miraie .font-white {
  color: #fff;
}

#miraie .font-blue {
  color: var(--dark-blue);
}

#miraie .txt_box {
  width: 90%;
  margin: 0 auto;
}

/* .wave
---------------------------------------------------- */

#miraie .wave {
  display: block;
  width: 200%;
  padding-bottom: 8.5%;
  position: absolute;
  bottom: -0.1%;
  left: 0;
  animation: loop_wave 40s linear infinite;
}

#miraie .wave.blue {
  background: url(../img/wave_blue.svg) repeat-x;
  background-size: 50% auto;
  background-position: 0% bottom;
}

#miraie .wave.light-blue {
  background: url(../img/wave_light-blue.svg) repeat-x;
  background-size: 50% auto;
  background-position: 0% bottom;
}

#miraie .wave.dark-blue {
  background: url(../img/wave_dark-blue.svg) repeat-x;
  background-size: 50% auto;
  background-position: 0% bottom;
}

#miraie .wave.white {
  background: url(../img/wave_white.svg) repeat-x;
  background-size: 50% auto;
  background-position: 0% bottom;
}

@keyframes loop_wave {

  100% {
    background-position: 100% bottom;
  }

}


/* .article_title
---------------------------------------------------- */

#miraie .article_title {
  text-align: center;
  background: none;
  box-shadow: none;
}

#miraie .article_title .icn {
  width: min(15%, 70px);
}

#miraie .article_title .english {
  font-size: var(--txt-f-size);
  font-weight: 700;
  font-family: "MyFont_Nobel", "MyFont_Helvetica", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  letter-spacing: 1em;
  margin: 1em 0 0 1em;
  color: var(--gold);
}

#miraie .article_title .line {
  display: block;
  width: 4em;
  height: 1em;
  margin: 1em auto;
}

#miraie .article_title .line.white {
  background: url(../img/line_white.svg) repeat-x;
  background-size: contain;
  background-position: center;
}

#miraie .article_title .line.blue {
  background: url(../img/line_blue.svg) repeat-x;
  background-size: contain;
  background-position: center;
}


#miraie .article_title .title {
  margin: 0 0 1.5em;
}

/* #miraie_head
---------------------------------------------------- */

#miraie #miraie_head {
  position: relative;
}

#miraie #miraie_head .title_svg {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}

#miraie #miraie_head .scroll_down {
  width: 3%;
  position: absolute;
  bottom: -1%;
  left: 5%;
  animation: scroll_down 2s ease-in-out infinite forwards;
  z-index: 3;
}

@keyframes scroll_down {
  0% {
    translate: 0 0;
  }

  30% {
    translate: 0 30%;
  }

  60% {
    translate: 0 0;
  }
}


/* #about
---------------------------------------------------- */


#miraie #about {
  position: relative;
  padding: var(--padding) 0 0;
  background: var(--blue);
}

#miraie #about .about_img_all {
  position: relative;
}

#miraie #about .loop_txt {
  display: block;
  width: 100%;
  padding-bottom: 12%;
  background: url(../img/loop_txt.svg) repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 10%;
  animation: loop_wave 20s linear infinite;
}

#miraie #about .about_img {
  overflow: hidden;
  margin: var(--margin) 0 0;
  width: 90%;
  border-top-right-radius: 50px;
}

/* #point
---------------------------------------------------- */


#miraie #point {
  position: relative;
  padding: var(--padding) 0 calc(1.5 * var(--padding));
  background: var(--bl-blue02);
}

#miraie #point #point_slick {
  margin: 0 auto;
  position: relative;
}

#miraie #point #point_slick li.slick-slide {
  margin: 0 0.3%;
  height: auto;
}

#miraie #point #point_slick li>span {
  display: block;
  overflow: hidden;
  border-radius: 25px;
}

#miraie #point #point_slick .subtitle {
  font-weight: 700;
  margin: 3em 0 1em;
  text-align: center;
  position: relative;
}

#miraie #point #point_slick .subtitle span,
#miraie #point #point_slick p {
  position: relative;
  z-index: 3;
}

#miraie #point #point_slick span.text {
  font-weight: 500 !important;
  display: block;
  line-height: 1;
}

#miraie #point #point_slick .subtitle::before {
  content: "";
  display: block;
  width: 6em;
  height: 6em;
  background: url(../img/float_ring.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

#miraie #point .remark {
  width: 90%;
  text-align: center;
  margin: 2em auto 0;
}

/* Arrows
---------------------------------------------------- */

#miraie #point #point_slick .slick-prev,
#miraie #point #point_slick .slick-next {
  line-height: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  display: block;
  width: 3em;
  height: 3em;
  padding: 0;
  cursor: pointer;
  outline: none;
  z-index: 3;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

#miraie #point #point_slick .slick-prev {
  left: 10%;
}

#miraie #point #point_slick .slick-next {
  right: 10%;
  scale: -1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

/* Dots
---------------------------------------------------- */

#miraie #point #point_slick .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin: 2em 0 0;
}

#miraie #point #point_slick .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#miraie #point #point_slick .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#miraie #point #point_slick .slick-dots li button:hover,
#miraie #point #point_slick .slick-dots li button:focus {
  outline: none;
}

#miraie #point #point_slick .slick-dots li button:hover:before,
#miraie #point #point_slick .slick-dots li button:focus:before {
  opacity: 1;
}

#miraie #point #point_slick .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--dark-blue);
  opacity: 0.25;
}

#miraie #point #point_slick .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: var(--dark-blue);
}


/* #course
---------------------------------------------------- */

#miraie #course {
  position: relative;
  padding: var(--padding) 0 calc(1.5 * var(--padding));
  background: var(--dark-blue);
  text-align: center;
}

#miraie #course .course_all {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 0 1em;
  container-type: inline-size;
}

#miraie #course .course {
  width: 50%;
}

@container (width < 400px) {

  #miraie #course .course_all {
    margin: 0;
  }

  #miraie #course .course {
    width: 100%;
    margin: 0 0 1em;
  }

}

#miraie .special .big,
#miraie #course .special.text {
  color: var(--gold);
}


#miraie .standard .big {
  color: var(--light-blue);
}

#miraie #course .course_title {
  width: min(95%, 300px);
  color: var(--dark-blue);
  line-height: 1;
  padding: 0.5em 0;
  border-radius: 2em;
  margin: 0 auto 1em;
  font-weight: 700;
}

#miraie #course .special .course_title {
  background: var(--gold);
}

#miraie #course .standard .course_title {
  background: var(--light-blue);
}

#miraie .fee {
  line-height: 1 !important;
}

#miraie .fee_all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 2em 0 0;
}

#miraie #course .remark {
  width: 90%;
  margin: 1em auto 2em;
  text-align: left;
}

#miraie #course .course_all .text {
  line-height: 1.2;
  margin: 1em 0 0;
  font-size: var(--sbtitle-f-size);
  position: relative;
}


#miraie #course_slick li {
  overflow: hidden;
  height: auto;
  border-radius: 15px;
  margin: 1% 0.2% 0;
}

#miraie #course_slick .slick-track {
  display: flex;
}

#miraie #course_slick .slick-track::before,
#miraie #course_slick .slick-track::after {
  display: none;
}

#miraie #course_slick .slick-slide {
  float: inherit;
  height: inherit;
}

#miraie #course_slick .slick-slide>div {
  height: 100%;
}


/* #outline
---------------------------------------------------- */

#miraie #outline {
  position: relative;
  padding: var(--padding) 0 calc(6 * var(--padding));
  background-color: var(--bk-blue01);
  background-image: url(../img/outline.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: center;
}

#miraie #outline .outline_all {
  width: 90%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border: solid 3.5px;
  border-bottom: none;
  margin: 0 auto;
  padding: calc(0.75 * var(--padding)) 0 0;
}

#miraie #outline .outline {
  margin: 0 0 3em;
}

#miraie #outline .outline_title {
  background: var(--dark-blue);
  color: #fff;
  border-radius: 2em;
  width: min(90%, 300px);
  margin: 0 auto 1em;
  line-height: 1;
  padding: 0.5em 0;
}

#miraie #outline .text {
  line-height: 1.5;
  font-size: var(--sbtitle-f-size);
}

#miraie #outline .date {
  color: var(--blue);
}

#miraie #outline .fee_all {
  justify-content: center;
  margin: 1em 0 3em;
}

#miraie #outline .fee_all.standard {
  margin: 1em 0;
}

#miraie #outline .fee_all .fee {
  margin: 0 1em;
}

#miraie #outline .outline_svg {
  position: relative;
  display: block;
  translate: 0 -40%;
}

#miraie #outline .bonvoyage {
  display: block;
  width: 30%;
  position: absolute;
  bottom: 7%;
  left: 10%;
}

/* #footer
---------------------------------------------------- */

#miraie #footer {
  position: relative;
  padding: calc(var(--padding) / 3) 0;
  background: var(--blue);
}

#miraie #footer img {
  display: block;
  width: min(30%, 180px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  :root {
    --title-f-size: 30px;
    --sbtitle-f-size: 18px;
    --txt-f-size: 15px;
    --remark-f-size: 13px;
    --big-f-size: 2em;
    --padding: 12%;
    --margin: 12%;
  }

  #fftop_recomDetail section {
    padding: 0;
  }

  .fs-static.fs-static-basic {
    margin: 0;
  }

  .fs-life-detail .fs-static-01 {
    margin: 0 0 10px;
  }

  #ichiran .h3Area,
  section.categoryBox,
  #ichiran .useWrap h4 {
    display: none;
  }

  article {
    min-height: inherit;
  }

  #miraie .sp {
    display: block !important;
  }

  #miraie .pc {
    display: none !important;
  }

  #miraie .wave {
    width: 300%;
    padding-bottom: 10.5%;
  }

  #miraie #miraie_head .title_svg {
    width: 100%;
    top: 5%;
  }

  #miraie .article_title .title {
    margin: 0 0 1em;
  }

  #miraie .article_title .english {
    margin: 0.5em 0 0 1em;
  }

  #miraie .article_title .line {
    margin: 0.5em auto;
  }

  #miraie #miraie_head .scroll_down {
    width: 7%;
    bottom: -10%;
  }

  #miraie .fee_all {
    margin: 1em 0 0;
    gap: 1em 0;
  }

  #miraie #outline .text,
  #miraie #course .course_all .text {
    font-size: var(--txt-f-size);
  }

  #miraie #point #point_slick li>span,
  #miraie #course_slick li {
    border-radius: 10px;
  }


  #miraie #point #point_slick .slick-prev,
  #miraie #point #point_slick .slick-next {
    width: 2em;
    height: 2em;
  }

  #miraie #point #point_slick .slick-dots {
    height: 2em;
  }

  #miraie #point #point_slick .slick-next {
    right: 5%;
  }

  #miraie #point #point_slick .slick-prev {
    left: 5%;
  }

  #miraie #outline {
    padding: var(--padding) 0 calc(5 * var(--padding));
  }

  #miraie #outline .outline_all {
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
    border-width: 2px;
  }

  #miraie #outline .outline_svg {
    translate: 0 -50%;
  }

  #miraie #outline .bonvoyage {
    width: 40%;
    left: 6%;
  }

  #miraie #point .remark {
    text-align: left;
  }

}
