@charset "utf-8";

/*非表示部分*/
.slider{ display:none; }


.box{
    color:#000;
	text-align: left;
	font-family:  -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 游ゴシック体 Medium,游ゴシック体,'Yu Gothic Medium', 'Yu Gothic', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.9;
	letter-spacing: .02em;
    font-size: 1.2em;
    /*font-size: 1.1vw*/
    }
.tit-large{
font-size: 2.2em;
line-height: 1.5;
letter-spacing: .01em;
margin: 1em 0 0.2em;
 font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.catch-copy{
font-size: 1.5em;
}







.tit{
font-size: 1.6em;
color:#000;
margin:2em 0 0;
line-height: 1.5;
}

.tit-2{
    font-size: 1.1em;
    color: #000;
    margin: 2em  0 ;
    text-align: center;
    font-weight: bold;
}



.line-{
border: none; 
border-top: 1px solid #ACACAC; width: 100%; margin: 2em 0 ;

}

.line-thin{
border: none; 
border-top: 1px solid #dddddd; width: 100%; margin: 2em 0 ;

}
.line-2{
border: none; 
border-top: 15px solid #ececec; width: 100%; margin: 2em 0 1.5em ;

}



/*full-img*/

.product {
    margin: 2em 0;
}
.product-image img {
    width: 100%;
    display: block; /* If there are two images, change this to 'inline-block' */
    margin-bottom: 10px; /* Adjust the spacing between the image and the text */
}

.product-description {
    margin: 0px;
}

/*
.product h2{
    font-size: 1.6em;
    margin: .7em 0 0.2em;
    color: #000000;   
    
}*/

.product h2{
    font-size: 1.6em;
    margin: .7em 0 0.2em;
    color: #000000;    /*font-weight: normal; */ 
    display: inline;
    
}

.product .new-icon {
    font-size: 1.1em;
    
    color: #ff0000; /* アイコンの文字色 */
    padding: 0em 0.4em;
    margin-left: 0.5em;
   
   
    display: inline-block;
    
}



.product h3 {
    font-size: 1.2em;
color:#000;
margin:2em  0 0;
padding:0; 
}



.product-description p {
  line-height: 1.7;
  margin-bottom: .8em;
}





/*left-img*/

.left-container {
  display: flex;
  justify-content: center;
  align-items: center;
  
  padding: 0px;
  box-sizing: border-box;
}

.content-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
}

.image-container {
  flex: 1.1;
  margin-right: 20px;
}

.image-container img {
  max-width: 100%;
  height: auto;
}

.text-container {
  flex: 0.9;
}

.text-container h2 {
    margin-top: 0; /* 上部のマージンをリセット */
    margin-bottom: 10px;
    font-size: 1.6em;
    line-height: 1.2; /* line-height を調整 */
    color: #000000;
    padding-left: 0px !important;
}

.text-container p {
  line-height: 1.7;
  margin-bottom: .8em;
}





.more-button {
    background-color: #000;
    color: #fff!important;
    border: none;
    padding: 6px 12px;
    font-size: 1em;
    
    cursor: pointer;
    margin: .5em 0;
    display: inline-block;    
}


.more-button-center {
    background-color: #007bff;
    width: 300px;
    color: #fff!important;
    border: none;
    padding: 7px 14px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    margin: 3em auto;
    display: block;
    text-align: center;
}

.more-button:hover,.more-button-center:hover  {
  background-color: #0056b3;
}



/**/
.social-icons {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.social-icons a {
  display: inline-block;
  margin-left: 10px;
}



/** 4 items **/

.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container .text {
    font-size: 0.85em;  
}

.item {
  flex-basis: calc(25% - 10px);
  margin: 5px;
}

.item img {
  width: 100%; /* 画像をアイテムの幅に合わせる */
  height: auto; /* 画像のアスペクト比を維持 */
}

.item .text {
  text-align: left; /* テキストを中央揃えにする */
}


.full-center-image {
    width: 100%;  /* 画像の幅をビューポートの幅に合わせる */
    height: auto; /* 画像の高さを自動調整してアスペクト比を維持 */
    margin: 2em auto 0 ;
    display: block;
    
}



.box .text-link.text-link {
    color: #00A7E6;/* リンクのデフォルト色 */
    text-decoration: none;/* アンダーラインを消す（オプション） */
    transition: color 0.3s;/* 色の変化にアニメーションをつける */
    display: inline-block;
    margin: 1em 0;

}

.box .text-link.text-link:hover {
  color: #FF5733;
}


.text-container p a{
    color: #00A7E6;/* リンクのデフォルト色 */
    text-decoration: none;/* アンダーラインを消す（オプション） */
    transition: color 0.3s;/* 色の変化にアニメーションをつける */

}


.text-container p a:hover {
  color: #FF5733;
}




.item .item-link .text{
    color: #333;/* リンクのデフォルト色 */
    text-decoration: none;/* アンダーラインを消す（オプション） */
    line-height: 1.7;    
      
}

.item .item-link .text:hover {
  color: #666;
}


/** 動画 **/
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: #8C8C8C; /* 背景色はお好みで */
    margin: 1.5em 0;    
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* 中央寄せコンテナ（.pattern1 用） */

.pt{

font-size: 18px;
    
    }

.container {
  max-width: 740px;
  margin: 0 auto;
  padding: 20px 0; /* ← 横paddingをなくす！ */
}

/* pattern1：商品情報を中央寄せで整える */
.pattern1 {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  gap: 40px;
  margin-bottom: 30px;
}

.pattern1 .lens-image {
  width: 250px;
}

.pattern1 .product-info h3 {
  margin: 0;
  font-size: 18px;
}

.pattern1 .product-info p {
  margin: 4px 0;
}

.price {
  font-weight: bold;
  color: #000;
}



/* pattern2：画面幅いっぱいに広げる */

.pattern2 {
  display: flex;
  max-width: 740px;
  margin: 0 auto;
  padding: 20px 0;
}

.pattern2 .photo {
  width: calc(50% - 10px); /* 2枚で gap 20px を分け合う */
}

.pattern2 .photo:first-child {
  margin-right: 15px; /* 中央の空きだけ作る */
}

.pattern2 .photo img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}

.pattern2 .photo p {
  text-align: center;
  font-size: 15px;
  font-weight: 600;  /* 少しだけ太く */
  color: #777;             
}





/** シェアSNS **/

.share-list {
  margin-top: 6em;
  
}

.share-item {
  list-style-type: none;
  margin: 0;
  
  font-size: 1.1em;
}

.share-title {

  line-height: 1.5;
  letter-spacing: .04em;
  margin: 3em 0 .5em -.3em;
  font-weight: 600;
}

.share-icon {
  width: 30px;
  vertical-align: middle;
  margin-right: .5em;
}

/** SNSリンク **/

.salebox ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex; /* Flexboxコンテナとして設定 */
  flex-wrap: wrap; /* 複数行にまたがるよう設定 */
  justify-content: space-between; /* 均等なスペースで要素を配置 */
}

.salebox ul li {
  box-sizing: border-box;
  padding: 0 5px; /* バナー間の余白 */
  width: calc(33.333% - 10px); /* paddingを差し引いた幅 */
}

.salebox ul li a img {
  max-width: 100%; /* 画像が親要素を超えないようにする */
  height: auto; /* 画像のアスペクト比を保持 */
}

.salebox ul li .category{

  color: #6D6D6D;
  padding: 10px 0;
  font-weight: bold;
  border-top: 1px solid #CECECE;
  text-align: center; /* カテゴリのテキストを中央揃えに */
}

.follow-us{
font-size: 1.9em;color:#e855a8;line-height: 1.5;margin: 0 0 .5em 0;letter-spacing: 0em;font-family: Baskerville,Baskerville Old Face,Garamond,Times New Roman,serif}