@charset "utf-8";

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
.MenoDisplay{
	font-family: "meno-display", serif;
}
.MenoDisplayExtraCondensed{
	font-family: "meno-display-extra-condensed", serif;
}
.MenoDisplayCondensedRegular{
	font-family: "meno-display-condensed", serif;
}
.Notosans-jp{
    font-family: "Noto Sans JP", sans-serif;
}
.Inter{
    font-family: "Inter", serif;
}
.Baskervville{
    font-family: "Baskervville", serif;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", serif;
}


#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #333;
    display: block;
    padding:0;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.6em;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", sans-serif;
    background: #cdaa6b;
    
}
#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;
}

/* ==================================== 
header
======================================= */
#lp_head{
    margin: 8% auto;
}
#lp_head .title{
    width: 40%;
    text-align: center;
    margin: 2% auto;
    display: block;
}
#lp_head .title_s{
    max-width: 490px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 2% auto;
    border-bottom: #FFFFFF 1px solid;
    padding-bottom: .5%;
    
}
#lp_head .lead{
    width: 100%;
    font-size:17px;
    text-align: center;
    margin: 3% auto;
    position: relative;
    display: inline-block;
    line-height: 2em;
	color: #000000;
	font-weight: 300;
}
#lp_head .title{
    opacity: 0;
	transform: translateY(50px);
	transition: 1.5s all 0.2s ease;
}

#lp_head .lead{
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.6s ease;
}
#lp_head.ac .title,#lp_head.ac .title_s,#lp_head.ac .lead{
	opacity: 1;
    transform: translate(0);
    
}

/* ======================================================================== 
　　Contents
=========================================================================== */

#lp_contents{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    position:relative;
    margin: 0 auto;
    display: block;
}
#lp_contents section{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 5% auto;
}
#lp_contents section .no_box{
	width: 42%;
	display: inline-block;
	float: right;
	position: relative;
	margin: 0% auto 0;
}
#lp_contents section .no_box .no{
	color: #FFFFFF;
	font-family: "meno-display-extra-condensed", serif;
	font-size: 80px;
	text-align: left;
	margin: 0 auto;
	line-height: 1em;
	font-weight: 100;
}
#lp_contents section:nth-of-type(even) .no_box{
	float: left;
}
.markertest {
    position: relative;
}
.markertest::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.2em; /* ← 数字と線の間を調整 */
    width: 0;
    height: 2px;
    background: #fff;
	transition: width .8s ease-out;
}
.markertest.is-active::after {
    width: 100%;
}
#lp_contents section .main_box{
    width: 55%;
    float: left;
    display: inline-block;
}
#lp_contents section:nth-of-type(even) .main_box{
    width: 55%;
    float: right;
}
#lp_contents section .main_box .main_img{
    position: relative;
    width: 100%;
    margin: 0% auto 0;
    z-index: 5;
}


#lp_contents section .detail_box{
    width: 42%;
    float: right;
    display: inline-block;
    margin: 0 auto;
}
#lp_contents section:nth-of-type(even) .detail_box{
    float: left;
}

#lp_contents section .detail_box .ttl{
    font-size: 19px;
    text-align: left;
    line-height:2em;
    position: relative;
    margin: 5% auto 0;
    font-weight:500;
    letter-spacing: 1px;
	color: #FFFFFF;
	font-family: "Noto Serif JP", serif;
}

#lp_contents section .item_tex{
    margin: 30% auto 0;
    position: relative;
}


#lp_contents section .item_tex .credit {
    position: relative;
    border-bottom: solid 1px #fff;
    margin-bottom: 1%;
    letter-spacing: .8px;
    text-align: left;
}
#lp_contents section .item_tex .credit a{
	color: #222;
    font-size: 13px;
}
#lp_contents section .item_tex .credit a::after {
    width: 100px;
    content: "BUY";
    position: absolute;
    top: 60%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 15px;
    font-weight: 200;
    font-family: "meno-display-extra-condensed", serif;
    text-align: center;
	background: #FFFFFF;
	color: #222;

}

#lp_contents section .item_tex .credit span {
    font-size: 88%;
    color: #222;
    display: block;
    line-height: 1.8;
    margin-bottom: 1%;

}


/* ======================== ボタン======================== */

.btn01 a {
    background: #222;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8% auto;
    width: 85%;
    padding: 3% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 14px;
    line-height: 2em;
    float: left;
    border: #222 1px solid;
    letter-spacing: .8px;
    
}
.btn01 a:hover {
    background: #444;
    color: #FFFFFF;
    border: #444 1px solid;
}
.btn01 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn01 a:hover:after {
    border-color: #FFFFFF;
}

/* ============ ボタン02 ============ */

.footer{
    width: 100%;
    text-align: center;
    margin: 0% auto 0;
    display: inline-block;
    position: relative;
    font-size: 22px;
    color: #eaa1b4;
    padding: 1% 0;
    line-height: 1.1em;
    background: #FFFFFF;
    font-family: "Instrument Serif", serif;
    letter-spacing: 0px;
    border-top: #eaa1b4 2px solid;
    border-bottom: #eaa1b4 2px solid;
}






.pc{
    display:block;
}
.sp {
	display:none;
}
.small{
    font-size: 70%;
    letter-spacing: 0px;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}

/* ============ fade CSS ============ */
.img1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0%;
    background: center center no-repeat;
    animation: anime 4s 0s infinite;
    z-index: 10;
    opacity: 0;
}
.img1: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;
}
}
/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
        padding-top: 5%;
        padding-bottom: 10%;
	}
	#lp_head{
		margin: 10% auto 5%;
	}
    #lp_head .title_s{
        width: 88%;
        font-size: 14px;
    }
    #lp_head .title{
        width: 75%;
    }
    #lp_head .lead{
        font-size: 14px;
        margin: 10% auto 0;
        font-weight: 400;
		letter-spacing: 0px;
    }
    #lp_contents section{
        width: 92%;
        text-align: center;
        padding-top: 10%;
    }
	#lp_contents section .no_box{
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto 5%;
	}
	#lp_contents section .no_box .no{
		font-size: 40px;
		margin: 0 auto;
	}
    #lp_contents section .main_box{
        width: 100%;
    }
    #lp_contents section:nth-of-type(even) .main_box{
        width: 100%;
    }
    
    #lp_contents section .detail_box{
        width: 96%;
        margin: 5% auto 0;
        float: none;
        text-align: center;
    }
    #lp_contents section:nth-of-type(even) .detail_box{
        float: none;
    }
    #lp_contents section .detail_box .ttl{
        font-size: 15px;
        font-weight: 600;
        margin: 2.5% auto;
        letter-spacing: 1px;
    }
    #lp_contents section .item_tex{
        margin: 5% auto 0;
    }
    #lp_contents section .item_tex .midashi{
        margin-bottom: 3%;
    }
    #lp_contents section .item_tex .midashi img{
        width: 110px;

    }
    #lp_contents section .item_tex .credit{
        line-height: 1.5em;

    }
    #lp_contents section .item_tex .credit a{
        font-size: 12px;
        letter-spacing: 0px;
    }
    #lp_contents section .item_tex .credit a::after{
        font-size: 12px;
    }
    .btn01 a{
        width: 100%;
        float: none;
    }
    .footer{
        font-size: 18px;
        line-height: 1.5em;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

.fade01{
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.8s all 0.6s ease;
}
.fade04{
	opacity: 0;
	transition: 1.8s all 0.8s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}
.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.4s ease;
}

.anim01.ac,.anim02.ac {
	opacity: 1;
    transform: translate(0);
}
