@charset "utf-8";
body {
    background: url("../images/sw/sw_bg.png");
}
.btn.sw_b_black {
    background: #000;
}
.btn.sw_b_black a {
    color: #f8e348;
}
.btn.sw_b_white {
    background: #fff;
}
.btn.sw_b_yellow {
    background: #f8e348;
}
.btn.sw_b_white a, .btn.sw_b_yellow a {
    color: #000;
}
.btn.sw_onborder a {
    border: #000 solid 4px;
    box-sizing: border-box;
    border-radius: 1000px;
}
.steam_grey {
    width: 9.75%;
    position: absolute;
}
.steam_yellow {
    width: 12.583333333%;
    position: absolute;
}
.about_img01 {
    top: 0;
    margin-top: -6.145833333%;
    margin-left: 1.25%;
}
.about_img02 {
    bottom: 0;
    right: 0;
    margin-bottom: -3.854166666%;
}
.footer_img01 {
    bottom: 0;
    left: 0;
    margin-bottom: -4.166666666%;
}
.item_buy button {
    color: #f8e348;
    background: #000;
    border: #000 solid 4px;
    box-sizing: border-box;
    transition: .2s;
}
.item_buy button:hover {
    opacity: 0.5;
}
.other_item .swiper-pagination-bullet {
    background: #ffe94a;
}
.other_item .swiper-pagination-bullet-active {
    background: #000;
}
footer.sauna_footer {
    background: #000;
    color: #fff;
}
@media screen and (max-width:1067px) {
    body {
        background-size: 46.860356138%;
    }
}
@media screen and (max-width:767px) {
    .btn.sw_onborder a, .item_buy button {
        border: #000 solid 2px;
    }
}


#sw_offical p {
    position: relative;
    z-index: 1;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 8.542%;
}
#sw_offical a::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto 0;
    transition: .5s;
}
#sw_offical a {
    position: relative;
    color: #000;
    padding: 30px 50px 30px 0;
    text-align: center;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    transition: .5s;
    border: 1px solid #000;
    font-size: 20px;
    background: rgba(255,255,255,0.2);
}
#sw_offical a:hover {
    background: #ccc;
    color: #666;
}
#sw_offical a:hover::after {
    border-top: 2px solid #888;
    border-right: 2px solid #888;
}

@media screen and (max-width:767px) {
    #sw_offical p {
        width: 100%;
        padding-bottom: 40px;
    }
    #sw_offical a {
        padding: 20px 30px 20px 15px;
        font-size: 12px;
    }
    #sw_offical a::after {
        width: 10px;
        height: 10px;
        border-top: 1px solid #888;
        border-right: 1px solid #888;
        right: 15px;
    }
    #sw_offical a:hover::after {
        border-top: 1px solid #888;
        border-right: 1px solid #888;
    }
}