@charset "utf-8";


*{margin:0;padding:0;}

html,
body {
  height: 100%;
  margin:0;
  padding:0;
}
ol, ul {
  list-style: none;
}
ol,ul,li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body{
  font-family: "Century Gothic", "Apple Gothic", "Segoe UI", "Helvetica Neue", "Arial", "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo";
  font-size: 14px; 
  color:#2a2a2a;
  line-height:1.6;
  min-width:1080px;
  background:#ffffff;
  letter-spacing:0.15em;
  
}

a{
  text-decoration:none;
  color:#2a2a2a;
}
a:hover{
  color:#e4953e;
  text-decoration:none;
}
a:active, a:focus{
  outline: 0;
}
img{
  border:0;
}
h1{
  color: #2a2a2a;
  font-family:  "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo";
  line-height: 1.8;
  text-align:left;
  margin-left:30%;
  font-size:14px;
}
.main-text {
  font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo";
  font-size: 16px; 
  color:#2a2a2a;
  font-weight: bold;
  line-height:1.8;
  letter-spacing:0.15em;
  text-align:left;
  margin-left:30%;
  
  }
.main-textcenter{
  max-width:700px;
  text-align:center;
  margin-left:-10%;
  
  }
.clear{
  clear:both;
}
.center{
  text-align:center;
}
.right{
  text-align:right;
}
.left{
  text-align:left;
}
.mgt100{
  margin-top:100px !important;
}
.mgt80{
  margin-top:80px !important;
}
.mgt60{
  margin-top:60px !important;
}
.mgt15{
  margin-top:15px;
}
.mgt20{
  margin-top:20px;
}
.mgt30{
  margin-top:30px;
}
.mgb15{
  margin-bottom:15px;
}
.mgt40{
  margin-top:40px;
}
.mgt50{
	margin-top:50px !important;
}
.mgt120{
	margin-top:120px !important;
}
.mgt200{
	margin-top:200px !important;
}
.mgt250{
	margin-top:250px !important;
}

a:hover img{
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: “alpha( opacity=80 )”;
}
ul#gnavi li a,.serchbox dl dd a,.product li a,.box5list li a,.box2list li a,.sidebrandlist li a,ul.footmenu li a{
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
         transition: all  0.5s ease;
}
.f_right{
	float: right;
}
.f_left{
	float: left;
}

/*************
/全体
*************/
#container,#hedunder {
  margin: 0 auto;
  width: 1030px;
}
#main{
  width:780px;
  float:right;
  overflow:hidden;
  margin-left:30px;
}
#side{
  width:220px;
  float:left;
  overflow:hidden;
  margin-top:5px;
}
.inner{
	width: 1030px;
	margin: auto;
}

/*
*****************
LP用追記分
*****************
*/

.sp{
	display: none !important;
}

.iframe-header-lp{
  width:100%;
  height:500px;
  margin-bottom: -318px;
  position: relative;
  z-index: 3;
}
.iframe-footer{
  width:100%;
  height:818px;
  margin-bottom: -7px;
}

.pcmain1030{
	width: 1030px;
	margin: 0 auto;
}


/* レスポンシブ1280pxまでここから */

@media screen and (max-width:1280px) {
.clearbgbox,
.clearbgbox02{
	width: 960px;
}
 
.itemlistarea{
	width: 960px;
	
}

.size01,
.size03{
	width: 450px;
}

.size02{
	width: 320px;
	padding-bottom: 70px;
}

.size04{
	width: 320px;
}

.size05{
	width: 900px;
	padding-top: 10px;
}

.itemlist01 li{
	margin: 30px 45px 28px 0;
	width: 260px;
}

.itemlist02{
	margin: 0 15px;
}

.itemlist02 li{
	width: 238px;
}


.itemlist02 li img{
	width: 220px;
}

 
.widthbox{
	width: 556px;
}
 
}

/* レスポンシブ1280pxまでここまで */



#pageTop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 8px;
  font-weight:bold;
  z-index: 9999;
  background:rgba(103, 103, 103, 0.80);
  border-radius: 6px;
  letter-spacing: 0.1em;	
  text-align:center;
  line-height:1.3em;
}
#pageTop a {
  color: #fff;
  display: block;
  padding: 7px 5px 6px 5px;
}
#pageTop a:hover {
  background: #e4953e;
  color: #fff;
  border-radius: 6px;
  padding: 7px 5px 6px 5px;
}
.itemlistarea02 {
    width: 1030px;
    margin: 20px auto 0;
    background: rgba(255, 255, 255, 0.8);
}


.lp-father{
	background: color: #FFFFFF;
}
/* ▼タブ全体（2つを中央揃えで横並び） */
.tabmenu {
  width: 1030px;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;   /* 中央寄せ */
  gap: 380px;                /* 2つのタブの間隔 → 必要に応じて調整 */
}

/* ▼各タブ */
.tabmenu li {
  list-style: none;
}

.tabmenu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #3a3a3a;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;       /* 画像の文字間に近づける */
  padding-bottom: 8px;       /* 文字と線の間を調整 */
}

/* ▼"文字のすぐ下" に長めの下線を引く */
.tabmenu li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 250px;              /* ★ここで線の長さを調整（160〜220px 推奨） */
  height: 1px;
  background: #cfcfcf;       /* 薄いグレー */
}

/* ▼ホバー時：文字の色だけ濃くする */
.tabmenu li a:hover {
  color: #000;
  font-weight:bold;
}
/* 下線の基本（通常時） */
.tabmenu li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 250px;      /* ← 下線の長さ（お好みで調整） */
  height: 1px;       /* 通常時の太さ */
  background: #cfcfcf;
  transition: all 0.25s ease;  /* 滑らかに太くする */
}

/* ★ホバー時：線を太く・濃くする */
.tabmenu li a:hover::after {
  height: 2px;        /* ← 好みで3pxなどに調整可 */
  background: #a0a0a0; /* 少し濃いグレーにするなら */
}




.tabmenu2 {
    width: 1030px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;  /* 自動的に折り返し */
    justify-content: space-between; /* 均等配置 */
}

.tabmenu2 li {
    width: calc((100% - 39px) / 4); /* 4列で均等配置 */
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px; /* 行間を確保 */
}

.tabmenu2 li:last-child{
	margin-right: 0;
}
.tabmenu2 li a{
display: block;
    padding: 15px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #2a2a2a;
    font-weight: bold;
    background: #fff;
    }

.tabmenu2 li a:hover{
	background: #2a2a2a;
	color: #fff;
    }

.item4list-01{
	overflow: hidden;
}
.item4list-01 li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin: 20px 2% 18px 0;
	text-align: center;
}
.item4list-01 li:nth-child(4n){
	margin-right: 0;
}
.item4list-01 li:nth-child(4n+1){
	clear: both;
}
.item4list-01 li img{
	width: 100%;
}
.item4list-01 .btn3 {
    width: 152px;
    margin: 20px auto 0;
}
.item2list {
    overflow: hidden;
}

.item2list li {
    float: left;
    width: 48%; /* 2列・4列で幅を揃える */
    text-align: center;
    margin: 24px 4% 22px 0; /* 右側の余白を3%に */
}

.item2list li:nth-child(3n) {
    margin-right: 0; /* 3列目の余白をなくす（4列用の調整） */
}

.item2list li:nth-child(3n+1) {
    clear: none; /* 2列の時に影響しないように */
}

.item2list li:nth-child(2n) {
    margin-right: 0; /* 2列目の右の余白をなくす */
}

.item2list li:nth-child(2n+1) {
    clear: both; /* 2列の時に改行 */
}

.item2list li img {
    width: 100%;
}

.komono{
	position: relative;
	overflow: hidden;
}
.komono01{
	float: right;
	margin-top: 50px;
}
.leftbox{
	width: 340px;
    position: absolute;
    top: 85px;
}
.rightbox{
	width: 400px;
	float: right;
	margin-top: 30px;
	overflow: hidden;
}
.komono02 li{
	float: left;
	width: 340px;
}
.komono02{
	margin-top: 30px;
}
.komono02 li:first-child img{
	width: 300px;
}
.komono02 li:nth-child(2) img{
	width: 344px;
}
.komono02 li:last-child img{
	width: 300px;
}
.komono02 .title{
	font-size: 17px;
}
.komono02 .subtitle{
	font-size: 12px;
	font-weight: bold;
  font-family:"游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo";
  letter-spacing:0.2em;
  
}
.komono02 .textarea{
	font-size: 12px;
	line-height: 20px;
}
.komono02 .box{
	width: 270px;
	margin: 10px auto;
}




.title{
	color: #2a2a2a;
	font-size: 25px;
	font-family:"游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo";
  font-weight: bold;
	padding-bottom: 7px;
  letter-spacing:0.15em;
}
.subtitle{
	font-weight: bold;
	font-size: 16px;
	color: #2a2a2a;
	padding-bottom: 10px;
  margin-top: 30px;
  letter-spacing:1px;
  font-family:"游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo";
  letter-spacing:0.3em;

}
.textarea{
	line-height: 23px;
  letter-spacing:0.1em;
}

.maintitle{
	font-weight: bold;
	font-size: 30px;
	color: #2a2a2a;
	padding-bottom: 10px;
}

.textarea span{
	display: block;
}
.item4list-01 .btn,.item2list .btn{
	width: 100px;
	margin: 10px auto 0;
  text-align:left;
}
.btn {
	width: 100px;
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
}
.btn a{
	background: #dcdcd2;
	color: #2a2a2a;
	padding: 5px 0 3px;
	display: block;
	border-radius: 2px;
	border:1px;
}
.btn a:hover{
	background: #fff;
	color: #2a2a2a;
	border: 1px solid #ccc;
}
.sakosshu {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
.sakosshu01 img{
	width: 600px;
	float: left;
}
.sakosshu02 img{
	width: 187px;
	float: right;
}
.text{
	width: 350px;
	position: absolute;
	right: 210px;
	bottom:30px;
}
.itemname2{
  font-family:"游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo";
text-align: left;
  
}
.itemname2 span{
	display: block;
  

  
}
.itemprice{
  text-align:left;
}
.left-btn{
  text-align:left;
  margin-top:10px;
}
.left-btn a{
  background: #dcdcd2;
	color: #2a2a2a;
	padding: 5px 0 3px;
	display: block;
	border-radius: 2px;
	border:1px;
  text-align: center;
}

.left-btn a:hover{
	background: #fff;
	color: #2a2a2a;
	border: 1px solid #ccc;
}
.m-midashi {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border-bottom: 2px solid #2a2a2a;
  background-color: #ffffff;
}
.m-midashi::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.m-midashi::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: -1;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #2a2a2a #2a2a2a transparent transparent;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}

/* バッグ用：li全体 */
.tabmenu li.bag {
    background: #e2dac7; /* li全体の背景色（お好きな色に変更） */
    border-radius: 3px;  /* 角丸が欲しい場合 */
    border: none;
}

/* バッグ用：リンク部分 */
.tabmenu li.bag a {
    background: #e2dac7;   /* ボタン部分の背景色 */
    border-color:none; /* 枠線の色（任意） */
    color: #302e2e;           /* 文字色 */
    border: none;
}

/* バッグ用：hover時 */
.tabmenu li.bag a:hover {
    background: #000;  /* 既存のホバーと統一するなら黒 */
    color: #fff;
    border: none;
}

/* プレゼント用：li全体 */
.tabmenu li.present {
    background: #dfb2bb; /* li全体の背景色（お好きな色に変更） */
    border-radius: 3px;  /* 角丸が欲しい場合 */
    border: none;
}

/* プレゼント用：リンク部分 */
.tabmenu li.present a {
    background: #ddaab4;   /* ボタン部分の背景色 */
    border-color:none; /* 枠線の色（任意） */
    color: #302e2e;           /* 文字色 */
    border: none;
}

/* プレゼント用：hover時 */
.tabmenu li.present a:hover {
    background: #000;  /* 既存のホバーと統一するなら黒 */
    color: #fff;
    border: none;
}

/* 一覧のスタイル */
.itiran a {
  position: relative;
  display: block;
  width: 200px;
  padding: 15px 0;
  background-color: #fff;
  font-size: 13px;
  color: #302e2e;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 1px solid #ccc;
  font-family: "Century Gothic", "Apple Gothic", "Segoe UI", "Helvetica Neue", "Arial", "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo";
}

/* 矢印のスタイル */
.saihu-triangle a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #302e2e; /* ← 矢印の色 */
  border-bottom: 6px solid transparent;
  transition: border-left-color 0.3s ease;
}

/* ホバー時の変更 */
.itiran a:hover {
  background: #dcdcd2;
  color: #302e2e;
}

.saihu-triangle a:hover::after {
  border-left-color: #302e2e; /* ← 矢印を白にする */
}
/* 画像右・テキスト左：#picup02 のセクションだけ */
@media screen and (min-width: 769px){
  /* 画像側のブロックを右へ */
  .pick-up-left .sakosshu01{
    float: right;            /* ブロック自体を右に */
    width: 600px;            /* 画像幅に合わせる（必要に応じて調整） */
    margin-left: 40px;       /* テキストとの間隔 */
  }
  }
  .pick-up-left .sakosshu01 img{
    float: none !important;  /* 既存の float:left を打ち消し */
    width: 100%;             /* ブロック幅にフィット */
    height: auto;
  }

  /* テキスト側を左へ */
  .pick-up-left .pc .rightbox{
    float: left;             
    width: calc(100% - 600px - 40px); /* 画像幅＋余白を引いた残り幅 */
    margin-top: 0 !important;         /* .mgt250 を打ち消し */
    text-align: left;
  }
/* PC表示のみ反映 */
@media screen and (min-width: 769px){
  .pick-up-left .rightbox.pc {
    position: relative;
    top: 440px;   /* ← 数値を調整して下に動かす（例：20〜80px） */
  }
}
@media screen and (min-width: 769px){
  /* #picup01 セクションだけ適用 */
  .pick-up-right .rightbox.pc {
    position: relative;
    top: 160px;   /* ← 数値を変えると上下に微調整できる */
    
  }
}
.bg-lgy{
  background-color: #f5f4ef;  
 }
.saifu-shape{
  text-align:left;
 
}
.saifu-shape-text{
  text-align:left;
  font-family:"游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo";
  letter-spacing:0.15em;
  margin-top:10px
}



.tabmenu li a {
    display: flex;
    align-items: center;  /* umeと文字の縦位置を揃える */
    gap: 6px;             /* 余白調整（お好みで） */
}
.tabmenu li a {
    display: flex;
    justify-content: center;  /* ← グループ全体を中央寄せ */
}

.tab-inner {
    display: flex;
    align-items: center;       /* ← アイコンとテキストを縦位置揃え */
    gap: 10px;                  /* ← アイコンと文字の距離調整 */
}
/* PC/SP 共通：タブの中身を中央揃え */
.tabmenu li a {
    display: flex;
    justify-content: center; /* 左寄せに変更 */
    align-items: center;
    gap: 6px;
    /*padding-left: 180px; *//* ← 左に寄せる量。お好みで調整 */
}
/* ============================================
   PC専用 タブメニュー（細字＋下線のみ）
   ============================================ */

@media screen and (min-width: 769px){

  .tabmenu {
      width: 1030px;
      margin: 40px auto 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 380px; /* タブ間の距離 調整可 */
     
      padding-bottom: 8px;
  }

  .tabmenu li {
      list-style: none;
      text-align: center;
  }

  .tabmenu li a {
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
      font-size: 15px;
      font-weight: 400;       /* ← 細字に変更 */
      letter-spacing: 0.12em; /* ← 文字間少し狭めて上品に */
      color: #555;
      background: none !important;
      border: none !important;
  }

  /* ▼通常時の下線（細い） */
  .tabmenu li a::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width:420px;   /* 下線の長さ：調整可能 */
      height: 1px;
      background: #dcdcdc;
      transition: all .2s ease;
  }

  /* ▼ホバー時：濃く&太く */
  .tabmenu li a:hover {
      color: #333;
  }

  .tabmenu li a:hover::after {
      height: 2px;
      background: #333;
  }
}
._2025_WRAPPING {
 text-align: center
}


