@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/*==================================================

リセットCSS

===================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 62.5%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*==================================================

コンテンツ

===================================================*/
html{
    font-size: 62.5%;
}
body{
	font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	line-height: 1.6;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	color: #000;
	overflow-x: hidden;
}
a{
    text-decoration: none;
    cursor: pointer;
	transition: 0.3s;
    color: #484848;
}
a:hover{
    opacity: 0.7;
}
.font{
	font-family: "Outfit", "Noto Sans JP", sans-serif;
}
.serif{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.pc{
    display:block;
}
.sp{
    display:none;
}
.flex{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:  space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yuki{
    position: absolute;
    z-index: 1;
}
.present{
    
}
main{
	position: relative;
}
.sec .wide{
    width: 100%;
}
.inner{
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    z-index: 2;
}
.center{
	text-align: center;
}
/*こいつがすべてをぶち壊す（怒）
:before,:after{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}*/
.menu a{
    width: 23%;
    margin-bottom: 13px;
}
.menu{
    margin: 80px 0 50px;
}
.menu a img{
    width: 100%;
}
main{
    background: #EEE9DD;
    padding-bottom: 60px;
}
main h2{
    text-align: center;
    display: block;
    margin: 0 auto;
}
main .product h3{
    font-size: 2.5rem;
    color: #2B583F;
    font-weight: 500;
}
main .price{
    font-size: 3rem;
    color: #AF0F0F;
    font-weight: 500;
}
main .price span{
    font-size: 1.5rem;
    font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
}
main .more{
    color: #3C5B4A;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 10px;
    position: relative;
    border-radius: 90px;
    border: 1px solid #3C5B4A;
    width: 233px;
    display: block;
}
main .more:after{
    content: "";
    background-image: url("../../img/arrow_1.png");
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translate(0%, -50%);
    left: unset;
    background-repeat: no-repeat;
    transition: 0.3s;
}
main .more:hover{
    background: #d1d8cf;
    opacity: 1;
}
main .mv{
    text-align: center;
    position: relative;
    z-index: 2;
}
main .mv h1{
    padding-top: 100px;
    padding-bottom: 45px;
    display:inline-block;
}
main .mv .read{
    font-size: 2rem;
    line-height: 2.8;
    font-weight: 400;
    color: #484848;
}
main .yuki1{
    top: 70px;
    left: 0;    
}
main .yuki2{
    top: 70px;
    right: -56px;  
}
main .wt_bg{
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px;
}
main .product{
    margin: 37px 0;
    align-items: center;
}
main .wt_bg h2{
    margin-top: -94px;
    display: table;
}
main .product img{
    margin-left: -130px;
    margin-right: 40px;
}
main .product .txt{
    flex: 1;
}
main .sec1{
    margin-top: 111px;
}
main .product .honbun{
    font-weight: 400;
    margin-top: 14px;
    line-height: 1.9;
}
main .product .more{
    margin-top: 32px;
}
main .product.row{
    flex-direction: row-reverse;   
}
main .product.row img{
    margin-right: -130px;
    margin-left: 40px;
}
main .red_bg .flex{
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 36px;
    color: #fff;
}
main .red_bg .flex .box{
    width: 31%;
    color: #fff;
}
main .red_bg .flex .box img{
    width:100%;
}
main .red_bg .flex .box:nth-child(2){
    margin-top: 60px;
}
main .red_bg{
    background: #851514;
    z-index: 1;
    position: relative;
    margin-top: -180px;
    padding-bottom: 56px;
    padding-top: 216px;
}
main .red_bg .honbun{
    font-weight: 400;
    margin-top: 14px;   
}
main .sec3{
    margin-top: 137px;
}
main .yuki3{
    bottom: 50px;
    left: 50px;    
}
main .yuki4{
    top: 130px;
    right: -30px;   
}
main .present1{
    bottom: -100px;
    position: absolute;
    right: 40px;
    z-index: 1;
}
main .present2{
    bottom: -100px;
    position: absolute;
    left: 40px;
    z-index: 1;
}
main .sec{
    position: relative;
}
main .yuki5{
    top: 70px;
    left: -10px;
}
main .yuki6{
    top: 250px;
    right: -20px;
}
main .yuki7{
    top: 90px;
    left: -37px;
}
main .yuki8{
    bottom: 60px;
    right: 70px;
}
main .plsone{
    max-width: 914px;
    width: 90%;
    background: #fff;
    border-radius: 10px;
    margin: 60px auto;
    padding: 30px 30px 10px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
main .plsone .main{
    margin-left: 50px;
    max-width: 350px;
}
main .plsone .more{
    margin-top: 30px;
}
main .last_btn{
    max-width: 754px;
    width: 90%;
    margin: 0 auto;    
} 
main .last_btn a{
    background: #3C5B4A;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 400;
    width: 48%;
    border-radius: 90px;
    padding: 15px 0;
    position: relative;
}
main .last_btn a:after{
    content: "";
    background-image: url("../../img/arrow_wt.png");
    width: 10px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translate(0%, -50%);
    left: unset;
    background-repeat: no-repeat;
    transition: 0.3s;
}











@media screen and (max-width:768px) {
    body{
        overflow: auto;
    }
	main{
        position: relative;
        overflow-x: hidden;
        padding-bottom: 5%;
	}
	.pc{
		display: none;
	}
	.sp{
		display:block;
	}
	.inner{
		width: 90%;
		max-width: 90%;
	}
	.flex{
		display: block;
	}
    .sec{
        margin: 15% auto;
    }
    main .read p{
        font-size: 1.6rem;
        line-height: 2;
    }
    main .yuki{
        width: 15%;
    }
    .sec .menu{
        margin-top: 10%;
        margin-bottom: 8%;
    }
    .sec .menu .flex{
        display: flex;
    }
    .sec .menu a{
        width: 48%;
        margin-bottom: -1px;
    }
    main .mv h1 img{
        width: 100%;

    }
    main .wt_bg h2 img{
        width: 100%;
    }
    main .product img,main .product.row img{
        margin: 0 auto 5%;
        width: 100%;   
    }
    main .red_bg .flex .box{
        width: 70%;
        margin: 0 auto 8%;
    }
    main .red_bg .flex .box:nth-child(2){
        margin-top: 0px;
    }
    main .plsone{
        display: flex;
        flex-flow: column-reverse;
        flex-wrap: wrap;
        padding: 7%;
        margin-bottom: 10%;
    }
    main .plsone .ttl{
        width: 100%;
    }
    main .plsone .main{
        width: 100%;
        margin: 0;
    }
    main .last_btn a{
        display: block;
        width: 100%;
        margin-bottom: 5%;
    }
    main .yuki{
        width: 60%;
    }
    main .yuki1{
        left: -65px;
        width: 46%;
        top: 236px;
    }
    main .yuki2{
        right: -110px;
        width: 60%;
        top: 40px;
    }
    main .yuki3{
        display: none;
    }
    main .yuki4{
        display: none;
    }
    main .yuki5{
        top: -60px;
        left: -34px;
        width: 30%;
    }
    main .yuki6{
        top: 250px;
        right: -44px;
    }
    main .yuki7{
       display: none;
    }
    main .yuki8{
        display: none;
    }
    main .mv .read{
        font-size: 1.5rem;
        text-shadow:
        0 0 1px rgba(238, 233, 221, 1),
        0 0 2px rgba(238, 233, 221, 1),
        0 0 3px rgba(238, 233, 221, 1),
        0 0 4px rgba(238, 233, 221, 1),
        0 0 5px rgba(238, 233, 221, 1),
        0 0 6px rgba(238, 233, 221, 1),
        0 0 7px rgba(238, 233, 221, 1),
        0 0 8px rgba(238, 233, 221, 1),
        0 0 9px rgba(238, 233, 221, 1),
        0 0 10px rgba(238, 233, 221, 1);
    }
    main .mv{
        width: 90%;
        margin: -0 auto;   
    }
    main .mv h1{
        padding-top: 20%;
        padding-bottom: 8%;  
    }
    .menu{
        margin: 10% 0;
    }
    main .menu .flex{
        display: flex;
    }
    main .menu .flex a{
        width: 48%;
        margin-bottom: 6px;
    }
    main .sec1{
        margin-top: 63px;
    }
    main .wt_bg{
        padding: 7%;
        padding-top: 70px;
        background: #fff;
    }
    main .product .honbun{
        font-weight: 400;
        margin-top: 8px;
        line-height: 1.9;
        font-size: 1.5rem;
    }
    main .more{
        width: 100%;
        box-sizing: border-box;
    }
    main .product .more{
        margin-top: 9%;
    }
    main .product{
        margin: 10% 0 7%;
    }
    main .red_bg{
        padding-top: 138px;
        padding-bottom: 10%;
    }
    main .red_bg .honbun {
        font-weight: 400;
        margin-top: 3%;
        font-size: 1.5rem;
    }
    main .present1 {
        bottom: -40px;
        position: absolute;
        right: 10px;
        z-index: 1;
        width: 110px;
    }
    main .sec3 {
        margin-top: 21%;
    }
    main .product h3{
        font-size: 2rem;
    }
    main .present2 {
        bottom: -50px;
        position: absolute;
        left: 0;
        z-index: 1;
        width: 110px;
    }
    
   
    
}/*SP用設定ここまで*/
