/*
Theme Name: YPStheme
Author: YPSteam
Description: 株式会社ワイコム・パブリッシングシステムズのテーマです。
Requires at least: 5.9
Version: 1.0
*/
/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p,
div {
  word-break: break-all;
}

a {
  color: #333333;
  text-decoration: none;
  transition: .2s;
}

a:hover {
  opacity: .7;
}

input[type="text"],
select {
  border-radius: 3px;
  border: none;
  padding: 6px;
  font-size: inheirt;
  box-sizing: border-box;
  width: 100%;
}

input::placeholder {
  color: #B5B5B5;
  font-size: 12px;
}

pre {
  white-space: pre-wrap;
}

.clearfix {
  display: block;
}

.clearfix::before {
  content: "";
  display: block;
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.bx-wrapper {
  box-shadow: none !important;
}

.bx-controls-direction a {
  z-index: 0 !important;
}

body {
  font-size: 16px;
}


a.disabled {
  pointer-events: none;
}

/* -----------------------------------------------------------------
   header
----------------------------------------------------------------- */
header {
  width: 100%;
  padding: 30px 0;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  z-index: 2;
  transition: .3s;
}

header .top-nav {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

header .header-menu {
  display: flex;
  justify-content: space-between;
}

header .header-logo img {
  max-height: 50px;
  max-width: 700px;
}

.header.fix {
  display: block;
  padding: 6px 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition: .3s;
}

.gnav {
  display: flex;
  align-items: flex-end;
}

.gnav li {
  margin-left: 20px;
}

.gnav .account {
  font-size: 10px;
}

.gnav .account:last-child {
  margin-right: 16px;
}

.gnav .gnav-menu {
  font-weight: bold;
}

.gnav-menu {
  font-size: 10px;
}

.header-favorite a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f004";
  font-size: 16px;
  display: block;
  color: #707070;
}

.header-mypage a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f007";
  font-size: 16px;
  display: block;
  color: #707070;
}

.header-cart a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f07a";
  font-size: 16px;
  display: block;
  color: #707070;
}

.logout a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f2f5";
  font-size: 16px;
  display: block;
  color: #707070;
}

.membership a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f234";
  font-size: 16px;
  display: block;
  color: #707070;
}

.login a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f2f6";
  font-size: 16px;
  display: block;
  color: #707070;
}

.header-cart {
  position: relative;
}

.header-cart .cart-count {
  position: absolute;
  right: -8px;
  top: -8px;
  background: #F23E0C;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

.main-visual {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.main-visual img {
  margin: 0 auto;
  width: 100%;
}

.main-visual li {
  height: 100%;
  display: flex;
  align-items: center;
}

#M_slider {
  height: 100%;
}

.contents {
  width: 1160px;
  padding-top: 115px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
}


.top-container {
  padding: 0;
}

.banner-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.banner-area::after {
  content: "";
  display: block;
  width: 33%;
}

.banner-area img {
  max-width: 330px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* -----------------------------------------------------------------
   side-nav
----------------------------------------------------------------- */
.side {
  width: 210px;
  padding-right: 30px;
}

.search {
  background: #E6E6E6;
  padding: 16px;
}

.search-btn {
  font-size: 12px;
  border: 1px solid #333333;
  border-radius: 3px;
  background: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}

.search-area li {
  margin-bottom: 20px;
}

.search-area label {
  display: block;
  margin-bottom: 10px;
}

.search-area input,
.search-area select {
  width: 100%;
}

input.search-price {
  width: 36%;
  margin-right: 4px;
}

.side-section {
  margin-top: 30px;
}

.sp-side-section {
  display: none;
}

.category-list-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.side-category-item {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-right: 12px;
}

.side-category-item p,
.side-category-item a {
  width: 100%;
  padding: 10px 0;
  display: inline-block;
  margin-bottom: 0;
}

.side-category-item p:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.side-category-item p:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: .3s;
}

.side-category-item p.on {
  width: 95%;
  color: #fff;
  padding-right: 14px;
}

.side-category-item p.on:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background: #232120;
  right: 10%;
  top: 20px;
}

.side-category-item p.on:after {
  background-color: transparent;
  background: #232120;
  right: 10%;
  top: 20px;
}

.child-item {
  padding: 8px !important;
  font-size: 12px;
}

.close {
  display: none;
}

.accordion {
  cursor: pointer;
}

.side-contact li {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.calendar-wrap {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.calendar-title {
  padding: 8px;
  color: #fff;
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
}

.calendar-title dt {
  font-size: 12px;
  margin-right: 6px;
}

.makeshop-calendar1,
.makeshop-calendar2 {
  width: 100%;
  border-collapse: inherit;
  padding: 8px;
}

.makeshop-calendar1 tr,
.makeshop-calendar2 tr {
  text-align: center;
  font-size: 12px;
}

.makeshop-calendar1 thead tr th,
.makeshop-calendar2 thead tr th {
  padding-bottom: 8px;
}

.makeshop-calendar1 tbody tr td,
.makeshop-calendar2 tbody tr td {
  padding-bottom: 2px;
  height: auto !important;
}

.makeshop-calendar1 td.today {
  background: #F23E0C;
  color: #fff;
  height: auto;
}

.this-month {
  background: #808080;
}

.next-month {
  background: #808080;
}

.saturday {
  color: #006BED;
}

.sunday {
  color: #F23E0C;
}

/* -----------------------------------------------------------------
   check
----------------------------------------------------------------- */
.checked-contents {
  padding-bottom: 60px;
  display: inline-block;
}

.checked-item-list {
  display: flex;
  flex-wrap: wrap;
}

.checked-item-list li {
  width: 140px;
  position: relative;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
}

.checked-item-list li:last-child {
  margin-right: 0;
}

.checked-item-list li img {
  width: 100%;
}

/* -----------------------------------------------------------------
   main
----------------------------------------------------------------- */
.single .entry-content h1:first-of-type {
  margin-top: 10px !important;
  line-height: 1.4 !important;
}

.main {
  width: 798px;
}

.border:after {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0 60px;
}

h2 {
  font-size: 18px;
  margin-bottom: 40px;
}

h2 span {
  font-size: 12px;
  margin-left: 8px;
}

.shop-comment {
  margin-bottom: 40px;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
}

.item-list li {
  width: calc((100% - 90px) / 4);
  margin-bottom: 40px;
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.item-list li:nth-child(4n) {
  margin-right: 0;
}

.item-list li img {
  width: 100%;
  margin-bottom: 4px;
  position: relative;
}

.item-list-review {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.item-list-review .item-list-review-rate {
  margin: 0 6px;
}

.ranking-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  font-size: 12px;
  color: #333333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}

.rank-1 {
  background: #D1AF28;
  color: #fff;
}

.rank-2 {
  background: #ABA8A8;
  color: #fff;
}

.rank-3 {
  background: #D18858;
  color: #fff;
}

.item-icon {
  position: absolute;
  top: -10px;
  font-size: 12px;
  right: -8px;
  color: #fff;
  padding: 0 3px;
  z-index: 1;
}

.item-icon p {
  padding: 0 3px;
}

.item-icon .item-soldout {
  background: #B5B5B5;
}

.item-icon .item-sale {
  background: #F23E0C;
}

.item-category {
  margin-bottom: 8px;
  font-size: 12px;
}

.original-price {
  text-decoration: line-through;
}

.item-sale-price {
  color: #F23E0C;
}

.news-list {
  margin-bottom: 10px;
}

.news-list li {
  border-bottom: 1px solid #CBCBCB;
  padding: 14px 0;
}

.news-list li:first-child {
  padding-top: 0;
}

.news-list dl dt {
  margin-bottom: 8px;
}

.news-list dl dd {
  font-size: 12px;
}

.news-wrap {
  display: flex;
}

.news-wrap dl dt a {
  text-decoration: underline;
}

.news-wrap dl dt a:hover {
  text-decoration: none;
}

.news-more a {
  text-decoration: underline;
}

.news-more a:hover {
  text-decoration: none;
}

.news-date {
  font-size: 12px;
  color: #B5B5B5 !important;
  min-width: 120px;
}

.news-content:after {
  content: "…";
}

.news-more {
  text-align: right;
  padding-bottom: 60px;
}

.index-review-list li {
  display: flex;
  margin-bottom: 60px;
}

.index-review-list li .index-review-image {
  margin-right: 18px;
  width: 140px;
  min-width: 140px;
}

.index-review-list li .index-review-image img {
  width: 100%;
}

.review-list-category {
  margin-bottom: 8px;
  font-size: 12px;
}

.review-index-score {
  display: flex;
  align-items: baseline;
}

.review-index-score p {
  margin-right: 16px;
}

.foot-category {
  background: #f2f2f2;
  padding: 60px 0;
}

.foot-category h2 {
  text-align: center;
}

.main-category-list {
  width: 1000px;
  margin: 0 auto;
}

.main-category-list li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
  width: 197px;
}

.main-category-list li a {
  width: 100%;
  display: block;
}

/* -----------------------------------------------------------------
   footer
----------------------------------------------------------------- */
.footer-bg {
  background: #E6E6E6;
}

.footer {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tokucyu {
  border: solid 1px #fff;
  color: #fff;
  width: 80%;
  margin: 5px auto 15px;
  padding: 3px;
  display: block;
}

.footer img {
  max-width: 120px;
}

.footer-nav {
  display: flex;
  align-items: center;
}

.footer-nav li {
  margin-right: 30px;
}

.copyright {
  font-size: 12px;
  max-width: 300px;
}

/* -----------------------------------------------------------------
   item-list-cart
----------------------------------------------------------------- */
.item-list-cart {
  margin: auto 0 0 0;
}

.item-list-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  padding: 8px 0;
  font-weight: bold;
  font-size: 13px;
}

.item-list-sold {
  background: #B5B5B5;
  color: #fff;
}

.option-list-cart {
  border: 1px solid #808080;
  color: #808080;
  ;
}

.add-list-cart {
  background: #1FD5AD;
  color: #fff;
}

.price {
  margin-bottom: 8px;
}

/* -----------------------------------------------------------------
   category
----------------------------------------------------------------- */
.breadcrumb {
  font-size: 12px;
  padding-top: 10px;
}

.breadcrumb-item {
  margin-right: 8px;
}

.breadcrumb-item::after {
  content: ">";
  margin-left: 12px;
}

.breadcrumb-item:last-child::after {
  display: none;
}

.category-image {
  margin-bottom: 20px !important;
  display: flex;
}

.category-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category-title dl {
  display: flex;
  font-size: 12px;
  margin-bottom: 40px;
}

.category-title dd {
  margin-right: 8px;
}

.category-child-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.category-child-item li {
  margin: 0 20px 12px 0;
}

.total-count span {
  font-weight: bold;
}

.pager-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.pager {
  display: flex;
}

.pager li {
  margin-right: 16px;
}

.pager li:last-child {
  margin-right: 0;
}

.bulk-group {
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: bold;
}

.bulk-group a {
  color: #B5B5B5;
}

/* -----------------------------------------------------------------
   detail
----------------------------------------------------------------- */
.detail {
  padding: 48px 0 60px;
}

.item-image {
  width: 540px;
  float: left;
}

.item-image img {
  width: 100%;
}

.main-image {
  float: left;
  margin-bottom: 40px;
  width: 540px;
}

.main-image img {
  width: 100%;
}

/*スライダーcss*/
.gallery li {
  list-style: none;
}

.gallery li img {
  width: 100%;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  height: 15px;
  width: 15px;
}

.slick-prev:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}

.slick-next:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}

.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}

.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.choice-btn {
  margin: 6px 0 40px;
}

.choice-btn li {
  cursor: pointer;
  background: #333;
  width: 130px !important;
  margin-bottom: 12px;
}

.choice-btn li:nth-child(5n) {
  margin-right: 0;
}

.choice-btn .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.choice-btn .slick-track::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.choice-btn .slick-track::after {
  content: "";
  display: block;
  width: 23%;
}

.choice-btn li img {
  opacity: 0.4;
  width: 130px;
}

.choice-btn li.slick-current img {
  opacity: 1;
}

/*追加*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*スライダーcssここまで*/
.add-image-section {
  margin-bottom: 40px;
}

.add-image-title {
  font-size: 18px;
  margin: 40px 0 20px;
}

.add-image-list {
  width: 164px;
  display: inline-block;
  margin-right: 20px;
}

.add-image-list:last-child {
  margin-right: 0;
}

.add-image-list img {
  width: 100%;
}

.group-review-section {
  width: 540px;
  display: inline-block;
}

.group-item-list {
  display: flex;
  flex-wrap: wrap;
}

.group-item-list li {
  width: 120px;
  margin-bottom: 40px;
  margin-right: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.group-item-list li img {
  width: 100%;
}

.group-item-list li:nth-child(4n) {
  margin-right: 0;
}

.item-detail {
  width: 400px;
  padding-left: 40px;
  float: right;
}

.item-detail .item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 26px;
  position: relative;
}

.item-detail .item-category-name {
  margin-bottom: 6px;
}

.item-detail-icon {
  position: absolute;
  display: contents;
  font-size: 12px;
  font-weight: normal;
  top: 0;
}

.item-detail-icon .item-detail-sale {
  color: #F23E0C;
}

.item-detail-icon p {
  margin-bottom: 12px;
}

.item-price-wrap {
  margin-bottom: 20px;
}

.item-price-wrap .item-price {
  font-size: 30px;
  font-weight: 500;
}

.item-price-wrap .item-tax {
  font-size: 14px;
  color: #333333;
}

.item-price-wrap .fixed-price {
  font-size: 12px;
}

.member-original-price {
  font-size: 12px;
}

.member-original-price span {
  font-size: 18px;
}

.sale-text .original {
  text-decoration: line-through;
}

.sale-text .sale-rate,
.sale-text .sale-price {
  color: #F23E0C;
}

.sale-text .sale-rate {
  margin: 0 10px;
}

.sale-text .sale-price {
  font-size: 30px;
  font-weight: 500;
}

.sale-priod {
  font-size: 12px;
  margin: 6px 0 12px;
}

.item-point,
.review-empty {
  margin-bottom: 20px;
}

.item-sell-text {
  margin: 20px 0;
}

.item-sell-text .sell-start {
  margin-bottom: 8px;
}

.item-reserve {
  margin: 20px 0;
}

.item-reserve .item-reserve-release-text,
.item-reserve .item-reserve-text {
  font-size: 12px;
  margin-top: 6px;
}

.nameprint-area {
  margin-top: 20px;
}

.nameprint-area .nameprint-title-wrap {
  margin: 18px 0 8px;
  font-size: 12px;
}

.nameprint-area .nameprint-text-wrap p {
  margin-bottom: 4px;
  font-size: 12px;
}

.nameprint-area .nameprint-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.nameprint-area .nameprint-title span {
  color: #F23E0C;
  font-size: 12px;
  font-weight: normal;
  margin-left: 6px;
}

.nameprint-area .nameprint-text input,
.nameprint-area .nameprint-text textarea {
  width: 75%;
  border: 1px solid #333333;
}

.item-quantity {
  font-size: 12px;
  margin-bottom: 20px;
}

.item-quantity input {
  width: 40px;
  border: 1px solid #333333;
  margin-left: 8px;
}

.item-review {
  font-size: 12px;
}

.review-link {
  margin-bottom: 20px;
}

.review-link a {
  text-decoration: underline;
}

.review-link a:hover {
  text-decoration: none;
}

.item-option {
  width: 100%;
}

.item-option .btn {
  margin-top: 20px;
}

.makeshop-option-wrap {
  margin-top: 10px;
}

.makeshop-option-label {
  font-size: 12px;
  margin-bottom: 6px;
}

.makeshop-option-select {
  border: 1px solid #333333;
  margin-bottom: 12px;
  width: 75%;
}

.add-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 40px;
}

.stock-wrap {
  width: 100%;
  margin-bottom: 8px;
}

.add-cart .item-stock {
  margin-right: 14px;
  font-size: 10px;
}

.add-cart .btn {
  width: 180px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}

.add-cart .add-cart-btn {
  background: #1FD5AD;
}

.add-cart .restock-btn {
  background: #333333;
}

.add-cart .disabled-btn {
  background: #B5B5B5;
}

.add-cart .subscription-btn {
  background: #006BED;
  margin-top: 8px;
}

.add-cart .off {
  display: none;
}

.add-cart .on {
  display: block;
}

.subscription-only {
  margin-top: 0 !important;
}

.item-stock-sku {
  margin-bottom: 8px;
}

.sku-btn {
  width: 130px !important;
  padding: 10px 0 !important;
  font-size: 12px !important;
}

.favorite-wrap {
  display: flex;
  align-items: baseline;
}

.favorite a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f004";
  font-size: 24px;
  font-weight: 900;
  margin-left: 14px;
  margin-right: 4px;
  color: #ff7683;
}

.item-contact {
  margin-bottom: 40px;
}

.item-contact::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0 40px;
}

.item-contact a {
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #333333;
  border-radius: 2px;
  text-align: center;
}

.item-contact a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0e0";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: #707070;
}

.item-description dt {
  font-size: 18px;
  margin-bottom: 16px;
}

.item-info-list {
  margin-top: 20px;
}

.item-info-list li {
  margin-bottom: 10px;
}

.item-info-list li dl {
  display: flex;
}

.item-info-list li dt {
  width: 34%;
}

.item-info-list li dd {
  width: 66%;
}

.item-share li {
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}

.border-top::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0;
}

.item-share {
  margin-bottom: 40px;
}

.sku tbody {
  align-items: center;
}

.sku-option-title {
  width: 60px;
  font-weight: bold;
  text-align: left;
  padding: 0 20px 10px 0;
  vertical-align: middle;
}

.sku-option-name {
  font-size: 10px;
  text-align: left;
  padding: 0 16px 20px 0;
  vertical-align: middle;
}

.sku-img {
  vertical-align: middle;
}

.sku-img img {
  padding-right: 20px;
}

.option-image {
  max-width: 80px;
}

.option-image:hover {
  cursor: pointer;
}

.sku-cart {
  padding-bottom: 20px;
}

.sku-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.sku-price-wrap .price {
  margin: 0 6px 4px 0;
  width: 100%;
}

.item-review-detail {
  margin-bottom: 60px;
}

.item-review-detail h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.item-review-list li {
  margin-bottom: 60px;
}

.item-review-list-link {
  margin-bottom: 30px;
  font-size: 12px;
}

.item-review-list-link a {
  text-decoration: underline;
}

.item-review-list-link a:hover {
  text-decoration: none;
}

.review-list-unit .review-list-name {
  margin-bottom: 12px;
}

.review-list-unit .star-score {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.review-list-unit .review-star {
  margin-right: 6px;
}

.review-list-unit .review-list-date {
  font-size: 12px;
  color: #B5B5B5;
  margin: 12px 0;
}

.review-list-unit .review-list-content {
  font-size: 12px;
}

.reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #FFA41C;
}

.reviewRateStar::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-size: 12px;
  font-weight: 900;
}

.starOff::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-weight: 400;
}

.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f5c0";
}

.review-post {
  margin-top: 40px;
}

.review-post {
  text-align: center;
}

.review-post a {
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 0;
  border: 1px solid #333333;
  border-radius: 2px;
  text-align: center;
}

.review-post a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f304";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: fff;
}

/*定期購入*/
.product-price-block {
  font-size: 30px;
  margin: 12px 0;
  font-weight: 500;
  color: #FE5A74;
}

.product-price-block small {
  font-size: 14px;
  color: #333333;
}

.subscription-gift {
  display: flex;
  margin-top: 30px;
}

.subscription-gift img {
  margin-right: 20px;
  width: 80px;
  max-height: 80px;
}

.subscription-price {
  font-size: 26px;
  font-weight: 500;
  color: #FE5A74;
}

.subscription-price small {
  font-size: 14px;
}

.item-group-icon img {
  width: auto !important;
  height: auto !important;
  display: block;
  margin-top: 8px;
}

/* -----------------------------------------------------------------
   review
----------------------------------------------------------------- */
.review-item-wrap {
  border: 1px solid #333333;
  padding: 20px;
  border-radius: 3px;
  display: flex;
  margin-bottom: 60px;
}

.review-item-wrap .review-item-image {
  padding-right: 20px;
  width: 120px;
}

.review-item-wrap .review-item-image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.review-item-info .review-item-category {
  font-size: 12px;
  margin-bottom: 8px;
}

.review-item-info .review-item-name {
  font-size: 18px;
}

.review-item-info .total-review {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}

.review-item-info .review-star {
  margin-right: 10px;
}

.review-item-info .review-average {
  font-size: 20px;
  font-weight: bold;
}

.review-item-info .review-count {
  font-size: 12px;
}

.review-form-wrap {
  width: 485px;
  margin: 0 auto;
}

.review-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.review-form:last-child {
  margin-bottom: 60px;
}

.review-form dt {
  width: 150px;
  text-align: left;
}

.review-form .review-form-content {
  width: 100%;
}

.review-form dd input {
  border: 1px solid #707070;
  width: 100%;
}

.review-form dd .reviewRateStar:before {
  font-size: 18px;
}

.review-post-btn {
  border: none !important;
  background: #707070;
  color: #fff;
}

/* -----------------------------------------------------------------
   cart
----------------------------------------------------------------- */
.cart {
  margin-bottom: 100px;
}

.cart-section-title {
  padding-top: 60px;
}

.free-shipping-wrap {
  text-align: right;
  margin-bottom: 16px;
  font-size: 12px;
}

.free-shipping-wrap .free-shipping-text em {
  color: #F23E0C;
}

.cart-list-table {
  width: 100%;
  padding: 20px;
}

.cart-list-table th {
  background: #E6E6E6;
  padding: 8px 12px;
  text-align: left;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.cart-list-table th:first-child {
  width: 360px;
}

.cart-list-table th:nth-child(2) {
  width: 190px;
}

.cart-list-table th:nth-child(3) {
  width: 200px;
}

.cart-list-table th:last-child {
  width: 200px;
}

.cart-list-table tbody tr {
  border-bottom: 1px solid #E6E6E6;
}

.cart-list-table tbody td {
  vertical-align: middle;
  padding: 20px;
}

.cart-list-table tbody td:first-child {
  display: flex;
}

.cart-list-info {
  font-size: 12px;
}

.cart-list-image {
  width: 80px;
  min-width: 80px;
  margin-right: 12px;
}

.cart-list-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.item-cart-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.item-cart-price {
  font-size: 24px;
}

.item-cart-quantity input {
  width: 40px;
  border: 1px solid #333333;
  margin-right: 12px;
}

.item-cart-delete {
  float: right;
}

.item-cart-delete a {
  font-size: 10px;
  border: 1px solid #333333;
  padding: 2px 8px;
}

.item-cart-subtotal {
  font-size: 24px;
  font-weight: bold;
}

.cart-total {
  background: #E6E6E6;
}

.cart-total td {
  display: table-cell !important;
}

.cart-total .cart-total-title {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}

.cart-total .cart-total-price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}

.cart-total .cart-total-point {
  font-size: 12px;
}

.cart-total .cart-bulk {
  margin-top: 6px;
  font-size: 12px;
}

.cart-button-wrap {
  text-align: right;
  margin-top: 40px;
}

.cart-button-wrap .cart-button a {
  width: 320px;
  display: inline-block;
  text-align: center;
  background: #1FD5AD;
  border-radius: 5px;
  padding: 20px 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.cart-button-wrap .cart-back-button a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f053";
  font-size: 12px;
  font-weight: bold;
  padding-right: 8px;
  color: #707070;
}

/* -----------------------------------------------------------------
   news
----------------------------------------------------------------- */
.news-list-unit {
  padding: 30px 0 !important;
}

.news-list-title {
  margin-bottom: 6px;
}

.news-list-title a {
  text-decoration: underline;
}

.news-list-title a:hover {
  text-decoration: none;
}

.news-list-date {
  font-size: 12px;
  color: #B5B5B5 !important;
  margin-bottom: 8px;
}

.news-content-wrap {
  margin-bottom: 30px;
}

.news-pager {
  display: flex;
  justify-content: space-between;
}

.news-pager .pager-left {
  display: flex;
}

.news-pager .pager-left .prev {
  margin-right: 20px;
}

.news-pager a {
  text-decoration: underline;
}

.news-pager a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------------
   guide
----------------------------------------------------------------- */
.guide-section {
  width: 85%;
  margin: 0 auto 60px;
}

.guide-section .guide-section-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.comapany-box {
  width: 75%;
  margin: 0 auto 60px;
}

.comapany-box img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
  margin-bottom: 20px;
}

.contract-section {
  width: 85%;
  margin: 0 auto 60px;
}

.contract-section dt {
  font-weight: bold;
  margin-bottom: 8px;
}

.policy-box {
  width: 85%;
  margin: 0 auto 60px;
}

/* -----------------------------------------------------------------
   catalog
----------------------------------------------------------------- */
.catalog-list {
  width: 100%;
  margin-bottom: 48px;
}

.catalog-list th {
  background: #E6E6E6;
}

.catalog-list td,
.catalog-list th {
  border: 1px solid #ccc;
  padding: 6px 18px;
  vertical-align: middle;
}

.catalog-list input {
  border: 1px solid #ccc;
}

.catalog-input-num {
  width: 10rem;
}

.catalog-input-quantity {
  width: 3rem;
}

.catalog-info-wrap {
  text-align: left;
  font-size: 0.9rem;
  width: 397px;
  display: flex;
  box-sizing: border-box;
}

.catalog-img img {
  margin-right: 8px;
  width: 80px;
}

.catalog-search-btn {
  width: 60px;
}

.catalog-cart-btn {
  width: 25%;
}

.catalog-cart {
  text-align: center;
  display: block;
}

.catalog-search-btn {
  background: #333;
  padding: 10px 6px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

.category-title {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
  margin-bottom: 0;
}



/* -----------------------------------------------------------------
   試食フォーム
----------------------------------------------------------------- */
#contactForm textarea {
  width: 100%;
  border: solid 1px #dbdbdb;
}

input#formbtn {
  background-color: #222;
  color: #fff;
  border: none;
  letter-spacing: 3px;
}

.wpcf7 input[type="tel"] {
  width: 100%;
  border: solid 1px #dbdbdb;
  padding: 0.5rem;
  font-size: 1rem;
}

/* Contact Form 7のリスト項目をすべて縦並びに */
.wpcf7-list-item {
  margin-top: 10px;
  display: block;
}

/* 全幅指定 */
.full-width {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

/* pタグの余白を削除 */
.wpcf7-form p {
  margin-bottom: 0;
}


/*  フォームの幅（自由に変えてOK） */
.contactForm {
  max-width: 700px;
  margin: 0 auto;
}

/* 各項目の下部余白 */
.contact_item {
  margin-bottom: 1.5rem;
}

/* 項目名 */
.label {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: bold;
}

/* 必須タグと任意タグ共通のスタイル */
.label_tag {
  font-size: 1rem;
  color: #ffffff;
  border-radius: .3rem;
  margin-right: 1rem;
  padding: 5px 10px;
}

/* 必須タグ */
.label_must:after {
  content: "必須";
  background-color: #b70909;
  color: #fff;
  font-size: 0.8rem;
  padding: 2px 5px;
  margin-left: 5px;
}


/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="email"] {
  border: solid 1px #dbdbdb;
  padding: 0.5rem;
  font-size: 1rem;
  width: 100%;
}

/* お問い合わせ内容を入力する箇所 */
textarea.form-control {
  border: solid 1px #dbdbdb;
  padding: .5rem;
  height: 207px;
  font-size: 1rem;
}

/* ボタン */
.btnArea {
  text-align: center;
}

input[type="submit"] {
  background: #C84772;
  border: 2px solid #ffffff;
  width: 280px;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: .5em;
  text-indent: .5em;
  padding: 1.4rem 0;
  margin-top: 2rem;
  cursor: pointer;
  border-radius: .3rem;
  transition: all .3s;

}

/* ボタンにホバーした時 */
input[type="submit"]:hover {
  color: #C84772;
  background-color: #ffffff;
  border-color: #C84772;
}

/* ローダー */
.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}

/* モバイル版 */
@media screen and (max-width: 480px) {
  .contact_item {
    margin-bottom: 1.6rem;
  }

  .label {
    font-size: 1rem;
    margin-bottom: .4rem;
  }

  .label_tag {
    font-size: 1rem;
  }

  input[type="text"],
  input[type="email"] {
    padding: .4rem;
    font-size: 1rem;
  }

  textarea {
    padding: .4rem;
    font-size: 1rem;
  }

  input[type="submit"] {
    font-size: 1rem;
  }
}



/* -----------------------------------------------------------------
   responsive
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  header .header-menu {
    justify-content: space-around;
    margin-bottom: 20px;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    background: #fff;
  }

  header .header-logo img {
    max-width: 100%;
  }

  .header {
    position: relative;
  }

  .header .top-nav {
    flex-direction: column-reverse;
  }

  .gnav .account {
    display: none;
  }

  .main-visual {
    margin: 20px auto 40px;
  }

  .main-visual img {
    height: auto;
  }

  .bx-wrapper {
    margin-bottom: 0 !important;
  }

  .banner-area {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }

  .banner-area img {
    width: 96%;
    max-width: 100%;
    margin: 0 auto 6px;
  }

  .contents {
    width: 100%;
    padding: 0 12px 48px;
  }

  .container {
    display: block;
    padding: 0;
  }

  .side {
    width: auto;
    padding-right: 0;
  }

  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100vh;
    background: #111;
    transition: all 0.6s;
  }

  #g-nav.panelactive {
    left: 0;
  }

  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ボタン*/
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 16px;
    left: 3px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
    background: #fff;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
    background: #fff;
  }

  .search {
    padding: 20px 45px 16px;
    background: none;
    color: #fff;
  }

  .search-btn {
    background: #333333;
    color: #fff;
  }

  .search-area select {
    background: #fff;
  }

  .side-section {
    width: 75%;
    margin: 0px auto;
  }

  .sp-side-section {
    display: block;
    padding: 50px 10px 0;
  }

  .sp-side-section .sp-gnav li {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
  }

  .sp-side-section .sp-gnav li a {
    color: #fff;
  }

  .sp-side-section .sp-gnav .logout a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }

  .sp-side-section .sp-gnav .membership a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }

  .sp-side-section .sp-gnav .login a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }

  .side-category-list a {
    color: #fff;
  }

  .category-list-title,
  .side-category-item {
    border-bottom: 1px solid #ccc;
    color: #fff;
  }

  .side-category-item {
    padding-right: 20px;
  }

  .side-category-item p:before {
    background-color: #232120;
  }

  .side-category-item p:after {
    background-color: #232120;
  }

  .side-category-item p.on {
    width: 100%;
    color: #232120;
  }

  .side-contact a {
    color: #fff;
  }

  .makeshop-calendar1,
  .makeshop-calendar2 {
    background: #fff;
  }

  .makeshop-calendar1 tr,
  .makeshop-calendar2 tr {
    text-align: center;
    font-size: 12px;
  }

  .makeshop-calendar1 thead tr th,
  .makeshop-calendar2 thead tr th {
    padding-bottom: 8px;
  }

  .makeshop-calendar1 tbody tr td,
  .makeshop-calendar2 tbody tr td {
    padding-bottom: 2px;
  }

  .calendar-wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .calendar-wrap div {
    background: #fff;
  }

  .calendar-title {
    margin-bottom: 0;
  }

  .main {
    width: 100%;
  }

  .item-list {
    display: flex;
    flex-wrap: wrap;
  }

  .item-list li {
    width: calc((100% - 16px) / 2);
    margin-bottom: 40px;
    margin-right: 16px;
    position: relative;
  }

  .item-list li:nth-child(2n) {
    margin-right: 0;
  }

  .item-list li img {
    width: 100%;
    margin-bottom: 4px;
  }

  .news-list li {
    padding: 30px 0;
  }

  .news-list li:first-child {
    padding-top: 0;
  }

  .news-wrap {
    display: block;
  }

  .news-date {
    width: 100%;
    margin-bottom: 8px;
  }

  .index-review-list li {
    display: block;
    margin-bottom: 60px;
  }

  .review-index-score {
    display: block;
  }

  .review-index-score .review-score {
    display: none;
  }

  .review-index-score .review-list-unit,
  .review-index-score .review-list-name {
    margin-bottom: 5px;
  }

  .review-index-score .review-list-date {
    margin: 5px 0 12px;
  }

  .main-category-list {
    width: 95%;
  }

  .main-category-list li {
    display: block;
    vertical-align: middle;
    margin-bottom: 0;
    border-bottom: 1px solid #B5B5B5;
    width: 95%;
    padding: 12px 0;
  }

  .main-category-list li a {
    padding: 0 5px;
  }

  .footer {
    width: 95%;
    display: block;
  }

  .footer img {
    margin-bottom: 20px;
  }

  .footer-nav {
    display: block;
    margin-top: 20px;
  }

  .footer-nav li {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .category-title {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .category-title dl {
    margin-bottom: 20px;
  }

  .category-child-item li {
    width: 175px;
    margin: 0 0 20px 0;
  }

  .detail {
    padding: 0;
  }

  .item-image {
    width: 100%;
  }

  .main-image {
    width: 100%;
  }

  .choice-btn {
    width: 100%;
  }

  .choice-btn li {
    width: calc(93% / 4) !important;
  }

  .choice-btn .slick-track {
    width: 100% !important;
  }

  .choice-btn li img {
    width: 100% !important;
  }

  .add-image-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .add-image-list:nth-child(2n) {
    margin-right: 0;
  }

  .add-image-list:last-child {
    margin-bottom: 0;
  }

  .group-review-section {
    width: 100%;
  }

  .group-item-list {
    justify-content: space-between;
  }

  .group-item-list li {
    width: calc((100% - 16px) / 2);
    margin-bottom: 40px;
    margin-right: 0;
    position: relative;
  }

  .group-item-list li img {
    height: auto;
  }

  .item-detail {
    width: 100%;
    padding-left: 0;
  }

  .item-detail .item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .item-detail .item-category-name {
    font-size: 14px;
  }

  .slick-prev,
  .slick-next {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
  }

  .slick-prev:after {
    display: none;
  }

  .slick-next:after {
    display: none;
  }

  .item-price-wrap {
    margin-bottom: 8px;
  }

  .item-price-wrap .item-price {
    font-size: 22px;
  }

  .item-price-wrap .item-tax {
    font-size: 12px;
  }

  .item-point {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .item-sell-text {
    margin: 20px 0;
  }

  .item-option {
    margin-bottom: 12px;
  }

  .makeshop-option-select {
    width: 100%;
  }

  .nameprint-area {
    margin-bottom: 40px;
  }

  .nameprint-area .nameprint-text input,
  .nameprint-area .nameprint-text textarea {
    width: 100%;
  }

  .item-share {
    margin-bottom: 40px;
  }

  .review-category-title {
    margin-bottom: 20px;
  }

  .item-review-list li {
    margin-bottom: 30px;
  }

  .review-item-wrap {
    margin-bottom: 30px;
  }

  .review-form-wrap {
    width: 100%;
  }

  .review-form {
    display: block;
    align-items: center;
    margin-bottom: 30px;
  }

  .review-form:last-child {
    margin-bottom: 60px;
  }

  .review-form dt {
    width: 100%;
    margin-bottom: 8px;
  }

  .review-form dd textarea {
    width: 98%;
  }

  .add-cart {
    display: block;
    margin: 0 0 16px;
  }

  .add-cart .item-stock {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .add-cart .btn {
    width: 100%;
    font-size: 18px;
  }

  .sku-cart .btn {
    font-size: 12px;
    max-width: 100px !important;
  }

  .sku-option-title {
    font-size: 12px;
  }

  .option-image {
    max-width: 40px;
  }

  .item-contact::before {
    display: none;
  }

  .item-info-list li dt {
    width: 40%;
  }

  .item-info-list li dd {
    width: 60%;
  }

  .checked-contents {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .checked-item-list {
    justify-content: space-between;
  }

  .checked-item-list li {
    width: calc((100% - 16px) / 2);
    margin-right: 0;
    margin-bottom: 40px;
    justify-content: space-between;
  }

  .checked-item-list li img {
    width: 100%;
  }

  .cart {
    margin-bottom: 40px;
  }

  .cart-section-title {
    padding-top: 0;
  }

  .free-shipping-wrap {
    text-align: left;
  }

  .cart-list-table {
    width: 100%;
    padding: 20px 0;
  }

  .cart-list-table th {
    display: none;
  }

  .cart-list-table tbody td {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 6px;
  }

  .cart-list-table tbody td:first-child {
    width: 100%;
    margin-top: 30px;
  }

  .item-cart-price {
    font-size: 16px;
    text-align: right;
  }

  .item-cart-quantity input {
    margin-right: 8px;
  }

  .item-cart-delete {
    float: none;
    padding-left: 20px;
  }

  .item-cart-subtotal {
    font-size: 22px;
    text-align: right;
    margin-bottom: 30px !important;
  }

  .item-cart-subtotal::before {
    content: "小計";
    font-size: 14px;
  }

  .cart-total {
    display: flex;
    padding: 10px;
  }

  .cart-total-title {
    margin: 0 !important;
  }

  .cart-total-price-wrap {
    text-align: right;
  }

  .cart-button-wrap .cart-button a {
    width: 100%;
  }

  .guide-section {
    width: 100%;
  }

  .comapany-box {
    width: 100%;
  }

  .contract-section {
    width: 100%;
  }

  .policy-box {
    width: 100%;
  }

  .guide-title {
    margin: 40px 0 20px;
  }

  select::-ms-expand {
    display: none;
  }

  .makeshop-option-select-wrap {
    position: relative;
    background: #ffffff;
  }

  .makeshop-option-select-wrap::before {
    position: absolute;
    top: 10px;
    right: 8px;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }

  select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .catalog-info-wrap {
    width: 100%;
  }

  .catalog-img {
    margin: 10px 0 4px;
  }

  .catalog-list,
  .catalog-list td,
  .catalog-list th {
    border-collapse: collapse;
    text-align: center;
  }

  .catalog-list thead th {
    display: none;
  }

  .catalog-list td {
    padding: 8px 12px;
    display: block;
  }

  .catalog-list td[data-title]::before {
    color: #666;
    content: attr(data-title) "";
    font-weight: bold;
    padding: 0 10px 0 0;
    display: inline;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header .header-menu {
    padding: 20px 130px;
  }

  .main-visual img {
    height: 500px;
  }

  .main-image img {
    height: 600px;
  }

  .item-list li img {
    height: auto;
  }

  .checked-item-list li img {
    height: auto;
  }

  .sku-option-title {
    width: 100px;
  }

  .sku-cart {
    min-width: 400px;
  }

  .choice-btn li:nth-child(5n) {
    margin-right: 8px;
  }

  .choice-btn li:nth-child(10n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 374px) {
  .header .header-menu {
    padding: 20px 20px;
  }

  .choice-btn li {
    width: 56px !important;
    margin-right: 4px;
  }

  .choice-btn li img {
    width: 56px !important;
    height: 56px;
  }
}




/*コンテンツ幅*/
html {
  overflow-x: hidden;
}

.copyright {
  background-color: #935355 !important;
  color: #fff;
}

.contents {
  max-width: 1160px;
  padding-top: 160px;
  margin: 0 15px;
  -webkit-box-sizing: border-box;
}

.inner {
  max-width: 1160px;
  margin: 0 auto;
}

.pt-header {
  padding-top: 85px;
}

.nofix-header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.main {
  width: auto;
}

/*slick*/
.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}

.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  background-color: inherit;
}

/* next */

.slick-next {
  right: 26px;
}

.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 26px;
}

.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {

  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }

  .slick-next {
    right: 8px;
  }

  .slick-prev {
    left: 8px;
  }

  .slick-next::after {
    right: 2px;
  }
}

/*スマホ非表示*/
/* パソコンで見たときは"pc"のclassが表示される */
.pc {
  display: block;
}

.sp {
  display: none !important;
}

/*画像サイズ*/
img {
  max-width: 100%;
}

/*フォント*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #232120;
  background-color: #f3f2ef;
}

/*リンク*/
a:hover {
  color: inherit;
  text-decoration: none;
}

/*見出し*/
h2 {
  margin-bottom: 1rem;
}

.top_h2 {
  margin-bottom: 1rem;
}

h2 .ja_ttl {
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
  font-size: 2rem;
  color: #615b54;
  position: relative;
  margin-left: 0;
  display: inline-block;
}

.ja_ttl::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #98393d;
  position: absolute;
  top: -2px;
  right: -20px;
}

span.en_ttl {
  color: #98393d;
  align-self: center;
  height: 1.5rem;
  margin-left: 40px;
  display: inline-block;
  font-family: 'Gilda Display', serif;
  font-size: 1.15rem;
  font-weight: 600;
}

h1.guide-title {
  margin-bottom: 0;
  display: block;
  font-size: 2rem;
  margin: 0;
  line-height: 1.2;
}

span.en {
  font-size: 1rem;
  color: #98393d;
  display: block;
  font-family: 'Gilda Display', serif;
}

/*サイドバー*/
.side-contact li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-size: 16px;
  display: inline-flex;
  color: #98393d;
  margin-right: 5px;
  font-weight: 900;
}

.side-category-item a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-size: 16px;
  display: inline-flex;
  color: #98393d;
  margin-right: 5px;
  font-weight: 900;
}

.side-section h3 .ja_ttl {
  font-size: 18px;
  position: relative;
  margin-left: 0;
  display: inline-block;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
  color: #615b54;
}

.side-section h3.en_ttl {
  font-size: 15px;
  display: inline-block;
  margin-left: 30px;
}

.side-section span.en_ttl {
  margin-left: 20px;
}

.side-section h3 .ja_ttl:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #98393d;
  position: absolute;
  top: -2px;
  right: -10px;
}

.side-category-item a:hover {
  text-decoration: none;
}

/*ボタン*/
.next_btn {
  border: solid 1px #615b54;
  min-width: 250px;
  text-align: center;
  color: #232120;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
  position: relative;
  background-color: #fff;
  display: inline-block;
}

.next_btn a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-size: 16px;
  display: inline-flex;
  color: #98393d;
  margin-right: 5px;
  font-weight: 900;
  position: absolute;
  right: 5px;
}

.next_btn a {
  display: block;
  padding: 0.5rem;
}

.delivery-col {
  position: relative;
}

.delivery-btn .next_btn {
  position: absolute;
  right: 0;
  bottom: 1rem;
}


.footer_contacts_btn {
  min-width: 225px;
  display: inline-block;
  text-align: center;
  color: #615b54;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  margin: 0 auto;
}

.footer_contacts_btn a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-size: 16px;
  display: inline-flex;
  color: #98393d;
  margin-right: 5px;
  font-weight: 900;
  position: absolute;
  right: 5px;
}

.footer_contacts_btn a {
  display: block;
  padding: 0.5rem;
}


/*ヘッダー*/
header {
  width: 100%;
  padding: 0;
  background: #ffffffeb;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  z-index: 2;
  transition: .3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

header h1 {
  font-size: 12px;
  margin-bottom: 0;
  text-align: left;
  max-width: 1160px;
  margin: 0 auto;
  display: block;
  height: 20px;
  line-height: 20px;
  color: #232120;
}

.pc_logo {
  padding: 5px 0 15px;
  border-bottom: solid 1px #ddd;
}

header .top-nav {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
}

.header ul {
  margin-bottom: 0rem;
}

.top-nav h1 {
  font-size: 14px;
}

.login a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f2f6";
  font-size: 20px;
  display: inline-flex;
  color: #878787;
  margin-right: 5px;
}

.membership a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f234";
  font-size: 20px;
  display: inline-flex;
  color: #878787;
  margin-right: 5px;
}

.header-cart a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f07a";
  font-size: 20px;
  display: inline-flex;
  color: #878787;
  margin-right: 5px;
}

a {
  color: #232120;
  text-decoration: none;
  background-color: transparent;
}


/*メガメニュー*/
/* グローバルメニュー */
.global-nav .nav-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1160px;
  height: 35px;
}

.global-nav .nav-list .nav-item {
  flex: 1;
  white-space: nowrap;
}

.global-nav .nav-list .nav-item a {
  color: #232120;
  display: block;
  padding: 0.4em 0.4em;
  text-align: center;
  text-decoration: none;
}

.global-nav .nav-list .nav-item:last-child a {
  border-right: none;
}

.menu-ttl {
  color: #232120;
  font-size: 20px;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 400;
  text-align: left;
}

.menu-ttl a:hover {
  color: #98393d;
}

.global-nav .nav-list .nav-item_sub a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-size: 16px;
  display: inline-flex;
  color: #98393d;
  margin-right: 5px;
  font-weight: 900;
}

/* サブナビゲーション */
@media screen and (min-width: 768px) {
  .nav-list {
    position: relative;
  }

  .nav-item_sub {
    background: #f3f2ef;
    left: 0;
    padding: 20px 0;
    margin: 0 calc(50% - 50vw);
    opacity: 0;
    position: absolute;
    top: 35px;
    transition: all 0.2s ease;
    visibility: hidden;
    width: 100vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    z-index: 99;
  }

  .nav01 {
    flex-grow: 1;
    border-right: 1px solid #c9c6c6;
  }

  .nav02 {
    flex-grow: 1;
    border-right: 1px solid #c9c6c6;
  }

  .nav03 {
    flex-grow: 1;
    border-left: 1px solid #c9c6c6;
    border-right: 1px solid #c9c6c6;
  }

  ul.nav04 {
    flex-grow: 1;
    border-right: 1px solid #c9c6c6;
  }

  .nav-item_sub .inner {
    display: flex;
    margin: 0 auto;
    width: 1200px;
    justify-content: space-around;
  }

  .nav-item_sub .inner ul {
    padding: 20px 20px 20px;
  }

  .global-nav .nav-list .nav-item_sub a {
    text-align: left;
  }

  .nav-item:hover .nav-item_sub {
    opacity: 1;
    visibility: visible;
  }
}

.global-nav .nav-list .nav-item_sub .menulink a:hover {
  opacity: 1;
  color: #98393d;
}

/*ハンバーガーメニュー*/
.toppage-side {
  display: none;
}

/*メイン画像*/
.main-visual {
  max-width: 100%;
  margin: 0 auto 0px;
  padding-top: 150px;
}

/*フッター*/
footer ul {
  margin-bottom: 0rem;
}

.footer-bg {
  background: #fff;
  border-top: solid 1px #935355;
}

.copyright {
  font-size: 12px;
  max-width: 100%;
  text-align: center;
  background-color: #935355;
  color: #fff;
  padding: 3px 0;
  margin-bottom: 5px;
}

.delivery_text {
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
}

.footer_contacts .row {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}

.footer_contacts {
  background-color: #935355;
  color: #fff;
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.footer_contacts p {
  font-size: 14px;
}

.footer_contacts h3 {
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
}

span.number {
  font-family: "游明朝", "YuMincho", serif;
  font-size: 2rem;
  font-weight: 400;
}

.footer_contacts .col-md-4 {
  display: flex;
  flex-direction: column;
  border-right: solid 1px #fff;
}

.footer_contacts .col-md-4:last-of-type {
  border-right: none;
}

.footer-btn {
  margin-top: auto;
}

.footer_logo {
  margin-bottom: 1rem;
}

.footer_sns {
  display: flex;
  gap: 30px;
  margin-bottom: 1rem;
}

.footer_contacts i.far.fa-question-circle {
  font-size: 30px;
  margin-bottom: 10px;
}

.footer_contacts i.fas.fa-phone {
  font-size: 25px;
  margin-bottom: 10px;
}

.footer_contacts i.fas.fa-fax {
  font-size: 25px;
  margin-bottom: 10px;
}

.footer_contacts h3 {
  margin-bottom: 0;
}

.footer_menu p {
  font-size: 15px;
}

.footer_menu h2 .en_ttl {
  font-size: 15px;
  display: inline-block;
  margin-left: 30px;
}

.footer_menu h2 .ja_ttl {
  font-size: 18px;
  position: relative;
  margin-left: 0;
  display: inline-block;
}

.footer_menu h2 .ja_ttl::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #98393d;
  position: absolute;
  top: -2px;
  right: -15px;
}

.footer_menu b {
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
  font-size: 15px;
}

.footer_menu .container {
  padding-bottom: 1rem;
}

.footer_menu .container .col-md-8 {
  position: relative;
  padding-top: 2rem;
}

.footer_menu .container .col-md-4 {
  border-left: solid 1px #bbb;
  padding: 1.5rem;
}

.footer-nav {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  position: absolute;
  bottom: 1.5rem;
}

.footer-nav li {
  text-align: center;
  margin-right: 0px;
  padding: 0px 10px;
  margin-bottom: 10px;
}

.footer_menu {
  padding-bottom: 70px;
}

.footer-nav li+li {
  border-left: 1px solid #232120;
  height: 20px;
}

.copyright a {
  color: #fff;
}

/*ページトップボタン*/
#page_top {
  position: fixed;
  bottom: 60px;
  right: 5px;
  z-index: 99;
}

#page_top a {
  background-color: #6b5f5f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
}

#page_top a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/*追従フッター*/
#trigger_area-footer.area-footer__fixed {
  opacity: 1;
  visibility: visible;
}

#trigger_area-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  z-index: 10;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, .26);
  background-color: #fff;
}

.color_bg-white {
  background-color: #fff;
}

.area-footer__inner {
  display: flex;
  justify-content: space-around;
}

.area-footer__inner {
  align-items: center;
  padding: 5px 0 10px;
}

.area-footer__inner div {
  width: 50%;
  text-align: center;
}

/*セカンドスクロール*/
.second-visual {
  background-image: url(../img/pc_bg01.jpg);
  position: relative;
  font-family: "游明朝", "YuMincho", serif;
  padding: 6rem 1rem;
  background-size: cover;
  background-position-x: center;
  margin-bottom: 250px;
}

.second-visual_textgroup {
  padding-left: 50%;
}

.second-visual b {
  font-size: 2.5rem;
  color: #fefefe;
  letter-spacing: -4px;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 2.5rem;
  display: block;
}

.second-visual p {
  font-size: 1.25rem;
  color: #fefefe;
  line-height: 1.8rem;
  font-weight: 100;
}

.second-visual .bento01 {
  position: absolute;
  left: 2%;
  top: 5%;
  max-width: 600px;
  width: 50%;
}

.second-visual .bento02 {
  position: absolute;
  left: 20%;
  top: 70%;
  max-width: 500px;
  width: 40%;
}





/*サイドバー*/
.side {
  width: auto;
  padding-right: 0;
}


/*お知らせ*/
#news .news-col span {
  margin-right: 20px;
}

#news p {
  border-bottom: solid 1px #ddd;
  padding: 10px;
  border-top: solid 1px #ddd;
}

#news .next_btn {
  margin-left: auto;
  display: table;
}


/*ランキング*/
#ranking h2 {
  font-size: 4.3rem;
  font-family: 'Gilda Display', serif;
  text-align: center;
  color: #615b54;
  display: block;
  margin-bottom: 5rem;
}

#ranking h2 span {
  display: flex;
  font-size: 1.8rem;
  margin-top: 1rem;
  color: #615b54;
  justify-content: center;
  transform: translateX(-120px);
}

#ranking h2 span:before {
  content: "";
  height: 1px;
  background-color: #615b54;
  width: 200px;
  display: flex;
  align-self: center;
  margin-right: 20px;
}

#ranking .name {
  font-size: 2rem;
}

#ranking .price {
  font-size: 1.5rem;
  color: #b03333;
  text-align: right;
  margin-bottom: 2rem;
}

#ranking .price span {
  font-size: 1.125rem;
  color: #b03333;
}

#ranking .next_btn {
  margin-left: auto;
  display: table;
}

#ranking .msg {
  margin-bottom: 2rem;
}

#ranking .detail {
  padding: 2rem 0 0;
}

#ranking .top2 .name,
#ranking .top3 .name {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

#ranking .top2 .msg,
#ranking .top3 .msg {
  margin-bottom: 1rem;
}

#ranking .top2 img {
  border: solid 2px #aba8a8;
}

#ranking .top3 img {
  border: solid 2px #884900;
}

#ranking .top1 {
  border: solid 2px #bda366;
}

#ranking .rankimg {
  position: relative;
}

#ranking .ranknum_01 {
  display: inline-block;
  position: absolute;
  color: #fff;
  background-color: #bda366;
  width: 6vw;
  height: 6vw;
  font-size: 3.5rem;
  line-height: 6vw;
  text-align: center;
}

#ranking .ranknum_02 {
  display: inline-block;
  position: absolute;
  color: #fff;
  background-color: #aba8a8;
  width: 3vw;
  height: 3vw;
  font-size: 2.5rem;
  line-height: 3vw;
  text-align: center;
}

#ranking .ranknum_03 {
  display: inline-block;
  position: absolute;
  color: #fff;
  background-color: #884900;
  width: 3vw;
  height: 3vw;
  font-size: 2.5rem;
  line-height: 3vw;
  text-align: center;
}

/*ジャンプボタン*/
#topnav_btns {
  background-image: url(../img/backimage_jump.png);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

#topnav_btns ul {
  padding: 1.2rem;
  display: flex;
  justify-content: space-around;
  margin-bottom: 7.5rem;
}

#topnav_btns ul li {
  color: #615b54;
  width: 280px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #a09c9c;
  font-family: "游明朝", "YuMincho", serif;
  font-size: 1.125rem;
  border-bottom: solid 2px #98393d;
  position: relative;
}

#topnav_btns ul li a {
  padding: 1rem;
  display: block;
}

#topnav_btns li i.fas.fa-chevron-down {
  color: #98393d;
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
}

/*用途で選ぶ*/
.tag_group ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

.tag_group li {
  width: 100px;
  border: solid 1px #cccccc;
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #615b54;
}

.tag_group li:nth-of-type(3n) {
  margin-right: 0;
}

.tag_group ul:after {
  content: "";
  display: block;
  width: 100px;
}

#scene {
  margin-bottom: 7.5rem;
}

/* プレミアム*/
#premium {
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/premium_backimg.png);
  background-position: bottom;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 7.5rem;
  background-repeat: no-repeat;
  background-size: cover;
}

#premium::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #f3f2ef;
  border-left: 100vw solid transparent;
}

#premium .premium_text {
  color: #fff;
  text-align: center;
}

#premium .premium_text b {
  font-size: 4.5rem;
}

.premium_text p {
  font-family: "游明朝", "YuMincho", serif;
}

.premium_text .copy {
  margin-top: 1rem;
  font-family: "游明朝", "YuMincho", serif;
  font-size: 1.5rem;
}


/* MANGIAのこだわり*/
#kodawari {
  margin-bottom: 2.5rem;
}

#kodawari img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* おすすめ商品*/
#recomend {
  margin-bottom: 7.5rem;
}

#recomend .next_btn {
  margin: 0 auto;
  display: table;
}

.item-list-image {
  border: solid 1px #e2e2e2;
  margin-bottom: 10px;
}

.item-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.item-name {
  margin-bottom: 0px;
}

.item-list-icon li {
  margin-bottom: 0;
  display: table-cell;
}

.price {
  margin-bottom: 8px;
  text-align: right;
}

.price span {
  font-size: 14px;
}

/* 種類で選ぶ*/
#variety {
  margin-bottom: 7.5rem;
}

/* 値段で選ぶ*/
#price {
  margin-bottom: 7.5rem;
}

.pricelist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pricelist li {
  min-width: 270px;
  display: block;
  background-color: #fff;
  font-size: 1.5rem;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 500;
  color: #615b54;
  border: solid 1px #cccccc;
  position: relative;
}

ul.pricelist li span {
  font-size: 1.25rem;
}

.pricelist li a {
  display: block;
  padding: 0.7rem;
  text-align: center;
}

.pricelist li a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-size: 16px;
  display: inline-flex;
  color: #98393d;
  margin-right: 5px;
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}


/* お客様の声*/
#voice {
  background-image: url(../img/backimage_voice.jpg);
  margin: 0 calc(50% - 50vw) 7.5rem;
  width: 100vw;
  padding: 6rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#voice .voice_card {
  background-color: #fff;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3rem;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
  display: flex;
  margin: 0 3.5rem 3rem;
}

#voice .voice_card-text p:first-of-type {
  border-bottom: solid 1px #98393d;
  font-size: 1.5rem;
}

#voice .next_btn {
  margin: 0 auto;
  display: table;
}

.voice_card-img {
  box-shadow: 15px 15px 0px 0 #e7e5e5;
  padding: 0;
}

.col-5.voice_card-img img {
  width: 100%;
}

#voice_archive h2 {
  font-size: 1.25rem;
  font-feature-settings: "palt";
}


/* スタッフブログ*/
#blog {
  margin-bottom: 7.5rem;
}

#blog .news-col span {
  margin-right: 20px;
}

#blog p {
  border-bottom: solid 1px #ddd;
  padding: 10px;
  border-top: solid 1px #ddd;
}

#blog p:nth-of-type(1) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}

#blog .next_btn {
  margin-left: auto;
  display: table;
}


/*カテゴリーページ*/
#category .item-list li {
  width: 100%;
  margin-bottom: 40px;
  margin-right: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}



/*商品詳細*/
#detail .item-image {
  width: 100%;
}

#detail .main-image {
  width: 100%;
  border: solid 1px #e2e2e2;
}

#detail .item-detail .item-title {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  position: relative;
}

#detail .item-detail {
  width: auto;
  padding-left: 1rem;
  float: right;
}

#detail .modal-open {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: baseline;
}

.add-cart .add-cart-btn {
  background: #98393d;
}

#detail .add-cart .btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}

.item-contact::before {
  content: "";
  display: block;
  width: 100%;
  border: none;
  margin: 30px 0 40px;
}


/*商品詳細の表*/

/*--------------------------------------------------------------*/
/*フルスクリーン*/
/*--------------------------------------------------------------*/
/* 全画面表示CSS */

.hero {
  height: 100vh;
  /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/sample.jpg);
}

.fix-header {
  background-color: #ffffffeb;
  top: -66px;
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  position: fixed;
  opacity: 0;
  /* 	最初読み込んだときは透過 */
  z-index: 1000;
  /*　他のアイテムに対して最上位のレイヤーになるように */
  /*	opacity: 0; */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.header_menu {
  position: relative;
  padding: 0;
}


.header_menu-logo img {
  height: 20px;
  width: auto;
}

.gnav {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0;
  max-width: 1160px;
  justify-content: flex-end;
}

/* 黒の背景 */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

/* テキスト */

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.title {
  font-family: Roboto;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}

.description {
  color: white;
  text-align: center;
}

/*こだわり*/
#tax_commit h2 {
  display: flex;
}

.commit_ttl {
  font-size: 1rem;
  color: #2D2D2D;
  margin-top: 5px;
  padding-left: 5px;
}

.commit_number {
  font-size: 2.5rem;
  white-space: pre;
  color: #B03333;
  font-family: 游明朝, YuMincho, serif;
  font-weight: 400;
}

/*プロデュース商品*/
.mincyo {
  font-family: 游明朝, YuMincho, serif;
}

.bold {
  font-weight: bold;
}

#produce .mincyo {
  font-size: 1.25rem;
}

.entry-content .size14 {
  font-size: 0.875rem;
}

.radius-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 1.625rem;
  gap: 0;
}

#produce h2 {
  border-left: solid 2px #98393d;
  margin-top: 0;
  font-size: 1.375rem;
  padding-bottom: 5px;
  padding: 0 0 0 0.6rem;
}

#produce h2 span {
  font-size: 1.125rem;
  font-weight: 200;
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
}

#produce b:before {
  content: "■";
  color: #B03333;
}

#produce h2 span.red {
  margin-bottom: 0;
  color: #B03333;
}

#produce .size14 {
  letter-spacing: -0.04rem;
}

#produce .next_btn {
  margin: 0 auto;
  display: table;
  margin-top: 2rem;
  font-size: 1.25rem;
  min-width: 350px;
}


/*試食*/
#tasting h2 {
  text-align: center;
  border: solid 2px #FFDD93;
  padding: 1rem;
  border-radius: 50px;
  font-size: 2.8125rem;
  margin-top: 5rem;
  background-color: #fff;
}

#tasting h2 span {
  color: #B03333;
  font-size: 2.8125rem;
}

#tasting .tasting-ttl {
  background-color: #fff;
  border-radius: 50px;
  padding: 0.7rem 0 0.7rem 1rem;
}

#tasting .tasting-ttl p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}

#tasting .tasting-ttl p:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(images/common/check.png);
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.tasting-catch {
  display: flex;
  margin-bottom: 20px;
}

#tasting .tasting-ttl:first-of-type {
  width: 410px;
  white-space: pre;
  letter-spacing: -0.1rem;
  padding: 0.7rem 1rem 0.7rem 1rem;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

#tasting .tasting-ttl:nth-of-type(2) {
  letter-spacing: -0.1rem;
  padding: 0.7rem 1rem 0.7rem 1rem;
  flex-grow: 1;
}

#tasting .tasting-concept {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 4rem;
  font-feature-settings: "palt";
}

#tasting .tasting-concept span {
  font-size: 1.7rem;
  letter-spacing: -0.1rem;
  color: #B03333;
}

.tasting_osusume {
  background-color: #B03333;
  color: #fff;
  text-align: center;
  font-size: 2.8125rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 1rem;
  border-radius: 30px 30px 0 0;
  font-feature-settings: "palt";
}

.tasting-osusume {
  justify-content: center;
}

.tasting-osusume_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  line-height: 1.9rem;
  font-feature-settings: "palt";
}

.tasting-osusume_ttl span {
  color: #B03333;
}

.tasting-osusume .col-8 {
  border-bottom: solid 1px #B03333;
}

#tasting .radius-box h2 {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

#tasting .tasting-entry_ttl {
  font-size: 1.25rem;
  color: #B03333;
}

#tasting .tasting-causion {
  max-width: 800px;
  margin: 0 auto;
  font-feature-settings: "palt";
}

.tasting-flow {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

#tasting .flow-col img {
  margin: 0 auto;
  display: block;
}

#tasting .flow-col {
  background-color: #fff;
  width: 215px;
  margin: 0 1.5rem;
  padding: 1rem;
}

#tasting .flow-col p {
  margin-top: 15px;
  font-size: 15px;
  font-feature-settings: "palt";
}

#tasting .survey {
  text-align: center;
  color: #B03333;
  font-size: 15px;
  font-feature-settings: "palt";
}

#tasting .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #b03333;
  border-right: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.tasting-osusume-group {
  background-color: #fff;
  border-radius: 30px;
  padding-bottom: 1rem;
}

/*法人の方へ*/
#corp h2 {
  font-feature-settings: "palt";
  font-size: 1.875rem;
  border: none;
  text-align: center;
  position: relative;
  line-height: 2.5rem;
}

#corp h2 span {
  font-size: 1.875rem;
  color: #B03333;
}

.corp-copy span {
  color: #B03333;
}

.corp-copy {
  max-width: 900px;
  margin: 0 auto;
  display: block;
}

#corp h2:after {
  background-color: #B03333;
  border-radius: 5px;
  bottom: -20px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 145px;
}

.corp_kodawari-col img {
  padding-bottom: 10px;
}

.corp_scene-col img {
  padding-bottom: 10px;
}

.tasting_entry {
  padding: 0.5rem;
  background-color: #B03333;
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 1.875rem;
  max-width: 520px;
  border-radius: 10px;
  font-weight: bold;
}

#corp .tasting_entry:hover {
  text-decoration: none;
  color: #fff;
}

input#formbtn {
  padding: 10px;
}

.entry-content a.tasting_entry {
  text-decoration: none;
  position: relative;
  opacity: 1;
}

.tasting_entry:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-size: 16px;
  display: inline-flex;
  color: #fff;
  margin-right: 5px;
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

#sisyoku-flow {
  padding-top: 85px;
  margin-top: -85px;
}

#corp .item-list a {
  opacity: 1;
}

#corp .item-list a {
  text-decoration: none;
}

figure.wp-block-image.size-full.corp-mainimage {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  aspect-ratio: 1370 / 500;
}

.corp-mainimage img {
  width: 100%;
}

.corp-sisyoku-box_text p span {
  color: #B03333;
  font-weight: bold;
}

aside.side a {
  text-decoration: none;
  opacity: 1;
}

/*MANGIAのこだわり*/
.commit-mainimg {
  position: relative;
  margin-bottom: 3.75rem;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.commit-mainimg:before {
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#commit-tax h2.commit_h2 {
  font-family: 游明朝, YuMincho, serif;
  color: #fff;
  font-size: 3.125rem;
  margin-bottom: 0;
}

#commit-tax .commit-maintext span {
  font-size: 1.625rem;
  color: #fff;
  font-family: 游明朝, YuMincho, serif;
  font-weight: 300;
}

#commit-tax .commit-maintext p {
  color: #fff;
  font-size: 1.25rem;
  font-family: 游明朝, YuMincho, serif;
  font-weight: 300;
  border-left: solid 2px #B03333;
  padding-left: 1rem;
  margin-top: 4.875rem;
}

.commit-mainbox {
  position: relative;
}

.commit-maintext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}

#corp .next_btn {
  display: table;
  margin: 0 auto;
}

#corp .corp_scene-col a {
  opacity: 1;
}

.entry-content .size36 {
  font-size: 2.25rem;
}

.top-kodawari {
  position: relative;
}

.top-kodawari .kodawari-theme {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
  text-shadow: rgb(52, 58, 64) 2px 2px 10px, rgb(33, 37, 41) -2px 2px 10px, rgb(52, 58, 64) 2px -2px 10px, rgb(33, 37, 41) -2px -2px 10px;
  font-family: 游明朝, YuMincho, serif;
  white-space-collapse: preserve;
  text-wrap: nowrap;
  white-space: pre;
}

#corp .corp_kodawari-col a {
  opacity: 1;
}

.header_h1 {
  font-size: 12px;
  margin-bottom: 0;
  text-align: left;
  max-width: 1160px;
  margin: 0 auto;
  display: block;
  height: 20px;
  line-height: 20px;
  color: #232120;
}




/*レスポンシブ(1200px)*/
@media screen and (max-width: 1200px) {
  .tag_group li:nth-of-type(3n) {
    margin-right: 15px;
  }
}



@media screen and (max-width: 992px) {
  .tag_group ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .tag_group li {
    width: auto;
    border: solid 1px #cccccc;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #615b54;
    padding: 0 5px;
  }

  #commit-tax h2.commit_h2 {
    font-size: 2rem;
  }

  #commit-tax .commit-maintext p {
    font-size: 1rem;
    margin-top: 2rem;
  }





}


/*レスポンシブ(スマホ)*/
@media screen and (max-width: 768px) {


  .entry-content .size36 {
    font-size: 1.2rem;
  }

  h1.guide-title {
    margin-bottom: 0;
    display: block;
    font-size: 1.3rem;
  }

  .pt-header {
    padding-top: 65px;
  }

  .global-nav {
    display: none !important;
  }

  .header-menu {
    display: none !important;
  }

  /* スマートフォンで見たときは"sp"のclassが表示される */
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 0px;
    left: auto;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  .header_menu {
    position: relative;
    padding: 10px 0 10px;
  }

  #ranking .name {
    font-size: 1.5rem;
  }

  .toppage-side {
    display: block;
  }

  #g-nav {
    background: #f3f2ef;
    font-size: 14px;
  }

  .search-area label {
    color: #232120;
  }

  .category-list-title,
  .side-category-item {
    border-bottom: 1px solid #ccc;
    color: #232120 !important;
    margin-bottom: 0;
  }

  .side-category-list a {
    color: #232120;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
    background: #232120;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
    background: #232120;
  }

  .sp-side-section .sp-gnav li {
    border: 1px solid #232120;
  }

  .sp-side-section .sp-gnav li a {
    color: #232120;
  }

  .sp-side-section .sp-gnav .membership a:before {
    display: inline-block;
    margin-right: 6px;
    color: #232120;
  }

  .sp-side-section .sp-gnav .login a:before {
    display: inline-block;
    margin-right: 6px;
    color: #232120;
  }

  .search-area li {
    margin-bottom: 20px;
    color: #232120;
  }

  .side-contact a {
    color: #232120;
  }

  .ja_ttl::after {
    height: 30px;
    right: -10px;
  }

  span.en_ttl {
    margin-left: 20px;
    font-size: 1rem;
  }

  header h1 {
    font-size: 12px;
  }

  .header_menu-logo {
    position: inherit;
    right: 50%;
    transform: translateX(50%);
  }

  h2 .ja_ttl {
    font-size: 1.5rem;
  }

  .second-visual b {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }

  .second-visual p {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }

  #scene {
    margin-bottom: 0rem;
  }

  #premium .next_btn {
    margin-bottom: 1rem;
  }

  #premium {
    margin-bottom: 0rem;
    margin-top: 5rem;
  }

  .header_menu-logo img {
    height: 20px;
    width: auto;
  }

  .header-cart .cart-count {
    position: absolute;
    right: 5px;
  }

  .second-visual {
    margin-bottom: 50px;
  }

  .second-visual_textgroup {
    padding-left: 0;
  }

  #ranking h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }

  #ranking h2 span {
    font-size: 1.2rem;
  }

  #ranking .ranknum_01 {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  #ranking .price {
    margin-bottom: 0rem;
  }

  .rankimg img {
    width: 100%;
  }

  #ranking .detail {
    padding: 0;
  }

  #ranking .ranknum_02 {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  #ranking .ranknum_03 {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .top3 {
    margin-top: 3rem;
  }

  #topnav_btns ul {
    display: block;
    margin-bottom: 5rem;
  }

  #topnav_btns ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  #topnav_btns ul li:nth-of-type(3) {
    margin-bottom: 0;
  }

  .pricelist {
    display: block;
  }

  .pricelist li {
    margin-bottom: 10px;
  }

  .footer_contacts {
    background-color: #935355;
    color: #fff;
    margin-bottom: 1rem;
    padding: 0.5rem;
  }

  .footer_contacts .col-md-4 {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px #fff;
    padding: 1rem 0;
    border-right: none;
  }

  .footer_contacts .col-md-4:last-of-type {
    border: none;
  }

  .delivery-btn .next_btn {
    position: inherit;
    right: 0;
    bottom: 0;
    text-align: center;
    display: table;
    margin-right: auto;
    margin-left: auto;
  }

  #blog .next_btn {
    margin-left: auto;
    display: table;
    margin-right: auto;
  }

  .footer_menu .container .col-md-4 {
    border-left: none;
    padding: 0 1rem;
  }

  .footer_menu .container .col-md-8 {
    padding-top: 0.5rem;
  }

  #news .next_btn {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

  #ranking .next_btn {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

  #voice .voice_card {
    margin: 0;
  }

  #voice .next_btn {
    margin: 3rem auto 0;
    display: table;
  }

  .area-footer__inner {
    gap: 10px;
  }

  .area-footer__inner img {
    width: 100%;
    height: auto;
  }

  #variety .col-md-6 {
    margin-bottom: 10px;
  }

  .item-list li {
    margin-bottom: 10px;
  }

  #scene img {
    max-width: 100%;
    width: 100%;
  }

  ul.side-category-child-item.close {
    float: none;
    padding: 0 0 10px 0;
  }

  .delivery_text {
    font-size: 1.2rem;
  }

  .area-footer__inner div img {
    max-width: 100%;
  }

  .side-category-list {
    padding: 10px 13px 20px 13px;
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: solid 1px #98393d;
    border-top: solid 1px #98393d;
  }

  .side-category-list a {
    font-weight: normal;
  }

  .side-category-child-item.close {
    opacity: 1;
    padding: 0 0 10px 0;
  }

  .sp-gnav {
    display: flex;
    gap: 5px;
  }

  .header-mypage a:before {
    color: #fff;
  }

  .toppage-side .side-contact {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0;
  }

  .sp_flex-menu {
    width: 100%;
  }

  .toppage-side .side-contact li {
    width: 50%;
    padding: 0;
  }

  .toppage-side .side-contact li a {
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: .05em;
    border-right: 1px solid #e5e5e5;
    color: #000;
    text-decoration: none;
    box-sizing: border-box;
    padding: 13px 10px;
    display: block;
    text-align: left;
  }

  .side-section {
    width: 100%;
    margin: 0px auto;
  }

  .side-category-list {
    margin-top: 50px;
    padding: 10px 13px 20px 13px;
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: solid 1px #98393d;
    border-top: solid 1px #98393d;
    text-align: left;
  }

  .slide_logo {
    width: 200px;
    height: 50px;
    padding-top: 15px;
    padding-left: 15px;
  }

  /*試食*/
  #tasting .indent-1 {
    padding-left: 41px !important;
    text-indent: -25px;
  }

  #tasting h2 {
    font-size: 1rem;
    margin-top: 0rem;
  }

  #tasting h2 span {
    font-size: 1rem;
  }

  .tasting-catch {
    display: block;
    margin-bottom: 0;
  }

  #tasting .tasting-ttl {
    margin-bottom: 10px;
  }

  #tasting .tasting-concept {
    font-size: 1rem;
    line-height: 2rem;
  }

  #tasting .tasting-concept span {
    font-size: 1.2rem;
  }

  #tasting .tasting-ttl:first-of-type {
    width: 100%;
    white-space: inherit;
    margin-right: 0;
  }

  #tasting .tasting-ttl p {
    font-size: 0.9rem;
  }

  #tasting .tasting-ttl p:before {
    width: 20px;
    height: 20px;
  }

  .tasting_osusume {
    font-size: 1rem;
  }

  .tasting-osusume_ttl {
    font-size: 1rem;
    padding-left: 10px;
    line-height: 1.5rem;
  }

  .tasting-osusume p {
    padding-left: 10px;
  }

  .tasting-flow {
    display: block;
  }

  #tasting .flow-col {
    width: 215px;
    margin: 0 auto;
  }

  #tasting .triangle {
    margin: 15px auto;
    rotate: 90deg;
  }

  #tax_commit .category-posts img {
    width: 100%;
  }

  .entry-content .smp-left {
    text-align: left;
  }

  #produce h2 {
    margin-top: 20px;
  }

  .scene-group .wp-block-columns {
    gap: 10px;
  }

  #corp h2 {
    font-size: 1.25rem;
    line-height: 1.8rem;
  }

  #corp h2 span {
    font-size: 1.25rem;
  }

  .corp_kodawari-col {
    margin-bottom: 2rem;
  }

  #corp h2:after {
    bottom: -10px;
  }

  .corp_scene-col {
    margin-bottom: 2rem;
  }

  .entry-content a.tasting_entry {
    text-decoration: none;
    font-size: 1rem;
  }

  .corp-scene {
    gap: 10px;
  }

  .corp_kodawari-col img {
    width: 100%;
    height: auto;
  }

  .corp_scene-col img {
    width: 100%;
    height: auto;
  }

  .commit-mainimg {
    margin-bottom: 1rem;
  }

  .commit-maintext {
    position: absolute;
    top: 10%;
    transform: inherit;
    left: 5%;
  }

  .commit-text-smp {
    padding: 0.5rem;
    border-left: solid 2px #B03333;
  }

  .area-footer__inner {
    align-items: center;
    padding: 5px 0 20px;
  }

  .tasting-osusume-group {
    padding: 0 5px 1rem;
  }

  .commit_ttl {
    display: flex;
    align-items: center;
  }
}

.zeroyen-caution {
  text-align: center;
  font-weight: 800;
  color: #B03333;
  border: solid 2px #B03333;
  font-size: 1.25rem;
  background-color: #fff;
  padding: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .zeroyen-caution {
    font-size: 1rem;
  }
}

/*authourページ*/
.about-authour_container {
  max-width: 905px;
  margin: 0 auto;
  padding: 15px 0;
}

.about-authour_title {
  text-align: center;
  margin-bottom: 3.5rem;
  margin-top: 2.5rem;
}

.about-authour_container .about-authour_text {
  line-height: 1.5;
  margin-bottom: 20px;
}

.text-policy {
  color: #B13737;
  font-weight: bold;
}

.about-authour {
  background-color: #fff;
  border-radius: 20px;
  padding: 22px;
}

.about-authour_flex {
  display: flex;
  justify-content: space-between;
}

.about-authour_table th,
td {
  padding: 2px 10px 2px 0;
}

.about-authour_table {
  line-height: 1.8;
}

.authour {
  display: inline-block;
  color: #98393D;
  margin-left: 1.5rem;
}

.authour a {
  color: #333;
}

time {
  display: inline-block !important;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 991px) {
  .about-authour_table {
    margin-bottom: 2rem;
  }

  .about-authour_flex {
    display: block;
  }

  .about-authour_image img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .about-authour_table {
    font-size: 14px;
  }

  .about-authour_table th {
    width: 80px;
  }
}