@charset "utf-8";

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
.noto-sans-jp{
	font-family: "Noto Sans JP", sans-serif;
}

.ShipporiMincho{
    font-family: shippori-mincho, sans-serif;
}
.ZenKakuGothicNew{
    font-family: zen-kaku-gothic-new, sans-serif;
}
.NotoSansJP{
    font-family: "Noto Sans JP", sans-serif;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}
.RobotoSlab{
    font-family: roboto-slab, serif;
}

.sticky__container{
	display: flex;
    background: #fcfae0;
    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: 45vh;
}


#lp_wrap{
	width: 40%;
	text-align: center;
	margin: 0 auto 0 0;
	display: block;
	padding: 0 0 10%;
	overflow: hidden;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 400;
	letter-spacing:.5px;
	line-height: 1.65em;;
	background: #FFFFFF;
    color: #222;
}
#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_wrap{
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
    background: #FFFFFF;
}
#lp_head .visual{
    width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
	position: relative;
	display: block;
}
#lp_head .logo_area{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 10% auto 0;
}
#lp_head .logo_area .arch{
    width: 100%;
    text-align: center;
    display: block;
    margin: 10% auto 0;
    z-index: 1;
}
#lp_head .logo_area .logo{
    width: 60%;
    top: 0;
    left: 20%;
    position: absolute;
    z-index: 10;
}

#lp_head .head_container{
    width: 100%;
    position: relative;
    display: inline-block;
    background: #f6e0a4;
    margin: -1.5% auto 0;
    padding-bottom: 15%;
}
#lp_head .head_container .title{
    width: 60%;
    text-align: center;
    display: block;
    margin: 3% auto;
}
#lp_head .head_container .title_s{
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
#lp_head .lead{
	font-size: 18px;
	text-align: center;
	margin: 5% auto 10%;
	position: relative;
	display: inline-block;
	line-height: 2em;
    font-weight: 500;
}

#lp_head .information{
	width: 90%;
	text-align: center;
	display: inline-block;
	margin: 3% auto 5%;
	padding: 5% 0 8%;
	background:#fcfae1;
	position: relative;
	border-radius: 15px;
}
#lp_head .information h1{
    font-size: 20px;
    text-align: center;
    margin: 0 auto 5%;
    
}
#lp_head .highlighter {
  background: linear-gradient(transparent 70%, #9cb71c 0%);
}
#lp_head .information .day{
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.65em;
    font-weight: 700;
}
#lp_head .information .note{
	font-size: 15px;
	text-align: center;
	margin: 2% auto;
	line-height: 1.55em;
}
#lp_head .information .shop{
	font-size: 16px;
	text-align: center;
	margin: 2% auto;
	font-weight: 500;
	letter-spacing: 0px;
}
#lp_head .information .line{
    width: 90%;
    text-align: center;
    border-top: #9cb71c 1px solid;
    margin:5% auto;
}


/* ================================================ 
contents
================================================ */
#lp_contents{
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
#lp_contents section{
	width: 100%;
	text-align: center;
	margin: 0% auto 10%;
	position: relative;
	display: inline-block;
}
#lp_contents section .main_wrap{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    background-repeat: repeat;
    background-position: center center;
    background: url(../images/bg_green.png) repeat 0 0 / 250px 250px;
	background-attachment: fixed;
    padding: 10% 0 10%;
    position: relative;
    z-index: 1;
}
#lp_contents section .main_wrap .main{
    width: 100%;
    position: relative;
    display: block;
    z-index: 5;
}
#lp_contents section .main_wrap .ttl{
    position: absolute;
    width: 55%;
    top: -5%;
    left: 5%;
    z-index: 10;
}
#lp_contents section .main_wrap .itembox{
    width: 90%;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 20px 15px;                    
    margin: 5% auto 3%;
    padding: 20px;
}
#lp_contents section .main_wrap .itembox .itemimg{
    width: calc((100% - (15px * 2)) / 3); 
    box-sizing: border-box;
}
#lp_contents section .main_wrap .itembox .itemimg img {
  width: 100%;
  height: auto;
  display: block;
}
#lp_contents section .main_wrap .credit{
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.65em;
    font-weight: 600;
}
#lp_contents section .look_wrap{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 10% auto;
}
#lp_contents section .look_wrap .look-1{
    width: 70%;
    position: relative;
    float: left;
    display: block;
    aspect-ratio: 3 / 4;
}
#lp_contents section:nth-of-type(2) .look_wrap .look-1{
    width: 70%;
    float: right;
}
#lp_contents section .look_wrap .look-2{
    width: 52.5%;
    position: relative;
    float: right;
    display: block;
    margin: 5% 0;
    aspect-ratio: 3 / 4;
}
#lp_contents section .look_wrap .look-3{
    width: 60%;
    position: relative;
    float: left;
    display: block;
    aspect-ratio: 3 / 4;
}
#lp_contents section .look_wrap .sub{
    width: 38%;
    transform:rotate(-25deg);
    position: absolute;
    top: 45%;
    left: 8%;
    z-index: 10;
      box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.4);
}
#lp_contents section .goods_wrap{
    width: 90%;
    position: relative;
    display: inline-block;
    margin: 0% auto 10%;
    background: #fae278;
    padding: 5% 0;
    border-radius: 30px;
}
#lp_contents section .goods_wrap .goods_box{
    width: 85%;
    text-align: center;
    margin: 2% auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 3%;
}
#lp_contents section .goods_wrap .goods_box .goodsimg{
    width: 50%;
}
#lp_contents section .goods_wrap .goods_box .credit_area{
    width: 50%;
    display: inline-block;
}
#lp_contents section .goods_wrap .goods_box .credit_area .credit{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
}

/* ================================================ 
contents_動画
================================================ */
#lp_contents .movie_wrap{
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 5% 0 2.5%;
    background: #af1e24;
}

#lp_contents .movie_wrap .ttl{
    font-family: shippori-mincho, sans-serif;
    font-size: 30px;
    text-align: center;
    margin: 5% auto 10%;
    font-weight: 700;
}
#lp_contents .movie{
	width: 80%;
	margin: 0 auto 10%;
}

#lp_contents video{
	width: 100%;
	height: auto;
}


/* ================================================ 
footer
================================================ */

#lp_footer{
	width:100%;
	display: block;
	margin: 0 auto;
	padding: 10% 0 0%;
	position: relative;
	text-align: center;
}
#lp_footer .footer{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}


#lp_footer .lp_logo{
		width: 20%;
		margin: 10% auto 5%;
	}

#lp_footer .sns_area{
    width: 45%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
#lp_footer .sns_area ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:10%;
}
#lp_footer .sns_area ul li{
    position: relative;
}
#lp_footer .copy{
    font-size: 13px;
    text-align: center;
    margin: 5% auto;
    font-family: "helvetica-lt-pro", sans-serif;
}



/*=====ボタン01=====*/
.btn_01 a {
	color: #000000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3% auto;
    width: 30%;
    padding: 1.3% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: 0px;
	float: none;
    font-family: roboto-slab, serif;
    border: #000000 1px solid;
    background: #FFFFFF;
    
}
.btn_01 a:hover{
    background: #000000;
    color: #FFFFFF;
}
/*=====ボタン02=====*/
.btn_02 a {
	color: #000000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto;
    width: 70%;
    padding: 2.5% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0px;
	float: none;
    font-family: roboto-slab, serif;
    border: #000000 1px solid;
    background: #FFFFFF;
    
}
.btn_02 a:hover{
    background: #000000;
    color: #FFFFFF;
}
.btn_all a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 80%;
    margin: 5% auto;
    padding: .9em 0em .9em 0em;
    border: 1px solid #000000;
    border-radius: 0px;
    background-color: #fff;
    color: #000000;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0px;
}


.btn_all a::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #000000;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.btn_all a:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}




.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 .logo_area .logo{
        width: 65%;
        
    }
    #lp_head .head_container .title{
        width: 68%;
    }
    #lp_head .head_container .title_s{
        width: 68%;
    }
    #lp_head .head_container{
        margin: -2% auto 0;
    }
    #lp_head .lead{
        font-size: 16px;
        letter-spacing: 0.01em;
        line-height: 1.65em;
        margin: 10% auto;
    }
    #lp_head .information h1{
        font-size: 20px;
    }
    #lp_head .information .day{
        font-size: 18px;
    }
    #lp_head .information .note{
        font-size: 14px;
        letter-spacing: 0px;
    }
    #lp_head .information .shop{
        font-size: 15px;
    }
    #lp_head .information .line{
        margin: 10% auto;
    }
    
    
    #lp_footer .lp_logo{
        width: 30%;
    }
    #lp_footer .sns_area{
        width: 55%;
        margin: 6% auto 3%;
    }
    #lp_footer .sns_area ul{
        gap:8%;
    }
    #lp_footer .copy{
        font-size: 11px;
    }
	.btn_01 a{
		width: 70%;
		font-size: 13px;
	}
    .btn_01 a:after{
        width: 7px;
        height: 15px;
        top: 30%;
    }
	.btn_02 a{
		width: 80%;
		font-size: 13px;
        border: #af1e24 2px solid;
	}
    .btn_02 a:after{
        width: 10px;
        height: 20px;
        top: 30%;
    }
    .btn_all a{
        width: 90%;
        font-size: 16px;
    }
	
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

/* ================================================ 
　　　　　　　　　　　　CSS動き
================================================ */


.img-wrap {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }

  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
/* 遅延用 */
.img-wrap.delay::before {
  animation-delay: 0.5s;
}




/* ============ 3枚切り替え ============ */

.slider3,
.slider2{
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
    
}
.slider3 img,
.slider2 img{
    width: 100%;
    height: auto;
    display: block;
}

.slider3{
    animation: anime3 6s infinite;
}
.slider3:nth-child(1) { animation-delay: 0s; }
.slider3:nth-child(2) { animation-delay: 2s; }
.slider3:nth-child(3) { animation-delay: 4s; }

/* ============ 2枚切り替え ============ */
.slider2{
    animation: anime2 4s infinite;
}
.slider2:nth-child(1) { animation-delay: 0s; }
.slider2:nth-child(2) { animation-delay: 2s; }


/* 3枚用のキーフレーム（全体で6秒、1枚あたり2秒の計算） */
@keyframes anime3 {
  0% { opacity: 0; z-index: 1; }
  8% { opacity: 1; z-index: 3; }   /* 0.5秒かけてふわっと表示 */
  33% { opacity: 1; z-index: 3; }  /* 約2秒間（33%まで）表示をキープ */
  41% { opacity: 0; z-index: 1; }  /* 0.5秒かけてふわっと消える */
  100% { opacity: 0; }
}

/* 2枚用のキーフレーム（全体で4秒、1枚あたり2秒の計算） */
@keyframes anime2 {
  0% { opacity: 0; z-index: 1; }
  12% { opacity: 1; z-index: 3; }  /* 0.5秒かけてふわっと表示 */
  50% { opacity: 1; z-index: 3; }  /* 2秒間（50%まで）表示をキープ */
  62% { opacity: 0; z-index: 1; }  /* 0.5秒かけてふわっと消える */
  100% { opacity: 0; }
}






