@charset "UTF-8";

.pc_no {
    display: none;
}

.content {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

/*ご購入はこちら共通*/
.cv_bt {
    width: 50%;
    display: block;
    font-size:min(1.4vw,1.2rem);
    line-height: 1.2vw;
    color: #fff;
    background: #002d4e;
    text-align: center;
    padding: 0.8vw 0;
    box-sizing: border-box;
    position: relative;
    transition: all 0.2s ease-in;
}

.cv_bt::after {
    content: "";
    background: url(../img/arrow_white.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width:min(3vw,28px);
    height: min(1vw,20px);
    display: block;
    position: absolute;
    top: 0.9vw;
    right: 0.8vw;
    transition: all 0.2s ease-in;
}


.cv_bt:hover {opacity: 0.6;}
.cv_bt:hover::after {transform: translateX(5px);}




.top_main_bg {
    width: 100%;
    height: min(50vw, 730px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url(../img/top_bg_blue.png), url(../img/top_bg_white.png), url(../img/top_bg.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: bottom center, left bottom, right top, center;
    background-size: 100% 30%, 190px, 50vw 100vh, cover;
    position: relative;
    margin: 0 0 60px 0;
}



/*ロゴ*/
.top_logo {
    width: 326px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
}

.top_logo li {
    width: 45%;
}



/*TOPメイン全体*/
.top_box {
    width: 90%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;

}

.top_item {
    width: 45%;
}


.top_item .catch {
    color: #002d4e;
    display: block;
    position: absolute;
    top: 8vw;
    left: min(20vw, 300px);
    font-size:min(1.8vw,1.6rem);
    line-height: 2.2rem;
    text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px,
        #fff 1px -1px 2px, #fff -1px -1px 2px;
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
}

.top_item .name {
    position: absolute;
    color: #002d4e;
    bottom: 0vw;
    left: -3vw;
    font-size:min(7vw,8rem);
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

/*道民限定*/
.hayawari .limit {
    display: block;
    width: 350px;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 30px 0px 30px;
    background: #ff0000;
    position: relative;
    font-size:min(1.8vw,1.5rem);
    letter-spacing: 0.05rem;
    color: #ffff00;
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
}

.hayawari .limit::after {
    content: "";
    background: url(../img/icon_hokkaido.png)no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 90px;
    height: 60px;
    position: absolute;
    bottom: -10px;
    right: -40px;
}

.hayawari h1 {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 15px;
    border-left: 10px solid #002d4e;
    color: #002d4e;
    font-size:min(5vw,6rem);
    line-height:min(5vw,6rem);
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
    margin: 30px 0 0 0;
}

.hayawari h1 span:nth-child(1) {
    font-size:min(2vw,1.8rem);
    line-height: 2rem;
    display: block;
}

.hayawari h1 span.yellow {
    color: #f9cb38;
    font-size:min(1.5vw,1.4rem);
    display: inline-block;
}

.price {
    align-items: center;
    margin: 10px 0;
}

.price div:nth-child(1) {
    width: 23%;
}

.price div:nth-child(2) {
    width: 75%
}


/*通常28,800*/
.price div:nth-child(2) del {
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
    font-size:min(1.2vw,1.4rem);
}

.price div:nth-child(2) del span {
    font-size:min(1.5vw,1.8rem);
    font-family: 'Oswald', sans-serif;
}

/*大人22,000*/
.price div:nth-child(2) p.value {
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
    margin: 1.5vw 0 0 0;
}

.price div:nth-child(2) p.value span:nth-child(1) {
    border: solid 1px #002d4e;
    background: #fff;
    padding: 2px;
    font-size:min(1.5vw,1.8rem);
    vertical-align: 3px;
    margin: 0 10px 0 0;
}

.price div:nth-child(2) p.value span:nth-child(2) {
    font-size:min(2vw,2.6rem);
}

.price div:nth-child(2) p.value span:nth-child(3) {
    font-size:min(6.5vw,7rem);
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.price div:nth-child(2) p.value span:nth-child(4) {
    font-size:min(1vw,1.2rem);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: -10px;
}


/*お得*/
.price div:nth-child(2) p.otoku {
    width: 100%;
    height:min(2vw,50px);
    box-sizing: border-box;
    display: block;
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
    background: #f9cb38;
    text-align: center;
    font-size:min(1.4vw,1.8rem);
    font-weight: 500;
    line-height:min(2vw,3rem);
    margin: 5px 0 0 0;
    position: relative;
}

.price div:nth-child(2) p.otoku span:nth-child(2){
    font-size:min(1.8vw,2.2rem);
    font-family: 'Oswald', sans-serif;
}

.price div:nth-child(2) p.otoku::after {
    content: "";
    position: absolute;
    right: -16.5%;
    top: 0;
    display: block;
    background: #f9cb38;
    width: 16.5%;
    height:min(2vw,50px);
}

.hayawari ul.caution {
    font-size:min(1vw,1rem);
    margin: 0 0 15px 0;
}


/*販売終了*/
.term {
    display: block;
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
    font-size:min(1.5vw,1.8rem);
    color: #002d4e;
    background: #fff;
    text-align: center;
    margin: 0 0 15px 0;
}

/*ご購入はこちら*/
.top_box .cv_bt {
    float: right;
}





/*スノースクール*/
.school .common_box{
    padding: 3.5% 0% 3.5% 3.5%;
    margin: 0 0 160px 0;
}

.school .common_box::after{
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    right: -50%;
    width: 50%;
    height: 100%;
    background: #f2f2f2;
}


.school_img {
    position: absolute;
    top: -4vw;
    right: 0vw;
    width:45%;
    height: 290px;
    object-fit: contain;
    z-index: 10;
}

.school_img img {
    width: 100%;
}

.school_img .img_item {
    position: relative;
    width: 100%;
}

/*オンライン予約*/
.school_img .online {
    width: min(10vw,150px);
    position: absolute;
    top: 10px;
    left: -90px;
    transform-origin: center;
}


/*レンタル*/
.rental .common_box {
    padding: 3.5%;
    float: right;
    margin: 0 0 200px 0;
}

.rental .common_box::after{
    content: "";
    display: block;
    position: absolute;
    top: 0%;
    left: -50%;
    width: 50%;
    height: 100%;
    background: #f2f2f2;
}


.rental_img {
    position: absolute;
    top: -60px;
    left: 0vw;
    width: 45%;
    object-fit: contain;
    z-index: 10;
}


.rental_img .img_item {
    position: relative;
    width: 100%;
    height:min(37vw,550px);
}

.rental_img img:nth-child(1) {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 35px;
}

.rental_img img:nth-child(2) {
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0px;
}

/*オンライン予約*/
.rental_img .online {
    width: min(10vw,150px);
    position: absolute;
    top: -15px;
    right: -112%;
    transform-origin: center;
}

/*オンライン予約*/
.school_img .online {
    width: min(10vw,150px);
    position: absolute;
    top: 10px;
    left: -90px;
    transform-origin: center;
}



/*共通*/
.common_box {
    width: 52%;
    margin: 30px 0 120px 0;
    background: #f2f2f2;
    box-sizing: border-box;
    position: relative;
}

.common_content {
    width: 100%;
}

.common_content p.stepup {
    position: absolute;
    top: -20px;
    display: inline-block;
    font-size:min(1.4vw,1.2rem);
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';
    line-height:min(1vw,1rem);
    color: #002d4e;
    background: #fff;
    border: 2px solid #002d4e;
    text-align: center;
    margin: 0px 0 15px 0;
    padding: 10px 20px;
}

.common_content h2 {
    font-size: min(3.2vw, 3.4rem);
    line-height: min(3.2vw, 3rem);
    color: #002d4e;
    font-family: 'Oswald', sans-serif;
}

.common_content h2 span {
    display: block;
    font-size: min(1.3vw, 1.5rem);
    font-family: 'Shuei KakuGo Gin B', 'sans-serif';

}

.common_content p.txt {
    font-size:min(1.3vw,1rem);
    margin: 0 0 15px 0;
}

.common_content p.caution {
    font-size:min(1vw,0.9rem);
    margin: 0 0 15px 0;
}






/*フッター*/
footer {
    width: 100%;
    background: url(../img/footer_bg_white.png), url(../img/footer_bg_blue.png), url(../img/footer_bg.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, right bottom, center;
    background-size: 50vw 100%, 126px 100%, cover;
    padding: 0 0 60px 0;
/* 販売終了用 */
    margin-top: auto;
}


footer .top {
    display: block;
    width: 60px;
    height: 60px;
    background: #f9cb38;
    position: absolute;
    bottom: 0px;
    right: 0;
    box-sizing: border-box;
    text-align: center;
}

footer .top img {
    width: 27px;
    padding: 20px 0;
}


footer .logo {
    width: 256px;
    display: block;
    margin: 0 0 30px 0;
}

footer h2 {
    display: inline-block;
    font-size: 1.5vw;
    margin: 0 15px 0 0;
}

footer .content ul.pc_sns {
    width: 200px;
    display: inline-block;
}

footer .content ul.pc_sns li {
    width: 21px;
    display: inline-block;
    vertical-align: 2px;
}


footer .content .contact a{
    display: inline-block;
    vertical-align: middle;
}

footer .content .contact a.tel {
    display: inline-block;
    font-size: 2.8rem;
    font-family: 'Oswald', sans-serif;
    color: #002d4e;
    margin: 0 15px 0 0 ;
}

footer .content .contact a:nth-child(3) {
    width: 200px;
    margin: 0 15px 0 0 ;
    display: inline-block;
    vertical-align: middle;
}

footer .content .contact a:nth-child(4) {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
}


small {
    width: 100%;
    padding: 15px 0;
    font-size: 0.8vw;
    display: block;
    text-align: center;
    color: #fff;
    background: #002d4e;
}