@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/* ベース */
html {
  scroll-behavior: smooth;
}
body {
  background: #F9F8F4;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin: -80px 0 0 0;
  padding: 160px 0 0 0;
}
h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd {
  font-size: 1.0em;
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #111;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}
video {
  max-width: 100%;
}
strong {
  font-weight: 600;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.cf {
  display: inline-block;
}
/* Hides from IE Mac */
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/* ------------------------------------
 header
------------------------------------ */
.header{
  background: #FFF;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header .head_inner{
  display: flex;
  justify-content: space-between;
}
.header .head_inner h1{
  margin: 20px 0 0 20px;
  width: 183px;
}
.header .head_inner{
  display: flex;
  justify-content: space-between;
}
.header .head_inner ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  line-height: 80px;
  margin: 0;
}
.header .head_inner ul li{
  margin-right: 30px;
}
.header .head_inner ul li.search{
  height: 30px;
  width: 250px;
}
.header .head_inner ul li.search form{
  background: #F9F9F9;
  border: 1px solid #DDD;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  height: 30px;
  width: 250px;
}
.header .head_inner ul li.search span{
  display: flex;
  justify-content: space-between;
}
.header .head_inner ul li.search input{
  background: none;
  border: none;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  outline: none;
  width: 210px;
}
.header .head_inner ul li.search button{
  background: none;
  border: none;
  cursor: pointer;
  color: #111;
  font-size: 16px;
  height: 30px;
  line-height: 1.0em;
  padding: 0;
  text-align: left;
  width: 30px;
}
.header .head_inner ul li.my i,
.header .head_inner ul li.cart i{
  font-size: 24px;
}
.header .head_inner ul li.my{
  font-size: 0.6em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: center;
}
.header .head_inner ul li.cart{
  position: relative;
}
.header .head_inner ul li.cart span{
  background: #D90000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: 14px;
  position: absolute;
  text-align: center;
  right: -7px;
  top: 20px;
  width: 14px;
}
/* ------------------------------------
 footer
------------------------------------ */
.footer{
  background: #111;
  color: #FFF;
  font-weight: bold;
  padding: 20px 0;
}
.footer .ft_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
.footer .ft_inner > div img{
  margin-bottom: 5px;
  height: 40px;
}
.footer .ft_inner > div .copy{
  font-size: 0.7em;
}
.footer .ft_inner > ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .ft_inner > ul a{
  color: #FFF;
  font-size: 0.9em;
  padding: 0 15px;
}
/* ------------------------------------
 navi
------------------------------------ */
.navi{
  width: 250px;
}
.navi .nav_ttl{
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
.navi .nav_ttl span{
  display: block;
  font-size: 0.6em;
  letter-spacing: 0;
}
.navi .category{
  margin-bottom: 60px;
}
.navi .category li{
  border-bottom: 1px solid #E7E3DB;
}
.navi .category li:first-child{
  border-top: 1px solid #E7E3DB;
}
.navi .category li a{
  align-items: center;
  display: flex;
  font-size: 1.15em;
  font-weight: bold;
  height: 50px;
  justify-content: space-around;
  margin: 4px 0;
  width: 100%;
}
.navi .category li a img{
  width: 50px;
}
.navi .category li a span{
  width: 170px;
}
.navi .bnr li{
  margin-bottom: 10px;
}
/* ------------------------------------
 layout
------------------------------------ */
.fs-l-main .fs-l-pageMain{
  max-width: 900px;
}
/* ------------------------------------
 TOP
------------------------------------ */
.fs-body-top .fs-l-main,
.fs-body-top .fs-l-main .fs-l-pageMain{
  padding: 0;
  max-width: 100%;
}
.toppage .kodawari{
  background: url("https://takazawa36.itembox.design/item/top/bg01.png") no-repeat 50vw 50%;
  background-size: 55vw auto;
  padding: 100px 0;
  width: 100%;
}
.toppage .kodawari .kodawari_txt{
  margin-left: calc(50% - 600px);
  width: 750px;
}
.toppage .kodawari .kodawari_txt p{
  font-size: 1.25em;
  line-height: 2.4;
  margin: 2.5em 0 1.5em 0;
}
.toppage .kodawari .kodawari_txt a{
  background: #111 url("https://takazawa36.itembox.design/item/top/arrow.png") no-repeat 95% 50%;
  background-size: 20px auto;
  color: #FFF;
  display: inline-block;
  font-size: 1.25em;
  padding: 0.3em 40px 0.3em 20px;
}
.toppage .recommend{
  height: 570px;
  position: relative;
  width: 100%;
}
.toppage .recommend .recommend_ttl{
  background: url("https://takazawa36.itembox.design/item/top/bg02.jpg") 0 0;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
  height: 300px;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(50% - 370px);
  z-index: 1;
}
.toppage .recommend .recommend_ttl .recommend_ttl_inner{
  background: #FFF;
  height: 300px;
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
}
.toppage .recommend .recommend_ttl .recommend_ttl_inner .jp{
  font-size: 1.875em;
  left: 30px;
  top: 40px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
}
.toppage .recommend .recommend_ttl .recommend_ttl_inner .en{
  border-left: 1px solid #111;
  font-size: 0.75em;
  height: 20px;
  left: 90px;
  letter-spacing: 0;
  line-height: 20px;
  padding-left: 20px;
  position: absolute;
  top: 50px;
}
.toppage .recommend .recommend_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  right: calc(50% - 600px);
  top: 140px;
  width: 1090px;
  z-index: 2;
}
.toppage .recommend .recommend_item li{
  display: table;
  vertical-align: middle;
  width: 250px;
}
.toppage .recommend .recommend_item li .images{
  background: #FFF;
  border: 1px solid #EEE;
  display: table-cell;
  vertical-align: middle;
  height: 248px;
  width: 248px;
}
.toppage .recommend .recommend_item li .images img{
  width: 100%;
}
.toppage .category{
  background: #FFF url("https://takazawa36.itembox.design/item/top/bg03.jpg") right 50% no-repeat;
  height: 550px;
  position: relative;
  width: 100%;
}
.toppage .category .category_ttl{
  height: 200px;
  position: absolute;
  right: calc(50% - 600px);
  top: 110px;
  width: 260px;
  z-index: 1;
}
.toppage .category .category_ttl .jp{
  font-size: 1.875em;
  right: 30px;
  top: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
}
.toppage .category .category_ttl .en{
  border-right: 1px solid #111;
  font-size: 0.75em;
  height: 20px;
  right: 90px;
  letter-spacing: 0;
  line-height: 20px;
  padding-right: 20px;
  position: absolute;
  top: 10px;
}
.toppage .category .category_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: calc(50% - 590px);
  position: absolute;
  top: 200px;
  width: 1070px;
  z-index: 2;
}
.toppage .category .category_list li{
  text-align: center;
  width: 130px;
}
.toppage .use{
  padding: 100px 0;
}
.toppage .use .use_inner{
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.toppage .use .use_inner .use_ttl{
  height: 200px;
  position: relative;
  width: 1200px;
}
.toppage .use .use_inner .use_ttl .jp{
  font-size: 3.125em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  line-height: 1.0;
  top: 0;
}
.toppage .use .use_inner .use_ttl .en{
  font-size: 0.75em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 65px;
  top: 60px;
}
.toppage .use .use_inner .use_ttl .text{
  border-left: 1px solid #111;
  left: 150px;
  line-height: 2.0;
  padding-left: 60px;
  position: absolute;
  top: 26px;
}
.toppage .use .use_bnr li:nth-child(1){
  float: left;
}
.toppage .use .use_bnr li:nth-child(2){
  float: right;
  margin-bottom: 30px;
}
.toppage .use .use_bnr li:nth-child(3){
  float: right;
}
.toppage .gift{
  background: url("https://takazawa36.itembox.design/item/top/bg04.jpg") no-repeat 50% top;
  background-size: 100% auto;
  padding: 50px 0 150px 0;
}
.toppage .gift .gift_inner{
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.toppage .gift .gift_inner .gift_ttl{
  color: #FFF;
  height: 260px;
  position: relative;
  width: 1200px;
}
.toppage .gift .gift_inner .gift_ttl .jp{
  font-size: 3.125em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  line-height: 1.0;
  top: 0;
}
.toppage .gift .gift_inner .gift_ttl .en{
  font-size: 0.75em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 65px;
  top: 85px;
}
.toppage .gift .gift_inner .gift_ttl .text{
  border-left: 1px solid #FFF;
  left: 150px;
  line-height: 2.0;
  padding-left: 60px;
  position: absolute;
  top: 70px;
}
.toppage .gift .gift_inner .gift_item{
  background: #FFF;
  padding: 40px;
}
.toppage .gift .gift_inner .gift_item ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
  width: 1120px;
}
.toppage .gift .gift_inner .gift_item ul li{
  display: table;
  vertical-align: middle;
  width: 250px;
}
.toppage .gift .gift_inner .gift_item ul li .images{
  background: #FFF;
  border: 1px solid #EEE;
  display: table-cell;
  vertical-align: middle;
  height: 248px;
  width: 248px;
}
.toppage .gift .gift_inner .gift_item ul li .images img{
  width: 100%;
}
.toppage .gift .gift_inner .gift_item .more{
  text-align: right;
}
.toppage .gift .gift_inner .gift_item .more a{
  background: url("https://takazawa36.itembox.design/item/top/arrow_bk.png") no-repeat right 50%;
  background-size: 20px auto;
  display: inline-block;
  font-weight: bold;
  font-size: 1.25em;
  padding: 0.3em 40px 0.3em 20px;
}
.toppage .wp_iframe,
.toppage .wp_iframe iframe{
  height: 1700px;
  width: 100%;
}
.toppage .wp_insta,
.toppage .wp_insta iframe{
  height: 820px;
  width: 100%;
}
.toppage .recipe{
  background: -moz-linear-gradient(top, #E7E3DB 40%, #F9F8F4 40%);
  background: -webkit-linear-gradient(top, #E7E3DB 40%, #F9F8F4 40%);
  background: linear-gradient(to bottom, #E7E3DB 40%, #F9F8F4 40%);
  padding: 50px 0 150px 0;;
}
.toppage .recipe .recipe_inner{
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.toppage .recipe .recipe_inner .recipe_ttl{
  height: 200px;
  position: relative;
  width: 1200px;
}
.toppage .recipe .recipe_inner .recipe_ttl .jp{
  font-size: 3.125em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  line-height: 1.0;
  top: 0;
}
.toppage .recipe .recipe_inner .recipe_ttl .en{
  font-size: 0.75em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 65px;
  top: 50px;
}
.toppage .recipe .recipe_inner .recipe_ttl .text{
  border-left: 1px solid #111;
  left: 150px;
  line-height: 2.0;
  padding: 1.5em 0 1.5em 60px;
  position: absolute;
  top: 40px;
}
.toppage .recipe .recipe_inner .recipe_ttl .more{
  padding: 0;
  position: absolute;
  top: 53px;
  right: 0;
}
.toppage .recipe .recipe_inner .recipe_ttl .more a{
  background: url("https://takazawa36.itembox.design/item/top/arrow_bk.png") no-repeat right 50%;
  background-size: 20px auto;
  display: inline-block;
  font-weight: bold;
  font-size: 1.25em;
  padding: 0.3em 40px 0.3em 20px;
}
.toppage .recipe .recipe_inner .recipe_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.toppage .recipe .recipe_inner .recipe_list li{
  width: 370px;
}
.toppage .recipe .recipe_inner .recipe_list li .images{
}
.toppage .recipe .recipe_inner .recipe_list li .name{
  background: #FFF url("https://takazawa36.itembox.design/item/top/arrow_bk.png") 95% 85% no-repeat;
  background-size: 25px auto;
  display: block;
  padding: 20px 20px 60px 20px;
}
/* ------------------------------------
 item
------------------------------------ */
.fs-body-product .fs-c-breadcrumb__list{
  padding: 0;
}
.fs-body-product #fs_form{
  margin-top: 15px;
}
.fs-body-product .fs-l-productLayout__item{
  max-width: 500px;
}
.fs-body-product .fs-c-productNameHeading{
  font-size: 2.7rem;
}
.fs-body-product .fs-c-returnedSpecialContract,
.fs-body-product .fs-c-inquiryAboutProduct{
  margin-bottom: 0;
  padding: 0;
}
.fs-body-product .fs-c-productNumber{
  margin-bottom: 16px;
  padding: 8px;
}
.fs-body-product .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
  font-size: 2.5rem;
}
.fs-body-product .item_page .item_txt{
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.0em;
}
.fs-body-product .item_page dl{
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  justify-content: space-between;
}
.fs-body-product .item_page dl dt{
  border-bottom: 1px solid #DDD;
  padding: 0.6em 0;
  width: 80px;
}
.fs-body-product .item_page dl dd{
  border-bottom: 1px solid #DDD;
  padding: 0.6em 0 0.6em 1.0em;
  width: calc(100% - 80px);
}
.fs-body-product .item_page .set_items {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}
.fs-body-product .item_page .set_items .acd_ttl {
  border-bottom: 1px solid #DDD;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: normal;
  margin: 0;
  padding: 0.6em 0;
  position: relative;
}
.fs-body-product .item_page .acd_ttl{
  position: relative;
}
.fs-body-product .item_page .acd_ttl:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #111;
  border-right: solid 2px #111;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fs-body-product .item_page .acd_ttl.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.fs-body-product .item_page .set_items_content {
  display: none;
  padding: 1.0em 0;
}
/* ------------------------------------
 kodawari_page
------------------------------------ */
.kodawari_page p{
  font-size: 1.2em;
  line-height: 2.4;
  margin: 0 0 2.5em 0;
}
.kodawari_page .kodawari_top{
  background: url("https://takazawa36.itembox.design/item/top/bg01.png") no-repeat 55vw top;
  background-size: 55vw auto;
  padding: 100px 0 50px 0;
  width: 100%;
}
.kodawari_page .kodawari_top .kodawari_txt{
  margin-left: calc(50% - 600px);
  width: 1200px;
}
.kodawari_page .kodawari_top .kodawari_txt img{
  margin-bottom: 50px;
}
.kodawari_page .kodawari_2nd{
  background: #FFF;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 5.0em 0 2.0em 0;
  width: 100%;
}
.kodawari_page .kodawari_2nd .text{
  margin-left: 70px;
  width: 730px;
}
.kodawari_page .kodawari_2nd .images,
.kodawari_page .kodawari_2nd .images img{
  height: 500px;
  object-fit: cover;
  width: 400px;
}
.kodawari_page .kodawari_3rd{
  position: relative;
  margin: 100px auto;
  width: 1200px;
}
.kodawari_page .kodawari_3rd .big{
  color: #887228;
  font-size: 1.8em;
}
.kodawari_page .kodawari_3rd .images{
  height: 450px;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
}
.kodawari_page .kodawari_3rd .images img{
  height: 400px;
  object-fit: cover;
  width: 400px;
}
/* ------------------------------------
 ご利用ガイド
------------------------------------ */
.fs-c-heading--page{
  border-bottom: none;
  color: #111;
  font-size: 3.0rem;
  padding: 0 0 1.0em 0;
}
.fs-c-documentArticle__heading{
  background: #111;
  font-size: 2.0rem;
  padding: 0.7em 8px;
}
.fs-c-documentColumn__heading{
  border-color: #053E7C;
  color: #111;
}
.fs-c-documentArticle + .fs-c-documentArticle{
  margin-top: 40px;
}
/* ------------------------------------
 商品カテゴリ
------------------------------------ */
#fs_ProductCategory .fs-c-subgroupList__item{
  flex-grow: 0!important;
  padding: 2px;
}
#fs_ProductCategory .fs-c-subgroupList__item .fs-c-subgroupList__link{
  background: #FFF!important;
  border: none!important;
  font-weight: bold!important;
  padding: 8px!important;
}