@charset "utf-8";html{overflow-y:scroll}blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal}table{border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%}caption,th{text-align:left}q:after,q:before{content:''}embed,object{vertical-align:top}legend{display:none}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}abbr,acronym,fieldset,img{border:0}li{list-style-type:none;vertical-align:bottom}strong{font-weight:400}a{text-decoration:none}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}a{text-decoration:none;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}
img{
    max-width: 1000px;
    width: 100%;
}
body {
	width: 100%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,  serif;
}
.goth {
	font-family:  "メイリオ","游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.pc_lp {
    margin: 0 auto;
    display: block!important;
}
.sp_lp {
    display: none!important;
}
/* fade in */
.fadein-block {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}
.fadein-block.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.fadein-block.late {
    opacity: 0;
    -webkit-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    transform: translate(0, 200px);
    -webkit-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
    transition-delay: 1.5s;
}
.fadein-block.scrollin.late {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.fadein-block.down {
    opacity: 0.1;
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px);
    -webkit-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}
.fadein-block.down.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fadein-block-on {
    opacity: 0.1;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}
.fadein-block-on.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#ToTopIcon {
	background: #c7a776;
	line-height: 13px;
	width: 45px;
	height: 45px;
	padding: 10px;
	border-radius: 50%;
	text-decoration: none;
	text-align: center;
	font-size: 70%;
	color: #ffffff;
	right: 30px;
	bottom: 30px;
	z-index: 200;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 13px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	font-size: 12px;
}
#ToTopIcon:hover{
    cursor: pointer;
}

a:hover {
	opacity: 0.7;
}
.container {
	max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.a_link{
    display: block;
}
.wrap{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.sec_box{
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-size: cover;
}
.sec01{
    background-image: url(https://baraka-style.com/_hasuhanafes/img/sec01_bg.jpg);
}
.sec02{
    background-image: url(https://baraka-style.com/_hasuhanafes/img/sec02_bg.jpg);
}
.sec_rayout{
    position: relative;
}
.sec_01_logo{
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sec02_top{
    position: absolute;
    top: 4%;
    left: 0;
    width: 90%;
    margin: 0 5%;
}
.sec02_mid{
    position: absolute;
    top: 36%;
    left: 0;
}
.sec02_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    margin: 0 5%;
}
.sec02_ttl{
    font-size: 40px;
    color: #675656;
    line-height: 1;
}
.sec02_ttl.center{
    text-align: center;
}
.sec02_sub{
    font-size: 30px;
    color: #675656;
    margin-bottom: 40px;
}
.sec02_sub.center{
    text-align: center;
}
.sec02_main_copy{
    font-size: 46px;
    text-align: center;
    color: #569d9d;
}
.sec02_copy{
    font-size: 18px;
    color: #675656;
    margin-bottom: 40px;
}
.sec02_copy.no_margin{
    margin-bottom: 0;
}
.sec02_small{
    font-size: 14px;
    text-align: right;
    margin-bottom: 80px;
}
.sec02_btn{
    max-width: 536px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.sec03_top{
    background-image: url(https://baraka-style.com/_hasuhanafes/img/sec03_bg_top.png);
}
.sec_flex{
    display: flex;
    margin-bottom: 40px;
}
.sec_03_logo{
    position: absolute;
    top:0;
    left: 0;
}
.sec_03_mid{
    position: absolute;
    top:48%;
    left: 0;
}
.sec03_bottom{
    margin: 80px 0 100px;
}
.sec03_bottom_left{
    width: 50%;
}
.sec03_bottom_right{
    width: 50%;
}
.sec03_bottom_ttl{
    padding: 0 10px;
    color: #522f21;
    font-size: 34px;
    letter-spacing: -4px;
    margin-bottom: 20px;
}
.sec03_bottom_ttl.right {
	text-align: right;
}
.sec03_bottom_sub{
    padding: 0 10px;
    color: #5e5e5e;
    font-size: 20px;
    line-height: 1.8;
}
.sec03_bottom_sub.right{
    text-align: right;
}
.sec_04_logo{
    position: absolute;
    top:0;
    left: 0;
}
.sec_04_mid{
    position: absolute;
    top:56%;
    left: 0;
}
.sec04_top{
    background-image: url(https://baraka-style.com/_hasuhanafes/img/sec04_top_bg.jpg);
}
.sec05{
    background-image: url(https://baraka-style.com/_hasuhanafes/img/sec05_bg.jpg);
}
.sec05_copy{
    position: absolute;
    width: 50%;
    top: 40%;
    left: 50%;
}
.sec05_ttl{
    font-size: 34px;
    color: #572811;
    margin-bottom: 20px;
}
.sec05_sub{
    font-size: 18px;
    color: #404040;
    line-height: 2;
}
.sec06{
    background-image: url(https://baraka-style.com/_hasuhanafes/img/sec06_bg.jpg);
}
.sec_06_logo{
    position: absolute;
    top: 5%;
    left: 0;
}
.sec06_bottom{

}
.sec06_flex{
    display: flex;
    margin-top: 80px;
}
.sec06_comment{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 5%;
}
.sec_06_content{
    max-width: 1000px;
    background-color: #fff;
    position: relative;
    bottom: 95px;
}
.sec06_ex_copy{
    position: absolute;
    bottom: 10%;
    left: 0;
    font-size: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.sec06_comment_copy{
    color: #45200c;
    font-size: 22px;
    line-height: 1.8;
}
.sec06_bottom_ttl{
    padding-top: 80px;
}
.sec06_link{
    max-width: 361px;
}
.sec06_img{
    width: 55%;
}
.sec07{
    background-image: url(https://baraka-style.com/_hasuhanafes/img/sec07_bg.jpg);
}
.sec_07_logo{
    position: absolute;
    top: 6%;
    left: 0;
}
.sec_07_link{
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
}
.sec07_a{
    display: block;
    max-width: 536px;
    margin: 0 auto;
}
.sec_footer{
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    background-color: #90c51e;
}
@media screen and (max-width: 1600px){
    .container{
        
    }
    .sec_box{
       /* margin: 30px 0; */
    }
}

@media screen and (max-width: 1000px){
    .sec02_top{
        top: 4vw;
    }
    .sec02_bottom{
        bottom: -3%;
        margin-bottom: 16vw;
    }
    .sec02_ttl{
        font-size: 4vw;
        line-height: 1;
    }
    .sec02_sub{
        font-size: 3.5vw;
        margin-bottom: 3vw;
    }
    .sec02_main_copy{
        font-size: 4.6vw;
    }
    .sec02_copy{
        font-size: 2vw;
        margin-bottom: 7vw;
    }
    .sec02_copy.no_margin{
        margin-bottom: 0;
    }
    .sec02_mid{
        top: 32%;
    }
    .sec02_small{
        font-size: 1.5vw;
        margin-bottom: 5vw;
        margin-top: 3vw;
    }
    .sec02_btn{
        max-width: 536px;
        margin: 0 auto;
        margin-bottom: 0;
    }
    .sec_flex{
    }
    .sec03_bottom{
        margin: 9vw 0 15vw;
    }
    .sec_03_mid{
        top:50%;
    }
    .sec03_bottom_ttl{
        font-size: 3vw;
        line-height: 1.5;
        padding: 0 8%;
        margin-top: 3vw;
        margin-bottom: 3vw;
    }
    .sec03_bottom_sub{
        font-size: 1.5vw;
        padding: 0 8%;
        line-height: 2;
    }
    .sec03_bottom_left{
        width: 100%;
    }
    .sec03_bottom_right{
        width: 100%;
    }
    .sec_04_mid{
        top: 54%;
    }
    .sec05_copy{
        left: 0;
        width: 100%;
        top: 30%;
    }
    .sec05_ttl{
        font-size: 5vw;
        margin-bottom: 2vw;
        padding: 0 5vw;
    }
    .sec05_sub{
        font-size: 2vw;
        padding: 0 5vw;
    }
    .sec_06_content{
        bottom: 0;
    }
    .sec06_bottom_ttl{
        padding-top: 7vw;
    }
    .sec06_ex_copy{
        font-size: 4vw;
        bottom: 2%;
    }
    .sec06_flex{
        margin-top: 7vw;
        margin-bottom: 7vw;
    }
    .sec06_img{
        width: 84%;
        margin: 0 auto;
    }
    .sec06_comment{
        width: 100%;
        width: 84%;
        margin: 0 auto;
        padding-left: 4vw;
    }
    .sec06_comment_copy{
        font-size: 2.5vw;
    }
    .sec_07_link{
        bottom: 8%;
    }
    .sec_footer{
        font-size: 2vw;
        height: 19vw;
    }
}

@media screen and (max-width: 640px){
    .pc_lp {
        margin: 0 auto;
        display: none!important;
    }
    .sp_lp {
        display: block!important;
    }
    .sp_order1{
        order: 1;
    }
    .sp_order2{
        order: 2;
    }
    .sec_box{
       margin: 0;
    }
    .sec01{
        background-image: url(https://baraka-style.com/_hasuhanafes/img/sp_sec01_bg.jpg);
    }
    .sec02{
        background-image: url(https://baraka-style.com/_hasuhanafes/img/sp_sec02_bg.jpg);
    }
    .sec03_top{
        background-image: url(https://baraka-style.com/_hasuhanafes/img/sp_sec03_bg_top.png);
    }
    .sec04_top{
        background-image: url(https://baraka-style.com/_hasuhanafes/img/sp_sec04_top_bg.jpg);
    }
    .sec05{
        background-image: url(https://baraka-style.com/_hasuhanafes/img/sp_sec05_bg.jpg);
    }
    .sec06{
        background-image: url(https://baraka-style.com/_hasuhanafes/img/sp_sec06_bg.jpg);
    }
    .sec07{
        background-image: url(https://baraka-style.com/_hasuhanafes/img/sp_sec07_bg.jpg);
    }
    .sec02_top{
        top: 3%;
    }
    .sec02_bottom{
        bottom: -3%;
        margin-bottom: 16vw;
    }
    .sec02_ttl{
        font-size: 7vw;
        line-height: 1;
    }
    .sec02_sub{
        font-size: 4.5vw;
        margin-bottom: 7vw;
    }
    .sec02_main_copy{
        font-size: 5.6vw;
    }
    .sec02_copy{
        font-size: 3vw;
        margin-bottom: 7vw;
    }
    .sec02_copy.no_margin{
        margin-bottom: 0;
    }
    .sec02_mid{
        top: 37%;
    }
    .sec02_small{
        font-size: 2.5vw;
        margin-bottom: 5vw;
        margin-top: 3vw;
    }
    .sec02_btn{
        max-width: 536px;
        margin: 0 auto;
        margin-bottom: 0;
    }
    .sec_flex{
        flex-wrap: wrap;
    }
    .sec03_bottom{
        margin: 9vw 0 15vw;
    }
    .sec_03_mid{
        top:50%;
    }
    .sec03_bottom_ttl{
        font-size: 6vw;
        line-height: 1.5;
        padding: 0 8%;
        margin-top: 5vw;
        margin-bottom: 5vw;
    }
    .sec03_bottom_sub{
        font-size: 3vw;
        padding: 0 8%;
        line-height: 2;
    }
    .sec03_bottom_left{
        width: 100%;
    }
    .sec03_bottom_right{
        width: 100%;
    }
    .sec_04_mid{
        top:39%;
    }
    .sec05_copy{
        left: 0;
        width: 100%;
        text-align: center;
        top: 30%;
    }
    .sec05_ttl{
        font-size: 7vw;
    }
    .sec05_sub{
        font-size: 3vw;
    }
    .sec_06_content{
        bottom: 0;
        border: 13px solid #e4c8b9;
    }
    .sec06_bottom_ttl{
        padding-top: 13vw;
    }
    .sec06_ex_copy{
        font-size: 5vw;
        bottom: 3%;
    }
    .sec06_flex{
        flex-wrap: wrap;
        margin-top: 9vw;
    }
    .sec06_img{
        width: 84%;
        margin: 0 auto;
    }
    .sec06_comment{
        width: 100%;
        width: 84%;
        margin: 0 auto;
        padding-left: 0;
    }
    .sec06_comment_copy{
        font-size: 3.5vw;
    }
    .sec_07_link{
        bottom: 5%;
    }
    .sec_footer{
        font-size: 3vw;
        height: 28vw;
    }
}