@charset "UTF-8";
.utility__kerning {
  font-feature-settings: "palt";
}

_:-ms-fullscreen, :root .utility__kerning {
  font-feature-settings: normal !important;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

input, textarea, select, button {
  font-family: inherit;
}

@media screen and (min-width: 769px) {
  button {
    outline: 0;
  }
  header {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  header .header__logo--left {
    margin: 22px 110px 0;
  }
  header .header__logo--right {
    margin: 17px 71px 0;
  }
  .kv .kv__title {
    width: 100%;
    height: calc(100vh - 187px);
    background: url(../img/snow_main.png) center center;
    background-size: cover;
    margin: 0 auto;
  }
  .kv .kv__title .kv__title--txt {
    text-align: center;
    padding: 32vh 0 0;
  }
  .navigator {
    height: 107px;
    background-color: #164F79;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 3;
  }
  .navigator .navigator__list {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    list-style: none;
    justify-content: space-around;
  }
  .navigator .navigator__list li {
    border-right: dashed 2px #fff;
    height: 82px;
    padding: 0px 24px;
    margin: 13px 0;
  }
  .navigator .navigator__list li:first-child {
    border-left: dashed 2px #fff;
  }
  .navigator .navigator__list .navigator__image img {
    margin-top: -40px;
  }
  .navigator .navigator__list .navigator__image img:hover {
    transform: translateY(-5px);
  }
  .ski {
    background: url(../img/snow_cycloid01.png) no-repeat center center, url(../img/snow_ski.png) no-repeat center center;
    background-size: auto 72px, cover;
    background-position: bottom;
    height: 880px;
  }
  .ski .ski__message-box {
    width: 1200px;
    margin: 0 auto;
    padding: 570px 105px 0;
  }
  .ski .ski__message-box .ski__sencence {
    font-size: 18px;
    font-weight: bold;
    color: #164F79;
  }
  .ski .ski__message-box .ski__column {
    margin-top: 10px;
  }
  .enjoy-snowcamp-1 {
    background: url(../img/snow_bg01.png) center center;
    background-size: cover;
    height: 1280px;
  }
  .enjoy-snowcamp-1 .enjoy-snowcamp-1__title {
    text-align: center;
    padding: 50px 0 30px 65px;
  }
  .enjoy-snowcamp-1 .enjoy-snowcamp-1__sentence {
    text-align: center;
    padding-left: 75px;
  }
  .enjoy-snowcamp-1 .enjoy-snowcamp-1__btn {
    width: 1000px;
    height: 101px;
    margin: -101px auto 0;
    position: relative;
  }
  .enjoy-snowcamp-1 .enjoy-snowcamp-1__btn .common-btn {
    position: absolute;
    right: 0;
  }
  .enjoy-snowcamp-1 .enjoy-snowcamp-1__btn .common-btn img:hover {
    transform: translateY(-5px);
  }
  .enjoy-snowcamp-2 {
    background: url(../img/snow_cycloid04.png) center center;
    background-size: cover;
    height: 748px;
  }
  .enjoy-snowcamp-2 .enjoy-snowcamp-2__sentence {
    text-align: center;
    padding-left: 65px;
  }
  .enjoy-snowcamp-2 .enjoy-snowcamp-2__sentence img {
    position: relative;
    z-index: 1;
  }
  .enjoy-snowcamp-2 .enjoy-snowcamp-2__btn {
    width: 850px;
    height: 101px;
    margin: -168px auto 0;
  }
  .enjoy-snowcamp-2 .enjoy-snowcamp-2__btn img {
    position: relative;
    z-index: 2;
  }
  .enjoy-snowcamp-2 .enjoy-snowcamp-2__btn .common-btn img:hover {
    transform: translateY(-5px);
  }
  .wear {
    background: url(../img/snow_cycloid03.png) no-repeat center center, url(../img/snow_cycloid05.png) no-repeat center center;
    background-size: auto 72px, auto 72px;
    background-position: top, bottom;
    position: relative;
  }
  .wear .top_icon {
    width: 48px;
    height: 39px;
    position: absolute;
    left: 50.8%;
    bottom: 40px;
  }
  .wear .wear__wrapper {
    padding-bottom: 90px;
  }
  .wear .wear__wrapper .wear__title {
    text-align: center;
    padding: 160px 0 40px 0;
  }
  .wear .wear__list {
    width: 980px;
    margin: 0 auto;
  }
  .wear .wear__list > li {
    display: flex;
    margin-bottom: 40px;
  }
  .wear .wear__list .wear__sentence {
    padding: 60px 0 0 20px;
  }
  .wear .wear__list .wear__sentence b {
    font-size: 19px;
  }
  .wear .wear__list .wear__sentence .b_01 {
    color: #F19500;
  }
  .wear .wear__list .wear__sentence .b_02 {
    color: #CA7486;
  }
  .wear .wear__list .wear__sentence .b_03 {
    color: #36BCEE;
  }
  .wear .wear__list .wear__sentence .b_04 {
    color: #A674B0;
  }
  .wear .wear__list .wear__sentence p {
    font-size: 15px;
    line-height: 25px;
  }
  .wear .wear__list .wear__sentence li {
    list-style: none;
  }
  .wear .wear__list .wear__sentence div {
    margin-bottom: 15px;
  }
  .wear .wear__list .wear__sentence .b01-li li p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .wear .wear__list .wear__sentence .ws__separater02 {
    border-bottom: dotted 1px #CA7486;
    padding-bottom: 10px;
  }
  .wear .wear__list .wear__sentence .ws__separater02:last-child {
    border-bottom: none;
  }
  .wear .wear__list .wear__sentence .ws__separater03 {
    border-bottom: dotted 1px #36BCEE;
    padding-bottom: 10px;
  }
  .wear .wear__list .wear__sentence .ws__separater03:last-child {
    border-bottom: none;
  }
  .wear .wear__list .wear__sentence .ws__separater04 {
    border-bottom: dotted 1px #A674B0;
    padding-bottom: 10px;
  }
  .wear .wear__list .wear__sentence .ws__separater04:last-child {
    border-bottom: none;
  }
  .wear .wear__list .wear__sentence03 {
    padding-top: 85px;
  }
  .wear .wear__list .wear__sentence04 {
    padding-top: 82px;
  }
  .classes {
    background: url(../img/snow_cycloid02.png) no-repeat center center, url(../img/snow_bg02.png) center center;
    background-position: bottom, center;
    padding-bottom: 150px;
    position: relative;
  }
  .classes .top_icon {
    width: 48px;
    height: 39px;
    position: absolute;
    left: 50.8%;
    bottom: 40px;
  }
  .classes .classes__wrapper .classes__title {
    text-align: center;
    padding: 30px 0 25px;
  }
  .classes .classes__wrapper .classes__description {
    width: 1035px;
    margin: 0 auto -7px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: -1.2px;
    display: flex;
    position: relative;
  }
  .classes .classes__wrapper .classes__description .cd-large {
    font-size: 22px;
    letter-spacing: -1px;
    color: #3476A6;
    font-feature-settings: "palt";
  }
  _:-ms-fullscreen, :root .classes .classes__wrapper .classes__description .cd-large {
    font-feature-settings: normal;
  }
  .classes .classes__wrapper .classes__description::before {
    content: url(../img/snow_classes_img01.png);
    position: relative;
    left: 0;
    bottom: 12px;
  }
  .classes .classes__wrapper .classes__description::after {
    content: url(../img/snow_classes_img02.png);
    position: relative;
    right: 12px;
    top: -19px;
  }
  .classes .classes__wrapper .classes__steps {
    width: 1000px;
    margin: 0 auto;
    list-style: none;
  }
  .classes .classes__wrapper .classes__steps li {
    position: relative;
    margin-top: 20px;
  }
  .classes .classes__wrapper .classes__steps li:nth-child(1)::after {
    content: url(../img/snow_classes_img03.png);
    position: absolute;
    top: 300px;
    right: 88px;
  }
  .classes .classes__wrapper .classes__steps li:nth-child(2)::after {
    content: url(../img/snow_classes_img04.png);
    position: absolute;
    top: 227px;
    left: -138px;
    z-index: 1;
  }
  .classes .classes__wrapper .classes__steps li:nth-child(3)::after {
    content: url(../img/snow_classes_img05.png);
    position: absolute;
    top: 194px;
    right: 27px;
    z-index: 1;
  }
  .classes .classes__wrapper .classes__steps li:nth-child(4)::after {
    content: url(../img/snow_classes_img06.png);
    position: absolute;
    top: 212px;
    left: -105px;
    z-index: 1;
  }
  .classes .classes__wrapper .classes__steps li:nth-child(odd) {
    left: 30px;
  }
  .classes .classes__wrapper .classes__steps li:nth-child(even) {
    left: 140px;
  }
  .container-tour {
    background: url(../img/snow_cycloid07.png) no-repeat center center;
    background-position: bottom;
    padding-bottom: 180px;
    background-color: #FFFEF2;
    position: relative;
  }
  .container-tour .top_icon {
    width: 48px;
    height: 39px;
    position: absolute;
    left: 50.8%;
    bottom: 40px;
  }
  .tour {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #FFFEF2;
    list-style: none;
  }
  .tour .tour__wrapper {
    padding-top: 100px;
  }
  .tour .tour__wrapper .tour__title h2 {
    margin-bottom: 35px;
  }
  .tour .tour__wrapper .tour-article-list {
    list-style: none;
  }
  .tour .tour__wrapper .tour-article-list .cfs_area {
    display: none;
  }
  .tour .tour__wrapper .tour-article-list .cfs_area.current {
    display: block;
  }
  .tour .tour__tab-list {
    display: flex;
    justify-content: space-between;
  }
  .tour .tour__tab-list > li {
    display: block;
    width: calc(25% - 6px);
    height: 50px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    line-height: 2.7;
  }
  .tour .tour__tab-list > li:nth-child(1) {
    background-color: #B5BF49;
  }
  .tour .tour__tab-list > li:nth-child(2) {
    background-color: #9DC5D5;
  }
  .tour .tour__tab-list > li:nth-child(3) {
    background-color: #4499B3;
  }
  .tour .tour__tab-list > li:nth-child(4) {
    background-color: #AF457E;
  }
  .tour .tour__tab-list > li button {
    padding-left: 10px;
    width: 100%;
    height: 100%;
  }
  .tour .tour-article {
    /**
      *共通CSS
      *
      *
      */
    background-color: #fff;
    /**
      *　テーマ別CSS
      *
      *
      */
  }
  .tour .tour-article .tour-article__kv {
    margin-top: 25px;
    text-align: center;
  }
  .tour .tour-article .tour-article__content {
    max-width: 830px;
    padding-left: 5px;
    margin: 15px auto 30px;
    text-align: center;
  }
  .tour .tour-article .tour-article__content .tour-article__schedule {
    width: 775px;
    margin: 0 auto;
  }
  .tour .tour-article .tour-article__content .tour-article__schedule h5 {
    font-size: 15px;
    margin: 25px 0 5px;
  }
  .tour .tour-article .tour-article__content .tour-article__schedule > ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  .tour .tour-article .tour-article__content .tour-article__schedule > ul li {
    width: 100%;
    margin-right: 5px;
  }
  .tour .tour-article .tour-article__content .tour-article__schedule > ul li:last-child {
    margin-right: 0;
  }
  .tour .tour-article .tour-article__content .tour-article__schedule > ul .tour-article__day {
    font-size: 15px;
  }
  .tour .tour-article .tour-article__content .tour-article__schedule > ul div {
    text-align: left;
    padding: 10px;
  }
  .tour .tour-article .tour-article__content .tour-article__schedule > ul div p {
    margin: 10px 0;
    font-size: 13px;
  }
  .tour .tour-article .tac02 h4 {
    margin-bottom: 25px;
  }
  .tour .tour-article .tac02 .tour-article__schedule h5 {
    font-size: 15px;
    margin: 0 0 5px;
  }
  .tour .tour-article .tour-article__overview {
    max-width: 770px;
    margin: 33px auto 0px;
  }
  .tour .tour-article .tour-article__overview > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tour .tour-article .tour-article__overview > ul > li {
    text-align: left;
    display: block;
    width: 46%;
  }
  .tour .tour-article .tour-article__overview > ul > li h5 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    letter-spacing: 1px;
  }
  .tour .tour-article .tour-article__title {
    height: 40px;
    line-height: 2.5;
    letter-spacing: 2.2px;
    font-size: 18px;
    font-weight: bold;
    color: white;
  }
  .tour .tour-article.tour-article--theme-ski {
    border-top: 8px solid #B5BF49;
    border-left: 1px solid #B5BF49;
    border-right: 1px solid #B5BF49;
    border-bottom: 4px solid #B5BF49;
  }
  .tour .tour-article.tour-article--theme-ski .tour-article__title {
    background-color: #B5BF49;
  }
  .tour .tour-article.tour-article--theme-ski .tour-article__overview > ul > li {
    margin-bottom: 25px;
  }
  .tour .tour-article.tour-article--theme-ski .tour-article__overview > ul > li > h5 {
    border-left: 4px solid #B5BF49;
    background: #F8F9ED;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .tour .tour-article.tour-article--theme-ski .tour-article__overview > ul > li > p {
    font-size: 14px;
    padding-left: 13px;
  }
  .tour .tour-article.tour-article--theme-ski .tour-article__schedule > ul .tour-article__day {
    background-color: #DADFA4;
  }
  .tour .tour-article.tour-article--theme-ski .tour-article__schedule h5 {
    background-color: #DADFA4;
  }
  .tour .tour-article.tour-article--theme-ski .tour-article__schedule li {
    background-color: #F8F9ED;
    border-bottom: solid 3px #DADFA4;
  }
  .tour .tour-article.tour-article--theme-ski .tour-article__schedule li b {
    color: #327342;
  }
  .tour .tour-article.tour-article--theme-expert {
    border-top: 8px solid #9DC5D5;
    border-left: 1px solid #9DC5D5;
    border-right: 1px solid #9DC5D5;
    border-bottom: 4px solid #9DC5D5;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__title {
    background-color: #9DC5D5;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__overview > ul > li {
    margin-bottom: 25px;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__overview > ul > li > h5 {
    border-left: 4px solid #9DC5D5;
    background: #F5F9FB;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__overview > ul > li > p {
    font-size: 14px;
    padding-left: 13px;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__schedule > ul .tour-article__day {
    background-color: #CEE2EA;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__schedule h5 {
    background-color: #CEE2EA;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__schedule li {
    background-color: #F5F9FB;
    border-bottom: solid 3px #CEE2EA;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__schedule li b {
    color: #5EA4BA;
  }
  .tour .tour-article.tour-article--theme-ski-yuki {
    border-top: 8px solid #4499B3;
    border-left: 1px solid #4499B3;
    border-right: 1px solid #4499B3;
    border-bottom: 4px solid #4499B3;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__title {
    background-color: #4499B3;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__overview > ul > li {
    margin-bottom: 25px;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__overview > ul > li > h5 {
    border-left: 4px solid #4499B3;
    background: #ECF5F7;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__overview > ul > li > p {
    font-size: 14px;
    padding-left: 13px;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__schedule > ul .tour-article__day {
    background-color: #A1CCD9;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__schedule h5 {
    background-color: #A1CCD9;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__schedule li {
    background-color: #ECF5F7;
    border-bottom: solid 3px #A1CCD9;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__schedule li b {
    color: #4499B3;
  }
  .tour .tour-article.tour-article--theme-family {
    border-top: 8px solid #AF457E;
    border-left: 1px solid #AF457E;
    border-right: 1px solid #AF457E;
    border-bottom: 4px solid #AF457E;
  }
  .tour .tour-article.tour-article--theme-family .tour-article__title {
    background-color: #AF457E;
  }
  .tour .tour-article.tour-article--theme-family .tour-article__overview > ul > li {
    margin-bottom: 25px;
  }
  .tour .tour-article.tour-article--theme-family .tour-article__overview > ul > li > h5 {
    border-left: 4px solid #AF457E;
    background: #F7ECF2;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .tour .tour-article.tour-article--theme-family .tour-article__overview > ul > li > p {
    font-size: 14px;
    padding-left: 13px;
  }
  .tour .tour-article.tour-article--theme-family .tour-article__schedule > ul .tour-article__day {
    background-color: #D7A2BE;
  }
  .tour .tour-article.tour-article--theme-family .tour-article__schedule h5 {
    background-color: #D7A2BE;
  }
  .tour .tour-article.tour-article--theme-family .tour-article__schedule li {
    background-color: #F7ECF2;
    border-bottom: solid 3px #D7A2BE;
  }
  .tour .tour-article.tour-article--theme-family .tour-article__schedule li b {
    color: #AF457E;
  }
  .q-and-a {
    background: url(../img/snow_cycloid06.png) no-repeat center center;
    background-position: bottom;
    padding-bottom: 120px;
    background-color: #FDFAFB;
    position: relative;
  }
  .q-and-a h2 {
    text-align: center;
    margin: 0 auto 30px;
    padding-top: 60px;
  }
  .q-and-a .top_icon {
    width: 48px;
    height: 39px;
    position: absolute;
    left: 50.8%;
    bottom: 40px;
  }
  .q-and-a .q-and-a__wrapper {
    background-color: #FDFAFB;
  }
  .q-and-a .q-and-a__wrapper .q-and-a__list {
    width: 1000px;
    margin: 0 auto;
    list-style: none;
  }
  .q-and-a .q-and-a__wrapper .q-and-a__list li {
    margin-bottom: 5px;
  }
  .q-and-a .q-and-a__wrapper .q-and-a__list input {
    display: none;
  }
  .q-and-a .q-and-a__wrapper .q-and-a__list .q-and-a__toggle-btn {
    background-color: #E2B2CA;
    color: #9E004D;
    width: 100%;
    text-align: left;
    padding: 8px 30px;
    position: relative;
  }
  .q-and-a .q-and-a__wrapper .q-and-a__list .q-and-a__toggle-btn::after {
    content: url(../img/snow_qa_open.png);
    position: absolute;
    top: 11px;
    right: 25px;
  }
  .q-and-a .q-and-a__wrapper .q-and-a__list label {
    padding: 8px 424px 8px 0;
    cursor: pointer;
  }
  .q-and-a .q-and-a__wrapper .q-and-a__list .q-and-a__answer {
    height: 0;
    padding: 0 51px;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }
  .q-and-a .q-and-a__wrapper .q-and-a__list input:checked + .q-and-a__answer {
    height: auto;
    opacity: 1;
    padding: 20px 51px;
  }
  .q-and-a .q-and-a__wrapper .q-and-a__list input:checked + .q-and-a__answer p {
    font-weight: bold;
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 15px;
  }
  .q-and-a .q-and-a__wrapper .q-and-a__list input:checked + .q-and-a__answer p span {
    color: #9E004D;
  }
  .q-and-a .q-and-a__wrapper .q-and-a__list input:checked + .q-and-a__answer .q-and-a__close-btn {
    background-color: #9E004D;
    color: #fff;
    width: 170px;
    height: 36px;
    margin: 0 auto;
    padding: 7px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
  }
  .q-and-a .q-and-a__wrapper .q-and-a__list input:checked + .q-and-a__answer .q-and-a__close-btn button {
    padding: 0 25px 0 38px;
  }
  .q-and-a .q-and-a__wrapper .q-and-a__list input:checked + .q-and-a__answer .q-and-a__close-btn button label {
    padding: 5px 0;
  }
  .q-and-a .q-and-a__wrapper .q-and-a__list input:checked + .q-and-a__answer .q-and-a__close-btn::after {
    content: '✕';
  }
  .search {
    background-color: #F7FBFE;
    text-align: center;
    padding: 55px 0;
  }
  footer {
    background-color: #E5E5E5;
    height: 96px;
    padding-bottom: 205px;
  }
  footer .footer_txt {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    font-size: 14px;
    line-height: 14px;
    padding: 41px 0;
  }
  footer .footer_txt a {
    text-decoration: none;
    color: #000;
  }
  iframe {
    width: 940px;
    height: 529px;
  }
}

@media screen and (max-width: 768px) {
  .modaal-inner-wrapper {
    display: block;
    width: 100vw;
    padding: 0 !important;
  }
  .modaal-inner-wrapper .modaal-container {
    padding: 5vw 0 !important;
  }
  .modaal-inner-wrapper .modaal-content-container {
    padding: 0;
    width: 90vw;
    margin: 0 auto;
  }
  .modaal-inner-wrapper .modaal-content-container iframe {
    width: 90vw;
    height: 60vw;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
  }
  button {
    outline: 0;
    appearance: none;
  }
  .common-btn {
    width: 77.643vw;
  }
  body {
    position: relative;
    overflow: hidden;
  }
  header {
    display: flex;
    height: 17.334vw;
    /**
    *ドロワー
    *
    */
  }
  header .header__logo--left {
    order: 2;
    position: relative;
    margin-top: 4.534vw;
    margin-left: 12.8vw;
    width: 38.4vw;
  }
  header .header__logo--left > img {
    width: 100%;
  }
  header .header__logo--right {
    order: 1;
    width: 15.803vw;
    margin-top: 5.867vw;
    margin-left: 2.667vw;
  }
  header .header__logo--right > img {
    width: 100%;
  }
  header .header__menu-btn {
    order: 3;
    position: absolute;
    right: 2.134vw;
    margin-top: 4.534vw;
  }
  header .header__menu-btn > button {
    width: 6.934vw;
  }
  .drawer {
    width: 100vw;
    height: calc(100vh - 17.334vw);
    top: 17.334vw;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateX(100%);
    transition: transform 1s;
    z-index: 100;
  }
  .drawer.active {
    transform: translateX(0%);
    transition: transform 1s;
  }
  .drawer .drawer__wrapper {
    width: 80vw;
    height: 100%;
    background-color: #164F79;
    float: right;
  }
  .drawer .drawer__wrapper ul {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .drawer .drawer__wrapper ul > li {
    display: block;
    height: 21.334vw;
  }
  .drawer .drawer__wrapper ul > li + li::before {
    content: "";
    display: block;
    width: 67.734vw;
    height: 1px;
    margin: 0 auto;
    background-image: linear-gradient(to right, white, white 2px, transparent 2px, transparent 2px);
    background-size: 5px 1px;
    background-position: top;
    background-repeat: repeat-x;
  }
  .drawer .drawer__wrapper ul > li > a > button {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .drawer .drawer__wrapper ul > li > a > button div:nth-child(1) {
    width: 11.208vw;
    margin-left: 6.4vw;
    margin-top: 2.667vw;
  }
  .drawer .drawer__wrapper ul > li > a > button div:nth-child(1) img {
    width: 100%;
  }
  .drawer .drawer__wrapper ul > li > a > button div:nth-child(2) {
    height: 5.161vw;
    margin-top: 5.334vw;
    margin-left: 3.2vw;
  }
  .drawer .drawer__wrapper ul > li > a > button div:nth-child(2) img {
    height: 100%;
  }
  .drawer::after {
    content: "";
    display: table;
    clear: both;
  }
  .kv {
    background-image: url("../img/sp/snow_main.png");
    background-size: 100% auto;
    height: 157.5vw;
    width: 100vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kv::after {
    content: "";
    display: block;
    background-image: url("../img/sp/snow_cycloid01.png");
    background-size: 100% auto;
    width: 100%;
    height: 10vw;
    position: absolute;
    bottom: -9.6vw;
    z-index: 10;
  }
  .kv .kv__title {
    margin-bottom: -8vw;
    width: 72%;
  }
  .ski {
    background-image: url("../img/sp/snow_ski.png");
    background-size: 100% auto;
    height: 194.3vw;
    position: relative;
  }
  .ski::after {
    content: "";
    display: block;
    background-image: url("../img/sp/snow_cycloid02.png");
    background-size: 100% auto;
    width: 100%;
    height: 10vw;
    position: absolute;
    bottom: -9.6vw;
    z-index: 10;
  }
  .ski .ski__message-box {
    width: 89.867vw;
    margin: 0 auto;
    text-align: center;
  }
  .ski .ski__title {
    width: 75.035vw;
    margin: 0 auto;
    padding-top: 96vw;
  }
  .ski .ski__title > img {
    width: 100%;
  }
  .ski .ski__sentence {
    width: 76.8vw;
    margin: 0 auto;
    margin-top: 4vw;
  }
  .ski .ski__sentence > img {
    width: 100%;
  }
  .ski .ski__column {
    width: 89.867vw;
    margin: 0 auto;
  }
  .ski .ski__column > img {
    width: 100%;
  }
  .enjoy-snowcamp-1 {
    background-image: url("../img/sp/snow_bg01.png");
    background-repeat: repeat;
    position: relative;
  }
  .enjoy-snowcamp-1::after {
    content: "";
    display: block;
    background-image: url("../img/sp/snow_cycloid03.png");
    background-size: 100% auto;
    width: 100%;
    height: 10vw;
    position: absolute;
    bottom: -9.6vw;
    z-index: 10;
    z-index: 30;
  }
  .enjoy-snowcamp-1 .enjoy-snowcamp-1__title {
    padding-top: 19.2vw;
  }
  .enjoy-snowcamp-1 .enjoy-snowcamp-1__btn {
    text-align: center;
    padding-bottom: 10.667vw;
    margin: 0 auto;
  }
  .enjoy-snowcamp-1 .enjoy-snowcamp-1__sentence {
    width: 95.734vw;
    margin: 0 auto;
    margin-top: 5.334vw;
  }
  .enjoy-snowcamp-1 .enjoy-snowcamp-1__sentence img {
    width: 100%;
  }
  .enjoy-snowcamp-2 {
    background-image: url("../img/sp/snow_bg02.png");
    background-repeat: repeat;
    position: relative;
    height: 180.8vw;
  }
  .enjoy-snowcamp-2::after {
    content: "";
    display: block;
    background-image: url("../img/sp/snow_cycloid04.png");
    background-size: 100% auto;
    width: 100%;
    height: 10vw;
    position: absolute;
    bottom: -9.6vw;
    z-index: 10;
  }
  .enjoy-snowcamp-2 .enjoy-snowcamp-2__sentence {
    width: 95.734vw;
    margin: 0 auto;
    position: relative;
    bottom: 30px;
    z-index: 100;
  }
  .enjoy-snowcamp-2 .enjoy-snowcamp-2__sentence > img {
    width: 100%;
  }
  .enjoy-snowcamp-2 .enjoy-snowcamp-2__btn {
    text-align: center;
    position: relative;
    margin: 0 auto;
    bottom: 20.267vw;
    z-index: 200;
  }
  /**
  * 用意するもの
  *
  */
  .wear {
    position: relative;
    padding-bottom: 40px;
  }
  .wear::after {
    content: "";
    display: block;
    background-image: url("../img/sp/snow_cycloid05.png");
    background-size: 100% auto;
    width: 100%;
    height: 10vw;
    position: absolute;
    bottom: -9.6vw;
    z-index: 10;
  }
  .wear .wear__title {
    margin: 16.534vw 0 4.8vw;
  }
  .wear .top_icon {
    position: absolute;
    bottom: -5.333vw;
    width: 10.667vw;
    margin: 0 auto;
    z-index: 20;
    left: 0;
    right: 0;
    text-align: center;
  }
  .wear .wear__image {
    width: 48.8vw;
    margin: 0 auto;
  }
  .wear .wear__image img {
    width: 100%;
  }
  .wear .b_01 {
    color: #F19601;
  }
  .wear .b_02 {
    color: #C97487;
  }
  .wear .hr_02, .wear .hr_03, .wear .hr_04 {
    border: 0;
    height: 1px;
    margin: 3.734vw auto;
  }
  .wear .hr_02 {
    background-color: #C97487;
  }
  .wear .b_03 {
    color: #36BCEF;
  }
  .wear .hr_03 {
    background-color: #36BCEF;
  }
  .wear .b_04 {
    color: #A674B1;
  }
  .wear .hr_04 {
    background-color: #A674B1;
  }
  .wear .wear__list {
    width: 90.4vw;
    margin: 0 auto;
  }
  .wear .wear__list > li {
    display: block;
  }
  .wear .wear__list > li + li {
    margin-top: 12vw;
  }
  .wear .wear__sentence {
    margin-top: 4vw;
  }
  .wear .wear__sentence > div + div {
    margin-top: 3.2vw;
  }
  .wear .wear__sentence small {
    margin: 0;
    font-size: 3.734vw;
    letter-spacing: 0;
    display: block;
  }
  .wear .wear__sentence b {
    font-size: 4.8vw;
    line-height: 1.4;
  }
  .wear .wear__sentence p {
    font-size: 3.734vw;
  }
  .wear .wear__sentence ul > li {
    display: block;
  }
  .wear .wear__sentence ul > li p {
    display: flex;
  }
  .wear .wear__sentence ul > li p::before {
    content: "・";
  }
  /**
  * セントラルスキー級
  *
  *
  */
  .classes {
    background-image: url("../img/sp/snow_bg03.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    position: relative;
    padding-bottom: 2.667vw;
  }
  .classes .classes__title {
    padding-top: 18.667vw;
  }
  .classes::after {
    content: "";
    display: block;
    background-image: url("../img/sp/snow_cycloid06.png");
    background-size: 100% auto;
    width: 100%;
    height: 10vw;
    position: absolute;
    bottom: -9.6vw;
    z-index: 10;
  }
  .classes .top_icon {
    position: absolute;
    bottom: -5.333vw;
    width: 10.667vw;
    margin: 0 auto;
    z-index: 20;
    left: 0;
    right: 0;
    text-align: center;
  }
  .classes .classes__description {
    margin-top: 4.8vw;
    text-align: center;
    font-size: 4.267vw;
    font-weight: bold;
    line-height: 1.75;
    position: relative;
  }
  .classes .classes__description .cd-large {
    font-feature-settings: "palt";
    font-size: 4.8vw;
    color: #3376A5;
  }
  _:-ms-fullscreen, :root .classes .classes__description .cd-large {
    font-feature-settings: normal;
  }
  .classes .classes__description::before {
    content: "";
    background-image: url("../img/snow_classes_img01.png");
    background-size: 100% auto;
    width: 21.334vw;
    height: 21.334vw;
    position: absolute;
    left: 0.8vw;
    top: -14.666vw;
  }
  .classes .classes__description::after {
    content: "";
    background-image: url("../img/snow_classes_img02.png");
    background-size: 100% auto;
    width: 21.334vw;
    height: 21.334vw;
    position: absolute;
    right: 3.467vw;
    top: -14.133vw;
  }
  .classes .classes__steps {
    width: 90.4vw;
    margin: 0 auto;
    margin-top: 2.667vw;
    margin-bottom: 8vw;
  }
  .classes .classes__steps > li {
    display: block;
    position: relative;
  }
  .classes .classes__steps > li + li {
    margin-top: 4vw;
  }
  .classes .classes__steps > li:nth-child(1) {
    z-index: 10;
  }
  .classes .classes__steps > li:nth-child(2) {
    z-index: 20;
  }
  .classes .classes__steps > li:nth-child(3) {
    z-index: 30;
  }
  .classes .classes__steps > li:nth-child(4) {
    z-index: 40;
  }
  .classes .classes__steps > li:nth-child(2)::before {
    content: "";
    background-image: url("../img/snow_classes_img03.png");
    background-size: 100% auto;
    width: 58.822vw;
    height: 26.667vw;
    position: absolute;
    z-index: -10;
    top: -10.666vw;
    left: 18.667vw;
  }
  .classes .classes__steps > li:nth-child(2)::after {
    content: "";
    background-image: url("../img/snow_classes_img04.png");
    background-size: 100% auto;
    width: 30.667vw;
    height: 26.667vw;
    position: absolute;
    bottom: -8.533vw;
    right: -0.266vw;
  }
  .classes .classes__steps > li:nth-child(3)::after {
    content: "";
    background-image: url("../img/snow_classes_img05.png");
    background-size: 100% auto;
    width: 30.667vw;
    height: 26.667vw;
    position: absolute;
    bottom: -12vw;
    right: -1.866vw;
  }
  .classes .classes__steps > li:nth-child(4)::after {
    content: "";
    background-image: url("../img/sp/snow_classes_img06.png");
    background-size: 100% auto;
    width: 20vw;
    height: 26.667vw;
    position: absolute;
    bottom: -21.333vw;
    left: 6.934vw;
  }
  /**
  * ツアー
  *
  */
  .container-tour {
    padding-top: 20vw;
    background-color: #FEFEF2;
    position: relative;
    padding-bottom: 16vw;
  }
  .container-tour::after {
    content: "";
    display: block;
    background-image: url("../img/sp/snow_cycloid07.png");
    background-size: 100% auto;
    width: 100%;
    height: 10vw;
    position: absolute;
    bottom: -9.6vw;
    z-index: 10;
  }
  .container-tour .top_icon {
    position: absolute;
    bottom: -5.333vw;
    width: 10.667vw;
    margin: 0 auto;
    z-index: 20;
    left: 0;
    right: 0;
    text-align: center;
  }
  .tour {
    background-color: white;
    width: 95.734vw;
    margin: 0 auto;
    /**
    * サブカラー:日数等
    *
    */
    /**
    * サブカラー:実施場所...
    *
    */
    /**
    * フォントの色  スキーレッスン
    *
    */
  }
  .tour .tour__title {
    text-align: center;
    background-color: #FEFEF2;
    padding-bottom: 4.8vw;
  }
  .tour .tour__tab-list {
    display: flex;
    justify-content: space-between;
  }
  .tour .tour__tab-list > li {
    display: block;
    text-align: center;
    width: calc(25% - 0.574vw);
    height: 10.921vw;
    border-radius: 0.8vw 0.8vw 0px 0px;
    color: white;
    font-size: 3.2vw;
    font-weight: bold;
    padding-top: 1.067vw;
    line-height: 1.2;
    letter-spacing: 0.267vw;
  }
  .tour .tour__tab-list > li:nth-child(1) {
    background-color: #B5BF49;
  }
  .tour .tour__tab-list > li:nth-child(2) {
    background-color: #9DC5D5;
  }
  .tour .tour__tab-list > li:nth-child(3) {
    background-color: #4499B3;
  }
  .tour .tour__tab-list > li:nth-child(4) {
    background-color: #AF457E;
  }
  .tour .tour__tab-list > li > button {
    width: 100%;
    height: 100%;
  }
  .tour .tour-article-list > li:not(.current) {
    display: none;
  }
  .tour .tour-article {
    padding-bottom: 5.334vw;
    /**
      * 共通
      *
      */
    /**
      * テーマ
      *
      */
  }
  .tour .tour-article .tour-article__kv {
    padding-top: 4vw;
    padding-bottom: 1.334vw;
    text-align: center;
    margin: 0 auto;
    width: 90.4vw;
  }
  .tour .tour-article .tour-article__kv > img {
    width: 100%;
  }
  .tour .tour-article .tour-article__content {
    width: 90.4vw;
  }
  .tour .tour-article .tour-article__content:nth-of-type(1) {
    margin: 4vw auto 0;
  }
  .tour .tour-article .tour-article__content:nth-of-type(2) {
    margin: 1.6vw auto 0;
  }
  .tour .tour-article .tour-article__title {
    height: 8vw;
    text-align: center;
    line-height: 2.2;
    color: white;
    font-size: 4.267vw;
  }
  .tour .tour-article .tour-article__overview {
    width: 85.334vw;
    margin: 5.334vw auto 0;
  }
  .tour .tour-article .tour-article__overview > ul {
    display: flex;
    flex-direction: column;
  }
  .tour .tour-article .tour-article__overview > ul > li {
    display: block;
  }
  .tour .tour-article .tour-article__overview > ul > li + li {
    margin-top: 4.267vw;
  }
  .tour .tour-article .tour-article__overview > ul > li:nth-child(1) {
    order: 1;
  }
  .tour .tour-article .tour-article__overview > ul > li:nth-child(2) {
    order: 4;
  }
  .tour .tour-article .tour-article__overview > ul > li:nth-child(3) {
    order: 2;
  }
  .tour .tour-article .tour-article__overview > ul > li:nth-child(4) {
    order: 5;
  }
  .tour .tour-article .tour-article__overview > ul > li:nth-child(5) {
    order: 3;
  }
  .tour .tour-article .tour-article__overview > ul > li > h5 {
    height: 6.667vw;
    font-size: 3.2vw;
    line-height: 2.2;
    padding-left: 1.867vw;
    letter-spacing: 0.667vw;
  }
  .tour .tour-article .tour-article__overview > ul > li > p {
    margin-top: 2.134vw;
    padding-left: 2.134vw;
    font-size: 3.2vw;
  }
  .tour .tour-article .tour-article__schedule {
    width: 84.534vw;
    margin: 5.334vw auto 0;
  }
  .tour .tour-article .tour-article__schedule > h5 {
    height: 6.934vw;
    text-align: center;
    font-size: 3.2vw;
    line-height: 2.3;
  }
  .tour .tour-article .tour-article__schedule > ul > li {
    display: flex;
    margin-top: 0.8vw;
  }
  .tour .tour-article .tour-article__schedule > ul > li > .tour-article__day {
    display: inline-block;
    writing-mode: vertical-lr;
    width: 10%;
    text-align: center;
    font-size: 3.2vw;
    letter-spacing: 1.387vw;
    line-height: 2.5;
  }
  .tour .tour-article .tour-article__schedule > ul > li > div {
    width: 90%;
  }
  .tour .tour-article .tour-article__schedule > ul > li > div > p {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .tour .tour-article .tour-article__schedule > ul > li > div > b {
    display: block;
    font-size: 4.267vw;
    letter-spacing: 1px;
  }
  .tour .tour-article .tour-article__schedule > ul > li > div > p, .tour .tour-article .tour-article__schedule > ul > li > div b {
    margin-top: 3.467vw;
    padding-left: 4vw;
  }
  .tour .tour-article .tour-article__schedule > ul > li > div > p:last-child, .tour .tour-article .tour-article__schedule > ul > li > div b:last-child {
    margin-bottom: 4.8vw;
  }
  .tour .tour-article.tour-article--theme-ski {
    border-top: 1.067vw solid #B5BF49;
    border-left: 1px solid #B5BF49;
    border-right: 1px solid #B5BF49;
    border-bottom: 1.067vw solid #B5BF49;
  }
  .tour .tour-article.tour-article--theme-ski .tour-article__title {
    background-color: #B5BF49;
  }
  .tour .tour-article.tour-article--theme-ski .tour-article__overview > ul > li > h5 {
    border-left: 0.8vw solid #B5BF49;
    background-color: #F8F9ED;
  }
  .tour .tour-article.tour-article--theme-ski .tour-article__schedule > h5 {
    background-color: #DADFA4;
  }
  .tour .tour-article.tour-article--theme-ski .tour-article__schedule > ul > li > .tour-article__day {
    background-color: #DADFA4;
  }
  .tour .tour-article.tour-article--theme-ski .tour-article__schedule > ul > li > div > b {
    color: #327342;
  }
  .tour .tour-article.tour-article--theme-ski .tour-article__schedule > ul > li > div {
    background-color: #F8F9ED;
    border-right: #DADFA4 solid 0.534vw;
  }
  .tour .tour-article.tour-article--theme-expert {
    border-top: 1.067vw solid #9DC5D5;
    border-left: 1px solid #9DC5D5;
    border-right: 1px solid #9DC5D5;
    border-bottom: 1.067vw solid #9DC5D5;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__title {
    background-color: #9DC5D5;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__overview > ul > li > h5 {
    border-left: 0.8vw solid #9DC5D5;
    background-color: #F5F9FB;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__schedule > h5 {
    background-color: #CEE2EA;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__schedule > ul > li > .tour-article__day {
    background-color: #CEE2EA;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__schedule > ul > li > div > b {
    color: #5EA4BA;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__schedule > ul > li > div {
    background-color: #F5F9FB;
    border-right: #CEE2EA solid 0.534vw;
  }
  .tour .tour-article.tour-article--theme-ski-yuki {
    border-top: 1.067vw solid #4499B3;
    border-left: 1px solid #4499B3;
    border-right: 1px solid #4499B3;
    border-bottom: 1.067vw solid #4499B3;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__title {
    background-color: #4499B3;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__overview > ul > li > h5 {
    border-left: 0.8vw solid #4499B3;
    background-color: #ECF5F7;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__schedule > h5 {
    background-color: #A1CCD9;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__schedule > ul > li > .tour-article__day {
    background-color: #A1CCD9;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__schedule > ul > li > div > b {
    color: #4499B3;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__schedule > ul > li > div {
    background-color: #ECF5F7;
    border-right: #A1CCD9 solid 0.534vw;
  }
  .tour .tour-article.tour-article--theme-family {
    border-top: 1.067vw solid #AF457E;
    border-left: 1px solid #AF457E;
    border-right: 1px solid #AF457E;
    border-bottom: 1.067vw solid #AF457E;
  }
  .tour .tour-article.tour-article--theme-family .tour-article__title {
    background-color: #AF457E;
  }
  .tour .tour-article.tour-article--theme-family .tour-article__overview > ul > li > h5 {
    border-left: 0.8vw solid #AF457E;
    background-color: #F7ECF2;
  }
  .tour .tour-article.tour-article--theme-family .tour-article__schedule > h5 {
    background-color: #D7A2BE;
  }
  .tour .tour-article.tour-article--theme-family .tour-article__schedule > ul > li > .tour-article__day {
    background-color: #D7A2BE;
  }
  .tour .tour-article.tour-article--theme-family .tour-article__schedule > ul > li > div > b {
    color: #AF457E;
  }
  .tour .tour-article.tour-article--theme-family .tour-article__schedule > ul > li > div {
    background-color: #F7ECF2;
    border-right: #D7A2BE solid 0.534vw;
  }
  .tour .tour-article.tour-article--theme-expert .tour-article__kv {
    margin-top: 1.6vw;
    padding-left: 5.334vw;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__kv {
    margin-top: 1.334vw;
  }
  .tour .tour-article.tour-article--theme-ski-yuki .tour-article__content:nth-of-type(2) {
    display: flex;
    flex-direction: column;
  }
  .q-and-a {
    background-color: #FCFAFB;
    position: relative;
    padding-bottom: 14.667vw;
  }
  .q-and-a .top_icon {
    position: absolute;
    bottom: -5.333vw;
    width: 10.667vw;
    margin: 0 auto;
    z-index: 20;
    left: 0;
    right: 0;
    text-align: center;
  }
  .q-and-a::after {
    content: "";
    display: block;
    background-image: url("../img/sp/snow_cycloid08.png");
    background-size: 100% auto;
    width: 100%;
    height: 10vw;
    position: absolute;
    bottom: -9.6vw;
    z-index: 10;
  }
  .q-and-a .q-and-a__title {
    margin-top: 20.8vw;
    margin-bottom: 5.334vw;
  }
  .q-and-a .q-and-a__wrapper {
    width: 90.4vw;
    margin: 0 auto;
  }
  .q-and-a .q-and-a__list input {
    display: none;
  }
  .q-and-a .q-and-a__list > li {
    display: block;
    margin-bottom: 1.067vw;
  }
  .q-and-a .q-and-a__list > li > h4 {
    position: relative;
  }
  .q-and-a .q-and-a__list > li > h4:not(.active) {
    position: relative;
  }
  .q-and-a .q-and-a__list > li > h4:not(.active)::before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    top: calc(50% - 2.667vw);
    right: calc(2.134vw);
    border-bottom: 0.534vw solid #9E004D;
    border-right: 0.534vw solid #9E004D;
    transform: rotate(45deg);
  }
  .q-and-a .q-and-a__list > li > h4.active {
    position: relative;
  }
  .q-and-a .q-and-a__list > li > h4.active::before {
    content: "";
    display: block;
    width: 4.534vw;
    height: 0.534vw;
    background-color: #9E004D;
    top: calc(50% - 0.534vw/2);
    transform: rotate(45deg);
    right: 1.067vw;
    position: absolute;
  }
  .q-and-a .q-and-a__list > li > h4.active::after {
    content: "";
    display: block;
    width: 4.534vw;
    height: 0.534vw;
    background-color: #9E004D;
    top: calc(50% - 0.534vw/2);
    transform: rotate(-45deg);
    right: 1.067vw;
    position: absolute;
  }
  .q-and-a .q-and-a__list > li > h4 > .q-and-a__toggle-btn {
    width: 100%;
    padding: 2.134vw;
    font-size: 4.267vw;
    background-color: #E2B2CA;
    color: #9E004D;
    padding-left: 1.867vw;
    display: flex;
    text-align: left;
    letter-spacing: -0.053vw;
  }
  .q-and-a .q-and-a__list > li > h4 > .q-and-a__toggle-btn > label {
    display: block;
    width: 100%;
    height: 100%;
  }
  .q-and-a .q-and-a__list > li > h4 > .q-and-a__toggle-btn::before {
    content: "Q.";
    display: block;
  }
  .q-and-a .q-and-a__answer {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }
  .q-and-a input:checked ~ .q-and-a__answer {
    height: auto;
    padding: auto;
    opacity: 1;
    margin-top: 3.2vw;
    padding-bottom: 7.467vw;
  }
  .q-and-a input:checked ~ .q-and-a__answer > p {
    font-size: 4.267vw;
    display: flex;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  .q-and-a input:checked ~ .q-and-a__answer > p::before {
    content: "A.";
    color: #9E004D;
    font-size: 4.267vw;
    display: block;
    padding: 0 1.6vw 0 3.2vw;
  }
  .q-and-a .q-and-a__close-btn {
    text-align: center;
    margin-top: 6.667vw;
  }
  .q-and-a .q-and-a__close-btn > button {
    position: relative;
    border-radius: 1.254vw;
    width: 45.334vw;
    height: 9.6vw;
    background-color: #9E004D;
    color: white;
    font-size: 4.267vw;
    font-weight: bold;
  }
  .q-and-a .q-and-a__close-btn > button::before {
    content: "";
    display: block;
    width: 4.534vw;
    height: 0.534vw;
    background-color: white;
    top: calc(50% - 0.534vw/2);
    transform: rotate(45deg);
    right: 2.667vw;
    position: absolute;
  }
  .q-and-a .q-and-a__close-btn > button::after {
    content: "";
    display: block;
    width: 4.534vw;
    height: 0.534vw;
    background-color: white;
    top: calc(50% - 0.534vw/2);
    transform: rotate(-45deg);
    right: 2.667vw;
    position: absolute;
  }
  .q-and-a .q-and-a__close-btn > button > label {
    display: block;
    line-height: 2.4;
    width: 100%;
    height: 100%;
  }
  .search {
    background-color: #F7FBFE;
    padding-top: 8vw;
  }
  .search a {
    display: block;
    padding: 11.2vw 0;
    width: 90.4vw;
    margin: 0 auto;
  }
  .search img {
    width: 100%;
  }
  footer {
    background-color: gray;
  }
  footer .footer_txt > p:nth-child(1) {
    font-size: 4.267vw;
    padding: 3.467vw 0 2.134vw;
    text-align: center;
    line-height: 1.7;
    background-color: #E6E6E6;
  }
  footer .footer_txt > p:nth-child(1) > a {
    color: #060001;
    text-decoration: none;
    letter-spacing: 0.214vw;
  }
  footer .footer_txt > p:nth-child(1) > a:nth-of-type(1) {
    padding-right: 1.067vw;
  }
  footer .footer_txt > p:nth-child(2) {
    display: block;
    text-align: center;
    color: white;
    background-color: #5E91BE;
    font-size: 4.267vw;
    height: 13.867vw;
    line-height: 3.5;
    letter-spacing: 0.134vw;
  }
  footer .footer_txt > p:nth-child(2) small {
    display: inline-block;
    font-size: 2.667vw;
    padding-bottom: 0.8vw;
    vertical-align: middle;
  }
}
