@charset "utf-8";

/*.markdown{
	width: 70%;
	margin: 50px auto 0;
}*/
.lp_sale_banner {
    color: #fa6ac5;
    margin: 60px auto 0;
}
.lp_sale_banner::after {
content: "";
background-color: #fa6ac5;
height: 1px;
width: 100%;
display: block;
}
.lp_sale_banner .sale_title {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 8px;
}
.lp_sale_banner .sale_title::before, .lp_sale_banner .sale_title::after {
content: "";
background-color: #fa6ac5;
height: 1px;
width: 100%;
display: block;
}
.lp_sale_banner .sale_title span {
font-family: "Marlide Display", serif;
display: block;
font-size: 1.6rem;
white-space: nowrap;
padding: 0 13px;
font-weight: 500;
font-style: normal;
}
.lp_sale_banner .sale_desc {
text-align: center;
font-size: 18px;
letter-spacing: .03em;
margin-bottom: 2px;
}
.sale_desc2 {
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
}
.lp_sale_banner .sale_term {
text-align: center;
font-size: 16px;
margin-bottom: 24px;
letter-spacing: .1em;
}
.fs-l-main {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.fs-l-page {
    margin-top: 80px;
}
#lp_wrap {
    width: 100%;
    margin: 0 auto;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 400;
	font-style: normal;
    letter-spacing: .1em;
    padding-top: 0;
    color: #2a2a2a;
    line-height: 1.8;
	text-align: center;
	font-size: 14px;
}
.lp_wrap_inner {
    max-width: 560px; /* ページ幅560pxで中央寄せ */
    margin: 0 auto;
}
#lp_wrap a {
    color: #2a2a2a;
    transition: .3s;
    display: block;
	font-size: 0.9em;
}
#lp_wrap a:hover {
    opacity: .7;
}
#lp_wrap ul {
    list-style: none;
    padding: 0;
}
#lp_wrap img {
    vertical-align: bottom;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
section{
	padding: 80px 0;
}

/* FVスライダー */
.fv {
	position: relative; 
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
	padding: 0 0 60px;
}

.fv_inner {
    position: relative;
}

/* スライダー中央にテキスト配置 */
.fv_title {
	width: 100%;
    position: absolute;
    top: 40%;             /* 縦中央 */
    left: 50%;            /* 横中央 */
    transform: translate(-50%, -50%); /* 真ん中に揃える */
    z-index: 10;          /* スライダー画像の上に表示 */
    text-align: center;    /* 中央揃え */
    color: #2a2a2a;          /* 必要に応じて文字色 */
	line-height: 3.1rem;
	font-family: marlide-display-variable, serif;
	font-style: normal;
	font-variation-settings: "wght" 300;
}


.fv_title h1{
	font-weight:300;
	font-size: 3.5rem;
}
.fv_title .title_text1 {
	color: #fa6ac5;
	font-size: 1.15rem;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	letter-spacing:.03em;
}
.fv_title .title_text3 {
	font-size: 1.12rem;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	line-height: 1.5em;
}
.text_center {
	text-align: center;
}

.text_center .title {
	display: inline-block;
}

.text_center .title .title_text {
	text-align: left;
	font-size: 3.6rem;
	color: #2a2a2a;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 0.1em;
	animation: title_text 1.5s forwards linear;
}

@-webkit-keyframes title_text {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes title_text {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.number_center {
	text-align: center;
}

.number_center .number {
	display: inline-block;
}

.number_center .number .number_text {
	text-align: left;
	font-size: 3.6rem;
	color: #2a2a2a;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 0.1em;
}

.fv_text{
	font-size: 16px;
}

/* 1枚画像の幅を固定 + marginで隙間調整 */
.fv_slider li {
    flex: 0 0 auto;    /* 幅固定のため */
    width: 260px;       /* ページ幅560pxの半分 */
    margin-right: 5px;  /* 画像間の隙間 */
    box-sizing: border-box;
}

.fv_slider li:last-child {
    margin-right: 0;
}

.fv_slider li img {
    width: 100%;
    height: auto;   /* 縦横比を保持 */
    display: block;
}

.index {
   width: 76%;
    margin: 0 auto 10px;
}

.index_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index_list li {
    width: 29%;
    margin-top: 18px;
}
	
.guest {
  display: flex;
  align-items: center;       /* #01 と右側を縦位置中央揃え */
  margin-left: 10px;
  margin-bottom: 12px;
  font-family: marlide-display-variable, serif;
  font-style: normal;
  font-variation-settings: "wght" 300;
  font-weight: 400;
}

.guest .number {
  font-size: 3.5rem;
  font-weight: 300;
  margin-right: 15px;
  line-height: 1;
  letter-spacing: 0.05rem;
}

.guest .info {
  display: flex;
  flex-direction: column;    /* AZUSA と meta を縦並び */
  justify-content: center;   /* #01 と縦位置を揃える */
  line-height: 1;
}

.guest .name {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  text-align: left;
  font-size: 1.2rem;
}

.guest .name {
  display: flex;          /* 横並びにする */
  align-items: center;    /* 縦位置を中央に揃える */
  gap: 10px;               /* テキストとアイコンの間隔 */
}

.guest .name a img {
  width: 22px;   /* 必要に応じて調整 */
  height: auto;
  margin-right:10px;
  /*display: block;*/
}

.guest .meta {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 0.9rem;
  margin-top: 5.5px;
  text-align:left;
}

.main_contents{
	width: 100%;
	margin: 0 auto 60px;
	background-color: #e3e2e2;
	padding-bottom: 45px
}

.bottom_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 13px auto 15px;
  width: 98%;
}
.bottom_info .icon_left {
  width: 24.7%;
}
.bottom_info .icon_right {
  width: 5%;
}
.product_name{
  font-family: marlide-display-variable, serif;
  font-style: normal;
  font-variation-settings: "wght" 300;
  font-weight: 400;
  font-size: 2.1rem;
  color: #2a2a2a;
  letter-spacing: 0.04rem;
}



.slick-dots li.slick-active button:before {
    background: #fa6ac5;
}

.item_info {
  width: 87%;
  margin: 20px auto 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.point{
  width: 87%;
  margin: 0 auto 60px;
  padding: 7px 15px 7px;
  position: relative;
}

.point_icon {
    position: absolute;          /* 親を基準に絶対配置 */
    top: 35px;                  /* 上に少しはみ出す */
    left: -20px;                 /* 左に少しはみ出す */
    width: 22%;
	z-index: 10;
}

.point_title {
    font-size: 1.8rem;
	font-family: marlide-display-variable, serif;
	font-style: normal;
	font-variation-settings: "wght" 300;
    padding-right: 60px; 
	padding-bottom: 2px;
    margin-bottom: 15px;         /* 下線と間隔 */
    position: relative;
    display: block;
}

.point_title::after {
    content: "";
    position: absolute;
    left: 4em;                      /* 親 .point の左端から */
    bottom: 0;                    /* 下端に配置 */
    width: 83%;                  /* 親の幅いっぱいに引く */
    height: 1px;
    background-color: #a0a0a0;
}

.point_flex{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 0 auto 0 8.2em;
}
.point_flex_01{
	width: 37%;
	padding-top: 8px;
}
.point_flex_02{
	text-align: left;
	width: 100%;
	font-size: 15px;
	word-break: break-word;
}

.btn{
	width: 45%;
	margin: 0 auto;
}

.bottom_link a {
	width: 45%;
	margin: 0 auto;
	text-align: center;
	padding: 0.3em 1em;
	text-decoration: none;
	background-color: #e3e2e2;
	color: #2a2a2a!important;
}
.bottom_link {
	margin: 0 auto 30px;
	font-size: 17px;
}
.feature_inner p{
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 17px;
	margin-bottom: 10px;
	letter-spacing: .05em;
}
.feature_inner p span{
	font-size:  smaller;
}
.feature_inner img{
	width: 75%;
}
.feature_inner{
	margin-bottom: 60px;
}





@media screen and (max-width: 640px) {
section{
	padding: 70px 0;
}
.fv_title {
	line-height: 2.2rem;
	transform:translate(-50%, -55%);
}
.fv_title .title_text1 {
	font-size: 1rem;
}
.fv_title h1{
	font-size: 41px;
}
.fv_title .title_text3 {
	font-size: .8rem;
}
.text_center .title .title_text {
	font-size: 2.55rem;
}
.number_center .number .number_text {
	font-size: 3.2rem;
}
.fv_text{
font-size: 13px;
}
.lp_sale_banner .sale_title span {
	font-size: 1.4rem;
}
.lp_sale_banner .sale_desc {
	font-size: 1rem;
}
.sale_desc2 {
	font-size: 1rem;
}
.lp_sale_banner .sale_term {
	font-size: .8rem;
}
.index {
		width: 80%;
}
.index_list li {
    width: 31%;
    margin-top: 12px;
}
.guest {
    line-height: 0.9;
}	
.guest .name {
    font-size: 1.1rem;
}

.guest .meta {
    font-size: 0.8rem;
	font-weight: 200;
}
.main_contents {
	padding-bottom: 1px
}
.bottom_info {
   margin: 5px auto 13px;
}
.product_name {
    font-size: 2rem;
}
.point_title {
    font-size: 1.6rem;
    padding-right: 10px;
    margin-bottom: 10px;
}
.point_title::after {
    width: 80%;                  /* 親の幅いっぱいに引く */
    left: 3.2em; 
}
.point_icon {
    top: 38px;
    left: -10px;
    width: 25%;
}
.point {
width: 80%;
padding: 5px 5px 20px 5px;
margin: 0 auto 30px;
}
.item_info {
    margin: 5px auto 45px;
}
.point_flex{
	margin: 0 auto 0 6em;
	line-height:1.3em;
}
.point_flex_01{
	width: 35%;
}
.point_flex_02{
	font-size: 12px;
}
.btn{
	margin: 10px auto 0;
}
.bottom_link a {
	width: 55%;
	padding: 0.2em 1em;
}
.feature_inner p{
		font-size: 16px;
}

	
}
