@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;
}

.BeVietnam{
	font-family: "Be Vietnam Pro", sans-serif;
}
.Helvetica{
	font-family: "helvetica-lt-pro", sans-serif;
}
.Zenkaku{
    font-family: "zen-kaku-gothic-new", sans-serif;
}
.Zenkaku_A{
    font-family: "zen-kaku-gothic-antique", sans-serif;
}


.sticky__container{
	display: flex;
    margin: 0 auto;
    padding: 0;
	background: url(../images/bg_dot_pattern.png) repeat 0 0 / 60px 60px;
	background-attachment: fixed;
	/*justify-content: center;*/
}
.pcBox{
	min-height: 100vh;
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
}
.title_pc{
	display: block;
	width: 20vh;
}

#lp_wrap{
	max-width: 600px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #222;
	display: block;
	padding: 0 0 5%;
	overflow: hidden;
	font-family: "zen-kaku-gothic-antique", sans-serif;
	font-weight: 400;
	letter-spacing:.5px;
	line-height: 1.65em;
    background: #F8F8F8;
}
#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;
	padding: 0%;
}

#lp_head .head{
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
#lp_head .visual{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
#lp_head .slide-container {
    width: 100%;
    display: flex;
    align-items: center;
    height: 550px;
    overflow: hidden;
    flex-direction: column;
    background: #FFFFFF;
}
#lp_head .slide-wrapper {
    display: flex;
    flex-direction: column;
    animation: slide-flow 20s infinite linear 1s both;
}
#lp_head .slide{
    width:100%;
    object-fit: cover;
    margin: 1% auto;
    border-radius: 20px;
}
@keyframes slide-flow {
     0% {transform: translateY(0);}
 100% {transform: translateY(-100%);}
}

#lp_head .title{
    width: 45%;
    position: absolute;
    left: 27.5%;
    bottom: -11%;
    z-index: 10;
}
#lp_head .info_area {
	width: 80%;
	text-align: center;
	margin:20% auto 0%;
	position: relative;
	display: inline-block;
}

#lp_head .info_area .inner {
	position: relative;
	background-color: #fff;
	width: calc(100% - 5px);
	border: 1px solid #333;
	padding: 10% 0 7%;
	box-shadow: 6px 6px 0 #aebccd; /* ← 右下に影 */
}
#lp_head .info_area .inner .date{
    font-weight: 600;
    font-size: 20px;
    text-decoration: underline;
    color: #000;
    margin: 15px auto;
}
#lp_head .info_area .inner .shop{
	font-size: 15px;
	text-align: center;
	margin: 5% auto;
	display: inline-block;
	position: relative;
    font-weight: 500;
}
#lp_head .info_area .inner .note{
	width: 100%; 
    font-size: 13px;
    text-align: center;
    margin: 0% auto;
    position: relative;
    display: block;
    padding:0;
	line-height: 2em;
    letter-spacing: 0px;
    font-weight:500;
}
#lp_head .info_area .inner .note .strong{
    font-size: 15px;
}

#lp_head .lead{
	font-size: 15px;
	text-align: center;
	margin: 10% auto;
	position: relative;
	display: inline-block;
	line-height: 2em;
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 500;
}
#lp_head .lead .strong{
    font-size: 120%;
    font-weight: bold;
}

#lp_head .info_area .com{
    width: 45%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    margin-top: -16%;
    z-index: 10;
}




/* ================================================ 
contents
================================================ */

#lp_contents{
	width: 100%;
	position: relative;
	display: block;
	margin: 0% auto 0;
}
#lp_contents section{
	width: 100%;
	text-align: center;
	margin: 10% auto;
	padding: 5% 0;
	position: relative;
	display: inline-block;
    background: linear-gradient(180deg, #bbe8bb 50%, #ffffff 50%);
}
#lp_contents section:nth-of-type(2){
    background: linear-gradient(180deg, #fcf696 50%, #ffffff 50%);
}
#lp_contents section:nth-of-type(3){
    background: linear-gradient(180deg, #fdd6f5 50%, #ffffff 50%);
}
#lp_contents section:nth-of-type(4){
    background: linear-gradient(180deg, #fcd2a3 50%, #ffffff 50%);
}
#lp_contents section:nth-of-type(5){
    background: linear-gradient(180deg, #c1e5ed 50%, #ffffff 50%);
}
#lp_contents section:nth-of-type(6){
    background: linear-gradient(180deg, #c9bee0 50%, #ffffff 50%);
}

#lp_contents section .name{
    width: 30%;
    position: absolute;
    top: -2%;
    left: 35%;
    z-index: 2;
}

#lp_contents section .line{
    width: 50%;
    position: absolute;
    z-index: 1;
    top: 1%;
    left:25%;
}

#lp_contents section .staff_detail{
	 width: 80%;
	display: inline-block;
	text-align: center;
	margin: 3% auto;
	position: relative;
    z-index: 5;
}
#lp_contents section .staff_detail .staff_img{
    width: 35%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
#lp_contents section .staff_detail .spot {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin: 0 auto;
	font-weight: 500;
	font-weight: bold;
}
#lp_contents section .staff_detail .spot .icon {
    width: 6%;
    margin-right:2%;
}
#lp_contents section .staff_detail .plof{
	font-size: 15px;
	text-align: center;
	margin: 10px auto;
	letter-spacing: 0px;
}
#lp_contents section .staff_detail .sns-box {
    display: flex;
    justify-content: space-between;
	width: 66%;
    margin: 4% auto 0;
    gap: 5px;
}
#lp_contents section .staff_detail .sns-box .snslink {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 10px;
    border-radius: 100vh;
    border: 1px solid #333;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    padding: 2.5% 0;
    width: 50%;
    color: #000000;
	background: #FFFFFF;
    font-weight: bold;
}
#lp_contents section .styleimg{
    width: 80%;
	position: relative;
	aspect-ratio: 5 / 6;
    margin: 5% auto;
}
#lp_contents section .styleimg .slider{
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

#lp_contents section .styleimg .slider img{
  width: 100%;
  height: auto;
  display: block;
}

/* 再生制御（is-active付いたら動く） */
.styleimg .slider{ animation-play-state: paused; }
.styleimg.is-active .slider{ animation-play-state: running; }

/* 共通キーフレーム */
@keyframes anime {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  30%  { opacity: 1; }
  35%  { opacity: 0; }
  100% { opacity: 0; }
}

/* ============ 4枚切り替え ============ */
/* 1枚あたり2s表示 → 合計8s */
.styleimg.is-4 .slider{
  animation: anime 8s infinite;
}
.styleimg.is-4 .slider:nth-child(1){ animation-delay: 0s; }
.styleimg.is-4 .slider:nth-child(2){ animation-delay: 2s; }
.styleimg.is-4 .slider:nth-child(3){ animation-delay: 4s; }
.styleimg.is-4 .slider:nth-child(4){ animation-delay: 6s; }

#lp_contents section .item_area{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#lp_contents section .item_area .item{
    font-weight: 700;
    line-height: 1.65em;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: .5px;
}


#lp_contents section .cmt {
    width: 80%;
  position: relative;
  display: inline-block;
    margin: 5% auto;
  padding: 5% 0;
  border-radius: 11px;
  background-color: #bbe8bb;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65em;
  color: #000000;
}

#lp_contents section .cmt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 0 16px 19px;
  border-color: transparent transparent #bbe8bb;
  translate: calc(-50% + 0.6px) -100%;
}
#lp_contents section:nth-of-type(2) .cmt{
    background-color: #fcf696;
}
#lp_contents section:nth-of-type(2) .cmt::after{
   border-color: transparent transparent #fcf696;
}
#lp_contents section:nth-of-type(3) .cmt{
    background-color: #fdd6f5;
}
#lp_contents section:nth-of-type(3) .cmt::after{
   border-color: transparent transparent #fdd6f5;
}
#lp_contents section:nth-of-type(4) .cmt{
    background-color: #fcd2a3;
}
#lp_contents section:nth-of-type(4) .cmt::after{
   border-color: transparent transparent #fcd2a3;
}
#lp_contents section:nth-of-type(5) .cmt{
    background-color: #c1e5ed;
}
#lp_contents section:nth-of-type(5) .cmt::after{
   border-color: transparent transparent #c1e5ed;
}
#lp_contents section:nth-of-type(6) .cmt{
    background-color: #c9bee0;
}
#lp_contents section:nth-of-type(6) .cmt::after{
   border-color: transparent transparent #c9bee0;
}
/* ================================================ 
footer
================================================ */

#lp_footer{
	width:100%;
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

#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 {
	background: #333;
	color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% 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_all a {
	color: #222;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% auto 10%;
    width: 65%;
    padding: 2% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 17px;
    line-height: 2em;
    letter-spacing: .5px;
	border-radius: 100vh;
	font-family: "Inter", sans-serif;
background: #BBE8BB;
background: linear-gradient(122deg,rgba(187, 232, 187, 1) 0%, rgba(240, 234, 143, 1) 19%, rgba(255, 194, 242, 1) 42%, rgba(252, 210, 163, 1) 62%, rgba(191, 229, 238, 1) 82%, rgba(199, 191, 215, 1) 100%);
    
}
.btn_all a:hover {
    background: #333;
    color: #FFFFFF;
}
.btn_all a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #222;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
    transition: 0.3s ease-in-out;
}
.btn_all a:hover:after {
    border-left: 9px solid #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;
		padding: 0 0 10%;
        background: url(../images/bg_dot_pattern.png) repeat 0 0 / 50px 50px;
	}
    #lp_head .slide-container{
        height: 400px;
        
    }
    #lp_head .title{
        width: 50%;
        left: 25%;
        bottom: -10%
    }
    #lp_head .info_area{
        width: 90%;
    }
    #lp_head .info_area .inner{
        padding: 10% 0;
    }
    #lp_head .info_area .inner .date{
        font-size: 15px;
        line-height: 1.7em;
    }
    #lp_head .info_area .inner .shop{
        font-size: 14px;
        font-weight: 500;
        
    }
    #lp_head .info_area .inner .note{
        font-size: 12px;
        line-height: 1.8;
    }
    #lp_head .info_area .inner .note .strong{
        font-size: 14px;
    }
    #lp_head .lead{
        font-size: 14.5px;
    }
    #lp_head .lead .strong{
        font-size: 105%;
    }
    #lp_contents section{
        padding: 5% 0 8%;
    }
    #lp_contents section .name{
        width: 35%;
        left: 32.5%;
    }
    #lp_contents section .line{
        width: 65%;
        left: 17.5%;
        top: 0.5%;
    }
    #lp_contents section .staff_detail{
        margin: 5% auto;
    }
    #lp_contents section .staff_detail .staff_img{
        width: 50%;
    }
    #lp_contents section .staff_detail .spot{
        font-size: 13px;
    }
    #lp_contents section .staff_detail .plof{
        font-size: 13px;
        margin: 10px auto;
        line-height: 1em;
    }
    #lp_contents section .staff_detail .sns-box{
        width: 85%;
    }
    #lp_contents section .styleimg{
        width: 90%;
    }
    #lp_contents section .cmt{
        width: 90%;
        letter-spacing: 0px;
    }
    #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_all a{
        width: 80%;
        font-size: 15px;
        padding: 3% 0;
        margin-bottom: 15%;
    }
    .btn_01 a:after{
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
    }
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
    
}



/* ================================================ 
　　　　　　　　　　　　JS動き
================================================ */

.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.3s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.6s ease;
}
.anim03 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.9s 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動き
================================================ */

/* ================================================ 
スクロール
================================================ */

.txt_scroll{
	display: flex;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
	color: #000;
	margin: 5% auto;
}
.txt_scroll ul{
	display: flex;          /* ← nowrapの代わりに横並びを保証 */
	flex: 0 0 auto;         /* 自動幅で連結 */
	align-items: center;
	gap: 1em;             /* 単語間の余白。必要に応じて調整 */
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Be Vietnam Pro", sans-serif;
	letter-spacing: 0px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	animation: marquee 60s linear infinite; /* 速度はここで調整 */
	will-change: transform;
}
/* 2本目を半周（=durationの半分）だけ先行させて継ぎ目を埋める */
.txt_scroll ul:nth-of-type(2){
  animation-delay: -6s;   /* 12sの半分。durationを変えたらここも半分に */
}
/* 連続スクロール（自身の幅ぶん流す） */
@keyframes marquee{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); } /* 要素自身の幅の-100% */
}
@media only screen and (max-width:768px){
	.txt_scroll ul{
		font-size: 15px
	}
}


.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);
  }
}


.heartbeat-img {
  animation: heartbeat 1.2s ease-in-out infinite;
}

@keyframes heartbeat {
  0%, 100% { 
    transform: scale(1);
  }
  50% { 
    transform: scale(1.2);
  }
}

