@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

@media print {
  .header-site {
    position: static;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    margin: 0;
  }
  @page {
    margin: 0;
    size: 16.5in 25.5in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  overflow-y: scroll;
  font-size: 0.14rem;
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.container {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  .container {
    min-width: 1400px;
    padding-top: 104px;
  }
  .container.is-product-list {
    padding-top: 269px;
  }
  .wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 20vw;
    min-height: 100vh;
  }
  .container {
    min-width: 320px;
    padding-top: 0.69rem;
  }
  .container.is-product-list {
    padding-top: 1.29rem;
  }
  .wrapper {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .md {
    display: none !important;
  }
}
.post-content {
  overflow-wrap: break-word;
  line-height: 2;
  font-size: 0.16rem;
}
.post-content *:last-child {
  margin-bottom: 0 !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-content {
    word-break: break-all;
  }
}
.post-content p {
  margin-bottom: 1em;
  font-weight: 300;
}
.post-content img {
  margin-bottom: 1em;
}
.post-content blockquote {
  padding: 1.5em 2em;
  margin-bottom: 1.5em;
  position: relative;
  background: #f8f8f8;
}
.post-content blockquote p {
  margin-bottom: 1em;
}
.post-content blockquote p:last-child {
  margin-bottom: 0;
}
.post-content blockquote:before, .post-content blockquote:after {
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-content blockquote:before {
  content: "“";
  left: 0.3em;
  top: 0.3em;
}
.post-content blockquote:after {
  content: "„";
  right: 0.3em;
  bottom: 0.4em;
}
.post-content ul,
.post-content ol {
  margin-bottom: 1.5em;
  padding-left: 40px;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul {
  list-style: disc;
}
.post-content h1 {
  margin-bottom: 1.5em;
  font-size: 1.4em;
  font-weight: bold;
}
.post-content h2 {
  margin-bottom: 1.5em;
  font-size: 1.3em;
  font-weight: bold;
}
.post-content h3 {
  margin-bottom: 1.5em;
  font-size: 1.1em;
  font-weight: bold;
}
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: bold;
}
.post-content b,
.post-content strong {
  font-weight: bold;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content a {
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content .alignleft,
.post-content .alignright,
.post-content .aligncenter {
  display: block;
}
.post-content .aligncenter,
.post-content .alignright {
  margin-left: auto;
}
.post-content .alignleft,
.post-content .aligncenter {
  margin-right: auto;
}
.post-content .alignright {
  margin-right: 0;
}
.post-content .alignleft {
  margin-left: 0;
}
.post-content table {
  border-width: 1px;
}
.post-content tbody, .post-content thead, .post-content tr, .post-content th, .post-content td {
  border-color: inherit;
}
.post-content th, .post-content td {
  border-width: 1px;
  border-style: solid;
  padding: 5px;
}

@media print, (min-width: 768px) {
  .is-mac .post-content h1,
  .is-mac .post-content h2,
  .is-mac .post-content h3,
  .is-mac .post-content h4,
  .is-mac .post-content h5,
  .is-mac .post-content h6 {
    font-weight: 500;
  }
}
.news-common {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.news-common img {
  display: block;
  width: 100%;
}
.news-common .news-item {
  text-decoration: none;
  color: #000;
  display: block;
}
.news-common .news-time {
  color: #8a8a8a;
  text-align: right;
}
.news-common .news-title {
  margin: 0;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-common .news-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 0.14rem;
}
.news-common .news-title,
.news-common .news-label {
  opacity: 0;
  transition: opacity 0.3s;
}
.news-common .tag-wrapper {
  flex: 1;
}
.news-common.news-list {
  padding: 0;
}

.wf-active .news-common .news-title,
.wf-active .news-common .news-label {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .news-common {
    padding-bottom: 74px;
  }
  .news-common.news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-common.news-list > li {
    margin-bottom: 75px;
  }
  .news-common.news-list > li,
  .news-common .swiper-wrapper > li {
    width: 310px;
  }
  .news-common .news-image {
    margin-bottom: 27px;
  }
  .news-common .swiper-wrapper > li {
    margin-right: 35px;
  }
  .news-common .news-label {
    margin-bottom: 6px;
  }
  .news-common .news-time {
    width: 85px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-common {
    padding-bottom: 0.87rem;
  }
  .news-common.is-slider {
    margin-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .news-common .news-image {
    margin-bottom: 0.27rem;
  }
  .news-common.news-list > li {
    margin-bottom: 0.98rem;
  }
  .news-common.news-list .news-image {
    margin-bottom: 0.35rem;
  }
  .news-common.news-list .news-label {
    padding-right: 0.08rem;
  }
  .news-common .swiper-wrapper > li {
    width: 3.1rem;
    margin-right: 0.35rem;
  }
  .news-common .news-label {
    margin-bottom: 0.06rem;
  }
  .news-common .news-time {
    width: 0.85rem;
    margin-bottom: 0.06rem;
  }
  .news-common .swiper-scrollbar {
    width: 4.38rem;
  }
}
.product-common {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.product-common a {
  color: #000;
  text-decoration: none;
  display: block;
}
.product-common img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-common .product-content {
  line-height: 1.5714285714;
  opacity: 0;
  transition: opacity 0.3s;
}
.product-common .product-title {
  font-weight: 700;
}
.product-common .product-price {
  margin: 0;
}
.product-common .product-title,
.product-common .product-price {
  font-size: 0.14rem;
}
.product-common.product-list {
  padding-bottom: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.wf-active .product-common .product-content {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .product-common {
    padding-bottom: 73px;
    margin-bottom: 77px;
  }
  .product-common.product-list > li {
    margin-bottom: 75px;
  }
  .product-common.product-list > li:not(:nth-child(4n)) {
    margin-right: 62px;
  }
  .product-common.product-list > li,
  .product-common .product-slider .swiper-slide {
    width: 203px;
  }
  .product-common .product-item {
    margin-right: 62px;
  }
  .product-common .product-content {
    padding: 0 5px;
  }
  .product-common .product-image {
    height: 203px;
    margin-bottom: 23px;
  }
  .product-common .product-title {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-common {
    padding-bottom: 0.89rem;
    margin-bottom: 0.59rem;
  }
  .product-common.product-list {
    justify-content: space-between;
  }
  .product-common.product-list > li {
    width: 46.137%;
    margin-bottom: 0.71rem;
  }
  .product-common .product-slider .swiper-slide {
    width: 2.03rem;
  }
  .product-common .product-item {
    margin-right: 0.32rem;
  }
  .product-common .product-image {
    height: 2.03rem;
    margin-bottom: 0.23rem;
  }
  .product-common .product-title {
    margin-bottom: 0.06rem;
  }
}
.link-common {
  position: relative;
  border-bottom: 1px solid #8c32f0;
  text-decoration: none;
  color: #8c32f0;
}
.link-common:after {
  content: "";
  border-top: 1px solid #8c32f0;
  border-right: 1px solid #8c32f0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}
.link-common:hover {
  border-bottom: none;
}

@media print, (min-width: 768px) {
  .link-common {
    padding: 0 26px 8px 5px;
  }
  .link-common:after {
    width: 8px;
    height: 8px;
    margin-top: -6px;
    right: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .link-common {
    padding: 0 0.26rem 0.11rem 0.05rem;
  }
  .link-common:after {
    width: 0.08rem;
    height: 0.08rem;
    margin-top: -0.08rem;
    right: 0.05rem;
  }
}
.button-primary,
.button-default,
.button-secondary,
.button-success {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.button-primary span,
.button-default span,
.button-secondary span,
.button-success span {
  position: relative;
}
.button-primary span:after,
.button-default span:after,
.button-secondary span:after,
.button-success span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
}

.button-default span:after,
.button-secondary span:after,
.button-success span:after {
  background: no-repeat center/100% auto;
}

.button-primary span:after {
  transition: right 0.3s;
}
.button-primary:hover span:after {
  right: -6%;
}

.button-primary {
  color: #8c32f0;
  font-weight: 500;
  background: #fff;
  border: 1px solid #8c32f0;
  font-size: 0.14rem;
}
.button-primary span:after {
  background: url(../img/common/ico_arrow_button.svg) no-repeat center/100% auto;
}
.button-primary.is-small {
  font-size: 0.1rem;
}

@media print, (min-width: 768px) {
  .button-primary {
    width: 173px;
    min-height: 44px;
    padding: 4px 25px 5px 34px;
    border-radius: 25px;
    box-shadow: 0 5px 0 rgba(228, 228, 228, 0.85);
  }
  .button-primary span {
    padding-right: 52px;
  }
  .button-primary span:after {
    width: 37px;
    height: 11px;
    margin-top: -8px;
  }
  .button-primary.is-small {
    width: 120px;
    min-height: 31px;
    border-radius: 21px;
    padding: 4px 15px 4px 24px;
    box-shadow: none;
  }
  .button-primary.is-small span {
    padding-right: 36px;
  }
  .button-primary.is-small span:after {
    width: 26px;
    height: 8px;
    margin-top: -5px;
  }
  .is-firefox .button-primary {
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    width: 1.73rem;
    min-height: 0.44rem;
    padding: 0.04rem 0.25rem 0.05rem 0.34rem;
    border-radius: 0.25rem;
    box-shadow: 0 0.05rem 0 rgba(228, 228, 228, 0.85);
  }
  .button-primary span {
    padding-right: 0.52rem;
  }
  .button-primary span:after {
    width: 0.37rem;
    height: 0.11rem;
    margin-top: -0.08rem;
  }
  .button-primary.is-small {
    width: 1.2rem;
    min-height: 0.31rem;
    padding: 0.04rem 0.15rem 0.05rem 0.24rem;
    border-radius: 0.21rem;
    box-shadow: none;
  }
  .button-primary.is-small span {
    padding-right: 0.35rem;
  }
  .button-primary.is-small span:after {
    width: 0.26rem;
    height: 0.08rem;
    margin-top: -0.04rem;
  }
}
.button-default {
  border: 1px solid #8c32f0;
  color: #8c32f0;
  font-size: 0.18rem;
}
.button-default span:after {
  background-image: url(../img/common/ico_arrow_purple.png);
}

@media print, (min-width: 768px) {
  .button-default {
    width: 316px;
    min-height: 76px;
    padding: 9px 35px 14px;
    margin-bottom: 145px;
    border-radius: 10px;
  }
  .button-default span {
    padding-right: 31px;
  }
  .button-default span:after {
    width: 9px;
    height: 15px;
    margin-top: -7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-default {
    width: 3.16rem;
    min-height: 0.76rem;
    padding: 0.1rem 0.35rem 0.13rem;
    margin-bottom: 1.38rem;
    border-radius: 0.1rem;
  }
  .button-default span {
    padding-right: 0.31rem;
  }
  .button-default span:after {
    width: 0.09rem;
    height: 0.15rem;
    margin-top: -0.07rem;
  }
}
.button-secondary {
  font-size: 0.18rem;
  background: #8c32f0;
  color: #fff;
}
.button-secondary span:after {
  background-image: url(../img/common/ico_arrow_white.png);
}

@media print, (min-width: 768px) {
  .button-secondary {
    width: 316px;
    min-height: 76px;
    border-radius: 10px;
    padding: 9px 10px 14px 33px;
  }
  .button-secondary span {
    padding-right: 60px;
  }
  .button-secondary span:after {
    width: 9px;
    height: 15px;
    margin-top: -6px;
  }
  .is-firefox .button-secondary span:after {
    margin-top: -5px;
  }
  .is-firefox .button-secondary {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-secondary {
    width: 3.16rem;
    min-height: 0.76rem;
    border-radius: 0.1rem;
    padding: 0.1rem 0.1rem 0.13rem 0.35rem;
  }
  .button-secondary span {
    padding-right: 0.6rem;
  }
  .button-secondary span:after {
    width: 0.09rem;
    height: 0.15rem;
    margin-top: -0.06rem;
  }
}
.button-success {
  border: 2px solid #8c32f0;
  color: #8c32f0;
  font-size: 0.16rem;
}
.button-success span:after {
  background-image: url(../img/common/ico_arrow_purple.png);
}

@media print, (min-width: 768px) {
  .button-success {
    width: 230px;
    min-height: 55px;
    padding: 9px 18px 14px 26px;
    border-radius: 10px;
  }
  .button-success span {
    padding-right: 39px;
  }
  .button-success span:after {
    width: 9px;
    height: 15px;
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-success {
    width: 2.3rem;
    min-height: 0.56rem;
    padding: 0.1rem 0.24rem 0.13rem 0.28rem;
    border-radius: 0.1rem;
  }
  .button-success span {
    padding-right: 0.37rem;
  }
  .button-success span:after {
    width: 0.09rem;
    height: 0.15rem;
    margin-top: -0.06rem;
  }
}
.tag-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.tag-common {
  color: #fff;
  background: #8c32f0;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  display: inline-block;
  line-height: 1.2;
}
.tag-common.is-purple-light {
  background: #c632f0;
}
.tag-common.is-blue {
  background: #6854e2;
}
.tag-common.is-pink-dark {
  background: #bf9ce3;
}
.tag-common.is-pink-light {
  background: #f21377;
}
.tag-common.is-turquoise {
  background: #2edbd9;
}
.tag-common.is-sky-blue {
  background: #2dc6ff;
}
.tag-common.is-gray {
  background: #909090;
}

@media print, (min-width: 768px) {
  .tag-common {
    min-width: 98px;
    min-height: 21px;
    padding: 3px 3px 2px;
    margin: 0 10px 10px 0;
  }
  .is-safari .tag-common {
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tag-common {
    min-width: 0.98rem;
    min-height: 0.21rem;
    padding: 0.03rem 0.03rem 0.02rem;
    margin: 0 0.1rem 0.1rem 0;
  }
}
.title-primary {
  color: #8c32f0;
  font-size: 0.16rem;
  text-align: center;
  font-weight: 400;
}
.title-primary .title-english {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.3rem;
  display: block;
  position: relative;
}
.title-primary .title-english:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #8c32f0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.title-primary,
.title-default {
  opacity: 0;
  transition: opacity 0.3s;
}

.wf-active .title-primary,
.wf-active .title-default {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .title-primary {
    margin-bottom: 34px;
  }
  .title-primary .title-english {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .title-primary .title-english:after {
    width: 44px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.34rem;
  }
  .title-primary .title-english {
    padding-bottom: 0.12rem;
    margin-bottom: 0.15rem;
  }
  .title-primary .title-english:after {
    width: 0.44rem;
  }
}
.title-default {
  text-align: center;
  border-top: 3px solid #e7e7f3;
  border-bottom: 3px solid #e7e7f3;
  font-weight: 700;
  font-size: 0.18rem;
}

@media print, (min-width: 768px) {
  .title-default {
    padding: 21px 20px 24px;
    margin-bottom: 47px;
  }
  .is-mac .title-default {
    font-weight: 500;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-default {
    padding: 0.2rem 0.2rem 0.24rem;
    margin-bottom: 0.54rem;
  }
}
.social-common {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.social-common .social-link {
  display: block;
  background: no-repeat center/100% auto;
}

@media print, (min-width: 768px) {
  .social-common > li:not(:last-child) {
    margin-right: 24px;
  }
  .social-common .social-link {
    width: 36px;
    height: 36px;
  }
  .social-common .social-link.icon-twitter {
    background-image: url(../img/common/ico_twitter.png);
  }
  .social-common .social-link.icon-instagram {
    background-image: url(../img/common/ico_instagram.png);
  }
  .social-common .social-link.icon-youtube {
    background-image: url(../img/common/ico_youtube.png);
  }
  .social-common .social-link.icon-line {
    background-image: url(../img/common/ico_line.png);
  }
}
@media only screen and (max-width: 767.98px) {
  .social-common {
    padding: 0.33rem 0 0.31rem;
    justify-content: center;
  }
  .social-common > li:not(:last-child) {
    margin-right: 0.48rem;
  }
  .social-common .social-link {
    width: 0.5rem;
    height: 0.5rem;
  }
  .social-common .social-link.icon-twitter {
    background-image: url(../img/common/sp/ico_twitter.png);
  }
  .social-common .social-link.icon-instagram {
    background-image: url(../img/common/sp/ico_instagram.png);
  }
  .social-common .social-link.icon-youtube {
    background-image: url(../img/common/sp/ico_youtube.png);
  }
  .social-common .social-link.icon-line {
    background-image: url(../img/common/sp/ico_line.png);
  }
  .social-common .social-link.icon-twitter-white {
    background-image: url(../img/common/sp/ico_twitter_white.png);
  }
  .social-common .social-link.icon-instagram-white {
    background-image: url(../img/common/sp/ico_instagram_white.png);
  }
  .social-common .social-link.icon-youtube-white {
    background-image: url(../img/common/sp/ico_youtube_white.png);
  }
  .social-common .social-link.icon-line-white {
    background-image: url(../img/common/sp/ico_line_white.png);
  }
}
.section-heading-common {
  background: no-repeat center/100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8c32f0;
  line-height: 1.2857142857;
}
.section-heading-common .heading-title {
  margin: 0;
  position: relative;
  font-weight: 700;
  font-size: 0.28rem;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: center;
}
.section-heading-common .heading-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #8c32f0;
  height: 2px;
}

.wf-active .heading-title {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .section-heading-common {
    min-height: 272px;
    padding: 10px 20px 22px;
    background-image: url(../img/common/heading_bg.jpg);
  }
  .section-heading-common .heading-title {
    padding-bottom: 30px;
  }
  .section-heading-common .heading-title:after {
    width: 44px;
  }
  .is-mac .section-heading-common .heading-title {
    font-weight: 500;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-heading-common {
    min-height: 1.42rem;
    padding: 0.15rem 0.2rem 0.2rem;
    background-image: url(../img/common/sp/heading_bg.jpg);
  }
  .section-heading-common .heading-title {
    padding-bottom: 0.2rem;
  }
  .section-heading-common .heading-title:after {
    width: 0.44rem;
  }
}
@media print, (min-width: 768px) {
  .breadcrumb-common {
    margin-bottom: 107px;
    padding: 21px 0;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .breadcrumb-common .breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .breadcrumb-common .breadcrumb-list > li:not(:last-child) {
    margin-right: 12px;
  }
  .breadcrumb-common .breadcrumb-list > li:not(:last-child):after {
    content: "＞";
    margin-left: 3px;
  }
  .breadcrumb-common,
  .breadcrumb-common a {
    font-weight: 300;
    font-size: 0.12rem;
    color: #ababab;
  }
  .breadcrumb-common a {
    text-decoration: none;
  }
  .wf-active .breadcrumb-common {
    opacity: 1;
  }
}
.select-common {
  position: relative;
}
.select-common:after {
  content: "";
  top: 50%;
  position: absolute;
  background: url(../img/common/ico_arrow_down.svg) no-repeat center/100% auto;
  pointer-events: none;
}
.select-common select {
  width: 100%;
  height: 100%;
  border: 1px solid #a8a8a8;
  cursor: pointer;
  font-weight: 300;
  color: #000;
  font-size: 0.14rem;
  border-radius: 0;
}

@media print, (min-width: 768px) {
  .select-common {
    width: 135px;
    height: 38px;
    margin-right: 48px;
  }
  .select-common:after {
    width: 11px;
    height: 7px;
    margin-top: -3px;
    right: 14px;
  }
  .select-common select {
    padding: 5px 25px 5px 14px;
  }
  .is-mac.is-safari .select-common select, .is-firefox .select-common select {
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .select-common {
    width: 1.35rem;
    height: 0.38rem;
  }
  .select-common:after {
    width: 0.11rem;
    height: 0.07rem;
    margin-top: -0.03rem;
    right: 0.14rem;
  }
  .select-common select {
    padding: 0.05rem 0.25rem 0.06rem 0.14rem;
  }
}
.pagination-common a {
  text-decoration: none;
}
.pagination-common,
.pagination-common .wp-pager,
.pagination-common .arrow a {
  display: flex;
  flex-wrap: wrap;
}
.pagination-common .wp-pager,
.pagination-common .arrow a {
  position: relative;
}
.pagination-common .wp-pager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination-common .arrow {
  position: absolute;
}
.pagination-common .arrow a {
  justify-content: center;
  align-items: center;
}
.pagination-common .arrow a:before {
  content: "";
  border-top: 2px solid #b2b2da;
  border-right: 2px solid #b2b2da;
}
.pagination-common .arrow a.disabled {
  pointer-events: none;
}
.pagination-common .arrow a.disabled:before {
  border-color: #e7e7f3;
}
.pagination-common .prev {
  left: 0;
}
.pagination-common .prev a:before {
  transform: rotate(225deg);
}
.pagination-common .next {
  right: 0;
}
.pagination-common .next a:before {
  transform: rotate(45deg);
}
.pagination-common .page-numbers {
  font-size: 0.16rem;
  color: #b2b2da;
  transition: opacity 0.26s;
}
.pagination-common .page-numbers.current {
  text-decoration: underline;
  color: #8c32f0;
  text-underline-offset: 2px;
}
.pagination-common .page-numbers:hover:not(.current) {
  opacity: 0.8;
}

@media print, (min-width: 768px) {
  .pagination-common {
    margin-top: 32px;
    padding: 39px 185px 0 0;
    border-top: 3px solid #e7e7f3;
    justify-content: center;
    align-items: flex-start;
  }
  .pagination-common .pagination-pager {
    max-width: 600px;
    margin-top: 8px;
  }
  .pagination-common .wp-pager {
    padding: 0 46px;
  }
  .pagination-common .wp-pager > li {
    margin: 0 10px 10px;
  }
  .pagination-common .wp-pager > li.arrow {
    margin: 0;
  }
  .pagination-common .arrow {
    top: 2px;
  }
  .pagination-common .arrow a {
    width: 20px;
    height: 20px;
  }
  .pagination-common .arrow a:before {
    width: 12px;
    height: 12px;
  }
  .pagination-common .prev a:before {
    margin-left: 5px;
  }
  .pagination-common .next a:before {
    margin-left: -5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common {
    margin-bottom: 1.05rem;
    padding-top: 0.48rem;
    border-top: 0.03rem solid #e7e7f3;
    flex-direction: column-reverse;
    align-items: center;
  }
  .pagination-common .wp-pager {
    margin-bottom: 0.22rem;
    padding: 0 0.46rem;
  }
  .pagination-common .wp-pager > li {
    margin: 0 0.1rem 0.1rem;
  }
  .pagination-common .wp-pager > li.arrow {
    margin: 0;
  }
  .pagination-common .arrow {
    top: 0.02rem;
  }
  .pagination-common .arrow a {
    width: 0.2rem;
    height: 0.2rem;
  }
  .pagination-common .arrow a:before {
    width: 0.12rem;
    height: 0.12rem;
  }
  .pagination-common .prev a:before {
    margin-left: 0.05rem;
  }
  .pagination-common .next a:before {
    margin-left: -0.05rem;
  }
}
.swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.26s ease, opacity 0.26s ease;
  background-color: #c7c7c7;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.8;
}
.swiper-pagination .swiper-pagination-bullet {
  outline: none;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8c32f0;
  pointer-events: none;
}

.product-slider,
.news-slider,
.keyvisual-slider {
  width: 100%;
  height: auto;
  position: relative;
}
.product-slider ul,
.news-slider ul,
.keyvisual-slider ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-slider li a,
.news-slider li a,
.keyvisual-slider li a {
  display: block;
  text-decoration: none;
}

.swiper-scrollbar {
  position: absolute;
  cursor: pointer;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #e7e7f3;
  pointer-events: none;
}
.swiper-scrollbar,
.swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: #8c32f0;
  pointer-events: auto;
}

@media print, (min-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 8px 16px;
  }
  .swiper-scrollbar {
    height: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 0.11rem;
    height: 0.11rem;
    margin: 0 0.08rem 0.16rem;
  }
  .swiper-scrollbar {
    height: 0.1rem;
  }
}
.p-membership__form__popup {
  background: rgba(140, 50, 240, 0.2);
  padding: 20px;
  margin-bottom: 40px;
}

.p-membership__form__popup__lead {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #8c32f0;
  line-height: 1.2;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding-left: 25px;
}
.p-membership__form__popup__lead::before {
  content: "";
  border-left: 2px solid #8c32f0;
  border-bottom: 2px solid #8c32f0;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  transition: opacity 0.3s ease;
}

.header-site {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.header-site,
.header-site .header-content {
  background: #8c32f0;
}
.header-site .navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-site .navigation-link,
.header-site .navigation-button {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  display: block;
}
.header-site.is-has-input .header-search {
  opacity: 1;
  visibility: visible;
}

.header-search {
  position: absolute;
  background: #e7e7f3;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: ease 0.35s;
}
.header-search .search-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-search .search-input {
  background: #fff;
  flex: 1;
}
.header-search .search-button,
.header-search .search-input {
  letter-spacing: 0.06em;
  font-size: 0.18rem;
}
.header-search .search-button {
  background: #8c32f0;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-search ::placeholder {
  color: #aeaeae;
}

.header-logo {
  margin: 0;
  position: absolute;
}
.header-logo img {
  width: 100%;
  display: block;
}

.header-navigation .navigation-list {
  opacity: 0;
  transition: opacity 0.3s;
}

.wf-active .header-search {
  display: block;
}
.wf-active .header-navigation .navigation-list {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .header-site {
    min-width: 1400px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  }
  .header-site .header-content,
  .header-site .navigation-list,
  .header-site .navigation-inner,
  .header-site .header-navigation {
    display: flex;
    flex-wrap: wrap;
  }
  .header-content {
    min-height: 104px;
    padding: 10px 36px;
    align-items: center;
    position: relative;
    z-index: 20;
  }
  .header-search {
    padding: 31px 0 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  }
  .header-search .search-block {
    width: 920px;
    margin: 0 auto;
  }
  .header-search .search-input,
  .header-search .search-button {
    height: 45px;
    border-radius: 16px;
  }
  .header-search .search-input {
    max-width: 782px;
    padding: 5px 20px 8px;
  }
  .header-search .search-button {
    padding: 5px 5px 8px;
    width: 129px;
  }
  .is-firefox .header-search .search-button, .is-mac.is-chrome .header-search .search-button {
    padding-bottom: 10px;
  }
  .header-logo {
    width: 71px;
    top: 27px;
    left: 36px;
  }
  .header-logo .logo-image {
    display: block;
  }
  .header-navigation {
    max-width: 1300px;
    height: auto !important;
    display: flex !important;
    margin-left: auto;
    padding-left: 110px;
  }
  .header-navigation .navigation-inner {
    min-width: 1093px;
    align-items: center;
    justify-content: space-between;
  }
  .header-navigation .navigation-list:not(.list-button) {
    flex: 1;
  }
  .header-navigation .navigation-list.list-button {
    padding-left: 20px;
  }
  .header-navigation .navigation-list.list-button > li:not(:last-child) {
    margin-right: 15px;
  }
  .header-navigation .navigation-list > li:not(:last-child) {
    margin-right: 25px;
  }
  .header-navigation .navigation-link {
    padding: 5px 1px 8px 2px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.25s;
  }
  .header-navigation .navigation-link:hover, .header-navigation .navigation-link.is-active {
    border-color: #fff;
  }
  .header-navigation .navigation-button {
    width: 136px;
    min-height: 34px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 18px;
    letter-spacing: 0.06em;
    position: relative;
  }
  .is-firefox .header-navigation .navigation-button {
    padding-top: 4px;
  }
  .is-firefox .header-navigation .navigation-button, .is-mac.is-safari .header-navigation .navigation-button {
    padding-bottom: 6px;
  }
  .header-navigation .navigation-button.button-search {
    width: 138px;
    min-height: 36px;
    background: #fff;
    color: #8c32f0;
    top: -1px;
  }
  .header-navigation .navigation-button.button-search span {
    padding-right: 27px;
    position: relative;
  }
  .header-navigation .navigation-button.button-search span:after {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../img/common/ico_search.svg) no-repeat center/100% auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-site {
    box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.8);
  }
  .header-site .header-content,
  .header-site .logo-image {
    display: flex;
    align-items: center;
  }
  .header-site .social-common {
    background: #8c32f0;
  }
  .header-search {
    padding: 0.34rem 0 0.31rem;
    box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.8);
    font-size: 0.18rem;
  }
  .header-search .search-block {
    width: 4.4rem;
    margin: 0 auto;
  }
  .header-search .search-input,
  .header-search .search-button {
    height: 0.45rem;
    border-radius: 0.16rem;
  }
  .header-search .search-input {
    max-width: 3.19rem;
    padding: 0.06rem 0.2rem 0.1rem;
  }
  .header-search .search-button {
    padding: 0.05rem;
    width: 1.12rem;
  }
  .header-content {
    height: 0.69rem;
    justify-content: center;
  }
  .header-logo {
    width: 0.57rem;
    margin-top: 0.04rem;
  }
  .header-button,
  .header-button span,
  .header-button-search {
    position: absolute;
  }
  .header-button-search {
    width: 0.31rem;
    height: 0.3rem;
    top: 0.19rem;
    left: 0.19rem;
    background: url(../img/common/ico_search_purple.svg) no-repeat center/100% auto;
  }
  .header-button {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.13rem;
    right: 0.18rem;
  }
  .header-button span {
    width: 0.36rem;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -0.18rem;
    background: #e2e2e2;
    transition: ease 0.3s;
  }
  .header-button span:first-child {
    margin-top: -0.13rem;
  }
  .header-button span:last-child {
    margin-top: 0.13rem;
  }
  .header-button.is-active span {
    margin-top: 0;
  }
  .header-button.is-active span:first-child {
    transform: rotate(-45deg);
  }
  .header-button.is-active span:nth-child(2), .header-button.is-active span:last-child {
    transform: rotate(45deg);
  }
  .header-navigation {
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 0.69rem;
    background: #1e1e1e;
    display: none;
    position: fixed;
    z-index: -1;
    overflow-y: scroll;
  }
  .header-navigation .navigation-link,
  .header-navigation .navigation-button {
    color: #fff;
    font-size: 0.18rem;
    padding: 0.26rem 0.3rem 0.25rem;
  }
  .header-navigation .navigation-inner {
    border-top: 1px solid #f0f0f0;
  }
  .header-navigation .navigation-list > li {
    border-bottom: 1px solid #f0f0f0;
  }
}
@media print, (min-width: 768px) {
  .header-navigation .navigation-list.list-button .point {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    position: relative;
  }
  .header-navigation .navigation-list.list-button .point:before {
    content: "P";
    font-size: 12px;
    width: 17px;
    height: 17px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 54%;
    left: 0;
    transform: translateY(-50%);
    padding: 6px 5px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-navigation .navigation-list.list-button .txt {
    font-size: 13px;
    color: #fff;
  }
  .header-navigation .navigation-list.list-button a.txt {
    display: block;
    text-decoration: none;
  }
  .header-navigation .navigation-list.list-button a.txt:hover {
    text-decoration: underline;
  }
  .header-navigation .navigation-list.list-button .navigation-list-item {
    display: flex;
    align-items: center;
    position: relative;
  }
  .header-navigation .navigation-list.list-button .navigation-list-item:not(:last-child) {
    margin-right: 40px;
  }
  .header-navigation .navigation-list.list-button .navigation-list-link {
    text-align: center;
    display: block;
  }
  .header-navigation .navigation-list.list-button .navigation-list-icon {
    max-width: 40px;
    display: inline-block;
    transition: opacity 0.3s ease;
  }
  .header-navigation .navigation-list.list-button .navigation-list-icon.--cart {
    position: relative;
  }
  .header-navigation .navigation-list.list-button .navigation-list-icon.--cart .num {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    max-width: 25px;
    height: auto;
    background: red;
    border-radius: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    top: -10px;
    right: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-navigation .navigation-list.list-button .navigation-list-icon.--search, .header-navigation .navigation-list.list-button .navigation-list-icon.--mypage {
    cursor: pointer;
  }
  .header-navigation .navigation-list.list-button .navigation-list-icon:hover {
    opacity: 0.6;
  }
  .header-navigation .navigation-list.list-button .navigation-child {
    background: #fff;
    border-radius: 10px;
    width: 196px;
    padding: 24px;
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
  .header-navigation .navigation-list.list-button .navigation-child .navigation-child__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header-navigation .navigation-list.list-button .navigation-child .navigation-child__list .navigation-child__item:not(:first-child) {
    margin-top: 1em;
  }
  .header-navigation .navigation-list.list-button .navigation-child .navigation-child__list .navigation-child__link {
    text-decoration: none;
  }
  .header-navigation .navigation-list.list-button .navigation-child .navigation-child__list .navigation-child__link:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-button-search {
    display: none;
  }
  .header-button {
    right: auto;
    left: 0.18rem;
  }
  .header-button-list {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    list-style: none;
  }
  .header-button-list .txt {
    font-size: 13px;
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .header-button-list .header-button-list-item:not(:first-child) {
    margin-left: 10px;
  }
  .header-button-list .header-button-list-link {
    text-align: center;
    display: block;
  }
  .header-button-list .header-button-list-icon {
    max-width: 25px;
    display: inline-block;
    transition: opacity 0.3s ease;
  }
  .header-button-list .header-button-list-icon.--cart {
    position: relative;
  }
  .header-button-list .header-button-list-icon.--cart .num {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    max-width: 20px;
    height: auto;
    background: red;
    border-radius: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    top: -8px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navigation-top {
    border-bottom: 1px solid #f0f0f0;
    padding: 32px 0.3rem;
  }
  .navigation-top .navigation-top__point {
    font-size: 16px;
    color: #fff;
    display: flex;
    margin-bottom: 24px;
    padding-left: 26px;
    position: relative;
  }
  .navigation-top .navigation-top__point:before {
    content: "";
    background: url(../img/common/ico_person.svg) no-repeat center center/contain;
    width: 17px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .navigation-top .navigation-top__buttonList {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  .navigation-top .navigation-top__buttonList .navigation-top__buttonList__item {
    font-size: 16px;
    color: #fff;
    background: #8c32f0;
    flex: 0 0 48%;
  }
  .navigation-top .navigation-top__buttonList .navigation-top__buttonList__item:nth-child(even) {
    margin-left: 4%;
  }
  .navigation-top .navigation-top__buttonList .navigation-top__buttonList__item:nth-child(n+3) {
    margin-top: 4%;
  }
  .navigation-top .navigation-top__buttonList .navigation-top__buttonList__item .navigation-top__buttonList__link {
    color: inherit;
    text-align: center;
    text-decoration: none;
    height: 100%;
    padding: 16px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navigation-top .header-search {
    font-size: 0.18rem;
    margin-top: 24px;
    padding: 0;
    background: none;
    box-shadow: none;
    position: relative;
    visibility: visible;
    z-index: auto;
    opacity: 1;
    display: block;
  }
  .navigation-top .header-search .search-block {
    width: 100%;
  }
  .navigation-top .header-search .search-input {
    background: #fff;
    border: 1px solid #8c32f0;
    max-width: 100%;
    height: 0.6rem;
    padding: 0.1rem 0.2rem;
  }
  .navigation-top .header-search .search-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 0.6rem;
    position: absolute;
    right: 0;
    width: 53px;
  }
  .navigation-top .header-search .search-button img {
    max-width: 27px;
  }
}
.footer-site {
  background: #1e1e1e;
}
.footer-site * {
  color: #fff;
}
.footer-site,
.footer-site .footer-link {
  font-weight: 300;
}

.footer-head {
  display: inline-block;
  font-weight: 700;
}

.footer-head,
.footer-link,
.footer-phone,
.footer-privacy {
  text-decoration: none;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-logo {
  display: block;
}
.footer-logo img {
  width: 100%;
}

.footer-privacy {
  position: relative;
}
.footer-privacy:after {
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}

.footer-copyright {
  text-align: center;
  display: block;
  letter-spacing: 0.06em;
  font-size: 0.12rem;
}

@media print, (min-width: 768px) {
  .footer-site {
    padding: 92px 0 38px;
    border-bottom: 17px solid #8c32f0;
  }
  .footer-site,
  .footer-site .footer-link {
    font-size: 0.12rem;
  }
  .footer-logo {
    width: 78px;
    margin-bottom: 41px;
  }
  .footer-navigation {
    margin-bottom: 19px;
    padding-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #969696;
  }
  .footer-column {
    width: 250px;
    padding-right: 10px;
  }
  .footer-column:not(:last-child):not(:nth-last-child(2)) {
    margin-bottom: 29px;
  }
  .footer-column:nth-child(1) {
    width: 157px;
  }
  .footer-column:nth-child(2) {
    width: 139px;
  }
  .footer-column:nth-child(3) {
    width: 206px;
  }
  .footer-column:nth-child(4) {
    width: 181px;
  }
  .footer-column:nth-child(5) {
    width: 160px;
  }
  .footer-column:nth-child(6) {
    width: 150px;
  }
  .footer-head {
    pointer-events: none;
    margin-bottom: 14px;
    font-size: 0.14rem;
  }
  .footer-list {
    display: block !important;
  }
  .footer-link {
    line-height: 1.5966666667;
  }
  .footer-info {
    margin-bottom: 51px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.52;
  }
  .footer-info .info-left,
  .footer-info .footer-privacy {
    max-width: 50%;
  }
  .footer-social {
    margin: -4px 101px 0 auto;
  }
  .footer-social .footer-head {
    margin-bottom: 17px;
  }
  .footer-phone {
    pointer-events: none;
  }
  .footer-privacy {
    padding-right: 22px;
  }
  .footer-privacy:after {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    right: 3px;
  }
  .footer-expand {
    width: 100%;
    min-width: 1400px;
    position: fixed;
    z-index: 30;
    bottom: 58px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
  .footer-expand.is-show {
    opacity: 1;
    visibility: visible;
  }
  .footer-expand .expand-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-right: 128px;
  }
  .footer-expand .expand-list > li:not(:last-child) {
    margin-bottom: 19px;
  }
  .footer-expand .expand-icon {
    width: 24px;
    height: 24px;
    margin-left: auto;
    display: block;
    background: no-repeat center/100% auto;
    pointer-events: auto;
  }
  .footer-expand .expand-icon.icon-twitter {
    background-image: url(../img/common/ico_twitter_small.png);
  }
  .footer-expand .expand-icon.icon-instagram {
    background-image: url(../img/common/ico_instagram_small.png);
  }
  .footer-expand .expand-icon.icon-youtube {
    background-image: url(../img/common/ico_youtube_small.png);
  }
  .footer-expand .expand-icon.icon-line {
    background-image: url(../img/common/ico_line_small.png);
  }
}
@media screen and (max-width: 1000px) {
  .footer-expand {
    margin-right: 128px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-expand {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    padding: 0.49rem 0 0.37rem;
    border-bottom: 0.3rem solid #8c32f0;
  }
  .footer-site .wrapper {
    padding: 0;
  }
  .footer-logo {
    width: 0.78rem;
    margin: 0 auto 0.31rem;
  }
  .footer-head {
    font-size: 0.16rem;
  }
  .footer-navigation {
    border-top: 1px solid #fff;
  }
  .footer-column,
  .footer-social .social-common {
    border-bottom: 1px solid #fff;
  }
  .footer-list {
    padding: 0.1rem 0;
    display: none;
  }
  .footer-head,
  .footer-link {
    display: block;
  }
  .footer-head {
    padding: 0.29rem 0.5rem 0.28rem 0.3rem;
    position: relative;
    transition: background 0.3s;
  }
  .footer-head.is-active {
    background: #8c32f0;
  }
  .footer-head.is-active .footer-label:before {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
  }
  .footer-label {
    width: 0.18rem;
    height: 0.18rem;
    right: 0.28rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .footer-label, .footer-label:before, .footer-label:after {
    position: absolute;
  }
  .footer-label:before, .footer-label:after {
    content: "";
    top: 50%;
  }
  .footer-label:before {
    width: 2px;
    height: 0.18rem;
    border-left: 2px solid #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    opacity: 1;
  }
  .footer-label:after {
    width: 0.18rem;
    height: 2px;
    border-top: 2px solid #fff;
    transform: translateY(-50%);
    left: 0;
  }
  .footer-link {
    padding: 0.1rem 0.5rem;
  }
  .footer-social .social-common {
    padding: 0.46rem 0 0.52rem;
    margin-bottom: 0.55rem;
  }
  .footer-info {
    margin-bottom: 1.25rem;
    padding: 0 0.35rem;
    font-size: 0.16rem;
  }
  .footer-info .info-left {
    margin-bottom: 0.37rem;
  }
  .footer-privacy {
    padding-right: 0.22rem;
    font-size: 0.12rem;
  }
  .footer-privacy:after {
    width: 0.07rem;
    height: 0.07rem;
    margin-top: -0.03rem;
    right: 0.03rem;
  }
}
@media print, (min-width: 768px) {
  .footer-column:nth-child(7) {
    width: 157px;
  }
  .footer-column:nth-child(8) {
    width: 139px;
  }
}
@media print, (min-width: 768px) {
  .breadcrumb-common {
    margin-bottom: 71px;
  }
}
.section-product {
  font-size: 0.16rem;
}
.section-product .product-category,
.section-product .category-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #8c32f0;
}
.section-product .product-category,
.section-product p {
  margin: 0;
}
.section-product .category-image,
.section-product .category-item {
  display: flex;
}
.section-product .category-image {
  justify-content: center;
  align-items: center;
  background: #8c32f0;
  border-radius: 50%;
}
.section-product .category-item {
  align-items: flex-start;
  flex-wrap: wrap;
}
.section-product .category-content {
  line-height: 1.90625;
  flex: 1;
  font-weight: 300;
  opacity: 0;
  transition: opacity 0.3s;
}
.section-product .category-content a {
  color: #8c32f0;
  text-decoration: none;
}
.section-product .category-title {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.9233333333;
}

.wf-active .section-product .category-content {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .section-product {
    padding-bottom: 160px;
  }
  .section-product.is-list {
    padding: 15px 0 171px;
  }
  .section-product.is-detail {
    padding-bottom: 64px;
  }
  .section-product .category-row {
    margin-bottom: 40px;
  }
  .section-product .category-row .title-default {
    margin-bottom: 56px;
  }
  .section-product .product-category {
    display: flex;
    flex-wrap: wrap;
  }
  .section-product .category-item {
    width: 50%;
    margin-bottom: 107px;
    padding-left: 25px;
  }
  .section-product .category-item:nth-child(2n) {
    padding-left: 40px;
  }
  .section-product .category-content {
    max-width: 320px;
    padding: 5px 0 0 27px;
  }
  .section-product .category-title {
    margin-bottom: 5px;
  }
  .is-mac .section-product .category-title {
    font-weight: 500;
  }
  .section-product .category-image {
    width: 134px;
    height: 134px;
  }
  .section-product .category-image img {
    width: 59px;
  }
  .section-product .product-row {
    margin-bottom: 159px;
  }
  .section-product .product-row .title-default {
    margin-bottom: 31px;
  }
  .section-product .news-common {
    margin-bottom: 97px;
    padding-bottom: 67px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-product {
    padding: 0.62rem 0 1.6rem;
  }
  .section-product.is-list {
    padding-bottom: 1.49rem;
  }
  .section-product.is-detail {
    padding: 0.61rem 0 0.59rem;
  }
  .section-product .wrapper {
    padding: 0;
  }
  .section-product .category-row {
    margin-bottom: 1.12rem;
  }
  .section-product .product-category {
    padding: 0 0.3rem 0 0.8rem;
  }
  .section-product .category-item:not(:last-child) {
    margin-bottom: 0.65rem;
  }
  .section-product .category-content {
    padding: 0.05rem 0 0 0.27rem;
  }
  .section-product .category-title {
    margin-bottom: 0.05rem;
  }
  .section-product .category-image {
    width: 1.34rem;
    height: 1.34rem;
  }
  .section-product .category-image img {
    width: 0.59rem;
  }
  .section-product .product-row {
    margin-bottom: 1.26rem;
  }
  .section-product .product-row .title-default {
    margin-bottom: 0.21rem;
  }
  .section-product .product-common {
    margin: 0 0.3rem 0.69rem;
  }
  .section-product .product-common.product-list {
    margin-bottom: 0.41rem;
  }
  .section-product .news-common {
    margin-bottom: 0.76rem;
  }
  .section-product .pagination-common {
    margin-bottom: 0;
  }
}
.section-product-category {
  background: #e7e7f3;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.section-product-category .wrapper,
.section-product-category .category-image {
  align-items: center;
}
.section-product-category .wrapper,
.section-product-category .category-list,
.section-product-category .category-image {
  display: flex;
}
.section-product-category .category-list,
.section-product-category .category-head,
.section-product-category .category-title {
  margin: 0;
}
.section-product-category .category-head {
  font-weight: 400;
  font-size: 0.12rem;
}
.section-product-category .category-list {
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
.section-product-category .category-image {
  background: #8c32f0;
  border-radius: 50%;
  justify-content: center;
  margin: 0 auto;
}
.section-product-category .category-link {
  display: block;
  color: #8c32f0;
  text-decoration: none;
  text-align: center;
}
.section-product-category .category-title {
  font-size: 0.28rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #8c32f0;
  font-weight: 400;
}
.section-product-category .category-title,
.section-product-category .category-item {
  opacity: 0;
  transition: opacity 0.3s;
}

.wf-active .section-product-category .category-title,
.wf-active .section-product-category .category-item {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .section-product-category {
    min-width: 1400px;
    padding: 27px 0 18px;
    top: 104px;
  }
  .section-product-category .wrapper {
    padding: 0 28px 0 43px;
  }
  .section-product-category .category-title {
    max-width: 245px;
  }
  .section-product-category .category-list {
    flex: 1;
    justify-content: flex-end;
  }
  .section-product-category .category-item {
    width: 100px;
    margin: 0 5px 5px;
  }
  .section-product-category .category-image {
    width: 88px;
    height: 88px;
    margin-bottom: 11px;
  }
  .section-product-category .category-image img {
    width: 59px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-product-category {
    top: 0.69rem;
  }
  .section-product-category .wrapper {
    min-height: 0.81rem;
    padding-top: 0.2rem;
    padding-bottom: 0.14rem;
    justify-content: center;
  }
  .section-product-category .category-title {
    padding-right: 0.37rem;
    position: relative;
  }
  .section-product-category .category-title:after {
    width: 0.22rem;
    height: 0.14rem;
    margin-top: -0.07rem;
    position: absolute;
    content: "";
    background: url(../img/product/sp/ico_arrow_purple.png) no-repeat center/100% auto;
    top: 50%;
    right: -0.02rem;
    transition: ease 0.3s;
  }
  .section-product-category .category-list {
    width: 100%;
    padding: 0.34rem 0.1rem 0.1rem 0.34rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
    position: absolute;
    top: 100%;
    background: #1e1e1e;
  }
  .section-product-category .category-item {
    width: 1.2rem;
    margin-bottom: 0.23rem;
  }
  .section-product-category .category-item:not(:nth-child(3n)) {
    margin-right: 0.36rem;
  }
  .section-product-category .category-image {
    width: 0.92rem;
    height: 0.92rem;
    margin-bottom: 0.09rem;
  }
  .section-product-category .category-image img {
    width: 0.59rem;
  }
  .section-product-category.is-has-category .category-title:after {
    transform: rotate(180deg);
  }
  .section-product-category.is-has-category .category-list {
    opacity: 1;
    visibility: visible;
  }
}
.post-content {
  border-bottom: 3px solid #e7e7f3;
}
.post-content h2,
.post-content h3 {
  font-size: 0.18rem;
}
.post-content h1,
.post-content h2 {
  text-align: center;
  border-top: 3px solid #e7e7f3;
  border-bottom: 3px solid #e7e7f3;
}
.post-content h1,
.post-content h2,
.post-content table th {
  font-weight: 700;
}
.post-content h2 {
  font-size: 0.18rem;
}
.post-content p {
  font-weight: 300;
  line-height: 1.90625;
}
.post-content table th,
.post-content table td {
  border: none;
  vertical-align: baseline;
}
.post-content table th {
  padding-left: 0;
  font-size: 0.16rem;
}
.post-content table td,
.post-content p {
  color: #5b5b5b;
}
.post-content hr {
  height: 3px;
  background: #e7e7f3;
  border-width: 0;
}

@media print, (min-width: 768px) {
  .post-content {
    margin-bottom: 117px;
    padding-bottom: 39px;
  }
  .post-content h1,
  .post-content h2 {
    padding: 17px 20px 18px;
    margin-bottom: 47px;
  }
  .post-content h3 {
    margin-bottom: 8px;
  }
  .post-content h4 {
    margin-bottom: 6px;
  }
  .post-content h5 {
    margin-bottom: 4px;
  }
  .post-content p + h2 {
    margin-top: 152px;
  }
  .post-content p {
    margin-bottom: 44px;
  }
  .post-content table {
    margin-bottom: 77px;
  }
  .post-content table th {
    width: 166px;
  }
  .post-content table th,
  .post-content table td {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .post-content table.is-large th,
  .post-content table.is-large td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .post-content hr {
    margin-bottom: 52px;
  }
  .is-mac .post-content h1,
  .is-mac .post-content h2,
  .is-mac .post-content table th {
    font-weight: 500;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content {
    margin-bottom: 1.33rem;
    padding: 0 0.3rem 0.5rem;
  }
  .post-content h1,
  .post-content h2 {
    padding: 0.15rem 0.2rem 0.19rem;
    margin: 0 -0.3rem 0.47rem;
  }
  .post-content h3 {
    margin-bottom: 0.08rem;
  }
  .post-content h4 {
    margin-bottom: 0.06rem;
  }
  .post-content h5 {
    margin-bottom: 0.04rem;
  }
  .post-content p + h2 {
    margin-top: 1.05rem;
  }
  .post-content p {
    margin-bottom: 0.53rem;
  }
  .post-content table {
    margin-bottom: 0.77rem;
  }
  .post-content table th {
    width: 0.9rem;
  }
  .post-content table th,
  .post-content table td {
    padding-top: 0.04rem;
    padding-bottom: 0.04rem;
  }
  .post-content table.is-large th,
  .post-content table.is-large td {
    padding-top: 0.26rem;
    padding-bottom: 0.26rem;
  }
  .post-content hr {
    margin: 0 -0.3rem 0.64rem;
  }
}
.section-product.is-detail .info-main {
  margin: 0 auto;
}
.section-product.is-detail .info-main,
.section-product.is-detail .info-thumbail-small {
  overflow: hidden;
}
.section-product.is-detail .slider-small,
.section-product.is-detail .info-thumbail-small .swiper-slide,
.section-product.is-detail .item-checkbox {
  position: relative;
}
.section-product.is-detail .info-thumbail-small .swiper-slide,
.section-product.is-detail .swiper-small-button-prev,
.section-product.is-detail .swiper-small-button-next {
  cursor: pointer;
}
.section-product.is-detail .info-thumbail-small .swiper-slide::after,
.section-product.is-detail .swiper-small-button-prev,
.section-product.is-detail .swiper-small-button-next {
  position: absolute;
}
.section-product.is-detail .info-thumbail-small .swiper-slide::after {
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  border: 1px solid #8c32f0;
}
.section-product.is-detail .info-thumbail-small .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
}
.section-product.is-detail .swiper-pagination-small,
.section-product.is-detail .info-thumbail-small,
.section-product.is-detail .info-thumbail-small .swiper-slide::after,
.section-product.is-detail .info-links a,
.section-product.is-detail .info-slider img {
  width: 100%;
}
.section-product.is-detail .swiper-pagination-small,
.section-product.is-detail .info-choose,
.section-product.is-detail .choose-wrapper,
.section-product.is-detail .info-links a,
.section-product.is-detail .choose-item .item-label {
  display: flex;
}
.section-product.is-detail .swiper-pagination-small,
.section-product.is-detail .info-links a {
  justify-content: center;
}
.section-product.is-detail .swiper-pagination-small,
.section-product.is-detail .choose-wrapper {
  flex-wrap: wrap;
}
.section-product.is-detail .swiper-pagination-small,
.section-product.is-detail .swiper-wrapper,
.section-product.is-detail .info-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-product.is-detail .swiper-pagination-bullet {
  transition: background-color 0.26s ease, opacity 0.26s ease;
  opacity: 1;
  background-color: #c7c7c7;
}
.section-product.is-detail .swiper-pagination-bullet:hover {
  opacity: 0.8;
}
.section-product.is-detail .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8c32f0;
  pointer-events: none;
}
.section-product.is-detail .swiper-small-button-prev,
.section-product.is-detail .swiper-small-button-next {
  background: url("../img/product/ico_arrow_prev.png") center/contain no-repeat;
}
.section-product.is-detail .swiper-small-button-prev,
.section-product.is-detail .swiper-small-button-next,
.section-product.is-detail .swiper-pagination-bullet {
  outline: none;
}
.section-product.is-detail .swiper-small-button-next {
  transform: rotate(180deg);
}
.section-product.is-detail .info-content,
.section-product.is-detail .choose-wrapper,
.section-product.is-detail .item-text {
  flex: 1;
}
.section-product.is-detail .info-label,
.section-product.is-detail .info-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section-product.is-detail .info-label {
  -webkit-line-clamp: 2;
}
.section-product.is-detail .info-label,
.section-product.is-detail .info-price {
  line-height: 1.5;
}
.section-product.is-detail .info-title,
.section-product.is-detail .info-price,
.section-product.is-detail .choose-text,
.section-product.is-detail .info-links a {
  font-weight: 700;
}
.section-product.is-detail .info-title {
  border-bottom: 3px solid #e7e7f3;
  font-size: 0.2rem;
}
.section-product.is-detail .info-title span {
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.section-product.is-detail .info-links a,
.section-product.is-detail .info-choose {
  font-size: 0.16rem;
}
.section-product.is-detail .info-choose,
.section-product.is-detail .choose-item .item-label {
  align-items: flex-start;
}
.section-product.is-detail .choose-item input {
  display: none;
}
.section-product.is-detail .choose-item input:checked + .item-checkbox {
  background-color: rgb(140, 50, 240);
}
.section-product.is-detail .choose-item .item-label {
  position: relative;
}
.section-product.is-detail .choose-item .item-label::before,
.section-product.is-detail .item-checkbox {
  border-radius: 50%;
}
.section-product.is-detail .item-checkbox {
  border: 1px solid #666766;
}
.section-product.is-detail .item-text,
.section-product.is-detail .choose-item .item-label::before,
.section-product.is-detail .info-thumbail-small .swiper-slide::after,
.section-product.is-detail .swiper-small-button-prev,
.section-product.is-detail .swiper-small-button-next {
  display: block;
}
.section-product.is-detail .info-links a {
  color: #fff;
  background: #8c32f0;
  border: 1px solid #8c32f0;
  text-decoration: none;
  transition: ease 0.25s;
}
.section-product.is-detail .info-links a:hover {
  color: #8c32f0;
  background: #fff;
}
.section-product.is-detail .info-item {
  align-items: center;
}
.section-product.is-detail .info-thumbail-small {
  opacity: 0;
}
.section-product.is-detail .info-thumbail-small.swiper-initialized {
  opacity: 1;
}
.section-product.is-detail .info-thumbail-small .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section-product.is-detail .info-thumbail-small img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.section-product.is-detail .slider-small.no-swiper .swiper-small-button-next,
.section-product.is-detail .slider-small.no-swiper .swiper-small-button-prev,
.section-product.is-detail .slider-small.no-swiper .swiper-pagination-small {
  opacity: 0;
  visibility: hidden;
}
.section-product.is-detail .info-content {
  opacity: 0;
  transition: opacity 0.3s;
}

.wf-active .section-product.is-detail .info-content {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .section-product.is-detail {
    padding-top: 10px;
  }
  .is-mac .section-product.is-detail .info-title,
  .is-mac .section-product.is-detail .info-price,
  .is-mac .section-product.is-detail .choose-text,
  .is-mac .section-product.is-detail .info-links a {
    font-weight: 500;
  }
  .section-product.is-detail .product-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
  .section-product.is-detail .info-slider {
    margin-top: 7px;
    width: 450px;
  }
  .section-product.is-detail .slider-main {
    margin-bottom: 27px;
  }
  .section-product.is-detail .info-main {
    width: 343px;
  }
  .section-product.is-detail .slider-small {
    padding: 0 38px;
  }
  .section-product.is-detail .info-thumbail-small {
    margin-bottom: 44px;
  }
  .section-product.is-detail .info-thumbail-small .swiper-slide {
    width: 65px;
    height: 65px;
  }
  .section-product.is-detail .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px 12px;
  }
  .section-product.is-detail .swiper-small-button-prev,
  .section-product.is-detail .swiper-small-button-next {
    width: 22px;
    height: 22px;
    left: -7px;
    top: 21px;
  }
  .section-product.is-detail .swiper-small-button-next {
    left: auto;
    right: -7px;
  }
  .section-product.is-detail .info-content {
    padding-left: 68px;
  }
  .section-product.is-detail .info-label {
    margin-bottom: 50px;
  }
  .section-product.is-detail .info-title {
    padding-bottom: 11px;
    margin-bottom: 48px;
  }
  .section-product.is-detail .info-price {
    margin-bottom: 22px;
  }
  .section-product.is-detail .info-choose {
    margin-bottom: 107px;
  }
  .section-product.is-detail .choose-text {
    max-width: 52px;
    margin: 0 13px 0 5px;
  }
  .section-product.is-detail .choose-wrapper {
    margin: 0 -10px;
  }
  .section-product.is-detail .choose-item {
    min-width: 87px;
    margin: 0 10px 18px;
  }
  .section-product.is-detail .item-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
  .section-product.is-detail .item-text {
    margin-left: 7px;
  }
  .section-product.is-detail .info-links li {
    margin-bottom: 22px;
  }
  .section-product.is-detail .info-links a {
    height: 53px;
    padding: 13px 10px 10px;
    border-radius: 53px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .product-info {
    padding: 0 0.3rem;
    margin-bottom: 1.08rem;
  }
  .section-product.is-detail .slider-main {
    margin-bottom: 0.27rem;
  }
  .section-product.is-detail .info-slider {
    margin-bottom: 0.82rem;
  }
  .section-product.is-detail .info-main {
    width: 3.36rem;
  }
  .section-product.is-detail .slider-small {
    padding: 0 0.38rem;
  }
  .section-product.is-detail .info-thumbail-small {
    margin-bottom: 0.41rem;
  }
  .section-product.is-detail .info-thumbail-small .swiper-slide {
    width: 0.63rem;
    height: 0.63rem;
  }
  .section-product.is-detail .swiper-pagination-bullet {
    width: 0.09rem;
    height: 0.09rem;
    margin: 0 0.07rem 0.14rem;
  }
  .section-product.is-detail .swiper-small-button-prev,
  .section-product.is-detail .swiper-small-button-next {
    width: 0.22rem;
    height: 0.22rem;
    left: -0.07rem;
    top: 0.21rem;
  }
  .section-product.is-detail .swiper-small-button-next {
    left: auto;
    right: -0.07rem;
  }
  .section-product.is-detail .info-label {
    margin-bottom: 0.19rem;
  }
  .section-product.is-detail .info-title {
    padding: 0 0.3rem 0.42rem;
    margin: 0 -0.3rem 0.38rem;
  }
  .section-product.is-detail .info-price {
    margin-bottom: 0.22rem;
  }
  .section-product.is-detail .info-choose {
    margin-bottom: 0.47rem;
  }
  .section-product.is-detail .choose-text {
    max-width: 0.52rem;
    margin: 0 0.14rem 0 0.02rem;
  }
  .section-product.is-detail .choose-wrapper {
    margin: 0 -0.1rem;
  }
  .section-product.is-detail .choose-item {
    min-width: 0.87rem;
    margin: 0 0.1rem 0.18rem;
  }
  .section-product.is-detail .item-checkbox {
    width: 0.18rem;
    height: 0.18rem;
    margin-top: 0.02rem;
  }
  .section-product.is-detail .item-text {
    margin-left: 0.08rem;
  }
  .section-product.is-detail .info-links li {
    margin-bottom: 0.22rem;
  }
  .section-product.is-detail .info-links a {
    height: 0.53rem;
    padding: 0.13rem 0.1rem 0.1rem;
    border-radius: 0.53rem;
  }
}
@media print, (min-width: 768px) {
  .product-template-default .container {
    overflow: unset;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-product.is-detail {
    padding-top: 0.8rem;
  }
}
.section-product.is-detail .product-info {
  max-width: 770px;
  margin: auto;
}
@media print, (min-width: 768px) {
  .section-product.is-detail .info-slider {
    width: 428px;
  }
}
@media print, (min-width: 768px) {
  .section-product.is-detail .slider-wrapper {
    position: sticky;
    top: 330px;
  }
}
.section-product.is-detail .slider-main {
  position: relative;
}
.section-product.is-detail .product-favorite {
  max-width: 37px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 43px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.section-product.is-detail .product-favorite img {
  transform: translateZ(0);
}
.section-product.is-detail .product-favorite:hover {
  opacity: 0.6;
}
@media print, (min-width: 768px) {
  .section-product.is-detail .info-content {
    padding-left: 36px;
  }
}
.section-product.is-detail .info-label {
  -webkit-line-clamp: unset;
}
.section-product.is-detail .info-title {
  border: none;
  padding-bottom: 0;
}
.section-product.is-detail .info-title:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .info-title:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .info-price {
    border-bottom: 3px solid #e7e7f3;
    padding: 0 0.3rem 0.42rem;
    margin: 0 -0.3rem 0.38rem;
  }
}
.section-product.is-detail .info-choose-wrapper:not(:first-child) {
  margin-top: 64px;
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .info-choose-wrapper:not(:first-child) {
    margin-top: 32px;
  }
}
.section-product.is-detail .info-choose {
  margin-bottom: 50px;
}
.section-product.is-detail .info-choose-title {
  font-size: 0.2rem;
  margin: 0;
}
.section-product.is-detail .info-choose {
  margin-top: 30px;
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .info-choose {
    margin-top: 20px;
  }
}
.section-product.is-detail .choose-text {
  max-width: none;
  margin: 0;
  display: flex;
}
.section-product.is-detail .info-choose-item:not(:first-child) {
  margin-top: 38px;
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .info-choose-item:not(:first-child) {
    margin-top: 24px;
  }
}
.section-product.is-detail .choose-wrapper {
  width: 100%;
  margin: 10px 0 0;
}
@media print, (min-width: 768px) {
  .section-product.is-detail .choose-wrapper.--one .choose-item {
    width: 100%;
    flex: 0 0 100%;
  }
  .section-product.is-detail .choose-wrapper.--one .choose-item:not(:first-child) {
    margin-top: 2%;
  }
  .section-product.is-detail .choose-wrapper.--three .choose-item {
    flex: 0 0 32%;
  }
  .section-product.is-detail .choose-wrapper.--three .choose-item:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
  .section-product.is-detail .choose-wrapper.--three .choose-item:nth-child(n+4) {
    margin-top: 2%;
  }
}
.section-product.is-detail .choose-inner {
  width: 100%;
  display: flex;
}
@media print, (min-width: 768px) {
  .section-product.is-detail .choose-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .choose-inner {
    overflow-x: scroll;
  }
}
.section-product.is-detail .item-col {
  display: block;
}
@media print, (min-width: 768px) {
  .section-product.is-detail .item-col--child:not(:first-child) {
    margin-left: 16px;
  }
}
.section-product.is-detail .item-col.fig {
  flex: 0 0 60px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .item-col.fig {
    flex-basis: 50px;
  }
}
@media print, (min-width: 768px) {
  .section-product.is-detail .item-col.--pc-flex {
    display: flex;
    align-items: center;
  }
}
.section-product.is-detail .item-col:not(:first-child) {
  margin-left: 16px;
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .item-col:not(:first-child) {
    margin-left: 8px;
  }
}
.section-product.is-detail .item-figure {
  width: 100%;
  height: 100%;
}
.section-product.is-detail .item-figure img {
  object-fit: contain;
  height: 100%;
}
.section-product.is-detail .item-text {
  font-size: 16px;
  font-weight: 500;
}
.section-product.is-detail .item-text.--large {
  font-size: 20px;
}
.section-product.is-detail .item-text:first-child {
  margin: 0;
}
.section-product.is-detail .item-restock {
  font-size: 12px;
  text-decoration: underline;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .item-restock {
    font-size: 10px;
    padding-left: 15px;
  }
}
.section-product.is-detail .item-restock:hover {
  text-decoration: none;
}
.section-product.is-detail .item-restock::before {
  content: "";
  background: url(../img/product/mail.png) no-repeat center center/contain;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .item-restock::before {
    width: 12px;
    height: 8px;
  }
}
.section-product.is-detail .choose-item {
  border: 1px solid #a3a3a3;
  border-radius: 10px;
  margin: 0;
  padding: 5px 8px;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .choose-item {
    flex: 0 0 46%;
    min-width: 151px;
  }
  .section-product.is-detail .choose-item:not(:first-child) {
    margin-left: 3%;
  }
}
.section-product.is-detail .choose-item.is-selected {
  border-color: #8c32f0;
}
.section-product.is-detail .choose-item.is-sold {
  border-style: dashed;
  pointer-events: none;
}
.section-product.is-detail .choose-item .item-label {
  align-items: center;
  justify-content: center;
}
.section-product.is-detail .choose-quantity {
  margin-top: 32px;
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .choose-quantity {
    margin-top: 24px;
  }
}
.section-product.is-detail .choose-quantity-inner {
  display: flex;
  align-items: center;
}
.section-product.is-detail .choose-quantity-cont {
  margin-left: 16px;
}
.section-product.is-detail .choose-quantity-change {
  color: #fff;
  background: #9391a1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.section-product.is-detail .choose-quantity-change:hover {
  opacity: 0.6;
}
.section-product.is-detail .choose-quantity-input {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #9391a1;
  padding: 8px;
  margin: 0 10px;
  width: 104px;
  -moz-appearance: textfield;
}
.section-product.is-detail .choose-quantity-input::-webkit-outer-spin-button, .section-product.is-detail .choose-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .choose-quantity-input {
    width: 93px;
  }
}
.section-product.is-detail .info-links li {
  margin-bottom: 14px;
}
.section-product.is-detail .info-links li button:disabled {
  border-color: #888;
  background: #888;
  pointer-events: none;
}
.section-product.is-detail .info-links button {
  border: 1px solid #8c32f0;
  border-radius: 53px;
  padding: 13px 10px 10px;
  width: 100%;
  height: 53px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .info-links button {
    height: 0.53rem;
    padding: 0.13rem 0.1rem 0.1rem;
    border-radius: 0.53rem;
  }
}
.section-product.is-detail .info-links a, .section-product.is-detail .info-links button {
  color: #8c32f0;
  background: #fff;
}
.section-product.is-detail .info-links a:hover, .section-product.is-detail .info-links button:hover {
  color: #fff;
  background: #8c32f0;
  opacity: 1;
}
.section-product.is-detail .info-links a.violet, .section-product.is-detail .info-links button.violet {
  color: #fff;
  background: #8c32f0;
}
.section-product.is-detail .info-links a.violet:hover, .section-product.is-detail .info-links button.violet:hover {
  color: #8c32f0;
  background: #fff;
  opacity: 1;
}
.section-product.is-detail .info-review {
  margin-top: 47px;
}
@media only screen and (max-width: 767.98px) {
  .section-product.is-detail .info-review {
    margin-top: 55px;
  }
}
.section-product.is-detail .info-review-link {
  font-size: 16px;
  font-weight: 500;
  color: #101010;
  text-align: center;
  text-decoration: underline;
  display: block;
}
.section-product.is-detail .info-review-link:hover {
  text-decoration: none;
}
.section-product.is-detail .info-review-stars {
  display: flex;
  margin: 8px 0 0;
  padding: 0;
  justify-content: center;
}
.section-product.is-detail .info-review-stars-item {
  flex: 0 0 25px;
  margin: 0 3px;
}

.post-content {
  max-width: 770px;
  border-top: 3px solid #e7e7f3;
  border-bottom: none;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 88px;
}
@media only screen and (max-width: 767.98px) {
  .post-content {
    margin-top: 50px;
  }
}
.post-content > *:not(:last-child) {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767.98px) {
  .post-content > *:not(:last-child) {
    margin-bottom: 50px;
  }
}
.post-content .post-youtube-inner {
  max-width: 521px;
  margin: 0 auto;
}
.post-content .post-youtube-item iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.post-content .post-youtube-item:not(:first-child) {
  margin-top: 3%;
}
.post-content .post-specialsite-link {
  display: block;
  transition: opacity 0.3s ease;
}
.post-content .post-specialsite-link:not(:first-child) {
  margin-top: 3%;
}
.post-content .post-specialsite-link:hover {
  opacity: 0.6;
}
.post-content .post-introduction {
  max-width: 521px;
  margin-right: auto;
  margin-left: auto;
}
.post-content .post-introduction-item {
  max-width: 100%;
}
.post-content .post-introduction-item.movie {
  position: relative;
  cursor: pointer;
}
.post-content .post-introduction-item.movie video {
  width: 100%;
  display: block;
}
.post-content .post-introduction-item.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.post-content .post-introduction-item.slider .swiper-button-prev,
.post-content .post-introduction-item.slider .swiper-button-next {
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}
@media print, (min-width: 768px) {
  .post-content .post-introduction-item.slider .swiper-button-prev,
  .post-content .post-introduction-item.slider .swiper-button-next {
    padding: 10px 5px;
    box-sizing: content-box;
  }
}
.post-content .post-introduction-item.slider .swiper-button-prev:hover,
.post-content .post-introduction-item.slider .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.post-content .post-introduction-item.slider .swiper-button-prev::after,
.post-content .post-introduction-item.slider .swiper-button-next::after {
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .post-content .post-introduction-item.slider .swiper-button-prev::after,
  .post-content .post-introduction-item.slider .swiper-button-next::after {
    font-size: 16px;
  }
}
.post-content .post-introduction-item.slider .swiper-button-prev {
  left: 0;
}
.post-content .post-introduction-item.slider .swiper-button-next {
  right: 0;
}
.post-content .post-introduction-play {
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.98px) {
  .post-content .post-introduction-play {
    width: 45px;
    height: 45px;
  }
}
.post-content .post-introduction-play::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.98px) {
  .post-content .post-introduction-play::after {
    border-width: 10px 0 10px 20px;
  }
}
.post-content .post-introduction-play.is-active {
  display: none !important;
}
.post-content .post-faq {
  background: #f0f0f5;
  padding: 22px 20px;
}
.post-content .post-faq-item {
  background: #fff;
  padding: 36px 20px;
}
@media only screen and (max-width: 767.98px) {
  .post-content .post-faq-item {
    padding: 27px 20px;
  }
}
.post-content .post-faq-item:not(:first-child) {
  margin-top: 15px;
}
.post-content .post-faq-q,
.post-content .post-faq-a {
  padding-left: 45px;
  position: relative;
  display: block;
}
.post-content .post-faq-q::before,
.post-content .post-faq-a::before {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  width: 33px;
  height: 33px;
  position: absolute;
  top: -4px;
  left: 0;
}
.post-content .post-faq-q {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.post-content .post-faq-q::before {
  content: "Q";
  color: #fff;
  background: #8c32f0;
}
.post-content .post-faq-a {
  font-size: 12px;
  line-height: 2.17;
  margin-top: 24px;
}
.post-content .post-faq-a::before {
  content: "A";
  color: #8c32f0;
  background: #f0f0f5;
}
.post-content .post-lp {
  max-width: 521px;
  margin-right: auto;
  margin-left: auto;
}
.post-content .post-lp-item {
  max-width: 100%;
}
.post-content .post-simulation {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.post-content .post-simulation-item {
  text-align: center;
  width: 100%;
}
.post-content .post-simulation-item:not(:first-child) {
  margin-top: 45px;
}
.post-content .post-comment-top {
  display: flex;
}
.post-content .post-comment-icon {
  flex: 0 0 77px;
  margin-right: 33px;
}
.post-content .post-comment-bubble {
  width: 100%;
}
@media print, (min-width: 768px) {
  .post-content .post-comment-bubble {
    display: flex;
    flex-wrap: wrap;
  }
}
.post-content .post-comment-bubble-item {
  background: #f0f0f5;
  border-radius: 7px;
  flex: 0 0 49%;
  padding: 18px 27px;
  position: relative;
}
@media print, (min-width: 768px) {
  .post-content .post-comment-bubble-item:nth-child(even) {
    margin-left: 2%;
  }
  .post-content .post-comment-bubble-item:nth-child(even)::before {
    display: none;
  }
  .post-content .post-comment-bubble-item:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content .post-comment-bubble-item {
    padding: 14px 20px;
  }
  .post-content .post-comment-bubble-item:not(:first-child) {
    margin-top: 12px;
  }
}
.post-content .post-comment-bubble-item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 17px 8.5px 0;
  border-color: transparent #f0f0f5 transparent transparent;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
  .post-content .post-comment-bubble-item::before {
    border-width: 7px 14px 7px 0;
  }
}
.post-content .post-comment-bubble-item p {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
}
.post-content .post-comment-text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 56px;
}
@media only screen and (max-width: 767.98px) {
  .post-content .post-comment-text {
    margin-top: 30px;
  }
}
.post-content .post-review h2 {
  margin-bottom: 0;
}
.post-content .post-review-average {
  border-bottom: 3px solid #e7e7f3;
  padding: 24px;
}
@media print, (min-width: 768px) {
  .post-content .post-review-average {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content .post-review-average {
    padding: 24px 0;
  }
}
.post-content .post-review-average-stars-wrapper {
  display: flex;
  align-items: center;
}
.post-content .post-review-average-stars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.post-content .post-review-average-stars-item {
  line-height: 1;
  flex: 0 0 25px;
  max-width: 25px;
  margin: 0 3px;
}
.post-content .post-review-average-stars-num {
  font-size: 16px;
  flex-shrink: 0;
  line-height: 1;
  margin-left: 10px;
}
.post-content .post-review-average-total {
  font-size: 12px;
  line-height: 1;
  margin-left: 40px;
}
@media only screen and (max-width: 767.98px) {
  .post-content .post-review-average-total {
    margin: 10px 0 0;
  }
}
.post-content .post-review-list {
  margin: 40px 0 0;
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  .post-content .post-review-list {
    margin-top: 21px;
  }
}
.post-content .post-review-item {
  list-style: none;
}
.post-content .post-review-item:not(:first-child) {
  margin-top: 64px;
}
@media only screen and (max-width: 767.98px) {
  .post-content .post-review-item:not(:first-child) {
    margin-top: 52px;
  }
}
.post-content .post-review-cont-name {
  font-size: 16px;
  font-weight: 500;
}
.post-content .post-review-cont-stars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.post-content .post-review-cont-stars-item {
  line-height: 1;
  flex: 0 0 20px;
  max-width: 20px;
}
.post-content .post-review-cont-stars-item:not(:first-child) {
  margin-left: 5px;
}
.post-content .post-review-cont-title {
  font-size: 16px;
  font-weight: 500;
}
.post-content .post-review-cont-date {
  font-size: 12px;
}
.post-content .post-review-cont-attribute {
  font-size: 12px;
  display: flex;
}
.post-content .post-review-cont-image {
  margin: 25px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.post-content .post-review-cont-image-item {
  flex: 0 0 19%;
  list-style: none;
}
@media print, (min-width: 768px) {
  .post-content .post-review-cont-image-item:not(:nth-child(5n+1)) {
    margin-left: 1.25%;
  }
  .post-content .post-review-cont-image-item:nth-child(n+6) {
    margin-top: 1.25%;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content .post-review-cont-image-item {
    flex-basis: 32%;
  }
  .post-content .post-review-cont-image-item:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
  .post-content .post-review-cont-image-item:nth-child(n+4) {
    margin-top: 2%;
  }
}
.post-content .post-review-cont-text {
  margin-top: 20px;
}
.post-content .post-review-cont-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.post-content .post-review-bottom {
  margin-top: 22px;
  display: flex;
  align-items: center;
}
.post-content .post-review-bottom * {
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
.post-content .post-review-bottom *:hover {
  opacity: 0.6;
}
.post-content .post-review-good {
  cursor: pointer;
}
.post-content .post-review-share {
  color: #101010;
  text-decoration: none;
  margin-left: 24px;
}
.post-content .post-review-share span {
  font-size: 14px;
  padding-left: 24px;
  position: relative;
  display: block;
}
.post-content .post-review-share span::before {
  content: "";
  background: url(../img/product/ico-share.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.post-content .post-review-violation {
  font-size: 14px;
  color: #101010;
  text-decoration: none;
  margin-left: 184px;
}
@media only screen and (max-width: 767.98px) {
  .post-content .post-review-violation {
    margin-left: auto;
  }
}

.modal-restock {
  max-width: 465px;
}
@media only screen and (max-width: 767.98px) {
  .modal-restock {
    padding: 28px;
  }
}
.modal-restock .modal-restock-title {
  font-size: 20px;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
  padding: 0 20px 16px;
}
.modal-restock .modal-restock-cont {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media only screen and (max-width: 767.98px) {
  .modal-restock .modal-restock-cont {
    margin-top: 15px;
  }
}
.modal-restock .modal-restock-figure {
  flex: 0 0 150px;
  aspect-ratio: 1/1;
  margin-right: 40px;
}
@media only screen and (max-width: 767.98px) {
  .modal-restock .modal-restock-figure {
    flex-basis: 32%;
    margin-right: 20px;
  }
}
.modal-restock .modal-restock-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal-restock .modal-restock-detail {
  text-align-last: left;
  width: 100%;
}
.modal-restock .modal-restock-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .modal-restock .modal-restock-name {
    margin-bottom: 10px;
  }
}
.modal-restock .modal-restock-detail-row {
  font-size: 16px;
  display: flex;
}
.modal-restock .modal-restock-detail-row:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .modal-restock .modal-restock-detail-row:not(:last-child) {
    margin-bottom: 5px;
  }
}
.modal-restock .modal-restock-detail-heading {
  font-weight: 500;
}
.modal-restock .modal-restock-bottom {
  margin-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  .modal-restock .modal-restock-bottom {
    margin-top: 20px;
  }
}
.modal-restock .modal-restock-link {
  font-size: 18px;
  font-weight: 500;
  color: #8c32f0;
  letter-spacing: 0.03em;
  border: 1px solid #8c32f0;
  border-radius: 12px;
  padding: 24px;
  display: block;
  cursor: pointer;
  transition: color 0.3s ease, background 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .modal-restock .modal-restock-link {
    padding: 14px;
  }
}
.modal-restock .modal-restock-link:hover {
  color: #fff;
  background: #8c32f0;
}
.modal-restock .modal-restock-link.--bg {
  color: #fff;
  background: #8c32f0;
}
.modal-restock .modal-restock-link.--bg:hover {
  color: #8c32f0;
  background: #fff;
}
.modal-restock .modal-restock-link:not(:first-child) {
  margin-top: 19px;
}
@media only screen and (max-width: 767.98px) {
  .modal-restock .modal-restock-link:not(:first-child) {
    margin-top: 10px;
  }
}
.modal-restock .remodal-close {
  font-size: 12px;
  color: #101010;
  width: 40px;
  padding-top: 24px;
  top: 10px;
  right: 10px;
  left: auto;
}
.modal-restock .remodal-close::before {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
  line-height: 24px;
}

.product-fixed {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  padding: 22px 16px 22px 26px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media only screen and (max-width: 767.98px) {
  .product-fixed {
    box-shadow: none;
    max-width: 100%;
    padding: 16px 13px 15px;
    top: auto;
    bottom: 0;
    left: 0;
  }
}

.product-fixed-cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767.98px) {
  .product-fixed-cont {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.product-fixed-cont .favorite,
.product-fixed-cont .cart,
.product-fixed-cont .purchase {
  margin: 3px;
}
@media only screen and (max-width: 767.98px) {
  .product-fixed-cont .favorite,
  .product-fixed-cont .cart,
  .product-fixed-cont .purchase {
    margin: 0 3px;
  }
}

.product-fixed-favorite {
  cursor: pointer;
  transition: opacity 0.3s ease;
  flex: 0 0 37px;
}
.product-fixed-favorite:hover {
  opacity: 0.6;
}
@media print, (min-width: 768px) {
  .product-fixed-favorite + .product-fixed-button {
    max-width: calc(100% - 49px);
  }
}

.product-fixed-button {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  background: #8c32f0;
  border: 1px solid #8c32f0;
  border-radius: 12px;
  padding: 11px 20px;
  flex-grow: 1;
  display: block;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.product-fixed-button:disabled {
  border-color: #888;
  background: #888;
  pointer-events: none;
}
.product-fixed-button:hover {
  color: #8c32f0;
  background: #fff;
}
@media only screen and (max-width: 767.98px) {
  .product-fixed-button {
    width: 100%;
    border-radius: 6px;
    padding: 12px;
  }
}
