@charset "utf-8";
/* =============
  theme original
================ */
.h_bar {
    display: none
}
#beltbnr {
    display: none
}


/* =======
  common
========== */

html {
  font-size: 62.5%;
  scroll-padding-top: 100px;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

 main {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
  }
body{background-color: #f1f1f1;}
ul,li {
  list-style: none;
}

/* 不要箇所 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  object-fit: cover;
}
svg {
    overflow: visible;
    width: 100%
}
.en{
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-orientation: upright;
}

/* ==========
  contents　共通
=========== */
.pc-img {
  display: block;
}
.sp-img {
  display: none;
}
/* 変更しない */
.wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.l-content__header {
  width: 900px;
  margin-inline: auto;
}
.lead {
  margin-top: 25px;
  text-align: center;
}

.p-article-vis__img {
  /* padding-top: 10px; */
}



.area{
	width: 900px;
	margin: 80px auto;
	border: solid 1px;
	padding-bottom: 100px;
	padding-top: 80px;
	border-radius: 20px;
}

.slide-items{
	border-radius: 32.5px;
	margin: 5px 0;
}

.slidenone-items{
	border-radius: 0 32.5px 0 0;
	margin: 20px;
}
.slidenone-guide2{
	border-radius: 0  0 0 32.5px;
	background-color: #fff;
	border: solid 1px #000;
	margin: 20px 0 30px;
}
.slidenone-items2{
	border-radius: 0 32.5px 0 0;
	margin: 20px;
}

/* sliderをカスタマイズするCSS */
.slick-dots {
	bottom: -20px!important;
	width: initial;
	left: auto;
	right: 0;
}
.slick-dots li button:before{
	font-size: 8px!important;
}

.slick-dotted.slick-slider {
    margin-bottom: 20px!important;
}





/*--------------------SP-----------------------------*/
@media screen and (max-width: 767px) {
	html {
    scroll-padding-top: 0;
  }
  .pc-img {
    display: none;
  }
  .sp-img {
    display: block;
  }
  .font-ja {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-feature-settings: "palt"; /* 句読点を詰める */
  
   /* 両橋を揃える */
}

  .column {
    display: block;
  }
  .l-content__header,
  .section-container {
    width: 100%;
  }
.p-article__vis{
  position: relative;
  width: 100%;
  display: inline-block;
 }
.p-article__header {
  position: relative;
  max-width: 960px;
  margin: 0px auto;
  padding-top: 30px;
}

/* SVGを背景として配置 */
.p-article__header .marker {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* 楕円（線だけ） */
.p-article__header .ellipse-path {
  fill: none;                 /* ← 中は塗らない */
  stroke: #1cb258;
  stroke-width: 1;
  stroke-linecap: round;

  /* 描画アニメーション用 */
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

/* テキスト */
.p-article__header .lead {
  position: relative;
  z-index: 2;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* アニメーション発火 */
.p-article__header.animate .ellipse-path {
  animation: drawEllipse 1.5s ease-out forwards;
}

/* 線を描く */
@keyframes drawEllipse {
  to {
    stroke-dashoffset: 0;
  }
}

	
	
	

	
	
	
	
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
	
  main {
    padding: 0 0px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
  }

 main h2, main h3, main h4 {
    margin: 0 auto;
    font-size: 3.25vw;
    font-weight: 600;
    /* line-height: 2; */
    letter-spacing: 0px;
    color: #333;
  }
  .lead {
    width: 100%;
    margin: 0px auto;
    padding: 0 20px;
    text-align: justify;
  }
  .lead br {
    display: none;;
  }
	

	
	
.area{
	border: none;
	margin: 0 auto;
	width: 100%;
	padding: 100px 0 0px 0;
}
	

	.subtitle{
		border-top: solid 1px #000;
		align-items: anchor-center;
		margin-top: -3px;
	}	
	.subtitle p{
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 500;
	font-style: normal;
	}
	.subtitle_p{
		font-size: 17px;
		margin: -3px auto;
	}

/* SVG を画像の上に重ねて中央配置 */

.fv_title2_1 {
  position: absolute;
  top: 50%;               /* ← 画像の真ん中あたりに配置（調整可能） */
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 143%;
  pointer-events: none;   /* クリックをブロックしない */
}
.fv_title2 {
  position: absolute;
  top: 50%;               /* ← 画像の真ん中あたりに配置（調整可能） */
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 143%;
  pointer-events: none;   /* クリックをブロックしない */
}


/* SVGフェードインアニメーション */
.fv_title2_1 span svg {
  width: 70%;             /* SVGの大きさ（調整OK） */
  opacity: 0;
  animation: fadein 0.8s ease-in-out forwards;
}
.fv_title2 span svg {
  width: 70%;             /* SVGの大きさ（調整OK） */
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}


/* アニメーション定義 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);  /* 下からふわっと */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(0px);  /* 下からふわっと */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

	
	.position{
		position: relative;
	}
	
	
/* =========================
   方眼背景
========================= */
.grid-bg {
  background-image: linear-gradient(#cfd8dc 1px, transparent 1px),
    linear-gradient(90deg, #cfd8dc 1px, transparent 1px);
  background-size: 15px 15px;
  border-radius: 15px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.box {
  border: 1px solid #2f7f7f;
  padding: 40px 40px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,0.4);
  text-align: left;
}

	.linen__intro{
	width: 90%;
	margin: 0 auto;
	}
/* =========================
   タイトル
========================= */
.title1 {
  font-size: 27px;
  color: #027683;
  border: 1px solid #027683;
  background-color: #fff;
  display: inline-block;
  padding: 3px 9px;
  margin-bottom: 5px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-box-trim: trim-both;
}

.lead2 {
  margin-bottom: 30px;
}

/* =========================
   ポイント
========================= */
.point {
  margin-bottom: 15px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.point h3 {
  color: #2f7f7f;
  font-size: 15px;
  margin-bottom: 1px;
  font-weight: 600;
  font-family: dnp-shuei-gothic-gin-std, sans-serif !important;
}
.point span{
	font-family: arial, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 27px;
	}
	.point p{
		 letter-spacing: 1px;
		 font-size: 12px;
		 font-weight: 500;
		 line-height: 19px;
		 font-family: dnp-shuei-gothic-gin-std, sans-serif !important;
	}
/* =========================
   セクションタイトル
========================= */
.linen__section{
	text-align: left;
	width: 100%;
	padding: 70px 20px 0;
	margin: 0 auto;
	}
.section-title {
  font-size: 24px;
  color: #027683;
  border: 1px solid #027683;
  background-color: #fff;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-box-trim: trim-both;
  display: inline-block;
  padding: 3px 14px;
  margin-bottom: 8px;
}
	.section-text{
		margin: 8px auto 0px;
		font-family: dnp-shuei-gothic-gin-std, sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #000;
		font-size: 12px;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		line-height: 1.75;
		text-align: left;
	}

/* =========================
   商品
========================= */
.product {
  margin: 30px auto 0;
  width: 90%;
  display: block;
  align-items: end;
}

.product-title {
  font-size: 60px;
  color: #2f7f7f;
  font-family: the-seasons, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0px 0 -20px;
  text-align: left;
}
.product-image{
		margin: 0 auto;
		width: 100%;
	}
.product-image img {
  display: block;
  width: 800px;
}

.product-text {
  max-width: 720px;
  margin: 2px auto 20px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 12px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  line-height: 25px;
  text-align: justify;
}


.product-heading {
  color: #2f7f7f;
  margin-top: 20px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  text-align: justify;
}

.product-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.price {
  font-size: 14px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
}

.btn {
  background: #2f7f7f;
  color: #fff;
  padding: 3px 7px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  text-box-trim: trim-both;
  }
  
  
.btn:hover {
  background: #d9d9d9;
  color: #2f7f7f;
  opacity: 0.5;
  transition: all 0.5s ease;
}

/* =========================
   SP対応
========================= */
@media (max-width: 768px) {
  .title1 {
    font-size: 23px;
  }

  .product-title {
    font-size: 48px;
  }

  .box {
    padding: 20px;
  }
}
	
	.items{
		padding: 0 20px;
	}	
	
/* =========================
   バリエーションセクション
========================= */
.variation {
  padding: 30px 0 0;
  text-align: center;
}

.variation__image img {
  width: 75%;
  margin: 0 auto;
  display: block;
}

/* タイトル（既存カラー踏襲） */
.variation__title {
  color: #2f7f7f;
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 2px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* テキスト */
.variation__text {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 23px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* 商品リスト */
.variation__items {
  display: inline-block;
  text-align: left;
}

.variation__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 8px;
  font-size: 13px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

	.variation__item span{
	   font-family: dnp-shuei-gothic-gin-std, sans-serif !important;
	}
/* =========================
   SP
========================= */
@media (max-width: 768px) {
  .variation__title {
    font-size: 22px;
  }

  .variation__item {
    /* flex-direction: column; */
    align-items: flex-start;
  }
}	
	
	
/* =========================
   タイトル
========================= */
.style-title {
  text-align: center;
  font-size: 36px;
  color: #2f7f7f;
  font-family: the-seasons, sans-serif;
  font-weight: 300;
  margin-bottom: 6px;
}

.style-sub {
  text-align: center;
  color: #2f7f7f;
  font-size: 20px;
  border-top: 1px solid #2f7f7f;
  border-bottom: 1px solid #2f7f7f;
  padding: 5px 0;
  margin-bottom: 25px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
}

/* =========================
   メインビジュアル
========================= */
	.style-visual{
		/* position: absolute; */
		width: 95%;
		bottom: 0;
	}
.style-visual img {height: auto;max-width: 100%;}

/* =========================
   横並び（重要）
========================= */
.style-block{
		width: 90%;
		margin: 0px auto 540px;
	}
.style-block2{
		width: 90%;
		margin: 0 auto 540px;
		padding-top: 50px;
	}
.style-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: -250px auto 0;
  width: 100%;
}

.style-text {
  text-align: left;
  width: 58%;
  margin: 0px 0 0px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
}
.style-text2 {
  text-align: left;
  width: 65%;
  margin: 0px 0 25px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
}
.style-text3 {
  text-align: left;
  width: 65%;
  margin: 0px 0 25px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
}
.style-text4 {
  text-align: left;
  width: 61%;
  margin: 0px 0 5px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  position: absolute;
}
.style-text h4,
.style-text2 h4,
.style-text3 h4,
.style-text4 h4 {
  font-size: 3.7vw;
  margin-bottom: 6px;
  font-size: 15px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif !important;
}

.style-text p,
.style-text2 p,
.style-text3 p,
.style-text4 p {
  line-height: 1.8;
  font-size: 2.9vw;
  font-weight: 400;
  font-size: 12px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif !important;
}

/* 切り抜き人物 */
.style-model {
  width: 190px;
}

.style-model img {
}
	.style-model2 {
  width: 49%;
}

.style-model2 img {
}

	.style-model3 {
  width: 46%;
  position: absolute;
  right: 0;
}

.style-model3 img {
  width: 100%;
  display: block;
}


/* =========================
   credit
========================= */
.credit {
  margin: 60px 0 0px;
  padding-top: 250px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  position: absolute;
  width: 100%;
}

.credit-title {
  color: #2f7f7f;
  margin-bottom: 10px;
}

.credit-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
  text-align: left;
}



/* credit部分 */


.credit-title{
  border-top: 1px solid #2f7f7f;
  border-bottom: 1px solid #2f7f7f;
  margin-bottom: 10px;
  font-size: 13px;
  text-align: left;
  padding: 0px 0 20px;
}
.credit-item span{
		font-family: dnp-shuei-gothic-gin-std, sans-serif !important;
	}
/* =========================
   SP
========================= */
@media (max-width: 768px) {

  .style-flex {
  position: absolute;
  right: 0;
  bottom: -250px;
   /* ←pxじゃなく%にするのがポイント */
   /* 保険 */
  }

  .style-model {
    width: 42%;
  }
}	
	

	
	
	
	
.lead2 {
  margin: 8px auto -20px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  font-size: 13px;
  font-feature-settings: "palt"; /* 句読点を詰める */
  letter-spacing: 1px;
   /* 両橋を揃える */
  line-height: 1.75;
  text-align: left;
  text-decoration: underline;
  padding: 0 0 37px;
}
/*-------------------------商品レイアウト--------------------*/	
/*--文字が左から右　マスク-	*/
.reveal-text {
  /* text-align: left; */
  /* display: inline-block; */
  position: relative;

  /* 初期状態：隠す */
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0%,
    #000 50%,
    transparent 50%,
    transparent 100%
  );
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
  mask-image: linear-gradient(
    to right,
    #000 0%,
    #000 50%,
    transparent 50%,
    transparent 100%
  );
  mask-size: 200% 100%;
  mask-position: 100% 0;
  animation: none;
}

.reveal-text.is-active {
animation: revealText 1.5s cubic-bezier(.4,0,.2,1) forwards;
}

@keyframes revealText {
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
	
	
	

	
	
.button_lg {
    width: 88%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    transition: 0.3s;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 auto;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    border: solid 1px #2f7f7f;
    font-weight: 500;
    font-style: normal;
    background-color: #fff;
 }



  section {
    width: 100%;
    margin: 50px auto 0px;
  }

  

  /*--related link--*/
 

.btn2 {
  text-decoration: none;
  margin: 0 auto;
  padding: 50px 30px 80px;
}
.btn2 a:hover{
    color:  #ABABAB;
	opacity: 0.5;
    transition: all 0.5s ease;
  }

}

/*------------------------PC----------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }

 
 ul, li {
    list-style: none;
    font-size: 1.3rem;
    text-align: left;
    padding-left: 0px;
}
.font-ja {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 14px;
  font-feature-settings: "palt"; /* 句読点を詰める */
  text-align: center; /* 両橋を揃える */
}

  main {
    width: 900px;
    overflow: hidden;
    margin: 30px auto;
    text-align: center;
    font-weight: 500;
  }

.p-article__header {
  position: relative;
  max-width: 960px;
  margin: 0px auto;
  padding: 48px 32px;
}

/* SVGを背景として配置 */
.p-article__header .marker {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* 楕円（線だけ） */
.p-article__header .ellipse-path {
  fill: none;                 /* ← 中は塗らない */
  stroke: #1cb258;
  stroke-width: 1;
  stroke-linecap: round;

  /* 描画アニメーション用 */
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
}

/* テキスト */
.p-article__header .lead {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}

/* アニメーション発火 */
.p-article__header.animate .ellipse-path {
  animation: drawEllipse 1.5s ease-out forwards;
}

/* 線を描く */
@keyframes drawEllipse {
  to {
    stroke-dashoffset: 0;
  }
}

	
	
	

	
h3 img {
      width: 17%;
      margin: 0 0 0 0;
      padding: 85px 0 0px 0;
}	
	.p-article__vis{
  position: relative;
  width: 100%;
  display: inline-block;
 }
	
	
/* SVG を画像の上に重ねて中央配置 */
.fv_title_1 {
  position: absolute;
  top: 50%;               /* ← 画像の真ん中あたりに配置（調整可能） */
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  pointer-events: none;   /* クリックをブロックしない */
}
.fv_title {
  position: absolute;
  top: 50%;               /* ← 画像の真ん中あたりに配置（調整可能） */
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  pointer-events: none;   /* クリックをブロックしない */
  overflow: hidden;
}

/* SVGフェードインアニメーション */
.fv_title_1 span svg {
  width: 100%;             /* SVGの大きさ（調整OK） */
  opacity: 0;
  animation: fadein 0.8s ease-in-out forwards;
}
.fv_title span svg {
  width: 100%;             /* SVGの大きさ（調整OK） */
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}

/* アニメーション定義 */
@keyframes displayImg {
  100% {
    transform: translateX(100%);
  }
}
	
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);  /* 下からふわっと */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(0px);  /* 下からふわっと */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

	
		
	
/* =========================
   方眼背景
========================= */
.grid-bg {
  background-image: linear-gradient(#cfd8dc 1px, transparent 1px),
    linear-gradient(90deg, #cfd8dc 1px, transparent 1px);
  background-size: 15px 15px;
  border-radius: 15px;
  width: 600px;
  margin: 0 auto;
  background-color: #fff;
}

.box {
  border: 1px solid #2f7f7f;
  padding: 40px 40px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,0.4);
  text-align: left;
}

/* =========================
   タイトル
========================= */
.title1 {
  font-size: 27px;
  color: #027683;
  border: 1px solid #027683;
  background-color: #fff;
  display: inline-block;
  padding: 6px 9px;
  margin-bottom: 5px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-box-trim: trim-both;
}

.lead2 {
  margin-bottom: 30px;
}

/* =========================
   ポイント
========================= */
.point {
  margin-bottom: 30px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.point h3 {
  color: #2f7f7f;
  font-size: 20px;
  margin-bottom: 1px;
  font-weight: 600;
  font-family: dnp-shuei-gothic-gin-std, sans-serif !important;
}
.point span{
	font-family: arial, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 30px;
	
	}
	.point p{
		 letter-spacing: 1px;
		 font-size: 14px;
		 font-weight: 500;
		 line-height: 23px;
		 font-family: dnp-shuei-gothic-gin-std, sans-serif !important;
	}
/* =========================
   セクションタイトル
========================= */
.linen__section{
	text-align: center;
	width: 800px;
	padding: 70px 0 0;
	margin: 0 auto;
	}
.section-title {
  font-size: 27px;
  color: #027683;
  border: 1px solid #027683;
  background-color: #fff;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-box-trim: trim-both;
  display: inline-block;
  padding: 6px 14px;
  margin-bottom: 16px;
}
	.section-text{
		margin: 8px auto 0px;
		font-family: dnp-shuei-gothic-gin-std, sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #000;
		font-size: 16px;
		font-feature-settings: "palt";
		letter-spacing: 1px;
		line-height: 1.75;
		text-align: center;
	}

/* =========================
   商品
========================= */
.product {
  margin: 60px auto 0;
  width: 800px;
  display: flex;
  gap: 30px;
  align-items: end;
}

.product-title {
  font-size: 60px;
  color: #2f7f7f;
  font-family: the-seasons, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0px 0 -24px;
  text-align: left;
}
.product-image{
		margin: 0 auto;
		width: 100%;
	}
.product-image img {
  display: block;
  width: 800px;
}

.product-text {
  max-width: 720px;
  margin: 8px auto 20px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 15px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  line-height: 25px;
  text-align: justify;
}


.product-heading {
  color: #2f7f7f;
  margin-top: 20px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  text-align: justify;
}

.product-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.price {
  font-size: 18px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
}

.btn {
  background: #2f7f7f;
  color: #fff;
  padding: 4px 7px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  text-box-trim: trim-both;
  }
  
  
.btn:hover {
  background: #d9d9d9;
  color: #2f7f7f;
  opacity: 0.5;
  transition: all 0.5s ease;
}



	
	
/* =========================
   バリエーションセクション
========================= */
.variation {
  margin-top: 30px;
  text-align: center;
}

.variation__image img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

/* タイトル（既存カラー踏襲） */
.variation__title {
  color: #2f7f7f;
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* テキスト */
.variation__text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 23px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* 商品リスト */
.variation__items {
  display: inline-block;
  text-align: left;
}

.variation__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 8px;
  font-size: 15px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
	.variation__item span{
	   font-family: dnp-shuei-gothic-gin-std, sans-serif !important;
	}


/* =========================
   タイトル
========================= */
.style-title {
  text-align: center;
  font-size: 36px;
  color: #2f7f7f;
  font-family: the-seasons, sans-serif;
  font-weight: 300;
  margin-bottom: 6px;
}

.style-sub {
  text-align: center;
  color: #2f7f7f;
  font-size: 20px;
  border-top: 1px solid #2f7f7f;
  border-bottom: 1px solid #2f7f7f;
  padding: 5px 0;
  margin-bottom: 30px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
}

/* =========================
   メインビジュアル
========================= */
	.style-visual{
		margin: 0 auto;
		width: 500px;
	}
.style-visual img {
  width: 77%;
  display: block;
}

/* =========================
   横並び（重要）
========================= */
.style-block{
		width: 600px;
		margin: 0 auto 100px;
	}
.style-block2{
		width: 600px;
		margin: 0 auto 100px;
	}
.style-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: -330px auto 0;
  width: 500px;
}

.style-text {
  text-align: left;
  width: 65%;
  margin: 0px 0 40px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
}
.style-text2 {
  text-align: left;
  width: 65%;
  margin: 0px 0 49px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
}
.style-text3 {
  text-align: left;
  width: 65%;
  margin: 0px 0 58px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
}
.style-text4 {
  text-align: left;
  width: 72%;
  margin: 0px 0 0px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
}
.style-text h4,
.style-text2 h4,
.style-text3 h4,
.style-text4 h4 {
  font-size: 18px;
  margin-bottom: 3px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif !important;
  font-weight: 500;
}

.style-text p,
.style-text2 p,
.style-text3 p,
.style-text4 p {
  line-height: 2;
  font-size: 14px;
  font-weight: 400;
  font-family: dnp-shuei-gothic-gin-std, sans-serif !important;
}

/* 切り抜き人物 */
.style-model {
  width: 190px;
}

.style-model img {
  width: 100%;
  display: block;
}
	.style-model2 {
  width: 220px;
}

.style-model2 img {
  width: 100%;
  display: block;
}

	.style-model3 {
  width: 251px;
  margin: 0 0px 0 -20px;
}

.style-model3 img {
  width: 100%;
  display: block;
}


/* =========================
   credit
========================= */
.credit {
  margin-top: 30px;
  padding-top: 20px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
}

.credit-title {
  color: #2f7f7f;
  margin-bottom: 10px;
}

.credit-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  text-align: left;
}



/* credit部分 */


.credit-title{
  border-top: 1px solid #2f7f7f;
  border-bottom: 1px solid #2f7f7f;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  padding: 0px 0 20px;
}

.credit-item span{
		font-family: dnp-shuei-gothic-gin-std, sans-serif !important;
	}
		
	
	
	
	
	
	
.lead2 {
  margin: 8px auto 20px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 15px;
  font-feature-settings: "palt"; /* 句読点を詰める */
  letter-spacing: 1px;
  line-height: 1.75;
  text-align: left; /* 両橋を揃える */
  text-decoration: underline;
}
/*-------------------------商品レイアウト--------------------*/	
/*--文字が左から右　マスク-	*/
.reveal-text {
  /* display: inline-block; */
  position: relative;

  /* 初期状態：隠す */
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0%,
    #000 50%,
    transparent 50%,
    transparent 100%
  );
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
  mask-image: linear-gradient(
    to right,
    #000 0%,
    #000 50%,
    transparent 50%,
    transparent 100%
  );
  mask-size: 200% 100%;
  mask-position: 100% 0;
  animation: none;
}

.reveal-text.is-active {
animation: revealText 1.5s cubic-bezier(.4,0,.2,1) forwards;
}

@keyframes revealText {
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
	
	
	

	

	
	
	




	
.button_lg {
    width: 40%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    transition: 0.3s;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 auto;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    border: solid 1px #2f7f7f;
    font-weight: 500;
    font-style: normal;
    background-color: #fff;
 }



  section {
    width: 800px;
    margin: 0px auto 50px;
    /* display: block; */
    justify-content: center;
  }


 
	
	.fs-en01{
		font-size: 14px;
		font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	}
	
 


  /*--related link--*/

.btn2 {
  text-decoration: none;
  margin: 0 auto;
  padding: 0px 30px 30px;
}
.btn2 a:hover{
    color:  #ABABAB;
	opacity: 0.5;
    transition: all 0.5s ease;
  }

}






/*--スクロール　アニメーション--*/
.fade-in {
  opacity: 0;
  transition: opacity 1.5s ease;
}

.fade-in.on {
  opacity: 1;
}
.fade-up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1.5s;
}
.fade-up.on {
  opacity: 1;
  transform: translateX(0);
}


.fade-left {
  opacity: 0;
  transform: translateX(-50px); 
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-left.on {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(50px); 
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-right.on {
  opacity: 1;
  transform: translateX(0);
}

