ul {
 padding: 0;
 margin: 0;
 list-style: none;
}

body {
  background: url(https://koyosuisan.itembox.design/item/common/haikei.jpg);
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  body {
    overflow-x: auto;
  }
}
.container {
 max-width: 1200px;
 margin: auto;
}
.login.is-loggedIn--true,
.logout.is-loggedIn--false {
 display: none;
}
.logout.is-loggedIn--true,
.login.is-loggedIn--false {
 display: block;
}
.flexblock {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.flexblock > * {
 -webkit-box-flex: 0;
     -ms-flex: 0 0 auto;
         flex: 0 0 auto;
}

/* HEADER */
.fs-l-header {padding: 0;}

.layout-header {
  -webkit-box-shadow: 2px 0 7px rgba(0,0,0,.15);
          box-shadow: 2px 0 7px rgba(0,0,0,.15);
  margin-bottom: 30px;
}

.header01 {
  background: #0a3980;
}
.header02 {
  background: #fff;
}

.header01 .flexblock {
  padding: 19px 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header-rakuten {
  position: absolute;
  z-index: 10;
  top: 42px;
  left: -93px;
pointer-events:none;
}
.header01 h1 {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin: 0;
}

.header-user {
  background: #fff;
  position: absolute;
  bottom: -3px;
  right: 0px;
}

.header-user ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px 30px 0;
  margin: 0;
}

.header-user ul li {
  margin-left: 25px;
  font-size: 12px;
}
.header-user ul li:first-child {
  margin-left: 0;
}

.header-user ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.header-user ul li a.logout.is-loggedIn--true,
.header-user ul li a.login.is-loggedIn--false {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.header-user ul li a img {
  margin-right: 10px;
}
.header02 .flexblock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header02 > .flexblock {
  padding: 30px 0px 20px 200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-contact {
  width: 720px;
  -ms-flex-preferred-size: 720px;
      flex-basis: 720px;
}

.header-contact span {
  font-size 14px;
}

.header-contact span:first-child {
  font-weight: bold;
}

.header-buttons {
  margin-top: 10px;
}
.header-tel {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 45px;
  text-align: right;
}
.header-tel p {
  font-size: 30px;
  font-weight: bold;
  display: block;
  color: #000;
  margin: 0;
}

.header-tel p img {
  max-height: 28px;
  width: auto;
}

.header-deli {
    width: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #a56622;
    color: #a56622;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}

.header-fax {
    width: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #cc0000;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 1px 3px 0 #ccc;
    box-shadow: 1px 3px 0 #ccc;
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
}

.header-fax:hover {
  -webkit-transition: .3s all;
  transition: .3s all;
  text-decoration: none;
  color: #fff;
  opacity: .7;
}

.header-fax img {
width: 19px;
    margin: 0 7px;
}

a.header-fax i {
    font-size: 16px;
    margin: 0 7px;
}

.header-gnav {
  background: url(https://koyosuisan.itembox.design/item/common/bgr_menu.jpg);
}

.header-gnav ul {
  padding-left: 180px;
  padding-right: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-gnav li {
  width: auto;
}

.header-gnav li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  padding: 10px 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.header-gnav li a:hover,
.header-gnav li a:active,
.header-gnav li a:focus {
  -webkit-transition: .3s all;
  transition: .3s all;
  opacity: .7;
  text-decoration: none;
}

.header-gnav li a .gnav_icon {
  margin-right: 20px;height: 40px;
}

/* CONTENT */
.news-block {
  background: #fff;
  -webkit-box-shadow: 2px 0 7px rgba(0,0,0,.15);
          box-shadow: 2px 0 7px rgba(0,0,0,.15);
  padding: 20px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.news-block h2 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding-right: 25px;
  border-right: 1px solid #000;
  margin-right: 30px;
}

.news-block li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.news-block li:nth-child(2) {
 margin-top:10px;
}
.news-block li p {
  margin: 0;
}

.news-block li time {
  display: block;
  margin-right: 20px;
}

.news-block li a {
  display: block;
  margin-left: 20px;
  text-decoration: underline;
  color: #000;
}

.layout-content {
  background: #fff;
  -webkit-box-shadow: 2px 0 7px rgba(0,0,0,.15);
          box-shadow: 2px 0 7px rgba(0,0,0,.15);
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-content {
  background: #fff url(https://koyosuisan.itembox.design/item/common/ikura.png) no-repeat top -40px right;
}

.layout-side {
  width: 270px;
}

.layout-main {
  width: 800px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-left: 25px;
}

.mainTitle {
  font-size: 25px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  margin: 0 0 25px;
}
.mainTitle:not(:first-of-type) {
  margin-top: 70px;
}
.sideTitle {
  font-size: 25px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 30px;
  margin: 0;
}

.simple-btn {
  display: block;
  border: 1px solid #000;
  color: #000 !important;
  border-radius: 5px;
  -webkit-transition: .3s all;
  transition: .3s all;
}
.simple-btn:hover,
.simple-btn:active,
.simple-btn:focus {
  text-decoration: none;
  background: #f2f2f2;
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #000 !important;
}

.user_welcome {
  padding: 40px 15px 30px;
  -webkit-box-shadow: 2px 0 7px rgba(0,0,0,.15);
          box-shadow: 2px 0 7px rgba(0,0,0,.15);
  margin-bottom: 30px;
}

.user_welcome p {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #000;
  display: block;
  position: relative;
}

.user_welcome .member-name {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.user_welcome .member-point {
  margin-bottom: 30px;
}
.user_welcome .member-point span {
  color: #cc0000;
}
.user_welcome .member-point span b:empty::before {content: "0";}
.user_welcome .member-name::after {
  content: "";
  width: 95px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.myaccount-buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.myaccount-buttons.logout.is-loggedIn--true, .myaccount-buttons.login.is-loggedIn--false {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.myaccount-buttons a {
  width: 115px;
  height: 42px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
}

.side-banners {
  margin-bottom: 40px;
}

.side-banners > * {
  margin-bottom: 10px;
  display: block;
}

.side-banners img {
  -webkit-box-shadow: 1px 3px 0 #ccc;
          box-shadow: 1px 3px 0 #ccc;
}

.side-category a {
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.side-category a:hover,
.side-category a:active,
.side-category a:focus {
  text-decoration: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  opacity: .7;
}

.side-category a .gnav_icon {
  margin-right: 20px;
}

.side-buttons {
  margin: 55px 0 50px;
}

.side-buttons a {
  height: 60px;
  line-height: 58px;
  padding: 0 25px;
  position: relative;
  margin-bottom: 20px;
}

.side-buttons a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  line-height: 60px;
  top: 0;
}

.side-greet {
  padding: 30px 15px 200px;
  background: url(https://koyosuisan.itembox.design/item/common/s_01.jpg) no-repeat bottom center;
  -webkit-box-shadow: 2px 0 7px rgba(0,0,0,.15);
          box-shadow: 2px 0 7px rgba(0,0,0,.15);
  font-size: 12px;
  border-radius: 5px;
}

.side-greet h3 {
  font-weight: bold;
  font-size: 15px;
}

.side-links {
  margin-top: 40px;
}

.side-links a {
  display: block;
  height: 50px;
  line-height: 50px;
  -webkit-transition: .3s all;
  transition: .3s all;
  padding: 0 20px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.side-links a:hover,
.side-links a:active,
.side-links a:focus {
  -webkit-transition: .3s all;
  transition: .3s all;
  background: #f2f2f2;
  text-decoration: none;
}
.desc {
  margin-bottom: 50px;
}
.desc-stroke {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
}

.itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
.itemList img {
 height: auto;
}

.itemList--2 .itemList__unit {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 30px;
}

.itemList--2 .itemList__unit:nth-child(2n) {
  margin-right: 0;
}
.itemList--2 .itemList__unit:nth-child(n+3) {
  margin-top: 30px;
}

.itemList--3 .itemList__unit {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}

.itemList--3 .itemList__unit:nth-child(3n) {
  margin-right: 0;
}
.itemList--3 .itemList__unit:nth-child(n+4) {
  margin-top: 30px;
}

.itemList--4 .itemList__unit {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}

.itemList--4 .itemList__unit:nth-child(4n) {
  margin-right: 0;
}
.itemList--4 .itemList__unit:nth-child(n+5) {
  margin-top: 30px;
}

.itemList__unit .itemName {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 12px;
}

.itemList__unit .itemPrice {
  font-size: 12px;
  margin: 0;
  font-weight: bold;
}

.moreBtn {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff !important;
  background: #cc0000;
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 3px 0 #ccc;
          box-shadow: 1px 3px 0 #ccc;
  -webkit-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
  font-weight: bold;
  margin: 50px auto 70px;
}
.moreBtn:hover {
  text-decoration: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  opacity: .7;
}

.rankingList li {
  position: relative;
}

.rankingList li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 11;
}

.rankingList li:nth-child(1)::before {
  background: url(https://koyosuisan.itembox.design/item/common/no01.jpg) no-repeat top left;
}
.rankingList li:nth-child(2)::before {
  background: url(https://koyosuisan.itembox.design/item/common/no02.jpg) no-repeat top left;
}
.rankingList li:nth-child(3)::before {
  background: url(https://koyosuisan.itembox.design/item/common/no03.jpg) no-repeat top left;
}
.rankingList li:nth-child(4)::before {
  background: url(https://koyosuisan.itembox.design/item/common/no04.jpg) no-repeat top left;
}

.info-section li {
  margin-bottom: 20px;
}

.info-section time {
  display: block;
  margin-right: 1em;
}

/* FOOTER */
.layout-footer {
  background: #0a3980;
  padding: 65px 0;
  color: #fff;
}

.fnav-sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.fnav-sns li {
  margin: 0 25px;
}

.fnav-sns a {
  -webkit-transition: .3s all;
  transition: .3s all;
  display: block;
}

.fnav-sns a:hover {
  -webkit-transition: .3s all;
  transition: .3s all;
  opacity: .7s;
}

.fnav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.fnav a {
  padding: 0 20px;
  border-right: 1px solid #fff;
  color: #fff;
}

.fnav li:last-child a {
  border: none;
}

.copy {
  text-align: center;
  font-size: 12px;
}

.fs-c-breadcrumb {
 width: 1200px;
 margin: 80px auto 30px auto;
 background: #fff;
 -webkit-box-shadow: 2px 0 7px rgba(0,0,0,.15);
         box-shadow: 2px 0 7px rgba(0,0,0,.15);
 padding: 20px 50px;
}

.fs-c-breadcrumb + .fs-c-breadcrumb {
 margin-top: 30px;
}
.fs-c-breadcrumb + .fs-c-breadcrumb .fs-c-breadcrumb__list--subgroup:nth-child(n + 4) {
 display: none;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border: 1px solid;
    border-color: #565656 #565656 transparent transparent;
    -webkit-transform: rotate(45deg) translateY(-2px);
            transform: rotate(45deg) translateY(-2px);
    margin: 0 8px 0 3px;
}
.fs-c-breadcrumb__list {
 padding: 0;
}

.fs-c-heading--page {
  font-size: 25px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
border-bottom: 1px solid #000;
}

.fs-c-button--primary {
 padding: 20px 10px;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
 color: #cc0000;
 margin: 0;
}

.fs-c-button--removeFromWishList--detail .fs-c-button__label,
.fs-c-button--addToWishList--detail .fs-c-button__label {
 font-size: 10px;
margin-right: 3px;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-c-button--removeFromWishList--detail::after {
 margin: 0;
}


.fs-c-sortItems__list__item.is-active {
 background: #f2f2f2;
color: #000;
}

.fs-c-productList__list__item {
 border-bottom: none;
}

.fs-c-productListItem__viewMoreImageButton {
 display: none;
}
.fs-c-wishlistProduct__header {
 margin-top: 50px;
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin: 0 0 25px;
}

/* 202012 */
.top_banners {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 70px;
}
.top_banners ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
justify-content: flex-start;
}
.top_banners li:first-child {
  width: 100%;
  margin-bottom: 1%;
}
.top_banners li:nth-child(n + 2) {
  width: 32.6%;
  margin-bottom: 1%;
  margin-left: 0;
  margin-right: 1%;
}
.top_banners li:nth-child(3n + 4) {
  margin-right: 0;
}
.top_banners a {
  display: block;
}

.seasonal_banners.itemList--2 .itemList__unit:nth-child(n+3) {
    margin-top: 0;
} 

/* いくら商品ページLP */
.itemPage_lp {
 width: 100%;
 max-width: 805px;
 line-height: 0;
}