/* Thin 100
Light 300
Regular 400
Medium 500
Bold 700
ExtraBold 800
Black 900 */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #333;
  font-weight: 400;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a:active img {
  transition: all 0.3s linear;
}

a:active img:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

a {
  transition: transform 0.2s;
}

a:active {
  transform: scale(0.97);
}

input[type=button] {
  transition: transform 0.2s;
}

input[type=button]:active {
  transform: scale(0.97);
}

*:focus {
  outline: none;
}

main img {
  width: 100%;
  vertical-align: top;
}

/*
* wrapper
*/

.l-base {
  padding-right: 2rem;
  padding-left: 2rem;
}

.l-xshort {
  margin-right: 2rem;
  margin-left: 2rem;
}

.c-btn,
.c-btn-pink,
.c-btn-blue,
.c-btn-green,
.c-btn-orange {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 94%;
  padding: 1.5rem;
  border-width: 0.2rem;
  border-style: solid;
  border-radius: 4rem;
  color: #fff;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  transition: all 0.3s linear;
}

.c-btn:after,
.c-btn-pink:after,
.c-btn-blue:after,
.c-btn-green:after,
.c-btn-orange:after {
  display: block;
  position: absolute;
  top: 0;
  right: 1.8rem;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 6px 0 6px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  content: "";
  transition: all 0.3s linear;
}

.c-btn-pink:hover,
.c-btn-blue:hover,
.c-btn-green:hover,
.c-btn-orange:hover {
  background-color: #fff;
}

.c-btn-pink {
  border-color: #f279b6;
  background-color: #f279b6;
}

.c-btn-pink:hover {
  color: #f279b6;
}

.c-btn-pink:hover:after {
  border-color: transparent transparent transparent #f279b6;
}

.c-btn-blue {
  border-color: #19adf9;
  background-color: #19adf9;
}

.c-btn-blue:hover {
  color: #19adf9;
}

.c-btn-blue:hover:after {
  border-color: transparent transparent transparent #19adf9;
}

.c-btn-green {
  border-color: #8fd152;
  background-color: #8fd152;
}

.c-btn-green:hover {
  color: #8fd152;
}

.c-btn-green:hover:after {
  border-color: transparent transparent transparent #8fd152;
}

.c-btn-orange {
  border-color: #ffb100;
  background-color: #ffb100;
}

.c-btn-orange:hover {
  color: #ffb100;
}

.c-btn-orange:hover:after {
  border-color: transparent transparent transparent #ffb100;
}

.c-btnbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4rem;
}

.c-btnbox a {
  display: block;
}

.c-btnbox a:last-of-type {
  margin-top: 2rem;
}

/* ----------------------------------

youtube/mp4

------------------------------------- */
.iframe__outline {
  position: relative;
  width: 100%;
  padding: 56.2719812427% 0 0;
}

.iframe__outline iframe,
.iframe__outline video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* main
*/
.top {
  margin-top: 5.5rem !important;
  background: #fff;
}

.top .p-idxfv__outline {
  min-height: 40rem;
  padding-top: 5.5rem;
  padding-right: 1.5rem;
  padding-bottom: 6.5rem;
  padding-left: 1.5rem;
  background-image: url(../images/p-fv__bg.png);
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.top .p-idxfv:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  margin: auto;
  content: "";
}

.top .p-idxfv__img01,
.top .p-idxfv__img02,
.top .p-idxfv__img03 {
  display: block;
}

.top .p-idxfv__img03 {
  margin-top: 3rem;
  transform: scale(1.05);
}

.top .p-idxfv__btnbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 1.5rem;
}

.top .p-idxfv__btn01,
.top .p-idxfv__btn02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 1.3rem;
  border: 0.2rem solid #fff;
  border-radius: 4rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(23,48,128,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 0 0.36rem #173080);
  transition: all 0.3s linear;
}

.top .p-idxfv__btn01:hover,
.top .p-idxfv__btn02:hover {
  background-color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top .p-idxfv__btn01 {
  width: 21rem;
  background-color: #ffce00;
  color: #231815;
}

.top .p-idxfv__btn01:hover {
  border-color: #ffce00;
  color: #ffce00;
}

.top .p-idxfv__btn02 {
  width: 12rem;
  background-color: #173080;
}

.top .p-idxfv__btn02:hover {
  border-color: #173080;
  color: #173080;
}

.top .p-idx01__outline {
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.top .p-idx02__outline {
  margin-top: 3rem;
  padding: 2rem 1.5rem 3.5rem;
  background-image: url(../images/p-idx02__bg01.png);
  background-position: 0 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #bae6fd;
}

.top .p-idx02__infoContent {
  background-color: #fff;
}

.top .p-idx02__infoContent__ttl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #173080;
  color: #173080;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
}

.top .p-idx02__infoContent__box ul {
  width: 100%;
  height: 9rem;
  padding: 1rem;
  overflow-y: scroll;
}

.top .p-idx02__infoContent__box li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 1rem;
}

.top .p-idx02__infoContent__box li:nth-of-type(1) {
  margin-top: 0;
}

.top .p-idx02__infoContent__status {
  margin-right: 0.5rem;
  padding: 0.5rem;
  background-color: #f279b6;
  color: #fff;
  font-weight: 900;
  font-size: 1rem;
  text-align: center;
}

.top .p-idx02__infoContent__txt {
  font-size: 1.2rem;
  line-height: 1.5;
}

.top .p-idx02__movie,
.top .p-idx02__banner {
  margin-top: 2rem;
}

.top .p-idx02__movie {
  padding: 1rem;
  background-color: #19adf9;
}

.top .p-idx02__movie__ttl {
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
}

.top .p-idx02__movie__iframe {
  display: block;
  margin-top: 1rem;
}

.top .p-idx02__banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top .p-idx02__banner>a {
  width: calc(50% - 0.5rem);
  margin-top: 1rem;
  transition: all 0.3s linear;
}

.top .p-idx02__banner>a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.top .p-idx02__banner>a:nth-of-type(1),
.top .p-idx02__banner>a:nth-of-type(2) {
  margin-top: 0;
}

.top .p-idx03__outline {
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.top .p-idx03__txt {
  margin-top: 2rem;
  color: #173080;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.top .p-idx03__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top .p-idx03__img {
  width: 22rem;
  margin-top: 1rem;
}

.top .p-idx03__img02 {
  width: 90%;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
}

.top .p-idx03__item {
  margin-top: 3rem;
}

.top .p-idx03__item:nth-of-type(1) {
  margin-top: 0;
}

.top .p-idx03__btnbox {
  margin-top: 2rem;
}

.top .p-idx04__outline {
  padding-bottom: 2rem;
  background-image: url(../images/p-idx04__bg.png);
  background-position: 0 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.top .p-idx04__wrap {
  padding-bottom: 2rem;
  background-color: #fffad6;
}

.top .p-idx04__ulist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.top .p-idx04__item:last-of-type {
  width: 26rem;
  margin-top: 3rem;
}

.top .p-idx04__item:last-of-type img {
  width: 100%;
}

.top .p-idx05__outline {
  margin-top: 1rem;
  padding-bottom: 3.5rem;
}

.top .p-idx05__txt {
  margin-top: 2rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

.top .p-idx05__img {
  display: block;
  margin-top: 3rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.top .p-idx06__outline {
  padding-bottom: 4rem;
}

.top .p-idx06__box01 {
  position: relative;
  margin-top: 5rem;
  margin-right: 1.5em;
  margin-left: 1.5rem;
}

.top .p-idx06__box01>div {
  padding: 4rem 1.5rem 1.5rem;
  border-radius: 1rem;
  background-color: #ffedf6;
}

.top .p-idx06__box02 {
  position: relative;
  margin-top: 8rem;
  margin-right: 2.2rem;
  margin-left: 2.2rem;
  padding: 2rem 1rem 1rem;
  border: 0.2rem solid #fff;
  border-radius: 0.5rem;
  outline: 0.2rem solid #f279b6;
  background-color: #fffad6;
}

.top .p-idx06__box02__txt01 {
  position: absolute;
  top: -5.5rem;
  right: 0;
  left: 0;
  width: 94%;
  margin: auto;
  padding: 0.5rem;
  background-color: #d82f1c;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.top .p-idx06__box02__img01 {
  display: block;
  width: 80%;
  margin: auto;
}

.top .p-idx06__box02__txt02 {
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.top .p-idx06__box02__img02 {
  display: block;
  margin-top: 0.5rem;
}

.top .p-idx06__box02__txt03 {
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
}

.top .p-idx06__img01 {
  display: block;
  position: absolute;
  top: -3.5rem;
  right: 0;
  left: 0;
  width: 80%;
  margin: auto;
}

.top .p-idx06__img02 {
  display: block;
  width: 80%;
  margin: auto;
}

.top .p-idx06__txt01 {
  margin-top: 2rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

.top .p-idx06__txt02 {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.top .p-idx06__note {
  margin-top: 1rem;
  margin-right: 2rem;
  margin-left: 2rem;
}

.top .p-idx06__note li {
  margin-left: 1em;
  font-size: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-indent: -1em;
}

.top .p-idx06__note li:nth-of-type(1) {
  margin-top: 0;
}


.top .p-idx07__outline {}

.top .p-idx07 {
  >h2 {
    display: flex;
    justify-content: center;
    margin-top: 40px;

    span {
      font-size: 26px;
      font-weight: 700;
      color: #173080;
      display: inline-block;
      margin-left: 0;
      margin-right: 0;

      @media only screen and (min-width: 743px) {
        font-size: 32px;
      }

      @media only screen and (min-width: 1040px) {
        font-size: 38px;

      }

      &::after {
        content: "";
        display: block;
        background-color: #ffce00;
        width: 100%;
        height: 5px;
      }
    }
  }

  /*-----------矢印表示----------*/

  .slick-arrow {
    z-index: 2 !important;

    display: block;
    transition: all .3s linear;
    opacity: 1;
    width: 30px;
    height: 30px;

    @media only screen and (min-width: 743px) {
      width: 40px;
      height: 40px;
    }

    @media only screen and (min-width: 1040px) {
      width: 50px;
      height: 50px;
    }

    &:hover {
      opacity: .7;
    }
  }

  .slick-next {
    right: 3vw;

    &::before {
      background-image: url(../images/slick-r.png);
    }
  }

  .slick-prev {
    left: 3vw;

    &::before {
      background-image: url(../images/slick-l.png);
    }
  }

  .slick-next,
  .slick-prev {
    &::before {
      content: "";
      display: block;
      background-size: contain;
      opacity: 1;
      filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3));
      width: 30px;
      height: 30px;
    }
  }


  .p-idx07__slick {
    margin-top: 30px;

    @media only screen and (min-width: 743px) {
      margin-top: 40px;

    }

    @media only screen and (min-width: 1040px) {
      margin-top: 50px;

    }
  }

  .p-idx07__item {
    margin-right: 3vw !important;
    margin-left: 3vw !important;

    @media only screen and (min-width: 376px) {}

    @media only screen and (min-width: 743px) {
      margin-right: 0.5vw !important;
      margin-left: 0.5vw !important;
    }

    @media only screen and (min-width: 1040px) {
      margin-right: 1vw !important;
      margin-left: 1vw !important;
    }

    img {
      z-index: 1;
      position: relative;
      width: calc(100% - 5px);

      &.-yellow {
        box-shadow: 5px 5px 0px 0px #ffd201;
      }

      &.-pink {
        box-shadow: 5px 5px 0px 0px #fc7eb9;
      }

      &.-green {
        box-shadow: 5px 5px 0px 0px #8fd152;
      }

      &.-blue {
        box-shadow: 5px 5px 0px 0px #19adf9;
      }
    }

    >div {
      margin-top: 25px;
      padding: 20px 10px 10px;
      border: 2px solid #000;
      position: relative;

    }

    a {
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #173080;
      border-radius: 8px;
      padding-top: 10px;
      padding-bottom: 10px;
      font-weight: 700;
      width: 80%;
      margin-top: 10px;
      margin-right: auto;
      margin-left: auto;
      transition: all .3s linear;
      border-width: 2px;
      border-style: solid;
      border-color: #fff;
      font-size: 14px;
      line-height: 1;

      @media only screen and (min-width: 1040px) {
        font-size: 16px;
      }

      &:hover {
        color: #173080;
        background-color: #fff;
        border-color: #173080;
      }
    }

    .p-idx07__comp {
      position: absolute;
      top: 0;
      font-size: 22px;
      font-weight: 900;
      transform: translateY(-50%);
      background-color: #fff;
      padding: 0 5px;
    }

    .p-idx07__ttl {
      font-weight: 700;
      font-size: 18px;

      @media only screen and (min-width: 1040px) {
        font-size: 20px;
      }
    }

    .p-idx07__year {
      font-size: 16px;
      font-weight: 400;
    }

    .p-idx07__price {
      font-weight: 400;

      @media only screen and (min-width: 376px) {
        font-size: 16px;
      }

      @media only screen and (min-width: 743px) {
        font-size: 14px;
      }

      @media only screen and (min-width: 1040px) {
        font-size: 16px;
      }

      span {
        font-weight: 700;
        font-size: 24px;

        @media only screen and (min-width: 1040px) {
          font-size: 32px;
        }

        &.-yellow {
          color: #ffd201;
        }

        &.-pink {
          color: #fc7eb9;
        }

        &.-green {
          color: #8fd152;
        }

        &.-blue {
          color: #19adf9;
        }
      }
    }

    .p-idx07__term {
      font-size: 14px;


      @media only screen and (min-width: 743px) {}

      @media only screen and (min-width: 1040px) {
        font-size: 16px;
      }

      @media only screen and (min-width: 1120px) {
        /* white-space: nowrap; */
      }
    }

  }

  .p-idx07__notis {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
    /* width: min(calc(100% - 3rem), 842px);
    margin-right: auto;
    margin-left: auto; */

    @media only screen and (min-width: 743px) {
      font-size: 14px;

    }
  }
}


@media only screen and (min-width: 743px) {
  .top .p-idx07 .slick-arrow::before {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 1040px) {
  .top .p-idx07 .slick-arrow::before {
    width: 50px;
    height: 50px;
  }
}


/*
 * block
 */
.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

.u-sp-inline {
  display: inline;
}

.u-pc-inline {
  display: none;
}

.u-link {
  display: inline-block;
  color: inherit;
  text-decoration: underline !important;
}

.u-link:hover {
  text-decoration: none !important;
}

.u-bg-light {
  background-color: #ffb100;
}

.u-bg-dark {
  background-color: #8fd152;
}

.u-bg-dark-dot {
  background: url("../../images/dot.png") bottom/auto 12rem repeat-x, linear-gradient(to top, #ffb100 12rem, #8fd152 12rem);
}

.u-c-pink {
  color: #f279b6;
}

/*-------------------------------

	Reset

-------------------------------*/
/*-------------------------------

	Foundation

-------------------------------*/
/*-------------------------------

	Layout

-------------------------------*/
/*-------------------------------

	Object

-------------------------------*/
/*---------- Component ----------*/
/*---------- Project ----------*/
/*---------- Utility ----------*/
@media only screen and (min-width: 376px) {

  /* small-size */
  .c-btn,
  .c-btn-pink,
  .c-btn-blue,
  .c-btn-green,
  .c-btn-orange {
    /* small-size */
    width: 30rem;
  }

  /* small-size min 375 */
  .top .p-idxfv__outline {
    min-height: 75rem;
    /* small-size */
    padding-bottom: 8rem;
  }

  .top .p-idxfv__btn01,
  .top .p-idxfv__btn02 {
    /* small-size */
    font-size: 1.8rem;
  }

  .top .p-idx04__outline {
    /* small-size */
    padding-bottom: 2.4rem;
  }

  .top .p-idx06__box02__txt01 {
    /* small-size */
    width: 27rem;
  }

  .top .p-idx06__box02__img01 {
    /* small-size */
    width: 29.4rem;
  }

  .top .p-idx06__img01 {
    /* small-size */
    width: 30rem;
  }

  .top .p-idx06__img02 {
    /* small-size */
    width: 27.5rem;
  }
}

@media only screen and (min-width: 743px) {

  /* tablet-size */
  .l-xshort {
    margin-right: 80px;
    margin-left: 80px;
  }

  .c-btnbox {
    /* tablet-size */
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-btnbox a {
    /* tablet-size */
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .c-btnbox a:last-of-type {
    /* tablet-size */
    margin-top: 0;
  }

  /* tablet-size min 768 */
  .top .p-idxfv {
    /* tablet-size */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top .p-idxfv__outline {
    min-height: 56rem;
    padding-top: 5.5rem;
    padding-right: 2.5rem;
    padding-bottom: 3.7rem;
    padding-left: 2.5rem;
    /* tablet-size */
    background-image: url(../images/p-fv__bg_tb.png);
    background-position: 50% 50%;
    background-size: 179.2rem;
  }

  .top .p-idxfv__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* tablet-size */
    width: 50%;
  }

  .top .p-idxfv__img01 {
    /* tablet-size */
    width: 54%;
  }

  .top .p-idxfv__img02 {
    /* tablet-size */
    width: 30rem;
  }

  .top .p-idxfv__img03 {
    /* tablet-size */
    width: 50%;
    margin-top: 0rem;
    transform: scale(0.9);
  }

  .top .p-idxfv__btn01,
  .top .p-idxfv__btn02 {
    /* tablet-size */
    font-size: 1.5rem;
  }

  .top .p-idxfv__btn01 {
    /* tablet-size */
    width: 17rem;
  }

  .top .p-idxfv__btn02 {
    /* tablet-size */
    width: 10rem;
  }

  .top .p-idx01__outline {
    /* tablet-size */
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .top .p-idx01__img01 {
    display: block;
    /* tablet-size */
    width: 72%;
    margin-top: -3rem;
    margin-right: auto;
    margin-left: auto;
  }

  .top .p-idx02 {
    /* tablet-size */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top .p-idx02__outline {
    /* tablet-size */
    padding: 3rem 5rem 4rem;
    background-image: url(../images/p-idx02__bg01_tb.png);
  }

  .top .p-idx02__infoContent {
    /* tablet-size */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .top .p-idx02__infoContent__ttl {
    font-size: 1.4rem;
  }

  .top .p-idx02__infoContent__ttl {
    padding-right: 2rem;
    padding-left: 2rem;
    /* tablet-size */
    border-bottom: 0;
  }

  .top .p-idx02__infoContent__box {
    width: 100%;
    /* tablet-size */
    border-left: 1px solid #173080;
  }

  .top .p-idx02__infoContent__txt {
    font-size: 1.2rem;
  }

  .top .p-idx02__movie,
  .top .p-idx02__banner {
    /* tablet-size */
    width: calc(50% - 2rem);
    margin-top: 3rem;
  }

  .top .p-idx02__movie__ttl {
    font-size: 1.6rem;
  }

  .top .p-idx03__outline {
    /* tablet-size */
    padding-bottom: 4.5rem;
  }

  .top .p-idx03__txt {
    font-size: 2.2rem;
  }

  .top .p-idx03__txt {
    /* tablet-size */
    margin-top: 0;
    text-align: left;
  }

  .top .p-idx03__box {
    /* tablet-size */
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
    margin-right: 3rem;
    margin-left: 5rem;
  }

  .top .p-idx03__img {
    width: 24rem;
    /* tablet-size */
    margin-top: 0;
  }

  .top .p-idx03__img02 {
    /* tablet-size */
    width: 93.75%;
  }

  .top .p-idx03__item {
    /* tablet-size */
    margin-top: 2rem;
  }

  .top .p-idx03__item:nth-of-type(2n+1) {
    /* tablet-size */
    margin-left: 1rem;
  }

  .top .p-idx03__item:nth-of-type(2n) {
    /* tablet-size */
    margin-right: 1rem;
  }

  .top .p-idx03__btnbox {
    /* tablet-size */
    margin-top: 4rem;
  }

  .top .p-idx04__wrap {
    /* tablet-size */
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }

  .top .p-idx04__ulist {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* tablet-size */
    margin-right: 4.5rem;
    margin-left: 4.5rem;
  }

  .top .p-idx04__item {
    /* tablet-size */
    width: calc(50% - 1.5rem);
    margin-top: 0rem;
  }

  .top .p-idx04__item:nth-of-type(1) {
    /* tablet-size */
    margin-top: 0;
  }

  .top .p-idx04__item:nth-of-type(2n) {
    /* tablet-size */
    margin-top: 6rem;
  }

  .top .p-idx04__item:last-of-type {
    /* tablet-size */
    width: 22rem;
    margin-right: auto;
    margin-left: auto;
  }

  .top .p-idx05__outline {
    /* tablet-size */
    margin-top: 1.5rem;
  }

  .top .p-idx05__txt {
    font-size: 1.4rem;
  }

  .top .p-idx05__txt {
    /* tablet-size */
    margin-left: 13%;
    text-align: left;
  }

  .top .p-idx05__img {
    margin-right: 3.5rem;
    /* tablet-size */
    margin-left: 3.5rem;
  }

  .top .p-idx06__box01 {
    width: 94%;
    margin-top: 10rem;
    /* tablet-size */
    margin-right: auto;
    margin-left: auto;
  }

  .top .p-idx06__box01>div {
    /* tablet-size */
    margin-top: 5rem;
  }

  .top .p-idx06__box02 {
    width: 94%;
    margin-top: 11rem;
    margin-right: auto;
    margin-left: auto;
    /* tablet-size */
    padding-top: 3rem;
  }

  .top .p-idx06__box02__txt01 {
    font-size: 1.8rem;
  }

  .top .p-idx06__box02__txt01 {
    top: -6.5rem;
    /* tablet-size */
    width: 85%;
    padding: 1rem;
  }

  .top .p-idx06__box02__img01 {
    /* tablet-size */
    width: 94%;
  }

  .top .p-idx06__box02__txt02 {
    font-size: 1.15rem;
  }

  .top .p-idx06__box02__txt02 {
    margin-top: 0;
    /* tablet-size */
    text-align: right;
  }

  .top .p-idx06__box02__img02 {
    width: 88.2%;
    /* tablet-size */
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
  }

  .top .p-idx06__box02__txt03 {
    font-size: 1.3rem;
  }

  .top .p-idx06__box02__txt03 {
    /* tablet-size */
    margin-top: 1rem;
  }

  .top .p-idx06__img01 {
    top: -8.5rem;
    /* tablet-size */
    width: 59.7rem;
  }

  .top .p-idx06__img02 {
    /* tablet-size */
    width: 42rem;
  }

  .top .p-idx06__txt01 {
    font-size: 1.4rem;
  }

  .top .p-idx06__txt01 {
    /* tablet-size */
    margin-left: 13%;
    text-align: left;
  }

  .top .p-idx06__txt02 {
    font-size: 2rem;
  }

  .top .p-idx06__note {
    /* tablet-size */
    text-align: center;
  }

  .top .p-idx06__note ul {
    /* tablet-size */
    display: inline-block;
    text-align: left;
  }

  .top .p-idx06__note li {
    font-size: 1.1rem;
  }

  .top .p-idx06__note li {
    /* tablet-size */
  }

  .u-sp {
    display: none;
  }

  .u-sp-inline {
    display: none;
  }
}

@media only screen and (min-width: 1040px) {

  /* middle-size */
  .c-btn,
  .c-btn-pink,
  .c-btn-blue,
  .c-btn-green,
  .c-btn-orange {
    /* middle-size */
  }

  .top .p-idxfv {
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: calc((100% - 960px) / 2);
    /* middle-size */
    margin-left: calc((100% - 960px) / 2);
  }

  .top .p-idxfv__outline {
    min-height: 72.5rem;
    padding-top: 6.7rem;
    /* middle-size */
    background-image: url(../images/p-fv__bg_lg.png);
    background-position: 50% 0;
    background-size: 256rem;
  }

  .top .p-idxfv__img01 {
    /* middle-size */
    width: 100%;
    text-align: center;
  }

  .top .p-idxfv__img01 img {
    /* middle-size */
    width: 54rem;
  }

  .top .p-idxfv__img02 {
    /* middle-size */
    width: 39rem;
  }

  .top .p-idxfv__btn01,
  .top .p-idxfv__btn02 {
    /* middle-size */
    font-size: 2rem;
  }

  .top .p-idxfv__btn01 {
    /* middle-size */
    width: 22rem;
  }

  .top .p-idxfv__btn02 {
    /* middle-size */
    width: 13rem;
  }

  .top .p-idx01__img01 {
    /* middle-size */
    width: 72rem;
    margin-top: -4rem;
  }

  .top .p-idx02 {
    margin-right: calc((100% - 757px - 113px) / 2);
    /* middle-size */
    margin-left: calc((100% - 757px - 113px) / 2);
  }

  .top .p-idx02__outline {
    /* middle-size */
    margin-top: 5rem;
    background-image: url(../images/p-idx02__bg01_lg.png);
    background-position: 50% 100%;
    background-size: 256rem;
  }

  .top .p-idx02__infoContent__ttl {
    font-size: 1.8rem;
  }

  .top .p-idx02__infoContent__box ul {
    height: 11rem;
    /* middle-size */
    padding: 2rem 2rem;
  }

  .top .p-idx02__infoContent__txt {
    font-size: 1.5rem;
  }

  .top .p-idx02__movie,
  .top .p-idx02__banner {
    /* middle-size */
    margin-top: 4rem;
  }

  .top .p-idx02__movie__ttl {
    font-size: 1.8rem;
  }

  .top .p-idx03__outline {
    /* middle-size */
    margin-top: 2rem;
    padding-bottom: 4rem;
  }

  .top .p-idx03__ttl {
    height: 14.6rem;
    background-image: url(../images/p-idx03__ttl01_lg.png);
    /* middle-size */
    background-position: 50% 50%;
    background-size: 256rem;
    background-repeat: no-repeat;
  }

  .top .p-idx03__ttl picture {
    /* middle-size */
    display: none;
  }

  .top .p-idx03__txt {
    font-size: 2.8rem;
  }

  .top .p-idx03__box {
    /* middle-size */
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 3rem;
    margin-right: calc((100% - 960px) / 2);
    margin-left: calc((100% - 960px) / 2);
    padding: 0 2rem 0 4rem;
  }

  .top .p-idx03__img {
    /* middle-size */
    width: 32rem;
  }

  .top .p-idx03__img02 {
    /* middle-size */
    width: 94rem;
  }

  .top .p-idx03__olist {
    /* middle-size */
    margin-top: 5.5rem;
    overflow: hidden;
  }

  .top .p-idx03__item {
    /* middle-size */
    position: relative;
    height: 40rem;
    margin-top: 3rem;
  }

  .top .p-idx03__item:nth-of-type(2n+1) {
    left: 0;
    /* middle-size */
    margin-left: calc((100% - 960px) / 2);
  }

  .top .p-idx03__item:nth-of-type(2n+1) picture {
    /* middle-size */
    left: 0;
  }

  .top .p-idx03__item:nth-of-type(2n) {
    right: 0;
    /* middle-size */
    margin-right: calc((100% - 960px) / 2);
  }

  .top .p-idx03__item:nth-of-type(2n) picture {
    /* middle-size */
    right: 0;
  }

  .top .p-idx03__item picture {
    /* middle-size */
    display: block;
    position: absolute;
    width: 177rem;
    height: 40rem;
  }

  .top .p-idx04__outline {
    padding-bottom: 4rem;
    /* middle-size */
    background-image: url(../images/p-idx04__bg_lg.png);
    background-position: 50% 100%;
    background-size: 256rem;
  }

  .top .p-idx04__ttl {
    height: 17rem;
    background-image: url(../images/p-idx04__ttl01_lg.png);
    /* middle-size */
    background-position: 50% 50%;
    background-size: 256rem;
    background-repeat: no-repeat;
  }

  .top .p-idx04__ttl picture {
    /* middle-size */
    display: none;
  }

  .top .p-idx04__wrap {
    /* middle-size */
    padding-top: 3rem;
  }

  .top .p-idx04__ulist {
    /* middle-size */
    margin-right: calc((100% - 757px - 121px) / 2);
    margin-left: calc((100% - 757px - 121px) / 2);
  }

  .top .p-idx04__item:nth-of-type(2n) {
    /* middle-size */
    margin-top: 9rem;
  }

  .top .p-idx04__item:last-of-type {
    /* middle-size */
    width: 28.6rem;
  }

  .top .p-idx04__btnbox {
    /* middle-size */
    margin-top: 5rem;
  }

  .top .p-idx05__ttl {
    height: 14.6rem;
    background-image: url(../images/p-idx05__ttl01_lg.png);
    /* middle-size */
    background-position: 50% 50%;
    background-size: 256rem;
    background-repeat: no-repeat;
  }

  .top .p-idx05__ttl picture {
    /* middle-size */
    display: none;
  }

  .top .p-idx05__wrap {
    /* middle-size */
    margin-right: calc((100% - 757px - 58px) / 2);
    margin-left: calc((100% - 757px - 58px) / 2);
  }

  .top .p-idx05__txt {
    font-size: 2rem;
  }

  .top .p-idx05__txt {
    margin-top: 3rem;
    /* middle-size */
    margin-left: 0;
  }

  .top .p-idx05__img {
    margin-top: 4rem;
    margin-right: 0;
    /* middle-size */
    margin-left: 0;
  }

  .top .p-idx05__btn {
    /* middle-size */
    margin-top: 5rem;
  }

  .top .p-idx06__outline {
    /* middle-size */
    padding-bottom: 6rem;
  }

  .top .p-idx06__ttl {
    height: 14.6rem;
    background-image: url(../images/p-idx06__ttl01_lg.png);
    /* middle-size */
    background-position: 50% 50%;
    background-size: 256rem;
    background-repeat: no-repeat;
  }

  .top .p-idx06__ttl picture {
    /* middle-size */
    display: none;
  }

  .top .p-idx06__box01 {
    /* middle-size */
    margin-top: 13rem;
  }

  .top .p-idx06__box01>div {
    margin-right: calc((100% - 960px + 20px) / 2);
    /* middle-size */
    margin-left: calc((100% - 960px + 20px) / 2);
    padding: 8rem 2rem 1.5rem;
  }

  .top .p-idx06__box02 {
    /* middle-size */
    width: auto;
    margin-top: 13rem;
    margin-right: calc((100% - 960px + 20px) / 2);
    margin-left: calc((100% - 960px + 20px) / 2);
    padding: 3rem 2rem 1.5rem;
  }

  .top .p-idx06__box02__txt01 {
    font-size: 2.4rem;
  }

  .top .p-idx06__box02__txt01 {
    /* middle-size */
    top: -8.5rem;
  }

  .top .p-idx06__box02__img01 {
    /* middle-size */
    width: 100%;
  }

  .top .p-idx06__box02__txt02 {
    font-size: 1.5rem;
  }

  .top .p-idx06__box02__txt02 {
    /* middle-size */
    margin-right: 1.5rem;
  }

  .top .p-idx06__box02__img02 {
    /* middle-size */
    margin-top: 2rem;
  }

  .top .p-idx06__box02__txt03 {
    font-size: 1.6rem;
  }

  .top .p-idx06__img01 {
    /* middle-size */
    width: 79.4rem;
  }

  .top .p-idx06__txt01 {
    font-size: 2rem;
  }

  .top .p-idx06__txt01 {
    margin-top: 3rem;
    /* middle-size */
    margin-right: calc((100% - 757px - 58px) / 2);
    margin-left: calc((100% - 757px - 58px) / 2);
  }

  .top .p-idx06__txt02 {
    font-size: 2rem;
  }

  .top .p-idx06__txt02 {
    /* middle-size */
    margin-top: 1rem;
  }

  .top .p-idx06__note li {
    font-size: 1.2rem;
  }

  .u-pc {
    display: block;
  }

  .u-pc-inline {
    display: inline;
  }
}

@media only screen and (min-width: 1366px) {

  /* large-size */
  .l-full {
    margin-right: calc((100% - 1366px) / 2);
    margin-left: calc((100% - 1366px) / 2);
  }

  /* large-size min 1440px */
}

@media screen and (min-width: 960px) {
  .l-page {
    margin-right: calc((100% - 960px) / 2);
    margin-left: calc((100% - 960px) / 2);
  }

  .l-base {
    margin-right: calc((100% - 960px) / 2);
    margin-left: calc((100% - 960px) / 2);
  }
}

@media screen and (min-width: 757px) {
  .l-short {
    margin-right: calc((100% - 757px) / 2);
    margin-left: calc((100% - 757px) / 2);
  }
}

@media screen and (min-width: 637px) {
  .l-xshort {
    margin-right: calc((100% - 757px - 120px) / 2);
    margin-left: calc((100% - 757px - 120px) / 2);
  }
}

@media only screen and (min-width: 413px) {
  .top .p-idxfv__outline {
    padding-bottom: 8rem;
  }
}

@media only screen and (min-width: 430px) {
  .top .p-idxfv__outline {
    padding-bottom: 10rem;
  }
}

@media (orientation: landscape) and (max-width: 1140px) {
  .top .p-idxfv__outline {
    min-height: 64rem;
    padding-top: 8.5rem;
    padding-bottom: 13rem;
    background-size: 230rem;
  }

  .top .p-idxfv__box {
    width: 47%;
  }

  .top .p-idxfv__img02 {
    width: 35rem;
  }

  .top .p-idxfv__img03 {
    width: 40%;
    margin-top: 2rem;
    transform: scale(1);
  }
}

/*# sourceMappingURL=style.css.map */