/***********************************
 logo header
*********************************** */

.inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/*============================
#global-header
============================*/
@media only screen and (min-width: 1300px) {
  #global-header {
    width: 1260px;
    margin: 0 auto;

  }
  .ritSanbKey {
    width: 1260px;
    margin: 0 auto;  
  }
}
@media only screen and (max-width: 1299px) {
  body, html {
    overflow-x: auto;
  }

  #global-header {
    width: 960px;
    margin: 0 auto;

  }
  .ritSanbKey {
    width: 960px;
    margin: 0 auto;  
  }
}
.header-top {
  height: 50px;
  line-height: 50px;
  border-bottom: 0px solid #EEE;

}
.header-top::after {
  content: "";
  display: block;
  clear: both;
}
.header-top .sub-nav {
  float: left;
  
}
.header-top .sub-nav li {
  display: inline-block;
  padding: 0 12px;
  font-size: 15px;
  font-size: 1.4rem;
  border-right: 1px solid #EEE;
  height: 14px;
  line-height: 14px;
}
.header-top .sub-nav li a {
  color: #222;
  text-decoration: none;
}
.header-top .sub-nav 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;
  color: #666;
}
.header-top .profile-box {
  float: right;
  display: block;
  position: absolute;

}
.header-top .profile-box::after {
  content: "";
  display: block;
  clear: both;
}
.header-top .profile-box .profile-name,
.header-top .profile-box .profile-point,
.header-top .profile-box .profile-order {
  float: left;
  height: 50px;
  line-height: 50px;
}
.header-top .profile-box .profile-name {
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 24px;
}
.header-top .profile-box .profile-point {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -2px;
  padding-right: 19px;
}
.header-top .profile-box .profile-point span {
  font-size: 20px;
  font-size: 2rem;
}
.header-top .profile-box .profile-order {
  padding-right: 24px;
}
.header-top .profile-box .profile-order p {
  font-size: 13px;
  font-size: 1.3rem;
  height: 14px;
  line-height: 14px;
  padding-left: 19px;
  border-left: 1px solid #EEE;
  display: inline-block;
}
.header-top .profile-box .profile-order p a {
  color: #222;
  text-decoration: none;
}
.header-top .profile-box .profile-order p 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;
  color: #666;
}
.header-top .profile-box ul {
  float: left;
}
.header-top .profile-box ul::after {
  content: "";
  display: block;
  clear: both;
}
.header-top .profile-box ul li {
  float: left;
}
.header-top .profile-box ul li a {
  display: inline;
  padding: 11px 21px;
}
.header-top .profile-box ul li:first-child {
  margin-right: 8px;
}
.header-top .profile-box ul .mypage-btn a,
.header-top .profile-box ul .login-btn a {
  color: #FFF;
  background: #dd8e1d;
  text-decoration: none;
}
.header-top .profile-box ul .mypage-btn a:hover,
.header-top .profile-box ul .login-btn 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;
}
.header-top .profile-box ul .logout-btn a {
  color: #222;
  background: #DDD;
  text-decoration: none;
}
.header-top .profile-box ul .logout-btn 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;
}
.header-top .profile-box ul .registration-btn a {
  color: #FFF;
  background: #ddae1d;
  text-decoration: none;
}
.header-top .profile-box ul .registration-btn 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;
}

.header-content {
  height: 144px;
  position: relative;
}
.header-content h1 {
  display: inline-block;
  margin-top: 23px;
  padding-left: 3px;
  position: relative;
  z-index: 10;

}
.header-content h1 a {
  text-decoration: none;
}
.header-content h1 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;
}
.header-content h1 img {
  margin-bottom: 10px;

}
.header-content .logo-img {
  position: absolute;
  /*left: 1px;
  top: 0;*/
  left: 41px;
  top: 10px;
  z-index: 1;

}
.header-content .season-img {
  position: absolute;
  /*left: 209px;
  top: 0;*/
  left: 249px;
  top: 10px;
  z-index: 1;
}
.header-content .anniversary-logo {
  position: absolute;
  /*left: 420px;*/
  /*left: 410px;*/
  left: 370px;
  top: 26px;
}
.header-content .header-content-right {
  width: 492px;
  height: 114px;
  position: absolute;
  right: 0;
  top: 14px;
}
.header-content .header-content-right .search {
  width: 254px;
  /*height: 40px;*/
  height: 46px;
  position: absolute;
  left: 0;
  /*top: 0;*/
  top: 52px;
  background-color: #fff;
  border: 1px solid #9d6918;
}
.header-content .header-content-right .search dt input {
  /*background: url(https://okaki.itembox.design/item/search_icon.png) 10px 10px no-repeat;*/
  background: url(https://okaki.itembox.design/item/search_icon.png) 10px 12px no-repeat;
  border: none;
  padding-left: 40px;
  width: 160px;
  /*height: 38px;*/
  height:44px;
  font-size: 14px;
  font-size: 1.4rem;
}
.header-content .header-content-right .search dd {
  position: absolute;
  top: 0;
  right: 0;
}
.header-content .header-content-right .search dd button {
  display: block;
  background: #9d6918;
  /*height: 40px;*/
  height: 46px;
  line-height: 40px;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 15px;
  margin: 0;
  font-family: 'Garamond', 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'MS PMincho', 'Meiryo', serif;
}
.header-content .header-content-right .search dd button:hover {
  cursor: pointer;
  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;
}
.header-content .header-content-right .search dd button span {
  display: block;
  color: #FFF;
}
.header-content .header-content-right .header-contact-tel {
  position: absolute;
  right: 0;
  top: 0;


}
.header-content .header-content-right .header-delivery {
  position: absolute;
  left: 0;
  /*top: 60px;*/
  top: 0;
  font-size: 16px;
  font-size: 1.6rem;
  /*letter-spacing: 0.05em;*/
}
.header-content .header-content-right .header-delivery span {
  color: #d41c30;
  font-weight: bold;
}
.header-content .header-content-right .header-delivery .except {
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.header-content .header-content-right .cart-btn a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 223px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #d41c30;
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
}
.header-content .header-content-right .cart-btn 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;
}
.header-content .header-content-right .cart-btn a img {
  vertical-align: text-bottom;
  padding-right: 5px;
  
}
.header-content .header-deliverydate {
  position: absolute;
  top: 14px;
  /*left: 505px;*/
  left: 465px;
  border: 4px solid #f0ead3;
  display: inline-block;
  /*width: 240px;*/
  width: 280px;
}
.header-content .header-deliverydate dt {
  background: #f0ead3;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 0;
  /*padding: 8px 23px;*/
}
.header-content .header-deliverydate dt img {
  vertical-align: text-bottom;
  padding-right: 5px;
}
.header-content .header-deliverydate dt span {
  font-size: 12px;
  font-size: 1.2rem;
}
.header-content .header-deliverydate dd {
  padding: 6px 11px;
  font-size: 12px;
  font-size: 1.2rem;
}
.header-content .header-deliverydate dd span {
  color: #d41c30;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (max-width: 1299px) {
  .header-top .sub-nav li {
    padding: 0 6px;
  }
  .header-top .profile-box .profile-name {
    padding-right: 20px;
  }
  .header-top .profile-box .profile-point {
    padding-right: 10px;
  }
  .header-top .profile-box .profile-order {
    padding-right: 15px;
  }
  .header-top .profile-box .profile-order p {
    padding-left: 10px;
  }

  .header-content .anniversary-logo {
    /*left: 385px;*/
	left: 375px;
  }
  .header-content .header-deliverydate {
    width: 956px;
    height: 36px;
    position: relative;
    border: 2px solid #f0ead3;
    /*top: 20px;*/
    left: 0;
  }
  .header-content .header-deliverydate dt {
    padding: 10px 30px;
    line-height: 36px;
    display: inline;
  }
  .header-content .header-deliverydate dd {
    line-height: 36px;
    padding: 6px 11px 6px 20px;
    display: inline;
	letter-spacing: 3px;
  }
  .header-content .header-deliverydate dd br {
    display: none;
  }
}
/*menu*/
.global-menu {
  position: absolute;
  /*top: 190px;*/
  /*top: 220px;*/
  /*top: 220px;*/
  top: 230px;
  z-index: 9000;
  background: #FFF;
}
.global-menu .global-menu-inner::after {
  content: "";
  display: block;
  clear: both;
}
.global-menu .global-menu-inner > li > a {
  color: #111;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 25px;
  padding-right: 38px;
  padding-right: 34px;
  text-decoration: none;
}
.global-menu .global-menu-inner > li > a:before {
  content: '|';
  color: #DDD;
  padding-right: 38px;
  padding-right: 34px;
  vertical-align: text-bottom;
}
.global-menu .global-menu-inner > li:last-child > a:after {
  content: '';
  color: #DDD;
  padding-left: 38px;
}
.global-menu .global-menu-inner > li > a:hover {
  color: #c09200;
  text-decoration: none;
  background: url(https://okaki.itembox.design/item/arrow-b.png) 50% 30px no-repeat;
}
.global-menu .global-menu-inner a.on {
  background: url(https://okaki.itembox.design/item/arrow-b.png) 50% 30px no-repeat;
}
.global-menu .global-menu-inner > li:first-child > a:before {
  content: '';
  color: #DDD;
  padding-left: 0;
}
.global-menu .global-menu-inner li.btn {
  margin-top: -5px;
  height: 36px;
  float: right;
  background: #9d6918;
}
.global-menu .global-menu-inner li.btn a,
.global-menu .global-menu-inner li.btn a span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.global-menu .global-menu-inner li.btn a {
  position: relative;
  width: 36px;
  height: 36px;
  padding-right: 0;
  background: #9d6918;
}
.global-menu .global-menu-inner li.btn a:before {
  content: none;
  padding-right: 0px;
}
.global-menu .global-menu-inner li.btn a:hover {
  background: #ceb48b;
}
.global-menu .global-menu-inner li.btn .btn-inner {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.global-menu .global-menu-inner li.btn .btn-inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
}
.global-menu .global-menu-inner li.btn .btn-inner span:nth-of-type(1) {
  top: 0;
}
.global-menu .global-menu-inner li.btn .btn-inner span:nth-of-type(2) {
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.global-menu .global-menu-inner li.btn .btn-inner span:nth-of-type(3) {
  bottom: 0;
}
.global-menu li.btn.active .btn-inner span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.global-menu li.btn.active .btn-inner span:nth-of-type(2) {
  opacity: 0;
}
.global-menu li.btn.active .btn-inner span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.global-menu .menu-content {
  background-color: #dbbf95;
  padding: 40px 0px 37px;
  width: 100%;
  position: absolute;
  left: 0;
  display: none;
  margin-top: 40px;
  overflow-x: hidden;
}
.global-menu .menu-content-inner {
  width: 960px;
  margin: 0 auto;
  /*letter-spacing: 0.05em;*/
}
.global-menu .menu-content-inner::after {
  content: "";
  display: block;
  clear: both;
}
.global-menu .menu-content-inner a {
  text-decoration: none;
}
.global-menu .menu-content-inner a:hover {
  text-decoration: underline;
}
.global-menu .menu1 ul {
  margin-top: -20px;
}
.global-menu .menu1 ul li {
  float: left;
  margin: 20px 12px 0 0;
  width: 312px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.55em;
}
.global-menu .menu1 ul li img {
  margin-bottom: 10px;
}
.global-menu .menu1 ul li a {
  color: #000;
}
.global-menu .menu1 ul li a:hover {
  text-decoration: none;
  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;
  color: #666;
}
.global-menu .menu1 ul li span {
  display: block;
  margin: 0 10px;
  text-align: left;
}
.global-menu .menu1 ul li:nth-child(3n) {
  margin-right: 0px;
}
.global-menu .menu2 dl {
  width: 312px;
  margin: 0px 7px 0 0;
  display: inline-block;
}
.global-menu .menu2 dl dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
.global-menu .menu2 dl dt img {
  margin-bottom: 15px;
}
.global-menu .menu2 dl dt span {
  display: block;
  padding-left: 10px;
  text-align: left;
}
.global-menu .menu2 dl dd::after {
  content: "";
  display: block;
  clear: both;
}
.global-menu .menu2 dl dd ul {
  float: left;
  width: 146px;
  text-align: left;
}
.global-menu .menu2 dl dd ul li {
  line-height: 2em;
  background: url(https://okaki.itembox.design/item/right_arrow_black.png) 0 50% no-repeat;
  background-size: 5px 8px;
  padding-left: 14px;
  display: block;
}
.global-menu .menu2 dl dd ul li a {
  color: #222;
}
.global-menu .menu2 dl dd ul:first-child {
  margin-left: 20px;
}
.global-menu .menu2 dl:nth-child(3) {
  margin-right: 0;
}
.global-menu .menu2 dl:nth-child(3) dd ul {
  width: auto;
}

.global-menu .menu3 ul {
  width: 960px;
  margin: 0 auto;
  margin-top: -15px;
  text-align: left;
}
.global-menu .menu3 ul::after {
  content: "";
  display: block;
  clear: both;
}
.global-menu .menu3 ul li {
  width: 184px;
  float: left;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 10px;
  margin-top: 15px;
}
.global-menu .menu3 ul li img {
  margin-bottom: 7px;
}
.global-menu .menu3 ul li span {
  background: url(https://okaki.itembox.design/item/right_arrow_black.png) 0 50% no-repeat;
  background-size: 5px 8px;
  padding-left: 14px;
}
.global-menu .menu3 ul li a {
  color: #222;
}
.global-menu .menu3 ul li a:hover {
  text-decoration: none;
  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;
  color: #666;
}
.global-menu .menu3 ul li:nth-child(5n) {
  margin-right: 0px;
}

.global-menu .menu4 dl {
  width: 312px;
  float: left;
}
.global-menu .menu4 dl:nth-child(2) {
  margin: 0 12px;
}
.global-menu .menu4 dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
}
.global-menu .menu4 dt img {
  margin-bottom: 15px;
}
.global-menu .menu4 dt span {
  display: block;
  padding-left: 10px;
}
.global-menu .menu4 dd::after {
  content: "";
  display: block;
  clear: both;
}
.global-menu .menu4 dd ul {
  float: left;
  text-align: left;
}
.global-menu .menu4 dd ul li {
  line-height: 2em;
  background: url(https://okaki.itembox.design/item/right_arrow_black.png) 0 50% no-repeat;
  background-size: 5px 8px;
  padding-left: 14px;
}
.global-menu .menu4 dd ul li a {
  color: #222;
}
.global-menu .menu4 dd ul li span {
  color: #ba2636;
}
.global-menu .menu4 dd ul:first-child {
  margin-left: 20px;
}
.global-menu .menu4 .banner-list li {
  margin-top: 10px;
}
.global-menu .menu4 .banner-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;
}
.global-menu .menu4 .banner-list li:first-child {
  margin-top: 0px;
}
.global-menu .menu5 .menu-content {
  padding-bottom: 40px;
}
.global-menu .menu5 ul {
  text-align: center;
}
.global-menu .menu5 li {
  float: left;
}
.global-menu .menu5 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;
}
.global-menu .menu5 li:first-child {
  margin-right: 10px;
}
.global-menu .menu6 .menu-content {
  padding-bottom: 40px;
}
.global-menu .menu6 dl {
  width: 312px;
  float: left;
  text-align: left;
}
.global-menu .menu6 dl:first-child {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #000;
}
.global-menu .menu6 dl:first-child dt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.45em;
  margin-bottom: 20px;
  text-align: left;
}
.global-menu .menu6 dl:first-child .txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.global-menu .menu6 dl:nth-child(2) {
  margin-right: 20px;
}
.global-menu .menu6 dl:nth-child(2) dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
.global-menu .menu6 dl:nth-child(2) dt img {
  margin-bottom: 15px;
}
.global-menu .menu6 dl:nth-child(2) dt span {
  display: block;
  padding-left: 10px;
}
.global-menu .menu6 dl:nth-child(2) dd::after {
  content: "";
  display: block;
  clear: both;
}
.global-menu .menu6 dl:nth-child(2) dd ul {
  float: left;
  margin-bottom: 13px;
  text-align: left;
}
.global-menu .menu6 dl:nth-child(2) dd ul li {
  line-height: 2em;
  display: block;  
}
.global-menu .menu6 dl:nth-child(2) dd ul li a {
  color: #222;
  background: url(https://okaki.itembox.design/item/right_arrow_black.png) 0 50% no-repeat;
  background-size: 5px 8px;
  padding-left: 14px;
}
.global-menu .menu6 dl:nth-child(2) dd ul li span {
  color: #ba2636;
}
.global-menu .menu6 dl:nth-child(2) dd ul:first-child {
  margin-left: 20px;
}
.global-menu .menu6 dl:nth-child(2) dd p 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;
}
.global-menu .menu6 dl:nth-child(3) {
  width: 275px;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 30px 20px 20px;
  text-align: center;
  font-family: 'Avenir' , 'Open Sans' , 'Helvetica Neue' , 'Helvetica' , 'Arial' , 'Verdana' , 'Roboto' , 'Yu Gothic' , 'YuGothic' , 'Hiragino Kaku Gothic Pro' , 'Meiryo UI' , 'Meiryo' , 'MS PGothic' , sans-serif;
}
.global-menu .menu6 dl:nth-child(3) dt:first-child {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  background: url(../images/common/header/yen_icon.png) 0 50% no-repeat;
  background-size: 19px 21px;
  padding-left: 30px;
  display: inline-block;
}
.global-menu .menu6 dl:nth-child(3) .card {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.global-menu .menu6 dl:nth-child(3) dt {
  font-weight: bold;
  text-align: center;
}
.global-menu .menu6 dl:nth-child(3) dd {
  text-align: left;
}
.global-menu .menu6 dl:nth-child(3) dd span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin: 13px 0 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.global-menu .menu6 dl:nth-child(3) .card-contents {
  text-align: center;
}
.global-menu .menu6 dl:nth-child(3) .card-contents img {
  margin-bottom: 30px;
}
.global-menu .menu6 dl:nth-child(3) .card-contents p {
  display: inline-block;
  padding: 5px 0px;
  width: 110px;
  background-color: #FFF;
}
.global-menu .menu6 dl:nth-child(3) .card-contents p a {
  color: #222;
  display: block;
  font-weight: bold;
}
.global-menu .menu6 dl:nth-child(3) .card-contents p a:after {
  content: "";
  background: url(https://okaki.itembox.design/item/right_arrow_black.png);
  width: 5px;
  height: 8px;
  margin-left: 10px;
  display: inline-block;
}

.global-menu .menu7 .menu-content {
  padding-bottom: 40px;
}
.global-menu .menu7 ul {
  text-align: center;
}
.global-menu .menu7 li {
  /*float: left;*/
}
.global-menu .menu7 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;
}
.global-menu .menu7 li:first-child {
  margin-right: 10px;
}
.global-menu .menu7 dl {
  width: 312px;
}
.global-menu .menu7 dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
}
.global-menu .menu7 dd::after {
  content: "";
  display: block;
  clear: both;
}
.global-menu .menu7 dd ul {
  /*float: left;*/
  text-align: left;
}
.global-menu .menu7 dd ul li {
  line-height: 2em;
  background: url(https://okaki.itembox.design/item/right_arrow_black.png) 0 50% no-repeat;
  background-size: 5px 8px;
  padding-left: 14px;
}
.global-menu .menu7 dd ul li a {
  color: #222;
}
.global-menu .menu7 dd ul:first-child {
  margin-left: 20px;
}
.global-menu .menu7 .banner-list li {
  margin-top: 10px;
}
.global-menu .menu7 .banner-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;
}
.global-menu .menu7 .banner-list li:first-child {
  margin-top: 0px;
}

@media only screen and (min-width: 1300px) {
  .global-menu {
    width: 100%;
    min-width: 1260px;
  }
  .global-menu ul {
    /*width: 1260px;*/
    margin: 0 auto;
  }
  .global-menu ul {
    margin: 0 auto;
	text-align: center;
  }
  .global-menu li {
    display: inline-block;
  }
}
@media only screen and (max-width: 1299px) {
  .header-content {
    height: 194px;
  }

  .global-menu {
    position: absolute;
    /*top: 240px;*/
	top: 285px;
    width: 100%;
    min-width: 960px;
  }
  .global-menu ul {
    /*width: 960px;*/
    margin: 0 auto;
	text-align: center;
  }
  .global-menu li {
    display: inline-block;
  }
  .global-menu .global-menu-inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .global-menu .global-menu-inner > li > a {
    color: #111;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 25px;
    padding-right: 16px;
	padding-right: 12px;
  }
  .global-menu .global-menu-inner > li > a:before {
    content: '|';
    color: #DDD;
    padding-right: 16px;
	padding-right: 12px;
    vertical-align: text-bottom;
  }
  .global-menu .global-menu-inner > li:last-child > a:after {
    content: '';
    color: #DDD;
    padding-left: 16px;
  }
  .global-menu .global-menu-inner > li > a:hover {
    color: #c09200;
    text-decoration: none;
    background: url(https://okaki.itembox.design/item/arrow-b.png) 50% 30px no-repeat;
  }
  .global-menu .global-menu-inner a.on {
    background: url(https://okaki.itembox.design/item/arrow-b.png) 50% 30px no-repeat;
  }
  .global-menu .global-menu-inner > li:first-child > a:before {
    content: '';
    color: #DDD;
    padding-left: 0;
  }
  .global-menu .global-menu-inner li.btn {
    width: 36px;
    height: 36px;
    background: #9d6918;
    padding: 0;
    margin-top: -5px;
    float: right;
  }
}
.fixed {
  position: fixed;
  top: 0px;
  padding-top: 15px;
  border-bottom: 1px solid #EEE;
  height: 40px;
}



/***********************************
 ヘッダーズ
*********************************** */

.headline .logo {
  width: 228px;
}

.tp_infos {
  width: 70%;
}

.tp_infos li {
  list-style: none;
}

.tp_infos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gai_yo {
  margin: 0 40px 7px 0;
}

.gai_yo li {
  background: url(https://okaki.itembox.design/item/tp-lines.gif) no-repeat left center;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 90%;
}

.gai_yo li:first-child {
  background: none;
}

.gai_yo a:hover {
  text-decoration: none;
}

.tp_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tp_btn li {
  margin-left: 25px;
  font-weight: bold;
}

.tp_btn li:last-child {
  font-family: HelveticaNeue-CondensedBold, 'arial black';
  font-size: 190%;
  line-height: 1em;
}

.parent {
  position: relative;
}

.mod_dropnavi_child {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -300px;
  z-index: 99;
  padding: 32px 0 0 0 !important;
  width: 600px;
}


.nars .mod_dropnavi_child ul {
  display: block;
  border: 1px solid #000;
}

.nars .mod_dropnavi_child ul.p-list:after {
  border: 12px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
  top: -10px;
  content: "";
  display: block;
  left: 46%;
  position: absolute;
}


.headers {
  width: 1300px;
  margin: 14px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gnavs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 10px;
}

.gnavs > li {
  width: 20%;
  text-align: center;
  font-weight: bold;
  list-style: none;
  border-right:solid thin #CCC;
  
}



.p-list {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 5% 5% 5px;
  position:relative;
}

.p-list:after {
  border:10px solid transparent;
  border-bottom-color:#fff;
  border-top-width:0;
  top:-10px;
  content:"";
  display:block;
  left:48%;
  position:absolute;
  width:0;
}

.p-list li {
  background: url(https://okaki.itembox.design/item/r-delta_blo.svg) no-repeat left 32%, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 6px 6px, 4px 1px;
  padding-bottom: 10px;
  margin:0 2% 5% 0;
  list-style: none;
  padding-left: 12px;
  width: 32%;
  font-size: 90%;
}
.p-list li:nth-child(3n){
  margin-right: 0;
}

.p-list li a {
  display: block;
}


.nars .mod_dropnavi_child ul {
  display: block;
  border: 1px solid #000;
}

.nars .mod_dropnavi_child ul.p-list:after {
  border: 12px solid transparent;
  border-bottom-color: #fff;
  border-top-width: 0;
  top: -10px;
  content: "";
  display: block;
  left: 46%;
  position: absolute;
}

.fs-clientInfo:not(.is-ready) {
  display: none !important;
}

.fs-clientInfo.is-ready {
  display: block;
}

/***********************************
 項目選択
*********************************** */

/*項目選択肢 見出しサイズ 色の変更*/
#fs_ProductDetails .fs-c-productSelection__label, #fs_ProductDetails .fs-c-productSelection__label{
font-size: 1.8rem;
color: #666666;
font-weight:bold;
background-color: #f5f5f5;
font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;


}

/*項目選択肢 背景色の変更*/
#fs_ProductDetails .fs-c-productSelection {
background-color: #FFFFFF;
font-size: 1.8rem;
color: #666666;
font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;

}

/***********************************
 .detail-sect
*********************************** */
.detail-sect {
  margin-bottom: 40px;
  width:100%;
　
}
.detail-sect .block-tit {
　width:100%;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 10px;
  border-left: 4px solid #d41c30;
  font-size: 18px;
  font-size: 1.8rem;
  
}
.detail-sect ul {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px #222 solid;
  border-bottom: 1px #222 solid;
  letter-spacing: 0.05em;
　list-style: none;
  
}
.detail-sect ul li {
  width: 95%;
  border-top: 1px #222 dotted;
  list-style: none;
  text-align:left;
 
}
.detail-sect ul li dl {
  font-size: 14px;
  font-size: 1.4rem;
  display: table;
  padding: 12px 0px;
  
}
.detail-sect ul li dl::after {
  content: "";
  display: block;
  clear: both;
}
.detail-sect ul li dt {
  display: table-cell;
  width: 130px;
  color: #9d6918;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding-left: 5px;
  
}
.detail-sect ul li dd {
  display: table-cell;
}
.detail-sect ul li:first-child {
  border-top: none;
}
.detail-sect .attention {
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.detail-sect .attention dt {
  color: #d41c30;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 1;
}
.detail-sect .attention dt span {
  background: #FFF;
  display: inline-block;
  padding: 0 20px;
}
.detail-sect .attention dd {
  padding: 35px 30px 30px;
  margin-top: -15px;
  border: 2px solid #222;
}
.detail-sect .attention dd li:first-child:before {
  content: "1. ";
}
.detail-sect .attention dd li:nth-child(2):before {
  content: "2. ";
}
.detail-sect .attention dd li:nth-child(3):before {
  content: "3. ";
}
.detail-sect .attention dd li:nth-child(4):before {
  content: "4. ";
}
.detail-sect .attention dd li:nth-child(5):before {
  content: "5. ";
}
.detail-sect .attention dd li:nth-child(6):before {
  content: "6. ";
}
.detail-sect .attention dd li:nth-child(7):before {
  content: "7. ";
}
.detail-sect .attention dd li:nth-child(8):before {
  content: "8. ";
}
.detail-sect .attention dd li:nth-child(9):before {
  content: "9. ";
}
.detail-sect .attention dd li:nth-child(10):before {
  content: "10. ";
}
.detail-sect .attention dd li:nth-child(11):before {
  content: "11. ";
}
.detail-sect .attention dd li:nth-child(12):before {
  content: "12. ";
}
.detail-sect .attention dd li:nth-child(13):before {
  content: "13. ";
}
.detail-sect .attention dd li:nth-child(14):before {
  content: "14. ";
}
.detail-sect .attention dd li:nth-child(15):before {
  content: "15. ";
}
.detail-sect .attention dd li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-top: 5px;
}


.detail-sect .attention dd li span {
  color: #d41c30;
}
.detail-sect .attention dd li a {
  text-decoration:underline;
}

.detail-sect .attention dd li:first-child {
  margin-top: 0px;
}
.detail-sect .attention dd li:nth-child(10) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(11) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(12) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(13) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(14) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(15) {
  text-indent: -2em;
  margin-left: 1.5em;
}

/***********************************
 .gift-sect
*********************************** */
.gift-sect {
  margin-bottom: 40px;
　width:100%;
}
.gift-sect h2 {
  text-align: center;
}
.gift-sect ol {
  width: 100%;
  margin-top: -33px;
  border: 1px solid #bf8c3d;
  padding: 65px 30px 0px;
}
.gift-sect ol::after {
  content: "";
  display: block;
  clear: both;
}
.gift-sect ol li {
  float: left;
  width: 415px;
  margin-bottom: 30px;
  list-style: none;
　
}
.gift-sect ol li .list-tit {
  background-color: #bf8c3d;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 3px 10px;
  margin-bottom: 17px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.gift-sect ol li .list-tit .num {
  width: 21px;
  height: 21px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  margin-right: 10px;
  text-align: center;
  background-color: #FFF;
  display: inline-block;
  color: #bf8c3d;
  margin: 7px 10px 7px 0;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
.gift-sect ol li .list-tit .small {
  font-size: 12px;
  font-size: 1.2rem;
}
.gift-sect ol li .list-txt {
  letter-spacing: 0.05em;
  padding: 0 10px;
}
.gift-sect ol li .list-img {
  text-align: center;
}
.gift-sect ol li .list-attention {
  margin-top: 20px;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: 0.05em;
}
.gift-sect ol li .list-attention:before {
  content: "※";
}
.gift-sect ol li:first-child .list-txt span {
  color: #d41c30;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 20px;
  margin-top: 5px;
}
.gift-sect ol li:nth-child(2) .list-txt {
  margin-bottom: 30px;
}
.gift-sect ol li:nth-child(2) .list-img {
  margin-bottom: 30px;
}
.gift-sect ol li:nth-child(3) .list-txt {
  margin-bottom: 10px;
}
.gift-sect ol li:nth-child(2n) {
  margin-left: 30px;
}
.gift-sect table {
  font-size: 12px;
  width: 390px;
  margin-left: 10px;
  border-collapse:collapse;
}
.gift-sect table tr {
  border-top: 1px solid #9FA0A0 !important;
}
.gift-sect table tr th {
  padding-left: 10px;
  border-top: 1px solid #9d6918;
}
.gift-sect table tr td {
  padding: 8px 10px 8px 0px;
  text-align: right;
}
.gift-sect table tr:first-child {
  border-top: none !important;
}
.gift-sect table tr:first-child th {
  color: #bf8c3d;
  padding-left: 0px;
  padding-bottom: 8px;
  text-align: right;
  border-top: none;
}
.gift-sect table tr:first-child th:first-child {
  text-align: left;
  padding-left: 10px;
}

/***********************************
 .detail-sect-list
*********************************** */
.detail-sect-list {
  margin-bottom: 40px;
  width:100%;
　
}
.detail-sect-list .block-tit {
　width:100%;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 10px;
  border-left: 4px solid #d41c30;
  font-size: 18px;
  font-size: 1.8rem;
  
}
.detail-sect-list ul {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #CC0934;
  letter-spacing: 0.05em;
　list-style: none;
  
}
.detail-sect-list ul li {
  width: 94%;
  border-top: 1px #222 dotted;
  list-style: none;
  text-align:left;
 
}
.detail-sect-list ul li dl {
  font-size: 14px;
  font-size: 1.4rem;
  display: table;
  padding: 12px 0px;
  
}
.detail-sect-list ul li dl::after {
  content: "";
  display: block;
  clear: both;
}
.detail-sect-list ul li dt {
  display: table-cell;
  width: 150px;
  color: #9d6918;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding-left: 1px;

}
.detail-sect-list ul li dtx {
  display: table-cell;
  width: 150px;
  color: #CC0934;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding-left: 10px;

  
}
.detail-sect-list ul li dd {
  display: table-cell;
  width: 420px;
　padding-left: 6px;

}
.detail-sect-list ul li:first-child {
  border-top: none;
}
.detail-sect-list .attention {
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.detail-sect-list .attention dt {
  color: #d41c30;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 1;
}
.detail-sect-list .attention dt span {
  background: #FFF;
  display: inline-block;
  padding: 0 20px;
}
.detail-sect-list .attention dd {
  padding: 35px 30px 30px;
  margin-top: -15px;
  border: 2px solid #222;
}
.detail-sect-list .attention dd li:first-child:before {
  content: "1. ";
}
.detail-sect-list .attention dd li:nth-child(2):before {
  content: "2. ";
}
.detail-sect-list .attention dd li:nth-child(3):before {
  content: "3. ";
}
.detail-sect-list .attention dd li:nth-child(4):before {
  content: "4. ";
}
.detail-sect-list .attention dd li:nth-child(5):before {
  content: "5. ";
}
.detail-sect-list .attention dd li:nth-child(6):before {
  content: "6. ";
}
.detail-sect-list .attention dd li:nth-child(7):before {
  content: "7. ";
}
.detail-sect-list .attention dd li:nth-child(8):before {
  content: "8. ";
}
.detail-sect-list .attention dd li:nth-child(9):before {
  content: "9. ";
}
.detail-sect-list .attention dd li:nth-child(10):before {
  content: "10. ";
}
.detail-sect-list .attention dd li:nth-child(11):before {
  content: "11. ";
}
.detail-sect .attention dd li:nth-child(12):before {
  content: "12. ";
}
.detail-sect .attention dd li:nth-child(13):before {
  content: "13. ";
}
.detail-sect .attention dd li:nth-child(14):before {
  content: "14. ";
}
.detail-sect .attention dd li:nth-child(15):before {
  content: "15. ";
}
.detail-sect .attention dd li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-top: 5px;
}


.detail-sect .attention dd li span {
  color: #d41c30;
}
.detail-sect .attention dd li a {
  text-decoration:underline;
}

.detail-sect .attention dd li:first-child {
  margin-top: 0px;
}
.detail-sect .attention dd li:nth-child(10) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(11) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(12) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(13) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(14) {
  text-indent: -2em;
  margin-left: 1.5em;
}
.detail-sect .attention dd li:nth-child(15) {
  text-indent: -2em;
  margin-left: 1.5em;
}



/***********************************
 .ingredientsBox
*********************************** */
}
.ingredientsBox {
	overflow: hidden;
	padding-left: 169px;}

.ingredientsBox.nimg {
	padding-left: 84px;
	padding-right: 84px;

}
.ingredientsBox figure {
	float: left;
	margin-left: -5px;
       
}
.ingredientsBox table,.ingredientsBox th,.ingredientsBox td {
	box-sizing: border-box;
	font-weight: normal;
}
.ingredientsBox > table {
	width: 100%;
	margin: 0 0 40px;
	border-collapse: collapse;
	border-bottom: solid 1px #daca98;
	line-height: 1.4;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 13px;
}
.ingredientsBox > table > tbody > tr > th,
.ingredientsBox > table > tbody > tr > td {
	padding: 0.4em 1em;
	border-top: solid 1px #daca98;
}
.ingredientsBox > table > tbody > tr > th {
	padding: 0.8em 0.3em;
}
.ingredientsBox > table > tbody > tr:nth-of-type(1) > th:nth-of-type(1) {
	width: 18%;
}
.ingredientsBox  >table > tbody > tr:nth-of-type(1) > td:nth-of-type(1) {
	width: 47%;
}
.ingredientsBox > table > tbody > tr:nth-of-type(1) > th:nth-of-type(2) {
	width: 13%;
}
.ingredientsBox th {
	background: #f3eedd;
	text-align: center;
}
.ingredientsBox .ppl {
	color: #6b1b7e;
}
.ingredientsBox .red {
	color: #b80101;
}
.ingredientsBox .lg {
	font-size: 16px;
}
.ingredientsBox .s {
	font-size: 13px;
}
.ingredientsBox table table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.ingredientsBox table table tr:nth-of-type(1) td {
	width: 5%;
	border-right: solid 10px #fff;
	background: #f5f4f3;
}
.ingredientsBox table table.multiple tr:nth-of-type(1) td {
	font-size: 85%;
	border-right-width: 5px;
}
.ingredientsBox table table tr:nth-of-type(1) td:nth-last-of-type(1) {
	border: none;
}
.ingredientsBox table table tr td {
	padding: 0.5em 0;
}

/***********************************
 .navi
*********************************** */


#lnav h2 {
　　 padding: 7px 0 7px;
    border-bottom: 1px solid #BA8D41;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 2px;
　　
}

#lnav h2 .jnfont {
    font-size: 69%;
　　
}

#lnav h2 .usfont {
    letter-spacing: 0.2em;
　　　font-weight: bold;
}


.navilist > li > a:hover {
    background-color: #F7F7F7;
    
    
}

nav#lnav {
    width: 200px;
    
}

#lnav .ctlist {
	margin-top: 100px;
　　　　
　　　
}
#lnav .ctlist > li > a {
	height: 79px;　　
　　　　
}
#lnav .ctlist > li:nth-child(n+2) > a {
	border-top: 1px solid #BA8D41;
}
#lnav .ctlist ul {
	display: none;
　　　　　
}
#lnav .ctlist .on ul {
	display: block;
      　list-style: none;
　　　　
}
.navilist > li > a {
	display: flex;
        justify-content: center;
        flex-direction: column;
	height: 65px;
	line-height: 1.35;
	text-decoration: none;
	letter-spacing: -0.01em;
	padding-left: 70px;
	background: #fff 10px center no-repeat;
        background-position:10px;
        border-bottom: 1px dotted #BA8D41;
        
}
.navilist > li > a.ct01 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-22-bsyunjyu.png);　      
}
.navilist > li > a.ct02 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-22-575.png);
}
.navilist > li > a.ct03 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-22-hanaawase.png);
}
.navilist > li > a.ct04 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-22-turane.png);
}
.navilist > li > a.ct05 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-chidori.png);
}
.navilist > li > a.ct06 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-s-bsyunjyu.png);
}
.navilist > li > a.ct07 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-s-bhana.png);
}
.navilist > li > a.ct08 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-aoiso.png);
}
.navilist > li > a.ct09 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-notari.png);
}
.navilist > li > a.ct10 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-hanaman.png);
}
.navilist > li > a.ct11 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-siomei.png);
}
.navilist > li > a.ct12 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-ebi.png);
}
.navilist > li > a.ct13 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-mitsu.png);
}
.navilist > li > a.ct14 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-22-kiritachino.png);
}
.navilist > li > a.ct15 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-kurokosyo.png);
}
.navilist > li > a.ct16 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-carry.png);
}
.navilist > li > a.ct17 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-ebitagane.png);
}
.navilist > li > a.ct18 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-syouyu.png);
}
.navilist > li > a.ct19 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-zarame.png);
}
.navilist > li > a.ct20 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-negimoso.png);
}

.navilist > li > a.ct21 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-imo.png);
}

.navilist > li > a.ct22 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-ryoka.png);
}

.navilist > li > a.ct23 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-otameshi.png);
}

.navilist > li > a.ct24 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-hanagatai.png);
}

.navilist > li > a.ct25 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-akinotsuki.png);

}

.navilist > li > a.ct26 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-akimeguri.png);
}

.navilist > li > a.ct27 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-musen.png);
}

.navilist > li > a.ct28 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-s-curry.png);
}

.navilist > li > a.ct29 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-cosmos.png);
}

.navilist > li > a.ct30 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-sinmai.png);
}

.navilist > li > a.ct31 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-gurasse.png);
}

.navilist > li > a.ct32 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-kyonoume.png);
}

.navilist > li > a.ct33 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-fuyumeguri.png);
}

.navilist > li > a.ct35 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-rakuza.png);
}

.navilist > li > a.ct36 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-jizakeame.png);
}

.navilist > li > a.ct37 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-hanagata-choco.png);
}

.navilist > li > a.ct38 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-hanakoito.png);
}

.navilist > li > a.ct39 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-chocosenbei.png);
}

.navilist > li > a.ct40 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-eto.png);
}

.navilist > li > a.ct41 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-koubai.png);
}

.navilist > li > a.ct42 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-etohanaawase.png);
}

.navilist > li > a.ct43 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-ofukuwake.png);
}

.navilist > li > a.ct44 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-ippuku.png);
}

.navilist > li > a.ct45 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-hina.png);
}

.navilist > li > a.ct46 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-harunokaze.png);
}

.navilist > li > a.ct47 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-harumeguri.png);
}

.navilist > li > a.ct48 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-tanpopo.png);
}

.navilist > li > a.ct49 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-natsumeguri.png);
}

.navilist > li > a.ct50 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-ryoka.png);
}

.navilist > li > a.ct51 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-kasyu.png);
}

.navilist > li > a.ct52 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-natsunotsuki.png);
}

.navilist > li > a.ct53 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-kasutera.png);
}

.navilist > li > a.ct54 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-s-kakitane.png);
}


.navilist > li > a.ct55 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-22-komaru.png);
}

.navilist > li > a.ct56 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-ararechoco.png);
}

.navilist > li > a.ct57 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-hana-pre.png);
}

.navilist > li > a.ct58 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-575kecho.png);
}


.navilist > li > a.ct59 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-22-tokinoajiwai.png);
}

.navilist > li > a.ct60 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-mura.png);
}


.navilist > li > a.ct61 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-kakitane.png);
}

.navilist > li > a.ct62 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-kansya-ofukuwake.png);
}

.navilist > li > a.ct63 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-kansya-irodori.png);
}

.navilist > li > a.ct64 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-kansya-yasaicurry.png);
}

.navilist > li > a.ct65 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-kansya-kotoshimai.png);
}

.navilist > li > a.ct66 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-kansya-annouimo.png);
}

.navilist > li > a.ct67 {
	background-image: url(https://okaki.itembox.design/item/leftnavi-crunch.png);
}


/* ------------------
footer-guide
------------------ */

.tp_subtit {
    text-align: center;
    margin-bottom: 30px;
    width:100%;
}

.tp_subtit span {
  color: #fff;
  padding: 5px;
  margin-right: 5px;
  background: #cb576e;
  font-size: 80%;
}

.tp_subtit dt,
.tp_subtit h2 {
  text-align: center;
  font-family: "heisei-mincho-std", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 200%;
  font-weight: normal;
  list-style-position: 150%;
  margin-bottom: 10px;
}

.tp_subtit dd,
.tp_subtit p {
  color: #a99660;
  font-family: HelveticaNeue-CondensedBold, 'arial black';
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right:45px;
}

.tp_subtit dd:before,
.tp_subtit dd:after,
.tp_subtit p:before,
.tp_subtit p:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #a99660;
  display: block;
}

.tp_subtit dd:before,
.tp_subtit p:before {
  margin-right: 4em;
}

.tp_subtit dd:after,
.tp_subtit p:after {
  margin-left: 4em;
}

.f-guide {
  width: 1120px;
  margin: 0 auto 30px;
  text-align: center;
}

.f_bg {
  width: 100%;
  background: url(../img/f_bg.jpg) repeat left top;
  padding: 80px 0 40px;
}

.f_bg ul {
  width: 1120px;
  padding-right:3%;
  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: 5% 3% 3% ;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}

.f_bg ul li dt {
  font-family: "heisei-mincho-std", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 130%;
  line-height: 150%;
  margin-bottom: 15px;
}

.f_icon {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -37px;
  width: 74px;
  height: 74px;
}

.f_icon img {
  width: 100%;
  height: auto;
}

.calls {
  font-family: HelveticaNeue-CondensedBold, 'arial black';
  font-size: 180%;
  line-height: 1em;
  margin-top: -8px;
}

.calls span {
  background: url(../img/free-icon.svg) no-repeat left center;
  background-size: 32px 24px;
  
  padding-right:30px;
}

.calls-detail {
  font-size: 110%;
  line-height: 1.3em;
  margin-top: 20px;
  padding-right:30px;
}

.secound-colum {
  font-size: 115%;
  line-height: 1.3em;
  margin-top: 10px;
  padding-right:29px;
  width:90%;
}

.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%;
}

.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-right:30px;
}

.noshi p:last-child {
  width: 70%;
}

.f_card p:last-child {
  text-align: left;
  margin-top: 8px;
　
}

.f_link {
  background: #e6e1d3;
  padding: 40px 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;
}

.f_link p {
  border-bottom: 5px solid #a99660;
  display: inline-block;
  margin-bottom: 20px;
}

.f_link>ul>li {
  width: 18%;
}

.f_link>ul>li:first-child {
  width: 30%;
}

.f_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.f_items li {
  width: 48%;
}

.f_link>ul>li li a {
  font-size: 88%;
  display: block;
  background: url(https://okaki.itembox.design/item/r-delta_blo.svg) no-repeat left center;
  background-size: 6px 6px;
  padding-left: 16px;
}

.en_links {
  padding: 20px;
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.en_links li {
  background: url(../img/tp-lines.gif) no-repeat left center;
  padding-left: 20px;
  margin-left: 20px;
  list-style: none;
}

.en_links li:first-child {
  background: none;
}

.f_link a:hover,
.en_links li a:hover {
  text-decoration: none;
}

.copys {
  text-align: center;
  color: #fff;
  background: #333;
  padding: 20px;
}

.copys a {
  color: #fff;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  opacity: .7;
}

#page-top img {
  width: 100px;
  height: auto;
}

/* btn */

.blown_btn {
  padding-right:30px;
  
}
.blown_btn a {
  display: block;
  background: url(https://okaki.itembox.design/item/r-delta.svg) no-repeat 96% center #a99660;
  background-size: 9px 8px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 0;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "heisei-mincho-std", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 110%;
 
}

.blown_btn a:hover {
  opacity: .7;
  display: block;
  background: url(https://okaki.itembox.design/item/r-delta.svg) no-repeat 96% center #a99660;
  background-size: 9px 8px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 0;
  font-family: "heisei-mincho-std", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 110%;
}


/* ------------------
register
------------------ */


.took_logo {
    text-align: center;
    margin: 0 auto 25px;
}

.took_logo img {
    width: 228px;
    height: 44px;
}

.took_mtit {
    text-align: center;
    margin-bottom: 45px;
    padding: 2%;
    background: #a79667;
    color: #fff;
}

.took_mtit dt {
    font-family: "heisei-mincho-std", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 160%;
    line-height: 150%;
    letter-spacing: 1px;
}

.took_mtit dd {
    font-weight: bold;
}

.tokus {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-right: 60px;
}

.tokus li {
    width: 48%;
    margin-bottom: 4%;
    list-style: none;
    min-height: 100px;
    padding: 0 0 20px 15%;
    min-height: 120px;
}

/*
.tokus li:last-child {
    margin-right: 0;
    width: 100%;
}
*/

.tokus dt {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 15px;
　　
}

.tokus dd {
    color: #999;
	margin-left: 5px;
}

.toku01 {
    background: url(../img/dot-line.gif) repeat-x left bottom, url(https://okaki.itembox.design/item/toku01.svg) no-repeat 30px 10px;
}

.toku02 {
    background: url(../img/dot-line.gif) repeat-x left bottom, url(https://okaki.itembox.design/item/toku02.svg) no-repeat 30px 10px;
}

.toku03 {
    background: url(../img/dot-line.gif) repeat-x left bottom, url(https://okaki.itembox.design/item/toku03.svg) no-repeat 30px 10px;
}

.toku04 {
    background: url(../img/dot-line.gif) repeat-x left bottom, url(https://okaki.itembox.design/item/toku04.svg) no-repeat 30px 10px;
}


.toku01,
.toku02,
.toku03,
.toku04,
.toku05,
.toku06,
.toku07 {
    background-size: 4px 1px, 100px 100px;
}


/*============================
#koumoku-sentakushi
============================*/

#fs_ProductDetails .fs-c-productSelection__label, #fs_ProductDetails .fs-c-productSelection__label{
font-size: 1.8rem;
color: #000000;
font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;

}


/*============================
#syukkabi
============================*/

/* ----固定バナー---- */#fixedbanner {width: 150px;position: absolute;right: 10px;z-index: 9999;}.fixedbanner-event img {max-width: 150px;}.fixedbanner-event img:hover {cursor: pointer;opacity: 0.8;}/* 閉じるボタン */.btn:hover {cursor: pinter;}.action-close {position: relative;}.action-close .btn {position: absolute;width: 40px;left: -18px;top: -9px;}/* checkbox non-display */.add-control .checkbox {display: none;}/* close button's control */.add-control .action-close #close1:checked ~ .btn {display: none;}.add-control .action-close #close1:checked ~ .fixedbanner-event {display: none;}.add-control .action-close #close2:checked ~ .btn {display: none;}.add-control .action-close #close2:checked ~ .fixedbanner-event {display: none;}.add-control .action-close #close3:checked ~ .btn {display: none;}.add-control .action-close #close3:checked ~ .fixedbanner-event {display: none;}/* ----出荷情報---- */.ship-date {width: 150px;height: 220px;background: url(https://www.ogurasansou.co.jp/img/usr/common/bg_top_txt_area.jpg);}.order-day {color: #fff;font-size: 20px;text-align: center;font-weight: bold;padding: 6px 0 2px 12px;position: relative;}.ship-date img {clip-path: polygon(0 50%, 100% 50%, 50% 100%, 0 50%);width: 40px;height: 24px;position: absolute;bottom: 117px;right: 54px;}.order-time {color: #fff;font-size: 14px;text-align: center;padding-bottom: 8px;}.shipment-area {background-color: #EFEBF9;width: 144px;margin: 0 auto;height: 128px;padding-top: 22px;position: relative;}.shipment-day {height: 56px;color: #6F588D;line-height: 24px;margin: 0 4px;text-align: center;background-color: #FFFEDF;font-size: 19px;font-weight: bold;padding: 5px 0 0 6px;}.shipment-caution {width: 136px;margin: 10px auto;line-height: 14px;font-size: 12px;color: #6F588D;}


/*============================
#商品詳細ページ内サブ画像
============================*/
.fs-c-productThumbnail__image {
    flex-basis: 170px;
    min-width: 170px;
}
