@charset "UTF-8";
:root{
  --gothic: 'Helvetica Neue', neue-haas-grotesk-display, kozuka-gothic-pr6n, sans-serif;
  --gothicE: 'Helvetica Neue', neue-haas-grotesk-display, sans-serif;
  --mincho: kozuka-mincho-pro, serif;
  --serif: adobe-garamond-pro, serif;
}
/* ===== iPhone・iPad（iOS）専用で Noto Sans JP を上書き ===== */
@supports (-webkit-touch-callout: none) {
  :root {
    --gothic: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
              "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic",
              neue-haas-grotesk-display, kozuka-gothic-pr6n,
              "Helvetica Neue", sans-serif;
  }
  html {
    font-size: 100%;
    background-color: #ffffff;
    font-feature-settings: "palt";
  }
}
/*-------------------------------------------
　　　　　　　　　　　top
-------------------------------------------*/
#header{
  text-align: center;         /* 中央揃え */
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
#header .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.swiper-pagination {
  opacity: 0 !important;
  pointer-events: none;
}
.swiper-pagination-bullet {
  
  background: #fff;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

/* ========== 雪アニメ 全体レイヤー ========== */
.snow {
  pointer-events: none;
  position: absolute;
  inset: 0;       /* top:0;left:0;width:100%;height:100%; の短縮形 */
  overflow: hidden;
  z-index: 9999;
}

/* 雪（1個） */
.snow .main_snow_move {
  position: absolute;
  width: 64px;      /* PCサイズ（A） */
  top: -140px;
  right: 50px;
  animation: fallA 10s linear infinite, swayA 4s ease-in-out infinite;
  will-change: transform, top, opacity;
  pointer-events: none;
}

/* SP */
@media (max-width: 700px) {
  .snow .main_snow_move {
    width: 28px;
    top: -90px;
    right: 20px;
  }
}

/* Aモード：途中で消えてふわっと消失（安定版） */
@keyframes fallA {
  0%   { top: -140px; opacity: 1; }
  35%  { opacity: 0.75; }
  55%  { opacity: 0.2; }   /* ← ここでほぼ消える */
  100% { top: 85%; opacity: 0; }
}

@keyframes swayA {
  0%   { transform: translateX(0) rotate(0); }
  50%  { transform: translateX(-120px) rotate(35deg); }
  100% { transform: translateX(0) rotate(0); }
}


.snow_test {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
}

.snow_test .snowflake {
  position: absolute;
  width: 110px;  /* ← PC用（Bの希望サイズ） */
  top: -100px;
  right: 40px;
  animation: fallTest 10s linear infinite, swayTest 4s ease-in-out infinite;
}

/* SPのみ上書き（スマホ最大700px以下） */
@media (max-width: 700px) {
  .snow_test .snowflake {
    width: 50px;   /* ← スマホ用の小さいサイズ */
    top: -90px;
    right: 20px;
  }
}
/* 落下 */
@keyframes fallTest {
  0%   { top: -100px; opacity: 1; }
  60%  { opacity: 0.3; }
  100% { top: 85%; opacity: 0; }
}

/* 横揺れ */
@keyframes swayTest {
  0%   { transform: translateX(0) rotate(0); }
  50%  { transform: translateX(-100px) rotate(35deg); }
  100% { transform: translateX(0) rotate(0); }
}

.main_top {
  width: 100%;
  max-width: 1920px; /* 最大幅を1920pxに制限 */
  height: auto; /* 高さは可変にする */
  margin: 0 auto; /* 中央寄せ */
}
.main_title {
  max-width: 700px;
  width: 90%;
  margin-bottom: 70px;
  margin: 0 auto;
  text-align: center;
}
.main_title h1,h5{
  font-family: 'Iowan Old Style', "Palatino Linotype", "Book Antiqua", Palatino, "serif";
}
.main_title img{
	width: 55%;
}
.main_top p{
  padding: 0 10%;
}
.main_title p{
	text-align: justify;
}
/* === Swiper スマホ専用スライド制御 === */
.swiper-slide.sp-only {
  display: none !important;
}
@media (min-width: 701px) {
  .main_title {
    width: 90%;
    padding-top: 40px;
    margin-bottom: 70px;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .main_title {
	padding-top: 20px;
    max-width: 700px;
    width: 320px; 
    margin: 0 auto;
  }
  .main_title p{
	margin-top: 10px;	
  }
  .main_title img{
	width: 70%;
  }
  .swiper-slide.sp-only {
    display: block !important;
  }
}
/*-------------------------------------------
　　　　　　　　　　body（設定）
-------------------------------------------*/
body { /* フォント周り */
  color: rgba(50,50,50,1.00);/* テキスト色 */
  text-align: justify;/* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}
.wrapper { /* 全体の幅の調整 */
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
.border-top {
  border-top: 1px solid #fdf6eecf; /* 罫線 A */
}
.border-top-2 {
  border-top: 1px solid #fdf6eecf; /* 罫線 B */
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
h1 {
  font-size: clamp(32px, calc(3vw + 23px), 65px);
  line-height: 150%;
}
h2 {
  font-size: clamp(16px, 2.5vw, 20px);
  font-family: 'Iowan Old Style', "Palatino Linotype", "Book Antiqua", Palatino, "serif";
}
h3 {
  font-size: clamp(15px, 2vw, 18px);  
}
h4 {
  font-size: clamp(14px, 1.4vw, 16px);
}
h5 {
  font-size: clamp(12px, 2vw, 21px);
}
p { /* 本文 */
  font-size: clamp(11px, 1.4vw, 14.2px);
	font-family: var(--gothic);
  line-height: 190%;
}
b { /* 太字 */
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 700;
  line-height: 200%;
}
a {
  transition: color 0.3s;
}
a:hover{ /* マウスオーバー */
  color : #ffffff;
  padding: 5px 27px;
  background-color: rgba(255,50,120,1.00);
  font-family:var(--gothic);
  font-size: clamp(9px, 1.15vw, 11px); 
}
a{ /* 購入ボタン */
  color:#fdf6eecf;
  padding: 5px 27px; 
  background-color: rgba(150,150,150,1.00);
  font-family:var(--gothic);
  font-size: clamp(9px, 1.15vw, 11px); 
}
.SNS-picture{
	display: none;
}
@media(max-width: 700px){
  h3{
    font-family: var(--gothic);
	font-family: var(--gothicE);
	letter-spacing: 0.5px;
  }
  h6{
    font-family: var(--gothic);
	font-family: var(--gothicE);
	font-size: clamp(12px, 2vw, 21px);
  }
  p { /* 本文 */
    line-height: 200%;
  }
  a:hover,
  a:active {
    background-color: rgba(50,50,50,1.00) !important; /* 通常色 */
    color: #ffffff !important;
    padding: 5px 27px !important;
    font-size: clamp(14px, 4vw, 17px) !important;
    border: none !important;
  }
}
/*---------------商品紹介-------------------*/
.twocols-container {
  padding-top: 30px;
  gap: 10%;
  text-align: center;
  margin-bottom: 70px;
}
.twocols-container h3{
  margin-top: 0;
  margin-bottom: 5px;
}
@media (min-width: 701px) {
  .twocols-container{
    display: flex;
	column-gap: 10px;
    width: 90%; 
    margin: 0 auto;
    text-align: center;
	justify-items: center;
	align-items: flex-start;
    margin-bottom: 40px;
  }
  .twocols-container .col{
	flex: 1;	
  }
  .twocols-container p{
	position: relative;
	overflow: visible;
	border-top: 1px solid;
	border-bottom: 1px solid;
	white-space: nowrap;
	width: 63%;
	margin: 20px auto 0 auto;
	text-align: center;
  }
  .twocols-container p span{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
  }
  .in-text1{
	padding-top: 18px;
	padding-bottom: 49px;
  }
   .in-text2,.in-text3{
	padding-top: 13px;
	padding-bottom: 87px;
  }
  .in-text4{
	padding-top: 22px;
	padding-bottom: 77px;
  }
  .twocols-container .col .in-text1,
  .twocols-container .col .in-text2,
  .twocols-container .col .in-text3,
  .twocols-container .col .in-text4 {
    font-size: clamp(11px, 1.15vw, 13px); /* ← “継承を断ち切って” 直接指定した */
  }
  .under{
      margin-bottom: 15px;
  }
  .sp-a{
      display: none;
  }
  .point{
	position: relative;	
	width: 780px;
	margin: 0 auto;
  }
  .point-back-pc{
	width: 100%;
  }
  .point p{
	position: absolute;
    margin:0;
  }
  .point1{
	top: 60px;
    left: 260px;
  }
  .point2{
	top: 95px;
    left: 260px;
  }	
  .point3{
	top: 130px;
    left: 260px;
  }
  .point4{
	top: 165px;
    left: 260px;
  }
  .sp{
    display: none;
  }
  .sp-ast{
    display: none;
  }
}
@media (max-width: 700px) {
  .twocols-container{
    padding-top: 10%;
    width: 90%; 
    margin: 0 auto;
    gap: 50px;
    margin: 0 auto;
    text-align: center;
  }
  .col{
    margin-bottom: 30px;
  }
  .col img{
    width: 90%;
  }
  .buy-space{
      margin-bottom: 20px;
  }
  h6{
    margin-bottom: 5px;
  }
  .pc-a{
      display: none !important;
  }
  .twocols-container .col small {
    font-size: inherit;  /* ← これが効果打ち消しの本体 */
    line-height: inherit;
  }
  .twocols-container .col .in-text1,
  .twocols-container .col .in-text2,
  .twocols-container .col .in-text3,
  .twocols-container .col .in-text4 {
    font-size: clamp(12px, 1.35vw, 14.5px); /* ← “継承を断ち切って” 直接指定した */
  }	
  a{
    transition: color 0.3s;
  }
  a{ /* 購入ボタン */
    color:#ffffff;
    padding: 5px 27px; 
    background-color: rgba(50,50,50,1.00);
    font-family:var(--gothic);
    font-size: clamp(14px, 4vw, 17px);
  }
  .point{
	position: relative;	
	width: 350px;
	margin: 0 auto;
  }
  .point picture img,
  .point .point-back-pc {
    width: 100%;
    height: auto;
    object-fit: cover; /* 背景が自然に見える */
  }
  .point p {
	position: absolute;
	width: 250px;
	text-align: center;
	line-height: 150%;
  }
  .point1{
	top: 90px;
    left: 50px;
  }
  .point2{
	top: 145px;
    left: 50px;
  }	
  .point3{
	top: 205px;
    left: 50px;
  }
  .point4{
	top: 245px;
    left: 50px;
  }
  .pc-ast{
    display: none;
  }
  .sp-ast{
    font-size: clamp(20px, 2vw, 21px);
	line-height: 160%;
  }
}
/*-------------------------------------------
　　　　　　　　　　　　使用シーン
-------------------------------------------*/
.twocols-container3 img{/*--右画像スペース--*/
  margin-bottom: 5px;
}
.twocols-container2 {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 5px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  }
  @media (min-width: 700px) {
    .twocols-container2{
      display: grid;
      grid-template-columns: 6.08fr 3fr;
    }
  }
  @media (max-width: 700px) {
    .wrapper { /* 全体の幅の調整 */
      width: 100%;
    }
    .twocols-container2{
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    }
    .twocols-container3{
      margin-bottom: 5px;
      display: grid;
      grid-template-columns: 1fr;
    }
  }
/*-------------------------------------------
            商品コンセプト（きっかけ）
-------------------------------------------*/
.twocols-container4 {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 3%;
  max-width: 1100px;
  margin: 0 auto;
  }
  @media (min-width: 701px) {
	.concept {
      padding-top: 30px;
      max-width: 1100px;
      width: 90%;
      margin: 0 auto;
    }
    .twocols-container4{
      display: grid;
      grid-template-columns: 7fr 3fr;
    }
	.sub-title{
	  margin-top: 30px;	
	  margin-bottom: 10px;
	  width: 30%;	
	}
	.concept-text-2 p{
      width: 70%;
      text-align: justify-all;
      margin: 0 auto;
    }
  }
  @media (max-width: 700px) {
	.concept {
      width: 90%;
      margin: 0 auto;
    }
    .twocols-container4{
    display: grid;
    grid-template-columns: 1fr;
    }
    .twocols-container4 img{
    padding-bottom: 5%;
      }
      .twocols-container4 h4 {
        text-align: center;
        padding-left: 20%;
        padding-right: 20%;
      }
      .twocols-container4 h6,
      .twocols-container4 h5  {
        padding-left: 20%;
        padding-right: 20%;
      }
      .sub-title{
        margin-top: 20px;	
        margin-bottom: 10px;
        width: 55%;	
      }
	  .concept-text-2 p{
        width: 79%;
        text-align: justify-all;
        margin: 0 auto;
      }
  }
.concept-text {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 85%;
  max-width: 1100px;
  margin: 0 auto;
}
.concept-text-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 85%;
  max-width: 1100px;
  margin: 0 auto;
}

.long-dash {
  display: inline-block;
  transform-origin: left;
  transform: scaleX(8);
  letter-spacing: 28px; /* 文字間隔を調整 */
}
.concept-1{
  padding-top: 30px;
  padding-bottom: 30px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 700px) {
	.concept {
      width: 100%;
    }
    .concept-1{
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .concept-text {
      padding-top: 30px;
      padding-bottom: 30px;
      width: 100%;
    }
    .concept-text-2 {
      padding-top: 30px;
      padding-bottom: 30px;
      width: 100%;
    }
}
/*-------------------------------------------
　　　　　      　商品詳細について
-------------------------------------------*/
.product_details {
  width: 80%;
  padding-bottom: 70px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.product_details h2 {
  padding-top: 60px;
  padding-bottom: 3%;
  margin: 0 auto;
  text-align: center;
}
.product_details_img {
  width: 90%;
  margin: 0 auto;
}
.twocols-container5{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 5px;
  gap: 5px;
}
.product_details p{
  padding: 0 15%;
  margin: 0 auto;
  text-align: left;
}
.product_details h6{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  gap:5px
}
@media (max-width: 700px) {
  .product_details {
    width: 90%;
    margin: 0 auto;
  }
  .product_details h2 {
    padding-bottom: 3%;
    margin: 0 auto;
    text-align: center;
  }
  .product_details p{
    text-align: left;
    padding: 0 auto;
  }
  .product_details h6{
    text-align: left;
  }
}
/*-------------------------------------------
　　　　　　　　　　　　追加商品
-------------------------------------------*/
@media(max-width: 700px){
  .space{
      margin-bottom: 0 !important;
  }	
}

/*-------------------------------------------
　　　　　　　　　　　　フッター
-------------------------------------------*/
#footer {
  background-color:  rgba(100,100,100,1.00);
  padding: 0 auto;
  margin: 50px auto 0 auto;
  padding: 60px 80px;
  gap: 40px; /* 必要なら間隔も調整 */
}
.footer-logo {
  font-weight: bold;
  margin-bottom:0px;
  text-align: center;
  margin: 0 auto;
  filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(7500%) hue-rotate(180deg) brightness(109%) contrast(107%);
}
#footer a{
  color: #fff !important;              /* ← 白で固定 */
  background-color: transparent !important;
  text-decoration: none;
  transition: opacity 0.3s;
  padding: 0 !important; 
}
.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* ← ロゴとSNSアイコンを中央揃え */
  justify-content: center;
}
.footer-column {
  text-align: center;
  margin-left: -2%; /* ← transformの代わり。位置微調整 */
}
@media (min-width: 701px){
    #footer img {
      width: 30%;
      max-width: 240px;
      min-width: 100px;
      margin-top: 10px;
      margin-bottom: 30px;
    }
    #footer h6 {
      font-size: clamp(10px, 1.1vw, 19px);
      margin-bottom: 10px;
      color: #fff;
      font-weight: 300;
      letter-spacing: 0.05em;
    }	
}

@media (max-width: 700px) {
  .footer-container {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 5px;
    gap: 5px;
    padding-left: 0 auto;
  }
  .footer-column {
    margin-left: 0 !important; /* ← スマホだけ中央へ */
  }
  /* 親を中央基準に */
  #footer .footer-column ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }

  /* 各行を横幅いっぱいにして中央寄せ */
  #footer .footer-column ul li {
    width: 100%;
    display: flex;
    justify-content: center; /* 行全体を中央 */
    margin: 2px 0;
    padding: 0;
  }

  /* リンク内はインラインフレックスで左右を揃える */
  #footer .footer-column ul li a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.6em;            /* パイプ前後の余白（調整可） */
    color: #fff;
    text-decoration: none;
    line-height: 1.15;
    padding: 0;            /* グローバルな a の padding を打ち消す */
    background: transparent !important;
  }

  /* 日本語・パイプ・英語の幅を“最小幅（min-width）”で揃える */
  /* -> min-width にしておけば短いテキストも同じ位置に揃い、長いものは伸びる */
  #footer .footer-column ul li a .jp {
    display: inline-block;
    text-align: right;
    min-width: 7.6em;    /* ← 中央基準の肝。必要なら 7.4〜8.2em を試す */
    white-space: nowrap;
  }

  #footer .footer-column ul li a .pipe {
    display: inline-block;
    width: auto;
    margin: 0 0.2em;     /* 細かい隙間 */
    text-align: center;
  }

  #footer .footer-column ul li a .en {
    display: inline-block;
    text-align: left;
    min-width: 7.2em;    /* 英語側の最小幅（必要に応じ増減） */
    white-space: nowrap;
  }
  /* フッター全体を少し左へ寄せる */
  #footer .footer-column {
    transform: translateX(-4%);
  }
  .footer-column {
    text-align: center;
  }
  .footer-logo {
    text-align: center;
  }
  /* SNSアイコンの間隔と位置をスマホで微調整 */
   /* ===== スマホ版SNSアイコン間隔を確実に詰めて中央寄せ ===== */
  #footer .footer-sns ul {
    display: flex !important;
    justify-content: center !important;  /* ← 優先的に中央寄せ */
    align-items: center !important;
    gap: 1em;                            /* ← 間隔を小さく（調整可） */
    margin: 10px auto 0 !important;
    padding: 0 !important;
  }

  #footer .footer-sns ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #footer .footer-sns ul li a {
    display: inline-block !important;
    padding: 0 !important;
  }

  #footer .footer-sns ul li a img {
    width: 26px; /* サイズ変えたくなければ削除OK */
    height: auto;
    display: block;
  }
  .social-icons {
    justify-content: center !important; /* 均等割りを解除して中央寄せ */
    gap: 0.1em; /* ← アイコン同士の間隔。小さくしたいなら 1em や 0.8em に調整OK */
    max-width: 180px; /* 全体幅も少し狭めるとより中央感アップ */
  }
  #footer img {
      width: 60%;
      margin-bottom: 20px;
    }
    #footer h6 {
      font-size: clamp(14px, 2vw, 26px);
      margin-bottom: 10px;
      color: #fff;
      font-weight: 300;
      letter-spacing: 0.05em;
	  margin-top: -10px !important;
    }
	b {
		line-height: 160% !important;
	}
}
.footer-column {
  min-width: 180px;
}
.footer-column h5 {
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 1.05;
}

.footer-column ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: clamp(12px, 1.2vw, 14px);
  gap: 10px; /* パイプ前後の余白 */
}
.footer-column ul li a .jp {
  display: inline-block;
  text-align: right;
  width: 9.5em;
  white-space: nowrap; /* ← 改行を防ぐ指定 */
  letter-spacing: 0.03em; /* ← ほんの少し広げると品が出る */
}
.footer-column ul li a .jp b {
  font-weight: 400 !important;
}
.footer-column ul li:nth-child(3) .jp {
  width: 9.6em; /* ← 通常より +1em くらい広げる */
}
.footer-column ul li a .pipe {
  display: inline-block;
  width: 1em;
  text-align: center;
}
.footer-column ul li a .en {
  display: inline-block;
  text-align: left;
  width: 8em; /* こちらはそのままでOK */
  white-space: nowrap;
}
.footer-column ul li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.subscribe-btn {
  background-color: #fdf6eecf;
}
.unsubscribe-btn {
  background-color: #000;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
}
.social-icons {
  display: flex;
  justify-content: space-evenly; /* 均等割り */
  align-items: center;           /* 縦中央揃え */
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  padding: 0;
}
.social-icons a {
  display: flex;/* ← これで中の<i>を中央配置できる */
  justify-content: center;       /* ← 横方向センター */
  align-items: center;           /* ← 縦方向センター */
  width: 40px; /* アイコンのタップ領域を統一（必要に応じ調整） */
  height: 40px;
  margin: 0;  /* ← 右マージン解除 */
  padding: 0;
}
/* アイコン（<i>）自体の整形 */
.social-icons i {
  display: block;
  line-height: 1;
  font-size: clamp(20px, 2.4vw, 26px);
}
.page-top {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 500;
  letter-spacing: 2px;
}
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 900px) {
  .body {
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 0;
    margin: 0;
    text-align:center;
    }
  } 
