@charset "UTF-8";
.spbr{
    display: none;
}
.pcbr{
    display: block;
}
.section_title{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-darkgray);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 3rem;
    font-weight: 600;
}
.snowicon{
    max-width: 43px;
    margin:0px 2px;
}
.parallax{
    width: 100%;
    height: 502px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 767px) {
    .pcbr{
        display: none;
    }
    .spbr{
        display: block;
    }
    .section_title{
        font-size: 2rem;
    }
    .snowicon{
        max-width: 25px;
    }
    .parallax{
        height: 300px;
    }
}
/* ==================================
fv
=====================================*/
.hidden-image{
    display: none;
}
.article__header{
    position: relative;
    padding-bottom: 160px;
}
.ah_topbox{
    background-image: url(../images/snowtown_PC.png);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.topbox{
    top:40% ;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.title_big{
    color: var(--primary-darkgray);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 4rem;
    font-weight: 700;
}
.title_sub{
    display: block;
    justify-content: center;
    color: var(--primary-darkgray);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 1.6rem;
    margin-top: 8px;
}
.title_txt{
    color: var(--primary-darkgray);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    line-height: 2;
}
.title_txt:last-of-type{
    margin-top: 40px;
}
.txt_box{
    margin-top: 56px;
    margin-bottom: 71px;
}
.scrolldown1{
    position:absolute;
	right: 50%;
	bottom:20px;
	height:50px;
}
.scrolldown1 span{
	position: absolute;
	left:-17px;
	top: -15px;
	color:var(--primary-darkgray);
	font-size: 1.2rem;
	letter-spacing: 0.07em;
}
.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 50px;
	background:var(--primary-darkgray);
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

@media screen and (max-width: 767px) {
    .article__header{
        background-image: url(../images/snowtown_SP.png);
    }
    .topbox{
        top:35% ;
        width: 100vw;
    }
    .title_big{
        font-size: 2.4rem;
    }
    .title_sub{
        font-size: 1.4rem;
    }
    .title_txt:last-of-type{
        margin-top: 40px;
    }
    .txt_box{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .scrolldown1{
        bottom:50px;
        height:30px;
    }
    .scrolldown1 span{
        font-size: 1rem;
    }
    .scrolldown1::after{
        height: 30px;
    }
}
/* ==================================
snowtowncoffee
=====================================*/
#snowtowncoffee{
    background-color: var(--primary-white);
    padding-top: 120px ;
    padding-bottom: 120px;
    position: relative;
}
.section--snowtowncoffee{
    display: flex;
    justify-content: center;
}
.snowtowncoffee_contents{
    max-width: 1440px;
    padding: 0px 10%;
    position: relative;
}
.stc_txtbox{
    margin-top: 40px;
    margin-bottom:90px ;
}
.stc_txt{
    color: var(--primary-darkgray);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 30px;
}
.snowflake{
    background-image: url(../images/snow\ flake_PC.png);
    height: 500px;
}
.kirakirasnow1{
    display: none;
}
.snow_window1{
    position: absolute;
    width: 22%;
    left: 50%;
    transform:translateX(-50%); 
    bottom: 220px;
}
.swiper{
    display: flex;
    overflow: hidden;
}
.swiper-slide {
    opacity: .4; /* 左右のスライドを薄くする */
    transform: scale(.8); /* 左右のスライドを小さくする */
    transition: .7s; /* ゆっくり小さくさせる */
}
.swiper-slide-active{
    opacity: 1;
    transform: scale(1); 
}
.swiper_infobox{
    opacity: 0;
}
.swiper-slide-active .swiper_infobox{
    opacity: 1;
}
.swiper-wrapper{
    display: flex;
    align-items: baseline;
}
.item_title{
    color: var(--primary-darkgray);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 2rem;
    font-weight: 600;
    margin: 20px 0px;
}
.item_title span{
    color: var(--primary-darkgray);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 1.6rem;
}
.normaltxt{
    color: var(--primary-darkgray);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    margin-bottom: 24px;
    line-height: 1.5;
}
.buy_btn{
    height: 55px;
    border-radius: 100px;
    background: var(--primary-blue);
    display: flex;
    padding: 15px 25px 15px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 160px;
    margin: 0 auto;
    color:var(--primary-white);
    font-family: "Shippori Mincho";
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    position: relative;
}
.buy_btn img{
    width: 20px;
    height: 20px;
}
.buy_btn::before{
    content: '';
	position: absolute;
	top: 0;
	left: -75%;
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}
.buy_btn:hover::before {
	animation: shine 0.7s;
}
.swiper-button-prev{
    height: 50px;
    width: 50px;
    background-image: url(../images/arrow_left.png);
    cursor: pointer;
    position: absolute;
    left: 5px;
    bottom: 300px;
}
.swiper-button-next{
    height: 50px;
    width: 50px;
    background-image: url(../images/arrow_right.png);
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: 300px;
}

@media screen and (max-width: 767px) {
    #snowtowncoffee{
        padding-top: 40px ;
        padding-bottom: 40px;
    }
    .snowtowncoffee_contents{
        max-width: 375px;
        padding: 0px 7%;
    }
    .kirakirasnow1{
        display: block;
        position: absolute;
        bottom: 190px;
        height: 200px;
    }
    .snow_window1{
        display: none;
    }
    .swiper-slide{
        display: flex;
        flex-direction: column;
    }
    .product_img{
        width: 130px;
        height: 130px;
        display: block;
        margin: 0 auto;
    }
    .stc_txtbox{
        margin-top: 40px;
        margin-bottom:60px ;
    }
    .item_title{
        font-size: 1.6rem;
        margin: 25px 0px 8px 0px;
    }
    .item_title span{
        font-size: 1.3rem;
    }
    .normaltxt{
        color: var(--primary-darkgray);
        text-align: center;
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        margin-bottom: 24px;
        line-height: 1.5;
    }
    .snowflake{
        background-image: url(../images/snowflake_SP.png);
        height: 300px;
    }
    .swiper-button-prev{
        height: 16px;
        width: 16px;
        left: 30px;
        background-size: cover;
        bottom: 250px;
    }
    .swiper-button-next{
        height: 16px;
        width: 16px;
        background-size: cover;
        right: 30px;
        bottom: 250px;
    }
}
/* ==================================
snowtownbrend
=====================================*/
#snowtownbrend{
    background-color: var(--primary-white);
    padding-top: 120px;
    padding-bottom:120px ;
    position: relative;
}
.kirakirasnow2{
    display: none;
}
.section--snowtownbrend{
    display: flex;
    justify-content: center;
}
.snowtownbrend_contents{
    max-width: 1440px;
    padding: 0px 13%;
    position: relative;
}
.stb_txtbox{
    margin-top: 40px;
    margin-bottom:90px ;
}
.stb_txt{
    color: var(--primary-darkgray);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 30px;
}
.snowmocomoco{
    background-image: url(../images/mocomoco_PC.png);
    height: 500px;
}
.snow_window2{
    position: absolute;
    width: 22%;
    left: 50%;
    transform:translateX(-50%); 
    bottom: 220px;

}
@media screen and (max-width: 767px) {
    #snowtownbrend{
        padding-top: 40px;
        padding-bottom:40px ;
    }
    .kirakirasnow2{
        display: block;
        position: absolute;
        bottom: 210px;
        height: 200px;
    }
    .snowtownbrend_contents{
        max-width: 375px;
        padding: 0px 7%;
    }
    .snow_window2{
        display: none;
    }
    .stb_txtbox{
        margin-top: 40px;
        margin-bottom:60px ;
    }
    .snowmocomoco{
        background-image: url(../images/mocomoco_SP.png);
        height: 300px;
    }
}
/* ==================================
yukimuro
=====================================*/
#yukimuro{
    padding-top: 120px;
    padding-bottom: 200px;
    background-color: var(--primary-white);
}
.yuki_box{
    display: flex;
    justify-content: center;
    margin-top: 90px;
}
.yuki_txt{
    color: var(--primary-darkgray);
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    line-height: 2.2;
    gap: 40px;
}
.txt_span{
    margin-top: 30px;
}
.muro{
    max-width: 305px;
}
.numata{
    max-width: 400px;
}
.yuki_product{
    max-width: 326px;
}
.yuki_content1{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 42px;
}
.yuki_content2{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 13px;
}
.yuki_content3{
    display: flex;
    align-items: center;
    gap: 150px;
}
.snowtree{
    background-image: url(../images/whitetree_PC.png);
    height: 950px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    #yukimuro{
        padding-top: 40px;
        padding-bottom: 120px;
    }
    .yuki_box{
        margin-top: 40px;
    }
    .yuki_txt{
        margin-left: 35px;
        margin-bottom: 20px;
    }
    .txt_span{
        margin-top: 30px;
    }
    .muro{
        max-width: none;
        width: 100vw;
    }
    .numata{
        max-width: none;
        width: 100vw;
    }
    .yuki_product{
        max-width: none;
        width: 100vw;
    }
    .yuki_content1{
        display: block;
        margin-bottom: 40px;
    }
    .yuki_content2{
        display: block;
        margin-bottom: 40px;
    }
    .yuki_content3{
        display: block;
    }
    .snowtree{
        background-image: url(../images/whitetree_SP.png);
        height: 515px;
    }
}

