@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #222222;
    display: block;
    padding:0;
    font-weight: 400;
    line-height: 1.65em;
    overflow: hidden;
    letter-spacing: .5px;
    background: #f5f4ef;
    font-family: 'Noto Sans JP', sans-serif;
    
}
#lp_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
    border: none;
}
#lp_wrap ul,#lp_wrap li{
	padding: 0;
	overflow: hidden;
    list-style: none;
}
#lp_wrap a,#lp_wrap a:hover,#lp_wrap a:link{
    text-decoration: none;
    opacity: 1;
}

.Inter{
    font-family: "Inter", serif;
}
.BeVietnam{
    font-family: "Be Vietnam Pro", sans-serif;
}
.BennetBanner{
    font-family: "bennet-banner", sans-serif;
}
.Fraunces{
    font-family: "Fraunces", serif;
}
.NotoSerif{
    font-family: "Noto Serif JP", serif;
}
#lp_head {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#lp_head .head{
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10% 0;
    position: relative;
}
#lp_head .title{
    width: 30%;
    text-align: center;
    margin: 0 auto;
}
#lp_head .lead{
    width: 100%;
    font-size: 17px;
    text-align: center;
    margin: 5% auto 0;
    position: relative;
    display: inline-block;
    line-height: 2em;
}
#lp_head .lead .strong{
    font-weight:600;
    font-size: 110%;
}

#lp_head .title{
    opacity: 0;
	transition: 1.8s all 0.4s ease;
}
#lp_head .lead{
    opacity: 0;
    transition: 1.8s all 0.6s ease;
}
#lp_head.ac .title,#lp_head.ac .lead{
	opacity: 1;
    transform: translate(0);
}
#lp_contents{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    position:relative;
    margin: 4% auto 2%;
    display: block;
}
#lp_contents section{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
#lp_contents section .ttl_box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 7%;
    margin: 5% auto;
    line-height: 1em;
    text-align: center;
}
#lp_contents section .ttl_box .cate{
    font-family: "bennet-banner", sans-serif;
    font-style: italic;
    font-size:35px;
    color: #79172c;
    font-weight: 500;
}
#lp_contents section .ttl_box .cate .No{
    font-family: "Fraunces", serif;
    font-weight: 200;
    font-size: 55px;
    font-style: normal;
}
#lp_contents section .ttl_box .line{
    width: 100%;
    height: 1px;
    border-top: 1px dashed #b33a3a;
    display: block;
}
#lp_contents section .ttl_box .ttl{
    font-family: "Fraunces", serif;
    font-weight: 300;
    font-size: 32px;
}
#lp_contents section:nth-of-type(odd) .mainimg{
    width: 50%;
    float: left;
    border: #79172c 1px solid;
    position: relative;
    padding-bottom: 59.8%;
    margin: 2% auto 0%;
    
}
#lp_contents section:nth-of-type(odd) .mainimg2{
    width: 50%;
    float: left;
    border: #79172c 1px solid;
    position: relative;
    margin: 2% auto 0;
}
#lp_contents section:nth-of-type(even) .mainimg{
    width: 50%;
    float: right;
    border: #79172c 1px solid;
    position: relative;
    padding-bottom: 59.8%;
    margin: 2% auto;
}
#lp_contents section:nth-of-type(even) .mainimg2{
    width: 50%;
    float: right;
    border: #79172c 1px solid;
    position: relative;
    margin: 2% auto;
}

#lp_contents section:nth-of-type(odd) .item_box{
    width: 48%;
    float: right;
    display: inline-block;
    position: relative;
    height:600px;
    background: #FFFFFF;
    margin: 2% auto;
}
#lp_contents section:nth-of-type(even) .item_box{
    width: 48%;
    float: left;;
    display: inline-block;
    position: relative;
    height:600px;
    background: #FFFFFF;
    margin: 2% auto;
}
#lp_contents section .item_box .item{
    font-size: 18px;
    text-align: center;
    line-height: 1.8em;
    font-weight: 500;
    margin: 40% auto 0;
}
#lp_contents section .item_box .item .price{
    font-size: 90%;
    font-family: "Be Vietnam Pro", sans-serif;
}
#lp_contents section .item_box .txt{
    font-size: 14px;
    text-align: center;
    margin: 5% auto;
    
}


/* ============ fade CSS ============ */
.slider {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0%;
    background: center center no-repeat;
    animation: anime 4s 0s infinite;
    z-index: 10;
    opacity: 0;
}
.slider:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}
/* ============ ボタン01 ============ */
.btn01 a {
    background: #79172c;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 40%;
    padding: 2.5% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 18px;
    float: none;
    line-height: 1em;
    font-family: "bennet-banner", sans-serif;
    font-style: italic;
}
.btn01 a:before, .btn01 a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  right: 0.6rem;
  top: 50%;
}
.btn01 a:before {
  width: 1.2rem;
  height: 1px;
  background: #FFFFFF;
  transform: translateY(-50%);
}
.btn01 a:after {
  width: 8px;
  height: 8px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
}
.btn01 a:hover{
    background: #333333;
}
/*.btn01 a:hover:before{
  background: #000000;
}*/
/*.btn01 a:hover:after {
  width: 8px;
  height: 8px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  transform: translateY(-50%) rotate(45deg);
}*/


.pc{
    display:block;
}
.sp {
	display:none;
}
.small{
    font-size: 70%;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}


.hr01 {
    width: 100%;
    text-align: center;
    border-bottom: #CDCDCD 1px solid;
    margin: 5% auto;
}



/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
        padding: 8% 0 10%;
	}
    #lp_head .title{
        width: 50%;
    }
    #lp_head .lead{
        font-size: 15px;
        margin: 8% auto;
        line-height: 1.8em;
    }
    #lp_contents{
        width: 90%;
    }
    #lp_contents section .ttl_box{
        column-gap: 1%;
    }
    #lp_contents section .ttl_box .cate{
        font-size: 20px;
    }
    #lp_contents section .ttl_box .cate .No{
        font-size: 25px;
    }
    #lp_contents section .ttl_box .ttl{
        font-size: 20px;
        margin: 8% auto 10%;
    }
    #lp_contents section:nth-of-type(odd) .mainimg{
        width: 100%;
        float: none;
        text-align: center;
        padding-bottom: 119.4%;
    }
    #lp_contents section:nth-of-type(odd) .mainimg2{
        width: 100%;
        float: none;
        text-align: center;
    }
    #lp_contents section:nth-of-type(odd) .item_box{
        width: 100%;
        height: inherit;
        margin: 0 auto 10%;
    }
    #lp_contents section:nth-of-type(even) .mainimg{
        width: 100%;
        float: none;
        text-align: center;
        padding-bottom: 119.4%;
    }
    #lp_contents section:nth-of-type(even) .mainimg2{
        width: 100%;
        float: none;
        text-align: center;
    }
    #lp_contents section:nth-of-type(even) .item_box{
        width: 100%;
        height: inherit;
        margin: -2% auto 10%;
    }
    #lp_contents section .item_box .item{
        font-size: 16px;
        margin: 8% auto 2%;
        line-height: 1.5em;
    }
    #lp_contents section .item_box .txt{
        width: 90%;
        display: inline-block;
        font-size: 13px;
        line-height: 1.5em;
        margin: 2%;
    }
    .btn01 a{
        width: 70%;
        margin-bottom: 12%;
    }
    
    .hr01{
        margin: 10% auto 5%;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

.fade{
	opacity: 0;
	transition: 1.8s all 0s ease;
}
.fade01{
	opacity: 0;
	transition: 1.8s all 0.2s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.5s ease;
}
.fade03{
	opacity: 0;
	transition: 1.8s all 0.7s ease;
}
.fade04{
	opacity: 0;
	transition: 1.8s all 1.1s ease;
}
.fade.ac,.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}


.anim {
    opacity: 0;
    transform: translateY(40px);
    transition: 1.2s all 0.2s ease;
}

.anim.ac {
	opacity: 1;
    transform: translate(0);
}
.dw {
    opacity: 0;
    transform: translateY(-30px);
    transition: 1.5s all 0.4s ease;
}

.dw.ac {
	opacity: 1;
    transform: translate(0);
}

