@charset "utf-8";

.markdown{
	width: 70%;
	margin: 50px auto 0;
}


.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;
/*    font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;*/
    letter-spacing: .1em;
/*    padding-bottom: 100px;*/
    padding-top: 0;
    color: #404040;
    line-height: 1.8;
    font-weight: 300;
	text-align: center;
	font-size: 14px;
}

.lp_wrap_inner {
    max-width: 560px; /* ページ幅560pxで中央寄せ */
    margin: 0 auto;
	background-color: #eae9e5;
}


#lp_wrap a {
    color: #6d6e70;
    transition: .3s;
    display: block;
}

#lp_wrap a:hover {
    opacity: .7;
}

#lp_wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#lp_wrap img {
    vertical-align: bottom;
}

.bg_gray {
    background: #f5f5f5;
}

.eng {
    font-family: acumin-pro, sans-serif;
    font-style: normal;
}
.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;
}

.item02,
.item04,
.item06{
	background-color: #deddd7;
}

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

.fv_inner {
    position: relative;
}

.fv_slider {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

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

.fv_title h1{
	font-weight:600;
	font-size: 3rem;
}
.fv_title h1 span{
	font-size: 1.5rem;
}

.fv_title p{
	font-size: 20px;
}

.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;
}

/*クーポンバナー*/
/*
.markdown{
	width: 70%;
	margin: 50px auto 0;
}
*/

.index {
   width: 72%;
    margin: 0 auto 10px;
	padding-bottom: 20px;
}

.index_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index_list li {
    width: 29%;
    margin-top: 18px;
}
.index h2{
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	font-size: 2.3rem;}

	
.guest {
  display: flex;
  align-items: center;       /* #01 と右側を縦位置中央揃え */
  margin-left: 20px;
  margin-bottom: 12px;
  font-family: "goldenbook", serif;
  font-weight: 600;
  font-style: normal;
}

.guest .number {
  font-size: 3.2rem;
  font-weight: 400;
  padding-left: 10px;
  margin-right: 15px;
  border-left: 5px solid #c46a1f; /* オレンジの縦線 */
  line-height: 1;
  letter-spacing: -0.1rem;
}

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

.guest .name {
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

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

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

.guest .meta {
font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 0.9rem;
  margin-top: 2px;
  color: #555;
}

.main_contents{
	width: 95%;
	margin: 0 auto;
	background-color: #FFF;
	filter: drop-shadow(2px 5px 5px rgba(38, 38, 38, 0.25));
	padding: 25px 20px 10px;
}

.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: "Outfit", sans-serif;
	font-weight: 500;
	font-size: 2rem;
	color: #AC4C10;
	letter-spacing: 0.04rem;
}



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

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

.point{
   width: 87%;
	margin: 0 auto 40px;
	padding: 7px 15px 7px;
	background-color: #fff;
	border: 1px solid #a0a0a0;       /* 黒の1px枠線 */
    border-radius: 15px;           /* 角丸（お好みでpx調整可能） */
    box-sizing: border-box;       /* paddingとborderを含めて幅を計算 */
	position: relative;
	filter: drop-shadow(2px 5px 5px rgba(38, 38, 38, 0.25));
}

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

.point_title {
    font-size: 1.7rem;
	font-family: "goldenbook", serif;
  font-weight: 600;
  font-style: normal;
    padding-right: 50px;         padding-bottom: 2px;
    margin-bottom: 37px;         /* 下線と間隔 */
    position: relative;
    display: block;
}

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

.point_flex{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	width: 95%;
  margin: 20px auto;
}
.point_flex_01{
	width: 37%;
	padding-top: 8px;
}
.point_flex_02{
	text-align: left;
	width: 60%;
	font-size: 16px;
	word-break: break-word;
}

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

.bottom_link a {
	font-size: 15px;
 width: 40%;
 margin: 0 auto;
 text-align: center;
  padding: 0.3em 1em;
  text-decoration: none;
  background-color: #AC4C10;
 color: #fff!important;
}

.bottom_link {
        margin: 0 auto 30px;
    }
.feature_inner p{
	font-family: "Outfit", sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
}
.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: 60px 0;
}
.fv_title {
	top: 40%;
	line-height: 2rem;
}

.fv_title h1{
	font-size: 2.2rem;
}
.fv_title h1 span{
	font-size: 1rem;
}
	.fv_title p{
	font-size: 15px;
}
.fv_text{
font-size: 13px;}
.fv_slider li {
	width: 200px; }

.index {
		width: 75%;
	}
.index_list li {
    width: 30%;
    margin-top: 12px;
}
.guest .number {
    font-size: 2.9rem;
    line-height: 0.8;
}	
.guest .name {
    font-size: 1.5rem;
}

.guest .meta {
    font-size: 0.6rem;
	font-weight: 200;
}
.main_contents {
    padding: 15px 15px 8px;
}
.bottom_info {
   margin: 5px auto 13px;
}
.product_name {
    font-size: 1.3rem;
}
	
.point_title {
    font-size: 1.3rem;
    padding-right: 10px;
	margin-bottom: 20px;
}
.point_icon {
    top: -22px;
    left: -10px;
    width: 23%;
}
	
.point {
width: 89%;
padding: 5px 5px 0px 5px;
margin: 0 auto 30px;
	}
	
.item_info {
    margin: 20px auto 55px;
}
.point_flex_01{
	width: 35%;
}
.point_flex_02{
	font-size: 12px;
}
.btn{
	margin: 10px auto 0;
}
	
.feature_inner p{
		font-size: 16px;
	}

	
}
