@charset "utf-8";
/* CSS Document */
/* pc tablet original */
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
}

  body {
   /* min-width: 1230px;
    width: 100%;
*/
}


body {
  background-image: url(https://nikunoiijima.itembox.design/item/background_image.png);
  overflow-x: hidden;
}
a {
  transiton: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}
.mod-clearfix:before, .mod-clearfix:after {
  content: " ";
  display: table;
}
.mod-clearfix:after {
  clear: both;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#header.scrolled {
  color: white;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
#header.scrolled .header {
  display: none;
}
.fs-l-page.scrolledspace {
  /* padding: 130px 0px 0px 0px; */
}
.fs-l-product2 .fs-l-productLayout {
 
    grid-template-columns: calc(50% - 16px / 2) calc(50% - 16px / 2);
}

.fixed_logo {
  display: none;
}
.fixed_logo a {
  width: 160px;
  display: block;
}
.fixed_cart {
  display: none;
}
.fixed_cart a {}
#header.scrolled .fixed_logo {
  display: block;
  position: absolute;
  left: -150px;
}
#header.scrolled .fixed_cart {
  display: block;
  position: absolute;
  right: -120px;
}
#header.scrolled .fixed_cart a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 30px;
  color: #fff;
}
#header.scrolled .fixed_cart a i {
  font-size: 12px;
  margin: 0px 5px 0px 0px;
}
#header {
  border-top: 2px solid #000;
  background-image: url(https://nikunoiijima.itembox.design/item/background_image.png);
}
#header p, #header li, #header a, #header span {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.header {
  width: 100%;
  max-width: 1600px;
  /* min-width: 1024px; */
  margin: 0 auto;
  padding: 54px 0px 32px 0px;
  box-sizing: border-box;
  font-weight: 700;
  position: relative;
  height: 199px;
}
.header {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.header .logo {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 140px;
  margin-left: -71px;
}
.header .logo a {
  display: block;
  border: none;
}
.header a:link, .header a:visited {
  color: #0d1e3d;
  transition: border-bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  border-bottom: solid 1px transparent;
}
.header a {
  text-decoration: none;
}
.header .logo img {
  max-width: 100%;
}
.only-mobile {
  display: none !important;
}
.only-mobile {
  display: none !important;
}
.header .shop-nav {
  margin: 0px 0px 0px 0px;
  width: 368px;
  height: 184px;
}
.header .shop-nav ul.shop_info {
  display: block;
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
}
.header .shop-nav ul.shop_info li {
  font-size: 16px;
}
.header .shop-nav ul.shop_info li a {
  font-size: 24px;
}
.header .shop-nav ul.shop_info li a i {
  font-size: 13px;
  transform: scale(-1, 1);
  background: #555;
  color: #fff;
  padding: 5px;
  top: -4px;
  border-radius: 3px;
}
.header .shop-nav ul.shop_info span {
  font-size: 10px;
  margin-left: 10px;
}
.header .shop-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.header .shop-nav ul.user_nav {
  width: 383px;
  height: 21px;
}
.header .shop-nav ul.user_nav li {
  width: 94px;
}
.header .shop-nav ul.user_nav li:nth-child(2) {
  width: 97px;
  text-align: center;
}
.header .shop-nav ul.user_nav li:nth-child(3) {
  width: 82px;
}
.header .shop-nav > ul > li {
  list-style: none;
  padding: 0;
  position: relative;
}
.header .shop-nav ul li a {
  padding-bottom: 8px;
}
.header .shop-nav > ul > li i {
  position: relative;
  top: 1px;
  margin: 0px 5px 0px 0px;
  font-size: 14px;
}
.header .shop-nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.scrolled .header-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1000px;
  max-width: 1000px;
}
.header-nav {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  color: #666;
  clear: both;
  min-width: 768px;
}
.header-nav-list-01 {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  max-width: 1000px;
  width: 1000px;
}
@media screen and (max-width:1000px) {
  .header-nav-list-01 {
    width: 100%;
  }
}
.header-nav-list-01 > li {
  display: inline-block;
  line-height: 40px;
  margin-right: 30px;
  font-weight: bold;
  vertical-align: top;
}
.header-nav-list-01 > li > span {
  position: relative;
  display: inline-block;
  color: inherit;
}
.header-nav-sub {
  /* display: none; */
  /* position: absolute; */
  /* top: 100%; */
  /* left: 0; */
  /* width: 100%; */
  /* padding: 20px 0 20px; */
  /* z-index: 9999; */
}
.header-nav-sub-caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-nav-sub:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 400%;
  height: 100%;
  background: rgba(237, 228, 216, 1);
  border-top: 1px solid #d8cbba;
  z-index: -1;
}
.scrolled .header-nav-sub-list {
  width: 1000px;
  margin: 0px auto;
}
.header-nav-sub-list {
  position: relative;
  min-height: auto;
  line-height: 1.2;
  margin-left: 0;
  border-left: 1px solid #d8cbba;
  border-right: 1px solid #d8cbba;
  padding: 0;
}
.header-nav-sub-list > li {
  display: inline-block;
  width: 20%;
  padding-left: 0px;
}
.item_info_nav.js-nav-fade-action-2 .header-nav-sub-list > li {
  width: 13.5%;
}

.item_info_nav.js-nav-fade-action-2 .header-nav-sub-list > li a {
  font-size:14px;
  padding: 10px 0px;
}

.item_info_nav .header-nav-sub-list > li {
  width: 16%;
}
.header-nav-sub-list > li a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.2);
  margin: 5px;
  box-shadow: 1px 1px 6px #d8cbba;
}
.item_info_nav .header-nav-sub-list > li a {
  background: none;
  box-shadow: none;
  padding: 10px 5px;
  font-size: 16px;
}
.item_info_nav .header-nav-sub-list > li a img {
  width: 100%;
}
.iijima_about_nav .header-nav-sub-list > li a {
  /* background: none; */
  /* box-shadow: none; */
}
.header-nav-sub-list > li a i {
  display: block;
  font-size: 28px;
}
.header-nav-list-01 > li {
  display: inline-block;
  line-height: 40px;
  margin-right: 0;
  font-weight: bold;
  vertical-align: top;
  width: 100%;
  text-align: center;
  padding: 0;
}
.header-nav-list-01 > li i {
  transition: 0.3s;
  position: relative;
  top: 0px;
}
.header-nav-list-01 > li.open i {
  transform: rotate(180deg);
}
.header-nav-list-01 .header-nav-sub-list > li > a > i {
  transform: inherit;
  top: 0;
}
.header-nav-has-sub.js-nav-fade-action-3 .header-nav-sub-list a {
  display: block;
}
.header-nav-has-sub.js-nav-fade-action-3 a {
  display: inline-block;
}
.header-nav-list-01 > li > a {
  color: #9e7925;
  display: block;
  padding: 10px 0px;
  font-size: 16px;
}
.scrolled .header-nav-list-01 > li > span {
  color:#fff;
}
.scrolled .header-nav-list-01 > li > a {
  color:#fff;
}

.header-nav-list-01 > li > span {
  position: relative;
  display: inline-block;
  color: inherit;
  cursor: pointer;
  padding: 10px 0px;
  color: #9e7925;
  font-size: 16px;
}
.header-nav-list-01 > li > span, .header-nav-list-01 > li > a {
  position: relative;
}
.header-nav-list-01 > li.js-nav-fade-action-1:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #d8cbba;
  position: absolute;
  top: 12px;
  left: 219px;
}
.header-nav-list-01 > li.js-nav-fade-action-2:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #d8cbba;
  position: absolute;
  top: 12px;
  left: 389px;
}
.header-nav-list-01 > li.js-nav-fade-action-3:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #d8cbba;
  position: absolute;
  top: 12px;
  left: 810px;
}
.header-nav-list-01 > li.js-nav-fade-action-5:before {
  /* content: ""; */
  width: 1px;
  height: 30px;
  background: #d8cbba;
  position: absolute;
  top: 12px;
  left: 602px;
}
.header-nav-list-01 > li > a:before {}
.header-nav-list-01 > li:last-child > a:before {
  width: 0;
}
.header-nav-list-01 > li > span i {}
.header-nav-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 0 20px;
  z-index: 9999;
}
.header-nav-sub-caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-nav-list-02 {
  float: right;
}
.header-nav-list-02 > li {
  display: inline-block;
  line-height: 40px;
  margin-left: 20px;
  font-size: 12px;
  vertical-align: top;
}
.header-nav-list-02 > li a {
  color: inherit;
}
/* */
.fs-c-breadcrumb {
  background: #000;
  z-index: 99;
  position: relative;
  top: 0px;
}
.fs-c-breadcrumb ol {
  max-width: 980px;
  margin: 0px auto;
}
.fs-c-breadcrumb__list--subgroup {
  display: none;
}
.fs-c-breadcrumb__list > li {
  color: #fff;
  font-size: 14px;
}
.fs-c-breadcrumb__list > li a {
  text-decoration: none;
  color: #999;
}
.main_image {
  background: url(https://nikunoiijima.itembox.design/item/mainimagebg.jpg?t=20200212155830) repeat;
  text-align: center;
  padding: 70px 0px 0px 0px;
  line-height: 0;
}
.main_image img:first-child {
  max-width: 880px;
  margin: 0px auto;
  padding: 0px 0px 50px 0px;
}
#fs_ProductDetails .fs-l-main, #fs_ProductCategory .fs-l-main {
  margin: 24px auto;
  /* padding: 8px; */
  max-width: 1216px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: none;
  z-index: 0;
  box-sizing: border-box;
}
#fs_SelectDelivery  .fs-l-main {/* background: #fff; */padding: 10px 0px;}
.fs-l-main {
  max-width: inherit;
  position: relative;
  z-index: 100;
  margin: 0px auto;
  display: block;
  background-image: url(https://nikunoiijima.itembox.design/item/background_image.png);
  top: 0px;
  padding-bottom: 20px;
  margin: 0px 0px 0px 0px;
}

.fs-body-my-orders-details .fs-l-main {
  background:#fff;
}
.main_inner {
  margin: 24px auto;
  padding: 8px;
  max-width: 1216px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fs-body-top .fs-l-pageMain {
  max-width: 100%;
}
.fs-body-cart .fs-l-pageMain {
  max-width: 970px;
}
.fs-body-product .fs-l-pageMain {
  max-width: 1000px;
}
#fs_ProductCategory .fs-l-pageMain {
  max-width: 950px;
}
@media screen and (max-width:1200px) {
  #fs_ProductCategory .fs-l-pageMain {
    max-width: 78%;
  }
  .fs-body-product .fs-l-pageMain {
    max-width: 79%;
  }
}
@media screen and (max-width:1024px) {


  
  #fs_ProductCategory .fs-l-pageMain {
    max-width: 71%;
  }
  .fs-body-product .fs-l-pageMain {
    max-width: 79%;
  }
}
@media screen and (max-width:768px) {
  #fs_ProductCategory .fs-l-pageMain {
    max-width: 89%;
  }
  .fs-body-product .fs-l-pageMain {
    max-width: 100%;
  }
}
.section_ttl {
  text-align: center;
  padding: 100px 0px 0px 0px;
}
.fs-p-messageBoard {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border: 2px solid #e60012;
  background: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}
.news_filed {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border: 2px solid #900;
  background: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}
@media screen and (max-width:1024px) {
  .fs-p-messageBoard__content {
    font-size: 16px;
    line-height: 26px;
  }
}
.category_nav {
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1170px;
}
.category_nav li {
  list-style: none;
  padding: 10px;
  width: 25%;
}
.category_nav a {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
}
.category_nav a img {
  width: 200px;
}
.category_nav a h3 {
  padding: 0px 0px 40px 0px;
  margin: 0px 0px 0px 0px;
}
.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}
.global-menu__btn {
  display: none;
}
.hitachigyu_area {
  background: url(https://nikunoiijima.itembox.design/item/hitachi_image.jpg?t=20200227130046);
  background-size: cover;
  background-position: center -130%;
}
.hitachigyu_area .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 1170px;
  margin: 0px auto;
  flex-wrap: wrap;
  padding: 210px 0px 100px 0px;
}
.hitachigyu_area .inner .inner_img {
  width: 380px;
}
.hitachigyu_area .inner .inner_text {
  width: 790px;
  position: relative;
  padding: 0px 0px 0px 50px;
}
.hitachigyu_area .inner .inner_text p {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0px 0px 30px 0px;
}
.hitachigyu_area .inner .inner_text a {
  background: #000;
  padding: 10px;
  font-size: 16px;
  color: #fff;
}
.hitachigyu_area .inner .inner_text img {
  position: absolute;
  top: -170px;
  right: -30px;
  width: 270px;
  z-index: 1;
}
.premium_item {
  padding: 100px 0px;
  width: 1170px;
  margin: 0px auto;
}
.text_ttl {
  text-align: center;
  padding: 30px 0px;
  margin: 0;
}
.text_ttl span {
  font-size: 34px;
}
.premium_item ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.premium_item ul li {
  list-style: none;
  background: #000;
  width: 555px;
  padding: 0px 0px 0px 0px;
}
.premium_item ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 0px;
}
.premium_item ul li a img {
  width: 50%;
}
.premium_text {
  padding: 10px 10px 0px 30px;
  width: 50%;
}
.premium_text h3 {}
.premium_text p {}
.lay105 {
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.lay105:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.thum_a + .lay105 {
  margin-top: 75px;
}
.lay105 p {
  font-family: Hiragino Mincho W3 JIS2004;
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  width: 100%;
  margin: 0;
  line-height: 28px;
}
.lay105 .btn_link {
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 10px;
  text-shadow: none;
  font-weight: bold;
}
.lay105 .box_a {
  width: 50%;
  background: url(https://nikunoiijima.itembox.design/item/catalog_image.jpg?t=20200212175759) no-repeat center top;
  background-size: cover;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.lay105 .box_a .col_a {
  width: 420px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: 1px 1px 5px #000;
  margin: auto;
  position: relative;
}
.lay105 .box_b {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 0;
}
.lay105 .box_b .col_a, .lay105 .box_b .col_b {
  width: 100%;
}
.lay105 .box_b .col_a {
  background-image: url(https://nikunoiijima.itembox.design/item/forc_bg.jpg?t=20200310131937);
  padding: 60px 0px 60px 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.lay105 .box_b .col_a:before, .lay105 .box_b .col_b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.lay105 .box_b .col_a div {
  position: relative;
}
.lay105 .box_b .col_b div {
  position: relative;
}
.lay105 .box_b .col_a h2 {
  margin: 0;
  width: 100%;
}
.lay105 .box_b .col_b h2 {
  margin: 0;
  width: 100%;
}
.lay105 .box_b .col_b {
  height: 100%;
  background-image: url(https://nikunoiijima.itembox.design/item/servi_bg.jpg?t=20200310150451);
  padding: 40px 0px 40px 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.store_area {
  background: #000;
}
.store_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 4px solid #eee;
  padding: 20px;
  background: #fff;
  margin: 60px 0px 0px 0px;
}
.googlemap {
  width: 50%;
}
.googlemap iframe {}
.store_text {
  width: 50%;
  padding: 20px;
}
.store_text img {}
.store_wrap .store_text h2 {
  text-align: left;
  color: #000;
}
.store_address {}
.store_info {}
.store_wrap .store_text p {
  color: #000;
}
.store_text a {
  background: #000;
  color: #fff;
  padding: 5px 10px;
}
.contact_area {
  margin: 0px auto;
  padding: 100px 0px;
  background: #fff;
  position: relative;
  z-index: 5;
}
.contact_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  background: #f1f1f1;
  width: 900px;
  margin: 0px auto;
}
.contact_inner h2 {
  text-align: center;
  position: relative;
}
.contact_inner h2:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 43%;
  width: 50px;
  height: 1px;
  background: #ccc;
}
.contact_mail {
  position: relative;
  width: 50%;
  text-align: center;
}
.contact_mail:before {
  content: "";
  position: absolute;
  right: 0;
  top: 26px;
  width: 1px;
  height: 70px;
  background: #ccc;
}
.contact_mail a {
  background: #000;
  color: #fff;
  padding: 10px;
  margin: 20px 0px 0px 0px;
  display: inline-block;
}
.contact_tel {
  text-align: center;
  width: 50%;
}
.contact_tel a {
  font-size: 35px;
}
.contact_info {
  font-size: 16px;
  margin: 0;
}
.contact_info span {
  font-size: 12px;
  padding: 0px 5px;
}
.service_link {
  padding: 100px 0px;
  background: #fff;
}
.service_inner {
  width: 890px;
  margin: 0px auto;
}
.service_inner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.service_inner ul li {
  list-style: none;
  margin: 0px 0px 20px 0px;
}
.service_inner ul li a {
  display: block;
  text-align: center;
  /* display: -webkit-flex; */
  /* display: flex; */
  /* -webkit-align-items: center; */
  /* align-items: center; */
  position: relative;
  background-size: cover;
}
.service_inner ul li a img {
  position: relative;
  z-index: 1;
}
.service_inner ul li a:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.service_inner ul li:nth-child(1) a {
  background-image: url(https://nikunoiijima.itembox.design/item/pacage_service_link.jpg?t=20200213122336);
  width: 160px;
  padding: 0px 0px 0px 14px;
}
.service_inner ul li:nth-child(2) a {
  background-image: url(https://nikunoiijima.itembox.design/item/noshi_card_banner.jpg?t=20200316111736);
  width: 160px;
  padding: 0px 0px 0px 14px;
}
.service_inner ul li:nth-child(3) a {
  background-image: url(https://nikunoiijima.itembox.design/item/mediaservice_link.jpg?t=20200213141034);
  width: 160px;
  padding: 0px 0px 0px 14px;
}
.service_inner ul li:nth-child(4) a {
  background-image: url(https://nikunoiijima.itembox.design/item/tray_service_link.jpg?t=20200213141034);
  width: 160px;
  padding: 0px 0px 0px 14px;
}
.service_inner ul li:nth-child(5) a {
  background-image: url(https://nikunoiijima.itembox.design/item/corporation_banner.jpg?t=20200316114647);
  width: 160px;
  padding: 0px 0px 0px 14px;
}
.service_inner ul li:nth-child(6) a {
  background-image: url(https://nikunoiijima.itembox.design/item/faq_service_link.jpg?t=20200213141034);
  width: 435px;
  padding: 0px 0px 0px 14px;
}
.service_inner ul li:nth-child(7) a {
  background-image: url(https://nikunoiijima.itembox.design/item/recipe_service_link.jpg?t=20200213122904);
  width: 435px;
  padding: 0px 0px 0px 14px;
}
.service_inner ul li:nth-child(8) a {
  background-image: url(https://nikunoiijima.itembox.design/item/recruit_service_link.jpg?t=20200213141034);
  width: 435px;
  padding: 0px 0px 0px 14px;
}
.service_inner ul li:nth-child(9) a {
  background-image: url(https://nikunoiijima.itembox.design/item/office_service_link.jpg?t=20200213141034);
  width: 435px;
  padding: 0px 0px 0px 14px;
}
.plice_nav:before {
  content: "内容量一覧";
  background: #eee;
  width: 80px;
  color: #000;
  padding: 5px;
  border-radius: 5px 5px 0px 0px;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  position: absolute;
  top: -26px;
  left: 0;
}
.plice_nav {
  padding: 5px;
  margin-top: 20px;
  background: #eee;
  position: relative;
}
.plice_nav ul {
  display: -webkit-flex;
  display: flex;
  /* -webkit-justify-content: space-between; */
  /* justify-content: space-between; */
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.plice_nav li {
  list-style: none;
}
.plice_nav li a {
  display: block;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 4px #ccc;
  width: 112px;
  padding: 5px;
  margin: 5px 4px;
}
.plice_nav li a.active {
  background: #eee;
}
.plice_nav li a:hover {
  text-decoration: none;
}
.plice_nav li a dl dt {
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  color: #900;
  display: block;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
font-weight: 500; */
}
.plice_nav li a dl dt span {
  font-size: 10px;
  padding: 0px 0px 0px 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-weight: normal;
}
.plice_nav li a dl dd {
  padding: 0px 0px 0px 0px;
  font-size: 21px;
  line-height: 1.5em;
  color: #900;
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
font-weight: 500; */
  font-weight: bold;
}
.plice_nav li a dl dd span {
  padding-left: 3px;
  font-size: 8px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-weight: normal;
}
.blc-side ul {
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #f1f1f1;
}
.blc-side ul li {
  list-style: none;
}
.blc-side {
  width: 170px;
}
.blc-side h2 {
  color: #fff;
  background-color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  margin-top: 20px;
  line-height: 90%;
  margin-bottom: 0;
  text-align: center
}
.blc-side >a img {
  width:100%;
}
.blc-side .banner a {
  border: 1px solid #ccc;
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #000;
}
.blc-side .banner a {
  transition: .3s
}
.about_store a {
  background-image: url(https://nikunoiijima.itembox.design/item/store_image1.jpg?t=20200220092044);
  background-size: 100%;
  padding: 20px 0 !important;
  background-position: center 30%
}
.about_store a span {
  background: rgba(0, 0, 0, .9);
  display: inline-block;
  padding: 10px 20px;
  color: #b99230
}
.celebration_link a {
  background-image: url(https://nikunoiijima.co.jp/ec/html/user_data/images/celebration/banner_bg.jpg);
  background-size: 120%;
  padding: 20px 0 !important;
  background-position: center 30%;
}
.celebration_link a span {
  background: rgba(0, 0, 0, .9);
  display: inline-block;
  padding: 10px 20px;
  color: #b99230
}
.hojin_link a {
  background-image: url(https://nikunoiijima.co.jp/ec/html/user_data/images/hojin_images.jpg);
  background-size: 100%;
  padding: 20px 0 !important;
  background-position: center 30%;
}
.hojin_link a span {
  background: rgba(0, 0, 0, .9);
  display: inline-block;
  padding: 10px 20px;
  color: #b99230
}
.baby_link a {
  background-image: url(https://nikunoiijima.itembox.design/item/baby_utichiwai_image.jpg?t=20200220092044);
  background-size: 100%;
  padding: 20px 0 !important;
  background-position: center 30%
}
.baby_link a span {
  background: rgba(0, 0, 0, .9);
  display: inline-block;
  padding: 10px 20px;
  color: #b99230
}
.marriage_link a {
  background-image: url(https://nikunoiijima.itembox.design/item/marriage_uchiiwai_image.jpg?t=20200220092044);
  background-size: 100%;
  padding: 20px 0 !important;
  background-position: center 30%
}
.marriage_link a span {
  background: rgba(0, 0, 0, .9);
  display: inline-block;
  padding: 10px 20px;
  color: #b99230
}
.hoji_link a {
  background-image: url(https://nikunoiijima.itembox.design/item/hoji_image.jpg?t=20200220092044);
  background-size: 100%;
  padding: 20px 0 !important;
  background-position: center 30%
}
.hoji_link a span {
  background: rgba(0, 0, 0, .9);
  display: inline-block;
  padding: 10px 20px;
  color: #b99230
}
.golf_link a {
  background-image: url(https://nikunoiijima.itembox.design/item/golfcompe_image.jpg?t=20200220092044);
  background-size: 100%;
  padding: 20px 0 !important;
  background-position: center 30%
}
.golf_link a span {
  background: rgba(0, 0, 0, .9);
  display: inline-block;
  padding: 10px 20px;
  color: #b99230
}
.deli_banner a {
  background-image: url(https://nikunoiijima.itembox.design/item/link_deli.jpg?t=20200220092044);
  background-size: 100%;
  padding: 10px 0 !important;
  background-position: center;
  text-align: right !important
}
.deli_banner a span {
  background: hsla(0, 0%, 100%, .8);
  display: inline-block;
  padding: 10px;
  margin-right: 10px
}
.restaurant_banner a {
  background-image: url(https://nikunoiijima.itembox.design/item/link_restaurant.jpg?t=20200220092044);
  background-size: 100%;
  padding: 10px 0 !important;
  background-position: center;
  text-align: right !important
}
.restaurant_banner a span {
  background: hsla(0, 0%, 100%, .8);
  display: inline-block;
  padding: 10px;
  margin-right: 10px
}
.honpo_banner a {
  background-image: url(https://nikunoiijima.itembox.design/item/link_honpo.jpg?t=20200220092044);
  background-size: 100%;
  padding: 10px 0 !important;
  background-position: center;
  text-align: right !important
}
.honpo_banner a span {
  background: hsla(0, 0%, 100%, .8);
  display: inline-block;
  padding: 10px;
  margin-right: 10px
}
.sozai_banner a {
  background-image: url(https://nikunoiijima.itembox.design/item/link_sozai.jpg?t=20200220092044);
  background-size: 100%;
  padding: 10px 0 !important;
  background-position: center;
  text-align: right !important
}
.sozai_banner a span {
  background: hsla(0, 0%, 100%, .8);
  display: inline-block;
  padding: 10px;
  margin-right: 10px
}
.blc-side .banner a:hover {
  background-size: 130%
}
.blc-side .banner a i {
  display: block;
  margin: 0 auto
}
.blc-side .banner li:first-child a {
  margin-top: 0
}
.blc-side .banner li a {
  margin-top: 10px
}
.blc-side .list-category li.list-parent a {
  padding: 10px 0 10px 5px;
  border-bottom: 1px dotted #5c0001;
  margin: 0 10px
}
.blc-side .list-category li:last-child a {
  border-bottom: 0
}
.blc-side .list-category li a {
  display: block;
  padding: 15px 0 15px 70px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 50px;
  font-size: 13px;
  color: #350000;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px dashed #a09292
}
.blc-side .yosan_list li a {
  padding: 7px 0 7px 25px;
}
.blc-side .list-category li a:hover {
  color: #9a0002;
  opacity: .4
}
.blc-side .list-category li.sukiyaki a {
  background-image: url(https://nikunoiijima.itembox.design/item/sukiyaki_nav.png?t=20200220092044);
}
.blc-side .list-category li.shabushabu a {
  background-image: url(https://nikunoiijima.itembox.design/item/shabushabu_nav.png?t=20200220092044);
}
.blc-side .list-category li.yakiniku a {
  background-image: url(https://nikunoiijima.itembox.design/item/yakiniku_nav.png?t=20200220092044);
}
.blc-side .list-category li.steak a {
  background-image: url(https://nikunoiijima.itembox.design/item/steak_nav.png?t=20200220092044);
}
.blc-side .list-category li.hamburg a {
  background-image: url(https://nikunoiijima.itembox.design/item/hamburg_nav.png?t=20200220092044);
}
.blc-side .list-category li.misoduke a {
  background-image: url(https://nikunoiijima.itembox.design/item/misoduke_nav.png?t=20200220092044);
}
.blc-side .list-category li.curry a {
  background-image: url(https://nikunoiijima.itembox.design/item/curry_nav.png?t=20200220092044);
}
.blc-side .list-category li.ham a {
  background-image: url(https://nikunoiijima.itembox.design/item/ham_nav.png?t=20200220092044);
}
.blc-side .list-category li.corn a {
  background-image: url(https://nikunoiijima.itembox.design/item/corn_nav.png?t=20200220092044);
}
.blc-side .list-category li.catalog a {
  background-image: url(https://nikunoiijima.itembox.design/item/catalog_nav1.png?t=20200220092044);
}
.blc-side .list-category li.card a {
  background-image: url(https://nikunoiijima.itembox.design/item/gift_card_nav.png?t=20200220092044);
}
.blc-side .list-category li.sauce a {
  background-image: url(https://nikunoiijima.itembox.design/item/sauce_nav.png?t=20200220092044);
}
.blc-side .list-category li.premium a {
  background-image: url(https://nikunoiijima.itembox.design/item/premium_nav.png?t=20200220092044);
}
.contact_area_side {
  background: hsla(0, 0%, 100%, .8);
  padding: 10px;
  margin: 0px auto 10px auto;
}
.contact_title {
  font-size: 11px;
  margin: 0;
  padding: 10px 0 0;
  text-align: center
}
.contact_area_side .contact_tel {
  color: #b99230;
  margin: 0;
  font-size: 24px;
  text-align: center;
  padding: 0;
  width: 100%;
}
.contact_info {
  margin: 0;
  font-size: 11px;
  text-align: center;
  /* border-bottom: 1px dashed #ccc; */
  padding-bottom: 10px;
}
.fax_btn, .mail_btn {
  border: 1px solid #ccc;
  transition: .3s;
  padding: 10px 0;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 9pt;
  font-size: 12px;
  color: #000
}
.fax_btn i, .mail_btn i {
  margin-left: 10px
}
.fax_btn:hover, .mail_btn:hover {
  background: #ccc;
  color: #000;
  text-decoration: none;
}
/* item detail */
.fs-l-product2 .fs-l-productLayout > * > * {
  margin-bottom: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}


.fs-c-productPrices.fs-c-productPrices--productDetail {}
.fs-c-productOption {
  border: 4px solid #ffc67b;
  background: #fff;
}
.itemComment {
  border-left: 4px solid #333;
  padding: 10px 0px 10px 10px;
}
.itemComment b {
  font-size: 18px;
}
.fs-c-productNameHeading__copy {
  display: block;
  font-size: 12px;
  padding: 0px 0px 8px 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-weight: normal;
}
.fs-c-productNameHeading__name {
  font-size: 24px;
}
.fs-c-price__currencyMark {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.fs-c-orderTotalTable__paymentFee td {
  font-size: 20px;
}
.fs-c-price__value {
  font-size: 2rem;
  color: #e60012;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
font-weight: 500; */
}
.fs-c-productPrice__addon__label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
#fs-paymentList-container .fs-c-price__value {
  font-size: 16px;
}
.fs-c-productPrice__addon__price.fs-c-price {
  position: relative;
  top: -3px;
}
.fs-c-productPrice__addon__price.fs-c-price .fs-c-price__value {
  font-size: 16px;
}
.fs-c-productSelection {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.fs-c-productSelection {
    display: grid;
    grid-template-columns: calc(30%  / 1) calc(70%  / 1);
    grid-gap: 0px 0px;
    align-items: start;
}
.fs-c-productSelection__name {
  /* width: 140px; */
  text-align: center;
  background: #ccc;
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
}
.fs-c-productSelection__selection {
  /* max-width: 350px; */
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 8px;
}
.fs-body-checkout-selectAddressee .fs-l-page {
  /* padding: 96px 0px 0px 0px; */
}
.fs-l-page {
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  min-width: 768px;
  padding: 171px 0px 0px 0px;
}
.detail-sect {
  padding: 50px 0px 0px 0px;
}
.detail-sect .block-tit {
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 10px;
  border-left: 4px solid #d41c30;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.detail-sect ul {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px #222 solid;
  border-bottom: 1px #222 solid;
  padding: 0;
}
.detail-sect ul li:first-child {}
.detail-sect ul li {
  border-top: 1px #222 dotted;
  list-style: none;
}
.detail-sect ul li dl {
  font-size: 14px;
  font-size: 1.4rem;
  display: table;
  padding: 10px 0px;
  margin: 0;
}
.detail-sect ul li dl::after {
  content: "";
  display: block;
  clear: both;
}
.detail-sect ul li dt {
  display: table-cell;
  /*width: 120px;*/
  padding: 0px 20px 0px 0px;
  width: 110px; /*20170929*/
  color: #9d6918;
  vertical-align: middle;
  padding-left: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  text-align: right;
}
.detail-sect ul li dd {
  display: table-cell;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.detail-sect ul li:first-child {
  border-top: none;
}
.catchcopy {
  font-size: 8px;
}
.receipt_area {
  background-color: #fff;
  padding: 10px;
  border: solid 5px #eee;
  margin: 20px auto;
  background-size: 4px;
}
.receipt_area h2 {
  font-size: 16px;
  margin: 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.receipt_area p {
  font-size: 12px;
  margin: 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.receipt_area p span {
  font-size: 14px;
  color: #900;
}
.receipt_area a {
  background: #900;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
  padding: 5px;
  display: block;
  margin: 5px 0px;
  width: 195px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.receipt_area a:hover {
  background: #B50003;
}
.item_lineup h3 {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 20px 0 0
}
.item_lineup ul {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.item_lineup ul li {
  list-style: none;
  width: 19.6%;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  background: #fff;
  margin: 0.2%;
}
.item_lineup ul li a {
  text-align: center;
  padding: 10px 0;
  color: #e80000;
  font-size: 19px;
  display: block;
  height: 100%;
}
.link_tax_included_price {
  font-size: 18px;
}
.link_tax_included_price span {
  color: #000;
  font-size: 8px;
}
.item_lineup ul li a:hover {
  background: #ccc;
  text-decoration: none;
}
.item_lineup ul li a .lineup_span1 {
  font-size: 10px;
  display: block;
  color: #000
}
.item_lineup ul li a .lineup_span2 {
  font-size: 8px;
  color: #000
}
.item_lineup ul li a .lineup_span3 {
  color: #000;
}
.howto-sect {
  clear: both;
  background: #f0ead3;
}
.sect-inner {
  margin-bottom: 50px;
  /* position: relative; */
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  /* padding: 0 20px; */
  clear: both;
}
.block-wrap01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-wrap02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.block-wrap03 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.howto-sect .flow-block .block-main .step-list {
  margin: 0px auto 0;
  text-align: center;
  padding: 0;
}
.howto-sect .flow-block .block-main .step-list li {
  display: inline-block;
  float: none;
  width: 110px;
  margin-top: 20px;
}
.howto-sect .flow-block .block-main .step-list li {
  float: left;
  width: 33.33333%;
  padding-right: 5px;
  text-align: center;
  vertical-align: top;
}
.howto-sect .flow-block .block-main .step-list li:last-child {
  padding-right: 0;
  background: none;
}
.howto-sect .flow-block .block-main .step-list li .icon {
  margin-bottom: 10px;
}
.howto-sect .flow-block .block-main .step-list li .txt {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.howto-sect .flow-block .block-main .step-list li .txt small {
  font-size: 10px;
  font-size: 1rem;

}

.info-wrap {
  padding: 30px 0;
  color: #fff;
  background: #222;
}
.info-wrap .inner {
  width: 1170px;
  margin: 0px auto;
}
.info-wrap a {
  text-decoration: none;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.info-wrap a:hover {
  text-decoration: underline;
}
.info-wrap .info-block {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.info-wrap .info-block .foot-tit {
  text-align: center;
  display: block;
  margin: 0px auto;
}
.info-wrap .info-block .foot-tit a {
  /* display: block; */
}
.shop_list_foot {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.shop_list_foot li {
  list-style: none;
}
.shop_list_foot li a {
  display: block;
  width: 100px;
  font-size: 10px;
  text-align: center;
}
.info-wrap .info-block .lang-list {
  float: left;
  margin-left: 20px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.info-wrap .info-block .lang-list li {
  display: inline-block;
  border-left: 1px solid #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.info-wrap .info-block .lang-list li:first-child {
  border-left: 0;
}
.info-wrap .info-block .lang-list li a {
  padding: 0 15px;
}
.info-wrap .info-block .sns-list {}
.info-wrap .info-block .sns-list li {
  display: inline-block;
  margin: 0 4px;
  font-size: 34px;
}
.info-wrap .info-block .sns-list li a {
  vertical-align: bottom;
}
.info-wrap .info-block .sns-list li a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.info-wrap .info-block .sns-list li:nth-child(1) a i {
  color: #305097;
}
.info-wrap .info-block .sns-list li:nth-child(2) a i {
  color: #00acee;
}
.info-wrap .info-block .sns-list li:nth-child(3) a i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
}
.info-wrap .info-block .sns-list li:nth-child(4) a i {
  color: #00c300;
}
.nav-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.info-wrap .nav-block {
  margin-bottom: 35px;
}
.info-wrap .nav-block .nav-list li {
  padding-right: 40px;
  font-size: 12px;
  list-style: none;
}
.info-wrap .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.news_area {
  padding: 100px 0px;
  background: #fff;
}
.news_inner {
  width: 47%;
  margin: 0px auto;
}
.news_inner h2 {
  text-align: center;
}
.wp-post > div, .wp-post p {
  display: block;
  margin: 0.8em 0 1.5em;
  line-height: 1.8
}
.wp-post b, .wp-post strong {
  font-weight: 700
}
.wp-post em {
  font-style: italic
}
.wp-post td, .wp-post th {
  border: solid 1px #DADADA;
  padding: 0.5em
}
.wp-post .aligncenter {
  display: block;
  margin: 0 auto
}
.wp-post .alignright {
  float: right;
  padding-left: 3em !important;
  padding-right: 0 !important
}
.wp-post .alignleft {
  float: left;
  padding-left: 0 !important;
  padding-right: 3em !important
}
.wp-post .wp-caption {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em;
  max-width: 100% !important;
  border: solid 2px #CFCFCF
}
.wp-post .wp-caption .wp-caption-text {
  text-align: center
}
.wp-post h2 {
  margin-bottom: 1em;
  border-bottom: dashed 1px #7f7f7f;
  font-size: 2.4em;
  line-height: 1.5;
  font-weight: 700
}
.wp-post h3 {
  margin-bottom: .5em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 2
}
.wp-post h4 {
  margin-bottom: .5em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 2
}
.wp-post ol, .wp-post ul {
  margin: 0 0 0 0.5em
}
.wp-post ol li, .wp-post ul li {
  margin: 0 0 0.5em
}
.wp-post ul li {
  list-style-type: disc
}
.wp-post ol li {
  list-style-type: decimal
}
.wp-post img[class*='attachment-'], .wp-post img[class*='wp-image-'] {
  max-width: 100%;
  height: auto
}
.wp-post img.alignright, .wp-post img.alignleft {
  padding: 0 1em 2em
}
.wp-post blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px
}
.fs-c-checkout-multiDestination__info__list > li {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .wp-post .alignright, .wp-post .alignleft {
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  .wp-post img[class*='attachment-'], .wp-post img[class*='wp-image-'] {
    padding: 0 0 2em
  }
}
body.mceContentBody {
  font-family: "NotoSansCJKjp", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif"
}
.visual-editor {
  background: #FFF
}
.visual-editor div, .visual-editor p {
  display: block;
  margin: 0.8em 0;
  border: dashed 1px #DADADA;
  line-height: 1.5
}
.js-modal {
  position: relative
}
.js-modal .modal-bg {
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  position: fixed;
  top: -100vh;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5)
}
.js-modal .modal-bg .modal-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  z-index: 10;
  font-size: 3rem;
  width: 1.5em;
  line-height: 1.5em;
  text-align: center;
  cursor: pointer;
  color: #000;
  background: rgba(255, 255, 255, 0.5)
}
.js-modal .modal-content {
  position: absolute;
  top: 5%;
  left: 5%;
  padding: 2em 3.125%;
  z-index: 3;
  width: 90%;
  height: 90%;
  color: #000;
  overflow-y: scroll;
  cursor: auto;
  background: #FFF
}
.js-modal.open {
  z-index: 100
}
.js-modal.open .modal-bg {
  opacity: 1;
  top: 0;
  left: 0
}
.wp-rest {
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 300px;
  overflow-y: auto;
}
/* -------------------------------------------------------------------
Scroll to top
------------------------------------------------------------------- */
.scrollup {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}
.scrollup.show {
  display: block;
}
.scrollup {
  background: #000;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #fff;
  opacity: 0.6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 33px;
  transition: 0.3s;
}
.scrollup i {
  font-size: 30px;
  line-height: 34px;
}
.scrollup:hover, .scrollup:active {
  opacity: 1;
  color: #fff;
}
/* item_detail */
.fs-c-productThumbnail__image {
  flex-basis: 100px;
  min-width: 100px;
}
.fs-c-productThumbnail__image.is-active > img {
  border: 2px solid #eee;
}
.btnspinner {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.fs-c-productQuantityAndWishlist__quantity {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  grid: none;
  max-width: 100%;
}
.fs-c-productQuantityAndWishlist__quantity input {
  padding: 11px 0px 11px 11px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  width: auto;
  vertical-align: middle;
  /* デフォルトのスピナーを消す */
  -webkit-appearance: none;
  -moz-appearance: textfield;
  width: 57px;
  text-align: center;
}
.fs-c-productQuantity__quantity input {
  padding: 11px 0px 11px 11px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  width: auto;
  vertical-align: middle;
  /* デフォルトのスピナーを消す */
  -webkit-appearance: none;
  -moz-appearance: textfield;
  width: 57px;
  text-align: center;
}

.fs-c-productQuantity {
    text-align: left;
}
.fs-c-productQuantity__quantity  {
    display: -webkit-flex;
    display: flex;
    /* -webkit-justify-content: center; */
    /* justify-content: center; */
    -webkit-align-items: center;
    align-items: center;
    grid: none;
    max-width: 100%;
}

input[type="button"].btnspinner {
  padding: 0px 0px 0px 0px;
  width: 30px;
  margin: 0px 0px 0px 7px;
}
input[type="button"].btnspinner {
  cursor: pointer;
}
.fs-l-header__welcomeMsg.is-ready {
  padding: 10px 0px 0px 0px;
}
.fs-body-checkout .fs-l-main {
  /* background: #fff; */
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.fs-body-checkout .fs-l-main .fs-l-pageMain {
  max-width: 1216px;
  margin: 0px auto;
  /* background: #fff; */
}
.fs-c-checkout-preview {}
.fs-c-checkout-buyerInfo .fs-c-checkout-preview__title, .fs-c-checkout-deliveryInfo .fs-c-checkout-preview__title {
  background: #f1f1f1;
  border: 0;
  padding: 10px 0px 10px 0px;
}
.fs-c-checkout-multiDestination__subtitle {
  border: 0;
  background: #f1f1f1;
  padding: 10px 0px;
  margin: 0;
  text-align: center;
  font-size: 18px;
}
.fs-c-checkout-preview__title {
  font-size: 18px;
}
[class^="fs-body-checkout"] .fs-l-checkout__sideColumn .fs-c-checkout-preview {
  background: #000;
}
.fs-c-button--primary {
  background: #ab1f24;
  border: 0;
  padding: 20px 0px;
}
.fs-l-checkout__sideColumn .fs-c-checkout-preview__title {
  color: #fff;
}
.fs-l-checkout__sideColumn .fs-c-orderTotalTable {
  color: #fff;
}
.fs-c-checkout-customerInfo > li {
  font-size: 22px;
}
.fs-c-checkout-customerInfo > li.fs-c-checkout-customerInfo__name {
  font-size: 20px;
}
.fs-c-checkout-destination__list > li {
  font-size: 18px;
}
.fs-l-checkout__sideColumn .fs-c-price__currencyMark {
  color: #fff;
}
.fs-c-price__price .fs-c-price__currencyMark {
  /* padding: 18px 0px 0px 0px; */
}
.fs-c-checkout-paymentInfo__message {
  font-size: 16px;
}
.fs-c-radio__radioLabelText {
  font-size: 20px;
}
.fs-c-checkout-delivery__method__message {
  font-size: 16px;
}
.fs-c-pairList > *:nth-child(2) {
  font-size: 24px;
}
.fs-c-pairList > *:nth-child(4) {
  font-size: 24px;
}
.fs-c-checkout-paymentMethodList > li {}
.fs-c-pairList > *:nth-child(1) {
  font-size: 24px;
}
.fs-c-pairList > *:nth-child(3) {
  font-size: 24px;
}
.item_lineup_nav {}
.item_lineup_nav h4 {
  background: #eee;
  width: 80px;
  color: #000;
  padding: 5px;
  border-radius: 5px 5px 0px 0px;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.fs-c-productSelection__name label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.fs-c-dropdown__menu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.fs-client-cart-count {
  background: #900;
  display: inline;
  padding: 0px 6px;
  border-radius: 30px;
  color: #fff;
  position: absolute;
  top: -8px;
  right: -7px;
}
.full_main {
  max-width: 1170px;
  margin: 0px auto;
}
.topspotbanner {}
.topspotbanner ul {}
.topspotbanner ul li {
  list-style: none;
}
.topspotbanner ul li a {}


.trs {}
.trs .trsttl{
    text-align: center;
    padding: 40px 0px;
}
.trs .trsttl span{
    display: block;
    font-size: 14px;
}
.trs .trslg {
    display: flex;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
}
.trs .trslg li{
    width: 49%;
    list-style: none;
    padding: 0px 0px 30px 0px;
}
.trs .trslg li a{}
.trs .trslg li a img{}
.trs .trsred {
    background: #900;
    color: #fff;
    padding: 0px 5px;
    display: inline-block;
}
.trs .trsye {
    background: #FDCB22;
    color: #fff;
    padding: 0px 5px;
    display: inline-block;
}
.trs .trstxt {
    color: #000;
}
.trs .trsmd {
   display: flex;
   justify-content: space-between;
   padding: 40px 0px;
}
.trs .trsmd li{
   width: 32.3333%;
   list-style: none;
}
.trs .trsmd li a {}
.trs .trsmd li a img{}












.select_area {
  padding: 50px 0px;
}
.select_area ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  width: 1200px;
  margin: 0px auto;
}
.select_area ul li {
  list-style: none;
  width: 49%;
  margin: 0px 0px 15px 0px;
}
.recommend_banner {
  text-align: center;
  padding: 50px 0px 0px 0px;
}
.recommend_banner a {}
.recommend_banner_flex {
  text-align: center;
  padding: 20px 0px 0px 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 980px;
  margin: 0px auto;
  flex-wrap: wrap;
}
.recommend_banner_flex a {
    margin: 0px 0px 13px 0px;
}
.fs-p-scrollingCartButton {
  display: none;
}
.categorySubTitle {
  background-color: #222323;
  color: #fff;
  font-size: 114.3%;
  text-align: center;
  padding: 9px 0;
  clear: both;
  margin: 0
}
.scene_banner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0px;
  flex-wrap: wrap;
}
.scene_banner a {
  width: 49.5%;
  margin: 0px 0px 13px 0px;
}
.scene_banner a img {}
.fs_product_cart {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.hakariutispan {
  background: #000;
  color: #fff;
  padding: 6px;
  margin: 0px 5px 0px 0px;
}
.hakariuri_q {
  font-size: 20px;
}
.news_flex {
  display: -webkit-flex;
  display: flex;
  width: 1000px;
  margin: 0px auto;
}
.news_li {
  list-style: none;
}
.news_li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.rest_img {
  width: 100px;
}
.rest_img img {
  width: 100%;
}
.in {
  padding: 0px 0px 0px 20px;
  width: 350px;
}
.in p.list-cat {
  margin: 0;
  display: inline;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 2px;
}
.in p.list-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #000;
}
.in p.list-date {
  margin: 0;
  color: #ccc;
}
.fs-c-variationAndActions {
  /* border: 7px solid #eee; */
  position: relative;
}
.fs-c-variationLabel__label {
  background: #900;
  color: #fff;
  padding: 5px 10px;
  /* position: absolute; */
  /* left: -10px; */
  /* top: -10px; */
}
.fs-c-variationCart__variationName__name {
  color: #000;
  font-size: 20px;
}
.fs-c-variationCart--withImage > li {
  border-bottom: 1px dashed #ccc;
  padding: 0px 0px 8px 0px;
}
.fs-c-variationCart--withImage > li:last-child {
  border: 0;
}
.fs-c-checkout-delivery__body.fs-c-checkout-preview__body {
  position: relative;
}
.fs-c-checkout-delivery__button.fs-c-checkout-preview__button {
  position: absolute;
  bottom: 30px;
  right: 40px;
}
.fs-c-checkout-delivery__button .fs-c-button--standard {
  color: #fff;
  background: #900;
  font-size: 16px;
  border: 0;
}
.fs-c-button--change--small.fs-c-button--standard {
  color: #fff;
  background: #900;
  font-size: 16px;
  border: 0;
}
.fs-c-button--chooseDestination.fs-c-button--standard {
  color: #fff;
  background: #900;
  font-size: 16px;
  border: 0;
}
.fs-c-orderTotalTable__subtotal td {
  font-size: 20px;
}
.fs-c-orderTotalTable__postageFee td {
  font-size: 14px;
}
.fs-c-totalAndActions.fs-c-checkout-preview {
  top: 0;
  transition-duration: .6s;
}
.fs-c-totalAndActions.fs-c-checkout-preview.fixed {
  position: fixed;
  top: 80px;
  left: auto;
  z-index: 1;
  width: 469px;
}
.howto-sect {
  /* z-index: 162; */
  /* position: relative; */
}
.fs-c-productList__list {
  display: -webkit-flex;
  display: flex; /* -webkit-justify-content: space-between; */ /* justify-content: space-between; */ flex-wrap: wrap;
}
.fs-c-productList__list__item.fs-c-productListItem {
  width: 25%;
}
.fs-c-productName__name {
  font-size: 16px;
}
.fs-c-productName__copy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  line-height: 19px;
}
.fs-c-productListItem__image.fs-c-productImage a:hover {
  opacity: 0.6;
  display: block;
}
.fs-c-productListItem__productName.fs-c-productName a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.fs-c-productListItem__productName.fs-c-productName a {
  text-decoration: none;
  color: #000;
}
.recommend_item_area {
  background: #fff;
  padding: 0px 0px 100px 0px;
}
.fs-body-category .fs-c-productListCarousel {
  width: 100%;
}
.fs-c-productListCarousel {
  width: 1170px;
  margin: 0px auto;
}
.category_nav_area {}
/* 価格から探す */
.t-head {
  border-bottom: 1px solid #ddd;
  font-size: 3.0rem;
  text-align: center;
  padding: 100px 0px 20px 0px;
  width: 800px;

  margin: 0px auto 20px auto;
}
.t-thumb-head {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.t-thumb-head {
  display: block;
  font-size: 1.5rem;
  color: #948154;
}
.t-price-area {
  padding: 0px 0px 100px 0px;
  margin: 0px auto;
  background: #fff;
}
.t-price-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 1170px;
  margin: 0px auto;
}
.t-price-box li {
  list-style: none;
}
.t-price-item {
  width: 152px;
  height: 152px;
  margin-right: 16px;
  background: #FFF;
  border: 1px solid #ECE7DB;
  border-radius: 76px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.t-price-item:nth-child(2n) {
  background: #FAF9F5;
}
.t-price-item:hover {
  border-width: 3px;
}
.t-price-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 2.0rem;
  text-align: center;
}
.t-price-item a .yen {
  font-size: 1.5rem;
}
.t-price-item a .tilde {
  display: block;
  line-height: 1;
}
.f_bg {
  width: 100%;
  padding: 80px 0 40px;
}
.f_bg ul {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f_bg ul li {
  list-style: none;
  width: 32%;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #a99660 inset;
  box-shadow: 0 0 0 1px #a99660 inset;
  padding: 11px 3%;
  background: #fff;
  /* position: relative; */
  margin-bottom: 20px;
}
.f_bg ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.f_bg ul li dd {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.f_bg ul li dd p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.f_icon {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -37px;
  width: 74px;
  height: 74px;
}
.f_bg ul li dt {
  font-size: 130%;
  line-height: 150%;
  margin-bottom: 0;
  padding: 9px 0px 10px 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.calls {
  font-size: 180%;
  line-height: 1em;
  margin: 0;
}
.calls i {
  font-size: 18px;
  padding: 0px 6px 0px 0px;
  position: relative;
  bottom: 2px;
}
a.fax_download {
  border: 1px solid #eee;
  background: #000;
  color: #b99230;
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.f_bg ul li:nth-child(4), .f_bg ul li:nth-child(5) {
  width: 49%;
  margin-bottom: 0;
  font-size: 90%;
  padding-top: 3%;
}
.blown_btn a {
  display: block;
  background: #a99660;
  background-size: 9px 8px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 0;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 110%;
}
.noshi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.noshi p {
  width: 50%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.main_box {
  text-align: center;
  position: relative;
  background: #fff;
  padding: 180px 0px 50px 0px;
  margin: 0px auto;
  z-index: 1;
  top: -1px;
}
.main_box h1 {
  margin: 0 0 46px 30px;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  width: 830px;
  margin: 0px auto;
  z-index: 9999;
  /* color: #fff; */
  position: relative;
  text-shadow: 2px 0px 3px #fff, -2px 0px 3px #fff, 0px -2px 3px #fff, 0px 2px 3px #fff;
}
.main_box h2 {
  margin-right: 15px;
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 2.4;
  font-weight: bold;
  text-align: left;
  /* color: #fff; */
  width: 830px;
  margin: 0px auto;
  padding: 10px 0px 0px 0px;
  position: relative;
  z-index: 9999;
  text-shadow: 1px 1px 1px #fff;
}
.main_box_img01 {
  position: absolute;
  left: 0;
  top: 106px;
}
.main_box_img02 {
  position: absolute;
  left: 10%;
  right: -10%;
  top: -207px;
  z-index: 9;
  margin: 0px auto;
}
.f_link {
  background: #e6e1d3;
  padding: 40px 0;
}
.f_items {
  padding: 0;
}
.f_link > ul {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f_link li {
  list-style: none;
  font-size: 12px;
}
.f_link li a {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.f_link p {
  border-bottom: 5px solid #a99660;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.f_link > ul > li {
  width: 25%;
}
.f_link > ul > li:first-child {}
.address {}
.address h3 {
  margin: 0;
  padding: 0px 0px 7px 0px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.address .address_info {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.address .address_tel {
  margin: 0;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.address .address_tel span {
  font-size: 12px;
  padding: 0px 0px 0px 10px;
}
/* original */
.fs-l-pageMain {
  margin: 0px auto;
}
.fs-c-heading--page {
  border-bottom: 1px solid #111;
  color: #111;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 0 0 50px;
  padding: 30px 0px 30px 0px;
  text-align: center;
}
.mypage_linknav {
  width: 856px;
  margin: 0px auto;
  padding: 60px 0px 0px 0px;
}
.fs-c-inputInformation__field {
  max-width: 700px;
}
.fs-c-inputTable {
  border-spacing: 0;
  border-collapse: collapse;
  /* width: 617px; */
  margin: 0px auto;
}
.fs-c-inputTable > tbody > tr {
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  border-left: 1px solid #ccc;
  margin: 0;
  padding: 10px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 160px;
  background: #eee;
}
.fs-c-inputTable__headerCell {
  border-left: 1px solid #ccc;
  margin: 0;
  padding: 10px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 230px;
  background: #eee;
  font-size: 16px;
}
.fs-c-inputTable__dataCell {
  border-left: 1px solid #ccc;
  margin: 0;
  border-spacing: 0;
  width: 470px;
  padding: 0px 20px 0px 20px;
  background: #fff;
  font-size: 16px;
}
.fs-c-inputTable > tbody > tr + tr {
  margin: 0;
}
.fs-c-inputTable > tbody > tr:last-child {
  border-bottom: 1px solid #ccc;
}
.store_wrap {
  margin: 0px auto;
  width: 900px;
  padding: 100px 0px;
}
.store_wrap h2 {
  text-align: center;
  color: #948154;
  font-size: 24px;
}
.store_wrap h3 {
  text-align: center;
  color: #eee;
}
.store_wrap h4 {
  background-image: url(https://nikunoiijima.itembox.design/item/store_service_ttl.jpg?t=20208281617);
  padding: 10px;
  text-align: center;
  font-size: 20px;
}
.store_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.store_flex .center {
  text-align: center;
  width: 100%;
}
.store_flex.r {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.store_flex .store_img {
  width: 50%;
  padding: 3%;
}
.store_flex .store_detail {
  width: 50%;
}
.store_wrap p {
  color: #fff;
  font-size: 16px;
  line-height: 29px;
}
.store_wrap p span {
  font-size: 12px;
  display: block;
}
a.store_btn {
  display: block;
  background: #900;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  margin: 0px auto;
}
.fs-c-listedProductName__variation, .fs-c-listedProductName__selection {
  font-size: 12px;
}
.store_btn {}
.fs-body-cart .fs-l-cart__sideColumn {
  background: #fff;
}
.fs-c-cartTableContainer {
  background: #fff;
}
.fs-c-string.fs-c-string--label {
  font-size: 13px;
}
.fee_info {
  padding: 10px;
  background: rgba(255, 255, 255, 1);
  margin: 0px 0px 20px 0px;
}
.fee_info h3 {
  text-align: center;
  color: #e60012;
}
.fee_info p {
  text-align: center;
}
.fee_info a {
  text-align: center;
  display: block;
  border: 1px solid #ccc;
  width: 100px;
  margin: 0px auto;
}
.fs-c-checkout-multiDestinationList > li {
  background: #fff;
  padding: 0px 20px;
}
.fs-c-checkoutSuccess.fs-c-subSection {
  background: #fff;
  margin: 0;
  text-align: center;
  padding: 20px 0px;
}
.fs-c-checkoutSuccess.fs-c-subSection h2 {
  margin: 0;
  text-align: center;
}
.fs-p-announcement {
  background: #fff;
  margin: 0;
  text-align: center;
  padding: 40px 0px 40px 0px;
}
.fs-c-continueShopping {
  text-align: center;
  padding: 10px 0px 0px 0px;
}
.fs-c-list {
  text-align: left;
  width: 900px;
  margin: 0px auto;
  padding: 20px 0px 0px 0px;
}

.fs-body-about-returnPolicy .fs-l-main {
    background: #fff;
    position: relative;
    z-index: 1;
    margin: 0px auto;
    padding: 0;
    max-width: 100%;
}


.fs-body-about-returnPolicy .fs-c-panelContainer {
    margin: 0;
    width: 100%;
    min-width: auto;
}

.fs-c-panelContainer {
  width: 980px;
  margin: 0px auto 0px auto;
  min-width: auto;
}
@media screen and (max-width: 1787px) {
  .main_box {}
  .main_box h1 {
    width: 1000px;
  }
  .main_box h2 {
    width: 1000px;
  }
  .main_box_img02 {
    top: -193px;
    right: 0;
    left: inherit;
  }
  .main_box_img02 img {
    width: 1180px;
  }
}
@media screen and (max-width: 1440px) {
  .header .title {
    padding: 0px 0px 0px 30px;
  }
  .main_box {
    padding: 78px 0px;
  }
  .main_box h1 {
    width: 1200px;
  }
  .main_box h2 {
    width: 1200px;
  }
  .main_box_img02 {
    right: 0%;
    top: -29%;
    text-align: right;
  }
  .main_box_img02 img {
    width: 90%;
  }
  .hitachigyu_area {
    background-position: center 88%;
  }
}
@media screen and (max-width: 1250px) {
  .main_box {}
  .main_box h1 {
    width: 90%;
  }
  .main_box h2 {
    width: 90%;
  }
  .main_box_img02 {
    top: -119px;
  }
  .main_box_img02 img {
    width: 80%;
  }
}
@media screen and (max-width: 1150px) {
  .main_box {
    /* padding: 100px 0px 0px 0px; */
  }
  .main_box h1 {}
  .main_box h2 {}
  .main_box_img02 {}
  .main_box_img02 img {}
}
@media screen and (max-width: 1024px) {
  form .fs-c-productListItem__prices {
    float: right;
    text-align: right;
} 
  .fs-c-salesPeriod {
    clear:both;
  }
  .fs-c-panelContainer {
    width: 100%;
    margin: 20px auto 0px auto;
  }
  .header .shop-nav ul.shop_info {
    text-align: right;
    padding: 0px 30px 30px 0px;
  }
  .scrolled .header-nav {
    width: 800px;
  }
  .scrolled .header-nav-list-01 {
    width: 650px;
  }
  #header.scrolled .fixed_logo {
    left: -100px;
  }
  #header.scrolled .fixed_cart {
    right: -90px;
  }
  .scrolledspace .header-nav-list-01 > li.js-nav-fade-action-1:before {
    left: 217px;
  }
  .scrolled .header-nav-list-01 > li span{font-size: 12px;}
  .scrolledspace .header-nav-list-01 > li.js-nav-fade-action-2:before {
    left: 321px;
  }
  .scrolled  .header-nav-list-01 > li > span {
    color: #fff;
}
.scrolled  .header-nav-list-01 > li > a {
    color: #fff;
}
.scrolled .header-nav-list-01 > li > a {
    font-size: 12px;
}
  
  .scrolled .header-nav-list-01 > li.js-nav-fade-action-5:before {
    left: 461px;
}
  .scrolledspace .header-nav-list-01 > li.js-nav-fade-action-3:before {
    left: 593px;
  }
  .scrolledspace .header-nav-sub {
    width: 100vw;
    left: -11vw;
  }
  .scrolled .header-nav-sub-list {
    width: 100%;
  }
  .main_box {
    padding: 50px 20px;
  }
  .main_box h1 {
    font-size: 20px;
  }
  .main_box h2 {
    font-size: 14px;
  }
  .main_box_img02 {
    right: 0%;
    top: -27%;
  }
  .main_box_img02 img {
    width: 85%;
  }
  .select_area ul {
    width: 980px;
  }
  .select_area ul li {
    width: 49.6%;
  }
  .select_area ul li img {
    width: 100%;
  }
  .fs-c-productListCarousel {
    width: 100%;
  }
  .category_nav {
    width: 100%;
  }
  .hitachigyu_area .inner {
    width: 96%;
    padding: 100px 2% 100px 2%;
  }
  .hitachigyu_area .inner .inner_img {
    width: 30%;
  }
  .hitachigyu_area .inner .inner_text {
    width: 70%;
  }
  .hitachigyu_area .inner .inner_text img {
    width: 200px;
  }
  .premium_item {
    width: 100%;
  }
  .premium_item ul {
    padding: 0;
  }
  .premium_item ul li {
    width: 48%;
  }
  .t-price-box {
    width: 100%;
    padding: 0;
  }
  .f_bg ul {
    width: 94%;
    padding: 3%;
  }
  .f_link > ul {
    width: 94%;
    padding: 3%;
  }
  .info-wrap .info-block {
    padding: 0px 0px 0px 40px;
  }
  .f_link > ul > li {
    width: 20%;
  }
  .f_link > ul > li.calendar_area {
    width: 300px;
  }
  .info-wrap .inner {
    width: 100%;
  }
}
@media screen and (max-width:1024px) {
  .header-nav-list-01 > li.js-nav-fade-action-1:before {
    left: 22%;
  }
  .header-nav-list-01 > li.js-nav-fade-action-2:before {
    left: 40%;
  }
  .header-nav-list-01 > li.js-nav-fade-action-3:before {
    left: 80%;
  }
}
@media screen and (max-width: 900px) {
  aside {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  aside {
    display: none;
  }
  .header {
    min-width: 768px;
  }
  .header-nav-list-01 {
    width: 100%;
  }
  .header .title {
    font-size: 12px;
  }
  .header .shop-nav {
    width: 241px;
  }
  .header .shop-nav ul.user_nav {
    width: 100%;
  }
  .header .shop-nav ul.user_nav li:nth-child(1) {
    width: 69px;
  }
  .header .shop-nav ul.user_nav li:nth-child(2) {
    width: 71px;
  }
  .header .shop-nav ul.user_nav li:nth-child(3) {
    width: 67px;
  }
  .fs-p-welcomeMsg {
    text-align: right;
  }
  .fs-p-memberInfo.is-loggedIn--true {
    text-align: right;
    display: block;
  }
  .fs-p-memberInfo__points {
    text-align: right;
  }
  .header .shop-nav ul li a {
    font-size: 10px;
  }
  .main_box {
    padding: 43px 20px;
  }
  .main_box h1 {
    font-size: 18px;
  }
  .main_box h2 {
    font-size: 12px;
  }
  .main_box_img02 {
    right: 0%;
    top: -14%;
  }
  .main_box_img02 img {
    width: 70%;
  }
  .select_area ul {
    width: 100%;
  }
  .news_flex {
    width: 95%;
  }
  .store_area {
    width: 95%;
  }
  .service_inner {
    width: 100%;
  }
  .service_inner ul li:nth-child(1) {
    width: 19%;
  }
  .service_inner ul li:nth-child(2) {
    width: 19%;
  }
  .service_inner ul li:nth-child(3) {
    width: 19%;
  }
  .service_inner ul li:nth-child(4) {
    width: 19%;
  }
  .service_inner ul li:nth-child(5) {
    width: 19%;
  }
  .service_inner ul li:nth-child(6) {
    width: 49%;
  }
  .service_inner ul li:nth-child(7) {
    width: 49%;
  }
  .service_inner ul li:nth-child(8) {
    width: 49%;
  }
  .service_inner ul li:nth-child(9) {
    width: 49%;
  }
  .service_inner ul li:nth-child(1) a {
    width: 100%;
  }
  .service_inner ul li:nth-child(2) a {
    width: 100%;
  }
  .service_inner ul li:nth-child(3) a {
    width: 100%;
  }
  .service_inner ul li:nth-child(4) a {
    width: 100%;
  }
  .service_inner ul li:nth-child(5) a {
    width: 100%;
  }
  .service_inner ul li:nth-child(6) a {
    width: 100%;
    padding: 0;
  }
  .service_inner ul li:nth-child(7) a {
    width: 100%;
    padding: 0;
  }
  .service_inner ul li:nth-child(8) a {
    width: 100%;
    padding: 0;
  }
  .service_inner ul li:nth-child(9) a {
    width: 100%;
    padding: 0;
  }
  .header-nav-list-01 > li.js-nav-fade-action-1:before {
    left: 25%;
  }
  .header-nav-list-01 > li.js-nav-fade-action-2:before {
    left: 50%;
  }
  .header-nav-list-01 > li.js-nav-fade-action-3:before {
    left: 75%;
  }
  .fs-l-header__welcomeMsg.is-ready {
    padding: 10px 20px 0px 0px;
  }
  .t-price-item {
    width: 120px;
    height: 120px;
  }
  .t-price-item a {
    font-size: 16px;
  }
  .hitachigyu_area .inner .inner_text p {
    font-size: 14px;
    width: 82%;
  }
  #header.scrolled .fixed_logo {
    display: none;
  }
  #header.scrolled .fixed_cart {
    display: none;
  }
  .scrolled .header-nav-list-01 {
    width: 100%;
  }
  .scrolledspace .header-nav-list-01 > li.js-nav-fade-action-1:before {
    left: 22%;
  }
  .scrolledspace .header-nav-list-01 > li.js-nav-fade-action-2:before {
    left: 39%;
  }
    .scrolledspace .header-nav-list-01 > li.js-nav-fade-action-5:before {
    /* left: 60%; */
  }

  .scrolledspace .header-nav-list-01 > li.js-nav-fade-action-3:before {
    left: 80%;
  }
  .scrolled .header-nav {
    width: 100%;
  }
  .scrolledspace .header-nav-sub {
    width: 100vw;
    left: -9px;
  }
  .item_info_nav .header-nav-sub-list > li a {
    font-size: 10px;
  }
  .t-head {
    width: 100%;
  }
  .f_link > ul {
    flex-wrap: wrap;
  }
  .f_link > ul > li {
    width: 23%;
  }
  .f_link > ul > li.calendar_area {
    width: 260px;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
  }
  .info-wrap .nav-block .nav-list li {
    font-size: 10px;
  }
}
fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  background: #fff;
  border: 0;
  padding: 20px 20px 0px 20px;
}
.fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField {
  background: #fff;
  padding: 0px 20px 20px 20px;
}
.fs-c-productMainImage__expandButton {
  position: absolute;
  bottom: -8px;
  right: 0;
}
.fs-c-productImageModal__inner {}
.fs-c-productImageModal__close {
  left: 67%;
  top: 92px;
  font-size: 60px;
}
.fs-c-productImageModalCarousel__figure {
  padding: 70px 0px 0px 0px;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon {
  width: 32px;
}
.fs-c-button--particular {
  width: 174px;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon {
  width: 21px;
}
@media screen and (max-width: 1440px) {
  .fs-c-productImageModal__close {
    left: 73%;
  }
}
@media screen and (max-width: 1024px) {
  .fs-c-productImageModal__close {
    left: 90%;
  }
  .fs-c-productSelection__name {
    /* width: 20%; */
    /* text-align: left; */
  }
  .fs-c-productSelection__selection {
    width: 80%;
  }
  .fs-body-product .fs-l-pageMain {
    width: 100%;
  }
}
.fs-c-productListItem__control .fs-c-button--plain {
  display: block;
  background: #900;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
}
.fs-c-productListItem__control .fs-c-button--plain:hover {
  text-decoration: none;
}
.fs-c-productListItem__control .fs-c-button--particular {
  width: auto;
}
.fs-c-productListItem__prices {
  float: right;
}
.fs-body-search .fs-c-productListItem__prices.fs-c-productPrices {
  display: none;
}

.fs-c-productPrice {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.fs-c-productPrice__main {
  /* width: 100%; */
}
.fs-c-productListItem__control {
  clear: both;
}
.fs-c-cartTable__product .fs-c-cartTable__unitPrice .fs-c-productPrice {
  display: flex;
  width: 110px;
  margin: 0 0 0 auto;
}
.fs-c-cartTable__product .fs-c-cartTable__unitPrice .fs-c-productPrice__main {
  width: 67px;
}
.fs-c-cartTable__product .fs-c-cartTable__unitPrice .fs-c-price__value {
  font-size: 18px;
}
.fs-c-listedOptionPrice .fs-c-price__value {
  font-size: 18px;
}
.item_detail_area_inner {
  line-height: 0;
}
.item_detail_area_inner img {
  height: auto;
  line-height: 0;
  width: 900px;
}
.hamburg_ttl {
  line-height: 0;
}
.hamburg_sttl {
  background: #000;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 10px 0px;
}
.item_detail_area_inner p {
  text-align: center;
  font-size: 24px;
  line-height: normal;
}
.hamburg_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 50px 0px 0px 0px;
}
.hamburg_flex .col-8 {
  width: 67%;
  padding: 5%;
}
.hamburg_flex .col-4 {
  width: 30%;
}
.item_detail_area_inner .hamburg_flex p {
  font-size: 16px;
  text-align: left;
  line-height: normal;
}
.allergy {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  text-align: left;
  margin: 10px 0px 10px 0px;
  position: relative;
  line-height: normal;
}
.allergy span {
  position: absolute;
  top: -10px;
  z-index: 999;
  background: #000;
  color: #fff;
  padding: 0px 5px;
  font-size: 11px;
}
.fs-c-productImageModal {
  overflow: hidden;
}
.fs-c-productImageModalCarousel__track {
  width: 800px;
  margin: 0px auto;
  position: relative;
}
.fs-c-productMainImage {
  position: relative;
}
.fs-c-productMainImage .fs-c-button--plain {
  color: #000;
  background: rgba(255, 255, 255, 0.6);
}
.fs-c-button--plain:hover {
  text-decoration: none;
}
.fs-c-productMainImage .fs-c-button--plain:before {
  font-size: 52px;
  padding: 0px 0px 0px 4px;
}
.item_detail_option_link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.item_detail_option_link a {
  display: inline-block;
  border: 1px solid #ccc;
  line-height: 0;
  cursor: pointer;
  width: 116px;
}
.item_detail_option_link a img {}
.option_description {
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: none;
  max-width: 980px;
  max-height: 80%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: auto;
}
.option_description .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.option_description .modal-header .plainmodal-close {
  margin-top: -2px;
  float: right;
  font-size: 2.1rem;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.option_description .modal-header .plainmodal-close:hover {
  opacity: 0.5;
}
.option_description .modal-header > p {
  margin: 1% 0 0 0;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
.option_description .modal-title {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: inherit;
  margin: 0;
}
.option_description .modal-body {
  padding: 3%;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #333;
}
.option_description .modal-body > p {
  margin: 0 0 3%;
}
.option_description .modal-body > div {
  margin-bottom: 2%;
  overflow: hidden;
  padding-bottom: 2%;
}
.option_description .modal-body > div > p {
  margin: 2% 0 0;
}
.option_description img {
  float: none;
  margin: 1% auto 0;
  width: 40%;
  height: auto;
  display: block;
}
.option_description h3 {
  margin: 0;
  background: #efefef;
  padding: 1%;
}
.option_description .minus {
  color: #2980b9;
}
@media screen and (min-width: 768px) {
  #option_description_1 img {
    box-shadow: none;
  }
  #option_description_1 img.musu {
    width: 184px;
  }
  .option_description img {
    float: left;
    margin: 1% 1%;
    width: 123px;
    box-shadow: 0px 0px 6px #ccc;
  }
}
.option_description span.small {
  font-size: 1.2rem;
}
.option_description .btn-info {
  width: 74px;
  float: none;
  margin: 15px auto 10px;
  border: 0;
  padding: 4px 0;
  display: block;
}
.option_description .btn-info:hover {
  background: #474757;
}
@media only screen and (min-width: 768px) {
  .option_description .btn-info {
    float: right;
    margin: 0 10px 0 0;
  }
}
[class^="fs-body-checkout"] .fs-l-checkout {}
[class^="fs-body-checkout"] .fs-l-checkout__mainColumn {}
[class^="fs-body-checkout"] .fs-l-checkout__sideColumn {}
.fee_info {}
.fs-p-searchForm {
  padding: 0px 0px 20px 0px;
}
.fs-body-checkout-amazon .overlay {
  display: none !important;
}
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.btn_area {
  width: 600px;
  height: 390px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  z-index: 2;
}
.btn_area .ttl {
  font-weight: bold;
  background: #900;
  color: #fff;
  margin: 0;
}
.btn_area p {
  padding: 15px
}
.btn_area p a {
  display: block;
  margin: 23px auto 0px auto;
  background: #900;
  color: #fff;
  padding: 10px 0px;
  border: none;
}
.btn_area button {
  display: block;
  margin: 0 auto;
  background: #333;
  color: #fff;
  padding: 20px 40px;
  border: none
}
.btn_area button:hover {
  background: #777
}
.shop_list {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 100%;
  margin-bottom: 0px;
}
.shop_list .shop_list_ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop_list .shop_list_ul li {
  width: 50%;
}
.shop_list .shop_list_ul li:nth-child(1) a {
  background-image: url(https://nikunoiijima.itembox.design/item/link_restaurant.jpg?t=20200926111914);
}
.shop_list .shop_list_ul li:nth-child(2) a {
  background-image: url(https://nikunoiijima.itembox.design/item/link_deli.jpg?t=20200926111914);
}
.shop_list .shop_list_ul li:nth-child(3) a {
  background-image: url(https://nikunoiijima.itembox.design/item/link_sozai.jpg?t=20200926111914);
}
.shop_list .shop_list_ul li:nth-child(4) a {
  background-image: url(https://nikunoiijima.co.jp/store/wp-content/uploads/2020/02/ibarakitabeyoimage.jpg);
  background-position: 0% 60%;
}
.shop_list .shop_list_ul li a:after {
  transition: 0.5s;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.shop_list .shop_list_ul li a {
  color: #fff;
  display: block;
  position: relative;
  background-size: cover;
}
.shop_list .shop_list_ul li a:hover {
  color: #000;
  text-decoration: none;
}
.shop_list .shop_list_ul li a p {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0;
  padding: 50px 0px;
  font-size: 20px;
}
.shop_list .shop_list_ul li a p span {
  display: block;
  font-size: 12px;
}
.shop_list .shop_list_ul li a:hover p {
  /* -webkit-filter: brightness(0); */
  -moz-filter: brightness(0);
  -o-filter: brightness(0);
  -ms-filter: brightness(0);
  /* filter: brightness(0); */
}
.shop_list .shop_list_ul li a:hover:after {
  background: rgba(255, 255, 255, 0.8);
}
.shop_catalog {
  text-align: center;
  padding: 10px 0px;
  border: 3px solid #f1f1f1;
  font-size: 16px;
  margin: 0px 0px 40px 0px;
}
.shop_catalog_img {
  text-align: center;
  padding: 10px 0px;
  margin: 0px auto;
}
.shoulderCopy {
  text-align: center;
  font-size: 20px;
}
.f_card a {
  display: block;
  width: 130px;
  padding: 5px 0px;
  margin: 0px auto;
  border: 1px solid #ccc;
  color: #000;
}
.fs-c-productPrice__main {
    justify-content: flex-end;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    justify-content: flex-end;
}
.fs-c-price {}
.fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice {
  text-align: right;
  width: 100%;
  display: block;
  flex-wrap: inherit;
  align-items: inherit;
}
.scene_area {
  padding: 100px 0px;
  background: #f9f9f9;
}
.scene_area .scene_nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.scene_area .scene_nav div a {
  display: block;
  border: 1px solid #ccc;
  padding: 20px 60px;
  position: relative;
  transition: 0.3s;
  background-size: cover;
  text-decoration: none;
}
.scene_area .scene_nav div a:hover h2 {
  color: #000;
}
.scene_area .scene_nav div a:hover:before {
  opacity: 0;
}
.scene_area .scene_nav div a:before {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.scene_area .scene_nav div {
  margin: 10px;
}
.scene_area .scene_nav .baby_uchiiwai a {
  background-image: url(https://nikunoiijima.itembox.design/item/baby_utichiwai_image.jpg?t=20200928155733);
}
.scene_area .scene_nav .marriage_uchiiwai a {
  background-image: url(https://nikunoiijima.itembox.design/item/marriage_uchiiwai_image.jpg?t=20200928155733);
}
.scene_area .scene_nav .compe a {
  background-image: url(https://nikunoiijima.itembox.design/item/golfcompe_image.jpg?t=20200928155733);
}
.scene_area .scene_nav .hoji a {
  background-image: url(https://nikunoiijima.itembox.design/item/hoji_image.jpg?t=20200928155733);
}
.scene_area .scene_nav div a h2 {
  transition: 0.3s;
  color: #fff;
  position: relative;
  z-index: 2;
}
.heading {
  text-align: center;
  background: url(/ec/html/user_data/images/top/category_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 30px 0px;
  font-size: 24px;
  margin: 0;
}
.heading span {
  font-size: 14px;
  display: block;
}
.item_detail_top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0px 0px 20px 0px;
}
.item_detail_top a {
  display: block;
  max-width: 476px;
}
.item_detail_top a.large {
  display: block;
  width: 100%;
}

.item_detail_top a img {
  width: 100%;
}
.osechi_banner {
  padding: 0px 0px 40px 0px;
}
.osechi_banner img {
  width: 100%;
}
.rate_box {}
.rate_area {
  /* border: 1px solid #ccc; */
  /* background: #fff; */
  padding: 5px;
  margin: 0px 0px 0px 0px;
  /* float: right; */
  border-spacing: 0;
}
.rate_area th {
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 11px;
  border-spacing: 0;
}
.rate_area td {
  padding: 0;
  margin: 0;
  border-spacing: 0;
}
.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
  padding: 0;
  margin: 0;
  font-size: 11px;
}
.star5_rating:before, .star5_rating:after {
  content: '★★★★★';
}
.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; /* イエローカラー 自由に設定化 */
}
.star5_rating[data-rate="5"]:after {
  width: 100%;
} /* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
} /* 星4.5 */
.star5_rating[data-rate="4"]:after {
  width: 80%;
} /* 星4 */
.star5_rating[data-rate="3.5"]:after {
  width: 70%;
} /* 星3.5 */
.star5_rating[data-rate="3"]:after {
  width: 60%;
} /* 星3 */
.star5_rating[data-rate="2.5"]:after {
  width: 50%;
} /* 星2.5 */
.star5_rating[data-rate="2"]:after {
  width: 40%;
} /* 星2 */
.star5_rating[data-rate="1.5"]:after {
  width: 30%;
} /* 星1.5 */
.star5_rating[data-rate="1"]:after {
  width: 20%;
} /* 星1 */
.star5_rating[data-rate="0.5"]:after {
  width: 10%;
} /* 星0.5 */
.star5_rating[data-rate="0"]:after {
  width: 0%;
} /* 星0 */
.fs-body-customerDetails .fs-c-agreementConfirmation__message {
  color: #000;
}
.fs-body-customerDetails .fs-c-checkbox__label .fs-c-checkbox__labelText {
  color: #000;
}
.fs-c-agreementConfirmation__message {
  color: #fff;
}
.fs-c-inputField__field .fs-c-checkbox__label .fs-c-checkbox__labelText {
  color: #000;
}
.fs-c-checkout-checkoutMethod__body .fs-c-checkbox__label  .fs-c-checkbox__labelText {
  color: #000;
}
.fs-c-checkbox__label .fs-c-checkbox__labelText {
  color: #fff;
}
.fs-c-agreementConfirmation__addon {
  margin: 0;
}
#fs_orderTotalContainer .fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField {
  margin: 0;
  padding: 10px;
}
.serch_word {
  max-width: 660px;
  margin: 30px auto;
  padding: 10px 30px;
  border: 1px solid #ccc;
  background: #fff;
}
.serch_word h2 {
  font-size: 20px;
  padding: 20px 0px 0px 0px;
}
.serch_word p {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
input[type="text"]#option_4 {
  display: none;
}
.news_field {
  padding: 10px 0px;
  margin: 0px 0px 20px 0px;
  color: #ff7d6e;
  background: #ffebe9;
  border-top: solid 10px #ff7d6e;
}
.news_field h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #900;
}
.news_field p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
}
.fs-c-productListItem__notice {
  display: inline-grid;
  background: #900;
  color: #fff;
  border: 0;
  font-size: 20px;
}
.shop_side_link {
  position: fixed;
  right: 0;
  z-index: 999;
  bottom: 30%;
  width: 25px;
}
.shop_side_link a {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  line-height: 1.4;
  letter-spacing: .2em;
  padding: 10px 3px;
  text-decoration: none;
}
.shop_side_link a:nth-child(1) {
  background: #b60005;
  color: #fff;
}
.shop_side_link a:nth-child(2) {
  background: #000;
  color: #fff;
}
.banner_main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0px 0px 0px;
}
.yellowline {
  background: linear-gradient(transparent 70%, #ff99ab 70%);
}
.fs-c-checkout-confirmationList > dt {
  text-align: right;
}
.deliverytime {
  border: 1px solid #ccc;
  background: #fff;
  margin: 0px 0px 20px 0px;
}
.deliverytime h2 {
  text-align: center;
  padding: 5px 0px;
  margin: 0;
  background: #f0ead3;
  font-size: 15px;
  color: #350000;
}
.deliverytime h2 span {
  font-size: 12px;
}
.deliverytime p {
  padding: 0px 10px 10px 10px;
  line-height: 1;
}
.deliverytime p time {
  color: #900;
  font-size: 18px;
}
.fs-l-cart .deliverytime {
  text-align: center;
}
.fs-l-cart .deliverytime p span br {
  display: none;
}
.deliverytime p span {
  font-size: 10px;
  line-height: 10px;
}
.deliverytime a {
  display: block;
  background: #f1f1f1;
  color: #333;
  padding: 5px;
  width: 137px;
  box-sizing: border-box;
  margin: 7px auto 0px auto;
}
.bestranking {}
.bestranking .slick-slide {}
.bestranking .slick-slide:nth-child(1) a:before {
  background-image: url(https://nikunoiijima.itembox.design/item/rank1.svg);
}
.bestranking .slick-slide:nth-child(2) a:before {
  background-image: url(https://nikunoiijima.itembox.design/item/rank2.svg);
}
.bestranking .slick-slide:nth-child(3) a:before {
  background-image: url(https://nikunoiijima.itembox.design/item/rank3.svg);
}
.bestranking .slick-slide:nth-child(4) a:before {
  background-image: url(https://nikunoiijima.itembox.design/item/rank4.svg);
}
.bestranking .slick-slide:nth-child(5) a:before {
  background-image: url(https://nikunoiijima.itembox.design/item/rank5.svg);
}
.bestranking .fs-c-productImage a {
  position: relative;
  display: block;
  padding: 20px 0px 0px 0px;
}
.bestranking .fs-c-productImage a:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  width: 55px;
  height: 47px;
  background-size: cover;
  z-index: 10;
  margin: auto;
}
.fs-c-productMainImage__image {
  height: auto;
  align-items: flex-start;
}
.fs-c-productMainImage__image img {
  flex-shrink: 0;
  width: 100%;
}
.fs-c-productOption__name {
  font-size: 16px;
}
.hcproduct {
  padding: 100px 0px;
}
.hcproduct .hc_ttlimg {
  max-width: 300px;
  margin: 0px auto;
}
.hcproduct .flex.flexcenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 50px 0px;
}
.hcproduct .flex.flexcenter img {
  padding: 0px 20px;
}
.hcproduct .flex.flexcenter p {
  font-size: 16px;
  line-height: 31px;
  padding: 0px 20px;
}
.sttl_area {
  padding: 0px 0px 0px 0px;
}
.sttl_area h3 {
  text-align: center;
  font-size: 28px;
  position: relative;
  padding: 0px 0px 30px 0px;
}
.sttl_area h3:after {
  content: "";
  width: 200px;
  position: absolute;
  height: 1px;
  border-bottom: 1px solid #ccc;
  margin: 0px auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.sttl_area p {
  margin: 0px auto;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  padding: 0px 0px 50px 0px;
}
.sttl_area img {}
.hitachinokuniginsenmi {
  max-width: 670px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  margin: 60px auto;
}
.hitachinokuniginsenmi h3 {
  max-width: 400px;
  margin: 0px auto;
}
.hitachinokuniginsenmi p {
  text-align: center;
  font-size: 16px;
  padding: 30px 0px 0px 0px;
  line-height: 26px;
}
.spec_table {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  background: #eee;
  padding: 40px 0px;
}
.spec_table h2 {
  text-align: center;
  border-top: 1px solid #777;
  padding: 20px 0px 0px 0px;
  max-width: 900px;
  width: 100%;
  display: block;
  margin: 0px auto;
}
.spec_table p {
  border-bottom: 1px solid #777;
  padding-bottom: 20px;
  font-size: 10px;
  max-width: 900px;
  width: 100%;
  display: block;
  margin: 0px auto 20px auto;
}
.spec_table dl {
  display: block;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0px 0px 0px 0px;
}
.spec_table dl dt {
  width: 100px;
  border: 1px solid #ccc;
  padding: 10px;
  background: #eee;
}
.spec_table dl dd {
  width: 290px;
  border: 1px solid #ccc;
  margin: 0;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
}
.spec_table .curry_allergy {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px;
  margin: 10px auto 0px auto;
  background: #fff;
  text-align: left;
}
.wcurry_area {
    padding: 90px 0px 10px 0px;
}
.wcurry_area .wcttl {}
.wcurry_area .wcttl h4 {
    text-align: center;
    font-size: 24px;

    padding: 0px 0px 20px 0px;
    margin: 0;
}
.wcurry_area .wcttl h4 span {
    color: #bca475;
}
.wcurry_area .wcttl h3 {
    text-align: center;
    font-size: 32px;
    padding: 0;
    margin: 0;
    letter-spacing: 10px;
}
.wcurry_area .wcttl h3 span {
    color: #c30d23;
}

.curryumami {}
.curryumami h3{
text-align: center;
}
.curryumami div{
    padding: 30px 0px;
}
.curryumami div h4{text-align: center;font-size: 36px;padding: 0;margin: 0;color: #bca475;}
.curryumami div p{
    font-size: 18px;
    max-width: 450px;
    margin: 0px auto;
}

.netlimitedtext {
    border: 1px solid #ccc;
    padding: 5px;
}
.netlimitedbtn {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: 0;
    text-align: center;
    font-size: 16px;
}

.nenmatsuinfo {
    background: #1877f2;
    color: #fff;
    text-align: center;
    padding: 5px 0px 5px 0px;
}
.giftcardinfo {
    background: #f1f1f1;
    color: #000;
    text-align: left;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
}


.fs-p-messageBoard__heading {
  color: #e60012;
  font-size: 14px;
  }


.hidden_box {
    margin: 10px auto;
    padding: 0px 0px 0px 0px;
    background: #fff;
    text-align: center;
    /* position: relative; */
    /* z-index: 2; */
    max-width: 980px;
}


.hidden_box label {
    padding: 5px 15px;
    font-weight: bold;
    border: solid 2px #e60012;
    cursor :pointer;
    text-align: center;
    color: #e60012;
    width: 100%;
    display: inline-block;
}


.hidden_box label:hover {
    background: #efefef;
}


.hidden_box input {
    display: none;
}


.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}


.hidden_box input#label1:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_box input#label2:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_box input#label3:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_box input#label4:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_box input#label5:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_box input#label6:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_box input#label7:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.catalogarea {padding: 40px 0px 0px 0px;}

.catalogarea .fs-c-productListCarousel {
  width: 100%;
}
.furusatobanner {
    margin-left: auto;
}


.icon {
	font-size: calc(12em / 13);
	color: #4a657e;
	line-height: 1.0;
	margin-bottom: 15px;
}
.icon span {
	border: 1px solid #4a657e;
	border-radius: 5px;
	padding: 4px 8px;
	margin-right: 5px;
	margin-bottom: 4px;
}
.fs-p-productDescription.fs-p-productDescription--full {}
.fs-p-productDescription.fs-p-productDescription--full p{
    font-weight: normal;
}
.fs-p-productDescription.fs-p-productDescription--full p strong{
    background: linear-gradient(transparent 95%, #000 95%);
    font-weight: bold;
}
.blogPageArticle img{

height:auto;
}


.tblParts table{
  width: 100%;
  font-size: 13px;
  text-align: center;
  border-collapse: collapse;
}
.tblParts td{
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
	border-spacing: 0;
}
.tblParts  td.txtParts {
  padding: 10px;
	text-align: left;
	line-height:1.4;
}
.tblParts .ttTd01, .tblParts .ttTd02 {
    width: 80px;
    height: 105px;
    background: #c4c4c4;
    line-height: 1.2;
}

.tblParts .ttParts {
  background: #f1efed;
}

#headnav {
    padding: 0px 0px;
    position: fixed;
    z-index: 9999;
    background-image: url(https://nikunoiijima.itembox.design/item/background_image.png);
    width: 100%;
    transition: 0.3s;
    top: 0;
    }

.scrolledspace #headnav {background: #fff;}

.headnavf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 20px;
}
.hnlogo {
    display: flex;
    align-items: center;
}
.hnlogo a{
    display: block;
    width: 102px;
}
.hnlogo a img{}
.hnttl {
    padding: 0px 40px;
}

#headnav .header-nav-list-01 > li {
  position:relative;
}
#headnav .header-nav-list-01 > li a{
  color:#9e7925;
}


#headnav .header-nav-sub-list {
  position: relative;
  min-height: auto;
  line-height: 1.2;
  padding: 20px 10px;
  width: 115%;
  background: #000;
  border-radius: 20px;
  box-sizing: border-box;
  border: 0;
}
#headnav .header-nav-sub {
    padding: 0;
    left: 0;
}
#headnav .header-nav-sub:before {
    display: block;
    content: '';
    position: absolute;
    top: -8px;
    left: 54px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 8px 6.5px;
    border-color: transparent transparent #1a1a41 transparent;
    background: none;
}
#headnav .header-nav-sub-list > li {
    list-style: none;
    text-align: left;
    width: 100%;
    display: block;
    padding: 0;
}
#headnav .header-nav-sub-list > li a {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    background: none;
    border-bottom: 1px dotted #fff;
    font-size: 14px;
}

#headnav .header-nav-list-01 .header-nav-sub-list > li > a > i {
    font-size: 12px;
    display: inline-block;
    padding: 0px 6px 0px 0px;
}


.hntopnav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}
.hntopnav li{
    list-style: none;
    padding: 0px 10px;
    position: relative;
}
.hntopnav li a{
   font-size: 14px;
   text-decoration: none;
   color: #000;
}
.hntopnav .fs-client-cart-count {
    top: 7px;
    right: 20px;
}

.hntopnav li a.crtbtn{
   display: block;
   background: #9e7925;
   color: #fff;
   text-align: center;
   width: 140px;
   padding: 10px 0;
   line-height: 1.2;
   border-radius: 30px;
   border: 1px solid #9e7925;
   box-sizing: border-box;
}


.hntopnav li .login_out a{
   display: block;
   color: #9e7925;
   text-align: center;
   width: 140px;
   padding: 10px 0;
   line-height: 1.2;
   border-radius: 30px;
   border: 1px solid #9e7925;
   box-sizing: border-box;
}

  #headnav .header-nav-list-01 > li.js-nav-fade-action-1:before{
    display: none;
}

   #headnav .header-nav-list-01 > li.js-nav-fade-action-2:before {
    display: none;
  }
   #headnav .header-nav-list-01 > li.js-nav-fade-action-3:before {
        display: none;
  }

.shopnav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0px;
}
.shopnav .fs-l-header__welcomeMsg.is-ready {
    display: flex;
    padding: 0;
    font-size: 12px;
    align-items: center;
}
.shopnav .shopinfo {
    display: flex;
    padding: 0;
    margin: 0;
}
.shopnav .shopinfo li{
    list-style: none;
    display: flex;
    align-items: center;
}
.shopnav .shoptel {
    font-size: 21px;
    
}
.shopnav .shoptel a{
  color: #000;
}
.shopnav .shoptel a i{font-size: 14px;padding: 0px 3px 0px 0px;}
.shopnav .shoptime {
    font-size: 10px;
}

.scrolledspace .hnlogo a {
    width: 70px;
}
.scrolledspace .hntopnav li a {
    font-size: 12px;
    padding: 5px 0px;
    width: 120px;
}

.scrolledspace .header-nav-list-01 > li > span {
  font-size: 14px;
  padding: 0;
}
.scrolledspace .shopnav .fs-l-header__welcomeMsg.is-ready {
    font-size: 10px;
}
.scrolledspace .fs-p-memberInfo__points {
    font-size: 10px;
}
.scrolledspace .shopnav {
  padding:0;
}
@media screen and (max-width:1470px) {
  .hnttl {
    display:none;
  }

.hntopnav li a {
  font-size: 12px;
}
.hntopnav li .login_out a {
    width: 100px;
}

.hntopnav li a.crtbtn {
    width: 120px;
}
.header-nav-list-01 {
    width: 100%;
}  
}
@media screen and (max-width:768px) {
  .header-nav-list-01 > li > span {
    font-size: 14px;
}
  .header-nav {
    min-width: auto;
}
  .hnlogo a {
    width: 60px;
}
    #headnav .header-nav-list-01 .header-nav-sub-list > li > a > i{
    font-size: 10px;
    }
  #headnav .header-nav-sub-list > li a {
    font-size: 14px;
    padding: 10px 5px;
}
  .scrolledspace .hnlogo a {
     width: 60px;
  }
  
}
.reilink {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  color: #fff !important;
  background-color: #eb6100;
}
.bunreilinkbtn .reilink {
    width: 100%;
    display: block;
    font-size: 14px;
    background: #4169e1;
}


.tcs {
  background-color: rgba(255,255,0,0.1);
  padding: 20px;
}

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

.tcsttl {
  font-size: 2em;
  color: #333;
  text-align: center;
}
.tcsttl span{font-size: 14px;display: block;}

.tcb {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 50px 0px;
  align-items: center;
}

.tcbimg {
  width: 40%;
}

.tcbtxt {
  width: 60%;
  padding: 20px;
  box-sizing: border-box;
}
.tcbtxt h3{font-size: 18px;}
.tcbtxt p{
}

.right {
  text-align: right;
}

.tcbtxt .bt-bk {
  color: #fff !important;
  background-color: #000;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.infosection {
  width: 1170px;
  margin: 0 auto;
  padding: 50px 0px;
}



.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail {
  display:none;
}
.fs-body-category-giftcard .szprice {
    display: none;
}
.fs-body-product-giftcard .szprice {
    display: none;
}
.fs-body-product-giftcard5000 .szprice {
    display: none;
}

.fs-body-product-giftcard10000 .szprice {
    display: none;
}
.fs-l-product2 .fs-l-productLayout .szprice {line-height: 18px;text-align: right;margin: 0;}
.fs-c-productListCarousel__list__item .szprice {
    margin: 0;
}
.szp_txt {padding: 0;margin: 0;text-align: right;line-height: 1;}
.szp_txt span{font-size: 30px;color: #e60012;margin: 0;}

.fs-body-category-giftcard .skprice .skp_txt{
    font-size: 16px;
}
.fs-body-product-giftcard .skprice .skp_txt span{
    font-size: 20px;
}

.skprice {text-align: right;margin: 0;}
.skp_txt {padding: 0;margin: 0;font-size: 10px;}

.skp_txt span{font-size: 16px;color: #e60012;}
.scrolledspace .infohead {
    display: none;
}
.infohead2 a{
      text-align: center;
    color: #fff;
    display: block;
    background: #fbb03b;

}
.infohead2 a:hover{opacity: 0.4;}
.infohead a{
    text-align: center;
    color: #fff;
    display: block;
    background: #900;
}
.infohead a:hover{opacity: 0.4;}
/*----------------------------------------
c-data-table
----------------------------------------*/
.c-data-table {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .c-data-table {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-data-table__row {
  padding: 35px 60px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .c-data-table__row {
    padding: 20px;
  }
}

.c-data-table__row:nth-child(odd) {
  background: #f5f5f5;
}

.c-data-table__ttl {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  .header-nav-list-01 > li > span {
    font-size: 1.3rem;
}
  .headnavf {
    padding: 0 10px;
}
}


@media screen and (max-width: 767px) {
  .c-data-table__ttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-data-table__desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-data-table__desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-data-table__desc a:not([class]) {
  color: #25282d;
  text-decoration: underline;
}

.c-data-table__desc a:not([class]):hover {
  color: #bdb76b;
}

.iijimabanner {
    max-width: 980px;
    margin: 0px auto;
}
.iijimabanner a{
    display: block;
}
.iijimabanner img{}

.hosoaten {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 20px; 
    margin: 20px 0; 
    font-family: Arial, sans-serif; 
}

.hosoaten h3 {
    color: #dc3545;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
}

.hosoaten p {
    color: #212529;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
}

.fs-c-mark--coolDelivery {
    border: 1px solid #3ea8ff !important;
    background: none !important;
    color: #3ea8ff !important;
}
.fs-c-mark--coolDeliveryAvailable {
    background: #30b56f !important;
 
}
.servicelist {}
.servicelist a{}
.servicelist a img{}
.linebanner {}
.fs-c-time {
    color: #e60012;
    font-size: 1.6rem;
}
.fs-c-checkout-shippingParcel__productName{}
.fs-c-checkout-shippingParcel__listedOptionPrice  {}
.fs-c-checkout-shippingParcel__productInfo {
    display: block;
}
.fs-c-checkout-shippingParcel__unitPrice {}
.fs-c-checkout-shippingParcel__quantity {
    text-align: right;
}
.fs-c-price__price {
    align-items: baseline;
}
.fs-c-fsLogin.fs-c-inputInformation input{ padding:10px;}
/* pc tablet original */

