@charset "UTF-8";
/* CSS Document */

/*----------------------------------------
全ページ
------------------------------------------*/
body{
  font-family:'Noto Sans JP', sans-serif, 'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
a:link {text-decoration: none;}
a:hover{text-decoration: none;}
.fs-c-button--plain:hover{text-decoration: none;
  outline: none;}
a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
img{
  height: auto;
  vertical-align: bottom;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.animation{
  visibility: hidden;
  opacity: 0;
}
.run{
  visibility: visible;
  animation: fadein 0.5s ease 0s 1 normal;
  animation-fill-mode:forwards;
}
.fs-c-breadcrumb{
    max-width: 100%;
    margin: 0;
    padding: 1.5rem;
}
.fs-c-breadcrumb__list{
  padding: 0;
  color: #000;
}
.fs-c-breadcrumb__listItem a:hover{
  color: #009B4A;
}

.fs-l-header{
  padding: 0;
}
.fs-l-footer {
  position: relative;
  border-top: none;
  background: none;
  margin-top: 0;
}
.wrap{
  width: 1100px;
  margin: 0 auto;
}
.fs-c-heading--page {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  border: none;
  margin: 0;
  padding: 10% 0;
  color: #FFF;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  background-size: cover;
  background-color: #a71427;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.3)) ,url(https://gotouchifood.itembox.design/item/itiran.jpg);
 opacity: 0.5;
}
.fs-l-main {
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 8px;
  display: flex;
  justify-content: space-between;
}
.fs-l-main .fs-l-pageMain {
  box-shadow: 2px 2px 10px 4px rgb(100,100,100,0.1);
}
.fs-c-panelContainer {
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

/*----------------------------------------
全ページ　SP用
------------------------------------------*/
@media(max-width: 750px){
  body {
    margin-top: 17vw;
  }

  .fs-l-main {
    width: 100%;
    padding: 0;
    margin: 0;
  }

}

/*----------------------------------------
ヘッダー
------------------------------------------*/
#header2{
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  z-index: 100;
}
#header2 .wrap2{
  width: auto;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header2 #hdh1{
    line-height: 1.2;
    margin: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
}
#header2 #hdh1 img{
  max-width: 170px;
  margin-top: 10px;
  transition: 0.3s;
}
#header2 #hdh1 img:hover{
  opacity: 0.7;
  transition: 0.3s;
}
#hd-search2{
  position: relative;
  width: 440px;
  height: 40px;
  margin-bottom: 20px;
}
#hd-search2 input{
  width: 440px;
  height: 40px;
  font-size: 19px;
  box-sizing: border-box;
  border: none;
  border-bottom: solid 1px #979797;
  background: #FFF;
}
#hd-search2 button{
  position: absolute;
  right: 3px;
  top: 6px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#header2 .right ul{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#header2 .right ul li{
  margin: 0;
  padding: 0;
  list-style: none;
}
#header2 .right ul li a{
  height: 54px;
  color: #009B4A;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 6px;
  border: solid 3px #009B4A;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#header2 .right ul li a:hover{
  color: #FFF;
  background: #009B4A;
  transition: 0.3s;
}
#header2 .right ul li:nth-child(1) a{
  width: 177px;
}
#header2 .right ul li:nth-child(1) a:before{
  content: "";
  display: block;
  width: 18px;
  height: 21px;
  margin-right: 7px;
  background: url(https://gotouchifood.itembox.design/item/img/common2/icon-mypage.png) center center no-repeat;
  transition: 0.3s;
}
#header2 .right ul li:nth-child(1):hover a:before{
  background: url(https://gotouchifood.itembox.design/item/img/common2/icon-mypage_hv.png) center center no-repeat;
  transition: 0.3s;
}
#header2 .right ul li:nth-child(2) a{
  width: 250px;
}
#header2 .right ul li:nth-child(2) a:before{
  content: "";
  display: block;
  width: 27px;
  height: 22px;
  margin-right: 8px;
  background: url(https://gotouchifood.itembox.design/item/img/common2/icon-cart.png) center center no-repeat;
  transition: 0.3s;
}
#header2 .right ul li:nth-child(2):hover a:before{
  background: url(https://gotouchifood.itembox.design/item/img/common2/icon-cart_hv.png) center center no-repeat;
  transition: 0.3s;
}
#header2 .right ul li:nth-child(2) a span{
  width: 30px;
  height: 30px;
  line-height: 25px;
  margin-left: 8px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  box-sizing: border-box;
  border: solid 1px #ADADAD;
  background: #009B4A;
  transition: 0.3s;
}
#header2 .right ul li:nth-child(2):hover a span{
  color: #009B4A;
  background: #FFF;
  transition: 0.3s;
}
#header2 .wrap2 .sp-icon,
#header2 #hd-acc{
  display: none;
}
#header2 nav{
  margin: 0;
  padding: 0;
  box-shadow: 1px 3px 3px 1px rgb(0,0,0,0.1);
  background: #a71427;
}
#header2 nav.fixed{
  position: fixed;
  top: 0;
  left: 0;
  min-width: auto;
  width: 100%;
  z-index: 1;
}
#header2 nav ul{
  width: auto;
  max-width: 1200px;
  height: 50px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 55px;
}
#header2 nav.fixed ul{
  width: 100%;
}
#header2 nav ul li{
  position: relative;
  height: 50px;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 22px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header2 nav ul li a{
  color: #FFF;
  transition: 0.3s;
}
#header2 nav ul li a:hover{
  transition: 0.3s;
  opacity: 0.3;
}
#header2 nav ul li.search span{
  cursor: pointer;
  transition: 0.3s;
}
#header2 nav ul li.search span:hover{
  transition: 0.3s;
  opacity: 0.3;
}

#header2 nav ul li .inputarea{
  position: absolute;
  right: 0;
  top: 52px;
  width: 440px;
  display: none;
  z-index: 10;
}
#header2 nav ul li .inputarea input{
  width: 440px;
  height: 40px;
  font-size: 19px;
  box-sizing: border-box;
  border: none;
  border-bottom: solid 1px #979797;
  background: #FFF;
}
#header2 nav ul li .inputarea button{
  position: absolute;
  right: 3px;
  top: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

#header2 #hd-category{
  min-width: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 0 47px 0;
}
#header2 #hd-category.fixed{
  margin: 50px auto 0 auto;
}
#header2 #hd-category ul{
  width: auto;
  max-width: 816px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
#header2 #hd-category ul li{
  width: 136px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
#header2 #hd-category ul li a p{
  width: 92px;
  height: 92px;
  margin: 0 auto 10px auto;
  padding: 0;
  border-radius: 46px;
  overflow: hidden;
}
#header2 #hd-category ul li a p img{
  transition: all 0.5s;
}
#header2 #hd-category ul li a p:hover img{
  transition: all 0.5s;
  transform: scale(1.1);
}
#header2 #hd-category ul li a span{
  color: #231815;
  font-size: 16px;
  font-weight: 500;
}



/*----------------------------------------
ヘッダーSP用
------------------------------------------*/
@media (max-width: 750px){
  #header2{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #FFF;
    z-index: 100;
    border-bottom: 4px solid #a71427;
  }
  #header2 .wrap2{
    width: 100%;
    padding: 0 0 0 4.8vw;
  }
  #header2 #hdh1 span{
    display: none;
  }
  #header2 #hdh1 img{
    width: 30.67vw;
    margin-top: 0;
  }
  #header2 .wrap2 .right{
    display: none;
  }

  #header2 .wrap2 .sp-icon{
    display: flex;
    width: 40%;
    align-items: center;
  }
  #header2 .wrap2 .sp-icon .hd-icon{
    line-height: 1;
    width: 33%;
    text-align: center;
    border-right: 1px solid #ddd;
  }
  #header2 .wrap2 .sp-icon .hd-icon a p{
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #header2 .wrap2 .sp-icon .hd-icon a span{
    color: #009B4A;
    font-size: 1.67vw;
    font-weight: bold;
  }
  #header2 .wrap2 .sp-icon .hd-menu{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #header2 .wrap2 .sp-icon .hd-menu .bd{
    position: relative;
    width: 65%;
    height: 4vw;
    margin: 1vw;
    padding: 0;
  }
  #header2 .wrap2 .sp-icon .hd-menu .bd:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 6.5vw;
    height: 4px;
    background: #000;
    transition: 0.3s;
  }
  #header2 .wrap2 .sp-icon .hd-menu .bd:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6.5vw;
    height: 3px;
    background: #000;
    transition: 0.3s;
  }
  #header2 .wrap2 .sp-icon .hd-menu .bd span{
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 6.5vw;
    height: 3px;
    background: #000;
  }
  #header2 .wrap2 .sp-icon .hd-menu p:nth-child(2){
    margin: 0;
    padding: 0;
    font-size: 1.87vw;
    white-space: nowrap;
  }
}


/*----------------------------------------
サイドナビ部
------------------------------------------*/
main>.side {
  width: 100%;
  height: fit-content;
  background-color: #fff;
  box-shadow: 1px 1px 5px 2px rgb(0,0,0,0.1);
  max-width: 305px;
  padding-bottom: 20px;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

main>.fs-l-pageMain>.side {
  width: 100%;
  height: fit-content;
  background-color: #fff;
  box-shadow: 1px 1px 5px 2px rgb(0,0,0,0.1);
  padding-bottom: 20px;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

main>.fs-l-pageMain>.side>#side-category {
  display: flex;
  flex-flow: row wrap;
}

main>.fs-l-pageMain>.side>#side-category li{
  margin: 0px 1% 7px;
  padding: 17px 5px;
  box-sizing: border-box;
  list-style: none;
  flex-shrink: 0;
  width: 48%;
  display: block;
  border: 1px solid #eee;
  border-radius: 7px;
}

ul#side-category {
  margin: 0;
  padding: 0;
}
ul#side-category li {
  margin: 0 0 7px 0;
  padding: 0;
  list-style: none;
}
ul#side-category li a {
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 7px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
ul#side-category li a p {
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
ul#side-category li a span {
  color: #231815;
  font-size: 18px;
}


@media screen and (max-width: 1200px){
  main>.side{
    width: auto;
    max-width: 1200px;
    padding: 0 10px;
    justify-content: center;
  }
  main>.side{
    display: none;
  }
}
@media screen and (min-width: 1200px){
  .fs-l-main .fs-l-pageMain{
    max-width:860px;
}
  main>.fs-l-pageMain>.side{
    display: none;
  }
}


/*----------------------------------------
商品LP内
------------------------------------------*/
.fs-l-product2 .fs-l-productLayout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}
.fs-p-productDescription--full{
  max-width: 840px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.fs-p-productDescription--short{
  max-width: 840px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.fs-l-productLayout__item--3{
  width: 100%;
  margin-bottom: 50px;
}
.fs-l-productLayout__item--1{
  width: 420px;
  margin: 0 0 0 10px;
}
.fs-l-productLayout__item--2{
  width: 400px;
  margin: -60px 10px 0 0;
  padding-top: 60px;
  font-weight: 400;
}
.fs-l-productLayout__item--3{
  width: 100%;
  margin-bottom: 50px;
}
.ikkatsu{
  margin: 0 auto;
}
/* table */
.fs-p-productDescription table{
  width: 100%;
  margin: 50px auto;
  padding: 0;
  font-size: 14px;
  border: none;
}
.fs-p-productDescription table tr th{
  padding: 15px 20px;
  border: none;
  border-bottom: solid 1px #CCC;
}
.fs-p-productDescription table tr td{
  padding: 15px 20px;
  font-weight: bold;
  background: #FFF;
  border: none;
  border-bottom: solid 1px #CCC;
}
.fs-p-productDescription table tr td:nth-child(1){
  white-space: nowrap;
}
.fs-p-productDescription table tr td:nth-child(2){
  font-weight: normal;
  background: #FFF;
}
/* 名前 */
.fs-l-productLayout__item--2 h1.fs-c-productNameHeading{
  padding: 10px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
/* 商品番号 */
.fs-l-productLayout__item--2 .fs-c-productNumber{
  margin: 0 0 12px 0;
  padding: 0;
  color: #515151;
  text-align: right;
  font-size: 12px;
  border: none;
  display: block;
}
/* 出荷時期 */
.fs-l-productLayout__item--2 dl.dokuji{
  position: relative;
  margin: 0 0 25px 0;
  padding: 10px 10px 15px;
  text-align: center;
  color: #FFF;
  background: #565656;
}
.fs-l-productLayout__item--2 dl.dokuji dt{
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.fs-l-productLayout__item--2 dl.dokuji dd{
  margin: 0;
  padding: 0;
  font-size: 18px;
}
/* ポイント */
.fs-l-productLayout__item--2 .fs-c-productPointDisplay{
  padding: 5px 10px;
  color: #D60000;
  font-size: 16px;
  font-weight: 500;
  background: #FFFC00;
}

/* ボタン */
.fs-l-productLayout__item--2 .fs-c-button--primary{
  height: 66px;
  line-height: 1;
  padding: 0;
  font-size: 26px;
  border-radius: 33px;
  border: 1px solid #F96408;
  background: #F96408;
  box-shadow: 0 3px 4px rgba(158, 158, 158, 0.4);
  display: grid;
  place-items: center;
  transition: 0.3s;
}

/* 数量 */
.fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist__quantity {
  position: relative;
  max-width: 100px;
}
.fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist__quantity::after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 1em;
  background: #f2f2f2;
  border-left: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: content-box;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e90f";
  font-family: "fs-icon" !important;
  font-size: 1.8rem;
  line-height: 1;
  padding: 8px;
  pointer-events: none;
}
.fs-l-productLayout__item--2 .fs-c-quantity__select{
  width: 100px;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 4.2rem;
}

@media (max-width: 1200px){
  form#fs_form {
    padding: 0 1rem;
  }
  .fs-l-productLayout__item--1{
    max-width: 750px;
    width: 100%;
    margin: auto;
  }
  .fs-l-productLayout__item--2{
    max-width: 750px;
    width: 100%;
    margin: auto;
  }
}

/*----------------------------------------
見出し部
------------------------------------------*/
#fs_form h1 {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 0.5em;
  text-align: center;
}
#fs_form h2{
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin: 7rem 0 4rem;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
#fs_form h2:before, #fs_form h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: black;
}
#fs_form h2:before {
  left:0;
}
#fs_form h2:after {
  right: 0;
}

#fs_form h3 {
  position: relative;
  padding-left: 60px;
  font-size: 1.5em;
  margin-top: 7rem;
}
#fs_form h3:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: 900;
  font-size: 30px;
  border-radius: 50%;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#fs_form h3:after {
  content: '';
  display: block;
  position: absolute;
  left: 42px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fs-l-main .side h3 {
  color: #fff;
  text-align: center;
  background-color: #a71427;
  font-size: 22px;
  font-weight: bolder;
  padding: 2rem 0;
  margin: 0 0 2rem;
}
.title, .cate_img h1{
  margin: 1em 0 .5em 0;
  padding: 0;
  text-align: center;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 3vw;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media(min-width: 1441px){
.title, .cate_img h1 {
  margin: 1em 0 .5em 0;
  padding: 0;
  text-align: center;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 2vw;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  }
}
.cate_img p{
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.fs-l-pageMain .title{
  color: #895106;
}

/*----------------------------------------
見出し部 SP用
------------------------------------------*/
@media(max-width: 750px){
  .title {
    margin-top: 9vw;
    margin-bottom: 4vw;
    font-size: 5vw;}
  #fs_form h1{
    font-size: 1.4em;
  }
  #fs_form h3{
    font-size: 1.2em;
  }
}


/*----------------------------------------
ボタン部
------------------------------------------*/
.buybtn{
  text-align: center;
  margin: 0;
  padding: 0;
}
.buybtn a {
  display: block;
  width: 50%;
  border: 1px solid #AA9;
  border-radius: 20px;
  margin: 50px auto;
  padding: 1em 0 1.5em;
  color: #787878;
  font-size: 26px;
  font-weight: 600;
  box-sizing: border-box;
  place-items: center;
  transition: 0.3s;
  position: relative;
}
.buybtn a::after {
  content: "";
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.7em;
  left: 2px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #a5a5a5;
  border-right: 3px solid #a5a5a5;
  transform: rotate(135deg);
}
.buybtn a:hover{
  transition: 0.3s;
  opacity: 0.7;
  background: #ffdeb2;
  color: #000;
}

@media(max-width: 750px){
  .buybtn a{
  width: 90%;
  font-size: 3.6vw;
  padding: 1em 0 2em;
  }
}




/*----------------------------------------
商品一覧リセット
------------------------------------------*/
.fs-c-button--addToWishList--icon, .fs-c-button--removeFromWishList--icon{
  display: none;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed){
  display: none;
}
.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock{
  border: none;
}
.fs-p-productSearch {
  border: none;
}
.fs-c-productList__controller {
  display: block;
}
.fs-c-sortItems {
  font-size: 14px;
  border: none;
}
.fs-c-sortItems__label {
  display: none;
}
.fs-c-sortItems__list {
  justify-content: center;
  border: none;
}
.fs-c-sortItems .fs-c-sortItems__list__item {
  border: 1px solid #aaa;
  border-radius: 50px;
  width: 10em;
  text-align: center;
  line-height: 3em;
  margin: 0.5rem;
}
.fs-c-sortItems .fs-c-sortItems__list__item.is-active {
  color: #FFF;
  background-color: #ffb429;
  border: none;
  font-weight: 800;
}
.fs-c-listControl {
  flex-direction: row;
  justify-content: center;
}
.fs-c-listControl__status {
  display: none;
}
.fs-c-pagination__item {
  display: block;
  font-size: 1.2em;
  width: 2em;
  height: 2em;
  text-align: center;
  padding: 0.6em;
  margin: 0 3px;
}
.fs-c-pagination__item.is-active {
  background: #ffb429;
  border-radius: 50%;
}

.fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
}
.fs-c-productList__list__item.fs-c-productListItem {
  width: 33%;
  flex-shrink: 0;
}
.fs-c-productList__list__item{
  border: none;
}
.fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-button--plain::before{
  display: none;
}
.fs-c-productListItem__productName {
  font-size: 1.5rem;
  margin: 0.5em 0;
}

/*----------------------------------------
商品一覧用
------------------------------------------*/
.fs-c-productListItem__productName, .prd_select_btn, .fs-c-productName__name{
  font-family: 'Noto Serif JP', serif,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
}
.fs-c-productList__list .fs-c-price{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fs-c-productList__list .fs-c-button--plain{
  width: 100%;
}

.fs-c-productList__list__item.fs-c-productListItem form{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fs-c-productPrices {
  margin-top: auto;
}
.fs-c-productList__list .prd_select_btn{
  position: relative;
  height: 4rem;
  box-sizing: border-box;
}
.fs-c-productList__list .fs-c-button__label {
  color: #FFF;
  font-weight: bold;
}
.fs-c-productList__list .fs-c-productListItem__notice{
  width: 100%;
  background-color: #FFF;
  border: 1px solid #a71427;
  margin: 0;
  position: absolute;
  padding: 1.2rem 0;
  height: auto;
  color: #a88287;
  top: 0;
  left: 0;
  z-index: 10;
}
.fs-c-productListItem__notice.fs-c-productStock:hover {
  background-color: #ccc;
  border-color: #aaa;
  color: #888;
  transition: 0.5s;
}
.fs-c-productList__list .fs-c-buttonContainer{
  position: absolute;
  background-color: #a71427;
  width: 100%;
  height: 3.75rem;
  top: 0;
  left: 0;
  font-size: 12px;
}
.fs-c-productList__list .fs-c-buttonContainer:hover {
  background-color: #ffadb8;
  transition: 0.5s;
}
.fs-c-productList__list .fs-c-button--addToCart--list,  .fs-c-button--viewProductDetail{
  text-align: center;
  margin: auto;
}
.fs-c-productList__list .fs-c-productName__copy {
  font-size: 0.8em;
  height: 2.2rem;
  overflow: hidden;
  color: #a17b49;
  line-height: 1.5;
  border-bottom: 1px solid #a17b49;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  font-weight: 400;
}
.fs-c-productList__list .fs-c-productName__name {
  height: 2.9em;
  overflow: hidden;
  color: #a17b49;
  font-weight: 600;
  line-height: 1.4em;
}
.fs-c-productList__list .fs-c-productPrice {
  flex-direction: row-reverse;
}
.fs-c-productList__list .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #a17b49;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 600;
}
.cate_img h1 {
  font-size: 7rem;
  margin: 5rem 0;
  color: #98410f;
}
.cate_img h1 span{
  font-weight: bold;
  font-size: 2rem;
}
.cate_img p{
  font-weight: 600;
  color: #98410f;
}

.fs-c-productListItem__prices.fs-c-productPrices {
    display: flex;
    align-items: baseline;
}
.fs-c-productPrice--selling {
    margin-left: auto;
}
.fs-c-productPrice--listed .fs-c-productPrice__main::after {
    content: "⇒";
    color: red;
}
.fs-c-productPrice--listed{
    position:relative;
}
.fs-c-productPrice--listed::before {
    content: "";
    width: 6.5em;
    display: block;
    border-bottom: 3px solid red;
    position: absolute;
    top: 0.6em;
    left: 0;
    transform: rotate(11deg);
    opacity: 0.5;
}
.fs-c-productPrice--listed::after {
    content: "";
    width: 6.5em;
    display: block;
    border-bottom: 3px solid red;
    position: absolute;
    top: 0.6em;
    left: 0;
    transform: rotate(-11deg);
    opacity: 0.5;
}
.fs-c-productPrice--listed .fs-c-productPrice__main::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    color: #a17b49;
    font-size: 0.7em;
    padding-left: 0.5em;
    position: absolute;
    right: -1.2em;
    top: 0px;
}

@media (max-width: 750px){
    .fs-c-productListItem__prices.fs-c-productPrices {
        flex-direction: column;}
     }

.fs-p-productDescription .sku-select table tr td{
padding:0px;
}

/*----------------------------------------
商品一覧SP用
------------------------------------------*/
@media (max-width: 750px){
  .fs-c-productList__list__item.fs-c-productListItem {
    width: 50%;
    flex-shrink: 0;
  }
  .cate_img h1{
    font-size: 3rem;
  }
}

/*----------------------------------------
レビュー用
------------------------------------------*/
.fs-c-productReview {
  display: flex;
  flex-wrap: wrap;
}
.fs-c-reviewer__status {
  display: none;
}
.fs-c-reviewList__item__product.fs-c-reviewProduct {
  max-width: 124px;
  font-size: 12px;
  line-height: 1.2em;
}
.fs-c-aggregateRating {
  justify-content: center;
  text-align: center;
  width: 100%;
}
.fs-c-aggregateRating__rating {
  font-size: 3rem;
}
.fs-c-aggregateRating__rating::before {
  font-size: 2rem;
}
.fs-c-aggregateRating__count {
  display: none;
}
.fs-c-buttonContainer {
  flex-basis: 100%;
  justify-content: center;
}
.fs-c-reviewer__name__reviewNumber {
  display: none;
}
.fs-c-reviewList__item__info::before {
  content: url(https://gotouchifood.itembox.design/item/img/common2/review_icon.gif);
  display: block;
  margin: auto auto 0;
}
.fs-c-reviewInfo__reviewer {
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
.fs-c-reviewInfo__date {
  margin: 4px auto;
  justify-content: center;
}
.fs-c-reviewRating {
  margin: 0 auto;
}
.fs-c-reviewList__item {
  display: flex;
  flex-direction: row;
}
.fs-c-reviewer__profile {
  font-size: 1.2rem;
  width: 100%;
}
.fs-c-reviewList__item__info {
  width: 20%;
  flex-shrink: 0;
}
.fs-c-reviewList__item__body {
  position: relative;
  margin: 5px 5px 5px auto;
  width: 75%;
  border: none;
  background-color: #fff8ef;
}
.fs-c-reviewList__item__body::before {
  content: "";
  margin: auto;
  position: absolute;
  bottom: 17px;
  left: -25px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 30px solid #fff8ef;
}
.fs-c-buttonContainer--viewAllReviews {
  font-size: 1.2em;
}
.fs-c-buttonContainer--viewAllReviews::before, .fs-c-buttonContainer--viewAllReviews::after {
  content: "▼";
  color: #1e5d9b;
  margin: 0 0.3em;
  font-size: 0.7em;
}
.fs-c-buttonContainer--addReview--detail .fs-c-button--plain {
  border: 1px solid #a71427;
  color: #a71427;
  margin: 1em 0;
  padding: 1em;
  text-align: center;
  width: 86%;
  font-size: 3rem;
  font-weight: bold;
}
.fs-c-buttonContainer--addReview--detail .fs-c-button--plain:hover {
  background-color: #a71427;
  color: #FFF;
  transition: 0.5s;
}
.fs-p-announcement__body {
  padding: 0 1.5em;
}
.fs-p-announcement__title {
  text-align: center;
  font-weight: 600;
  color: #895106;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.fs-p-announcement__body ol {
  width: 100%;
  margin: 0 auto;
  border: 2px dashed;
  padding-top: 1.5em;
  padding-bottom: 1em;
  padding-right: 1em;
}
.fs-p-announcement__body ol li {
  margin-bottom: 0.5em;
}

.fs-c-orderedList > li {
  padding: 0 8px 0 3em;
  text-indent: -2em;
}

/*----------------------------------------
レビューSP用
------------------------------------------*/
@media (max-width: 750px){
  .fs-c-reviewList__item__info {
    width: 30%;
  }
  .fs-c-reviewList__item__body {
    width: 63%;
  }
  .fs-c-reviewer__name__nickname {
    font-size: 0.8em;
    font-weight: bold;
  }
}


/*----------------------------------------
カテゴリ画像設定
------------------------------------------*/
.cate_img {
  padding: 1rem 4rem;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255,255,255,0.7);
  background-blend-mode: lighten;
  background-size: cover;
  background-position: center;
}

#catedesc37{background-image: url(https://gotouchifood.itembox.design/item/29182497_s.jpg?d=20240417180853);}
#catedesc36{background-image: url(https://gotouchifood.itembox.design/item/22445866_s.jpg?d=20240208151213);}
#catedesc35{background-image: url(https://gotouchifood.itembox.design/item/28565572_s.jpg?d=20240208135317);}
#catedesc34{background-image: url(https://gotouchifood.itembox.design/item/28596755_s.jpg?d=20240202175508);}
#catedesc33{background-image: url(https://gotouchifood.itembox.design/item/1923265_m.jpg?d=20240202172507);}
#catedesc32{background-image: url(https://gotouchifood.itembox.design/item/255488887450_s.jpg?d=20240202170524);}
#catedesc31{background-image: url(https://gotouchifood.itembox.design/item/28150596_s.jpg?d=20240202095547);}
#catedesc30{background-image: url(https://gotouchifood.itembox.design/item/22427906_m.jpg?d=20240131143731);}
#catedesc29{background-image: url(https://gotouchifood.itembox.design/item/4266866_jpg.jpg?d=20240131142905);}
#catedesc28{background-image: url(https://gotouchifood.itembox.design/item/28044389_m.jpg?d=20231218173330);}
#catedesc27{background-image: url(https://gotouchifood.itembox.design/item/kinkan05.jpg?d=20231024132137);}
#catedesc26{background-image: url(https://gotouchifood.itembox.design/item/25528664_m.jpg?d=20231017183636);}
#catedesc25{background-image: url(https://gotouchifood.itembox.design/item/000000000556-01-l.jpg?d=20231016162707);}
#catedesc23{background-image: url(https://gotouchifood.itembox.design/item/26267358.jpg?d=20230804182708);}
#catedesc24{background-image: url(https://gotouchifood.itembox.design/item/27161331_m.jpg?d=20230803120304);}
#catedesc22{background-image: url(https://gotouchifood.itembox.design/item/27169194_m.jpg?d=20230728110141);}
#catedesc21{background-image: url(https://gotouchifood.itembox.design/item/22131784_s.jpg?d=20230727104115);}
#catedesc20{background-image: url(https://gotouchifood.itembox.design/item/24592164_m.jpg);}
#catedesc19{background-image: url(https://gotouchifood.itembox.design/item/26252782_m.jpg);}
#catedesc18{background-image: url(https://gotouchifood.itembox.design/item/satumaimo.jpg);}
#catedesc17{background-image: url(https://gotouchifood.itembox.design/item/257726627.jpg);}
#catedesc16{background-image: url(https://gotouchifood.itembox.design/item/25476912_.jpg);}
#catedesc15{background-image: url(https://gotouchifood.itembox.design/item/26114492_m.jpg);}
#catedesc14{background-image: url(https://gotouchifood.itembox.design/item/kasutera_610_380_01.jpg);}
#catedesc13{background-image: url(https://gotouchifood.itembox.design/item/497601.jpg);}
#catedesc12{background-image: url(https://gotouchifood.itembox.design/item/26183163.jpg);}
#catedesc11{background-image: url(https://gotouchifood.itembox.design/item/ume2.jpg);}
#catedesc10{background-image: url(https://gotouchifood.itembox.design/item/ramne1.jpg);}
#catedesc9{background-image: url(https://gotouchifood.itembox.design/item/basashi.jpg);}
#catedesc8{background-image: url(https://gotouchifood.itembox.design/item/kaki.jpg);}
#catedesc7{background-image: url(https://gotouchifood.itembox.design/item/itigo111.jpg);}
#catedesc5{background-image: url(https://gotouchifood.itembox.design/item/img-catedesc06.jpg);}
#catedesc4{background-image: url(https://gotouchifood.itembox.design/item/img-catedesc05.jpg);}
#catedesc3{background-image: url(https://gotouchifood.itembox.design/item/img-catedesc04.jpg);}
#catedesc2{background-image: url(https://gotouchifood.itembox.design/item/img-catedesc03.jpg);}
#catedesc1{background-image: url(https://gotouchifood.itembox.design/item/img-catedesc02.jpg);}
#catedesc{background-image: url(https://gotouchifood.itembox.design/item/img-catedesc01.jpg);}

ul.categ-ul {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #fdfff0;
    border: dashed 2px #12721d;
}

li.categ-li {
    margin-left: 1em;
    padding: 0.2em;
}

span.categ-span {
    background: linear-gradient(transparent 70%, #ff9999 0%);
    font-weight: 600;
}

/*----------------------------------------
フッター用
------------------------------------------*/
.fs-l-footer {
  position: relative;
  border-top: none;
  background: none;
  margin-top: 0;
}
#reason2{
  padding: 48px 0 55px 0;
  background: #F6F4EF;
}
#reason2 .inner{
  width: 1060px;
  margin: 0 auto;
  counter-reset: number 0;
}
#reason2 .inner .box{
  position: relative;
  margin-bottom: 50px;
  padding: 0 45px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
}
#reason2 .inner .box:last-of-type{
  margin-bottom: 0;
}
#reason2 .inner .box:after{
  counter-increment: number 1;
  content: '0' counter(number);
  position: absolute;
  right: 0;
  top: -45px;
  line-height: 1;
  color: #009B4A;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 84px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#reason2 .inner .thumb{
  width: 510px;
  margin: 0;
}
#reason2 .inner .thumb img{
  width: 100%;
}
#reason2 .inner .box div{
  width: 460px;
  padding: 0;
  box-sizing: border-box;
}
#reason2 .inner h3{
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#reason2 .inner .text1{
  line-height: 1.67;
  margin: 0;
  text-align: justify;
  font-size: 14px;
  letter-spacing: 0.05em;
}
#flow2{
  padding: 55px 0;
  background: #FFFCF6;
}
#flow2 .inner{
  width: 1060px;
  margin: 0 auto;
}
#flow2 .inner ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 0;
}
#flow2 .inner ul li{
  margin: 0;
  padding: 0;
}
#flow2 .inner ul li:nth-child(odd){
  width: 250px;
}
#flow2 .inner ul li:nth-child(even){
  width: 20px;
  color: #159300;
  font-size: 13px;
  display: grid;
  place-items: center;
}
#footer{
  padding: 55px 0 10px 0;
  background: #159300;
  color: #FFF;
}
#footer .inner{
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px 55px 10px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#footer #ft-logo{
  width: auto;
  margin: 0 0 25px 0;
  padding: 0;
  text-align: left;
  font-size: medium;
}
#footer #ft-logo img{
  width: 244px;
}
#footer .text1{
  width: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
}
#footer .text1 span{
  font-size: 13px;
}
#footer .text1 a{
  color: #FFF;
}
#footer #ft-nav{
  display: flex;
  gap: 0 2em;
}
#footer #ft-nav ul{
  margin: 0;
  padding: 0;
}
#footer #ft-nav ul li{
  line-height: 2;
  list-style: none;
}
#footer #ft-nav ul li a{
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
#footer #ft-nav ul li a:hover{
  transition: 0.3s;
  opacity: 0.7;
}
#footer .copyright{
  width: auto;
  margin: 0;
  padding: 10px 10px 0 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  border-top: solid 1px #FFF;
}
@keyframes fadein {
  0% {
    opacity: 0;
    }
  100% {
    opacity: 1;
  }
}

/*----------------------------------------
フッター タブレット用
------------------------------------------*/
@media (max-width: 1200px){
  #reason2 .inner{
    width: auto;
    margin: 0 0.91vw;
  }
  #reason2 .inner .box{
    padding: 0 4.09vw 0 0;
  }
  #reason2 .inner .box:after{
    top: -4.09vw;
    font-size: 7.64vw;
  }
  #reason2 .inner .thumb{
    width: 46.36vw;
  }
  #reason2 .inner .box div{
    width: 41.82vw;
  }
  #reason2 .inner h3{
    margin: 0 0 1.82vw 0;
    font-size: 1.64vw;
  }
  #reason2 .inner .text1{
    font-size: 1.36vw;
  }
  #flow2 .inner{
    width: auto;
    margin: 0 0.91vw;
  }
  #flow2 .inner ul{
    gap: 2.55vw 0;
  }
  #flow2 .inner ul li:nth-child(odd){
    width: 22vw;
  }
  #flow2 .inner ul li:nth-child(even){
    width: 1.82vw;
    font-size: 1.18vw;
  }
}




/*----------------------------------------
フッター SP用
------------------------------------------*/


@media (max-width: 750px){
  #reason2{
    padding: 10.67vw 0;
  }
  #reason2 .inner{
    margin: 0 4.67vw;
  }
  #reason2 .inner .box{
    margin-bottom: 14.4vw;
    padding: 10.67vw 7.33vw 6.67vw 7.33vw;
    flex-direction: column-reverse;
  }
  #reason2 .inner .box:first-of-type{
    margin-top: 14vw;
  }
  #reason2 .inner .box:after{
    right: calc(50% - 9vw);
    top: -9vw;
    width: 18vw;
    height: 18vw;
    text-align: center;
    color: #009B4A;
    font-size: 9.33vw;
    border-radius: 9vw;
    background: #FFF;
    display: grid;
    place-items: center;
  }
  #reason2 .inner .thumb{
    width: 100%;
  }
  #reason2 .inner .box div{
    width: 100%;
  }
  #reason2 .inner h3{
    margin: 0 0 4.67vw 0;
    text-align: center;
    font-size: 4vw;
  }
  #reason2 .inner .text1{
    margin: 0 0 3.33vw 0;
    font-size: 2.8vw;
  }
  #flow2{
    padding: 10.67vw 0;
  }
  #flow2 .inner{
    margin: 0 4.67vw;
  }
  #flow2 .inner ul{
    gap: 3.33vw;
  }
  #flow2 .inner ul li:nth-child(odd){
    width: 43.6vw;
  }
  #flow2 .inner ul li:nth-child(even){
    display: none;
  }
  #footer{
    padding: 0 0 1.33vw 0;
  }
  #footer .inner{
    padding: 0 0 1.33vw 0;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
  #footer #ft-logo{
    width: 100%;
    margin-bottom: 4vw;
    text-align: center;
  }
  #footer #ft-logo img{
    width: 50%;
  }
  #footer .text1{
    margin-bottom: 6vw;
    text-align: center;
    font-size: 2.98vw;
  }
  #footer .text1 span{
    font-size: 1.79vw;
  }
  #footer #ft-nav{
    width: 100%;
    margin-bottom: 9vw;
    border-bottom: solid 1px #FFF;
    align-items: flex-start;
    gap: 0;
  }
  #footer #ft-nav ul{
    width: 50%;
    border-top: solid 1px #FFF;
  }
  #footer #ft-nav ul li{
    box-sizing: border-box;
    border-bottom: solid 1px #FFF;
  }
  #footer #ft-nav ul:first-child li{
    border-right: solid 1px #FFF;
  }
  #footer #ft-nav ul:first-child li:last-child{
    border-bottom: none;
  }
  #footer #ft-nav ul li a{
    padding: 2.67vw 4.67vw;
    font-size: 2.98vw;
    display: block;
  }
  #footer .copyright{
    width: auto;
    padding: 1.33vw 4.67vw 0 4.67vw;
    font-size: 1.79vw;
  }
}





/*----------------------------------------
TOPページ用
------------------------------------------*/

#topbn {
  text-align: center;
  margin: 3vw 0;
}

#topbn img {
  transition: 0.5s;
}
#topbn img:hover {
  opacity: 0.6;
}

#value2{
  padding: 145px 0;
  box-sizing: border-box;
  background: #009B4A;
}
#value2 .inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4em;
    color: #FFF;
    display: flex;
}
#value2 .inner h2{
  width: 50%;
  line-height: 1.27;
  margin: 0;
  padding: 0;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 3vw;
  font-weight: normal;
}
#value2 .inner p{
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 2.4;
  font-size: 23px;
}
@media (max-width: 1100px){
  #value2 .inner{
    width: auto;
    margin: 0 2vw;
    padding: 0 1em;
  }
  #value2 .inner h2{
    font-size: 7.64vw;
  }
  #value2 .inner p{
    font-size: 2.27vw;
  }
}

#about2{
  width: 1060px;
  margin: 0 auto;
  padding: 55px 10px;
}
#about2 .sec01{
  display: flex;
  justify-content: space-between;
}
#about2 .sec01 .left{
  width: 480px;
}
#about2 .sec01 .left p{
  line-height: 1.94;
  margin: 0 0 2em 0;
  font-size: 19px;
}
#about2 .sec01 .left p:last-of-type{
  margin-bottom: 0;
}
#about2 .sec01 .img{
  width: 474px;
  margin: 0;
}
#about2 .sec02{
  margin-top: -40px;
}
#about2 .sec02 h3{
  margin: 0 0 35px 0;
  padding: 0;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 28px;
  font-weight: normal;
}
#about2 .sec02 h4{
  margin: 0 0 30px 0;
  padding: 0;
}
#about2 .sec02 h4 span{
  padding: 5px 10px;
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
  border-radius: 9px;
  background: #009B4A;
  display: inline-block;
  box-shadow: 1px 1px 3px rgba(63,63,63,0.39);
}
#about2 .sec02 .inner{
  display: flex;
  justify-content: space-between;
}
#about2 .sec02 .inner .box{
  width: 480px;
}
#about2 .sec02 .inner .box h5{
  margin: 0 0 20px 0;
  padding: 0;
  color: #009B4A;
  font-size: 22px;
  font-weight: bold;
}
#about2 .sec02 .inner .box p{
  line-height: 1.94;
  margin: 0;
  padding: 0;
  font-size: 19px;
}




/*----------------------------------------
TOP検索BOX
------------------------------------------*/
#topsearch{
  width: 100%;
  margin: 45px auto;
  padding: 0;
}
#topsearch form{
  position: relative;
  width: 700px;
  margin: 0 auto;
}
#topsearch input{
  height: 72px;
  padding: 0 134px 0 20px;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 26px;
  box-sizing: border-box;
  border-radius: 6px;
  border: solid 2px #B7B7B7;
  background: #FFF;
}
#topsearch button{
  position: absolute;
  right: 2px;
  top: 2px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  transition: 0.3s;
}
#topsearch button:hover{
  transition: 0.3s;
  opacity: 0.7;
}




/*----------------------------------------
メルマガバナー
------------------------------------------*/
#banmailmagazin{
  width: 100%;
  margin: 0 auto 55px auto;
  padding: 0;
  text-align: center;
}
#banmailmagazin p{
margin: 0;
}
#banmailmagazin a{
transition: 0.3s;
}
#banmailmagazin a:hover{
transition: 0.3s;
opacity: 0.7;
}
#banmailmagazin .btn{
margin-top: 12px;
}
#banmailmagazin .btn a{
width: 606px;
height: 66px;
line-height: 1;
margin: 0 auto;
color: #FFF;
font-size: 30px;
font-weight: bold;
box-sizing: border-box;
border-radius: 33px;
border-bottom: solid 3px #D4CDBD;
background: #FC8002;
display: flex;
justify-content: center;
align-items: center;
}
#banmailmagazin .btn a:after{
content: "▶";
display: block;
}
#banmailmagazin .btn a span{
font-size: 25px;
}


@media (max-width: 1200px){
  #topsearch{
    width: auto;
    margin: 0 0.91vw 55px 0.91vw;
    padding: 0;
  }
  #banmailmagazin{
    width: auto;
    margin: 0 0.91vw 55px 0.91vw;
    padding: 0;
  }
  #about2{
    width: auto;
    margin: 0 0.91vw;
  }
  #about2 .sec01 .left{
    width: 43.64vw;
  }
  #about2 .sec01 .left p{
    font-size: 1.73vw;
  }
  #about2 .sec01 .img{
    width: 43.09vw;
  }
  #about2 .sec02{
    margin-top: -3.64vw;
  }
  #about2 .sec02 h3{
    font-size: 2.55vw;
  }
  #about2 .sec02 h4 span{
    font-size: 2.27vw;
  }
  #about2 .sec02 .inner .box{
    width: 43.64vw;
  }
  #about2 .sec02 .inner .box h5{
    font-size: 2vw;
  }
  #about2 .sec02 .inner .box p{
    font-size: 1.73vw;
  }
}

@media (max-width: 750px){
  #topsearch{
    margin: 0 4.67vw 3.33vw 4.67vw;
  }
  #topsearch form{
    width: 100%;
  }
  #topsearch input{
    height: 36px;
    padding: 0 64px 0 3.33vw;
    font-size: 16px;
  }
  #topsearch button img{
    width: auto;
    height: 32px;
    border-radius: 0 4px 4px 0;
  }
  #banmailmagazin{
    margin: 0 4.67vw 4vw 4.67vw;
  }
  #banmailmagazin .btn a{
    width: 72.67vw;
    height: 8vw;
    font-size: 3.6vw;
    border-radius: 4vw;
  }
  #banmailmagazin .btn a span{
    font-size: 3.07vw;
  }
}


/*----------------------------------------
クーポン
------------------------------------------*/
.fs-c-coupon__info {
    margin: 2em 0;
    flex-wrap: wrap;
}
.fs-c-couponImage, .fs-c-couponName {
    width: 48%;
    text-align: center;
}
.fs-c-couponName__explain {
    font-weight: 600;
    margin-bottom: 2em;
}
.fs-c-coupon__description__appliedCondition {
    background-color: antiquewhite;
    padding: 1em 2em;
    border-radius: 10px;
}
.fs-c-couponExpiration__list__item__title {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    background-color: aliceblue;
}
.fs-c-couponExpiration__list__item__body {
    margin: 0.5em 0 1em;
}

.sale_text_2 {
    color: #c90000;
    padding: 0 0.2em;
    font-weight: 700;
    text-align: center;
}
#itemdesc .sale_text_2 {
    display:none;
}
.fs-c-productList__list__item .sale_text {
    display: none;
}
/*----------------------------------------
シーン提案
------------------------------------------*/
.scene {
  border: 1px dashed #d5bb98;
  padding: 0 0.5rem 6rem;
  margin: 8rem 2rem;
  border-radius: 30px;
  position: relative;
}


.salescene {
    border: 3px dashed #A71427;
    padding: 0 0.5rem 6rem;
    margin: 8rem 2rem;
    border-radius: 30px;
    position: relative;
}


.salescene::before {
    content: "今だけ半額!!";
    position: absolute;
    top: -2rem;
    left: -1.5rem;
    transform: rotate(351deg);
    color: #FFFFFF;
    font-weight: bold;
    padding: 1em;
    border-radius: 47px;
    background-color: #A71427;
}

.cornscene {
    border: 3px dashed #A71427;
    padding: 0 0.5rem 6rem;
    margin: 8rem 2rem;
    border-radius: 30px;
    position: relative;
}


.cornscene::before {
    content: "大容量メガ盛り！";
    position: absolute;
    top: -2rem;
    left: -1.5rem;
    transform: rotate(351deg);
    color: #FFFFFF;
    font-weight: bold;
    padding: 1em;
    border-radius: 47px;
    background-color: #A71427;
}

/*----------------------------------------
カウントダウン用パーツ
------------------------------------------*/
.countdowntimer h1 {
  font-size: 1.2rem;
  /* color: yellow; */
  margin-top: 0;
  margin-bottom: .5rem;
  color: #d60000;
}
.countdowntimer h1 span {
  color: white;
}
.countdowntimer {
  box-sizing: border-box;
  text-align: center;
  /* background: #cc0000; */
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: .5rem 1.2rem;
  position: relative;
  background: #ffde00;
}
.countdowntimer img {
  width: 100%;
  margin-bottom: .3rem;
}
.countdowntimer .cdt-wrapper {
  font-weight: bold;
  background: white;
  padding: .4em .5em .2em;
}
.countdowntimer p {
  font-size: .8rem;
  font-weight: bold;
  color: white;
  margin-bottom: inherit;
  margin-top: .7rem;
}

.countdowntimer p.asrk {
  color: yellow;
  background: black;
}

/*PC表示*/

@media screen and (min-width: 750px) {
  .countdowntimer h1 {
font-size: 3rem;
margin-bottom: 1rem;
  }
  .countdowntimer {
padding: 1.6rem 1rem .7rem;
  }
  .countdowntimer img {
width: auto;
margin-bottom: 1.2rem;
  }
  .countdowntimer .cdt-wrapper {
font-size: 3.6rem;
background: white;
  }
  .countdowntimer p {
font-size: 1.6rem;
margin-top: 1.5rem;
  }
  .countdowntimer p.asrk {
display: none;
  }
}
#itemdesc .countdowntimer2{
font-size:0.7em;}

/*----------------------------------------
ランキング用パーツ
------------------------------------------*/
.ranking{
  border: 1px dashed #d5bb98;
  padding: 0 0.5rem 1.5rem;
  margin: 8rem 2rem;
  border-radius: 30px;
  position: relative;
}

.ranking_inner{
  flex-direction: row;
}

.ranking_item{
  position: relative;
  padding: 7px;
  margin: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-radius: 15px;
  background: #FFF6E5;
  box-shadow: 1px 1px 9px #d5ccb9;
  max-width: 100%;
}
.item_link, .scene_item{
  display: flex;
  box-sizing: border-box;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 1px 1px 4px #DADAD9;
}
.item_link img, .scene_item img{

  border-radius: 10px 0 0 10px;
}
.ranking_item:nth-child(1) .item_link:before {
  background-image: url(https://gotouchifood.itembox.design/item/icon-rank04.png);
}
.ranking_item:nth-child(2) .item_link:before {
  background-image: url(https://gotouchifood.itembox.design/item/icon-rank05.png);
}
.ranking_item:nth-child(3) .item_link:before {
  background-image: url(https://gotouchifood.itembox.design/item/icon-rank06.png);
}
.item_link:before {
  position: absolute;
  top: -12px;
  left: -5px;
  background-color: #FFF;
  background-size: contain;
  border-radius: 50%;
  content: "";
  width: 60px;
  height: 60px;
}




.fs-c-productName__name{
  overflow: hidden;
  color: #a17b49;
  font-weight: 600;
  line-height: 1.4em;
  font-size: 1.5rem;
}
.ranking_btn{
  display: block;
  transition: 0.3s;
  border-radius: 5px;
  margin: 0 auto;
  padding: 0.5em 0;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  border: none;
  background: #FC8002;
  box-shadow: 0 3px 0 #d17100;
}
.ranking_inner a{
  color: #000;
  text-decoration: none;
}
.flex_right{
  padding: 1.2rem;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .ranking_inner{
  display: flex;
  flex-direction: row;
  }
  .ranking_item{
      max-width: 31%;
  }
  .item_link, .scene_item{
  display: block;
  padding: 15px;
  }
  .item_link img, .scene_item img{
  max-width: 500px;
  width: 100%;
  }
  .flex_right{
  display: flex;
  flex-direction: column;
  padding: 0rem;
  }
  .ranking_btn{
  width: 100%;
  margin-top: auto;
  display: block;
  transition: 0.3s;
  border-radius: 5px;
  margin: 0 auto;
  padding: 0.5em 0;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  border: none;
  background: #FC8002;
  box-shadow: 0 3px 0 #d17100;
  }
}




/*----------------------------------------
アコーディオンSP用
------------------------------------------*/
@media (max-width: 750px){
  #header2 #hd-acc{
    position: fixed;
    width: 85vw;
    height: 100%;
    right: -100%;
    top: 0;
    background: #EDEDED;
    z-index: 100;
    display: block;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  #header2 #hd-acc .inner{
    position: relative;
    padding: 14.8vw 10.4vw 11.2vw 10.4vw;
  }
  #header2 #hd-acc .inner .close-acc{
    position: absolute;
    right: 4.8vw;
    top: 6.93vw;
    width: 6vw;
    height: 6vw;
    margin: 0;
    padding: 0;
  }
  #header2 #hd-acc .inner .close-acc:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 6vw;
    height: 1px;
    background: #000;
    transform-origin: center;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  #header2 #hd-acc .inner .close-acc:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 6vw;
    height: 1px;
    background: #000;
    transform-origin: center;
    transform: rotate(-45deg);
    transition: 0.3s;
  }
  #acc-search{
    position: relative;
    width: 100%;
    height: 5.6vw;
    margin-bottom: 6vw;
  }
  #acc-search input{
    width: 100%;
    height: 5.6vw;
    font-size: 16px;
    box-sizing: border-box;
    border: none;
    border-bottom: solid 1px #979797;
    background: none;
  }
  #acc-search button{
    position: absolute;
    right: 3px;
    top: 0;
    width: 18px;
    height: 27px;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: block;
  }
  #header2 #hd-acc .inner h3{
    line-height: 1;
    margin: 0 0 3.33vw 0;
    padding: 0 0 0 2vw;
    color: #009B4A;
    font-size: 4vw;
    font-weight: 500;
    border-left: solid 5px #009B4A;
  }
  ul#acc-category{
    margin: 0;
    padding: 0;
  }
  ul#acc-category li{
    margin: 0 0 7px 0;
    padding: 0;
    list-style: none;
  }
  ul#acc-category li:last-child{
    margin: 0;
  }
  ul#acc-category li a{
    padding: 2vw 4vw 2vw 2.67vw;
    box-sizing: border-box;
    border-radius: 7px;
    border: solid 2px #DADADA;
    background: #FFF;
    display: flex;
    align-items: center;
    transition: 0.3s;
  }
  ul#acc-category li a:hover{
    transition: 0.3s;
    opacity: 0.7;
    overflow: auto;
  }
  ul#acc-category li a p{
    margin: 0 10px 0 0;
    flex-shrink: 0;
  }
  ul#acc-category li a span{
    margin-right: auto;
    color: #231815;
    font-size: 4vw;
  }
  ul#acc-category li a:after{
    content: "";
    display: block;
    width: 12.67vw;
    height: 2.67vw;
    background: url(https://gotouchifood.itembox.design/item/img/common2/icon-arrow.png) center center;
    background-size: contain;
    flex-shrink: 0;
    transition: 0.3s;
  }
  ul#acc-category li a:hover:after{
    transition: 0.3s;
    transform: translateX(1.33vw);
  }
  #mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 9;
  }
  #mask.active{
    display: block;
  }
  main>.side{
    display: none;
  }
  body.scrollrock {
    overflow: hidden;
  }
  #header2 nav{
    display: none;
  }
}



/*----------------------------------------
フレームワーク
------------------------------------------*/

/**text-align**/
.ta_l{text-align: left;}
.ta_c{text-align: center;}
.ta_r{text-align: right;}

/**font-size**/
.fon_10{font-size: 10px;}
.fon_12{font-size: 12px;}
.fon_14{font-size: 14px;}
.fon_16{font-size: 16px;}
.fon_18{font-size: 18px;}
.fon_20{font-size: 20px;}
.fon_31{font-size: 31px;}

/**margin**/
.mar_t_10{margin-top: 10px!important;}
.mar_t_20{margin-top: 20px!important;}
.mar_t_30{margin-top: 30px!important;}
.mar_t_40{margin-top: 40px!important;}
.mar_t_50{margin-top: 50px!important;}

.mar_b_10{margin-bottom: 10px!important;}
.mar_b_20{margin-bottom: 20px!important;}
.mar_b_30{margin-bottom: 30px!important;}
.mar_b_40{margin-bottom: 40px!important;}
.mar_b_50{margin-bottom: 50px!important;}
.mar_b_60{margin-bottom: 60px!important;}
.mar_b_70{margin-bottom: 70px!important;}
.mar_b_80{margin-bottom: 80px!important;}
.mar_b_100{margin-bottom: 100px!important;}
.mar_b_130{margin-bottom: 130px!important;}
.mar_b_140{margin-bottom: 140px!important;}

/**font-width**/
.wid_3em{width:3em;}
.wid_4em{width:4em;}
.wid_5em{width:5em;}
.wid_6em{width:6em;}
.wid_7em{width:7em;}
.wid_8em{width:8em;}
.wid_9em{width:9em;}
.wid_10em{width:10em;}
.wid_11em{width:11em;}
.wid_12em{width:12em;}

p.p_mar_b_30 {
    margin: 1em;
    text-align: center;
}


/*----------------------------------------
カテゴリページ内コンテンツ用
------------------------------------------*/

#case2{
	margin: 0 5% 5% 5%;
}

#case2 h2 {
  padding: 1rem 2rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

#case2 h3 {
	position: relative;
	padding: 1rem 0.5rem;
	border-bottom: 3px solid #A71427;
	color: #A71427;
}
#case2 h3:before, #case2 h3:after {
	position: absolute;
	content: '';
	left: 1em;
	width: 0;
	height: 0;
	border-width: 14px 12px 0;
	border-style: solid;
}
#case2 h3:before {
	bottom: -14px;
	border-color: #A71427 transparent transparent;
}
#case2 h3:after {
	bottom: -10px;
	border-color: #fff transparent transparent;
}
#case2 h4{
	display: inline-block;
    padding: 0 0.2em;
    background: linear-gradient(transparent 60%, #BEF477 60%);
}
#case2 p{
    font-size: 0.9em;
    line-height: 1.7em;
}

/*----------------------------------------
TOPランク表記
------------------------------------------*/

.fs-clientInfo.is-ready {
    display: flex;
    background-color: aliceblue;
    margin: auto;
}



.fs-p-accountInfo__header {
    display: flex;
    flex-direction: row;
    width: 50%;
    align-items: center;
    justify-content: center;
}



.fs-p-accountInfo__body {
    display: flex;
    width: 50%;
    background-color: aliceblue;
    margin-bottom: 1px;
    justify-content: center;
}



.fs-p-accountInfo__point {
    display: flex;
}

.fs-p-accountInfo__point__point__available__number {
    color: #A71427;
    font-size: 1.8rem;
}

.fs-p-accountInfo__accountRank__rank {
   font-weight: bold;
}


.fs-c-productPrice__main {
    color: #a17b49;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 600;
}

.fs-c-productPrice__main__label {
    margin: 0.5rem 1.1rem;
    font-size: 0.7em;
}

@media (max-width: 750px)  {
.fs-c-productPrice__main__label {
    margin: 0.5rem 0.9rem;
    font-size: 0.7em;
}
}

@media (max-width: 750px)  {
 .fs-p-accountInfo__header {
    width: 50%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.fs-p-accountInfo__point {
    display: flex;
    flex-direction: column;
}
}

/*----------------------------------------
SALE/二重価格用パーツ
------------------------------------------*/


article[data-product-id=""] .fs-c-productName::after,
article[data-product-id=""] .fs-c-productName::after,
article[data-product-id=""] .fs-c-productName::after,
article[data-product-id=""] .fs-c-productName::after,
article[data-product-id=""] .fs-c-productName::after

 {
    content: "";
    background: url(https://gotouchifood.itembox.design/item/gf_top_pts01_02.gif?d=20230816155103);
    background-size: cover;
    width: 100%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding-top: 18%;
    margin-bottom: 3px;
}

#case2 p {
    font-size: 1.1em;
    line-height: 1.7em;
    margin: 3rem;
}

/*----------------------------------------
特典
------------------------------------------*/

.tokuten table {
    border-collapse:  collapse; /* セルの線を重ねる */
    margin: auto;
    width: 70%;
}

@media screen and (max-width:767px) {
    .tokuten table {
        width: 90%;
    }
}

.tokuten tr:nth-child(odd) {
    background-color:  #ddd;    /* 背景色指定 */
}

.tokuten th,td {
    padding: 1.3rem 1em;          /* 余白指定 */
    text-align: center;
    font-weight: unset;
    font-size: 1rem;
}

td.bronze {
    background-color: #A76824;
}

td.silver {
    background-color: #AAAAAB;
}

td.gold {
    background-color: #C6A500;
}

td.platinum {
    background-color: #9DDBF6;
}

/*----------------------------------------
最上部ボタン
------------------------------------------*/

 /* 注文履歴 */
.fs-c-history__infoSummary {
    display: none;
}


@media screen and (min-width: 600px){
.fs-c-explainList {
    display: unset;
    grid-template-columns: auto 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 8px;
}
}


 /* TOP商品一覧矢印削除 */
.fs-c-button--carousel {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 4.4rem;
    line-height: 1;
    min-height: 1em;
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
}

.fs-c-productName__name {
    overflow: hidden;
    color: #a17b49;
    font-weight: 600;
    line-height: 1.4em;
    font-size: 1.5rem;
    margin: 1rem;
}

fs-c-productListItem__control fs-c-buttonContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    background-color: #FC8002;
    font-size: 15px;
    font-weight: bold;
    color: white;
}

.fs-c-button--addToCart--list fs-c-button--plain{
    background: #FC8002;
    border: 1px solid transparent;
    border-radius: 0px;
    color: white;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 0.5em 4rem;
    font-weight: bold;
    font-size: 15px;
    box-shadow: 0 3px 0 #d17100;
    margin: 0 auto;
}



.fs-c-slick .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    width: 24rem;
}

@media only screen and (max-width: 750px){
.fs-c-slick .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    width: 15rem;
}
}


.fs-c-productName__copy, .fs-c-productName__variation {
    font-size: 0.8em;
    height: 2.5rem;
}

.fs-c-productListCarousel__list {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    border: 1px dashed #d5bb98;
    padding: 2rem;
    border-radius: 30px;
}


.fs-c-productListCarousel__list__item > * + * {
    margin-top: 8px;
    margin-bottom: 12px;
}

.fs-c-productMark__mark--7 {
    color: #5c5c5c;
    background: #ffb3b3;
}



.inner_product_spring {
    max-width: 1200px;
    margin: auto;
}

/*----------------------------------------
TOPページコンテンツ部分
------------------------------------------*/

.tp_contents_bottons {
    display: flex;
    flex-wrap: wrap;
}


.tp_contents_botton_area {
    padding: 1rem 1rem 1rem 1rem;
    margin: 1.5rem 2rem 1.5rem 2rem;
}


a.tp_contents_botton {
    padding: 1.5rem;
    color: white;
}

h2.tp_contents2 {
    position: relative;
    padding: 1rem 0.5rem;
    border-bottom: 3px solid #A71427;
    color: #A71427;
}

h3.tp_contents3 {
    display: inline-block;
    padding: 0 0.2em;
    background: linear-gradient(transparent 60%, #BEF477 60%);
}

.expand {/*全体*/
  width: 100%;
  padding:15px 10px;
  max-height: 250px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #aaa;
  transition: .5s;
}

.expand::before {/*グラデーション部分*/
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    transition: 1s;
}

.contenedor input {/*input要素は隠しておく*/
  visibility: hidden;
}

.contenedor label {/*ボタン部分のスタイル*/
  bottom: -.8em;
  display: block;
  font-size: 1.2em;
  padding: .20em 10px;
  right: 0;
  background: #aaa;
  box-shadow:-5px 0 white;
  color: white;
  z-index:999;
  cursor: pointer;
  text-transform: uppercase;
}

.contenedor label:before {/*閉じている際のボタンのテキスト*/
  content: "続きを読む";
}

.contenedor input:checked + label:before {/*開いているときは:checked状態なので、その際はボタンテキストを変える*/
  content: "閉じる"
}

input[type=checkbox]:checked ~ .expand {
 max-height: 100%;
}

input[type=checkbox]:checked ~ .expand:before {
 opacity: 0
}

/*----------------------------------------
最上部偏移ボタン
------------------------------------------*/

#scrollToTopBtn {

    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #999999;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
　　z-index: 99999;
}

#scrollToTopBtn:hover {
    background-color: #0056b3;
}

/*----------------------------------------
旬カレンダー
------------------------------------------*/

.shuncale table {
  border-collapse: collapse;
  /* セルの線を重ねる */
  margin: auto;
  width: 70%;
}

@media screen and (max-width:767px) {
  .shuncale table {
    width: 90%;
  }
}


.shuncale th
 {
  padding: 1.3rem 0.5rem;
  /* 余白指定 */
  text-align: center;
  font-weight: unset;
  font-size: 2rem;
  border: 1px solid black;
  border-collapse: collapse;
  width: 7rem;
}

@media screen and (max-width:767px) {
.shuncale th
 {
  padding: 1.3rem 0.5rem;
  /* 余白指定 */
  text-align: center;
  font-weight: unset;
  font-size: 1rem;
  border: 1px solid black;
  border-collapse: collapse;
  width: 25%;
}
}
.shuncale td
 {
  padding: 1.3rem 0.5rem;
  /* 余白指定 */
  text-align: center;
  font-weight: unset;
  font-size: 1rem;
  border: 1px solid black;
  border-collapse: collapse;
  width: 7rem;
}

@media screen and (max-width:767px) {
.shuncale td
 {
  padding: 1.3rem 0.5rem;
  /* 余白指定 */
  text-align: center;
  font-weight: unset;
  font-size: 1rem;
  border: 1px solid black;
  border-collapse: collapse;
  width:4rem;
}
}

td.\31 m {
    color: white;
    background-color: #A71427;
}

td.shun_deko {
  background-color: orange;
}

td.shun_bankan {
  background-color: rgb(240, 180, 68);
}

td.shun_mango {
  background-color: #ff8640;
}

td.shun_suika {
  background-color: #228B22;
}

td.shun_shine {
  background-color: #00ff5f;
}

td.shunz_corn {
  background-color:#FFD700;
}

td.shun_nashi {
  background-color: #FFE4C4;
}

td.shun_kyoho {
  background-color:  #800080;
}

td.shun_gokuwase{
  background-color: rgb(37 146 11);
}

td.shun_wase {
  background-color: rgb(255, 213, 0);
}

td.shun_nakate {
  background-color: rgb(255, 187, 60);
}

td.shun_okute {
  background-color: orange;
}

td.shun_peach {
  background-color: pink;
}

/* 会員登録ポリシー表示 */
.policy_ttl{
  margin-top: 50px;
  text-align: center;
}
.unit_policy {
  width: 90%;
  height: 210px;
  margin: 30px auto 40px;
  border: 1px solid #bbb;
  overflow-y: scroll;
  font-size: 14px;
}
.unit_policy .policy_inner {
  padding: 40px;
}
@media screen and (max-width: 760px) {
  .unit_policy .policy_inner {
    padding: 5%;
  }
}
.unit_policy .policy_inner p {
  margin-bottom: 20px;
}
.unit_policy .policy_inner p.sub {
  text-align: right;
  margin-bottom: 30px;
}
.unit_policy .policy_inner dl {
  border: none;
}
.unit_policy .policy_inner h3 {
  color: #fff;
  background: #a71427;
  padding: 8px 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.unit_policy .policy_inner h4 {
  font-size: 14px;
  border-bottom: 1px solid #2d2d2d;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: 600;
}
.unit_policy .policy_inner .box {
  margin-top: 40px;
}
.unit_policy .policy_inner dt {
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  background: url(../../../img/cmn/square.jpg) no-repeat 0 center;
  font-size: 1.1em !important;
  font-weight: bold;
}
.unit_policy .policy_inner dd {
  width: auto;
  float: none;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .unit_policy .policy_inner dd {
    font-size: 3.8vw;
  }
}
.unit_policy iframe {
  border: none;
  width: 100%;
}