@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../font/ZenMaruGothic.ttf") format("truetype");
}

body {
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
  margin: 0;
}

input,
textarea,
#global_header,
#contents,
#contents_title,
#global_footer {
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}

.product_detail_inner {
  width: 100%;
  max-width: 1200px;
  min-width: 700px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product_detail_breadcrumb {
  font-size: 14px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.product_detail_breadcrumb .link::after {
  content: '／';
  display: inline-block;
  color: #dddddd;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.product_detail_breadcrumb .link a {
  color: #333333;
}

.product_detail_breadcrumb .link a:hover {
  color: #DE0202 !important;
  text-decoration: underline !important;
}

.product_detail_main {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  margin-bottom: 60px;
}

.product_detail_main .img {
  width: 53%;
}

.product_detail_main .cart {
  margin-left: 5%;
  width: 42%;
}

.slide_box {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  width: 100%;
}

.slide_box .slide {
  width: calc(100% - 50px - 30px);
  margin-left: 30px;
  padding-left: 0;
  margin-top: 0;
}

.slide_box .slide img {
  width: 88%;
  height: auto;
}

.slide_box .slide_navigation {
  width: 50px;
  text-align: center;
}

.slide_box .slide_navigation img {
  width: 44px;
  height: auto;
  margin-bottom: 8px;
  cursor: pointer;
}

.slide_box .slide_navigation .slick-current img {
  border: 1px solid #e60013;
}

.slide_box .slide_navigation .slick-prev:before,
.slide_box .slide_navigation .slick-next:before {
  color: #000;
}

.slide_box .slide_navigation .slick-prev {
  top: -5%;
  left: 25%;
  transform: rotate(90deg);
  z-index: 10;
}

.slide_box .slide_navigation .slick-next {
  top: auto;
  bottom: -5%;
  right: 33%;
  transform: rotate(90deg);
  z-index: 10;
}

.cart p {
  margin: 0;
}

.cart .item_name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}

.cart .item_quantity {
  font-size: 20px;
  margin-bottom: 16px;
}

.cart .order_btn {
  cursor: pointer;
}

.cart .order_btn.checked {
  cursor: default;
  pointer-events: none;
}

.cart .order_btn .order_btn_inner {
  border: 1px solid #dcd6cb;
  background-color: #f1efea;
  padding: 27px 32px;
  position: relative;
  border-radius: 8px 8px 0 0;
}

.cart .order_btn .order_btn_inner.addItemRow_detail {
  margin-top: 0 !important;
}

.cart .order_btn .order_btn_inner.addItemRow_detail img {
  width: auto !important;
}

.cart .order_btn.checked .order_btn_inner {
  border: 1px solid #ef8080;
  background-color: #fdefef;
}

.cart .order_btn+.order_btn .order_btn_inner {
  border-radius: 0 0 8px 8px;
}

.cart .order_btn.only {
  cursor: default;
}

.cart .order_btn.only .order_btn_inner {
  border: 1px solid #ef8080;
  background-color: #fdefef;
  border-radius: 8px;
}

.cart .order_btn.only .order_btn_inner input[type="radio"] {
  display: none;
}

.cart .order_btn .order_btn_inner input[type="radio"] {
  width: 24px;
  height: 24px;
  accent-color: #df0201;
  position: absolute;
  right: 25px;
  top: 25px;
}

.cart .order_btn .order_name {
  font-size: 20px;
}

.cart .order_btn .order_name.regular {
  position: relative;
}

.cart .order_btn .order_name.regular img {
  position: absolute;
  top: -20%;
  right: 23%;
}

.cart .order_btn .order_price {
  font-size: 32px;
}

.cart .order_btn .order_price.regular {
  margin-top: 24px;
}

.cart .order_btn .order_price .unit {
  font-size: 18px;
}

.cart .order_btn .order_price .off {
  font-size: 26px;
  color: #e60013;
  margin-right: 1.5rem;
}

.cart .order_btn .hidden_contents {
  display: none;
}

.cart .order_btn.only .hidden_contents {
  display: block;
}

.cart .order_btn .stock_box {
  font-size: 18px;
  margin: 8px 0 16px 0;
}

.cart .order_btn .stock_box .stock {
  color: #f06671;
  margin-right: 0.75rem;
}

.cart .order_btn .num_box.regular {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
}

.cart .order_btn .num_box.regular div {
  width: calc(50% - 10px);
}

.cart .order_btn select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 18px;
  border: 1px solid #dcd6cb;
  border-radius: 8px;
  padding: 12px 0 11px 17px;
  background-repeat: no-repeat;
  background-position: right 11px center;
  background-size: auto;
  background-image: url('../img/select_arrow_gray.png');
  cursor: pointer;
  pointer-events: all;
}

.cart .order_btn .cart_in_btn {
  width: 100%;
  background-color: #e60013;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  border: none;
  padding: 20px 0;
  margin-top: 20px;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.cart .order_btn .cart_in_btn:hover {
  opacity: 0.7;
}

.cart .order_btn dl {
  margin: 0;
  margin-top: 25px;
}

.cart .order_btn dl dt {
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  pointer-events: all;
}

.cart .order_btn dl dt span {
  text-decoration: underline;
  position: relative;
}

.cart .order_btn dl dt span::after {
  content: '';
  border: 0;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -8%;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
}

.cart .order_btn dl dd {
  display: none;
  margin: 0;
  margin-top: 2%;
}

.cart .faq_btn {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  background-color: #f1efea;
  border: 1px solid #dcd6cb;
  border-radius: 50px;
  margin-top: 40px;
  color: #333333;
  text-decoration: none;
  padding: 17px 0;
}

.cart .faq_btn::after {
  content: '';
  border: 0;
  border-top: solid 2px #dcd6cb;
  border-right: solid 2px #dcd6cb;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 8%;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
}

.cart .faq_btn:hover {
  opacity: 0.7;
}

.cart .addItemRow_detail {
  display: block;
  margin-top: 40px;
}

.cart .addItemRow_detail:hover {
  opacity: 0.7;
}

.cart .addItemRow_detail img {
  width: 100%;
  height: auto;
}
#product_detail_manu {
  width: 100%;
  border-bottom: 1px solid #dcd6cb;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

#product_detail_manu .product_detail_manu_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#product_detail_manu a {
  color: #333;
  text-decoration: none;
  font-size: 20px;
  position: relative;
  padding: 1% 0;
  width: 20%;
  text-align: center;
}

#product_detail_manu a::before {
  display: flex;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #dcd6cb;
  border-radius: 50px;
  position: absolute;
  top: 25%;
  right: 4%;
}

#product_detail_manu a::after {
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 2%;
  right: 7%;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
}

#product_detail_manu a:hover {
  opacity: 0.7;
}

#product_detail_manu a.current::before {
  background-color: #e60012;
}

.product_detail_tit {
  font-size: 20px;
  font-weight: bold;
  background-color: #dcd6cb;
  padding: 15px 21px 16px 21px;
  margin: 0;
  margin-bottom: 40px;
}

.related_wrap,
.information_wrap,
.features_wrap {
  padding-top: 82px;
}

.scroll_area {
  overflow-x: scroll;
  padding-bottom: 20px;
}

.related_box {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  gap: 40px;
}

.related_box a {
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  color: #333;
  width: 180px;
}

.related_box a:hover {
  color: #DE0202 !important;
  text-decoration: underline !important;
}

.related_box a img {
  border: 1px solid #dcd6cb;
  width: 98%;
  padding: 2%;
  margin-bottom: 20px;
}

.information_box {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.information_box p {
  margin: 0;
}

.information_box p:not(.important_notes) {
  margin-bottom: 1rem;
}

.allergy {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  margin-bottom: 0;
  text-align: center;
  border: 1px solid #000;
}

.allergy dt {
  font-size: 18px;
  color: #fff;
  background-color: #000;
  padding: 11px 0;
}

.allergy dd {
  margin-left: 0;
  color: #e60012;
  font-size: 18px;
  padding: 19px 0 21px 0;
  font-weight: bold;
}

.allergy_note {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  margin-top: 16px;
}

.features_box {
  width: 93.4%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.features_box .txt {
  margin-top: 25px;
  margin-bottom: 80px;
  text-align: center;
}

.features_box .red {
  color: #de0202;
}

.features_box .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

.features_box .flex_box div {
  width: 47%;
}

.features_box .flex_box div img {
  margin-bottom: 25px;
}

.features_box .flex_box div span {
  font-weight: bold;
}

.features_box .flex_box div .big {
  font-size: 20px;
}

.features_box .flex_box div span.small {
  font-size: 14px;
  font-weight: normal;
}

.features_box .flex_box+.flex_box {
  margin-top: 80px;
  margin-bottom: 80px;
}

.features_box .purchase_cart_btn {
  display: block;
  width: 36%;
  margin: 80px auto;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #e60013;
  padding: 20px 0;
  border-radius: 50px;
  position: relative;
  text-align: center;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.features_box .purchase_cart_btn::before {
  display: flex;
  content: "";
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  position: absolute;
  top: 29%;
  right: 4%;
}

.features_box .purchase_cart_btn::after {
  content: '';
  border: 0;
  border-top: solid 2px #e60013;
  border-right: solid 2px #e60013;
  transform: translateY(25%) rotate(-45deg);
  position: absolute;
  top: -6%;
  right: 6%;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
}

.features_box .purchase_cart_btn:hover {
  opacity: 0.7;
}

.product_kodawari_category {
  display: block;
  background-color: #fff;
  margin: 0;
}

.product_kodawari_category__container {
  display: block;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

.search_cat .search_inner {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}

.search_cat .search_inner .cat_box {
  width: calc(50% - 10px);
  /*margin-bottom: 20px;*/
}

/*.search_cat .search_inner .cat_box:nth-child(even) {
  margin-left: 20px;
}*/

.search_cat .search_inner .cat_box a {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  border: 1px solid #d5c5b7;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
}

.search_cat .search_inner .cat_box a:hover {
  color: #de0202;
  text-decoration: underline;
}

.search_cat .search_inner .cat_box a .name {
  width: calc(100% - 252px - 30px);
  padding-left: 30px;
  font-weight: bold;
  font-size: 21px;
}

/* .search_cat .search_inner .cat_box.cat_13 a .name {
  font-size: 18px;
} */

.search_cat .search_inner .cat_box a .img {
  width: 252px;
  height: 126px;
  margin: 0 0 0 auto;
  border-radius: 0px 5px 5px 0px;
}

.search_cat .search_inner .cat_box a .img img {
  border-radius: 0px 5px 5px 0px;
  width: 100%;
}
.hoshi_att {
  font-weight: bold ;
  margin-top: 20px;
  background-color: #f1efea;
  padding: 15px;
  border-radius: 10px;
}