@charset "UTF-8";

/* ヘッダー
-------------------*/
.fs-clientInfo:not(.is-ready){
  display: block !important;
}
.fs-clientInfo:not(.is-ready) .logout{
  display: none;
}

/* ベース
-------------------*/
.east-pageMain *{
  box-sizing: border-box;
  line-height: 24px;
}
.east-pageMain p{
  margin: 24px 0;
}
.east-pageMain a{
  text-decoration: underline;
}
.east-pageMain a:hover{
  color: #C0CCCC;
}
.east-pageMain a:hover img{
  opacity: .8;
}
.east-pageMain strong{
  font-weight: bold;
}
.east-pageMain code{
  background: #E9E9E9;
  padding: 3px;
}
.east-pageMain hr{
  border-top: 1px dotted #c0cccc;
  margin: 50px 0;
}
.js-loadParts-pc{
  display: none;
}
.js-loadParts-sp{
  display: block;
}
@media only screen and (min-width: 750px) {
  .js-loadParts-pc{
    display: block;
  }
  .js-loadParts-sp{
    display: none;
  }
}

/* グリッド
-------------------*/
.east-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -24px 0 24px;
}
[class^="east-col-"]{
  width: 100%;
  margin-top: 24px;
}
[class^="east-col-"]>*:first-child{
  margin-top: 0;
}
[class^="east-col-"]>*:last-child{
  margin-bottom: 0;
}
.east-row>[class^="east-col-sp-"]{
  /* margin: 0; */
}
.east-col-sp-12{
  width: 100%;
}
.east-col-sp-11{
  width: 91.5%;
}
.east-col-sp-10{
  width: 82.8%;
}
.east-col-sp-9{
  width: 74.2%;
}
.east-col-sp-8{
  width: 65.8%;
}
.east-col-sp-7{
  width: 56.9%;
}
.east-col-sp-6{
  width: 48.3%;
}
.east-col-sp-5{
  width: 39.6%;
}
.east-col-sp-4{
  width: 31%;
}
.east-col-sp-3{
  width: 22.3%;
}
.east-col-sp-2{
  width: 13.7%;
}
.east-col-sp-1{
  width: 6.7%;
}
@media only screen and (min-width: 750px) {
  .east-col-pc-12{
    width: 100%;
  }
  .east-col-pc-11{
    width: 91.5%;
  }
  .east-col-pc-10{
    width: 82.8%;
  }
  .east-col-pc-9{
    width: 74.2%;
  }
  .east-col-pc-8{
    width: 65.8%;
  }
  .east-col-pc-7{
    width: 56.9%;
  }
  .east-col-pc-6{
    width: 48.3%;
  }
  .east-col-pc-5{
    width: 39.6%;
  }
  .east-col-pc-4{
    width: 31%;
  }
  .east-col-pc-3{
    width: 22.3%;
  }
  .east-col-pc-2{
    width: 13.7%;
  }
  .east-col-pc-1{
    width: 6.7%;
  }
}

/* 見出し
-------------------*/
.east-h1{
  margin: 0 0 24px;
  border-bottom: none;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.east-h2{
  margin: 48px 0 24px;
  padding: 20px 15px;
  color: #fff;
  background: #C0CCCC;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.east-h3{
  margin: 36px 0 24px;
  padding: 0 5px 15px;
  border-bottom: 3px solid #C0CCCC;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}
.east-h4{
  margin: 24px 0;
  padding: 0 5px 15px;
  border-bottom: 1px dashed #C0CCCC;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
}
.east-h5{
  margin: 24px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
.east-h6{
  margin: 24px 0;
  color: #C0CCCC;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (min-width: 750px) {
  .east-h2{
    font-size: 2rem;
    margin-top: 60px;
  }
  .east-h3{
    font-size: 2rem;
  }
  .east-h4{
    font-size: 1.8rem;
  }
  .east-h5{
    font-size: 1.8rem;
  }
  .east-h6{
    font-size: 1.8rem;
  }
}

/* 画像&コピーつきの見出し
-------------------*/
.east-h2+.east-hImg{
  margin-top: 0;
}
.east-hImg{
  position: relative;
  overflow: hidden;
  margin: 60px 0 24px;
}
.east-hImg .east-hImg-title{
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 0 1px 1px #000;
}
.east-hImg .east-hImg-lead{
  margin: 0;
}
@media only screen and (min-width: 750px) {
  .east-hImg{
    padding-top: 46.4%;
    margin: 60px 0 36px;
  }
  .east-hImg .east-hImg-bg{
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .east-hImg .east-hImg-title{
    font-size: 2rem;
    padding: 20px;
  }
  .east-hImg .east-hImg-lead{
    position: absolute;
    left: auto;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    background: rgba(255, 255, 255, .9);
    max-width: 420px;
  }
}

/* 箇条書きリスト
-------------------*/
.east-list{
  padding-left: 2em;
  margin: 24px 0;
}

/* ボタン
-------------------*/
a.east-btn{
  position: relative;
  display: inline-block;
  padding: 15px 50px;
  background: #7c8790;
  border: 2px solid #7c8790;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  transition: background .3s, color .3s;
}
a.east-btn::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top center;
  transition: border .15s, right .15s;
}
a.east-btn:hover{
  background: #fff;
  color: #7c8790;
}
a.east-btn:hover::after{
  border-color: #7c8790;  
  right: 10px;
}

/* 装飾ボックス
-------------------*/
.east-decobox{
  margin: 24px 0;
  padding: 24px;
  background: #f2f2f2;
}
.east-decobox>*:first-child{
  margin-top: 0;
}
.east-decobox>*:last-child{
  margin-bottom: 0;
}
.east-decobox ul{
  padding-left: 1.5em;
}
.east-decobox .js-readmoreContent .js-readmoreContent__cover{
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0.1), rgba(242, 242, 242, 0.95) 90%);
}
@media only screen and (min-width: 750px) {
  .east-decobox{
    padding: 30px;
  }
}

/* メインビジュアル
-------------------*/
.east-mv{
  position: relative;
  margin: 24px 0;
}
.east-mv-text{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 20px;
  margin: 0 !important;
  text-align: right;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0 1px 1px #000;
  border-radius: 0 !important;
}
@media only screen and (min-width: 750px) {
  .east-mv-text{
    bottom: 30px;
    padding: 0 30px;
    font-size: 2.4rem;
  }
}

/* 商品リスト
-------------------*/
/* 商品共通パーツ */
.east-itemLink{
  text-decoration: none !important;
}
.east-itemLink:hover{
  color: #333 !important;
}
.east-itemImage{
  text-align: center;
}
.east-itemImage img{
  vertical-align: middle;
}
.east-itemName{
  margin: 5px 0;
  line-height: 1.4;
}
.east-itemName a{
  text-decoration: none;
  line-height: 1.4;
}
.east-itemPrice{
  font-weight: bold;
  margin: 5px 0;
  line-height: 1.4;
}
.east-itemDescription{
  margin: 5px 0;
  line-height: 1.4;
}
.east-itemPrice-tax{
  font-size: 10px;
  font-weight: normal;
}
@media only screen and (min-width: 750px) {
  .east-itemName{
    font-size: 16px;
  }
  .east-itemPrice{
    font-size: 16px;
  }
}

/* 画像+テキストの交互配置 */
.east-items--imgtxt .east-item{
  margin: 48px 0;
}
.east-items--imgtxt .east-item:first-child{
  margin-top: 0;
}
.east-items--imgtxt .east-item:last-child{
  margin-bottom: 0;
}
.east-items--imgtxt .east-itemName{
  margin: 36px 0 24px;
  padding: 0 5px 15px;
  border-bottom: 3px solid #C0CCCC;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}
.east-items--imgtxt .east-itemDescription{
  margin: 24px 0;
}
.east-items--imgtxt .east-itemDescription>*:first-child{
  margin-top: 0;
}
.east-items--imgtxt .east-itemDescription>*:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 750px) {
  .east-items--imgtxt .east-item{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin: 24px 0;
    min-height: 400px;
  }
  .east-items--imgtxt .east-itemName{
    margin-top: 0;
  }
  .east-items--imgtxt .east-itemImage{
    position: absolute;
    width: 400px;
    top: 0;
  }
  .east-items--imgtxt .east-itemDescription{
    margin: 0;
  }
  .east-items--imgtxt .east-item:nth-child(even) .east-itemImage{
    right: 0;
  }
  .east-items--imgtxt .east-item:nth-child(even){
    padding-right: 430px;
  }
  .east-items--imgtxt .east-item:nth-child(odd) .east-itemImage{
    left: 0;
  }
  .east-items--imgtxt .east-item:nth-child(odd){
    padding-left: 430px;
  }
}

/* ランキング */
.east-items--ranking{
  background: #f2f2f2;
  padding: 24px;
  margin: 24px 0;
}
.east-item-rankingHead{
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-weight: bold;
  color: #ababab;
  font-size: 2.6rem;
  line-height: 36px;
  margin-bottom: 24px;
  letter-spacing: 3px;
}
.east-item-rankingHead span{
  font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 24px;
}
.east-item-rankingList{
  counter-reset: rank;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -24px;
  padding-left: 0;
}
.east-item-rankingList>li{
  width: calc(50% - 12px);
  margin-top: 24px;
}
.east-item-rankingList>li .east-itemImage{
  position: relative;
}
.east-item-rankingList>li .east-itemImage::before{
  position: absolute;
  z-index: 2;
  counter-increment: rank;
  content: counter(rank);
  top: -15px;
  left: -15px;
  background: #333;
  border: 2px solid #f2f2f2;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 26px;
}
.east-item-rankingList>li:nth-child(1) .east-itemImage::before{
  background: #A78C63;
}
.east-item-rankingList>li:nth-child(2) .east-itemImage::before{
  background: #C2BDB5;
}
.east-item-rankingList>li:nth-child(3) .east-itemImage::before{
  background: #CA8D54;
}
@media only screen and (min-width: 750px) {
  .east-items--ranking{
    padding: 36px;
    margin: 36px 0;
  }
  .east-item-rankingList>li{
    width: calc(20% - 15px);
  }
  .east-item-rankingList>li .east-itemName{
    font-size: 1.4rem;
  }
  .east-item-rankingList>li .east-itemPrice{
    font-size: 1.4rem;
  }
}

/* 検索
-------------------*/
.east-search{
  margin: 24px 0;
  border: 3px solid#C0CCCC;
  font-size: 1.5rem;
  text-align: center;
}
.east-searchHead{
  font-weight: bold;
  font-size: 1.8rem;
  padding: 20px;
  background-image: linear-gradient(-45deg,
  #fff 25%, #dfe5e5 25%, #dfe5e5 50%, #fff 50%, #fff 75%, #dfe5e5 75%, #dfe5e5);
  background-size: 6px 6px;
}
.east-searchHead>i{
  vertical-align: middle;
  margin-right: 5px;
}
/* ●●で選ぶ */
.east-searchCondition{
  text-align: left;
  margin: 24px 24px 36px;
}
.east-searchCondition>dt{
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.east-searchCondition>dt::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #C0CCCC;
  border-radius: 100%;
}
.east-searchCondition>dd{
  position: relative;
}
.east-searchCondition>dd:not(:last-child){
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.east-searchCondition>dd:not(:last-child)::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ddd;
}
.east-searchCondition-links{
  margin-top: -15px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.east-searchCondition-links>li{
  width: calc(50% - 10px);
  margin-top: 15px;
}
.east-searchCondition-links>li a{
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px 25px 10px 10px;
  background: #f2f2f2;
  border: 1px solid #dfdfdf;
  font-size: 14px;
  line-height: 1.2;
  height: 100%;
  transition: color .2s ease, background-color .2s ease;
}
.east-searchCondition-links>li a::after{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-family: 'fs-icon' !important;
  line-height: 1;
  color: #7c8790;
  content: "\e90c";
  font-size: 2.2rem;
  transition: right .15s ease;
}
.east-searchCondition-links>li a:hover{
  background-color: transparent;
  color: #333;
}
.east-searchCondition-links>li a:hover::after{
  right: -3px;
}
/* ジャンプリンク */
.east-searchJump{
  list-style-type: none;
}
.east-searchJump>li:not(:first-child){
  border-top: 1px solid #ddd;
}
.east-searchJump>li:nth-child(1){
  border-top: none;
}
.east-searchJump>li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  text-decoration: none;
  height: 100%;
  transition: color .2s ease;
}
.east-searchJump>li a::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #7c8790;
  border-right: 2px solid #7c8790;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top center;
  transition: top .15s;
}
.east-searchJump>li a:hover::after{
  top: 55%;
}
.east-searchJump-icon{
  margin-right: 10px;
}
@media only screen and (min-width: 750px) {
  .east-search{
    text-align: center;
  }
  .east-searchCondition{
    clear: both;
  }
  .east-searchCondition::before,
  .east-searchCondition::after{
    content: '';
    display: block;
    clear: both;
  }
  .east-searchCondition>dt{
    float: left;
    width: 170px;
    padding-right: 20px;
    clear: both;
    margin: 0;
    min-height: 37px;
    display: flex;
    align-items: center;
  }
  .east-searchCondition>dd{
    float: right;
    width: calc(100% - 170px);
  }
  .east-searchCondition>dd:not(:last-child)::after{
    left: -170px;
  }
  .east-searchCondition-links::after{
    content: '';
    display: block;
    width: calc(33% - 10px);
  }
  .east-searchCondition-links>li{
    width: calc(33% - 10px);
  }
  .east-searchJump{
    display: flex;
    flex-wrap: wrap;
  }
  .east-searchJump>li{
    width: 50%;
  }
  .east-searchJump>li:nth-child(odd){
    border-right: 1px solid #ddd;
  }
  .east-searchJump>li:nth-child(2){
    border-top: none;
  }
}

/* JS
-------------------*/
/*  */
.east-h2.js-toggleBtn{
  position: relative;
  cursor: pointer;
}
.east-h2.js-toggleBtn .js-toggleBtn__icon{
  position: absolute;
  top: 30px;
  right: 20px;
}
.east-h2.js-toggleBtn .js-toggleBtn__icon::before{
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 18px;
  height: 3px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgb(0 0 0 / 40%);
}
.east-h2.js-toggleBtn.is-close .js-toggleBtn__icon::after{
  position: absolute;
  right: 0;
  content: '';
  width: 18px;
  height: 3px;
  background-color: #fff;
  transform: rotate(90deg);
  box-shadow: 1px 0 1px rgb(0 0 0 / 40%);
}
.js-toggleContent{
  display: none;
}
/* 「続きを読む」タイプのアコーディオン */
.js-readmoreContent{
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  transition: height .2s ease;
}
.js-readmoreContent.is-close{
  height: 100px;
}
.js-readmoreContent .js-readmoreContent__cover{
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.95) 90%);
  transition: background .2s ease;
}
.js-readmoreContent .js-readmoreContent__cover + *{
  margin-top: 0 !important;
}
.js-readmoreContent.is-open > .js-readmoreContent__cover{
  background: transparent;
}
.js-readmoreContent>*:first-child{
  margin-top: 0;
}
.js-readmoreContent>*:last-child{
  margin-bottom: 0;
}
.js-readmoreBtn{
  display: block;
  width: 70%;
  max-width: 200px;
  margin: 0 auto;
  padding: 5px 30px;
  border: 2px solid #C0CCCC;
  border-radius: 3px;
  background-color: #C0CCCC;
  color: #fff;
  font-size: 1.4rem;
  transition: background-color .15s;
}
.js-readmoreBtn:hover{
  background-color: #fff;
  color: #C0CCCC;
}
@media only screen and (min-width: 750px) {
  .east-h2.js-toggleBtn{
    cursor: default;
  }
  .east-h2.js-toggleBtn .js-toggleBtn__icon{
    display: none;
  }
  .js-toggleContent{
    display: inherit !important;
  }
  .js-readmoreContent{
    margin-bottom: 0;
    height: auto !important;
  }
  .js-readmoreContent .js-readmoreContent__cover{
    display: none !important;
  }
  .js-readmoreBtn{
    display: none !important;
  }
}


/* ユーティリティ
-------------------*/
.east-u-displayPc,
.east-u-displayPc--only{
  display: none;
}
.east-u-displaySp,
.east-u-displaySp--only{
  display: inherit;
}
@media only screen and (min-width: 750px) {
  .east-u-displayPc,
  .east-u-displayPc--only{
    display: inherit;
  }
  .east-u-displaySp--only{
    display: none;
  }
}
.east-u-center{
  text-align: center !important;
}
.east-u-m0{
  margin: 0 !important;
}
.east-u-mt0{
  margin: 0 !important;
}
.east-u-mt10{
  margin-top: 0 !important;
}
.east-u-mt20{
  margin-top: 20px !important;
}
.east-u-mt30{
  margin-top: 30px !important;
}
.east-u-mt40{
  margin-top: 40px !important;
}
.east-u-mt50{
  margin-top: 50px !important;
}
.east-u-mb0{
  margin-bottom: 0 !important;
}
.east-u-mb10{
  margin-bottom: 10px !important;
}
.east-u-mb20{
  margin-bottom: 20px !important;
}
.east-u-mb30{
  margin-bottom: 30px !important;
}
.east-u-mb40{
  margin-bottom: 40px !important;
}
.east-u-mb50{
  margin-bottom: 50px !important;
}
.east-u-del{
  text-decoration: line-through !important;
}




/*本店色変更*/
.east-h2{
  background: #cbcbcb !important;
  }