@charset "UTF-8";
@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .header__partner {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 0;
    top: 26px;
    z-index: 199;
  }
  .header__partner a {
    display: block;
    width: 156px;
  }
  .header__partner a img {
    width: 100%;
    height: auto;
  }
  .header__logo {
    line-height: 0;
    position: absolute;
    left: 3.38542%;
    top: 8.75%;
    width: 12.76042%;
    max-width: 245px;
    z-index: 100;
  }
  .header__logo a {
    line-height: 0;
    display: block;
    width: 100%;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .header .menu_icon {
    position: fixed;
    top: 4.92188%;
    right: 3.17708%;
    width: 69px;
    height: 14px;
    cursor: pointer;
    z-index: 199;
  }
  .header .menu_icon .menu_icon_in {
    width: 69px;
    height: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .menu_icon .menu_icon_in .menu-trigger,
  .header .menu_icon .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 14px;
  }
  .header .menu_icon .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    min-height: 1px;
    background-color: #fff;
  }
  .header .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(2) {
    display: none;
  }
  .header .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 100%;
  }
  .header .menu_icon.black .menu-trigger span {
    background: #000;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
  }
  .header__nav {
    position: fixed;
    z-index: 139;
    width: 479px;
    height: 100%;
    background: rgba(117, 194, 189, 0.9);
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -100%;
  }
  .header__nav ul {
    padding: 178px 0 0 69px;
  }
  .header__nav ul li + li {
    margin-top: 37px;
  }
  .header__nav ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: moon_bold;
  }
  .header__nav ul li a::after {
    content: attr(data-after);
    font-size: 1rem;
    line-height: 1;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    color: #fff;
    letter-spacing: 0.1em;
    display: block;
    font-weight: 700;
    margin-left: 11px;
    margin-bottom: 4px;
  }
  .header__nav.active {
    right: 0;
  }
  .footer {
    text-align: center;
    font-size: 1.6rem;
    line-height: 17px;
    font-family: 'Arial',sans-serif;
    color: #fff;
    background: #75C2BD;
    padding: 34px 0 32px;
  }
  .mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .mv .mv__pagination {
    position: absolute;
    right: 37px;
    left: inherit;
    z-index: 199;
    top: 0;
    height: 100%;
    width: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 54px;
  }
  .mv .mv__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: rgba(117, 194, 189, 0.3);
  }
  .mv .mv__pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 24px;
  }
  .mv .mv__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #75C2BD;
  }
  .mv__front {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 99;
    padding-left: 10.9375%;
    padding-top: 15.88542%;
  }
  .mv__front h2 {
    line-height: 0;
  }
  .mv__front h2 img {
    width: 45.57292%;
  }
  .mv__front figure {
    width: 36.77083%;
    margin-top: 4.01042%;
  }
  .mv__front figure img {
    width: 100%;
    height: auto;
  }
  .mv__qr {
    position: absolute;
    z-index: 99;
    right: 10.9375%;
    bottom: 0;
    margin-bottom: 1.45833%;
    width: 11.66667%;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-border-radius: 10px;
         border-radius: 10px;
    line-height: 0;
  }
  .mv__qr img {
    width: 100%;
    height: auto;
  }
  .mv__scroll {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -51px;
    z-index: 99;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv__scroll a {
    width: 41px;
    padding-top: 61px;
    line-height: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .mv__scroll a img {
    width: 100%;
    height: auto;
  }
  .mv__scroll a::before, .mv__scroll a::after {
    position: absolute;
    content: "";
  }
  .mv__scroll a::before {
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    background: url("../img/mouseBig.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .mv__scroll a::after {
    width: 8.24px;
    height: 16.17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 11px;
    background: url("../img/mouseSmall.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-animation: upanddowm 1s ease-in-out infinite alternate;
       -moz-animation: upanddowm 1s ease-in-out infinite alternate;
            animation: upanddowm 1s ease-in-out infinite alternate;
  }
  .section__ttl {
    text-align: center;
  }
  .section__ttl h2 {
    font-size: 3.7rem;
    line-height: 39px;
    font-family: moon_bold;
    color: #89D0C8;
    letter-spacing: 0.1em;
  }
  .section__ttl span {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.1em;
    margin-top: 20px;
    display: block;
  }
  .about {
    margin: 159px 0 0;
  }
  .about__wrap {
    max-width: 1500px;
    width: 100%;
    margin: 153px auto 0;
  }
  .about__wrap article::after {
    content: "";
    display: table;
    clear: both;
  }
  .about__wrap article .arTTL {
    width: 500px;
  }
  .about__wrap article .arTTL h3 {
    font-size: 3.5rem;
    line-height: 65px;
    font-weight: 700;
    color: #000000;
  }
  .about__wrap article .arTTL span {
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0.1em;
    font-family: 'Arial',sans-serif;
    color: #75C2BD;
    display: inline-block;
    margin-top: 31px;
  }
  .about__wrap article .arCon {
    width: 500px;
    font-size: 1.8rem;
    line-height: 35px;
    font-weight: 400;
    color: #000;
  }
  .about__wrap article .arCon p + p {
    margin-top: 22px;
  }
  .about__wrap article .arCon__fig {
    margin-top: 47px;
    text-align: center;
  }
  .about__wrap article .arCon__fig img {
    width: 360px;
    height: auto;
  }
  .about__wrap article:nth-of-type(1) {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
  }
  .about__wrap article:nth-of-type(1) > picture, .about__wrap article:nth-of-type(1) figure {
    width: 46%;
    float: left;
    margin-right: 7.33333%;
  }
  .about__wrap article:nth-of-type(1) .arCon, .about__wrap article:nth-of-type(1) .arTTL {
    float: left;
  }
  .about__wrap article:nth-of-type(1) .arCon {
    margin-top: 110px;
  }
  .about__wrap article:nth-of-type(2) {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 1;
  }
  .about__wrap article:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 93.33333%;
    height: 0;
    padding-top: 48.26667%;
    right: -14%;
    top: 0;
    margin-top: -20%;
    background: #F0F0E4;
    z-index: -1;
  }
  .about__wrap article:nth-of-type(2) > picture, .about__wrap article:nth-of-type(2) figure {
    width: 46.66667%;
    float: right;
    margin-left: 6.66667%;
    margin-top: -65px;
  }
  .about__wrap article:nth-of-type(2) .arCon, .about__wrap article:nth-of-type(2) .arTTL {
    float: right;
  }
  .about__wrap article:nth-of-type(2) .arTTL {
    padding-top: 155px;
  }
  .about__wrap article:nth-of-type(2) .arCon {
    margin-top: 53px;
  }
  .flow {
    margin-top: 236px;
    padding: 8.80208% 0 8.28125% 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .flow::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 91.92708%;
    background: rgba(245, 245, 245, 0.42);
    top: 0;
    left: 0;
    z-index: -1;
  }
  .flow__sub {
    text-align: center;
    line-height: 0;
    margin-top: 55px;
  }
  .flow__sub img {
    width: 295px;
    height: auto;
  }
  .flow__note {
    text-align: center;
    font-size: 2.8rem;
    line-height: 38px;
    font-weight: 700;
    color: #000000;
    margin-top: 80px;
  }
  .flow__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1500px;
    width: 100%;
    margin: 67px auto 0;
    counter-reset: ar;
  }
  .flow__wrap article {
    width: 22.06667%;
    counter-increment: ar;
  }
  .flow__wrap article figure img {
    width: 100%;
    height: auto;
    -moz-border-radius: 22px;
         border-radius: 22px;
  }
  .flow__wrap article h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 33px;
  }
  .flow__wrap article h3::before {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    content: "step." counter(ar);
    font-family: 'Arial',sans-serif;
    color: #75C2BD;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
  }
  .flow__wrap article h3 span {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 2rem;
    line-height: 1;
    font-family: 'Arial',sans-serif;
    color: #75C2BD;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-left: 18px;
  }
  .flow__wrap article .txt {
    font-size: 1.6rem;
    line-height: 35px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.1em;
    margin-top: 28px;
  }
  .flow__wrap article + article figure {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .flow__wrap article + article figure::before {
    position: absolute;
    content: "";
    width: 5.74018%;
    height: 0;
    padding-top: 25.37764%;
    background: url("../img/arrowFlow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -10.57402%;
  }
  .cta__pcTitle {
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 115px 0 0 0;
  }
  .cta__pcTitle::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 25px;
    background: url("../img/arrowDouble02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cta__pcTitle h2 {
    line-height: 0;
  }
  .cta__pcTitle h2 img {
    max-width: 608px;
    width: 100%;
    height: auto;
  }
  .cta__pcWrap {
    background: #fff;
    -moz-border-radius: 24px;
         border-radius: 24px;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 38px 0 47px;
    position: relative;
    z-index: 2;
  }
  .cta__pcWrap dl {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 46px 0 28px;
  }
  .cta__pcWrap dl + dl {
    border-left: 1px dashed #707070;
  }
  .cta__pcWrap dl dt {
    width: 100%;
    text-align: center;
  }
  .cta__pcWrap dl dt span {
    font-size: 2.3rem;
    line-height: 53px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0 11px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(49%, white), color-stop(49%, #f5efe3), to(#f5efe3));
    background: -webkit-linear-gradient(top, white 0%, white 49%, #f5efe3 49%, #f5efe3 100%);
    background: -moz- oldlinear-gradient(top, white 0%, white 49%, #f5efe3 49%, #f5efe3 100%);
    background: linear-gradient(180deg, white 0%, white 49%, #f5efe3 49%, #f5efe3 100%);
    display: inline-block;
  }
  .cta__pcWrap dl .icon01 {
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }
  .cta__pcWrap dl .icon01 figure img {
    width: 214px;
  }
  .cta__pcWrap dl .icon02 {
    text-align: center;
    width: 100%;
    margin-top: 28px;
  }
  .cta__pcWrap dl .icon02 figure img {
    width: 391px;
  }
  .cta__pcWrap dl .btn {
    width: 100%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 33px;
  }
  .cta__pcWrap dl .btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 329px;
    height: 63px;
    -moz-border-radius: 35px;
         border-radius: 35px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    line-height: 0;
  }
  .cta__pcWrap dl .btn a::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 20px;
    background: url("../img/icArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 29.7px;
  }
  .cta__pcWrap dl .btn a img {
    width: 66px;
  }
  .cta__pcWrap dl .btn.btn01 a {
    background: rgba(244, 48, 65, 0.89);
  }
  .cta__pcWrap dl .btn.btn02 a {
    background: rgba(23, 195, 201, 0.89);
  }
  .cta__pcWrap .note {
    width: 100%;
    text-align: center;
    font-size: 2.6rem;
    line-height: 44px;
    margin-top: 26px;
    font-weight: 700;
    color: #000;
  }
  .cta__pcWrap .note span {
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(64%, white), color-stop(64%, rgba(48, 201, 207, 0.58)), to(#30c9cf));
    background: -webkit-linear-gradient(top, white 0%, white 64%, rgba(48, 201, 207, 0.58) 64%, #30c9cf 100%);
    background: -moz- oldlinear-gradient(top, white 0%, white 64%, rgba(48, 201, 207, 0.58) 64%, #30c9cf 100%);
    background: linear-gradient(180deg, white 0%, white 64%, rgba(48, 201, 207, 0.58) 64%, #30c9cf 100%);
    display: inline-block;
  }
  .cta.hasWoman {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 169px;
  }
  .cta.hasWoman::after {
    position: absolute;
    content: "";
    width: 21.66667%;
    height: 0;
    padding-top: 32.86458%;
    background: url("../img/woman.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    right: 2.76042%;
    z-index: 2;
  }
  .pillow {
    padding: 98px 0 125px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 80px;
  }
  .pillow::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -5.72917%;
    top: 0;
    background: url("../img/bgPillow.jpg") left top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    z-index: -1;
  }
  .pillow::after {
    position: absolute;
    content: "";
    width: 16.04167%;
    height: 0;
    padding-top: 46.875%;
    background: rgba(240, 240, 228, 0.65);
    right: 0;
    top: 75px;
    z-index: -2;
  }
  .pillow__wrap {
    margin-top: 56px;
  }
  .pillow__wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pillow__wrap ul li {
    width: 247px;
    margin: 14px 14.5px;
  }
  .pillow__wrap ul li a {
    display: block;
  }
  .shoplist {
    margin-top: 145px;
    padding: 0 0 184px 0;
  }
  .shoplist__wrap {
    margin-top: 51px;
  }
  .shoplist__wrap dl {
    border: 3px solid #75C2BD;
    padding: 0 46px 0 50px;
  }
  .shoplist__wrap dl + dl {
    margin-top: 11px;
  }
  .shoplist__wrap dl dt {
    font-size: 1.6rem;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 17px 0 16px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .shoplist__wrap dl dt::after, .shoplist__wrap dl dt::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 2px;
    background: #75C2BD;
    right: 0;
    top: 36px;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .shoplist__wrap dl dt::after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .shoplist__wrap dl dt.active::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .shoplist__wrap dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .shoplist__wrap dl dd .content {
    padding: 0 0 53px 0;
  }
  .shoplist__wrap dl dd .content ul li {
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 17px 0;
    border-bottom: 1px dashed #707070;
  }
  .eclink {
    padding: 131px 0 143px 0;
    background: rgba(245, 245, 245, 0.42);
  }
  .eclink__btn {
    margin-top: 88px;
  }
  .eclink__btn ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .eclink__btn ul li {
    width: 539px;
    line-height: 0;
    margin: 0 11px;
  }
  .eclink__btn ul li a {
    display: block;
    width: 100%;
    line-height: 0;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .eclink__btn ul li a img {
    width: 100%;
    height: auto;
  }
  .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .modal.open {
    visibility: visible;
  }
  .modal.open .m_in {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .modal .wrap_modal {
    overflow: auto;
  }
  .modal .wrap_modal figure img {
    max-height: 80vh;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .modal .m_in {
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .modal .m_area {
    position: relative;
  }
  .echoiceWrap {
    height: 100vh;
    background: url("../img/bgEchoice.jpg") 0 0 repeat;
    padding: 6.51042% 6.51042% 0;
  }
  .echoiceWrap .echoice {
    height: 100%;
    width: 100%;
    max-width: 1377px;
    margin: auto;
  }
  .echoiceWrap .echoice .house {
    height: 100%;
    background: url("../img/house.png") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 16.71875%;
  }
  .echoiceWrap .echoice .house > figure {
    width: 45.10417%;
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .echoiceWrap .echoice .house > figure img {
    width: 100%;
    height: auto;
  }
  .echoiceWrap .echoice .house > span {
    width: 2.08333%;
    margin: 3.125% 0 2.08333%;
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
  }
  .echoiceWrap .echoice .house .btnStart {
    width: 40.625%;
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 0.5s ease 0.6s;
    -moz-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
  }
  .echoiceWrap .echoice .house .btnStart a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .echoiceWrap .echoice .house .btnStart img {
    width: 100%;
    height: auto;
  }
  .echoiceWrap .echoice .question {
    background: #CEE9E7;
    height: 100%;
    -moz-border-radius: 30px 30px 0 0;
         border-radius: 30px 30px 0 0;
    padding: 3.22917% 0 0;
    position: relative;
  }
  .echoiceWrap .echoice .question__footer {
    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  .echoiceWrap .echoice .question__footer img {
    height: 32px;
  }
  .echoiceWrap .echoice .question__num {
    text-align: center;
    font-size: 6.7rem;
    line-height: 1;
    font-family: din;
    color: #75C2BD;
  }
  .echoiceWrap .echoice .question__title {
    text-align: center;
    line-height: 0;
  }
  .echoiceWrap .echoice .question__title img {
    height: 33px;
    width: auto;
  }
  .echoiceWrap .echoice .question__note {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    font-family: midashi;
    color: #3B3938;
    margin-top: 16px;
  }
  .echoiceWrap .echoice .question__answer {
    width: 500px;
    margin: 35px auto 0;
    counter-reset: la;
  }
  .echoiceWrap .echoice .question__answer label {
    display: block;
    width: 100%;
    padding: 0 0 0 50px;
    counter-increment: la;
  }
  .echoiceWrap .echoice .question__answer label + label {
    margin-top: 10px;
  }
  .echoiceWrap .echoice .question__answer label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .echoiceWrap .echoice .question__answer label span {
    background: #fff;
    -moz-border-radius: 16px;
         border-radius: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 94px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 2.9rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    font-family: midashi;
  }
  .echoiceWrap .echoice .question__answer label span::before {
    position: absolute;
    content: counter(la, upper-alpha);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    font-family: moon_bold;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: -20px;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(1) span {
    color: #985F00;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(1) span::before {
    background: #985F00;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(1) input:checked + span {
    color: #fff;
    background: #985F00;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(2) span {
    color: #4F8BCA;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(2) span::before {
    background: #4F8BCA;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(2) input:checked + span {
    color: #fff;
    background: #4F8BCA;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(3) span {
    color: #7A7572;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(3) span::before {
    background: #7A7572;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(3) input:checked + span {
    color: #fff;
    background: #7A7572;
  }
  .echoiceWrap .echoice .question.question2 .question__answer label span {
    color: #985F00;
  }
  .echoiceWrap .echoice .question.question2 .question__answer label span::before {
    background: #985F00 !important;
  }
  .echoiceWrap .echoice .question.question2 .question__answer label input:checked + span {
    color: #fff !important;
    background: #985F00 !important;
  }
  .echoiceWrap .echoice .question.question3 .question__answer label span {
    color: #4F8BCA;
  }
  .echoiceWrap .echoice .question.question3 .question__answer label span::before {
    background: #4F8BCA !important;
  }
  .echoiceWrap .echoice .question.question3 .question__answer label input:checked + span {
    color: #fff !important;
    background: #4F8BCA !important;
  }
  .echoiceWrap .echoice .question.question4 .question__answer label span {
    color: #7A7572;
  }
  .echoiceWrap .echoice .question.question4 .question__answer label span::before {
    background: #7A7572 !important;
  }
  .echoiceWrap .echoice .question.question4 .question__answer label input:checked + span {
    color: #fff !important;
    background: #7A7572 !important;
  }
  .echoiceWrap .echoice .question__loading {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 5.2rem;
    line-height: 1;
    font-family: midashi;
    color: #3B3938;
  }
  .echoiceWrap .echoice .result {
    height: 100%;
    overflow: auto;
  }
  .echoiceWrap .echoice .result__inner {
    -moz-border-radius: 20px 20px 0 0;
         border-radius: 20px 20px 0 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    padding-bottom: 50px;
  }
  .echoiceWrap .echoice .result__inner > figure img {
    width: 100%;
    height: auto;
  }
  .echoiceWrap .echoice .result__inner .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 70px;
  }
  .echoiceWrap .echoice .result__inner .btn .fig {
    width: 500px;
  }
  .echoiceWrap .echoice .result__inner .btn .fig + .fig {
    margin-left: 20px;
  }
  .echoiceWrap .echoice .result__inner .btn .btnTxt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 523px;
    height: 71px;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1;
    font-family: midashi;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #75C2BD;
    -moz-border-radius: 36px;
         border-radius: 36px;
    margin-top: 43px;
  }
  .echoiceWrap .echoice .result__inner .btn .btnTxt::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 20px;
    background: url("../img/icArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 30px;
  }
  .echoiceWrap .echoice .result__inner .btn .fullW {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .echoiceWrap .echoice .result__inner .btn .fullW .btnTxt2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 252px;
    height: 71px;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1;
    font-family: midashi;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #4A4A4A;
    -moz-border-radius: 36px;
         border-radius: 36px;
    margin-top: 43px;
  }
  .echoiceWrap .echoice .result__inner .btn .fullW .btnTxt2::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 20px;
    background: url("../img/icArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 30px;
  }
  .echoiceWrap .echoice .swiper-slide-active .house > figure, .echoiceWrap .echoice .swiper-slide-active .house > span, .echoiceWrap .echoice .swiper-slide-active .house .btnStart {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 4.53297vw;
    padding-right: 4.53297vw;
  }
  .header__partner {
    line-height: 0;
    background: #F5F5F5;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.60989vw 0 2.47253vw;
  }
  .header__partner a {
    display: block;
    width: 16.8956vw;
  }
  .header__partner a img {
    width: 100%;
    height: auto;
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.43407vw 4.53297vw;
    background: #fff;
  }
  .header__logo {
    line-height: 0;
    max-width: 33.65385vw;
    z-index: 100;
  }
  .header__logo a {
    line-height: 0;
    display: block;
    width: 100%;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .header .menu_icon {
    width: 9.47802vw;
    height: 1.92308vw;
    cursor: pointer;
    z-index: 199;
  }
  .header .menu_icon .menu_icon_in {
    width: 9.47802vw;
    height: 1.92308vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .menu_icon .menu_icon_in .menu-trigger,
  .header .menu_icon .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 1.92308vw;
  }
  .header .menu_icon .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.41209vw;
    min-height: 1px;
    background-color: #000;
  }
  .header .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(2) {
    display: none;
  }
  .header .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 100%;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
  }
  .header__nav {
    position: fixed;
    z-index: 139;
    width: 100%;
    height: 100%;
    background: rgba(117, 194, 189, 0.9);
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -100%;
  }
  .header__nav ul {
    padding: 24.45055vw 0 0 9.47802vw;
  }
  .header__nav ul li + li {
    margin-top: 5.08242vw;
  }
  .header__nav ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #fff;
    font-size: 4.80769vw;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: moon_bold;
  }
  .header__nav ul li a::after {
    content: attr(data-after);
    font-size: 2.74725vw;
    line-height: 1;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    color: #fff;
    letter-spacing: 0.1em;
    display: block;
    font-weight: 700;
    margin-left: 3.02198vw;
    margin-bottom: 1.0989vw;
  }
  .header__nav.active {
    right: 0;
  }
  .header.fixed .header__main {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 199;
  }
  .footer {
    text-align: center;
    font-size: 2.88462vw;
    line-height: 3.15934vw;
    font-family: 'Arial',sans-serif;
    color: #fff;
    background: #75C2BD;
    padding: 4.25824vw 0 4.12088vw;
  }
  .mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .mv__front {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 99;
    padding-left: 5.63187vw;
    padding-top: 59.34066vw;
  }
  .mv__front h2 {
    line-height: 0;
  }
  .mv__front h2 img {
    width: 52.74725vw;
  }
  .mv__front figure {
    width: 100%;
    margin-top: 32.69231vw;
  }
  .mv__front figure img {
    width: 100%;
    height: auto;
  }
  .mv__qr {
    position: absolute;
    z-index: 99;
    right: 10.9375%;
    bottom: 0;
    margin-bottom: 1.45833%;
    width: 11.66667%;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-border-radius: 10px;
         border-radius: 10px;
    line-height: 0;
  }
  .mv__qr img {
    width: 100%;
    height: auto;
  }
  .mv__scroll {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -51px;
    z-index: 99;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv__scroll a {
    width: 41px;
    padding-top: 61px;
    line-height: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .mv__scroll a img {
    width: 100%;
    height: auto;
  }
  .mv__scroll a::before, .mv__scroll a::after {
    position: absolute;
    content: "";
  }
  .mv__scroll a::before {
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    background: url("../img/mouseBig.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .mv__scroll a::after {
    width: 8.24px;
    height: 16.17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 11px;
    background: url("../img/mouseSmall.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-animation: upanddowm 1s ease-in-out infinite alternate;
       -moz-animation: upanddowm 1s ease-in-out infinite alternate;
            animation: upanddowm 1s ease-in-out infinite alternate;
  }
  .section__ttl {
    text-align: center;
  }
  .section__ttl h2 {
    font-size: 8.92857vw;
    line-height: 9.2033vw;
    font-family: moon_bold;
    color: #89D0C8;
    letter-spacing: 0.1em;
  }
  .section__ttl span {
    font-size: 3.84615vw;
    line-height: 1;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.1em;
    margin-top: 2.60989vw;
    display: block;
  }
  .about {
    margin: 47.8022vw 0 0;
  }
  .about__wrap {
    width: 100%;
    margin: 10.3022vw auto 0;
  }
  .about__wrap article {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .about__wrap article .arTTL {
    padding: 5.35714vw 6.18132vw 4.25824vw 4.3956vw;
    background: #FFFFFF;
  }
  .about__wrap article .arTTL h3 {
    font-size: 6.31868vw;
    line-height: 9.89011vw;
    font-weight: 700;
    color: #000000;
  }
  .about__wrap article .arTTL span {
    font-size: 2.47253vw;
    line-height: 4.53297vw;
    letter-spacing: 0.1em;
    font-family: 'Arial',sans-serif;
    color: #75C2BD;
    display: inline-block;
    margin-top: 1.37363vw;
  }
  .about__wrap article .arCon {
    width: 100%;
    font-size: 3.84615vw;
    line-height: 6.86813vw;
    font-weight: 400;
    color: #000;
    padding: 0 4.12088vw;
  }
  .about__wrap article .arCon p + p {
    margin-top: 6.86813vw;
  }
  .about__wrap article .arCon__fig {
    margin-top: 4.80769vw;
    text-align: center;
  }
  .about__wrap article .arCon__fig img {
    width: 83.51648vw;
    height: auto;
  }
  .about__wrap article:nth-of-type(1) {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
  }
  .about__wrap article:nth-of-type(1) > picture, .about__wrap article:nth-of-type(1) figure {
    width: 100vw;
    margin-left: -23.07692vw;
  }
  .about__wrap article:nth-of-type(1) .arTTL {
    position: absolute;
    top: 27.60989vw;
    right: 0;
  }
  .about__wrap article:nth-of-type(1) .arCon {
    margin-top: 6.04396vw;
  }
  .about__wrap article:nth-of-type(2) {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 1;
    margin-top: 6.04396vw;
  }
  .about__wrap article:nth-of-type(2) > picture, .about__wrap article:nth-of-type(2) figure {
    width: 64.28571vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-left: auto;
  }
  .about__wrap article:nth-of-type(2) > picture::before, .about__wrap article:nth-of-type(2) figure::before {
    position: absolute;
    content: "";
    width: 73.07692vw;
    height: 0;
    padding-top: 68.95604vw;
    right: 0;
    top: -29.53297vw;
    background: #F0F0E4;
    z-index: -1;
  }
  .about__wrap article:nth-of-type(2) > picture img, .about__wrap article:nth-of-type(2) figure img {
    margin-right: -11.67582vw;
    display: inline-block;
    width: 75.96154vw;
  }
  .about__wrap article:nth-of-type(2) .arTTL {
    position: absolute;
    top: 46.97802vw;
    left: 4.12088vw;
  }
  .about__wrap article:nth-of-type(2) .arCon {
    margin-top: 14.01099vw;
  }
  .flow {
    margin-top: 15.93407vw;
    padding: 20.87912vw 0 10.85165vw 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: rgba(245, 245, 245, 0.42);
  }
  .flow__sub {
    text-align: center;
    line-height: 0;
    margin-top: 17.44505vw;
  }
  .flow__sub img {
    width: 74.17582vw;
    height: auto;
  }
  .flow__note {
    text-align: center;
    font-size: 5.08242vw;
    line-height: 9.06593vw;
    font-weight: 700;
    color: #000000;
    margin-top: 9.61538vw;
  }
  .flow__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
    margin: 7.96703vw auto 0;
    counter-reset: ar;
    padding: 0 4.53297vw;
  }
  .flow__wrap article {
    width: 41.75824vw;
    counter-increment: ar;
    margin: 2.33516vw 0;
  }
  .flow__wrap article figure img {
    width: 100%;
    height: auto;
    -moz-border-radius: 3.02198vw;
         border-radius: 3.02198vw;
  }
  .flow__wrap article h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 3.84615vw;
  }
  .flow__wrap article h3::before {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    content: "step." counter(ar);
    font-family: 'Arial',sans-serif;
    color: #75C2BD;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 3.43407vw;
    line-height: 1;
  }
  .flow__wrap article h3 span {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 4.3956vw;
    line-height: 1;
    font-family: 'Arial',sans-serif;
    color: #75C2BD;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-left: 1.92308vw;
  }
  .flow__wrap article .txt {
    font-size: 3.02198vw;
    line-height: 6.86813vw;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.1em;
    margin-top: 1.0989vw;
  }
  .flow__wrap article:nth-of-type(even) figure {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .flow__wrap article:nth-of-type(even) figure::before {
    position: absolute;
    content: "";
    width: 5.74018%;
    height: 0;
    padding-top: 25.37764%;
    background: url("../img/arrowFlow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -10.57402%;
  }
  .cta__sp {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 16.8956vw 4.53297vw 19.23077vw;
  }
  .cta__sp::before {
    position: absolute;
    content: "";
    width: 13.73626vw;
    height: 8.65385vw;
    background: url("../img/arrowDouble02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -3.15934vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cta__spTitle {
    text-align: center;
  }
  .cta__spTitle h2 {
    font-size: 6.04396vw;
    line-height: 11.26374vw;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
  .cta__spTitle h2 img {
    width: 52.1978vw;
  }
  .cta__spBtn {
    margin-top: 6.04396vw;
  }
  .cta__spBtn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 17.85714vw;
    -moz-border-radius: 8.65385vw;
         border-radius: 8.65385vw;
    background: #17C3C9;
    color: #fff;
    font-size: 6.04396vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cta__spBtn a::after {
    position: absolute;
    content: "";
    width: 6.18132vw;
    height: 5.63187vw;
    background: url("../img/icArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 8.24176vw;
  }
  .cta__spNote {
    text-align: center;
    font-size: 4.25824vw;
    line-height: 7.96703vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 10.98901vw;
  }
  .cta__spNote span {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(46%, white), color-stop(46%, rgba(48, 201, 207, 0.58)), color-stop(73%, #30c9cf), color-stop(73%, white), to(white));
    background: -webkit-linear-gradient(top, white 0%, white 46%, rgba(48, 201, 207, 0.58) 46%, #30c9cf 73%, white 73%, white 100%);
    background: -moz- oldlinear-gradient(top, white 0%, white 46%, rgba(48, 201, 207, 0.58) 46%, #30c9cf 73%, white 73%, white 100%);
    background: linear-gradient(180deg, white 0%, white 46%, rgba(48, 201, 207, 0.58) 46%, #30c9cf 73%, white 73%, white 100%);
  }
  .pillow {
    padding: 51.78571vw 0 20.74176vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pillow::before {
    position: absolute;
    content: "";
    width: 263.73626vw;
    height: 119.78022vw;
    left: -31.86813vw;
    top: 0;
    background: url("../img/bgPillow.jpg") left top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    z-index: -1;
  }
  .pillow::after {
    position: absolute;
    content: "";
    width: 16.04167%;
    height: 0;
    padding-top: 46.875%;
    background: rgba(240, 240, 228, 0.65);
    right: 0;
    top: 75px;
    z-index: -2;
  }
  .pillow__wrap {
    margin-top: 55.90659vw;
  }
  .pillow__wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pillow__wrap ul li {
    width: 42.85714vw;
    margin: 2.47253vw 0;
  }
  .pillow__wrap ul li a {
    display: block;
  }
  .shoplist {
    margin-top: 7.41758vw;
    padding: 0 0 20.32967vw 0;
  }
  .shoplist__wrap {
    margin-top: 16.20879vw;
  }
  .shoplist__wrap dl {
    border: 2px solid #75C2BD;
    padding: 0 6.59341vw 0 6.86813vw;
  }
  .shoplist__wrap dl + dl {
    margin-top: 2.1978vw;
  }
  .shoplist__wrap dl dt {
    font-size: 3.84615vw;
    line-height: 4.80769vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 6.86813vw 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .shoplist__wrap dl dt::after, .shoplist__wrap dl dt::before {
    position: absolute;
    content: "";
    width: 8.24176vw;
    height: 2px;
    background: #75C2BD;
    right: 0;
    top: 9.34066vw;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .shoplist__wrap dl dt::after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .shoplist__wrap dl dt.active::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .shoplist__wrap dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .shoplist__wrap dl dd .content {
    padding: 0 0 8.24176vw 0;
  }
  .shoplist__wrap dl dd .content ul li {
    font-size: 3.57143vw;
    line-height: 5.49451vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 3.98352vw 0;
  }
  .shoplist__wrap dl dd .content ul li:not(:last-child) {
    border-bottom: 1px dashed #707070;
  }
  .eclink {
    padding: 21.01648vw 4.53297vw 15.24725vw;
    background: rgba(245, 245, 245, 0.42);
  }
  .eclink__btn {
    margin-top: 14.83516vw;
  }
  .eclink__btn ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .eclink__btn ul li {
    width: 100%;
    line-height: 0;
  }
  .eclink__btn ul li + li {
    margin-top: 4.53297vw;
  }
  .eclink__btn ul li a {
    display: block;
    width: 100%;
    line-height: 0;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .eclink__btn ul li a img {
    width: 100%;
    height: auto;
  }
  .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    width: 95%;
    z-index: 2000;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .modal.open {
    visibility: visible;
  }
  .modal.open .m_in {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .modal .wrap_modal {
    overflow: auto;
  }
  .modal .wrap_modal figure img {
    max-height: 90vh;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .modal .m_in {
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .modal .m_area {
    position: relative;
  }
  .echoiceWrap {
    height: 100vh;
    background: url("../img/bgEchoice.jpg") 0 0 repeat;
    padding: 17.17033vw 4.12088vw 0;
  }
  .echoiceWrap .echoice {
    height: 100%;
    width: 100%;
    max-width: 1377px;
    margin: auto;
  }
  .echoiceWrap .echoice .house {
    height: 100%;
    background: url("../img/house.png") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 44.09341vw;
  }
  .echoiceWrap .echoice .house > figure {
    width: 68.68132vw;
  }
  .echoiceWrap .echoice .house > figure img {
    width: 100%;
    height: auto;
  }
  .echoiceWrap .echoice .house > span {
    width: 10.98901vw;
    margin: 3.125% 0 2.08333%;
  }
  .echoiceWrap .echoice .house .btnStart {
    width: 54.94505vw;
  }
  .echoiceWrap .echoice .house .btnStart a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .echoiceWrap .echoice .house .btnStart img {
    width: 100%;
    height: auto;
  }
  .echoiceWrap .echoice .question {
    background: #CEE9E7;
    height: 100%;
    -moz-border-radius: 4.12088vw 4.12088vw 0 0;
         border-radius: 4.12088vw 4.12088vw 0 0;
    padding: 8.24176vw 0 0;
    position: relative;
  }
  .echoiceWrap .echoice .question__footer {
    position: absolute;
    bottom: 4.12088vw;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  .echoiceWrap .echoice .question__footer img {
    height: 8.79121vw;
    width: auto;
  }
  .echoiceWrap .echoice .question__num {
    text-align: center;
    font-size: 9.2033vw;
    line-height: 1;
    font-family: din;
    color: #75C2BD;
  }
  .echoiceWrap .echoice .question__title {
    text-align: center;
    line-height: 0;
  }
  .echoiceWrap .echoice .question__title img {
    height: 5.90659vw;
    width: auto;
  }
  .echoiceWrap .echoice .question__note {
    text-align: center;
    font-size: 4.12088vw;
    line-height: 1;
    font-family: midashi;
    color: #3B3938;
    margin-top: 2.74725vw;
  }
  .echoiceWrap .echoice .question__answer {
    width: 90%;
    margin: 4.12088vw auto 0;
    counter-reset: la;
  }
  .echoiceWrap .echoice .question__answer label {
    display: block;
    width: 100%;
    padding: 0 0 0 6.86813vw;
    counter-increment: la;
  }
  .echoiceWrap .echoice .question__answer label + label {
    margin-top: 1.37363vw;
  }
  .echoiceWrap .echoice .question__answer label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .echoiceWrap .echoice .question__answer label span {
    background: #fff;
    -moz-border-radius: 2.1978vw;
         border-radius: 2.1978vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 17.03297vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 5.49451vw;
    letter-spacing: 0.1em;
    cursor: pointer;
    font-family: midashi;
  }
  .echoiceWrap .echoice .question__answer label span::before {
    position: absolute;
    content: counter(la, upper-alpha);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 10.98901vw;
    height: 10.98901vw;
    font-size: 2rem;
    font-family: moon_bold;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: -5.49451vw;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(1) span {
    color: #985F00;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(1) span::before {
    background: #985F00;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(1) input:checked + span {
    color: #fff;
    background: #985F00;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(2) span {
    color: #4F8BCA;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(2) span::before {
    background: #4F8BCA;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(2) input:checked + span {
    color: #fff;
    background: #4F8BCA;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(3) span {
    color: #7A7572;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(3) span::before {
    background: #7A7572;
  }
  .echoiceWrap .echoice .question__answer label:nth-child(3) input:checked + span {
    color: #fff;
    background: #7A7572;
  }
  .echoiceWrap .echoice .question.question2 .question__answer label span {
    color: #985F00;
  }
  .echoiceWrap .echoice .question.question2 .question__answer label span::before {
    background: #985F00 !important;
  }
  .echoiceWrap .echoice .question.question2 .question__answer label input:checked + span {
    color: #fff !important;
    background: #985F00 !important;
  }
  .echoiceWrap .echoice .question.question3 .question__answer label span {
    color: #4F8BCA;
  }
  .echoiceWrap .echoice .question.question3 .question__answer label span::before {
    background: #4F8BCA !important;
  }
  .echoiceWrap .echoice .question.question3 .question__answer label input:checked + span {
    color: #fff !important;
    background: #4F8BCA !important;
  }
  .echoiceWrap .echoice .question.question4 .question__answer label span {
    color: #7A7572;
  }
  .echoiceWrap .echoice .question.question4 .question__answer label span::before {
    background: #7A7572 !important;
  }
  .echoiceWrap .echoice .question.question4 .question__answer label input:checked + span {
    color: #fff !important;
    background: #7A7572 !important;
  }
  .echoiceWrap .echoice .question__loading {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 6.18132vw;
    line-height: 1;
    font-family: midashi;
    color: #3B3938;
  }
  .echoiceWrap .echoice .result {
    height: 100%;
    overflow: auto;
  }
  .echoiceWrap .echoice .result__inner {
    -moz-border-radius: 2.74725vw 2.74725vw 0 0;
         border-radius: 2.74725vw 2.74725vw 0 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    padding-bottom: 6.86813vw;
  }
  .echoiceWrap .echoice .result__inner > figure img {
    width: 100%;
    height: auto;
  }
  .echoiceWrap .echoice .result__inner .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 9.61538vw;
    padding: 0 4.12088vw;
  }
  .echoiceWrap .echoice .result__inner .btn .fig {
    width: 100%;
  }
  .echoiceWrap .echoice .result__inner .btn .fig + .fig {
    margin-top: 2.74725vw;
  }
  .echoiceWrap .echoice .result__inner .btn .btnTxt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 13.73626vw;
    color: #fff;
    font-size: 4.12088vw;
    line-height: 1;
    font-family: midashi;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #75C2BD;
    -moz-border-radius: 6.86813vw;
         border-radius: 6.86813vw;
    margin-top: 2.74725vw;
  }
  .echoiceWrap .echoice .result__inner .btn .btnTxt::after {
    position: absolute;
    content: "";
    width: 6.04396vw;
    height: 5.49451vw;
    background: url("../img/icArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.06044vw;
  }
  .echoiceWrap .echoice .result__inner .btn .fullW {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .echoiceWrap .echoice .result__inner .btn .fullW .btnTxt2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 13.73626vw;
    color: #fff;
    font-size: 4.12088vw;
    line-height: 1;
    font-family: midashi;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #4A4A4A;
    -moz-border-radius: 6.86813vw;
         border-radius: 6.86813vw;
    margin-top: 2.74725vw;
  }
  .echoiceWrap .echoice .result__inner .btn .fullW .btnTxt2::after {
    position: absolute;
    content: "";
    width: 6.04396vw;
    height: 5.49451vw;
    background: url("../img/icArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.06044vw;
  }
}

.boxoverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1900;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.58);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.waveText {
  display: inline-block;
  will-change: transform;
  -webkit-animation-name: waveText;
     -moz-animation-name: waveText;
          animation-name: waveText;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
     -moz-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
  opacity: 0;
}

.swiper-slide-active .waveText {
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes waveText {
  0% {
    -webkit-transform: translateY(-50px) scale(2);
            transform: translateY(-50px) scale(2);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@-moz-keyframes waveText {
  0% {
    -moz-transform: translateY(-50px) scale(2);
         transform: translateY(-50px) scale(2);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0) scale(1);
         transform: translateY(0) scale(1);
  }
}

@keyframes waveText {
  0% {
    -webkit-transform: translateY(-50px) scale(2);
       -moz-transform: translateY(-50px) scale(2);
            transform: translateY(-50px) scale(2);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@-webkit-keyframes upanddowm {
  0% {
    top: 11px;
  }
  100% {
    top: 22px;
  }
}

@-moz-keyframes upanddowm {
  0% {
    top: 11px;
  }
  100% {
    top: 22px;
  }
}

@keyframes upanddowm {
  0% {
    top: 11px;
  }
  100% {
    top: 22px;
  }
}

.error {
  color: #CB1313 !important;
  width: 100%;
}

.wrapCheckbox .error {
  text-align: center;
}

.effect {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, transform, -moz-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -moz-transform;
}

.delay03 {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay06 {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay09 {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay12 {
  -webkit-transition-delay: 0.8s;
     -moz-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay15 {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
          transition-delay: 1s;
}

.delay18 {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay21 {
  -webkit-transition-delay: 1.4s;
     -moz-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInUp {
  -webkit-transform: translate3d(0, 50px, 0);
     -moz-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInDown {
  -webkit-transform: translate3d(0, -50px, 0);
     -moz-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.fadeInDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInRight {
  -webkit-transform: translate3d(-50px, 0, 0);
     -moz-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
  opacity: 0;
}

.fadeInRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInLeft {
  -webkit-transform: translate3d(50px, 0, 0);
     -moz-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
  opacity: 0;
}

.fadeInLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.echoiceWrap .echoice .swiper-slide {
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
  .echoiceWrap .echoice .swiper-slide.swiper-slide-active {
    opacity: 1;
  }