@charset "UTF-8";
@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("//fonts.googleapis.com/css2?family=Mohave:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Mohave:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  eight: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* html
---------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* body
---------------------------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* -----------------------------------------------------------------
   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: 15px 0;
  display: inline-block;
}

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

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

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

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

.side-category-item p.on:after {
  background-color: transparent;
  background: #fff;
  right: 10px;
}

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

.close {
  display: none;
}

.accordion {
  cursor: pointer;
}

.side-contact li {
  margin-bottom: 16px;
}

.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
----------------------------------------------------------------- */
.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;
}

/* -----------------------------------------------------------------
   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 + .breadcrumb {
display:none;
}

.breadcrumb-item {
  margin-right: 8px;
    position:relative;
          z-index:25;
}

.breadcrumb-item:nth-last-of-type(1) {
max-width:130px;
}

.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;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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 {
  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: normal;
  /* 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;
  -o-object-fit: cover;
  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;
  -o-object-fit: cover;
  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;
  -o-object-fit: contain;
  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;
}

/* -----------------------------------------------------------------
   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%;
    padding: 20px 30px;
    background: #fff;
  }
  header .header-logo img {
    max-width: 100%;
  }
  .header {
    padding: 80px 0 10px;
    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 0.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: 50px auto;
}

.sp-side-section {
  display: block;
  padding: 90px 45px 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 !important;
}

.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: #fff;
}

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

.side-category-item p.on {
  width: 96%;
  background: #333333;
  color: #fff;
  padding-left: 10px;
  padding-right: 18px;
}

.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 {
  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: 23.25% !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;
  -moz-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;
  }
}
/*---------------------------------------------------------------------
font設定
---------------------------------------------------------------------*/
body,
input,
textarea {
  font-family: "Mohave", "Noto Sans JP", sans-serif;
  color: #000000;
}

body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  body {
    width: 100%;
  }
}

/*---------------------------------------------------------------------
共通
---------------------------------------------------------------------*/
img {
  width: 100%;
}

@media (min-width: 1024px) {
  a:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}

.br-sp {
  display: block;
}
@media (min-width: 1024px) {
  .br-sp {
    display: none;
  }
}
.br-pc {
  display: none;
}
@media (min-width: 1024px) {
  .br-pc {
    display: block;
  }
}

.breadcrumb {
  display: none;
}
@media (min-width: 1024px) {
  .breadcrumb {
    display: inline;
    background-color: #fff;
    height: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 165px;
      left:0;
	width: min(100%, 1920px + min(4.3333333333vw, 65px) * 2);
    margin-left: auto;
    margin-right: auto;
    padding-inline: min(4.3333333333vw, 65px);
  }
}
.breadcrumb > ul {
  width: min(100% - 30px, 1370px);
 /* margin-left: auto;
  margin-right: auto;*/
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumb > ul li {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  color: #aaaaaa;
  z-index: 20;
}
.breadcrumb > ul li:lang(jp) {
  /*  font-size:150px;*/
}

.breadcrumb > ul li:has(a) {
  display: block;
}
.breadcrumb > ul li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
}
.breadcrumb > ul .current {
  color: #000;
}
@media (min-width: 1024px) {
  .breadcrumb__scroll {
    transform: translateY(max(-13.3333333333vw, -150px));
   /* transition: transform 0.3s;*/
      z-index:0;
  }
}
@media (min-width: 1024px) {
  .breadcrumb__hide {
    transform: translateY(max(-13.3333333333vw, -150px));
    transition: transform 0.3s;
  }
}

/*---------------------------------------------------------------------
header
---------------------------------------------------------------------*/
/*---------------------------------------------------------------------
header
---------------------------------------------------------------------*/
body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

main {
  order: 3;
  width: 100%;
}

footer {
  order: 4;
  width: 100%;
}

.search_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search_container a {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.search_container input[type=search] {
  display: inline-block;
  width: calc(100% - 30px);
  margin-left: 10px;
  background-color: #F1F1F1;
  height: 25px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
  padding-inline: 15px;
  padding-block: 5px;
}
.search_container input[type=search]::-moz-placeholder {
  color: #A6A6A6;
}
.search_container input[type=search]::placeholder {
  color: #A6A6A6;
}
@media (min-width: 1024px) {
  .search_container {
    display: none;
  }
}
.header__icon .search_container {
  display: none;
  width: 185px;
  position: absolute;
  top: 50%;
  left: -190px;
  transform: translateY(-50%);
}
.header__icon .search_container input[type=search] {
  width: 100%;
}
.header__icon .search_container__active {
  display: block !important;
}

.header__icon_box {
  position: relative;
}

@media (min-width: 1024px) {
  .icon_user:hover img {
    opacity: 0.7;
  }
  .icon_user:hover::after {
    content: "";
    display: block;
    border-bottom: solid 1px #000;
    margin-inline: 5px;
    width: 28px;
    height: 1px;
    margin-inline: auto;
    margin-top: -2px;
  }
  .icon_user:hover .login_menu {
    display: block;
  }
}

.login_menu {
  display: none;
  background-color: #fff;
  width: min(20.5078125vw, 233px);
  height: 140px;
  position: absolute;
  top: 48px;
    right:-50px;
  padding-block: 25px;
  padding-left: 50px;
  transform-origin: right;
}
.login_menu li {
  height: auto !important;
  width: 100% !important;
  text-align: left;
  line-height: 2.2;
}
.login_menu li > a {
  display: block !important;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .header__nav_active {
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 1024px) {
  .drpdwn:hover > strong {
    opacity: 0.7;
  }
  .drpdwn:hover .drpdwn_lst {
    display: block;
      transform:translateY(0%);
  }
  .drpdwn_lst {
    top: 50px !important;
    display: block;
    padding-top: 20px !important;
    height: 240px !important;
    z-index: -1;
      transform:translateY(-300%);
  }
}
.header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: transform 0.3s;
  position: sticky;
  top: 0;
  z-index: 20;
}
@media (min-width: 1024px) {
  .header {
    height: 150px;
    order: 2;
    width: min(100%, 2050px);
    margin-left: auto;
    margin-right: auto;
  }
}
.header .logo {
  width: clamp(8.2rem, 10.6770833333vw, 23rem);
  display: inline-block;
    position:relative;
    z-index:99;
}
@media (min-width: 1024px) {
  .header .logo {
    min-width: 150px;
    width: clamp(15rem, 14.6484375vw, 23rem);
  }
}
.header__inner {
  width: 100%;
  height: clamp(5rem, 6.5104166667vw, 10rem);
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
  z-index: 20;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .header__inner {
    order: 2;
    height: auto !important;
  }
}
@media (min-width: 1024px) {
  .header__pc {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: min(100%, 1920px + min(4.3333333333vw, 65px) * 2);
    margin-left: auto;
    margin-right: auto;
    padding-inline: min(4.3333333333vw, 65px);
  }
}
.header__menu_wrapper {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 100;
}

.header__menu {
    display: block;
    width: 15px;
    height: 8px;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 100;
}
@media (min-width: 1024px) {
    .header__menu_wrapper {
display:none;
}
  .header__menu {
    display: none;
  }
}
.header__menu span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: 0.5s;
}
.header__menu span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  transition: 0.5s;
}
.header__menu_active span {
  transition: 0.5s;
  transform: translateY(4px) rotate(-45deg);
}
.header__menu_active span::after {
  transform: rotate(90deg);
  transition: 0.5s;
}
.header__nav {
  display: block;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: transform 0.5s;
  padding-block: 48px;
  padding-inline: 20px;
  overflow-y: scroll;
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 0.5s;
}
@media (min-width: 1024px) {
  .header__nav {
    background-color: transparent;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-block: 0;
    padding-inline: 0;
    overflow-y: visible;
    transition: transform 0s;
    opacity: 1;
  }
}
.header__nav_lst {
  margin-top: 50px;
  margin-left: 35px;
}
@media (min-width: 1024px) {
  .header__nav_lst {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    width: min(100% - 30px, min(65.234375vw, 715px));
  }
}
@media (min-width: 1024px) {
  .header__nav_lst > li:not(:first-child) {
    margin-top: 0;
    margin-left: min(clamp(2rem, 2.6041666667vw, 3.7rem), 38px);
  }
}
.header__nav_lst > li > a > strong {
  font-family: "Mohave", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .header__nav_lst > li > a > strong {
    font-size: min(1.953125vw, 24px);
  }
}
.header__nav_lst > li > strong {
  font-size: 25px;
  line-height: 1;
  font-family: "Mohave", sans-serif;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .header__nav_lst > li > strong {
    font-size: min(1.953125vw, 24px);
  }
}
.header__nav_lst > li > strong {
  position: relative;
}
.header__nav_lst > li > strong::after {
  content: "";
  display: block;
  border-bottom: solid 2px #000;
  padding-top: 3px;
  position: absolute;
  width: 100%;
  opacity: 0;
}
@media (min-width: 1024px) {
  .header__nav_lst > li > strong::after {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .header__nav_lst > li > strong:hover::after {
    opacity: 1;
  }
}
.header__nav_lst > li .strong_h_trigger::after {
  content: "";
  display: block;
  border-bottom: solid 2px #000;
  padding-top: 3px;
  position: absolute;
  width: 100%;
  opacity: 1;
}
@media (min-width: 1024px) {
  .header__nav_lst > li .strong_h_trigger::after {
    padding-top: 10px;
  }
}
.header__nav_lst > li > a > strong {
  position: relative;
}
.header__nav_lst > li > a > strong::after {
  content: "";
  display: block;
  border-bottom: solid 2px #000;
  padding-top: 3px;
  position: absolute;
  width: 100%;
  opacity: 0;
}
@media (min-width: 1024px) {
  .header__nav_lst > li > a > strong::after {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .header__nav_lst > li > a > strong:hover::after {
    opacity: 1;
  }
}
.header__nav_lst li {
  padding-top: 25px;
}
.header__nav_active {
  display: block;
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.5s;
}
@media (min-width: 1024px) {
  .header__nav_active {
    display: flex;
    top: auto;
    transition: transform 0s;
  }
}
.header .drpdwn strong {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 1px;
}
.header .drpdwn .underline {
  position: relative;
}
.header .drpdwn .underline::after {
  content: "";
  display: block;
  border-bottom: solid 2px #000;
  padding-top: 3px;
  position: absolute;
  width: 100%;
  opacity: 1 !important;
}
@media (min-width: 1024px) {
  .header .drpdwn .underline::after {
    padding-top: 10px;
  }
}
.header .drpdwn_lst {
  display: none;
  font-family: "Mohave", sans-serif;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .header .drpdwn_lst {
      display:block;
    background-color: #fff;
    width: 100vw;
    height: 220px;
    position: absolute;
    left: 0;
    top: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header .drpdwn_lst ul {
  margin-left: 20px;
  font-size: 2.2rem;
}
@media (min-width: 1024px) {
  .header .drpdwn_lst ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: min(100% - 30px, min(65.234375vw, 715px));
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .header .drpdwn_lst ul li {
    width: 33.3333333333%;
  }
}
.header .drpdwn_lst ul li ul {
  font-size: 1.8rem;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .header .drpdwn_lst ul li ul {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header .drpdwn_lst ul li span {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.2rem;
  margin-left: 8px;
  letter-spacing: 0px;
}
.header .drpdwn_lst .about_lst {
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .header .drpdwn_lst .about_lst {
    font-size: 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px 25px;
  }
  .header .drpdwn_lst .about_lst li {
    width: calc((100% - 50px) / 3);
  }
  .header .drpdwn_lst .about_lst li span {
    margin-left: 0;
  }
}
.header .drpdwn_lst_ul {
  display: none;
}
@media (min-width: 1024px) {
  .header .drpdwn_lst_ul {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .header .drpdwn_lst_ul li {
    width: 100% !important;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .header .drpdwn_lst_ul li {
    padding-top: 16px;
  }
  .header .drpdwn_lst_ul li:nth-of-type(1) {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .header .drpdwn_lst a:hover {
    color: #aaaaaa;
  }
}
.header__news {
  width: 100%;
  height: clamp(4rem, 5.2083333333vw, 5rem);
  order: 2;
  background-color: #F1F1F1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 15;
  transition: height 0.3s;
}
@media (min-width: 1024px) {
  .header__news {
    order: 1;
  }
}
.header__news .item {
  font-size: clamp(1.1rem, 1.4322916667vw, 1.3rem);
  font-weight: 500;
  text-align: center;
}
.header__news .item span {
  color: #FF0000;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .header__scroll {
    height: 100px;
    transition: 0.3s;
  }
  .header__scroll .header__nav {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header__scroll .logo {
    width: clamp(15rem, 14.6484375vw, 19rem);
  }
}
.header__hide {
  transform: translateY(max(-13.3333333333vw, -100px));
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .header__hide {
    transform: translateY(max(-13.3333333333vw, -150px));
  }
}

.header__icon {
  width: 100%;
  height: 48px;
}
.header__icon_box {
  display: none;
}
@media (min-width: 1024px) {
  .header__icon_box {
    width: 180px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    transform: translateY(-15px);
    margin-right: -15px;
    position: relative;
  }
}
.header__icon > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.header__icon > ul li {
  width: 25%;
  height: 100%;
}
.header__icon > ul .icon a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__icon > ul .icon a img {
  width: 20px;
  height: 20px;
}
.header__icon > ul .icon button {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.header__icon > ul .icon button img {
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) {
  .header__icon > ul .icon button:hover {
    opacity: 0.7;
  }
}
.header__icon > ul .icon__search {
  position: relative;
}

/*---------------------------------------------------------------------
footer
---------------------------------------------------------------------*/
.footer {
  background-color: #F1F1F1;
  width: 100%;
  padding-top: 55px;
  padding-bottom: clamp(2.2rem, 2.8645833333vw, 3.2rem);
}
@media (min-width: 1024px) {
  .footer {
    padding-top: 35px;
  }
}
.footer__inner {
  width: min(100%, 1250px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.footer__lst ul {
  text-align: center;
}
@media (min-width: 1024px) {
  .footer__lst ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.footer__lst ul li {
  padding-block: 5px;
}
@media (min-width: 1024px) {
  .footer__lst ul li {
    padding-block: 0;
  }
}
.footer__lst ul li + li {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .footer__lst ul li + li {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .footer__lst ul li {
    border-left: 1px solid #bbb;
  }
  .footer__lst ul li:nth-last-of-type(1) {
    border-right: 1px solid #bbb;
  }
}
.footer__lst ul li a {
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
}
@media (min-width: 1024px) {
  .footer__lst ul li a {
    padding-inline: 20px;
  }
}
.footer__lst .insta_icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: min(clamp(2rem, 2.6041666667vw, 2.5rem), clamp(2rem, 2.6041666667vw, 2.5rem));
  height: min(clamp(2rem, 2.6041666667vw, 2.5rem), clamp(2rem, 2.6041666667vw, 2.5rem));
}
@media (min-width: 1024px) {
  .footer__lst .insta_icon {
    position: absolute;
    top: -5px;
    right: 10px;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .footer__lst .insta_icon {
    right: 0;
  }
}
.footer .copy {
  text-align: center;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .footer .copy {
    margin-top: 35px;
  }
}
.footer .copy img {
  width: clamp(6.8rem, 8.8541666667vw, 9.1rem);
  min-width: 68px;
}
.footer .copy span {
  margin-top: clamp(1.3rem, 1.6927083333vw, 1.5rem);
  display: block;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

#top-back {
  width: 25px;
  position: fixed;
  right: 20px;
  bottom: 61.5px;
  z-index: 11;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #top-back {
    width: 40px;
    right: 30px;
    bottom: 20px;
  }
}

.fixed_icon {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 48px;
  z-index: 25;
  background-color: #fff;
  order: 5;
}
.fixed_icon > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.fixed_icon > ul li {
  width: 25%;
  height: 100%;
}
.fixed_icon > ul .icon a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed_icon > ul .icon a img {
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) {
  .fixed_icon {
    display: none;
  }
}

/*---------------------------------------------------------------------
commonここまで
---------------------------------------------------------------------*/
.fv {
  width: min(100%, 1920px);
  margin-left: auto;
  margin-right: auto;
  height: 133.3333333333vw;
}
@media (min-width: 1024px) {
  .fv {
    height: min(46.6666666667vw, 894px);
  }
}

.slider_box {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slick-initialized {
  opacity: 1 !important;
}

.slider_box button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slider_box .prev-arrow {
  display: block;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  transform: rotate(45deg) translateY(-50%);
}
@media (min-width: 1024px) {
  .slider_box .prev-arrow:hover {
    border-color: #000;
  }
}
.slider_box .next-arrow {
  display: block;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  transform: rotate(-45deg) translateY(-50%);
}
@media (min-width: 1024px) {
  .slider_box .next-arrow:hover {
    border-color: #000;
  }
}

#fv__slider .slider_box .slide-arrow {
  display: none !important;
  position: absolute;
  top: 48%;
  z-index: -1;
}
@media (min-width: 1024px) {
  #fv__slider .slider_box .slide-arrow {
    z-index: 10;
  }
}
#fv__slider .slider_box .prev-arrow {
  left: 48px;
  width: 18px;
  height: 18px;
}
#fv__slider .slider_box .next-arrow {
  right: 48px;
  width: 18px;
  height: 18px;
}
@media (min-width: 1024px) {
  #fv__slider .slider_box:hover .slide-arrow {
    display: block !important;
  }
}
#fv__slider .slider_box a:hover {
  opacity: 1;
}

#header__news_slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#header__news_slider a {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: clamp(4rem, 5.2083333333vw, 5rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
#header__news_slider a p {
  width: min(100% - 110px, 600px);
  margin-left: auto;
  margin-right: auto;
  /*display: flex;*/
  /*justify-content: flex-start;*/
  /*align-items: flex-start;*/
    margin-top:2px;
    text-align:left;
        max-width: min(100% - 110px, 600px);
    white-space: nowrap;
    overflow: hidden;
    text-align:center;
}
#header__news_slider .slide-arrow {
  position: absolute;
  top: 48%;
  z-index: 10;
}
#header__news_slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#header__news_slider .prev-arrow {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  transform: none;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  #header__news_slider .prev-arrow {
    left: calc(50% - 12.5px - 315px);
  }
}
#header__news_slider .prev-arrow::before {
  content: "";
  display: block;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  transform: rotate(45deg) translate(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  min-width: 7px;
  height: 7px;
  min-height: 7px;
}
@media (min-width: 1024px) {
  #header__news_slider .prev-arrow::before {
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
  }
}
@media (min-width: 1024px) {
  #header__news_slider .prev-arrow:hover::before {
    border-color: #000;
  }
}
#header__news_slider .next-arrow {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  transform: none;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  #header__news_slider .next-arrow {
    right: calc(50% - 12.5px - 315px);
  }
}
#header__news_slider .next-arrow::after {
  content: "";
  display: block;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  transform: rotate(45deg) translate(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  min-width: 7px;
  height: 7px;
  min-height: 7px;
}
@media (min-width: 1024px) {
  #header__news_slider .next-arrow::after {
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
  }
}
@media (min-width: 1024px) {
  #header__news_slider .next-arrow:hover::after {
    border-color: #000;
  }
}

.pickup__slider .item {
  cursor: pointer;
}
.pickup__slider .slide-arrow {
  position: absolute;
  top: 48%;
  z-index: 10;
}
.pickup__slider .prev-arrow {
  left: 10px;
  width: 10px !important;
  height: 10px;
}
@media (min-width: 1024px) {
  .pickup__slider .prev-arrow {
    left: 18px;
    width: 18px !important;
    height: 18px;
  }
}
.pickup__slider .next-arrow {
  right: 10px;
  width: 10px !important;
  height: 10px;
}
@media (min-width: 1024px) {
  .pickup__slider .next-arrow {
    right: 18px;
    width: 18px !important;
    height: 18px;
  }
}

.pickup_thumb__slider {
  width: 100vw !important;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .pickup_thumb__slider {
    margin-left: -40px;
  }
}
@media (min-width: 1024px) {
  .pickup_thumb__slider {
    margin-left: auto;
    width: 100% !important;
  }

        .pickup_thumb__slider .slick-cloned{
        display:none !important;
    }

    .pickup_thumb__slider .item[data-slick-index="0"]{
        display:none !important;
    }
}
@media (min-width: 1024px) {
  .pickup_thumb__slider .slider_box .slick-track {
    transform: unset !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
      width:100% !important;
  }
}
.pickup_thumb__slider .slider_box .slick-track::before {
  content: none;
}
.pickup_thumb__slider .slider_box .item {
  width: 22.6666666667vw;
  height: 22.6666666667vw;
  cursor: pointer;
  padding-inline: 2.5px;
}
@media (min-width: 1024px) {
  .pickup_thumb__slider .slider_box .item {
    width: calc((100% - 30px) / 4) !important;
    height: min(20.3333333333vw, 305px);
    padding-inline: 0;
  }
}
.pickup_thumb__slider .slider_box .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.pickup_thumb__slider .slider_box .item:nth-of-type(1) {
  display: none !important;
}
.pickup_thumb__slider .slider_box .slick-current {
  opacity: 0.7;
  transition: opacity 0.1s linear;
}

.fv-dots {
  text-align: center;
}
.fv-dots li {
  display: inline-block;
  margin-top: 20px;
  margin-inline: 10px;
  width: 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .fv-dots li {
    width: 50px;
    margin-top: 20px;
    margin-inline: 11px;
  }
}
.fv-dots li button {
  position: relative;
  text-indent: -9999px;
}
.fv-dots li button:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
  background-color: #e6e6e6;
}
@media (min-width: 1024px) {
  .fv-dots li button:before {
    width: 50px;
    height: 4px;
  }
}
.fv-dots li.slick-active button:before {
  background-color: #000;
}

/*---------------------------------------------------------------------
トップ共通
---------------------------------------------------------------------*/
.sect_ttl {
  font-size: clamp(2rem, 2.6041666667vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
}

.sect_container {
  margin-top: clamp(6rem, 7.8125vw, 7rem);
  width: min(100% - 20px, 1250px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 74px;
  border-bottom: 1px solid #bbb;
}
@media (min-width: 768px) {
  .sect_container {
    width: min(100%, 100% - 40px);
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .sect_container {
    width: min(100%, 1330px);
    padding-inline: 40px;
  }
}
@media (min-width: 1280px) {
  .sect_container {
    width: min(100%, 1400px);
    padding-inline: 75px;
  }
}
.sect_container:nth-of-type(1) {
  margin-top: clamp(9rem, 11.71875vw, 10.6rem);
}

.fade_sp {
  opacity: 0;
  transform: translateY(35px);
}
@media (min-width: 1024px) {
  .fade_sp {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade_sp__active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
}
@media (min-width: 1024px) {
  .fade_sp__active {
    transition: 0s;
  }
}

@media (min-width: 1024px) {
  .products {
    border-bottom: none;
  }
}
.products__lst {
  margin-top: clamp(2.1rem, 2.734375vw, 3rem);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.products__lst li {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .products__lst li {
    width: calc((100% - 20px) / 2);
  }
}
.products__lst li strong {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1;
  position: absolute;
  bottom: 18px;
  left: 18px;
}
@media (min-width: 1024px) {
  .products__lst li strong {
    position: static;
    text-align: center;
    font-size: 2rem;
    margin-top: 25px;
    color: #000;
  }
}

.pickup {
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  .pickup {
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 0;
  }
}
.pickup__inner {
  padding-top: 65px;
}
@media (min-width: 1024px) {
  .pickup__inner {
    padding-top: 0px;
  }
}
.pickup .sp_d_contents {
  display: contents;
}
@media (min-width: 1024px) {
  .pickup .sp_d_contents {
    display: block;
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .pickup .txt_contents {
    width: calc(100% - (51.5% + 23px)) !important;
    order: 2;
  }
}
.pickup .pc_d_contents {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pickup .pc_d_contents * {
  width: 100%;
}
@media (min-width: 1024px) {
  .pickup .pc_d_contents {
    display: contents;
  }
}
@media (min-width: 1024px) {
  .pickup .pc_flex {
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 46px;
  }
}
.pickup__slider {
  order: 1;
}
@media (min-width: 1024px) {
  .pickup__slider {
    width: calc(51.5% - 23px) !important;
    position: sticky;
    top: 80px;
  }
}
.pickup__slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pickup .txt {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  order: 3;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .pickup .txt {
    width: 100%;
    padding-top: 0px;
  }
}
.pickup .txt .item_num {
  font-size: clamp(1.3rem, 1.6927083333vw, 1.8rem);
  font-weight: normal;
  line-height: 1;
}
.pickup .txt .item_num span {
  color: #A6A6A6;
}
.pickup .txt .item_name {
  margin-top: clamp(1.2rem, 1.5625vw, 2.5rem);
  font-size: clamp(2.4rem, 3.125vw, 4rem);
  font-weight: 500;
  line-height: 1.2;
}
.pickup .txt .item_name_s {
  display: block;
  margin-top: clamp(1.2rem, 1.5625vw, 2rem);
  font-size: clamp(1.3rem, 1.6927083333vw, 2.2rem);
  padding-bottom: clamp(2rem, 2.6041666667vw, 3rem);
}
.pickup .txt .price li {
  font-size: clamp(1.2rem, 1.5625vw, 1.4rem);
  font-weight: normal;
  line-height: 1.8;
}
.pickup .txt .price li small {
  font-size: 1rem;
}
.pickup .txt .price li + li::before {
  content: "";
  display: block;
  height: 1px;
  width: 13px;
  min-width: 13px;
  border-top: solid 1px #000;
  margin-block: clamp(1.2rem, 1.5625vw, 1.4rem);
}
.pickup .txt .item_p {
  padding-top: clamp(3rem, 3.90625vw, 3.2rem);
  font-size: clamp(1.2rem, 1.5625vw, 1.4rem);
  line-height: 2;
  letter-spacing: 0;
}
.pickup_thumb__slider {
  order: 2;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .pickup_thumb__slider {
    padding-top: 40px;
  }
}
.pickup .pickup_btn {
  order: 4;
  padding-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .pickup .pickup_btn {
    padding-top: 45px;
    justify-content: flex-start;
    width: 100%;
  }
}
.pickup .pickup_btn li {
  width: calc((100% - 10px) / 2);
}
@media (min-width: 1024px) {
  .pickup .pickup_btn li {
    width: 170px;
  }
}
.pickup .pickup_btn li a {
  display: block;
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1024px) {
  .pickup .pickup_btn li a {
    font-size: 1.5rem;
    height: 40px;
  }
}
.pickup .pickup_btn li a p {
  text-align: center;
}
.pickup .pickup_btn .ladies a {
  background-color: #F1F1F1;
  color: #A6A6A6;
}
.pickup .pickup_btn .ladies a span {
  color: #000000;
}
@media (min-width: 1024px) {
  .pickup .pickup_btn .ladies:hover a {
    opacity: 1;
    background-color: #aaa;
    color: #fff;
  }
  .pickup .pickup_btn .ladies:hover a span {
    color: #000000;
  }
}
.pickup .pickup_btn .mens a {
  background-color: #000;
  color: #A6A6A6;
}
.pickup .pickup_btn .mens a span {
  color: #fff;
}
@media (min-width: 1024px) {
  .pickup .pickup_btn .mens:hover a {
    opacity: 1;
    background-color: #aaa;
    color: #000;
  }
  .pickup .pickup_btn .mens:hover a span {
    color: #fff;
  }
}
.pickup .more {
  display: block;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 24px;
  height: clamp(2.4rem, 3.125vw, 2.7rem);
  padding: 0;
  position: relative;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .pickup .more {
    margin-top: 25px;
  }
}
.pickup .more::before {
  content: "";
  display: block;
  width: clamp(1rem, 1.3020833333vw, 1.2rem);
  height: clamp(1rem, 1.3020833333vw, 1.2rem);
  border-bottom: solid 1px #a6a6a6;
  border-right: solid 1px #a6a6a6;
  position: absolute;
  top: -3px;
  left: 50%;
  transform-origin: left top;
  transform: translateY(-50%) rotate(45deg) skew(8deg, 8deg);
}
.pickup .more::after {
  content: "More";
  display: block;
  position: absolute;
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  font-family: "Mohave";
  top: 50%;
  left: 50%;
  padding-top: 12px;
  transform: translate(-50%, -50%);
  color: #a6a6a6;
}
@media (min-width: 1024px) {
  .pickup .more:hover::before {
    border-color: #000;
  }
  .pickup .more:hover::after {
    color: #000;
  }
}
.pickup .more_box {
  display: block;
  height: 280px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .pickup .more_box {
    height: 250px;
  }
}
.pickup .more_box__active {
  height: 100%;
}
.pickup .more__active::before {
  top: 25px;
  transform: translateY(-50%) rotate(-135deg) skew(8deg, 8deg);
}
.pickup .more__active::after {
  content: none;
}

.about {
  margin-top: 100px;
}
@media (min-width: 1024px) {
  .about {
    margin-top: 82px;
  }
}
.about a {
  display: block;
  width: min(100% - 20px, 1250px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .about a {
    width: min(100%, 1290px);
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .about a {
    width: min(100%, 1330px);
    padding-inline: 40px;
  }
}
@media (min-width: 1280px) {
  .about a {
    width: min(100%, 1400px);
    padding-inline: 75px;
  }
}

.seller {
  border-bottom: none;
  width: min(100% - 10px, 1250px);
  margin-left: 10px;
  padding-bottom: 0;
}
@media (min-width: 630px) {
  .seller {
    width: min(100%, 1250px);
    margin-left: auto;
    margin-right: auto;
  }
}
.seller .sect_ttl {
  font-size: clamp(1.8rem, 2.34375vw, 2.5rem);
}
.seller_box {
  padding-bottom: clamp(10rem, 13.0208333333vw, 15rem);
  margin-top: 74px !important;
}
@media (min-width: 768px) {
  .seller_box {
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 100% - 40px);
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .seller_box {
    width: min(100%, 1330px);
    padding-inline: 40px;
  }
}
@media (min-width: 1280px) {
  .seller_box {
    width: min(100%, 1400px);
    padding-inline: 75px;
  }
}
.seller + .seller {
  margin-top: 50px !important;
}
.seller__lst {
  margin-top: clamp(2rem, 2.6041666667vw, 2.5rem);
  overflow-y: visible;
  overflow-x: scroll;
}
@media (min-width: 630px) {
  .seller__lst {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .seller__lst {
    overflow: visible;
  }
}
.seller__lst ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
@media (min-width: 630px) {
  .seller__lst ul {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .seller__lst ul {
    gap: 15px;
  }
}
.seller__lst ul li {
  width: 150px;
  min-width: 150px;
}
@media (min-width: 630px) {
  .seller__lst ul li {
    width: calc((100% - 12px) / 4);
    min-width: auto;
  }
}
@media (min-width: 1024px) {
  .seller__lst ul li {
    width: calc((100% - 45px) / 4);
  }
}
.seller__lst ul li img {
  aspect-ratio: 300/300;
  -o-object-fit: cover;
     object-fit: cover;
}
.seller__lst ul .sale h3::before {
  content: "SALE";
  display: block;
  font-size: clamp(1rem, 1.3020833333vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  color: #ff0000;
  letter-spacing: 1px;
}
.seller__lst ul .sale .price {
  color: #ff0000;
}
.seller__lst ul .new h3::before {
  content: "NEW";
  display: block;
  font-size: clamp(1rem, 1.3020833333vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  color: #aaaaaa;
  letter-spacing: 1px;
}
.seller__lst .item_detail {
  margin-top: clamp(1rem, 1.3020833333vw, 1.5rem);
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .seller__lst .item_detail {
    padding-right: 0;
  }
}
.seller__lst .item_detail h3 {
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
  font-weight: normal;
  line-height: 1.6;
}
.seller__lst .item_detail h3 span {
  display: none;
}
@media (min-width: 1024px) {
  .seller__lst .item_detail h3 span {
    display: block;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.seller__lst .item_detail h3 strong {
  font-weight: normal;
  padding-inline: 2px;
}
.seller__lst .item_detail .price {
  margin-top: 5px;
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
  display: block;
  letter-spacing: 1px;
}

.contents_ttl {
  font-family: "Mohave", sans-serif;
  font-size: clamp(2rem, 2.6041666667vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.contents_ttl > span {
  font-family: "Noto Sans JP";
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  font-weight: normal;
  color: #AAAAAA;
  display: block;
  text-align: center;
  margin-top: clamp(1.1rem, 1.4322916667vw, 1.2rem);
  letter-spacing: 0.5px;
  word-break: keep-all;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .contents_ttl > span {
    color: #000;
    line-height: 1;
  }
}

.contents_container {
  margin-top: 70px;
  width: min(100% - 40px, 1250px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .contents_container {
    width: min(100%, 100% - 40px);
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .contents_container {
    width: min(100%, 1330px);
    padding-inline: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .contents_container {
    width: min(100%, 1400px);
    padding-inline: 75px;
  }
}

.contents .seller_box {
  width: 100%;
  padding-inline: 0;
}

.pickup_contents {
  width: min(100% - 20px, 1250px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .pickup_contents {
    width: min(100%, 100% - 40px);
  }
}
@media (min-width: 1024px) {
  .pickup_contents {
    width: min(100%, 1330px);
    margin-top: 90px;
  }
}
@media (min-width: 1280px) {
  .pickup_contents {
    width: min(100%, 1400px);
  }
}
.pickup_contents > p {
  font-family: "Noto Sans JP";
  margin-top: clamp(1.6rem, 2.0833333333vw, 1.9rem);
  text-align: center;
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  line-height: 1.8;
  padding-bottom: clamp(6rem, 7.8125vw, 6.5rem);
  letter-spacing: 1px;
}
.pickup_contents > p span {
  display: none;
}
@media (min-width: 1024px) {
  .pickup_contents > p span {
    display: block;
  }
}
.pickup_contents__inner {
  border: none;
  padding-top: 0;
}
.pickup_contents__inner .txt {
  display: contents;
}
@media (min-width: 1024px) {
  .pickup_contents__inner .txt {
    display: block;
  }
}
.pickup_contents__inner .txt .item_num {
  font-size: clamp(1.5rem, 1.953125vw, 1.8rem);
  text-align: center;
  padding-block: 65px;
}
@media (min-width: 1024px) {
  .pickup_contents__inner .txt .item_num {
    padding-block: 0;
  }
}
.pickup_contents__inner .txt .item_name {
  padding-top: 25px;
}
@media (min-width: 1024px) {
  .pickup_contents__inner .txt .item_name {
    padding-top: 0;
    margin-top: 35px;
    line-height: 1.3;
  }
}
@media (min-width: 1024px) {
  .pickup_contents__inner .txt .price li {
    line-height: 1.6;
  }
}
.pickup_contents__inner .txt_sp {
  display: block;
  order: 3;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .pickup_contents__inner .txt_sp {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .pickup_contents__inner .txt_sp {
    display: contents;
  }
}
.pickup_contents__box {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  .pickup_contents__box {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.pickup_contents__box:nth-of-type(n+2) {
  border-top: none;
}
@media (min-width: 1024px) {
  .pickup_contents__box:nth-of-type(even) .pc_flex .pickup__slider {
    order: 2;
  }
  .pickup_contents__box:nth-of-type(even) .pc_flex .txt_contents {
    order: 1;
  }
}

.columns_contents {
  margin-top: clamp(7rem, 9.1145833333vw, 8rem);
}
@media (min-width: 1024px) {
  .columns_contents {
    padding-bottom: 82px;
  }
}

@media (min-width: 1024px) {
  .about_contents__box .contents_ttl {
    font-size: 5rem;
    letter-spacing: min(0.09765625vw, 1.8px);
    text-align: left;
  }
}
.about_contents__box .contents_ttl > span {
  font-size: clamp(1.2rem, 1.5625vw, 1.8rem);
  margin-top: clamp(1.1rem, 1.4322916667vw, 2.2rem);
}
@media (min-width: 1024px) {
  .about_contents__box .contents_ttl > span {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .about_contents__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.about_contents__inner {
  font-family: "Noto Sans JP";
  margin-top: 65px;
  padding-top: 65px;
  border-top: solid 1px #bbb;
  padding-bottom: 70px;
  border-bottom: solid 1px #bbb;
}
@media (min-width: 1024px) {
  .about_contents__inner {
    border: none;
    margin-top: 0;
    padding-top: 0;
    width: min(62%, 775px);
    margin-left: clamp(10rem, 9.765625vw, 17.8rem);
  }
}
.about_contents__inner h3 {
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  line-height: 1.8;
  font-weight: 500;
}
.about_contents__inner h3::after {
  content: "ー";
  font-size: clamp(1.2rem, 1.5625vw, 1.3rem);
  display: block;
  line-height: 2.5;
}
.about_contents__inner h3:nth-child(n+2) {
  margin-top: clamp(6.5rem, 8.4635416667vw, 7.4rem);
}
.about_contents__inner p {
  font-size: clamp(1.2rem, 1.5625vw, 1.35rem);
  line-height: 2;
}
.about_contents__inner > a {
  display: block;
  margin-top: 35px;
  font-size: clamp(1rem, 1.3020833333vw, 1.35rem);
  color: #aaaaaa;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .about_contents__inner > a {
    margin-top: 18px;
    color: #000;
    text-decoration: none;
  }
}
.about_contents__inner > img {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .about_contents__inner > img {
    margin-top: 40px;
  }
}
.about_contents .columns__lst {
  margin-top: clamp(3.5rem, 4.5572916667vw, 5rem);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 1024px) {
  .about_contents .columns__lst {
    gap: 18px 30px;
  }
}
.about_contents .columns__lst li {
  width: 100%;
}
@media (min-width: 1024px) {
  .about_contents .columns__lst li {
    width: calc((100% - 30px) / 2);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.about_contents .columns__lst li span {
  display: block;
  width: 100%;
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .about_contents .columns__lst li span {
    order: 2;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.about_contents .columns__lst li img {
  width: 100%;
}
@media (min-width: 1024px) {
  .about_contents .columns__lst li img {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .about_contents .columns_3 {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .about_contents .columns_3 li {
    width: calc((100% - 40px) / 3);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.ambassador {
  width: min(100%, 1250px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(9rem, 11.71875vw, 15rem);
}
@media (min-width: 768px) {
  .ambassador {
    width: min(100%, 100% - 40px);
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .ambassador {
    width: min(100%, 1330px);
    padding-inline: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .ambassador {
    width: min(100%, 1400px);
    padding-inline: 75px;
  }
}
.ambassador__inner {
  width: 100%;
  margin-left: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .ambassador .intr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    border-top: solid 1px #bbb;
    padding-bottom: 43px;
  }
}
.ambassador .intr:nth-child(n+2) {
  margin-top: 100px;
}
@media (min-width: 1024px) {
  .ambassador .intr:nth-child(n+2) {
    margin-top: 0;
    border-bottom: solid 1px #bbb;
  }
}
.ambassador .intr .detail {
  margin-top: 40px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .ambassador .intr .detail {
    margin-top: 0;
    width: 100%;
  }
}
.ambassador .intr .detail small {
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
  line-height: 2;
}
.ambassador .intr .detail h3 {
  font-size: clamp(1.5rem, 1.953125vw, 2.2rem);
  font-weight: 500;
  margin-top: 0;
  line-height: 2;
}
.ambassador .intr .detail h3 span {
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  margin-left: clamp(1rem, 1.3020833333vw, 1.2rem);
  font-family: "Mohave", sans-serif;
    font-weight:400;
}
.ambassador .intr .prof {
  margin-top: 43px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}
@media (min-width: 1024px) {
  .ambassador .intr .prof {
    width: 100%;
  }
}
.ambassador .intr .prof::before {
  content: "PROFILE:";
  display: block;
  font-size: 1.2rem;
  font-family: "Mohave", sans-serif;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .ambassador .intr .flex_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .ambassador .intr .flex_box img {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .ambassador .intr .flex_box .detail {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
}
.ambassador .more {
  display: block;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 24px;
  height: clamp(2.4rem, 3.125vw, 2.7rem);
  padding: 0;
  position: relative;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .ambassador .more {
    margin-top: 25px;
  }
}
.ambassador .more::before {
  content: "";
  display: block;
  width: clamp(1rem, 1.3020833333vw, 1.2rem);
  height: clamp(1rem, 1.3020833333vw, 1.2rem);
  border-bottom: solid 1px #A6A6A6;
  border-right: solid 1px #A6A6A6;
  position: absolute;
  top: -3px;
  left: 50%;
  transform-origin: left top;
  transform: translateY(-50%) rotate(45deg) skew(8deg, 8deg);
}
.ambassador .more::after {
  content: "More";
  display: block;
  position: absolute;
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  top: 50%;
  left: 50%;
  padding-top: 12px;
  transform: translate(-50%, -50%);
  color: #A6A6A6;
}
.ambassador .more__active::before {
  top: 25px;
  transform: translateY(-50%) rotate(-135deg) skew(8deg, 8deg);
}
.ambassador .more__active::after {
  content: none;
}
.ambassador .intr {
  display: block;
  height: 130.6666666667vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ambassador .intr {
    height: auto;
  }
}
.ambassador .intr__active {
  height: 100%;
}

.support {
  padding-bottom: clamp(9rem, 11.71875vw, 15rem);
}
.support__inner {
  border: none;
  width: 100%;
  margin-left: auto;
  margin-top: 0;
  padding-top: 65px;
  padding-bottom: 0;
}

.support__inner .eng {
        font-family: "Mohave", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    display: block;
    text-decoration: underline;
    margin-top: 20px;
}
@media (min-width: 1024px) {
  .support__inner {
    padding-top: 46px;
  }
}
.support__inner .detail h3 {
  font-size: clamp(1.5rem, 1.953125vw, 2.2rem);
  font-weight: 500;
  margin-top: 0;
}
.support__inner .detail h3 span {
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  margin-left: clamp(1rem, 1.3020833333vw, 1.2rem);
  font-family: "Mohave", sans-serif;
}
.support__inner .detail h3::after {
  content: none;
}
.support__inner > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px 10px;
}
@media (min-width: 1024px) {
  .support__inner > ul {
    gap: 32px 15px;
  }
}
.support__inner > ul li {
  width: calc((100% - 10px) / 2);
}
@media (min-width: 1024px) {
  .support__inner > ul li {
    width: calc((100% - 30px) / 3);
  }
}
.support__inner > ul li .detail {
  margin-top: clamp(2rem, 2.6041666667vw, 2.5rem);
}
.support__inner > ul li .detail small {
  color: #aaaaaa;
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
}
.support__inner > ul li .detail h3 {
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  font-weight: 500;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .support__inner > ul li .detail h3 {
    margin-top: 5px;
  }
}
.support__inner > ul li .detail p {
  margin-top: 10px;
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .support__inner > ul li .detail p {
    margin-top: 2px;
  }
}
.support__inner > ul li .detail .span_more {
  margin-top: 30px;
  display: block;
  color: #AAAAAA;
  text-decoration: underline;
  font-weight: bold;
  font-family: "Mohave", sans-serif;
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
}
@media (min-width: 1024px) {
  .support__inner > ul li .detail .span_more {
    color: #000;
  }
}

.column__inner {
  width: min(100% - 10px, 1250px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
  border-bottom: none;
}
.column__inner ul {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .column__inner ul {
    margin-top: 48px;
  }
}
@media (min-width: 1024px) {
  .column__inner ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 80px 18px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .column__inner ul {
    gap: 120px 18px;
  }
}
.column__inner ul li {
  padding-block: 70px;
  border-top: solid 1px #bbb;
}
@media (min-width: 1024px) {
  .column__inner ul li {
    border-top: none;
    padding-block: 0;
    width: calc((100% - 18px) / 2);
  }
}
.column__inner ul li > .img_box {
  width: 100vw;
  margin-left: -25px;
}
@media (min-width: 768px) {
  .column__inner ul li > .img_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .column__inner ul li > .img_box {
    width: 100%;
    margin-left: auto;
  }
}
.column__inner ul li .day {
  display: block;
  margin-top: 40px;
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
  font-family: "Mohave", sans-serif;
}
@media (min-width: 1024px) {
  .column__inner ul li .day {
    margin-top: 32px;
  }
}
.column__inner ul li h3 {
  margin-top: 12px !important;
  font-size: clamp(1.5rem, 1.953125vw, 1.8rem);
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .column__inner ul li h3 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .column__inner ul li h3::after {
    line-height: 1.5;
  }
}
.column__inner ul li h3 .cat {
  display: block;
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .column__inner ul li h3 .cat {
    margin-top: 5px;
  }
}
.column__inner ul li p {
  font-size: 1.2rem;
  line-height: 2;
}
.column__inner ul li .more_btn {
  display: block;
  margin-top: 40px;
  color: #AAAAAA;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1024px) {
  .column__inner ul li .more_btn {
    margin-top: 30px;
    color: #000;
  }
}
.column__article {
  margin-top: 0;
  width: min(100% - 40px, 1250px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .column__article {
    width: min(100%, 100% - 40px);
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .column__article {
    width: min(100%, 1330px);
    padding-inline: 40px;
    margin-top: 40px;
    margin-top: 35px;
  }
}
@media (min-width: 1280px) {
  .column__article {
    width: min(100%, 1400px);
    padding-inline: 75px;
  }
}
.column__article_fv {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100vw;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .column__article_fv {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .column__article_fv {
    width: 100%;
    margin-left: auto;
  }
}
.column__article_fv .txt {
  background-color: #FAFAFA;
  order: 2;
  padding-block: 40px;
  padding-inline: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .column__article_fv .txt {
    width: 50%;
    margin-left: 0;
    order: 1;
    padding: 48px;
  }
}
.column__article_fv .txt small {
  display: block;
}
.column__article_fv .txt .day {
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
}
.column__article_fv .txt h2 {
  margin-top: clamp(1rem, 1.3020833333vw, 1.6rem);
  font-size: clamp(1.5rem, 1.953125vw, 2.5rem);
  font-weight: 500;
  line-height: 1.6;
}
.column__article_fv .txt h2 .cat {
  font-size: clamp(1rem, 1.3020833333vw, 1.5rem);
  font-weight: normal;
  margin-top: 10px;
}
.column__article_fv .txt p {
  font-size: 1.2rem;
  line-height: 2;
}
.column__article_fv .txt .test_icon {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  position: absolute;
  top: 40px;
  right: 26px;
}
@media (min-width: 1024px) {
  .column__article_fv .txt .test_icon {
    position: static;
    margin-top: 35px;
    margin-bottom: 48px;
  }
}
.column__article_fv .txt .column_num {
  position: absolute;
  bottom: min(3.2vw, 48px);
  font-size: 1rem;
  letter-spacing: 0.5px;
}
.column__article_fv > img {
  order: 1;
}
@media (min-width: 1024px) {
  .column__article_fv > img {
    width: 50%;
    height: auto;
    margin-left: 0;
    order: 2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.column__article_container {
  margin-top: clamp(6.5rem, 8.4635416667vw, 7rem);
  font-size: clamp(1.2rem, 1.5625vw, 1.35rem);
  line-height: 2;
  width: min(100%, 1150px);
  margin-left: auto;
  margin-right: auto;
}
.column__article_container h3 {
  font-size: clamp(1.5rem, 1.953125vw, 1.8rem);
  font-weight: 500;
  line-height: 2;
}
.column__article_container h3::after {
  content: "ー";
  font-size: clamp(1.2rem, 1.5625vw, 1.3rem);
  display: block;
}
.column__article_container h3:nth-child(n+2) {
  margin-top: 90px;
}
@media (min-width: 1024px) {
  .column__article_container h3:nth-child(n+2) {
    margin-top: 110px;
  }
}
.column__article_container dl dt {
  margin-top: clamp(7rem, 9.1145833333vw, 7.5rem);
  padding-left: clamp(1.2rem, 1.5625vw, 1.6rem);
  font-weight: 500;
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  position: relative;
  border-left: solid 1px #000;
  line-height: 1;
}
.column__article_container dl dd {
  margin-top: clamp(3.5rem, 4.5572916667vw, 4rem);
}
.column__article_container ul {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .column__article_container ul li {
    line-height: 2.5;
  }
}
.column__article_container * + p {
  margin-top: 35px;
}
.column__article_container p span {
  display: block;
}
.column__article_container .flex_img {
  margin-top: 5px;
}
.column__article_container .flex_img img + img {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .column__article_container .flex_img img + img {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .column__article_container .flex_img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .column__article_container .flex_img img {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .column__btm_lst {
    display: none;
  }
}
.column__btm_lst strong {
  display: block;
  border-block: solid 1px #bbb;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding-block: 12px;
  text-align: center;
}
@media (min-width: 1024px) {
  .column__btm_lst strong {
    font-size: 2rem;
    padding-block: 28px;
  }
}
.column__btm_lst ul {
  margin-top: 30px;
  padding-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px 10px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .column__btm_lst ul {
    margin-top: 40px;
    gap: 40px 15px;
  }
}
.column__btm_lst ul li {
  border: none;
  width: calc((100% - 10px) / 2);
  padding-block: 0;
}
.column__btm_lst ul li .day {
  margin-top: 25px;
  display: block;
}
.column__btm_lst ul li h3 {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 8px !important;
}
.column__btm_lst ul li h3::after {
  content: none;
}
.column__btm_lst ul li h3 .cat {
  display: block;
  color: #000;
  margin-top: 5px;
}
.column__btm_lst ul li .img_box img {
  width: 100%;
  height: min(14.9333333333vw, 224px);
  -o-object-fit: cover;
     object-fit: cover;
}
.column__btm_lst__article {
  margin-top: 90px;
}
@media (min-width: 1024px) {
  .column__btm_lst__article {
    display: block;
  }
}
@media (min-width: 1024px) {
  .column__btm_lst__article ul li {
    width: calc((100% - 45px) / 4);
  }
}

.help_contents__inner {
  margin-top: 70px;
  padding-top: 67px;
  border-top: solid 1px #bbb;
}
@media (min-width: 1024px) {
  .help_contents__inner {
    margin-top: 45px;
    padding-top: 45px;
  }
}

.care {
  width: min(100% - 40px, 1150px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .care {
    width: min(100%, 100% - 40px);
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .care {
    width: min(100%, 1230px);
    padding-inline: 40px;
    margin-top: 50px;
    padding-bottom: 146px;
  }
}
@media (min-width: 1280px) {
  .care {
    width: min(100%, 1300px);
    padding-inline: 75px;
  }
}
@media (min-width: 1024px) {
  .care__dl {
    padding-top: 6px;
  }
}
.care__dl dt {
  border-left: solid 1px #000;
  line-height: 1;
  padding-left: clamp(1.2rem, 1.5625vw, 1.6rem);
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  font-weight: 500;
}
@media (min-width: 1024px) {
  .care__dl dt {
    margin-left: 7px;
  }
}
.care__dl dd {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .care__dl dd {
    margin-top: 30px;
  }
}
.care__dl dd ul {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .care__dl dd ul {
    margin-top: 14px;
  }
}
@media (min-width: 1024px) {
  .care__dl dd ul + ul {
    margin-top: 34px;
  }
}
.care__dl dd ul li {
  font-size: clamp(1.2rem, 1.5625vw, 1.35rem);
  line-height: 2.3;
}
.care__dl dd + dt {
  margin-top: 90px;
}
@media (min-width: 1024px) {
  .care__dl dd + dt {
    margin-top: 76px;
  }
}
.care__dl dd:nth-of-type(1) .img_box {
  width: clamp(10rem, 13.0208333333vw, 10.6rem);
  min-width: 100px;
}
@media (min-width: 1024px) {
  .care__dl dd:nth-of-type(1) .img_box {
    margin-left: 12px;
  }
}
@media (min-width: 1024px) {
  .care__dl dd:nth-of-type(2) ul {
    margin-top: 18px;
  }
}
.care__dl dd:nth-of-type(2) .img_box {
  width: clamp(7rem, 9.1145833333vw, 7.3rem);
  min-width: 70px;
}
@media (min-width: 1024px) {
  .care__dl dd:nth-of-type(2) .img_box {
    margin-left: 12px;
  }
}
@media (min-width: 1024px) {
  .care__dl dd:nth-of-type(3) {
    margin-top: 42px;
  }
}
@media (min-width: 1024px) {
  .care__dl dd:nth-of-type(3) ul {
    margin-top: 24px;
  }
}
.care__dl dd:nth-of-type(3) .img_box {
  width: clamp(8.5rem, 11.0677083333vw, 9.1rem);
  min-width: 85px;
}
@media (min-width: 1024px) {
  .care__dl dd:nth-of-type(3) .img_box {
    margin-left: 12px;
  }
}

.guide {
  width: min(100% - 40px, 1150px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .guide {
    width: min(100%, 100% - 40px);
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .guide {
    width: min(100%, 1230px);
    padding-inline: 40px;
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .guide {
    width: min(100%, 1300px);
    padding-inline: 75px;
  }
}
.guide__inner {
  padding-top: 0;
  border-top: none;
}
@media (min-width: 1024px) {
  .guide__inner {
    margin-top: 48px;
  }
}
.guide__dl {
  font-family: "Noto Sans JP";
}
.guide__dl > dl {
  border-top: solid 1px #bbb;
  cursor: pointer;
}
.guide__dl > dl:nth-last-of-type(1) {
  border-bottom: solid 1px #bbb;
}
.guide__dl > dl > dt {
      padding-top: 25px;
  padding-bottom: 25px;
  font-size: clamp(1.2rem, 1.5625vw, 1.6rem);
  line-height: 1.8;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.guide__dl > dl > dt::after {
  content: "";
  display: block;
  width: clamp(0.7rem, 0.9114583333vw, 1.2rem);
  min-width: 7px;
  height: clamp(0.7rem, 0.9114583333vw, 1.2rem);
  min-height: 7px;
  position: absolute;
  top: 48%;
  right: clamp(1.2rem, 1.5625vw, 3.2rem);
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .guide__dl > dl > dt:hover::after {
    border-color: #000;
  }
}
.guide__dl > dl > dd {
  display: none;
  padding-bottom: clamp(1.5rem, 1.953125vw, 2.5rem);
  font-size: clamp(1.2rem, 1.5625vw, 1.35rem);
  line-height: 2.2;
  cursor: auto;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .guide__dl > dl > dd {
    padding-bottom: 25px;
  }
}
.guide__dl > dl > dd::before {
  content: "ー";
  font-size: clamp(1.2rem, 1.5625vw, 1.3rem);
  display: block;
  padding-bottom: 4px;
}
@media (min-width: 1024px) {
  .guide__dl > dl > dd > dl {
    margin-top: 6px;
  }
}
.guide__dl > dl > dd > dl dt {
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  font-weight: 500;
  padding-left: 10px;
  border-left: solid 1px #000;
  margin-left: clamp(0.6rem, 0.78125vw, 0.7rem);
  line-height: 1;
}
.guide__dl > dl > dd > dl dd {
  margin-top: clamp(0.5rem, 0.6510416667vw, 1rem);
}
.guide__dl > dl > dd > dl dd + dt {
  margin-top: clamp(2.8rem, 3.6458333333vw, 4rem);
}
@media (min-width: 1024px) {
  .guide__dl_open {
    transition: 0.3s;
  }
}
.guide__dl_open > dt::after {
  transform: rotate(45deg) translateY(-50%) scale(-1, -1) !important;
  transition: 0.3s !important;
}

.shoplist {
  margin-left: auto;
  margin-right: auto;
}
.shoplist__inner {
  border: none;
  width: calc(100% - 10px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}
.shoplist__inner h3 {
  text-align: center;
  font-family: "Mohave", sans-serif;
  font-size: clamp(1.7rem, 2.2135416667vw, 2.7rem);
  font-weight: 500;
  line-height: 1;
}
.shoplist__inner h3::after {
  content: none;
}
.shoplist__inner h4 {
  font-size: clamp(1.5rem, 1.953125vw, 1.8rem);
  line-height: 2;
  font-weight: 500;
  margin-top: 36px;
}
@media (min-width: 1024px) {
  .shoplist__inner h4 {
    margin-top: 22px;
  }
}
.shoplist__inner h4 span {
  font-size: clamp(1.8rem, 2.34375vw, 2rem);
  font-weight: 500;
}
.shoplist__lst > li + li {
  margin-top: 70px;
}
@media (min-width: 1024px) {
  .shoplist__lst > li + li {
    margin-top: 0;
  }
}
.shoplist .img_box {
  width: 100vw;
  margin-left: -25px;
}
@media (min-width: 768px) {
  .shoplist .img_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.shoplist .handling {
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
  line-height: 1.9;
}
.shoplist .handling::after {
  content: "ー";
  font-size: clamp(1.2rem, 1.5625vw, 1.3rem);
  display: block;
  line-height: 1.5;
}
.shoplist .handling::before {
 /* content: "取扱商品:";*/
}
.shoplist .handling li {
  display: inline-block;
}
.shoplist .handling li + li::before {
  content: "／";
}
.shoplist .access {
  position: relative;
  font-size: 1.2rem;
  line-height: 2;
}
@media (min-width: 1024px) {
  .shoplist .access {
    display: inline-block;
  }
}
.shoplist .access .map {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: underline;
  color: #AAAAAA;
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
}
@media (min-width: 1024px) {
  .shoplist .access .map {
    color: #000;
    font-weight: bold;
    right: -48px;
    top: 2px;
    bottom: auto;
  }
}
.shoplist .official > ul,
.shoplist .popup > ul {
  margin-top: 26px;
}
@media (min-width: 1024px) {
  .shoplist .official > ul,
  .shoplist .popup > ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 24px;
  }
  .shoplist .official > ul > li,
  .shoplist .popup > ul > li {
    width: calc((100% - 20px) / 2);
  }
}
.shoplist .official {
  margin-top: clamp(6.5rem, 8.4635416667vw, 7.6rem);
}
.shoplist .popup {
  margin-top: 100px;
}
@media (min-width: 1024px) {
  .shoplist .popup {
    margin-top: 66px;
  }
}
.shoplist .shop_lst {
  margin-top: 100px;
  border-bottom: solid 1px #bbb;
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  .shoplist .shop_lst {
    margin-top: 86px;
    text-align: center;
  }
}
.shoplist .shop_lst strong {
  display: block;
  font-size: clamp(1.7rem, 2.2135416667vw, 2.7rem);
  font-weight: 500;
  color: #AAAAAA;
  padding-block: 70px;
  border-top: solid 1px #bbb;
}
@media (min-width: 1024px) {
  .shoplist .shop_lst strong {
    padding-block: 76px 28px;
  }
}
.shoplist .shop_lst strong:nth-of-type(1) {
  margin-top: 26px;
}
@media (min-width: 1024px) {
  .shoplist .shop_lst strong:nth-of-type(1) {
    margin-top: 24px;
  }
}
.shoplist .shop_lst strong:nth-of-type(n+2) {
  margin-top: 100px;
}
@media (min-width: 1024px) {
  .shoplist .shop_lst strong:nth-of-type(n+2) {
    margin-top: 74px;
  }
}
.shoplist .shop_lst h4 {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .shoplist .shop_lst .map {
    position: static;
  }
}
.shoplist .shop_lst .shoplist__lst > li + li {
  margin-top: 66px;
}
@media (min-width: 1024px) {
  .shoplist .shop_lst .shoplist__lst > li + li {
    margin-top: 36px;
  }
}

.info {
  width: min(100% - 40px, 1150px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .info {
    width: min(100%, 100% - 40px);
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .info {
    width: min(100%, 1230px);
    padding-inline: 40px;
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .info {
    width: min(100%, 1300px);
    padding-inline: 75px;
  }
}
.info__inner {
  margin-top: 68px;
}
@media (min-width: 1024px) {
  .info__inner {
    margin-bottom: 30px;
  }
}
.info__inner ul {
  border-block: solid 1px #bbb;
}
.info__inner ul li > a {
  padding-block: min(8vw, 50px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: min(2.6666666667vw, 45px);
}
.info__inner ul li > a img {
  width: min((100% - min(2.6666666667vw, 45px)) / 2, 356px);
}
.info__inner ul li > a div {
 /* width: calc((100% - min(2.6666666667vw, 45px)) / 2);*/
    max-width:700px;
}
.info__inner ul li > a div span {
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
  color: #AAAAAA;
  line-height: 2;
}
.info__inner ul li > a div .span_more {
  display: none;
}
@media (min-width: 1024px) {
  .info__inner ul li > a div .span_more {
    display: block;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
    margin-top: 30px;
  }
}
.info__inner ul li > a div h3 {
  margin-top: 5px;
  font-size: clamp(1.2rem, 1.5625vw, 1.8rem);
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .info__inner ul li > a div h3 {
    margin-top: 0;
  }
}
.info__inner ul li + li {
  border-top: solid 1px #bbb;
}
.info__single {
  border-top: solid 1px #bbb;
  font-family: "Noto Sans JP";
}
.info__single_top {
  padding-top: clamp(3rem, 3.90625vw, 4.8rem);
}
.info__single_top .day {
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
}
.info__single_top h3 {
  font-size: clamp(1.5rem, 1.953125vw, 2.5rem);
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 1024px) {
  .info__single_top h3 {
    padding-block: 5px;
  }
}
.info__single_top .cat {
  font-size: clamp(1rem, 1.3020833333vw, 1.8rem);
}

.info__single .thumb {
  margin-top: clamp(3rem, 3.90625vw, 4.8rem);
}
.info__single .img_box {
  width: 100vw;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .info__single .img_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.info__single dl {
  width: calc(100% - 10px);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(4rem, 5.2083333333vw, 5rem);
}
@media (min-width: 768px) {
  .info__single dl {
    width: 100%;
  }
}
.info__single dl dt {
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  font-weight: 500;
  border-left: 1px solid #000;
  padding-left: clamp(1rem, 1.3020833333vw, 1.5rem);
  margin-left: clamp(0.6rem, 0.78125vw, 0.7rem);
}
.info__single dl dd {
  margin-top: clamp(3.8rem, 4.9479166667vw, 4.0rem);
  font-size: clamp(1.2rem, 1.5625vw, 1.35rem);
  line-height: 2;
}
.info__single dl dd + dt {
  margin-top: clamp(6.3rem, 8.203125vw, 7.6rem);
}

.faq {
  width: min(100% - 40px, 1150px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .faq {
    width: min(100%, 100% - 40px);
    padding-inline: 20px;
  }
}
@media (min-width: 1024px) {
  .faq {
    width: min(100%, 1230px);
    padding-inline: 40px;
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .faq {
    width: min(100%, 1300px);
    padding-inline: 75px;
  }
}
.faq__inner {
  padding-top: 0;
  border-top: none;
}
@media (min-width: 1024px) {
  .faq__inner {
    padding-bottom: 50px;
  }
}
.faq__dl > dl {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: solid 1px #bbb;
  cursor: pointer;
}
.faq__dl > dl:nth-last-of-type(1) {
  border-bottom: solid 1px #bbb;
}
.faq__dl > dl > dt {
  font-family: "Noto Sans JP";
  font-size: clamp(1.2rem, 1.5625vw, 1.8rem);
  line-height: 1.8;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.faq__dl > dl > dt::after {
  content: "";
  display: block;
  width: clamp(0.7rem, 0.9114583333vw, 1.2rem);
  min-width: 7px;
  height: clamp(0.7rem, 0.9114583333vw, 1.2rem);
  min-height: 7px;
  position: absolute;
  top: 48%;
  right: clamp(1.2rem, 1.5625vw, 3.2rem);
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center;
  transition: 0.3s;
}
.faq__dl > dl > dd {
  display: none;
  padding-top: clamp(1.5rem, 1.953125vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1.953125vw, 2.5rem);
  font-size: clamp(1.2rem, 1.5625vw, 1.35rem);
  line-height: 2.2;
  cursor: auto;
}
.faq__dl > dl > dd > dl dt {
  font-size: clamp(1rem, 1.3020833333vw, 1.35rem);
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.faq__dl > dl > dd > dl dd {
  margin-top: clamp(0.5rem, 0.6510416667vw, 1rem);
  font-size: clamp(1rem, 1.3020833333vw, 1.35rem);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.faq__dl > dl > dd > dl dd + dt {
  margin-top: clamp(2.8rem, 3.6458333333vw, 3.8rem);
}
.faq__dl > dl > dd > dl span {
  display: inline-block;
  margin-right: 15px;
}
.faq__dl_open > dt::after {
  transform: rotate(45deg) translateY(-50%) scale(-1, -1) !important;
  transition: 0.3s !important;
}

.corporate {
  width: min(100% - 40px, 900px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .corporate {
    width: min(100%, 100% - 40px);
  }
}
@media (min-width: 1024px) {
  .corporate {
    width: min(100%, 980px);
    padding-bottom: 150px;
  }
}
@media (min-width: 1280px) {
  .corporate {
    width: min(100%, 1050px);
  }
}
.corporate__inner {
  padding: 0;
  border-top: none;
}
.corporate__dl {
  padding-block: 50px;
  border-block: solid 1px #bbb;
  font-family: "Noto Sans JP";
  font-size: clamp(1.2rem, 1.5625vw, 1.35rem);
  line-height: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .corporate__dl {
    padding-block: 40px;
  }
}
.corporate__dl dt {
  padding-block: 16px;
  width: min(25.0666666667vw, 130px);
}
@media (min-width: 1024px) {
  .corporate__dl dt {
    padding-left: 5px;
    padding-block: 7px;
  }
}
@media (min-width: 1024px) {
  .corporate__dl dt:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.corporate__dl dd {
  padding-block: 16px;
  width: calc(100% - min(25.0666666667vw, 145px));
  word-break: keep-all;
}
@media (min-width: 1024px) {
  .corporate__dl dd {
    line-height: 2.2;
    padding-block: 7px;
  }
}
@media (min-width: 1024px) {
  .corporate__dl dd:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

.privacy {
  width: min(100% - 40px, 1150px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .privacy {
    width: min(100%, 100% - 40px);
  }
}
@media (min-width: 1024px) {
  .privacy {
    width: min(100%, 1230px);
    padding-bottom: 150px;
  }
}
@media (min-width: 1280px) {
  .privacy {
    width: min(100%, 1300px);
  }
}
.privacy__inner {
  font-size: clamp(1.2rem, 1.5625vw, 1.35rem);
  line-height: 2.2;
  font-family: "Noto Sans JP";
}
@media (min-width: 1024px) {
  .privacy__inner {
    border-bottom: solid 1px #bbb;
    padding-bottom: 80px;
  }
}
.privacy__inner dl {
  margin-top: clamp(5rem, 6.5104166667vw, 8rem);
}
.privacy__inner dl dt {
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  font-weight: 500;
  margin-left: clamp(0.6rem, 0.78125vw, 0.7rem);
  padding-left: 10px;
  border-left: solid 1px #000;
  line-height: 1;
}
.privacy__inner dl dd {
  margin-top: clamp(0.6rem, 0.78125vw, 1.2rem);
}
.privacy__inner dl dd + dt {
  margin-top: clamp(3.4rem, 4.4270833333vw, 4.2rem);
}
@media (min-width: 1024px) {
  .privacy .lh24 {
    line-height: 2.4;
  }
}

.ordercontract {
  width: min(100% - 40px, 1150px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .ordercontract {
    width: min(100%, 100% - 40px);
  }
}
@media (min-width: 1024px) {
  .ordercontract {
    width: min(100%, 1230px);
    padding-bottom: 105px;
  }
}
@media (min-width: 1280px) {
  .ordercontract {
    width: min(100%, 1300px);
  }
}
.ordercontract .contents_ttl {
  font-size: clamp(2rem, 2.6041666667vw, 2.5rem);
}
.ordercontract__inner {
  border-top: none;
  padding-top: clamp(3.4rem, 4.4270833333vw, 3.4rem);
}
@media (min-width: 1024px) {
  .ordercontract__inner {
    padding-bottom: 50px;
  }
}
.ordercontract__dl {
  font-family: "Noto Sans JP";
  border: solid 1px #aaa;
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  line-height: 2.2;
}
@media (min-width: 1024px) {
  .ordercontract__dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.ordercontract__dl dt {
  background-color: #F5F5F5;
  padding-left: clamp(2.5rem, 3.2552083333vw, 3rem);
  padding-block: 20px;
}
@media (min-width: 1024px) {
  .ordercontract__dl dt {
    padding-block: 20px;
    width: 250px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 74px;
    line-height: 2.15;
  }
}
.ordercontract__dl dd {
  padding-left: clamp(2.5rem, 3.2552083333vw, 3rem);
  border-top: solid 1px #aaa;
  padding-block: 28px;
}
@media (min-width: 1024px) {
  .ordercontract__dl dd {
    padding-block: 20px;
    width: calc(100% - 250px);
    border-top: none;
    border-left: solid 1px #bbb;
    min-height: 74px;
    line-height: 2.15;
  }
  .ordercontract__dl dd:nth-of-type(n+2) {
    border-top: solid 1px #aaa;
  }
}
.ordercontract__dl dd + dt {
  border-top: solid 1px #aaa;
}
.ordercontract__dl dd a {
  display: inline-block;
  margin-left: 14px;
  color: #A9A9A9;
  text-decoration: underline;
}

.contact {
  width: min(100% - 40px, 900px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .contact {
    width: min(100%, 100% - 40px);
  }
}
@media (min-width: 1024px) {
  .contact {
    width: min(100%, 980px);
    padding-bottom: 150px;
  }
}
@media (min-width: 1280px) {
  .contact {
    width: min(100%, 1050px);
  }
}
.contact__inner {
  font-family: "Noto Sans JP";
  padding-top: 52px;
  margin-top: 0;
  border-top: none;
}
@media (min-width: 1024px) {
  .contact__inner {
    margin-top: 48px;
    border-top: solid 1px #bbb;
  }
}
.contact .required_txt {
  text-align: right;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .contact .required_txt {
    font-size: 1.2rem;
  }
}
.contact .required_txt span {
  color: red;
}
.contact__form {
  margin-top: 10px;
  border-top: solid 1px #bbb;
}
@media (min-width: 1024px) {
  .contact__form {
    margin-top: 4px;
    border-top: none;
  }
}
.contact__dl {
  margin-top: 70px;
  padding-inline: clamp(0.5rem, 0.6510416667vw, 1rem);
}
@media (min-width: 1024px) {
  .contact__dl {
    margin-top: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .contact__dl dd:nth-of-type(2+n) {
    margin-top: 8px;
  }
}
.contact__dl dt {
  font-size: clamp(1.2rem, 1.5625vw, 1.5rem);
  font-weight: 500;
}
@media (min-width: 1024px) {
  .contact__dl dt {
    padding-top: 20px;
    width: 250px;
  }
}
.contact__dl dt:nth-of-type(n+2) {
  padding-top: 40px;
}
.contact__dl .required::after {
  content: "*";
  color: red;
}
.contact__dl dd {
  padding-block: 12px 40px;
}
@media (min-width: 1024px) {
  .contact__dl dd {
    padding-block: 0;
    width: calc(100% - 250px);
  }
  .contact__dl dd:nth-of-type(n+2) {
    padding-top: 20px;
  }
}
.contact__dl dd input,
.contact__dl dd select {
  font-family: "Noto Sans JP";
  width: 100%;
  height: clamp(5rem, 6.5104166667vw, 6rem);
  border: solid 0.5px #A9A9A9;
  padding-block: 14px;
  padding-inline: clamp(2rem, 2.6041666667vw, 3rem);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact__dl dd select {
  color: #aaa;
  cursor: pointer;
}
.contact__dl dd .select_box {
  position: relative;
}
.contact__dl dd .select_box::after {
  content: "";
  display: block;
  width: clamp(0.8rem, 1.0416666667vw, 1rem);
  height: clamp(0.8rem, 1.0416666667vw, 1rem);
  border-bottom: solid 1px #aaa;
  border-right: solid 1px #aaa;
  position: absolute;
  top: 48%;
  right: clamp(2.2rem, 2.8645833333vw, 3rem);
  transform: rotate(45deg) translateY(-50%) skew(6deg, 6deg);
}
.contact__dl dd .select_box .change {
  color: #000;
}
.contact__dl dd textarea {
  font-family: "Noto Sans JP";
  padding-block: 14px;
  padding-inline: clamp(2rem, 2.6041666667vw, 3rem);
  width: 100%;
  height: min(66.6666666667vw, 300px);
  border: solid 0.5px #A9A9A9;
}
.contact__dl dd p {
  padding-top: 18px;
  font-size: clamp(1rem, 1.3020833333vw, 1.2rem);
  line-height: 2;
}
@media (min-width: 1024px) {
  .contact__dl dd p {
    padding-bottom: 10px;
  }
}
.contact .submit {
  width: min(100%, 450px);
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  background-color: #F5F5F5;
}
@media (min-width: 1024px) {
  .contact .submit {
    margin-top: 40px;
    width: 170px;
    margin-left: calc(250px + clamp(0.5rem, 0.6510416667vw, 1rem));
  }
}
.contact .submit input {
  font-family: "Noto Sans JP";
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: clamp(1.2rem, 1.5625vw, 1.35rem);
  line-height: 2px;
}
.contact__btm {
  margin-top: 70px;
  border-block: solid 1px #bbb;
}
.contact__btm li {
  padding-block: 65px;
}
@media (min-width: 1024px) {
  .contact__btm li {
    padding-block: 28px 38px;
    padding-inline: 5px;
  }
}
.contact__btm li + li {
  border-top: solid 1px #bbb;
}
.contact__btm li strong {
  font-size: clamp(1.2rem, 1.5625vw, 1.8rem);
  font-weight: normal;
  line-height: 1;
}
.contact__btm li p {
  font-size: clamp(1rem, 1.3020833333vw, 1.35rem);
  line-height: 2.5;
  padding-top: clamp(1rem, 1.3020833333vw, 2rem);
}

.guide__inner small {
  /*font-size: clamp(1rem, 1.3020833333vw, 1.1rem);*/
        font-size: clamp(1.2rem, 1.5625vw, 1.35rem);
}

@media(min-width:1024px) {
    .drpdwn_lst ul {
    opacity:0;
        transform:translateY(-15px);
    }

    .drpdwn_lst_on ul {
    opacity:1;
        transform:translateY(0px);
        transition:.4s;
    }
}

.search_btn_ {
position: absolute;
    top: 14px;
    left: 11px;
    opacity: 0;
    z-index: -1;
    display: block !important;
    width: auto !important;
}

::-moz-selection {
    background: rgb(0,200,200);
}

::selection {
background:rgb(0,200,200);
}

.ac_in_ac{
position:relative;
}

.ac_in_ac::after {
  content: "";
  display: block;
  width: clamp(0.7rem, 0.9114583333vw, 1.2rem);
  min-width: 7px;
  height: clamp(0.7rem, 0.9114583333vw, 1.2rem);
  min-height: 7px;
  position: absolute;
  top: 33px;
  right: clamp(1.2rem, 1.5625vw, 3.2rem);
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center;
  transition: 0.3s;
}

.ac_in_ac__open::after {
  transform: rotate(45deg) translateY(-50%) scale(-1, -1) !important;
  transition: 0.3s !important;
}

@media(min-width: 1024px) {
    .ac_in_ac::after {
    content:none;
    }

        .ac_in_ac__open::after {
    content:none;
    }
}

@media (min-width: 1024px) {
  .support__inner > ul li a:hover {
    opacity: 1;
  }

  .support__inner > ul li a:hover img {
    opacity: 0.6;
    transition: opacity 0.3s;
  }

  .support__inner > ul li a:hover .eng {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}

img {
pointer-events:none;
cursor: pointer;
}

a img {
pointer-events:auto;
    cursor: pointer;
}
.thumb {
width: min((100% - min(2.6666666667vw,45px))/2,356px) !important;
}


.thumb img {
    width: 100% !important;
    aspect-ratio: 2/1.2;
    object-fit: cover;
}

.info__inner li dl {
display:none;
}

.info__inner li dl dl a {
display:none;
}

.category__span{
font-family:noto sans JP ,sans-seirf;
}

.info__inner ul li > a div span {
color:#000;
}

.script__box {
display:none;
}