@charset "utf-8";

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
.noto-sans-jp{
	font-family: "Noto Sans JP", sans-serif;
}
.inter{
	font-family: "Inter", sans-serif;
}
.zen-kaku-gothic-new{
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.BeVietnam{
	font-family: "Be Vietnam Pro", sans-serif;
}
.Helvetica{
	font-family: "helvetica-lt-pro", sans-serif;
}

.sticky__container{
	display: flex;
	background: #f7f4ed;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f8e2dd calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f8e2dd calc(100% - 1px));
    background-size: 15px 15px;
    background-repeat: repeat;
    background-position: center center;
    margin: 0 auto;
    padding: 0;
	background-attachment: fixed;
	/*justify-content: center;*/
}
.pcBox{
	width: 40%;
	height: 100vh;
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_pc{
	display: block;
	width: 20vh;
}

#lp_wrap{
	width: 40%;
	text-align: center;
	margin: 0 auto 0 0;
	color: #222;
	display: block;
	padding: 0 0 10%;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing:.5px;
	line-height: 1.65em;;
	background: #FFFFFF;
}
#lp_wrap img{
    vertical-align: bottom;
    line-height: 0;
    border: none;
}
#lp_wrap ul,#lp_wrap li{
	padding: 0;
    list-style: none;
}

#lp_wrap a,#lp_wrap a:hover,#lp_wrap a:link{
    text-decoration: none;
    opacity: 1;
}
#lp_wrap img{
	width: 100%;
	height:auto;
	 display:block;
}
/* ================================================ 
header
================================================ */
#lp_head{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

#lp_head .head{
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
#lp_head .visual{
    width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
	position: relative;
	display: block;
}
#lp_head .title{
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 4% 0;
}
#lp_head .title img{
	width: 55%;
	text-align: center;
		margin: 0 auto;
}

#lp_head .heading{
	font-family: "helvetica-lt-pro", sans-serif;
	color: #e7372f;
	font-size: 30px;
	text-align: center;
	margin: 10% auto 0;
}
#lp_head .lead{
	font-size: 18px;
	text-align: center;
	margin: 10% auto;
	position: relative;
	display: inline-block;
	line-height: 2em;
}
#lp_head .info{
	width: 90%;
	text-align: center;
	display: inline-block;
	margin: 5% auto;
	padding: 5% 0 10%;
	background: #e7372f;
	position: relative;
	border-radius: 15px;
	color: #FFFFFF;
}
#lp_head .info .inner{
	width: 80%;
	text-align: center;
	margin: 0% auto;
	position: relative;
	display: inline-block;
}
#lp_head .info h2 {
    position: relative;
    padding: 1rem;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
	margin: 0;
	font-weight: 500;
}

#lp_head .info h2:before,
#lp_head .info h2:after {
    position: absolute;
    top: 48%;
	width: 40%;
    border-top: 3px dotted;
    content: '';
}
#lp_head .info h2:before {
    left: -1rem;
}
#lp_head .info h2:after {
    right: -1rem;
}
#lp_head .info h3{
	font-size: 20px;
	line-height: 1.8em;
	text-align: center;
	margin: 2.5% auto;
}
#lp_head .info .note{
	font-size: 13px;
	text-align: center;
	margin: 2% auto;
	line-height: 1.55em;
}
#lp_head .info .shop{
	width: 85%;
	font-size: 15px;
	text-align: center;
	margin: 2% auto;
	font-weight: 500;
	letter-spacing: 0px;
}

/* ================================================ 
contents_ITEM
================================================ */

#lp_contents{
	width: 100%;
	position: relative;
	display: block;
	margin: 15% auto 0;
}
#lp_contents .item_area{
	width: 100%;
	display: inline-block;
	position: relative;
	background: #ffedef;
	margin: 0 auto 15%;
	padding: 12% 0 15%;
}
#lp_contents .item_area .ttl{
	font-family: "helvetica-lt-pro", sans-serif;
	color: #e7372f;
	font-size: 30px;
	text-align: center;
	margin: 0 auto 8%;
}
#lp_contents .item_area .inner{
	width: 85%;
	text-align: center;
	margin: 5% auto 0;
	display: inline-block;
	position: relative;
}
#lp_contents .item_box{
	width: 100%;
	display: inline-block;
	margin: 5% auto;
	position: relative;
}
#lp_contents .item_box ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:4%;
	margin-bottom: 5%;
}
#lp_contents .item_box ul li img{
	border-radius: 10px;
}
#lp_contents .item_box .donut{
	position: absolute;
	width:26%;
	top: -10%;
	left: -7%;
	z-index: 10;
}
#lp_contents .item_box:nth-of-type(2) .donut{
	top: -12%;
	left: 76%;
}
#lp_contents .item_box:nth-of-type(4) .donut{
	top: -10%;
	left: 76%;
}
#lp_contents .item_box:nth-of-type(5) .donut{
	top: -10%;
}
#lp_contents .item_box:nth-of-type(6) .donut{
	top: -7%;
	left: 77%;
}
#lp_contents .item_area .credit{
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 2.5% auto 0;
}
#lp_contents .item_area .credit2{
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	margin: 8% auto 0;
}
/* ================================================ 
contents_LOOK
================================================ */

#lp_contents section{
	width: 100%;
	text-align: center;
	margin: 10% auto;
	position: relative;
	display: inline-block;
}
#lp_contents section .look{
	width:100%;
	position: relative;
	display: inline-block;
	z-index: 1;
}
#lp_contents section .look .no{
	position: absolute;
	width: 30%;
	top: 8%;
	left: 65%;
	font-family: "helvetica-lt-pro", sans-serif;
	color: #e7372f;
	font-size: 35px;
	text-align: center;
	z-index: 10;
}
#lp_contents section:nth-of-type(2) .look .no{
	left: 5%;
	top: -1%;
}
#lp_contents section:nth-of-type(3) .look .no{
	left: 70%;
	top: 12.5%;
}
#lp_contents section:nth-of-type(4) .look .no{
	left: 5%;
	top: 0%;
}
#lp_contents section:nth-of-type(5) .look .no{
	left: 69%;
	top: -1%;
}
#lp_contents section:nth-of-type(6) .look .no{
	position: relative;
	width: 100%;
	top:inherit;
	left:inherit;
	font-size: 35px;
	text-align: center;
	z-index: 10;
	margin: 5% auto 2.5%;
}
#lp_contents section .look .cmt_box{
	position: absolute;
	width: 23%;
	top: 15%;
	left: 68%;
	z-index: 10;
}
#lp_contents section:nth-of-type(2) .look .cmt_box{
	position: absolute;
	width: 23%;
	top: 55%;
	left: 37%;
	z-index: 10;
}
#lp_contents section:nth-of-type(4) .look .cmt_box{
	position: absolute;
	width: 40%;
	top: 12.5%;
	left: 8%;
	z-index: 10;
}

#lp_contents section .look .img-1{
	width: 85%;
	float: left;
	margin: 0 0 0 -5%;
	position: relative;
	display: block;
}
#lp_contents section:nth-of-type(2) .look .img-1{
	width: 90%;
	text-align: center;
	margin: 0 auto 2% 5%;
}
#lp_contents section:nth-of-type(3) .look .img-1{
	width: 70%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#lp_contents section:nth-of-type(4) .look{
	margin-top: 15%;
}
#lp_contents section:nth-of-type(4) .look .img-1{
	width: 70%;
	float: right;
	margin: 0 -5% 0 0;
	position: relative;
	display: block;
}
#lp_contents section:nth-of-type(5) .look .img-1{
	width: 90%;
	text-align: center;
	margin: 0 auto 0 5%;
}
#lp_contents section:nth-of-type(6) .look .img-1{
	width: 60%;
	text-align: center;
	margin: 5% auto 0 0;
	z-index: 1;
}

#lp_contents section .look .img-2{
	width: 48%;
	float: right;
	position: relative;
	display: block;
	margin: 2% auto 0;
}
#lp_contents section:nth-of-type(2) .look .img-2{
	width: 48%;
	margin: 0% 2.5% 0 0;
}
#lp_contents section:nth-of-type(3) .look .img-2{
	width: 48%;
	margin: -20% auto 0;
	z-index: 5;
}
#lp_contents section:nth-of-type(4) .look .img-2{
	width: 70%;
	float: left;
	position: relative;
	display: block;
	margin: -10% 0 0 -5%;
}
#lp_contents section:nth-of-type(5) .img-2{
	width: 48%;
	float: left;
	position: relative;
	display: block;
	margin: 5% auto 0;
}
#lp_contents section:nth-of-type(6) .img-2{
	width: 46%;
	float: right;
	position: relative;
	display: block;
	margin: -25% 2.5% 0 0;
	z-index: 5;
}

#lp_contents section .look .img-3{
	width: 48%;
	float: left;
	position: relative;
	display: block;
	margin: 20% auto 5%;
}
#lp_contents section:nth-of-type(3) .look .img-3{
	width: 48%;
	float: left;
	position: relative;
	display: block;
	margin: 5% auto 5%;
}
#lp_contents section:nth-of-type(5) .look .img-3{
	width: 48%;
	float: right;
	position: relative;
	display: block;
	margin: 25% auto 0%;
}
#lp_contents section:nth-of-type(6) .look .img-3{
	width: 46%;
	float: left;
	display: block;
	margin: 10% 0 0 2.5%;
	z-index: 5;
}
#lp_contents section:nth-of-type(3) .look .img-4{
	width: 70%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	float: right;
	z-index: 6;
}
#lp_contents section:nth-of-type(6) .look .img-4{
	width: 60%;
	text-align: center;
	margin: -25% auto 0;
	position: relative;
	float: right;
	z-index: 2;
}
#lp_contents section:nth-of-type(6) .look .img-5{
	width: 46%;
	text-align: center;
	margin: -20% 0 0 2.5%;
	position: relative;
	float: left;
	z-index: 1;
}
#lp_contents section:nth-of-type(3) .look .bg{
	width: 100%;
	position: absolute;
	z-index: 3;
	left:0;
	bottom: -5%;
}
#lp_contents section .slide_box{
	width: 100%;
	margin: 8% auto 0;
	position: relative;
	display: inline-block;
}
#lp_contents section:nth-of-type(1) .credit_box{
	position: absolute;
	width: 40%;
	right: 5%;
	top: 68%;
	z-index: 5;
}
#lp_contents section:nth-of-type(2) .credit_box{
	position: absolute;
	width: 40%;
	left: 5%;
	top: 65%;
	z-index: 5;
}
#lp_contents section:nth-of-type(3) .credit_box{
	position: absolute;
	width: 40%;
	right: 5%;
	top: 55%;
	z-index: 10;
}
#lp_contents section:nth-of-type(4) .credit_box{
	position: absolute;
	width: 40%;
	right: -2%;
	top:50%;
	z-index: 5;
}
#lp_contents section:nth-of-type(5) .credit_box{
	position: absolute;
	width: 40%;
	left: 5%;
    top: 66%;
	z-index: 5;
}
#lp_contents section .credit_box .txt{
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	
}
#lp_contents section:nth-of-type(6) .credit_box{
	width: 80%;
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 5% auto;
}
#lp_contents section:nth-of-type(6) .credit {
    position: relative;
    letter-spacing: .8px;
    text-align: left;
	font-weight: 400;
	margin-bottom: 3%;
}
#lp_contents section:nth-of-type(6) .credit a{
    font-size: 14px;
	line-height: 1.3em;
	color: #222;
}
#lp_contents section:nth-of-type(6) .credit a::after {
    width: 110px;
    content: "BUY";
    position: absolute;
    top: 60%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 13px;
    font-weight: 400;
    text-align: center;
	background: #e7372f;
	color: #FFFFFF;
	line-height: 2em;
	font-family: "Inter", sans-serif;
	border-radius: 100vh;

}
/* ================================================ 
contents_動画
================================================ */
#lp_contents .movie_area{
	width: 100%;
	display: inline-block;
	position: relative;
	background: #ffedef;
	margin: 0 auto 10%;
	padding: 10% 0 0%;
}

#lp_contents .movie_area .ttl{
	font-family: "helvetica-lt-pro", sans-serif;
	color: #e7372f;
	font-size: 30px;
	text-align: center;
}

#lp_contents .movie_box {
  width: 60%;
  margin: 5% auto 10%;
  text-align: center;
  position: relative;
}
#lp_contents .movie_box img{
	width: 100%;
}
#lp_contents .movie_box .point_video {
	width: 100%;
	height: auto;
	display: block;
	border: none;
	margin: 0 auto;
}

/* ================================================ 
footer
================================================ */

#lp_footer{
	width:100%;
	display: block;
	margin: 0 auto;
	padding: 20% 0 0%;
	position: relative;
	text-align: center;
}
#lp_footer .misudo_area{
	width: 55%;
	display: flex;
	position: relative;
	justify-content: center;
	gap:0%;
	text-align: center;
	margin: 0 auto;
}
#lp_footer .misudo_area .icon{
	width: 100%;
	display: inline-block;
}
#lp_footer .misudo_area .icon img{
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
#lp_footer .misudo_area .icon .txt{
	font-size: 14px;
	text-align: center;
	margin: 4% auto 0;
	font-weight: 500;
}
#lp_footer .ttl{
	width:70%;
	text-align: center;
	margin: 5% auto 0;
}
#lp_footer .ttl h2 {
	font-family: "helvetica-lt-pro", sans-serif;
	color: #e7372f;
    position: relative;
    padding: 1rem;
    font-size: 25px;
    text-align: center;
	margin: 0;
	font-weight: bold;
}
#lp_footer .ttl h2:before,
#lp_footer .ttl h2:after {
    position: absolute;
    top: 48%;
	width: 40%;
    border-top: 2px dotted;
    content: '';
}
#lp_footer .ttl h2:before {
    left: -1rem;
}
#lp_footer .ttl h2:after {
    right: -1rem;
}
#lp_footer .ttl h3 {
	font-family: "helvetica-lt-pro", sans-serif;
	color: #e7372f;
    position: relative;
    padding: 1rem;
    font-size: 22px;
    text-align: center;
	margin: 0;
	font-weight: bold;
}
#lp_footer .ttl h3:before,
#lp_footer .ttl h3:after {
    position: absolute;
    top: 48%;
	width: 30%;
    border-top: 2px dotted;
    content: '';
}
#lp_footer .ttl h3:before {
    left: -1rem;
}
#lp_footer .ttl h3:after {
    right: -1rem;
}


#lp_footer .staff_area{
	width: 50%;
	text-align: center;
	display: flex;
	justify-content: space-between;
	gap:6%;
	margin: 5% auto;
}
#lp_footer .staff_area .icon{
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
#lp_footer .staff_area .account{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5%;
	margin: 5% auto;
}
#lp_footer .staff_area .account .name{
	font-family: "helvetica-lt-pro", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	color: #000000;
}
#lp_footer .staff_area .account .ig{
	width: 20%;
}
#lp_footer .staffcredit{
	font-size: 15px;
	font-family: "helvetica-lt-pro", sans-serif;
	text-align: center;
	margin: 5% auto;
	line-height: 2em;
	font-weight: 300;
	letter-spacing: 1px;
	
}
#lp_footer .lp_logo{
		width: 25%;
		margin: 20% auto 5%;
	}

/*=====ボタン01=====*/
.btn_01 a {
	background: #e7372f;
	color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto;
    width: 60%;
    padding: 3% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: .8px;
	border-radius: 100vh;
	font-family: "Inter", sans-serif;
	float: none;
    
}
.btn_01 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_goods a {
	background: #e7372f;
	color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto;
    width: 80%;
    padding: 3% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: .8px;
	border-radius: 100vh;
	font-family: "Inter", sans-serif;
	float: none;
    
}
.btn_goods a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_02 a {
	background: #e7372f;
	color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% auto;
    width: 70%;
    padding: 3% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: .8px;
	border-radius: 100vh;
	font-family: "Inter", sans-serif;
	float: none;
    
}


.btn_all a {
	background: #FFFFFF;
	color: #e7372f;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% auto 0;
    width: 80%;
    padding: 2.5% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .5px;
	border-radius: 100vh;
	font-family: "Inter", sans-serif;
	border: #e7372f 2px solid;
    
}
.btn_all a:hover {
    background: #e7372f;
    color: #FFFFFF;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 4px solid #e7372f;
    border-right: 4px solid #e7372f;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_all a:hover:after {
    border-color: #FFFFFF;
}



.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
	font-size: 70%;
}


/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	.pcBox{
		display: none;
	}
	#lp_wrap {
		width: 100%;
		margin: 0% auto;
	}
	#lp_head .title{
		padding: 5% 0 6%;
	}
	#lp_head .title img{
		width: 70%;
	}
	#lp_head .heading{
		font-size: 23px;
	}
	#lp_head .lead{
		font-size: 14px;
	}
	#lp_head .info{
		width: 94%;
	}
	#lp_head .info h2{
		font-size: 14px;
	}
	#lp_head .info h2:before, #lp_head .info h2:after{
		border-top: 2px dotted;
	}
	#lp_head .info h3{
		font-size: 17px;
	}
	#lp_head .info .shop{
		font-size: 13px;
	}
	#lp_head .info .note{
		font-size: 12px;
	}
	#lp_contents .item_area .inner{
		width: 90%;
	}
	#lp_contents .item_area .ttl{
		font-size: 22px;
		letter-spacing: 0px;
	}
	#lp_contents .item_box .donut{
		width: 90px;
		top: -14%;
		left: -5%;
	}
	#lp_contents .item_box:nth-of-type(2) .donut{
		left: 75%;
		top: -10%;
	}
	#lp_contents .item_box:nth-of-type(3) .donut{
		top: -12%;
	}
	#lp_contents .item_box:nth-of-type(5) .donut{
		top: -14%;
	}
	#lp_contents .item_box:nth-of-type(4) .donut{
		top: -8%;
		left: 78%;
	}
	#lp_contents .item_box:nth-of-type(6) .donut{
		top: -10%;
		left: 77%;
	}
	#lp_contents .item_area .credit{
		font-size: 15px;
		letter-spacing: 0px;
	}
	#lp_contents .item_area .credit2{
		font-size: 13px;
		letter-spacing: 0px;
		line-height: 1.5em;
	}
	#lp_contents section .look .no{
		font-size: 25px;
		left: 68%;
	}
	#lp_contents section:nth-of-type(2) .look .no{
		top: -1%;
	}
	#lp_contents section:nth-of-type(3) .look .no{
		left: 68%;
	}
	#lp_contents section:nth-of-type(4) .look .no{
		top: -5%;
	}
	#lp_contents section:nth-of-type(5) .look .no{
		top: -1%;
		left: 68%;
	}
	
	#lp_contents section:nth-of-type(6) .look .no{
		font-size: 25px;
	}
	#lp_contents section .look .cmt_box{
		width: 25%;
		left: 70%;
	}
	#lp_contents section:nth-of-type(2) .look .cmt_box{
		width: 25%;
		top: 53%;
	}
	#lp_contents section:nth-of-type(4) .look .cmt_box{
		top: 8%;
	}
	#lp_contents section .look .img-1{
		width: 90%;
	}
	#lp_contents section:nth-of-type(4) .look .img-1{
		    margin: 0 -7% 0 0;
	}
	#lp_contents section:nth-of-type(3) .look .img-1{
		width: 67%;
	}
	#lp_contents section .look .img-3{
		margin: 30% auto 2.5%;
	}
	#lp_contents section:nth-of-type(4) .look .img-2{
		    margin: -12% 0 0 -7%;
	}
	#lp_contents section:nth-of-type(5) .look .img-3{
		margin: 35% auto 5%;
	}
	#lp_contents section:nth-of-type(3) .look .img-1
	#lp_contents section .look .cmt_box{
		width: 25%;
		top: 18%;
		left: 70%;
	}
	#lp_contents section:nth-of-type(1) .credit_box{
		width: 45%;
		right: 2.5%;
	}
	#lp_contents section:nth-of-type(3) .credit_box{
		top: 53%;
	}
	#lp_contents section:nth-of-type(4) .credit_box{
		top: 45%;
	}
	#lp_contents section:nth-of-type(5) .credit_box{
		top: 64%;
	}
	#lp_contents section .credit_box .txt{
		font-size: 11px;
		line-height: 1.45em;
		font-weight: 500;
		margin-bottom: 5%;
	}
	#lp_contents section:nth-of-type(6) .credit_box{
		width: 85%;
	}
	#lp_contents section:nth-of-type(6) .credit a{
		font-size: 11px;
	}
	#lp_contents section:nth-of-type(6) .credit a::after{
		font-size: 11px;
		line-height: 2.2em;
	}
	#lp_contents .movie_area{
		    padding: 10% 0 5%;
	}
	#lp_contents .movie_area .ttl{
		font-size: 23px;
		line-height: 2em;
	}
	#lp_contents .movie_box{
		width: 80%;
	}
	#lp_footer .misudo_area{
		width: 65%;
	}
	#lp_footer .misudo_area .icon .txt{
		font-size: 11px;
	}
	#lp_footer .ttl{
		width: 75%;
		margin: 0 auto;
	}
	#lp_footer .ttl h2{
		font-size: 18px;
	}
	#lp_footer .ttl h2:before, #lp_footer .ttl h2:after,
	#lp_footer .ttl h3:before, #lp_footer .ttl h3:after{
		    border-top: 2px dotted;
	}
	#lp_footer .ttl h3{
		font-size: 16px;
	}
	#lp_footer .staff_area{
		width: 70%;
		margin: 2.5% auto;
	}
	#lp_footer .staff_area .account{
		margin: 5% auto;
		gap: 6%;
	}
	#lp_footer .staff_area .account .name{
		font-size: 16px;
	}
	#lp_footer .staffcredit{
		font-size: 13px;
		margin: 0 auto;
	}
	#lp_footer .lp_logo{
		width: 32%;
		margin: 15% auto;
	}
	.btn_01 a{
		width: 70%;
		font-size: 13px;
	}
	.btn_01 a:after,
	.btn_goods a:after{
		border-top: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
	}
	.btn_goods a{
		width: 95%;
		font-size: 12px;
	}
	.btn_02 a{
		width: 80%;
		font-size: 11px;
		margin: 3% auto 0;
	}
	.btn_all a{
		width: 85%;
		font-size: 14px;
		border: #e7372f 1px solid;
	}
	.btn_all a:after{
		border-top: 3px solid #e7372f;
		border-right: 3px solid #e7372f;
	}
	
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}



/**********************************************
　　　　　　　　　　　　動き
**********************************************/

.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.7s ease;
}
.fade04{
	opacity: 0;
	transition: 1.8s all 0.9s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}
.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.4s ease;
}
.anim03 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.8s ease;
}
.anim04 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 1.2s ease;
}

.anim01.ac,.anim02.ac,.anim03.ac,.anim04.ac {
	opacity: 1;
    transform: translate(0);
}

/* ================================================ 
　　　　　　　　　　　　CSS動き
================================================ */


/* ============ スライダー CSS ============ */

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.d-demo {
	overflow: hidden;
	width: 100vw;
}
.d-demo__wrap {
	display: flex;
	overflow: hidden; 
	width: 100vw; /* 親は100vwでOK */
}
.d-demo__list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	width: calc((100vw / 8) * 16);/* 2セット分のリスト幅 */
	animation: infinity-scroll-left 20s linear infinite;
}
.d-demo__list--vertical  {
	flex-direction: column;
}
.d-demo__list--left{
  animation: infinity-scroll-left 20s linear infinite;
  white-space: nowrap;
}
.d-demo__list--right{
	animation :infinity-scroll-right 20s infinite linear 0.5s both;
}
.d-demo__item {
	width: calc(100vw / 8);/* ← そのままでOK */
	flex-shrink: 0;
    margin-right:0px;
}
.d-demo__list--vertical .d-demo__item {
	min-height: 0%;
}
.d-demo__item > img{
	width: 100%;
}
.d-demo__wrap--hover:hover .d-demo__list--left{
	animation-play-state: paused;
	white-space: nowrap;
}
.d-demo,
.d-demo__wrap,
.d-demo__list {
  margin: 0;
  padding: 0; 
}
.d-demo__item {
  margin: 0; 
  padding: 0;
}
@media only screen and (max-width:767px){
	.d-demo__item {
		width: calc(100vw / 2.5); /* ← そのままでOK */
		flex-shrink: 0;
	}
}
.d-demo__item-4{
  width: calc(100vw / 8); /* ← そのままでOK */
  flex-shrink: 0;

}
.d-demo__item-4 {
	min-height: 0%;
	
}
.d-demo__item-4 > img{
   width: 100%;
}
.d-demo__item-4 {
  margin: 0; 
  padding: 0;
}

@media only screen and (max-width:767px){
    .d-demo__item-4 {
        width: calc(100vw / 3); /* ← そのままでOK */
        flex-shrink: 0;

}
}

/* ============ スクロールアニメーションCSS ============ */

.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap::before {
  animation: img-wrap 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #FFFFFF;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

/* 遅延用 */
.img-wrap.delay::before {
  animation-delay: 0.5s;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}

.bounce-img {
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { 
    transform: translateY(0);
  }
  40% { 
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.swing-img {
  animation: swing 3s ease-in-out infinite;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.bounce-img {
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { 
    transform: translateY(0);
  }
  40% { 
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


