@charset "utf-8";

*:focus {
  outline: none;
}

body{
    background-image: url("../images/bg.jpg");
    background-size:cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width:768px){
body{
    background-image: inherit;
    margin: 0 auto;
    padding: 0;
}
}


.Inter{
    font-family: "Inter", sans-serif;
}
.Montserrat{
    font-family: "Montserrat", sans-serif;
}
.Hiragino{
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}


#lp_wrap{
    max-width: 600px;
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #222;
    display: block;
    padding:0;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    font-family: "Noto Sans JP", serif;
    background: #FFFFFF;
    
}
#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{
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    margin: 0 auto;
}

#lp_head .head{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto;
    position: relative;
}
#lp_head .visual {
    position: relative;
    width: 100%;
    height: auto;
}
#lp_head .title{
    width: 53%;
    text-align: center;
    margin: 10% auto 15%;
}
#lp_head .date{
    width: 100%;
    text-align: center;
    margin: 10% auto 5%;
    position: relative;
    display: inline-block;
    letter-spacing: 0.5px;
}
#lp_head .date h1{
    font-weight: 600;
    font-size: 20px;
    text-decoration: underline;
    color: #1ea064;
    margin: 0 auto;
}
#lp_head .date h2{
    font-weight: 600;
    font-size: 20px;
    text-decoration: underline;
    color: #1ea064;
    margin: 5% auto 0;
}
#lp_head .date .shop{
    font-weight: 400;
    font-size: 16px;
    color: #1ea064;
    margin: 2% auto 0;
    text-decoration: none;
    font-family: "Noto Sans JP", serif;
}
#lp_head .date .note{
    width: 80%;
    border: #1ea064 1px solid;
    font-size: 14px;
    text-align: center;
    margin: 5% auto 2%;
    position: relative;
    display: block;
    font-family: "Noto Sans JP", serif;
    padding: 5% 0;
}
#lp_head .date .note .strong{
    font-weight: 500;
    font-size: 120%;
}


#lp_head .lead{
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin: 0% auto 5%;
    position: relative;
    display: inline-block;
    line-height: 2em;
    letter-spacing: 0.5px;
}
#lp_head .green{
    font-weight: 600;
    font-size: 20px;
    text-decoration: underline;
    color: #1ea064;
    
}
.fade-up {
    opacity: 0;
    transform: translateY(50px);
    animation: fadeUp 1s ease-out forwards;
}
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }


@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#lp_head .sub_contents{
    width: 100%;
    display: inline-block;
    margin: 15% auto 0;
    position: relative;
    background: #1ea064;
    padding: 10% 0;
}
#lp_head .sub_contents .ttl{
    width: 45%;
    position: absolute;
    left: 27.5%;
    top: -2%;
}
#lp_head .sub_contents h3{
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    margin: 6% auto 0;
    font-weight: 400;
}
#lp_head .sub_contents .inner{
    background: #FFFFFF;
    width: 90%;
    margin: 2.5% auto;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    padding: 5% 0 10%;
}
#lp_head .sub_contents h4{
    color: #1ea064;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
}
#lp_head .sub_contents h5{
    color: #1ea064;
    font-size: 25px;
    text-align: center;
    margin: 2.5% auto 4%;
}
#lp_head .sub_contents .image{
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
#lp_head .sub_contents .txt{
    font-size: 14px;
    text-align: center;
    margin: 5% auto;
    
}
#lp_head .sub_contents .txt .info{
    font-weight: 600;
    font-size: 110%;
}
.schedule-table {
    width: 80%;
    text-align: center;
    margin: 0 auto 6%;
    display: grid;
    grid-template-columns: 4fr 6fr;
    border: 1px solid rgba(42, 175, 133, 0.4);
    font-size: 13px;
    color: #2aaf85;
    font-weight: bold;
}
.cell {
    padding: 8px 5px;
    border: 1px solid rgba(42, 175, 133, 0.4);
}





/* ======================================================================== 
　　Contents
=========================================================================== */

#lp_contents{
    width: 100%;
    text-align: center;
    position:relative;
    margin: 0% auto;
    display: block;
    background: #e2f1e6;
    padding: 15% 0 0;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
#lp_contents section{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0% auto 5%;
    border-top: #444 dotted 1px;
    padding-top: 10%;
}
#lp_contents section .lead_box{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.update-heading {
  text-align: center;
  margin: 2rem 0 1.5rem;
}

.update-heading span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1ea064;
  position: relative;
  padding: 0 1em;
}
.update-heading span::before,
.update-heading span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;     /* 線の長さ */
  height: 1px;     /* 線の太さ */
  background: #1ea064;
}

.update-heading span::before {
  left: -90px;  /* 線の位置（左） */
}

.update-heading span::after {
  right: -90px; /* 線の位置（右） */
}
.name-display {
    width: 90%;
  text-align: center;
    margin: 0 auto 3%;
}

.name-img {
  height: 4rem;
  width: auto;
}

#lp_contents section .qa-box {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 5% 0;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    display: inline-block;
}


/* ====== 共通レイアウトブロック ====== */
#lp_contents section .question-block,
#lp_contents section .answer-block {
  position: relative;
  margin-bottom: 3rem;
}

/* ====== ラベル画像（QUESTION/ANSWER） ====== */
#lp_contents section .question-img{
    width: 120px;
    position: absolute;
    top: -20px; /* 枠にかぶせる高さ */
    left: 20px; /* 枠内左寄せ */
    z-index: 2;
}
#lp_contents section .answer-img{
    width: 80px;
    position: absolute;
    top: -20px; /* 枠にかぶせる高さ */
    left: 20px; /* 枠内左寄せ */
    z-index: 2;
}

/* ====== テキストボックス（枠） ====== */
#lp_contents section .question-text {
    background: #ffffff;
    padding:4% 2% 4% 4%; /* 上に画像を被せるため余白 */
    font-size: 14px;;
    line-height: 1.8;
    box-shadow: 8px 8px 0 #9fd2ab;
    border: 1px solid #4aa34a;
    position: relative;
    z-index: 1;
    text-align: left;
    border-radius: 100vh;
}
#lp_contents section .answer-text {
  background: #ffffff;
  border-radius: 16px;
  padding:4% 2% 4% 4%; 
  font-size: 14px;;
  line-height: 1.8;
  box-shadow: 8px 8px 0 #1ea064;
  border: 1px solid #4aa34a;
  position: relative;
  z-index: 1;
    text-align: left;
}
#lp_contents section .photo {
    position: absolute;
    top: 34%;
    right: 1%;
    width: 35%;
    max-width: 100px;
    z-index: 10;
}
#lp_contents section:nth-of-type(2) .photo {
    position: absolute;
    top: 38%;
    right: 1%;
    width: 35%;
    max-width: 100px;
    z-index: 10;
}
#lp_contents section:nth-of-type(3) .photo {
    position: absolute;
    top: 40%;
    right: -1%;
    width: 35%;
    max-width: 100px;
    z-index: 10;
}
#lp_contents section:nth-of-type(4) .photo {
    position: absolute;
    top: 40%;
    right: 0%;
    width: 35%;
    max-width: 110px;
    z-index: 10;
}
#lp_contents section .style_box{
    width: 90%;
    display: inline-block;
    margin: 5% auto;
    position: relative;
}
#lp_contents section .style_box .ttl{
    width: 50%;
    text-align: center;
    margin: 2.5% auto;
    position: relative;
    display: block;
}
#lp_contents section .style_box .main{
    width: 100%;
    display: inline-block;
    margin: 2.5% auto;
    padding-bottom: 133.333%;
    position: relative;
}
#lp_contents section .style_box .sub{
    width: 100%;
    text-align: center;
    margin: 0% auto;
    position: relative;
    display: inline-block;
}
#lp_contents section .style_box .sub ul li{
    position: relative;
    display: inline-block;
}
#lp_contents section .style_box .sub ul li:nth-child(1){
    width: 48%;
    float: left;
}
#lp_contents section .style_box .sub ul li:nth-child(2){
    width: 48%;
    float: right;
    margin-top: 20%;
}
#lp_contents section .style_box .sub ul li:nth-child(3){
    width: 100%;
    margin: 5% auto;
    text-align: center;
}
#lp_contents section .style_box .sub ul li:nth-child(4){
    width: 50%;
    float: left;
}
#lp_contents section .style_box .sub ul li:nth-child(5){
    width: 50%;
    float: right;
}
#lp_contents section .style_box .sub ul li:nth-child(6){
    width: 80%;
    text-align: center;
    margin: 5% auto;
}

#lp_contents section .staff_box{
    background: #a2dbb0;
    width:70%;
    display: inline-block;
    margin: 0% auto 10%;
    position: relative;
    border-radius: 10px;
}
#lp_contents section .staff_box .inner{
    width: 90%;
    display: inline-block;
    position: relative;
    margin: 5% auto;
}
#lp_contents section .staff_box .inner h1{
    font-size:40px;
    text-align: center;
    margin: 0 auto;
    line-height: 1em;
    color: #444;
}
#lp_contents section .staff_box .inner h2{
    font-size:14px;
    text-align: center;
    margin: 2% auto;
    line-height: 2em;
    position: relative;
    font-weight: 400;
    color: #444;
}

#lp_contents section .staff_box .inner .speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 8px;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #86cc96;
}

#lp_contents section .staff_box .inner .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
    border-width: 11px 6px 0 6px;
  border-color: #FFFFFF transparent transparent;
  translate: -50% 100%;
}
#lp_contents section .staff_box .inner .icon{
    width: 180px;
    clip-path: circle(50%);
    text-align: center;
    display: block;
    margin: 3% auto;
}
#lp_contents .follow_box{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0% auto;
}
#lp_contents .follow_box .sns{
    width: 100%;
    text-align: center;
    margin: 0% auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#lp_contents .follow_box .follow{
    width: 48%;
    margin: 0 auto;
    position: relative;
}
#lp_contents .follow_box .follow a{
    display: block;
    width: 100%;
    background: #e3f4e7;
    color: #000000;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 4% 0;
}
#lp_contents .follow_box .follow a::before{
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    background: url(../images/triangle.svg);
    background-size: 100%;
    /*filter: invert(1);*/
}
#lp_contents .follow_box .follow img{
    /*filter: invert(1);*/
    width: 55%;
    margin: 0 auto 0px;
    display: block;
}
#lp_contents .follow_box .follow2{
    width: 48%;
    margin: 0 auto;
    position: relative;
}
#lp_contents .follow_box .follow2 a{
    display: block;
    width: 100%;
    background: #e3f4e7;
    color: #000000;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 3% 0;
}
#lp_contents .follow_box .follow2 a::before{
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    background: url(../images/triangle.svg);
    background-size: 100%;
    /*filter: invert(1);*/
}
#lp_contents .follow_box .follow2 img{
    /*filter: invert(1);*/
    width: 12%;
    margin: 0 auto 0px;
    display: block;
}

#lp_contents .point_wrap {
    width: 100%;
    background: #fff;
    padding: 5% 0;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #dfdfdf calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #dfdfdf calc(100% - 1px));
    background-size: 15px 15px;
    background-repeat: repeat;
    background-position: center center;
    margin: 0 auto;
}
#lp_contents .point_wrap .ttl{
    width: 80%;
    text-align: center;
    margin: 5% auto 10%;
    position: relative;
    display: block;
}

#lp_contents .point-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto 0%;
    position: relative;
}
#lp_contents .point-block.reverse {
    flex-direction: row-reverse;
}
#lp_contents .point-block .img-col {
    width: 45%;
}
#lp_contents .point-block .text-col-wrapper {
    width: 50%;
    position: relative;
    padding-top: 20%;
}
#lp_contents .point-block .floating-name {
    position: absolute;
    top: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #1ea064;
    font-weight: 700;
    font-size: 15px;
    padding: 0 1em;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    line-height: 1;
    z-index: 2;
}
#lp_contents .point-block .text-col {
    border: 1px solid #1ea064;
    border-radius: 8px;
    background: #fff;
    padding: 2.5rem 5% 5%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

#lp_contents .point-block .text-col .item {
    font-weight: 700;
    font-size: 18px;
    color: #a2dbb0;
    margin: 0 0 4%;
}
#lp_contents .point-block .text-col .desc {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 8%;
}
#lp_contents .point-block .text-col .dotted {
    border: none;
    border-top: 1px dotted #1ea064;
    margin: 4% 0 8%;
}
#lp_contents .ts-block{
    background:#1ea064;
    padding: 10% 0;
    position: relative;
    display: block;
    margin: 0 auto;
}
#lp_contents .ts-block .ttl{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#lp_contents .ts-block .lead{
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    margin: 5% auto;
    position: relative;
    letter-spacing: 1px;
}


/* ============ スライダー 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%);
  }
}

_:-ms-lang(x)::-ms-backdrop,
.d-demo {
display: -ms-grid;
  overflow: hidden;
}

.d-demo__wrap {
  display: flex;
  overflow: hidden; /* ← 保険 */
}


.d-demo__list {
  display: flex;
  list-style: none;

}
.d-demo__list--vertical  {
flex-direction: column;

}

.d-demo__list--left{
animation :infinity-scroll-left 25s infinite linear 0.5s both;
	padding-bottom: -5%;
}
.d-demo__list--right{
animation :infinity-scroll-right 25s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(110vw / 8); /* ← そのままでOK */
  flex-shrink: 0;
    margin-right:10px;

}
.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;
}

@media only screen and (max-width:767px){
    .d-demo__item {
        width: calc(110vw / 3); /* ← そのままでOK */
        flex-shrink: 0;
        margin-right:5px;

}
}




#lp_foot{
    width: 100%;
    display: block;
    margin: 0% auto;
    position: relative;
    padding: 5% 0 10% 0;
    background: #FFFFFF;
}
#lp_foot .comig_box{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 20px; 
}
#lp_foot .comig_box .icon{
   width: auto;
    position: relative;
    display: inline-block;
}
#lp_foot .comig_box .icon .iconimg{
    width: 100px;
    display: block;
    position: relative;
}
#lp_foot .comig_box .txt_box{
    width: auto;
    position: relative;
    display: inline-block;
}
#lp_foot .comig_box .txt_box .comingimg{
    width: 90%;
    margin-bottom: 10%;
    margin-left: 5%;
    position: relative;
    display: block;
}
#lp_foot .comig_box .txt_box .txt{
    font-size: 20px;
    font-weight: 600;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    text-align: left;
     position: relative;
    line-height: 1.8em;
}
#lp_foot .comig_box .txt_box .txt .name{
    font-size: 120%;
    color: #1ea064;
}
#lp_foot .comig_box2{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 10px;
}
#lp_foot .comig_box2 .icon{
   width: auto;
    position: relative;
    display: flex;
}
#lp_foot .comig_box2 .icon .iconimg{
    width: 100px;
    display: block;
    position: relative;
}
#lp_foot .comig_box2 .txt_box{
    width: auto;
    position: relative;
    display: inline-block;
}
#lp_foot .comig_box2 .txt_box .comingimg{
    width: 70%;
    margin-bottom: 10%;
    margin-left: 15%;
    position: relative;
    display: block;
}
#lp_foot .comig_box2 .txt_box .txt{
    font-size: 13px;
    font-weight: 600;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    text-align: left;
     position: relative;
    line-height: 1.8em;
}
#lp_foot .comig_box2 .txt_box .txt .name{
    font-size: 120%;
    color: #1ea064;
}
#lp_foot .comig_box2 .txt_box .txt .green{
    color: #1ea064;
}
#lp_foot .hr{
    width: 100%;
    margin: 5% auto;
    border-bottom: #1ea064 1px solid;
} 

#lp_foot .logo{
    width:230px;
    text-align: center;
    margin: 10% auto;
}


/* ======================== ボタン======================== */
/* ============ .btn01============ */
.btn01 a {
    background: #9fd2ab;
    color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% auto;
    width: 70%;
    padding: 3% 0%;
    font-size: 17px;
    line-height: 1em;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    text-decoration: none;
    text-align: center;
    border-radius: 100vh;
    font-weight: 600;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-family: "Inter", "Arial", "Helvetica Neue", sans-serif;
    border: #1ea064 1px solid;
}

/* 右端の▶アイコン */
.btn01 a:after {
    content: '▶';
    font-size: 16px;
    position: absolute;
    right: 20px;
    color: #FFFFFF;
    transition: color 0.3s ease-in-out;
}

/* ホバー時のスタイル */
.btn01 a:hover {
    background: #444;
    border: #444 1px solid;
    color: #FFFFFF;
    border-color: #444;
}

.btn01 a:hover:after {
    color: #FFFFFF;
}

.btn02 a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    width: 70%;
    padding: 3% 0;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: #444;
    border-radius: 10px;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 2em;
    text-decoration: none;
}

.btn02 a .ig {
    width: 30px;
    display: inline-block;
    margin: 0;
}

.btn02 a .ig img {
    width: 100%;
    height: auto;
    display: block;
}

.btn_all a{
    position: relative;
    display: inline-block;
    align-items: center;
    margin: 0 auto;
    width: 90%;
    padding: 4% 0%;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background:#333;
    border-radius: 2px;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 2em;
}
.btn_all a .lepsta_logo{
    width: 150px;
    margin: 0 auto;
    text-align: center;
    display: block;
}





.pc{
    display:block;
}
.sp {
	display:none;
}
/*.small{
    font-size: 80%;
    letter-spacing: 0px;
}*/
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}




/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
        overflow: hidden;
	}
    #lp_head .title{
        width: 55%;
        margin: 10% auto;
    }
    #lp_head .date h1{
        font-size: 16px;
    }
    #lp_head .date h2{
        font-size: 15px;
    }
    #lp_head .date .shop{
        font-size: 12px;
        margin: 1% auto;
    }
    #lp_head .date .note{
        width: 86%;
    }
    #lp_head .lead{
        font-size: 14px;
        letter-spacing: 0px;
        margin: 5% auto;
    }
    #lp_head .date .note{
        font-size: 12px;
    }
    #lp_head .sub_contents{
        margin: 25% auto 0;
    }
    #lp_head .sub_contents .ttl{
        width: 60%;
        left: 20%;
        top: -4%;
    }
    #lp_head .sub_contents h3{
        font-size: 14px;
        margin: 3% auto 0;
    }
    #lp_head .sub_contents h4{
        font-size: 15px;
    }
    #lp_head .sub_contents h5{
        font-size: 20px;
    }
    #lp_head .sub_contents .inner{
        width: 94%;
        padding: 10% 0 15%;
    }
    #lp_head .sub_contents .txt{
        font-size: 13px;
        line-height: 1.8em;
        margin: 10% auto 5%;
    }
    #lp_head .sub_contents .txt .info{
        font-weight: 600;
        font-size: 100%;
    }
    .schedule-table{
        width: 90%;
    }
    #lp_contents{
        margin: 0% auto 0;
    }
    .update-heading{
        margin: 0% auto;
    }
    .update-heading span{
        font-size: 14px;
    }
    .update-heading span::before, 
    .update-heading span::after{
        width: 50px;
    }
    .update-heading span::before {
        left: -50px;
    }
    .update-heading span::after {
        right: -50px;
    }
    .name-display{
        width: 60%;
    }
    #lp_contents section .qa-box{
        width: 100%;
    }
    #lp_contents section .question-img{
        width: 100px;
        top: -18px;
    }
    #lp_contents section .answer-img{
        width: 65px;
        top: -16px;
    }
    #lp_contents section .question-text{
        padding: 5% 2% 5% 4%;
        font-size: 12px;
    }
    #lp_contents section .answer-text{
        padding: 5% 2% 5% 4%;
        font-size: 12px;
    }
    #lp_contents section .photo{
        width: 27%;
        top: 28%;
    }
    #lp_contents section:nth-of-type(2) .photo {
        top: 40%;
        right: 1%;
        width: 27%;
        z-index: 10;
    }
    #lp_contents section:nth-of-type(3) .photo {
        top: 40%;
        right: -2%;
        width: 26%;
        z-index: 10;
    }
    #lp_contents section:nth-of-type(4) .photo {
        top: 34%;
        right: -3%;
        width: 27%;
        z-index: 10;
    }
    #lp_contents section .style_box{
        width: 100%;
    }
    #lp_contents section .style_box .ttl{
        width: 55%;
    }
    #lp_contents section .style_box .sub{
        width: 90%;
    }
    
    
    #lp_contents section .staff_box{
        width: 85%;
    }
    #lp_contents section .style_box .no{
        top: -1%;
    }
    #lp_contents section .staff_box .inner h1{
        font-size: 20px;
    }
    #lp_contents section .staff_box .inner h2{
        font-size: 13px;
        letter-spacing: 0px;
    }
    #lp_contents section .staff_box .inner .speechBubble{
        font-size: 13px;
            padding: 10px;
    }
    #lp_contents .point_wrap{
        padding: 10% 0;
        background-size: 10px 10px;
    }
    #lp_contents section .staff_box .inner .icon{
        width: 120px;
        margin-bottom: 8%;
    }
    #lp_contents .point_wrap .ttl{
        margin: 5% auto;
    }
    #lp_contents .point-block{
        width: 94%;
        margin: 0% auto;
    }
    #lp_contents .point-block .text-col-wrapper{
        width: 55%;
        padding-top: 15%;
    }
    #lp_contents .point-block .floating-name{
        width: 45%;
        font-size: 13px;
    }
    #lp_contents .point-block .text-col .item{
        font-size: 15px;
    }
    #lp_contents .point-block .text-col .desc{
        font-size: 12px;
        line-height: 1.5em;
    }
    #lp_contents .ts-block .ttl{
        width: 80%;
        margin: 5% auto 10%;
    }
    #lp_contents .ts-block .lead{
        font-size: 14px;
        margin: 2% auto;
    }
    
    #lp_foot{
        margin: 0% auto;
        padding: 10% 0;
    }
    #lp_foot .comig_box{
        width: 75%;
        gap:10px;
    }
    #lp_foot .comig_box .icon .iconimg{
        width: 80px;
    }
    #lp_foot .comig_box .txt_box .txt{
        font-size: 15px;
    }
    #lp_foot .comig_box .txt_box .comingimg{
        width: 80%;
        margin-left: 10%;
    }
    #lp_foot .comig_box2{
        width: 90%;
        gap:10px;
    }
    #lp_foot .comig_box2 .icon .iconimg{
        width: 62px;
    }
    #lp_foot .comig_box2 .txt_box .txt{
        font-size: 13px;
        line-height: 1.6em;
        margin: 0 auto;
    }
    #lp_foot .comig_box2 .txt_box .comingimg{
        width: 70%;
        margin-left: 10%;
        margin-bottom: 1%;
    }
    #lp_foot .logo{
        width: 45%;
    }
    #lp_foot .hr{
        margin: 10% auto 10%;
    }
    .btn01 a{
        width: 90%;
        font-size: 14px;
        padding: 4% 0;
        line-height: 2em;
    }
    .btn02 a{
        width: 90%;
        font-size: 13px;
        border-radius: 5px;
    }
    .btn02 a .ig{
        width: 20px;
    }
    .btn_all a{
        font-size: 13px;
    }
    .btn_all a .lepsta_logo{
        width: 120px;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

/* ============ fade CSS ============ */
.fade1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0%;
    background: center center no-repeat;
    animation: anime 4s 0s infinite;
    z-index: 0;
    opacity: 0;
}
.fade1: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;
}
}

.img-wrap {
    animation: img-wrap 2.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 1s ease; /* 変化を滑らかに */
    will-change: transform;        /* ブラウザに最適化指示 */
}

@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%);
  }
}
