@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
}

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

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

body,
section,
article,
address,
div,
ul,
ol,
li,
table,
tr,
th,
td,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
p,
a,
span,
strong,
small,
b,
pre,
form,
input,
select,
textarea,
button,
pre {
  font-family: inherit;
  font-style: inherit;
  text-decoration: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

ul,
ol,
li {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  table-layout: fixed;
}

img,
video {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

img {
  pointer-events: none;
}

pre {
  white-space: normal;
}

a {
  text-decoration: none;
}

*:link,
*:visited,
*:active {
  text-decoration: inherit;
}

input,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
}

button {
  display: inline-block;
  background: none;
  border: none;
}

label {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=radio],
input[type=checkbox],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
button,
label {
  cursor: pointer;
}

textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  resize: vertical;
}

*:focus {
  outline: none;
}

#AmazonPayOneClickOrderArea {
  text-align: center;
  padding-right: 40px;
  padding-left: 40px;
  margin: 40px 0;
}

@media screen and (max-width: 680px) {
  #AmazonPayOneClickOrderArea {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.amazon_pay_box {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .amazon_pay_box {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.amazonpay-button-inner-image {
  width: auto;
  margin: 0 auto;
}

.amazon_pay_title {
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .amazon_pay_title {
    font-size: 22px;
  }
}

.amazon_pay_subtitle {
  font-size: 14px;
  margin-bottom: 6px;
}

@media screen and (max-width: 680px) {
  .amazon_pay_subtitle {
    font-size: 14px;
  }
}

.amazon_pay_message {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .amazon_pay_message {
    font-size: 14px;
  }
}

.amazon_pay_not_use_message {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .amazon_pay_not_use_message {
    font-size: 14px;
  }
}

.amazonpay-button-inner-image {
  pointer-events: all;
}

#view-credit-card-information {
  margin-top: 20px;
}

.amazon_pay_button_all {
  margin: 0 auto;
}

#addressBookWidgetDiv {
  height: auto !important;
}

[style="display: none;"]+#amazon_payment_method {
  height: auto;
  padding: 0;
  border-width: 0px;
  position: relative;
  z-index: 10;
  background: #fff;
}

.control-alert,
.alert,
.alert-danger {
  padding-right: 40px;
  padding-left: 40px;
  margin: 40px 0;
}

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

  .control-alert,
  .alert,
  .alert-danger {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.control-alert>*,
.alert>*,
.alert-danger>* {
  font-size: 14px;
  text-align: center;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

  .control-alert>*,
  .alert>*,
  .alert-danger>* {
    font-size: 14px;
  }
}

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

  .control-alert>*,
  .alert>*,
  .alert-danger>* {
    padding-right: 15px;
    padding-left: 15px;
  }
}

#view-payment-information>* {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

#view-input-card-number {
  margin-top: 10px;
}

/* stylelint-disable */
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: trasform;
}

.splide.is-active .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.splide__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide,
.splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide--fade>.splide__track>.splide__list {
  display: block;
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb>.splide__track>.splide__list {
  display: block;
}

.splide--ttb>.splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  -webkit-transition: transfrom 0.2s linear;
  transition: transfrom 0.2s linear;
  border: none;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav>.splide__track>.splide__list>.splide__slide:focus {
  outline: none;
}

.splide--rtl>.splide__arrows .splide__arrow--prev,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl>.splide__arrows .splide__arrow--prev svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.splide--rtl>.splide__arrows .splide__arrow--next,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl>.splide__arrows .splide__arrow--next svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide--ttb>.splide__arrows .splide__arrow,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.splide--ttb>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb>.splide__arrows .splide__arrow--prev svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide--ttb>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb>.splide__arrows .splide__arrow--next svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide--ttb>.splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.u-padding__top--60 {
  padding-top: 60px;
}

.u-border__top {
  border-top-width: 1px;
  border-top-style: solid;
}

.u-margin__top--120 {
  margin-top: 120px;
}

.u-margin__top--100 {
  margin-top: 100px;
}

.u-margin__top--80 {
  margin-top: 80px;
}

.u-margin__top--60 {
  margin-top: 60px;
}

.u-margin__top--40 {
  margin-top: 40px;
}

.u-margin__bottom--80 {
  margin-bottom: 80px;
}

.u-margin__bottom--100 {
  margin-bottom: 100px;
}

@font-face {
  font-family: "icon";
  src: url("./icon/icon.eot?qlbxbb");
  src: url("./icon/icon.eot?qlbxbb#iefix") format("embedded-opentype"), url("./icon/icon.ttf?qlbxbb") format("truetype"), url("./icon/icon.woff?qlbxbb") format("woff"), url("./icon/icon.svg?qlbxbb#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.u-icon,
.c-breadcrumbs__item:not(:last-child):after,
.c-form_table__select:after,
.c-list_tool__sort__wrap:after,
.u-icon--twitter,
.u-icon--track,
.u-icon--star,
.u-icon--star_blank,
.u-icon--secret,
.u-icon--search,
.u-icon--question,
.u-icon--point,
.u-icon--plus,
.u-icon--line,
.u-icon--minus,
.u-icon--menu,
.u-icon--logout,
.u-icon--instagram,
.u-icon--home,
.u-icon--heart,
.u-icon--heart_blank,
.u-icon--facebook,
.u-icon--edit,
.u-icon--dot,
.u-icon--close,
.u-icon--cart,
.u-icon--card,
.u-icon--calendar,
.u-icon--balloon,
.u-icon--arrow,
.u-icon--account {
  font-family: "icon", sans-serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u-icon--account:before {
  content: "\e900";
}

.u-icon--arrow:before {
  content: "\e901";
}

.u-icon--balloon:before {
  content: "\e902";
}

.u-icon--calendar:before {
  content: "\e903";
}

.u-icon--card:before {
  content: "\e904";
}

.u-icon--cart:before {
  content: "\e905";
}

.u-icon--close:before {
  content: "\e906";
}

.u-icon--dot:before {
  content: "\e907";
}

.u-icon--edit:before {
  content: "\e908";
}

.u-icon--facebook:before {
  content: "\e909";
}

.u-icon--heart_blank:before {
  content: "\e90a";
}

.u-icon--heart:before {
  content: "\e90b";
}

.u-icon--home:before {
  content: "\e90c";
}

.u-icon--instagram:before {
  content: "\e90d";
}

.u-icon--logout:before {
  content: "\e90e";
}

.u-icon--menu:before {
  content: "\e90f";
}

.u-icon--minus:before {
  content: "\e910";
}

.u-icon--line:before {
  content: "\e918";
}

.u-icon--plus:before {
  content: "\e911";
}

.u-icon--point:before {
  content: "\e912";
}

.u-icon--question:before {
  content: "\e913";
}

.u-icon--search:before {
  content: "\e914";
}

.u-icon--secret:before {
  content: "\e915";
}

.u-icon--star_blank:before {
  content: "\e919";
}

.u-icon--star:before {
  content: "\e91a";
}

.u-icon--track:before {
  content: "\e916";
}

.u-icon--twitter:before {
  content: "\e917";
}

.l-wrapper {
  line-height: 1.6;
  letter-spacing: 0.06em;
  overflow-wrap: break-word;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}

.l-wrapper.is-complete {
  opacity: 1;
}

.l-wrapper.is-remove {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.l-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: #ffffff;
}

.l-header__inner {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .l-header__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 680px) {
  .l-header__inner {
    padding-top: 14px;
    padding-bottom: 15px;
  }
}

.l-header__logo {
  max-width: 120px;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .l-header__logo {
    max-width: 100px;
  }
}

.l-header__logo a {
  display: block;
}

.l-header__language {
  width: 160px;
  position: absolute;
  top: 20px;
  right: 140px;
}

@media screen and (max-width: 680px) {
  .l-header__language {
    display: none;
  }
}

.l-header__language>.selector {
  width: 100%;
  position: relative;
}

.l-header__language>.selector:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #d7d7d7;
}

.l-header__language>.selector>img {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.l-header__language>.selector>img.lang-icon {
  left: 0;
}

.l-header__language>.selector>img.arrow-icon {
  right: 0;
}

.l-header__language>.selector>select {
  width: 100%;
  height: 25px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  line-height: 25px;
  cursor: pointer;
}

.l-header__btn {
  display: none;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 680px) {
  .l-header__btn {
    display: block;
    position: absolute;
    left: 15px;
    top: calc(50% - 12px);
  }
}

.l-header__btn span {
  width: 20px;
  height: 1px;
  position: absolute;
  left: 2px;
  background: #2d2926;
}

.l-header__btn span:nth-child(1) {
  top: 6px;
}

.l-header__btn span:nth-child(2) {
  top: 12px;
}

.l-header__btn span:nth-child(3) {
  top: 18px;
}

.l-header__account {
  width: 24px;
  position: absolute;
  top: 20px;
  right: 84px;
}

@media screen and (max-width: 680px) {
  .l-header__account {
    top: calc(50% - 12px);
    right: 49px;
  }
}

.l-header__cart {
  width: 24px;
  position: absolute;
  top: 20px;
  right: 40px;
}

@media screen and (max-width: 680px) {
  .l-header__cart {
    top: calc(50% - 12px);
    right: 15px;
  }
}

.l-header__cart__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  top: -4px;
  right: -8px;
  padding: 0 4px;
  background: #2d2926;
  border: 2px solid #ffffff;
  border-radius: 10px;
}

.l-header__cart.is-comingsoon {
  opacity: 0.2;
  pointer-events: none;
}

.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .l-header__menu {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 680px) {
  .l-header__menu {
    display: none;
  }
}

.l-header__menu__item:not(:first-child) {
  margin-left: 40px;
}

.l-header__menu__item a {
  font-size: 14px;
}

.l-header__menu__item.is-comingsoon {
  opacity: 0.2;
  pointer-events: none;
}

.l-header.is-index {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.l-header.is-active {
  -webkit-transform: none;
  transform: none;
}

.l-footer {
  color: #ffffff;
  background: #2d2926;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 100px;
}

@media screen and (max-width: 680px) {
  .l-footer {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-footer__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.l-footer__logo img {
  max-width: 120px;
  margin: 0 auto;
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.l-footer__sns a {
  width: 24px;
}

.l-footer__sns a:not(:first-child) {
  margin-left: 12px;
}

.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 680px) {
  .l-footer__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-footer__menu a {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 680px) {
  .l-footer__menu a {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .l-footer__menu a {
    width: 50%;
    text-align: center;
    padding: 10px 0;
  }
}

.l-footer__menu a:not(:first-child) {
  margin-left: 40px;
}

@media screen and (max-width: 680px) {
  .l-footer__menu a:not(:first-child) {
    margin-left: 0;
  }
}

.l-footer__menu a.is-comingsoon {
  opacity: 0.2;
  pointer-events: none;
}

.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 60px;
}

@media screen and (max-width: 680px) {
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-footer__copyright {
  font-size: 10px;
}

@media screen and (max-width: 680px) {
  .l-footer__copyright {
    font-size: 10px;
  }
}

@media screen and (max-width: 680px) {
  .l-footer__copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
  }
}

.l-footer__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}

@media screen and (max-width: 680px) {
  .l-footer__submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
}

.l-footer__submenu a {
  font-size: 13px;
  line-height: 1.8;
}

@media screen and (max-width: 680px) {
  .l-footer__submenu a {
    font-size: 13px;
  }
}

.l-footer__submenu a:not(:first-child) {
  margin-left: 30px;
}

@media screen and (max-width: 680px) {
  .l-footer__submenu a:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.l-footer__language {
  display: none;
  max-width: 210px;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
}

@media screen and (max-width: 680px) {
  .l-footer__language {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.l-footer__language>.selector {
  width: 100%;
  position: relative;
}

.l-footer__language>.selector:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #d7d7d7;
}

.l-footer__language>.selector>img {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.l-footer__language>.selector>img.lang-icon {
  left: 0;
}

.l-footer__language>.selector>img.arrow-icon {
  right: 0;
}

.l-footer__language>.selector>select {
  width: 100%;
  height: 25px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  line-height: 25px;
  cursor: pointer;
}

.l-container {
  display: block;
}

.c-announce_bar {
  position: relative;
  padding: 10px 60px;
}

@media screen and (max-width: 680px) {
  .c-announce_bar {
    padding: 10px 20px;
  }
}

.c-announce_bar__text {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .c-announce_bar__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 680px) {
  .c-announce_bar__text {
    text-align: left;
  }
}

.c-announce_bar__text a {
  text-decoration: underline;
}

.c-announce_bar__close {
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
}

@media screen and (max-width: 680px) {
  .c-announce_bar__close {
    right: 0;
    top: 0;
  }
}

.c-announce_bar__close i {
  font-size: 24px;
}

@media screen and (max-width: 680px) {
  .c-announce_bar__close i {
    font-size: 20px;
  }
}

.c-gmenu {
  display: none;
}

@media screen and (max-width: 680px) {
  .c-gmenu {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 200;
    opacity: 0;
    -webkit-transition: 0s 0.4s;
    transition: 0s 0.4s;
  }
}

.c-gmenu__overlay {
  display: none;
}

@media screen and (max-width: 680px) {
  .c-gmenu__overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(45, 41, 38, 0.4);
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

.c-gmenu__inner {
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .c-gmenu__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 680px) {
  .c-gmenu__inner {
    width: 270px;
    height: 100%;
    background: #ffffff;
    padding-left: 0;
    padding-right: 0;
    background: #ffffff;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media screen and (max-height: 740px) {
  .c-gmenu {
    overflow-y: auto;
  }

  .c-gmenu__overlay {
    height: 130%;
  }

  .c-gmenu__inner {
    height: 130%;
  }
}

.c-gmenu__close {
  display: none;
}

@media screen and (max-width: 680px) {
  .c-gmenu__close {
    display: block;
    padding: 20px 15px;
  }
}

.c-gmenu__close button {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: auto;
}

.c-gmenu__close button:before,
.c-gmenu__close button:after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  left: 2px;
  top: 50%;
  background: #2d2926;
}

.c-gmenu__close button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-gmenu__close button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-gmenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 680px) {
  .c-gmenu__list {
    display: block;
    border-top: 1px solid #2d2926;
  }
}

@media screen and (max-width: 680px) {
  .c-gmenu__item {
    border-bottom: 1px solid #2d2926;
  }
}

.c-gmenu__item:not(:first-child) {
  margin-left: 40px;
}

@media screen and (max-width: 680px) {
  .c-gmenu__item:not(:first-child) {
    margin-left: 0;
  }
}

.c-gmenu__item a {
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .c-gmenu__item a {
    display: block;
    padding: 15px 15px;
  }
}

.c-gmenu__item.is-comingsoon a {
  opacity: 0.2;
  pointer-events: none;
}

.c-gmenu__language {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 210px;
  width: 90%;
}

.c-gmenu__language>.selector {
  width: 100%;
  position: relative;
}

.c-gmenu__language>.selector:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #d7d7d7;
}

.c-gmenu__language>.selector>img {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.c-gmenu__language>.selector>img.lang-icon {
  left: 0;
}

.c-gmenu__language>.selector>img.arrow-icon {
  right: 0;
}

.c-gmenu__language>.selector>select {
  width: 100%;
  height: 25px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  line-height: 25px;
  cursor: pointer;
}

@media screen and (max-width: 680px) {
  .c-gmenu.is-active {
    left: 0;
    opacity: 1;
    -webkit-transition: 0s;
    transition: 0s;
  }
}

@media screen and (max-width: 680px) {
  .c-gmenu.is-active .c-gmenu__overlay {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media screen and (max-width: 680px) {
  .c-gmenu.is-active .c-gmenu__inner {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

.c-footer_menu {
  margin-left: 60px;
}

@media screen and (max-width: 680px) {
  .c-footer_menu {
    margin-left: 0;
    padding: 0 10px 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 20px;
  }
}

.c-footer_menu__title {
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

@media screen and (max-width: 680px) {
  .c-footer_menu__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .c-footer_menu__title {
    margin-bottom: 20px;
  }
}

.c-footer_menu__list__item:not(:last-child) {
  margin-bottom: 14px;
}

.c-footer_menu__list__item__inner {
  font-size: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .c-footer_menu__list__item__inner {
    font-size: 12px;
  }
}

.c-footer_menu__list__item__inner:hover {
  opacity: 0.4;
}

.c-subscribe_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 680px) {
  .c-subscribe_form {
    display: block;
  }
}

.c-subscribe_form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}

@media screen and (max-width: 680px) {
  .c-subscribe_form__input {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .c-subscribe_form__input {
    padding: 0 15px;
  }
}

.c-subscribe_form__input::-webkit-input-placeholder {
  opacity: 0.4;
}

.c-subscribe_form__btn {
  width: 100px;
  height: 40px;
  font-size: 16px;
  border-radius: 2px;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .c-subscribe_form__btn {
    font-size: 16px;
  }
}

.c-subscribe_form__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .c-subscribe_form__btn {
    margin-top: 10px;
    margin-left: 0;
  }
}

.c-product_item__inner {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-product_item__inner:hover {
  opacity: 0.4;
}

.c-product_item__inner__eyecatch {
  position: relative;
}

.c-product_item__inner__eyecatch__img {
  padding-top: 133.3333333333%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-product_item__inner__eyecatch__new {
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 2px 14px;
}

@media screen and (max-width: 680px) {
  .c-product_item__inner__eyecatch__new {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .c-product_item__inner__eyecatch__new {
    font-size: 12px;
    left: 5px;
    top: 5px;
    padding: 2px 10px;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .c-product_item__inner__eyecatch__new {
    font-size: 12px;
  }
}

.c-product_item__inner__eyecatch__soldout {
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 2px 14px;
}

@media screen and (max-width: 680px) {
  .c-product_item__inner__eyecatch__soldout {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .c-product_item__inner__eyecatch__soldout {
    font-size: 12px;
    right: 5px;
    top: 5px;
    padding: 2px 10px;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .c-product_item__inner__eyecatch__soldout {
    font-size: 12px;
  }
}

.c-product_item__inner__eyecatch__favorite {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 680px) {
  .c-product_item__inner__eyecatch__favorite {
    right: 5px;
    bottom: 5px;
  }
}

.c-product_item__inner__eyecatch__favorite__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  border-radius: 50%;
}

@media screen and (max-width: 680px) {
  .c-product_item__inner__eyecatch__favorite__btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}

.c-product_item__inner__content {
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .c-product_item__inner__content {
    margin-top: 15px;
  }
}

.c-product_item__inner__title {
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .c-product_item__inner__title {
    font-size: 14px;
  }
}

.c-product_item__inner__category {
  font-size: 12px;
  margin-top: 4px;
}

@media screen and (max-width: 680px) {
  .c-product_item__inner__category {
    font-size: 12px;
  }
}

.c-product_item__inner__star {
  font-size: 14px;
  color: #F1CB6B;
  margin-top: 4px;
}

.c-product_item__inner__price {
  font-size: 14px;
  margin-top: 8px;
}

@media screen and (max-width: 680px) {
  .c-product_item__inner__price {
    font-size: 14px;
  }
}

.c-product_item__inner__price>.origin {
  text-decoration: line-through;
  margin-right: 10px;
}

.c-review_item {
  padding: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}

.c-review_item__title {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 680px) {
  .c-review_item__title {
    font-size: 16px;
  }
}

.c-review_item__star {
  font-size: 14px;
  color: #F1CB6B;
  margin-top: 10px;
}

.c-review_item__text {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
}

@media screen and (max-width: 680px) {
  .c-review_item__text {
    font-size: 14px;
  }
}

.c-review_item__name {
  font-size: 12px;
  margin-top: 20px;
  font-weight: 600;
}

@media screen and (max-width: 680px) {
  .c-review_item__name {
    font-size: 12px;
  }
}

.c-review_item__time {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #868686;
  font-weight: 600;
}

@media screen and (max-width: 680px) {
  .c-review_item__time {
    font-size: 12px;
  }
}

@media screen and (max-width: 680px) {
  .c-media_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
  }
}

@media screen and (max-width: 680px) {
  .c-media_item__img {
    width: 30%;
  }
}

.c-media_item__img__inner {
  padding-top: 133.3333333333%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-media_item__text {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .c-media_item__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .c-media_item__text {
    margin-top: 0;
    padding-left: 15px;
  }
}

.c-column_item__inner {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-column_item__inner:hover {
  opacity: 0.4;
}

.c-column_item__inner__img {
  padding-top: 66.6666666667%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-column_item__inner__title {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .c-column_item__inner__title {
    font-size: 14px;
  }
}

.c-column_item__inner__date {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

@media screen and (max-width: 680px) {
  .c-column_item__inner__date {
    font-size: 12px;
  }
}

.c-column_item__inner__more {
  font-size: 14px;
  text-decoration: underline;
  color: #2d2926;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .c-column_item__inner__more {
    font-size: 14px;
  }
}

.c-news_item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.c-news_item:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}

.c-news_item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-news_item__inner:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .c-news_item__inner {
    display: block;
  }
}

.c-news_item__inner__date {
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .c-news_item__inner__date {
    font-size: 14px;
  }
}

.c-news_item__inner__title {
  float: 1;
  font-size: 14px;
  padding-left: 20px;
}

@media screen and (max-width: 680px) {
  .c-news_item__inner__title {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .c-news_item__inner__title {
    padding-left: 0;
    margin-top: 5px;
  }
}

.c-fixed_popup {
  width: 300px;
  text-align: center;
  position: fixed;
  right: -100%;
  bottom: 20px;
  padding: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

@media screen and (max-width: 680px) {
  .c-fixed_popup {
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.c-fixed_popup__title {
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .c-fixed_popup__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .c-fixed_popup__title {
    display: none;
  }
}

.c-fixed_popup__text {
  font-size: 12px;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .c-fixed_popup__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 680px) {
  .c-fixed_popup__text {
    display: none;
  }
}

.c-fixed_popup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .c-fixed_popup__btn {
    font-size: 14px;
  }
}

.c-fixed_popup__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .c-fixed_popup__btn {
    max-width: 100%;
    height: 60px;
    position: relative;
    border-radius: 0;
  }

  .c-fixed_popup__btn:after {
    font-family: "icon", sans-serif !important;
    content: "\e901";
    font-size: 24px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: calc(50% - 12px);
  }
}

.c-fixed_popup__close {
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media screen and (max-width: 680px) {
  .c-fixed_popup__close {
    display: none;
  }
}

.c-fixed_popup.is-show {
  right: 20px;
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
}

@media screen and (max-width: 680px) {
  .c-fixed_popup.is-show {
    right: 0;
  }
}

.c-fixed_popup.is-hide {
  right: -100%;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: right 0s 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: right 0s 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: right 0s 0.4s, opacity 0.4s, transform 0.4s;
  transition: right 0s 0.4s, opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.c-welcome_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 300;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  opacity: 0;
}

@media screen and (max-width: 680px) {
  .c-welcome_modal {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-welcome_modal__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.c-welcome_modal__win {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 30px 40px 50px;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 680px) {
  .c-welcome_modal__win {
    padding: 30px;
  }
}

.c-welcome_modal__win__title {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .c-welcome_modal__win__title {
    font-size: 16px;
  }
}

.c-welcome_modal__win__lead {
  font-size: 12px;
  margin: 20px 0 20px;
}

@media screen and (max-width: 680px) {
  .c-welcome_modal__win__lead {
    font-size: 12px;
  }
}

.c-welcome_modal__win__btn {
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.c-welcome_modal.is-show {
  left: 0;
  opacity: 1;
  -webkit-transition: left 0s, opacity 0.4s;
  transition: left 0s, opacity 0.4s;
}

.c-welcome_modal.is-show .c-welcome_modal__win {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-welcome_modal.is-hide {
  left: -100%;
  opacity: 0;
  -webkit-transition: left 0s 0.4s, opacity 0.4s;
  transition: left 0s 0.4s, opacity 0.4s;
}

.c-welcome_modal.is-hide .c-welcome_modal__win {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

@media screen and (max-width: 680px) {
  .c-list_tool {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-list_tool__num {
  font-size: 14px;
  margin-right: 20px;
}

@media screen and (max-width: 680px) {
  .c-list_tool__num {
    font-size: 14px;
  }
}

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

.c-list_tool__sort__label {
  font-size: 14px;
  margin-right: 10px;
}

@media screen and (max-width: 680px) {
  .c-list_tool__sort__label {
    font-size: 14px;
  }
}

.c-list_tool__sort__wrap {
  position: relative;
  width: 160px;
}

.c-list_tool__sort__wrap:after {
  content: "\e901";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  pointer-events: none;
}

.c-list_tool__sort__wrap>* {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0 40px 0 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}

@media screen and (max-width: 680px) {
  .c-list_tool__sort__wrap>* {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .c-list_tool__sort__wrap>* {
    padding: 0 40px 0 15px;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .c-pagination {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.c-pagination__list__item {
  position: relative;
}

.c-pagination__list__item__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .c-pagination__list__item__page {
    font-size: 16px;
  }
}

.c-pagination__list__item__page:hover {
  opacity: 0.4;
}

.c-pagination__list__item__next,
.c-pagination__list__item__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-pagination__list__item__next:hover,
.c-pagination__list__item__prev:hover {
  opacity: 0.4;
}

.c-pagination__list__item__prev {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.c-pagination__list__item.is-active__page:hover {
  opacity: 1;
}

.c-pagination__list__item.is-active:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
}

.c-order_quantity {
  max-width: 160px;
  position: relative;
}

.c-order_quantity__input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 100%;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  -moz-appearance: textfield;
}

@media screen and (max-width: 680px) {
  .c-order_quantity__input {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .c-order_quantity__input {
    padding: 0 15px;
  }
}

.c-order_quantity__input::-webkit-input-placeholder {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .c-order_quantity__input {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.c-order_quantity__input::-webkit-outer-spin-button,
.c-order_quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.c-order_quantity__minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-order_quantity__minus:hover {
  opacity: 0.4;
}

.c-order_quantity__plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-order_quantity__plus:hover {
  opacity: 0.4;
}

.c-product_img__thumbnail {
  margin-top: 20px;
}

.c-product_img__thumbnail__track__list__item {
  border: 1px solid transparent;
}

.c-product_img__thumbnail__track__list__item.is-active {
  border-color: #2d2926;
}

.c-product_img__thumbnail__track__list__item__inner {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-product_img__thumbnail__track__list__item__inner:hover {
  opacity: 0.4;
}

.c-product_img__thumbnail__track__list__item__inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-product_img__thumbnail__track__list__item.is-active .c-product_img__thumbnail__track__list__item__inner:after {
  border-color: inherit;
}

.c-product_info__category {
  font-size: 20px;
  line-height: 1.8;
  color: #2d2926;
}

@media screen and (max-width: 680px) {
  .c-product_info__category {
    font-size: 19px;
  }
}

.c-product_info__en {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 40px;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .c-product_info__en {
    font-size: 24px;
  }
}

.c-product_info__jp {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 680px) {
  .c-product_info__jp {
    font-size: 22px;
  }
}

.c-product_info__reviews {
  padding-bottom: 20px;
}

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

.c-product_info__reviews__review .starratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #F1CB6B;
}

.c-product_info__reviews__review .rating {
  display: inline-block;
  padding-left: 10px;
  font-weight: 600;
  font-size: 14px;
}

.c-product_info__reviews__review .empty {
  font-size: 14px;
}

.c-product_info__subscription {
  background: #f2f2f2;
  padding: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .c-product_info__subscription {
    padding: 30px 20px;
  }
}

.c-product_info__subscription__title {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .c-product_info__subscription__title {
    font-size: 16px;
  }
}

.c-product_info__subscription__choice {
  border-top: 1px solid #d7d7d7;
  margin-top: 16px;
}

.c-product_info__subscription__choice__item {
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}

.c-product_info__subscription__choice__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.c-product_info__subscription__choice__input input {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
}

.c-product_info__subscription__choice__input input:checked {
  background: #2d2926;
  border-color: #2d2926;
  -webkit-box-shadow: 0 0 0 5px #ffffff inset;
  box-shadow: 0 0 0 5px #ffffff inset;
}

.c-product_info__subscription__choice__input span {
  font-size: 14px;
  margin-left: 10px;
}

@media screen and (max-width: 680px) {
  .c-product_info__subscription__choice__input span {
    font-size: 14px;
  }
}

.c-product_info__subscription__choice__price {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
  margin-left: 10px;
}

@media screen and (max-width: 680px) {
  .c-product_info__subscription__choice__price {
    font-size: 22px;
  }
}

.c-product_info__subscription__choice__price span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp sans-serif;
  font-size: 12px;
  margin-left: 2px;
}

@media screen and (max-width: 680px) {
  .c-product_info__subscription__choice__price span {
    font-size: 12px;
  }
}

.c-product_info__subscription__choice__price.is-sale {
  color: #a02308;
}

.c-product_info__subscription__choice__price.is-sale s {
  font-size: 20px;
  margin-right: 10px;
  color: #2d2926;
}

@media screen and (max-width: 680px) {
  .c-product_info__subscription__choice__price.is-sale s {
    font-size: 19px;
  }
}

.c-product_info__subscription__choice__content {
  font-size: 14px;
  line-height: 2;
  color: #2d2926;
  margin-top: 8px;
}

@media screen and (max-width: 680px) {
  .c-product_info__subscription__choice__content {
    font-size: 14px;
  }
}

.c-product_info__subscription__submit {
  margin-top: 16px;
}

.c-product_info__subscription__submit button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 360px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #2d2926;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .c-product_info__subscription__submit button {
    font-size: 16px;
  }
}

.c-product_info__subscription__submit button img {
  width: 20px;
  margin-right: 10px;
}

.c-product_info__subscription__notes {
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  color: #2d2926;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .c-product_info__subscription__notes {
    font-size: 12px;
  }
}

.c-product_info__single {
  background: #f2f2f2;
  padding: 30px;
}

@media screen and (max-width: 680px) {
  .c-product_info__single {
    padding: 30px 20px;
  }
}

.c-product_info__single__title {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .c-product_info__single__title {
    font-size: 16px;
  }
}

.c-product_info__single__price {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .c-product_info__single__price {
    font-size: 22px;
  }
}

.c-product_info__single__price span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp sans-serif;
  font-size: 12px;
  margin-left: 2px;
}

@media screen and (max-width: 680px) {
  .c-product_info__single__price span {
    font-size: 12px;
  }
}

.c-product_info__single__price.is-sale {
  color: #a02308;
}

.c-product_info__single__price.is-sale s {
  font-size: 20px;
  margin-right: 10px;
  color: #2d2926;
}

@media screen and (max-width: 680px) {
  .c-product_info__single__price.is-sale s {
    font-size: 19px;
  }
}

.c-product_info__single__submit {
  margin-top: 20px;
}

.c-product_info__single__submit button,
.c-product_info__single__submit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 360px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  border: 1px solid #2d2926;
  margin: 0 auto;
}

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

  .c-product_info__single__submit button,
  .c-product_info__single__submit a {
    font-size: 16px;
  }
}

.c-product_info__single__submit button img,
.c-product_info__single__submit a img {
  width: 20px;
  margin-right: 10px;
}

.c-product_info__detail {
  margin-top: 30px;
}

.c-product_info__detail__wrap {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.c-product_info__detail__title {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  cursor: pointer;
}

@media screen and (max-width: 680px) {
  .c-product_info__detail__title {
    font-size: 16px;
  }
}

.c-product_info__detail__title:before,
.c-product_info__detail__title:after {
  content: "";
  width: 17px;
  height: 1px;
  position: absolute;
  right: 3px;
  top: 50%;
  background: #2d2926;
}

.c-product_info__detail__title:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-product_info__detail__title.is-open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-product_info__detail__content {
  display: none;
}

.c-product_info__detail__content__item {
  padding-bottom: 24px;
}

.c-product_info__detail__content__item:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 24px;
}

.c-product_info__detail__content__item h3 {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 6px;
}

@media screen and (max-width: 680px) {
  .c-product_info__detail__content__item h3 {
    font-size: 14px;
  }
}

.c-product_info__detail__content__item p {
  font-size: 14px;
  line-height: 2;
  color: #2d2926;
}

@media screen and (max-width: 680px) {
  .c-product_info__detail__content__item p {
    font-size: 14px;
  }
}

.c-product_info__detail__content__item p small {
  display: block;
  font-size: 10px;
  line-height: 1.8;
  color: #2d2926;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .c-product_info__detail__content__item p small {
    font-size: 10px;
  }
}

.c-product_info__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.c-product_info__share__label {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  margin-right: 30px;
}

@media screen and (max-width: 680px) {
  .c-product_info__share__label {
    font-size: 16px;
  }
}

.c-product_info__share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-product_info__share__list__item {
  width: 24px;
}

.c-product_info__share__list__item:not(:last-child) {
  margin-right: 16px;
}

.c-product_info__other {
  margin-top: 40px;
}

.c-product_info__other__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 24px;
  border: 1px solid #d7d7d7;
}

@media screen and (max-width: 680px) {
  .c-product_info__other__item {
    padding: 15px;
  }
}

.c-product_info__other__item__img {
  width: 132px;
}

@media screen and (max-width: 680px) {
  .c-product_info__other__item__img {
    width: 80px;
  }
}

.c-product_info__other__item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-left: 24px;
}

@media screen and (max-width: 680px) {
  .c-product_info__other__item__content {
    margin-left: 15px;
  }
}

.c-product_info__other__item__en {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 680px) {
  .c-product_info__other__item__en {
    font-size: 19px;
  }
}

.c-product_info__other__item__ja {
  width: 100%;
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  position: relative;
  padding-right: 31px;
  margin-top: 6px;
}

@media screen and (max-width: 680px) {
  .c-product_info__other__item__ja {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .c-product_info__other__item__ja {
    font-size: 13px;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .c-product_info__other__item__ja {
    font-size: 13px;
  }
}

.c-product_info__other__item__ja img {
  width: 21px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.c-form_table,
.c-form_table--confirm {
  table-layout: auto;
  margin: -10px 0;
}

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

  .c-form_table,
  .c-form_table--confirm {
    display: block;
    margin: 0;
  }
}

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

  .c-form_table>tbody,
  .c-form_table--confirm>tbody {
    display: block;
  }
}

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

  .c-form_table>tbody>tr,
  .c-form_table--confirm>tbody>tr {
    display: block;
  }

  .c-form_table>tbody>tr:not(:last-child),
  .c-form_table--confirm>tbody>tr:not(:last-child) {
    margin-bottom: 20px;
  }
}

.c-form_table>tbody>tr>th,
.c-form_table--confirm>tbody>tr>th {
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding: 20px 20px 10px 0;
}

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

  .c-form_table>tbody>tr>th,
  .c-form_table--confirm>tbody>tr>th {
    font-size: 14px;
  }
}

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

  .c-form_table>tbody>tr>th,
  .c-form_table--confirm>tbody>tr>th {
    display: block;
    padding: 0;
    margin-bottom: 6px;
  }
}

.c-form_table>tbody>tr>th.is-star,
.c-form_table--confirm>tbody>tr>th.is-star {
  padding-top: 16px;
}

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

  .c-form_table>tbody>tr>th.is-star,
  .c-form_table--confirm>tbody>tr>th.is-star {
    padding-top: 0;
  }
}

.c-form_table>tbody>tr>td,
.c-form_table--confirm>tbody>tr>td {
  width: 100%;
  vertical-align: top;
  position: relative;
  padding: 10px 0;
}

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

  .c-form_table>tbody>tr>td,
  .c-form_table--confirm>tbody>tr>td {
    display: block;
    padding: 0;
  }
}

.c-form_table>tbody>tr>td input[type=text],
.c-form_table--confirm>tbody>tr>td input[type=text],
.c-form_table>tbody>tr>td input[type=email],
.c-form_table--confirm>tbody>tr>td input[type=email],
.c-form_table>tbody>tr>td input[type=tel],
.c-form_table--confirm>tbody>tr>td input[type=tel],
.c-form_table>tbody>tr>td input[type=number],
.c-form_table--confirm>tbody>tr>td input[type=number],
.c-form_table>tbody>tr>td input[type=password],
.c-form_table--confirm>tbody>tr>td input[type=password] {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 100%;
}

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

  .c-form_table>tbody>tr>td input[type=text],
  .c-form_table--confirm>tbody>tr>td input[type=text],
  .c-form_table>tbody>tr>td input[type=email],
  .c-form_table--confirm>tbody>tr>td input[type=email],
  .c-form_table>tbody>tr>td input[type=tel],
  .c-form_table--confirm>tbody>tr>td input[type=tel],
  .c-form_table>tbody>tr>td input[type=number],
  .c-form_table--confirm>tbody>tr>td input[type=number],
  .c-form_table>tbody>tr>td input[type=password],
  .c-form_table--confirm>tbody>tr>td input[type=password] {
    font-size: 16px;
  }
}

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

  .c-form_table>tbody>tr>td input[type=text],
  .c-form_table--confirm>tbody>tr>td input[type=text],
  .c-form_table>tbody>tr>td input[type=email],
  .c-form_table--confirm>tbody>tr>td input[type=email],
  .c-form_table>tbody>tr>td input[type=tel],
  .c-form_table--confirm>tbody>tr>td input[type=tel],
  .c-form_table>tbody>tr>td input[type=number],
  .c-form_table--confirm>tbody>tr>td input[type=number],
  .c-form_table>tbody>tr>td input[type=password],
  .c-form_table--confirm>tbody>tr>td input[type=password] {
    padding: 0 15px;
  }
}

.c-form_table>tbody>tr>td input[type=text]::-webkit-input-placeholder,
.c-form_table--confirm>tbody>tr>td input[type=text]::-webkit-input-placeholder,
.c-form_table>tbody>tr>td input[type=email]::-webkit-input-placeholder,
.c-form_table--confirm>tbody>tr>td input[type=email]::-webkit-input-placeholder,
.c-form_table>tbody>tr>td input[type=tel]::-webkit-input-placeholder,
.c-form_table--confirm>tbody>tr>td input[type=tel]::-webkit-input-placeholder,
.c-form_table>tbody>tr>td input[type=number]::-webkit-input-placeholder,
.c-form_table--confirm>tbody>tr>td input[type=number]::-webkit-input-placeholder,
.c-form_table>tbody>tr>td input[type=password]::-webkit-input-placeholder,
.c-form_table--confirm>tbody>tr>td input[type=password]::-webkit-input-placeholder {
  opacity: 0.4;
}

.c-form_table>tbody>tr>td textarea,
.c-form_table--confirm>tbody>tr>td textarea {
  width: 100%;
  font-size: 16px;
  padding: 6px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}

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

  .c-form_table>tbody>tr>td textarea,
  .c-form_table--confirm>tbody>tr>td textarea {
    font-size: 16px;
  }
}

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

  .c-form_table>tbody>tr>td textarea,
  .c-form_table--confirm>tbody>tr>td textarea {
    padding: 6 15px;
  }
}

.c-form_table>tbody>tr>td textarea::-webkit-input-placeholder,
.c-form_table--confirm>tbody>tr>td textarea::-webkit-input-placeholder {
  opacity: 0.4;
}

.c-form_table__select {
  position: relative;
}

.c-form_table__select:after {
  content: "\e901";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  pointer-events: none;
}

.c-form_table__select>* {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0 40px 0 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}

@media screen and (max-width: 680px) {
  .c-form_table__select>* {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .c-form_table__select>* {
    padding: 0 40px 0 15px;
  }
}

.c-form_table__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.c-form_table__radio input {
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  margin-right: 6px;
}

.c-form_table__radio__frame {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 6px;
  top: calc(50% - 4px);
  border-radius: 50%;
  opacity: 0;
}

.c-form_table__radio__text {
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .c-form_table__radio__text {
    font-size: 14px;
  }
}

input:checked+.c-form_table__radio__frame {
  opacity: 1;
}

.c-form_table__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.c-form_table__checkbox input {
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  margin-right: 6px;
}

.c-form_table__checkbox__frame {
  width: 12px;
  height: 6px;
  position: absolute;
  left: 4px;
  top: calc(50% - 4px);
  border-left-width: 2px;
  border-left-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

.c-form_table__checkbox__text {
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .c-form_table__checkbox__text {
    font-size: 14px;
  }
}

input:checked+.c-form_table__checkbox__frame {
  opacity: 1;
}

.c-form_table__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-form_table__name input {
  max-width: calc((100% - 20px) / 2);
}

.c-form_table__name.is-single input {
  max-width: 100%;
}

.c-form_table__postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .c-form_table__postcode {
    font-size: 14px;
  }
}

.c-form_table__postcode input {
  max-width: 160px;
}

.c-form_table__postcode *:not(:last-child) {
  margin-right: 10px;
}

.c-form_table__postcode.is-single input {
  max-width: 320px;
}

.c-form_table__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: -5px;
}

@media screen and (max-width: 680px) {
  .c-form_table__tel {
    font-size: 14px;
  }
}

.c-form_table__tel input {
  max-width: 120px;
}

.c-form_table__tel>* {
  margin-bottom: 5px;
}

.c-form_table__tel>*:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 680px) {
  .c-form_table__tel>*:not(:last-child) {
    margin-right: 5px;
  }
}

.c-form_table__tel.is-single input {
  max-width: 100%;
}

.c-form_table__gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.c-form_table__gender>*:not(:last-child) {
  margin-right: 20px;
}

.c-form_table__newsletter {
  padding: 10px 0;
}

.c-form_table__vertical>*:not(:last-child) {
  margin-bottom: 10px;
}

.c-form_table__subscription .c-account_table {
  margin-top: 20px;
}

.c-form_table__notes {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .c-form_table__notes {
    font-size: 14px;
  }
}

.c-form_table__text {
  font-size: 14px;
  padding-top: 10px;
}

@media screen and (max-width: 680px) {
  .c-form_table__text {
    font-size: 14px;
  }
}

.c-form_table--confirm>tbody>tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media screen and (max-width: 680px) {
  .c-form_table--confirm>tbody>tr {
    padding-bottom: 10px;
  }
}

.c-form_table--confirm>tbody>tr>th {
  padding: 20px 20px 10px 10px;
}

@media screen and (max-width: 680px) {
  .c-form_table--confirm>tbody>tr>th {
    padding: 0;
  }
}

.c-form_table--confirm>tbody>tr>td {
  font-size: 14px;
  padding: 20px 10px 10px 0;
}

@media screen and (max-width: 680px) {
  .c-form_table--confirm>tbody>tr>td {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .c-form_table--confirm>tbody>tr>td {
    padding: 0;
  }
}

.c-form_table .formError,
.c-form_table--confirm .formError {
  width: auto !important;
  height: auto !important;
  background: #E21E1E;
  color: #FFFFFF;
  font-size: 12px;
  padding: 4px 10px;
  margin: 0 !important;
  top: -6px !important;
  left: auto !important;
  right: -10px !important;
  z-index: 1;
  opacity: 1 !important;
}

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

  .c-form_table .formError,
  .c-form_table--confirm .formError {
    font-size: 12px;
  }
}

.c-form_table .formError>*,
.c-form_table--confirm .formError>* {
  margin: 0 !important;
}

.c-form_table__select .formError {
  top: -16px !important;
}

.c-review_star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-review_star__item {
  position: relative;
}

.c-review_star__item__icon {
  font-size: 30px;
  color: #F1CB6B;
}

.c-review_star__item__input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.c-review_star[data-score="1"] .c-review_star__item:nth-child(1)>i:before {
  content: "\e91a";
}

.c-review_star[data-score="2"] .c-review_star__item:nth-child(-n+2)>i:before {
  content: "\e91a";
}

.c-review_star[data-score="3"] .c-review_star__item:nth-child(-n+3)>i:before {
  content: "\e91a";
}

.c-review_star[data-score="4"] .c-review_star__item:nth-child(-n+4)>i:before {
  content: "\e91a";
}

.c-review_star[data-score="5"] .c-review_star__item:nth-child(-n+5)>i:before {
  content: "\e91a";
}

.c-category_item__img {
  padding-top: 66.6666666667%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-category_item__title {
  font-size: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .c-category_item__title {
    font-size: 19px;
  }
}

.c-category_item__desc {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .c-category_item__desc {
    font-size: 14px;
  }
}

.c-category_item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .c-category_item__btn {
    font-size: 14px;
  }
}

.c-category_item__btn:hover {
  opacity: 0.4;
}

.c-category_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 380px;
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 680px) {
  .c-category_header {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-category_header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.c-category_header__inner {
  text-align: center;
  position: relative;
}

.c-category_header__inner__title {
  font-size: 24px;
}

@media screen and (max-width: 680px) {
  .c-category_header__inner__title {
    font-size: 22px;
  }
}

.c-category_header__inner__lead {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .c-category_header__inner__lead {
    font-size: 14px;
  }
}

.c-table {
  table-layout: auto;
}

@media screen and (max-width: 680px) {
  .c-table {
    display: block;
  }
}

@media screen and (max-width: 680px) {
  .c-table tbody {
    display: block;
  }
}

.c-table tbody tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media screen and (max-width: 680px) {
  .c-table tbody tr {
    display: block;
    padding: 15px;
  }
}

.c-table tbody tr:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}

.c-table tbody tr th {
  font-size: 14px;
  text-align: left;
  padding: 16px 10px;
}

@media screen and (max-width: 680px) {
  .c-table tbody tr th {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .c-table tbody tr th {
    display: block;
    padding: 0;
    margin-bottom: 4px;
  }
}

.c-table tbody tr td {
  font-size: 14px;
  padding: 16px 10px;
}

@media screen and (max-width: 680px) {
  .c-table tbody tr td {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .c-table tbody tr td {
    display: block;
    padding: 0;
  }
}

.c-article_nav {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .c-article_nav {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-article_nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .c-article_nav__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 680px) {
  .c-article_nav__inner__prev {
    margin-right: 15px;
  }
}

.c-article_nav__inner__prev,
.c-article_nav__inner__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

  .c-article_nav__inner__prev,
  .c-article_nav__inner__next {
    font-size: 14px;
  }
}

.c-article_nav__inner__prev:hover,
.c-article_nav__inner__next:hover {
  opacity: 0.4;
}

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

  .c-article_nav__inner__prev,
  .c-article_nav__inner__next {
    width: calc((100% - 15px) / 2);
  }
}

.c-article_nav__inner__prev.is-inactive,
.c-article_nav__inner__next.is-inactive {
  opacity: 0;
  pointer-events: none;
}

.c-article_nav__inner__back {
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (max-width: 680px) {
  .c-article_nav__inner__back {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .c-article_nav__inner__back {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 40px;
  }
}

.c-cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media screen and (max-width: 680px) {
  .c-cart_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-cart_item:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}

.c-cart_item__img {
  width: 120px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-cart_item__img:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .c-cart_item__img {
    width: 80px;
  }
}

.c-cart_item__img__inner {
  padding-top: 133.3333333333%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-cart_item__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

@media screen and (max-width: 680px) {
  .c-cart_item__info {
    padding-left: 15px;
  }
}

.c-cart_item__info__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.c-cart_item__info__status__payment {
  font-size: 14px;
  margin-right: 20px;
}

@media screen and (max-width: 680px) {
  .c-cart_item__info__status__payment {
    font-size: 14px;
  }
}

.c-cart_item__info__status__shipping {
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .c-cart_item__info__status__shipping {
    font-size: 14px;
  }
}

.c-cart_item__info__category {
  font-size: 12px;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .c-cart_item__info__category {
    font-size: 12px;
  }
}

@media screen and (max-width: 680px) {
  .c-cart_item__info__category {
    margin-bottom: 4px;
  }
}

.c-cart_item__info__title {
  font-size: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .c-cart_item__info__title {
    font-size: 18px;
  }
}

.c-cart_item__info__title:hover {
  opacity: 0.4;
}

.c-cart_item__info__variant {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .c-cart_item__info__variant {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .c-cart_item__info__variant {
    margin-top: 4px;
  }
}

.c-cart_item__info__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .c-cart_item__info__quantity {
    margin-top: 10px;
  }
}

.c-cart_item__info__quantity__submit {
  width: 60px;
  color: #ffffff;
  background: #2d2926;
  border-radius: 2px;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-cart_item__info__quantity__submit:hover {
  opacity: 0.4;
}

.c-cart_item__info__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.c-cart_item__info__total__quantity {
  font-size: 14px;
  margin-right: 20px;
}

@media screen and (max-width: 680px) {
  .c-cart_item__info__total__quantity {
    font-size: 14px;
  }
}

.c-cart_item__info__total__price {
  font-size: 18px;
}

@media screen and (max-width: 680px) {
  .c-cart_item__info__total__price {
    font-size: 18px;
  }
}

.c-cart_item__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 20px;
}

@media screen and (max-width: 680px) {
  .c-cart_item__action {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding-left: 95px;
    margin-top: 20px;
  }
}

.c-cart_item__action__delete {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 680px) {
  .c-cart_item__action__delete {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

.c-cart_item__action__delete__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-cart_item__action__delete__btn:hover {
  opacity: 0.4;
}

.c-cart_item__action__delete__btn i {
  font-size: 24px;
}

.c-cart_item__action__delete__btn span {
  font-size: 14px;
  text-decoration: underline;
  color: #2d2926;
}

@media screen and (max-width: 680px) {
  .c-cart_item__action__delete__btn span {
    font-size: 14px;
  }
}

.c-cart_item__action__price {
  font-size: 18px;
}

@media screen and (max-width: 680px) {
  .c-cart_item__action__price {
    font-size: 18px;
  }
}

.c-billing_list {
  padding: 20px;
}

.c-billing_list__title {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media screen and (max-width: 680px) {
  .c-billing_list__title {
    font-size: 18px;
  }
}

.c-billing_list__detail {
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-top: 20px;
}

.c-billing_list__detail__item:not(:last-child) {
  margin-bottom: 16px;
}

.c-billing_list__detail__item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-billing_list__detail__item__row__title {
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .c-billing_list__detail__item__row__title {
    font-size: 14px;
  }
}

.c-billing_list__detail__item__row__price {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .c-billing_list__detail__item__row__price {
    font-size: 16px;
  }
}

.c-billing_list__detail__item__tax {
  padding-left: 10px;
  margin-top: 16px;
}

.c-billing_list__detail__item__tax__rate {
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .c-billing_list__detail__item__tax__rate {
    font-size: 14px;
  }
}

.c-billing_list__detail__item__tax__list {
  margin-top: 8px;
}

.c-billing_list__detail__item__tax__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-billing_list__detail__item__tax__list__item:not(:last-child) {
  margin-bottom: 4px;
}

.c-billing_list__detail__item__tax__list__item__title {
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .c-billing_list__detail__item__tax__list__item__title {
    font-size: 14px;
  }
}

.c-billing_list__detail__item__tax__list__item__price {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .c-billing_list__detail__item__tax__list__item__price {
    font-size: 16px;
  }
}

.c-billing_list__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.c-billing_list__total__title {
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .c-billing_list__total__title {
    font-size: 14px;
  }
}

.c-billing_list__total__price {
  font-size: 24px;
}

@media screen and (max-width: 680px) {
  .c-billing_list__total__price {
    font-size: 22px;
  }
}

.c-cart_submit__block:not(:last-child) {
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 20px;
}

.c-cart_submit__block__title {
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .c-cart_submit__block__title {
    font-size: 18px;
  }
}

.c-cart_submit__block__input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 8px;
}

@media screen and (max-width: 680px) {
  .c-cart_submit__block__input {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .c-cart_submit__block__input {
    padding: 0 15px;
  }
}

.c-cart_submit__block__input::-webkit-input-placeholder {
  opacity: 0.4;
}

.c-cart_submit__block__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .c-cart_submit__block__submit {
    font-size: 16px;
  }
}

.c-cart_submit__block__submit:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .c-cart_submit__block__submit {
    max-width: 280px;
    height: 50px;
  }
}

.c-cart_submit__block__link {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  color: #2d2926;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .c-cart_submit__block__link {
    font-size: 14px;
  }
}

.c-cart_submit__block .c-form_table,
.c-cart_submit__block .c-form_table--confirm {
  margin: -5px 0;
}

.c-cart_submit__block .c-form_table>tbody>tr>td,
.c-cart_submit__block .c-form_table--confirm>tbody>tr>td {
  padding: 5px 0;
}

.c-cart_list__title {
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .c-cart_list__title {
    font-size: 18px;
  }
}

.c-cart_list__list {
  border-top-width: 1px;
  border-top-style: solid;
}

.c-cart_list__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.c-cart_list__list__item__img {
  width: 54px;
}

.c-cart_list__list__item__img__inner {
  padding-top: 133.3333333333%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-cart_list__list__item__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

.c-cart_list__list__item__info__category {
  font-size: 12px;
  margin-bottom: 4px;
}

@media screen and (max-width: 680px) {
  .c-cart_list__list__item__info__category {
    font-size: 12px;
  }
}

.c-cart_list__list__item__info__title {
  font-size: 14px;
  margin-bottom: 4px;
}

@media screen and (max-width: 680px) {
  .c-cart_list__list__item__info__title {
    font-size: 14px;
  }
}

.c-cart_list__list__item__info__variant {
  font-size: 12px;
  margin-bottom: 8px;
}

@media screen and (max-width: 680px) {
  .c-cart_list__list__item__info__variant {
    font-size: 12px;
  }
}

.c-cart_list__list__item__info__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-cart_list__list__item__info__total__quantity {
  font-size: 14px;
  margin-right: 10px;
}

@media screen and (max-width: 680px) {
  .c-cart_list__list__item__info__total__quantity {
    font-size: 14px;
  }
}

.c-cart_list__list__item__info__total__price {
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .c-cart_list__list__item__info__total__price {
    font-size: 14px;
  }
}

.c-account_menu {
  padding-right: 20px;
}

@media screen and (max-width: 680px) {
  .c-account_menu {
    padding-right: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0 -15px;
  }
}

.c-account_menu__btn {
  display: none;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 10px 45px 10px 15px;
}

@media screen and (max-width: 680px) {
  .c-account_menu__btn {
    display: block;
  }
}

.c-account_menu__btn span {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .c-account_menu__btn span {
    font-size: 16px;
  }
}

.c-account_menu__btn i {
  font-size: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-account_menu__btn i.u-icon--minus {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.c-account_menu__btn.is-open .u-icon--plus {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.c-account_menu__btn.is-open .u-icon--minus {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 680px) {
  .c-account_menu__container {
    display: none;
  }
}

.c-account_menu__container__block {
  padding: 20px 0;
}

@media screen and (max-width: 680px) {
  .c-account_menu__container__block {
    padding: 15px;
  }
}

.c-account_menu__container__block:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.c-account_menu__container__block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-account_menu__container__block__top:hover {
  opacity: 0.4;
}

.c-account_menu__container__block__top i {
  font-size: 24px;
  margin-right: 8px;
}

@media screen and (max-width: 680px) {
  .c-account_menu__container__block__top i {
    font-size: 20px;
  }
}

.c-account_menu__container__block__top span {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .c-account_menu__container__block__top span {
    font-size: 16px;
  }
}

.c-account_menu__container__block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.c-account_menu__container__block__title i {
  font-size: 24px;
  margin-right: 8px;
}

@media screen and (max-width: 680px) {
  .c-account_menu__container__block__title i {
    font-size: 20px;
  }
}

.c-account_menu__container__block__title span {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .c-account_menu__container__block__title span {
    font-size: 16px;
  }
}

.c-account_menu__container__block__list__item:not(:last-child) {
  margin-bottom: 10px;
}

.c-account_menu__container__block__list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-account_menu__container__block__list__item__inner:hover {
  opacity: 0.4;
}

.c-account_menu__container__block__list__item__inner i {
  font-size: 24px;
}

@media screen and (max-width: 680px) {
  .c-account_menu__container__block__list__item__inner i {
    font-size: 20px;
  }
}

.c-account_menu__container__block__list__item__inner span {
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .c-account_menu__container__block__list__item__inner span {
    font-size: 14px;
  }
}

.c-account_menu__container__block__logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

@media screen and (max-width: 680px) {
  .c-account_menu__container__block__logout {
    font-size: 14px;
  }
}

.c-account_menu__container__block__logout:hover {
  opacity: 0.4;
}

.c-account_menu__container__block__logout i {
  font-size: 20px;
  position: absolute;
  left: 16px;
  top: calc(50% - 10px);
}

.c-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-breadcrumbs__item {
  position: relative;
}

.c-breadcrumbs__item:not(:last-child) {
  margin-right: 28px;
}

.c-breadcrumbs__item:not(:last-child):after {
  content: "\e901";
  font-size: 20px;
  position: absolute;
  right: -24px;
  top: calc(50% - 8px);
}

.c-breadcrumbs__item__inner {
  font-size: 12px;
}

@media screen and (max-width: 680px) {
  .c-breadcrumbs__item__inner {
    font-size: 12px;
  }
}

.c-breadcrumbs__item a {
  text-decoration: underline;
  color: #2d2926;
}

.c-account_table {
  table-layout: auto;
  border-width: 1px;
  border-style: solid;
}

@media screen and (max-width: 680px) {
  .c-account_table {
    display: block;
  }
}

@media screen and (max-width: 680px) {
  .c-account_table>tbody {
    display: block;
  }
}

.c-account_table>tbody>tr {
  border-width: 1px;
  border-style: solid;
}

@media screen and (max-width: 680px) {
  .c-account_table>tbody>tr {
    display: block;
    border-top: none;
    border-left: none;
    border-right: none;
  }

  .c-account_table>tbody>tr:first-child {
    display: none;
  }

  .c-account_table>tbody>tr:last-child {
    border-bottom: none;
  }
}

.c-account_table>tbody>tr>th {
  font-size: 14px;
  text-align: left;
  padding: 10px 7px;
}

@media screen and (max-width: 680px) {
  .c-account_table>tbody>tr>th {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .c-account_table>tbody>tr>th {
    display: block;
  }
}

.c-account_table>tbody>tr>th:first-child {
  padding-left: 20px;
}

.c-account_table>tbody>tr>th:last-child {
  padding-right: 20px;
}

.c-account_table>tbody>tr>td {
  font-size: 14px;
  padding: 10px 7px;
}

@media screen and (max-width: 680px) {
  .c-account_table>tbody>tr>td {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .c-account_table>tbody>tr>td {
    display: block;
    padding: 6px 15px;
  }

  .c-account_table>tbody>tr>td:before {
    content: attr(data-title);
  }

  .c-account_table>tbody>tr>td br {
    display: none;
  }
}

.c-account_table>tbody>tr>td:first-child {
  padding-left: 20px;
}

@media screen and (max-width: 680px) {
  .c-account_table>tbody>tr>td:first-child {
    padding-top: 15px;
    padding-left: 15px;
  }
}

.c-account_table>tbody>tr>td:last-child {
  padding-right: 20px;
}

@media screen and (max-width: 680px) {
  .c-account_table>tbody>tr>td:last-child {
    padding-bottom: 15px;
    padding-right: 15px;
  }
}

.c-account_table__edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-account_table__edit:hover {
  opacity: 0.4;
}

.c-account_table__edit i {
  font-size: 24px;
}

.c-account_table__edit span {
  display: none;
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (max-width: 680px) {
  .c-account_table__edit span {
    font-size: 14px;
  }
}

.c-account_table__delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-account_table__delete:hover {
  opacity: 0.4;
}

.c-account_table__delete i {
  font-size: 24px;
}

.c-account_table__delete span {
  display: none;
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .c-account_table__delete span {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .c-account_table__delete span {
    display: block;
  }
}

.c-account_table__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-account_table__product__img {
  width: 50px;
}

.c-account_table__product__img__inner {
  padding-top: 133.3333333333%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-account_table__product__info {
  padding-left: 10px;
}

.c-account_table__product__info__price {
  font-size: 12px;
}

@media screen and (max-width: 680px) {
  .c-account_table__product__info__price {
    font-size: 12px;
  }
}

.c-account_table__product__info__quantity {
  font-size: 12px;
}

@media screen and (max-width: 680px) {
  .c-account_table__product__info__quantity {
    font-size: 12px;
  }
}

.c-section_title {
  text-align: center;
}

.c-section_title span {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 40px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  position: relative;
}

@media screen and (max-width: 680px) {
  .c-section_title span {
    font-size: 24px;
  }
}

.c-section_title span:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #2d2926;
}

@media screen and (max-width: 680px) {
  .c-section_title span:after {
    height: 1px;
  }
}

.c-page_title {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 50px;
  text-align: center;
  color: #2d2926;
  position: relative;
  padding-bottom: 22px;
}

@media screen and (max-width: 680px) {
  .c-page_title {
    font-size: 32px;
  }
}

.c-page_title:after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  background: #2d2926;
}

.c-page_lead {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .c-page_lead {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-page_lead p {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .c-page_lead p {
    font-size: 22px;
  }
}

.p-kv_slider {
  position: relative;
}

.p-kv_slider .splide__arrows:not(.p-kv_slider__nav) {
  display: none;
}

@media screen and (max-width: 680px) {
  .p-kv_slider__track__list__item .is-pc {
    display: none;
  }
}

.p-kv_slider__track__list__item .is-sp {
  display: none;
}

@media screen and (max-width: 680px) {
  .p-kv_slider__track__list__item .is-sp {
    display: block;
  }
}

.p-kv_slider__track__list__item.is-active .p-kv_slider__track__list__item__inner {
  -webkit-transform: none;
  transform: none;
}

.p-kv_slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
  width: calc(100% - 80px);
  position: absolute;
  left: 50%;
  bottom: 0;
  padding-bottom: 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 680px) {
  .p-kv_slider__nav {
    padding-bottom: 15px;
  }
}

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

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

.p-kv_slider__nav__pagination__dot:not(:first-child) {
  margin-left: 16px;
}

.p-kv_slider__nav__pagination__dot button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-kv_slider__nav__pagination__dot button {
    width: 6px;
    height: 6px;
  }
}

.p-kv_slider__nav__pagination__dot.is-current button {
  opacity: 1;
}

.p-kv_slider__scroll {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  left: 40px;
  bottom: 0;
  padding-right: 220px;
  -webkit-transform: rotate(90deg) translateX(-100%);
  transform: rotate(90deg) translateX(-100%);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@media screen and (max-width: 680px) {
  .p-kv_slider__scroll {
    display: none;
  }
}

.p-kv_slider__scroll:before {
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.p-kv_slider__scroll:after {
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #ffffff;
  -webkit-animation: telescopic 2s infinite;
  animation: telescopic 2s infinite;
}

@-webkit-keyframes telescopic {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  45% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  55% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

@keyframes telescopic {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  45% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  55% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

.p-new_product {
  padding: 0 100px;
}

@media screen and (max-width: 680px) {
  .p-new_product {
    padding: 0 20px;
  }
}

.p-new_product__title {
  text-align: center;
  margin-bottom: 40px;
}

.p-new_product__title__en {
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .p-new_product__title__en {
    font-size: 22px;
  }
}

.p-new_product__title__jp {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .p-new_product__title__jp {
    font-size: 16px;
  }
}

.p-new_product__slider__track__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 680px) {
  .p-new_product__slider__track__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-new_product__slider__track__list__item {
  width: calc((100% - 180px) / 4);
}

@media screen and (max-width: 680px) {
  .p-new_product__slider__track__list__item {
    width: calc((100% - 15px) / 2);
  }

  .p-new_product__slider__track__list__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.p-new_product__more {
  margin-top: 40px;
}

.p-new_product__more__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-new_product__more__btn {
    font-size: 16px;
  }
}

.p-new_product__more__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-new_product__more__btn {
    max-width: 280px;
    height: 50px;
  }
}

.p-new_product .medium-up--one-1 {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 679px) {
  .p-new_product .medium-up--one-1 .c-product_item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-new_product .medium-up--one-1 .c-product_item__inner__eyecatch {
    width: calc((100% - 40px) / 2);
  }

  .p-new_product .medium-up--one-1 .c-product_item__inner__content {
    width: calc((100% - 40px) / 2);
  }

  .p-new_product .medium-up--one-1 .c-product_item__inner__title {
    font-size: 24px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-new_product .medium-up--one-1 .c-product_item__inner__title {
    font-size: 22px;
  }
}

@media screen and (min-width: 679px) {
  .p-new_product .medium-up--one-1 .c-product_item__inner__category {
    font-size: 16px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-new_product .medium-up--one-1 .c-product_item__inner__category {
    font-size: 16px;
  }
}

@media screen and (min-width: 679px) {
  .p-new_product .medium-up--one-1 .c-product_item__inner__price {
    font-size: 24px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-new_product .medium-up--one-1 .c-product_item__inner__price {
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .p-new_product .medium-up--one-1 {
    width: 100%;
  }
}

@media screen and (min-width: 679px) {
  .p-new_product .medium-up--one-2 {
    width: calc((100% - 60px) / 2);
  }

  .p-new_product .medium-up--one-2 .c-product_item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-new_product .medium-up--one-2 .c-product_item__inner__eyecatch {
    width: calc((100% - 30px) / 2);
  }

  .p-new_product .medium-up--one-2 .c-product_item__inner__content {
    width: calc((100% - 30px) / 2);
  }

  .p-new_product .medium-up--one-2 .c-product_item__inner__title {
    font-size: 24px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-new_product .medium-up--one-2 .c-product_item__inner__title {
    font-size: 22px;
  }
}

@media screen and (min-width: 679px) {
  .p-new_product .medium-up--one-2 .c-product_item__inner__category {
    font-size: 16px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-new_product .medium-up--one-2 .c-product_item__inner__category {
    font-size: 16px;
  }
}

@media screen and (min-width: 679px) {
  .p-new_product .medium-up--one-2 .c-product_item__inner__price {
    font-size: 24px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-new_product .medium-up--one-2 .c-product_item__inner__price {
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .p-new_product .medium-up--one-2 {
    width: 100%;
  }

  .p-new_product .medium-up--one-2:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) {
  .p-new_product .medium-up--one-3 {
    width: calc((100% - 120px) / 3);
  }

  .p-new_product .medium-up--one-3 .c-product_item__inner__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-new_product .medium-up--one-3 .c-product_item__inner__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 679px) {
  .p-new_product .medium-up--one-3 .c-product_item__inner__category {
    font-size: 14px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-new_product .medium-up--one-3 .c-product_item__inner__category {
    font-size: 14px;
  }
}

@media screen and (min-width: 679px) {
  .p-new_product .medium-up--one-3 .c-product_item__inner__price {
    font-size: 18px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-new_product .medium-up--one-3 .c-product_item__inner__price {
    font-size: 18px;
  }
}

@media screen and (max-width: 680px) {
  .p-new_product .medium-up--one-3 {
    width: 100%;
  }

  .p-new_product .medium-up--one-3:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) {
  .p-new_product .medium-up--one-5 {
    width: calc((100% - 80px) / 5);
  }
}

@media screen and (max-width: 680px) {
  .p-new_product .medium-up--one-5 {
    width: calc((100% - 15px) / 2);
  }

  .p-new_product .medium-up--one-5:nth-child(n+3) {
    margin-top: 20px;
  }
}

.p-category_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-category_panel__block,
.p-category_panel__block--10,
.p-category_panel__block--8,
.p-category_panel__block--7,
.p-category_panel__block--5,
.p-category_panel__block--3,
.p-category_panel__block--6,
.p-category_panel__block--9,
.p-category_panel__block--2,
.p-category_panel__block--4 {
  height: 500px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

  .p-category_panel__block,
  .p-category_panel__block--10,
  .p-category_panel__block--8,
  .p-category_panel__block--7,
  .p-category_panel__block--5,
  .p-category_panel__block--3,
  .p-category_panel__block--6,
  .p-category_panel__block--9,
  .p-category_panel__block--2,
  .p-category_panel__block--4 {
    height: 0;
    padding-top: 60%;
  }
}

.p-category_panel__block:before,
.p-category_panel__block--10:before,
.p-category_panel__block--8:before,
.p-category_panel__block--7:before,
.p-category_panel__block--5:before,
.p-category_panel__block--3:before,
.p-category_panel__block--6:before,
.p-category_panel__block--9:before,
.p-category_panel__block--2:before,
.p-category_panel__block--4:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}

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

  .p-category_panel__block:before,
  .p-category_panel__block--10:before,
  .p-category_panel__block--8:before,
  .p-category_panel__block--7:before,
  .p-category_panel__block--5:before,
  .p-category_panel__block--3:before,
  .p-category_panel__block--6:before,
  .p-category_panel__block--9:before,
  .p-category_panel__block--2:before,
  .p-category_panel__block--4:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
  }
}

.p-category_panel__block--2,
.p-category_panel__block--4 {
  width: 50%;
}

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

  .p-category_panel__block--2,
  .p-category_panel__block--4 {
    width: 100%;
  }
}

.p-category_panel__block--3,
.p-category_panel__block--6,
.p-category_panel__block--9 {
  width: 33.3333333333%;
}

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

  .p-category_panel__block--3,
  .p-category_panel__block--6,
  .p-category_panel__block--9 {
    width: 100%;
  }
}

.p-category_panel__block--5 {
  width: 50%;
}

@media screen and (max-width: 680px) {
  .p-category_panel__block--5 {
    width: 100%;
  }
}

.p-category_panel__block--5:nth-child(n+3) {
  width: 33.3333333333%;
}

@media screen and (max-width: 680px) {
  .p-category_panel__block--5:nth-child(n+3) {
    width: 100%;
  }
}

.p-category_panel__block--7 {
  width: 50%;
}

@media screen and (max-width: 680px) {
  .p-category_panel__block--7 {
    width: 100%;
  }
}

.p-category_panel__block--7:nth-child(3),
.p-category_panel__block--7:nth-child(4),
.p-category_panel__block--7:nth-child(5) {
  width: 33.3333333333%;
}

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

  .p-category_panel__block--7:nth-child(3),
  .p-category_panel__block--7:nth-child(4),
  .p-category_panel__block--7:nth-child(5) {
    width: 100%;
  }
}

.p-category_panel__block--8 {
  width: 33.3333333333%;
}

@media screen and (max-width: 680px) {
  .p-category_panel__block--8 {
    width: 100%;
  }
}

.p-category_panel__block--8:nth-child(4),
.p-category_panel__block--8:nth-child(5) {
  width: 50%;
}

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

  .p-category_panel__block--8:nth-child(4),
  .p-category_panel__block--8:nth-child(5) {
    width: 100%;
  }
}

.p-category_panel__block--10 {
  width: 33.3333333333%;
}

@media screen and (max-width: 680px) {
  .p-category_panel__block--10 {
    width: 100%;
  }
}

.p-category_panel__block--10:nth-child(1),
.p-category_panel__block--10:nth-child(2),
.p-category_panel__block--10:nth-child(6),
.p-category_panel__block--10:nth-child(7) {
  width: 50%;
}

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

  .p-category_panel__block--10:nth-child(1),
  .p-category_panel__block--10:nth-child(2),
  .p-category_panel__block--10:nth-child(6),
  .p-category_panel__block--10:nth-child(7) {
    width: 100%;
  }
}

.p-category_panel__block__info {
  width: calc(100% - 100px);
  position: absolute;
  left: 50px;
  bottom: 40px;
}

@media screen and (max-width: 680px) {
  .p-category_panel__block__info {
    width: calc(100% - 60px);
    left: 30px;
    bottom: 30px;
  }
}

.p-category_panel__block__info__title {
  font-size: 20px;
}

@media screen and (max-width: 680px) {
  .p-category_panel__block__info__title {
    font-size: 19px;
  }
}

.p-category_panel__block__info__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-category_panel__block__info__btn {
    font-size: 16px;
  }
}

.p-category_panel__block__info__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-category_panel__block__info__btn {
    max-width: 180px;
    height: 40px;
  }
}

.p-pickup_product {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-pickup_product {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-pickup_product__header {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.p-pickup_product__header__title {
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-pickup_product__header__title {
    font-size: 24px;
  }
}

.p-pickup_product__header__lead {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-pickup_product__header__lead {
    font-size: 14px;
  }
}

.p-pickup_product__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.p-pickup_product__inner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.p-pickup_product__inner__container__img {
  width: calc(40% - 30px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 680px) {
  .p-pickup_product__inner__container__img {
    display: none;
  }
}

.p-pickup_product__inner__container__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(60% - 30px);
}

@media screen and (max-width: 680px) {
  .p-pickup_product__inner__container__list {
    width: 100%;
  }
}

.p-pickup_product__inner__container__list__item {
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 680px) {
  .p-pickup_product__inner__container__list__item {
    width: calc((100% - 15px) / 2);
  }
}

.p-pickup_product__inner__container__list__item:not(:nth-child(3n)) {
  margin-right: 30px;
}

@media screen and (max-width: 680px) {
  .p-pickup_product__inner__container__list__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.p-pickup_product__inner__container__list__item:nth-child(n+4) {
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-pickup_product__inner__container__list__item:nth-child(n+4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 680px) {
  .p-pickup_product__inner__container__list__item:nth-child(odd) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 680px) {
  .p-pickup_product__inner__container__list__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.p-review {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 680px) {
  .p-review {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-review__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.p-review__inner__copy {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 680px) {
  .p-review__inner__copy {
    font-size: 24px;
  }
}

.p-review__inner__entry {
  text-align: center;
  margin-bottom: 40px;
}

.p-review__inner__entry__btn {
  font-size: 14px;
  text-decoration: underline;
  color: #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-review__inner__entry__btn {
    font-size: 14px;
  }
}

.p-review__inner__entry__btn:hover {
  opacity: 0.4;
}

.p-review__inner__entry__content {
  display: none;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-review__inner__entry__content {
    padding: 40px 20px;
  }
}

.p-review__inner__entry__content__title {
  font-size: 24px;
}

@media screen and (max-width: 680px) {
  .p-review__inner__entry__content__title {
    font-size: 22px;
  }
}

.p-review__inner__entry__content__notes {
  font-size: 14px;
  margin: 10px 0 30px;
}

@media screen and (max-width: 680px) {
  .p-review__inner__entry__content__notes {
    font-size: 14px;
  }
}

.p-review__inner__entry__content__form {
  text-align: center;
}

.p-review__inner__entry__content__form__cancel {
  font-size: 14px;
  text-decoration: underline;
  color: #2d2926;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-review__inner__entry__content__form__cancel {
    font-size: 14px;
  }
}

.p-review__inner__entry__content__form__cancel:hover {
  opacity: 0.4;
}

.p-review__inner__entry__content__form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 20px auto 0;
}

@media screen and (max-width: 680px) {
  .p-review__inner__entry__content__form__submit {
    font-size: 16px;
  }
}

.p-review__inner__entry__content__form__submit:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-review__inner__entry__content__form__submit {
    max-width: 280px;
    height: 50px;
  }
}

.p-review__inner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-review__inner__list {
    display: block;
  }
}

@media screen and (min-width: 679px) {
  .p-review__inner__list__item {
    width: calc((100% - 120px) / 4);
  }

  .p-review__inner__list__item:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }

  .p-review__inner__list__item:nth-child(n+5) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-review__inner__list__item {
    width: 100%;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .p-review__inner__list__item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-review__inner__list .medium-up--one-1 {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-review__inner__list .medium-up--one-1:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 679px) {
  .p-review__inner__list .medium-up--one-2 {
    width: calc((100% - 40px) / 2);
  }

  .p-review__inner__list .medium-up--one-2:not(:nth-child(2n+1)) {
    margin-left: 40px;
  }

  .p-review__inner__list .medium-up--one-2:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-review__inner__list .medium-up--one-2 {
    width: 100%;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .p-review__inner__list .medium-up--one-2:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) {
  .p-review__inner__list .medium-up--one-3 {
    width: calc((100% - 80px) / 3);
  }

  .p-review__inner__list .medium-up--one-3:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }

  .p-review__inner__list .medium-up--one-3:nth-child(n+4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-review__inner__list .medium-up--one-3 {
    width: 100%;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .p-review__inner__list .medium-up--one-3:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) {
  .p-review__inner__list .medium-up--one-4 {
    width: calc((100% - 120px) / 4);
  }

  .p-review__inner__list .medium-up--one-4:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }

  .p-review__inner__list .medium-up--one-4:nth-child(n+5) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-review__inner__list .medium-up--one-4 {
    width: 100%;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .p-review__inner__list .medium-up--one-4:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) {
  .p-review__inner__list .medium-up--one-5 {
    width: calc((100% - 80px) / 5);
  }

  .p-review__inner__list .medium-up--one-5:not(:nth-child(5n+1)) {
    margin-left: 20px;
  }

  .p-review__inner__list .medium-up--one-5:nth-child(n+6) {
    margin-top: 20px;
  }

  .p-review__inner__list .medium-up--one-5 .c-review_item {
    padding: 20px;
  }
}

@media screen and (max-width: 680px) {
  .p-review__inner__list .medium-up--one-5 {
    width: 100%;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .p-review__inner__list .medium-up--one-5:not(:first-child) {
    margin-top: 20px;
  }
}

.p-review__inner__all {
  margin-top: 40px;
}

.p-review__inner__all__list {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (min-width: 679px) {
  .p-review__inner__all__list__item {
    width: calc((100% - 120px) / 4);
  }

  .p-review__inner__all__list__item:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }

  .p-review__inner__all__list__item:nth-child(n+5) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-review__inner__all__list__item {
    width: 100%;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .p-review__inner__all__list__item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-review__inner__all__list .medium-up--one-1 {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-review__inner__all__list .medium-up--one-1:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 679px) {
  .p-review__inner__all__list .medium-up--one-2 {
    width: calc((100% - 40px) / 2);
  }

  .p-review__inner__all__list .medium-up--one-2:not(:nth-child(2n+1)) {
    margin-left: 40px;
  }

  .p-review__inner__all__list .medium-up--one-2:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-review__inner__all__list .medium-up--one-2 {
    width: 100%;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .p-review__inner__all__list .medium-up--one-2:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) {
  .p-review__inner__all__list .medium-up--one-3 {
    width: calc((100% - 80px) / 3);
  }

  .p-review__inner__all__list .medium-up--one-3:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }

  .p-review__inner__all__list .medium-up--one-3:nth-child(n+4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-review__inner__all__list .medium-up--one-3 {
    width: 100%;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .p-review__inner__all__list .medium-up--one-3:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) {
  .p-review__inner__all__list .medium-up--one-4 {
    width: calc((100% - 120px) / 4);
  }

  .p-review__inner__all__list .medium-up--one-4:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }

  .p-review__inner__all__list .medium-up--one-4:nth-child(n+5) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-review__inner__all__list .medium-up--one-4 {
    width: 100%;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .p-review__inner__all__list .medium-up--one-4:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) {
  .p-review__inner__all__list .medium-up--one-5 {
    width: calc((100% - 80px) / 5);
  }

  .p-review__inner__all__list .medium-up--one-5:not(:nth-child(5n+1)) {
    margin-left: 20px;
  }

  .p-review__inner__all__list .medium-up--one-5:nth-child(n+6) {
    margin-top: 20px;
  }

  .p-review__inner__all__list .medium-up--one-5 .c-review_item {
    padding: 20px;
  }
}

@media screen and (max-width: 680px) {
  .p-review__inner__all__list .medium-up--one-5 {
    width: 100%;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .p-review__inner__all__list .medium-up--one-5:not(:first-child) {
    margin-top: 20px;
  }
}

.p-review__inner__all__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 680px) {
  .p-review__inner__all__btn {
    font-size: 16px;
  }
}

.p-review__inner__all__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-review__inner__all__btn {
    max-width: 280px;
    height: 50px;
  }
}

@media screen and (max-width: 680px) {
  .p-review__inner__all__btn {
    margin: 40px auto 0;
  }
}

.p-media {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-media {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-media__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.p-media__inner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 680px) {
  .p-media__inner__list {
    display: block;
  }
}

@media screen and (min-width: 679px) {
  .p-media__inner__list__item.medium-up--one-1 {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }

  .p-media__inner__list__item.medium-up--one-1 .c-media_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-media__inner__list__item.medium-up--one-1 .c-media_item__img {
    width: calc((100% - 40px) / 2);
  }

  .p-media__inner__list__item.medium-up--one-1 .c-media_item__text {
    width: calc((100% - 40px) / 2);
    font-size: 18px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-media__inner__list__item.medium-up--one-1 .c-media_item__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 680px) {
  .p-media__inner__list__item.medium-up--one-1 .c-media_item {
    display: block;
    padding: 0;
  }

  .p-media__inner__list__item.medium-up--one-1 .c-media_item__img {
    width: 100%;
  }

  .p-media__inner__list__item.medium-up--one-1 .c-media_item__text {
    padding-left: 0;
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) {
  .p-media__inner__list__item.medium-up--one-2 {
    width: 310px;
  }

  .p-media__inner__list__item.medium-up--one-2:nth-child(1) {
    margin-left: auto;
  }

  .p-media__inner__list__item.medium-up--one-2:nth-child(2) {
    margin-left: 60px;
    margin-right: auto;
  }
}

@media screen and (max-width: 680px) {
  .p-media__inner__list__item.medium-up--one-2 {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  .p-media__inner__list__item.medium-up--one-2:first-child {
    border-top-width: 1px;
    border-top-style: solid;
  }
}

@media screen and (min-width: 679px) {
  .p-media__inner__list__item.medium-up--one-3 {
    width: calc((100% - 120px) / 3);
  }

  .p-media__inner__list__item.medium-up--one-3:not(:first-child) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 680px) {
  .p-media__inner__list__item.medium-up--one-3 {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  .p-media__inner__list__item.medium-up--one-3:first-child {
    border-top-width: 1px;
    border-top-style: solid;
  }
}

@media screen and (min-width: 679px) {
  .p-media__inner__list__item.medium-up--one-4 {
    width: calc((100% - 120px) / 4);
  }

  .p-media__inner__list__item.medium-up--one-4:not(:first-child) {
    margin-left: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-media__inner__list__item.medium-up--one-4 {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  .p-media__inner__list__item.medium-up--one-4:first-child {
    border-top-width: 1px;
    border-top-style: solid;
  }
}

@media screen and (min-width: 679px) {
  .p-media__inner__list__item.medium-up--one-5 {
    width: calc((100% - 80px) / 5);
  }

  .p-media__inner__list__item.medium-up--one-5:not(:first-child) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 680px) {
  .p-media__inner__list__item.medium-up--one-5 {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  .p-media__inner__list__item.medium-up--one-5:first-child {
    border-top-width: 1px;
    border-top-style: solid;
  }
}

.p-column {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-column {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-column__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.p-column__inner__title {
  text-align: center;
  margin-bottom: 40px;
}

.p-column__inner__title__en {
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .p-column__inner__title__en {
    font-size: 22px;
  }
}

.p-column__inner__title__jp {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .p-column__inner__title__jp {
    font-size: 16px;
  }
}

.p-column__inner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 680px) {
  .p-column__inner__list {
    display: block;
  }
}

@media screen and (min-width: 679px) {
  .p-column__inner__list .medium-up--one-1 {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }

  .p-column__inner__list .medium-up--one-1 .c-column_item__inner__title {
    font-size: 18px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-column__inner__list .medium-up--one-1 .c-column_item__inner__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 679px) {
  .p-column__inner__list .medium-up--one-1 .c-column_item__inner__date {
    margin-top: 20px;
  }
}

@media screen and (max-width: 680px) {
  .p-column__inner__list .medium-up--one-1:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 679px) {
  .p-column__inner__list .medium-up--one-2 {
    width: calc((100% - 60px) / 2);
  }

  .p-column__inner__list .medium-up--one-2:not(:first-child) {
    margin-left: 60px;
  }

  .p-column__inner__list .medium-up--one-2:nth-child(n+3) {
    margin-top: 40px;
  }

  .p-column__inner__list .medium-up--one-2 .c-column_item__inner__title {
    font-size: 18px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-column__inner__list .medium-up--one-2 .c-column_item__inner__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 679px) {
  .p-column__inner__list .medium-up--one-2 .c-column_item__inner__date {
    margin-top: 10px;
  }
}

@media screen and (max-width: 680px) {
  .p-column__inner__list .medium-up--one-2:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 679px) {
  .p-column__inner__list .medium-up--one-3 {
    width: calc((100% - 120px) / 3);
  }

  .p-column__inner__list .medium-up--one-3:not(:nth-child(3n+1)) {
    margin-left: 60px;
  }

  .p-column__inner__list .medium-up--one-3:nth-child(n+4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-column__inner__list .medium-up--one-3:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 679px) {
  .p-column__inner__list .medium-up--one-4 {
    width: calc((100% - 120px) / 4);
  }

  .p-column__inner__list .medium-up--one-4:not(:first-child) {
    margin-left: 40px;
  }

  .p-column__inner__list .medium-up--one-4:nth-child(n+5) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-column__inner__list .medium-up--one-4:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 679px) {
  .p-column__inner__list .medium-up--one-5 {
    width: calc((100% - 80px) / 5);
  }

  .p-column__inner__list .medium-up--one-5:not(:first-child) {
    margin-left: 20px;
  }

  .p-column__inner__list .medium-up--one-5:nth-child(n+6) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-column__inner__list .medium-up--one-5:not(:first-child) {
    margin-top: 40px;
  }
}

.p-column__inner__more {
  margin-top: 40px;
}

.p-column__inner__more__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-column__inner__more__btn {
    font-size: 16px;
  }
}

.p-column__inner__more__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-column__inner__more__btn {
    max-width: 280px;
    height: 50px;
  }
}

.p-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 600px;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 680px) {
  .p-concept {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-concept__inner {
  max-width: 480px;
  text-align: center;
  padding: 30px 60px 40px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.p-concept__inner__title {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .p-concept__inner__title {
    font-size: 16px;
  }
}

.p-concept__inner__text {
  font-size: 12px;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-concept__inner__text {
    font-size: 12px;
  }
}

.p-news {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-news {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-news__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-news__inner__title {
  text-align: center;
  margin-bottom: 40px;
}

.p-news__inner__title__en {
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .p-news__inner__title__en {
    font-size: 22px;
  }
}

.p-news__inner__title__jp {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .p-news__inner__title__jp {
    font-size: 16px;
  }
}

.p-news__inner__more {
  margin-top: 40px;
}

.p-news__inner__more__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-news__inner__more__btn {
    font-size: 16px;
  }
}

.p-news__inner__more__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-news__inner__more__btn {
    max-width: 280px;
    height: 50px;
  }
}

.p-instagram__slider {
  margin-top: 40px;
}

.p-instagram__item__inner {
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100%;
}

.p-instagram__item__inner:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: url("./images/icon_instagram.png") center/cover no-repeat;
}

.p-signup {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 680px) {
  .p-signup {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-signup__title {
  text-align: center;
  margin-bottom: 40px;
}

.p-signup__title__en {
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .p-signup__title__en {
    font-size: 22px;
  }
}

.p-signup__title__jp {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .p-signup__title__jp {
    font-size: 16px;
  }
}

.p-signup__lead {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .p-signup__lead {
    font-size: 14px;
  }
}

.p-signup__inner {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-signup__inner {
    text-align: center;
  }
}

.p-list_header {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-list_header {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-list_header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-list_header__inner {
    display: block;
  }
}

.p-list_header__inner__title {
  font-size: 24px;
}

@media screen and (max-width: 680px) {
  .p-list_header__inner__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .p-list_header__inner__title {
    margin-bottom: 20px;
  }
}

.p-product_list {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-product_list {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-product_list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.p-product_list .medium-up--one-1 {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-product_list .medium-up--one-1:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 679px) {
  .p-product_list .medium-up--one-1 .c-product_item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-product_list .medium-up--one-1 .c-product_item__inner__eyecatch {
    width: calc((100% - 40px) / 2);
  }

  .p-product_list .medium-up--one-1 .c-product_item__inner__content {
    width: calc((100% - 40px) / 2);
  }

  .p-product_list .medium-up--one-1 .c-product_item__inner__title {
    font-size: 24px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-product_list .medium-up--one-1 .c-product_item__inner__title {
    font-size: 22px;
  }
}

@media screen and (min-width: 679px) {
  .p-product_list .medium-up--one-1 .c-product_item__inner__category {
    font-size: 16px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-product_list .medium-up--one-1 .c-product_item__inner__category {
    font-size: 16px;
  }
}

@media screen and (min-width: 679px) {
  .p-product_list .medium-up--one-1 .c-product_item__inner__price {
    font-size: 24px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-product_list .medium-up--one-1 .c-product_item__inner__price {
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_list .medium-up--one-1 {
    width: 100%;
  }

  .p-product_list .medium-up--one-1:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) {
  .p-product_list .medium-up--one-2 {
    width: calc((100% - 60px) / 2);
  }

  .p-product_list .medium-up--one-2:nth-child(n+3) {
    margin-top: 40px;
  }

  .p-product_list .medium-up--one-2:nth-child(even) {
    margin-left: 60px;
  }

  .p-product_list .medium-up--one-2 .c-product_item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-product_list .medium-up--one-2 .c-product_item__inner__eyecatch {
    width: calc((100% - 30px) / 2);
  }

  .p-product_list .medium-up--one-2 .c-product_item__inner__content {
    width: calc((100% - 30px) / 2);
  }

  .p-product_list .medium-up--one-2 .c-product_item__inner__title {
    font-size: 24px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-product_list .medium-up--one-2 .c-product_item__inner__title {
    font-size: 22px;
  }
}

@media screen and (min-width: 679px) {
  .p-product_list .medium-up--one-2 .c-product_item__inner__category {
    font-size: 16px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-product_list .medium-up--one-2 .c-product_item__inner__category {
    font-size: 16px;
  }
}

@media screen and (min-width: 679px) {
  .p-product_list .medium-up--one-2 .c-product_item__inner__price {
    font-size: 24px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-product_list .medium-up--one-2 .c-product_item__inner__price {
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_list .medium-up--one-2 {
    width: 100%;
  }

  .p-product_list .medium-up--one-2:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) {
  .p-product_list .medium-up--one-3 {
    width: calc((100% - 120px) / 3);
  }

  .p-product_list .medium-up--one-3:nth-child(n+4) {
    margin-top: 40px;
  }

  .p-product_list .medium-up--one-3:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }

  .p-product_list .medium-up--one-3 .c-product_item__inner__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-product_list .medium-up--one-3 .c-product_item__inner__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 679px) {
  .p-product_list .medium-up--one-3 .c-product_item__inner__category {
    font-size: 14px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-product_list .medium-up--one-3 .c-product_item__inner__category {
    font-size: 14px;
  }
}

@media screen and (min-width: 679px) {
  .p-product_list .medium-up--one-3 .c-product_item__inner__price {
    font-size: 18px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-product_list .medium-up--one-3 .c-product_item__inner__price {
    font-size: 18px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_list .medium-up--one-3 {
    width: 100%;
  }

  .p-product_list .medium-up--one-3:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) {
  .p-product_list .medium-up--one-4 {
    width: calc((100% - 120px) / 4);
  }

  .p-product_list .medium-up--one-4:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }

  .p-product_list .medium-up--one-4:nth-child(n+5) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_list .medium-up--one-4 {
    width: calc((100% - 15px) / 2);
  }

  .p-product_list .medium-up--one-4:nth-child(even) {
    margin-left: 15px;
  }

  .p-product_list .medium-up--one-4:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) {
  .p-product_list .medium-up--one-5 {
    width: calc((100% - 80px) / 5);
  }

  .p-product_list .medium-up--one-5:not(:nth-child(5n+1)) {
    margin-left: 20px;
  }

  .p-product_list .medium-up--one-5:nth-child(n+6) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_list .medium-up--one-5 {
    width: calc((100% - 15px) / 2);
  }

  .p-product_list .medium-up--one-5:nth-child(even) {
    margin-left: 15px;
  }

  .p-product_list .medium-up--one-5:nth-child(n+3) {
    margin-top: 20px;
  }
}

.p-product_content__text {
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 680px) {
  .p-product_content__text {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-product_content__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 30px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-product_content__title {
    font-size: 24px;
  }
}

.p-product_content__desc {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-product_content__desc {
    font-size: 16px;
  }
}

.p-product_content__desc span {
  font-size: 10px;
}

@media screen and (max-width: 680px) {
  .p-product_content__desc span {
    font-size: 10px;
  }
}

.p-product_content__desc small {
  display: block;
  font-size: 12px;
  line-height: 1.8;
  color: #2d2926;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .p-product_content__desc small {
    font-size: 12px;
  }
}

.p-product_content__desc .is-sp {
  display: none;
}

@media screen and (max-width: 680px) {
  .p-product_content__desc .is-sp {
    display: inline;
  }
}

.p-product_content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 680px) {
  .p-product_content__inner {
    display: block;
  }
}

.p-product_content__inner__img {
  width: 55%;
}

@media screen and (max-width: 680px) {
  .p-product_content__inner__img {
    width: 100%;
  }
}

.p-product_content__inner__info {
  width: 45%;
  padding-left: 60px;
  padding-right: 100px;
}

@media screen and (max-width: 680px) {
  .p-product_content__inner__info {
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
  }
}

.p-recommend_product {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-recommend_product {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-recommend_product__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.p-recommend_product__inner__title {
  text-align: center;
  margin-bottom: 40px;
}

.p-recommend_product__inner__title__en {
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .p-recommend_product__inner__title__en {
    font-size: 22px;
  }
}

.p-recommend_product__inner__title__jp {
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .p-recommend_product__inner__title__jp {
    font-size: 16px;
  }
}

.p-recommend_product__inner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 680px) {
  .p-recommend_product__inner__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-recommend_product__inner__list__item {
  width: calc((100% - 180px) / 4);
}

@media screen and (max-width: 680px) {
  .p-recommend_product__inner__list__item {
    width: calc((100% - 15px) / 2);
  }

  .p-recommend_product__inner__list__item:nth-child(odd) {
    margin-right: 15px;
  }

  .p-recommend_product__inner__list__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.p-category_list {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-category_list {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-category_list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.p-category_list__list .medium-up--one-1 {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 679px) {
  .p-category_list__list .medium-up--one-1:not(:first-child) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 680px) {
  .p-category_list__list .medium-up--one-1:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 679px) {
  .p-category_list__list .medium-up--one-2 {
    width: calc((100% - 60px) / 2);
  }

  .p-category_list__list .medium-up--one-2:nth-child(even) {
    margin-left: 60px;
  }

  .p-category_list__list .medium-up--one-2:nth-child(n+3) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 680px) {
  .p-category_list__list .medium-up--one-2 {
    width: 100%;
  }

  .p-category_list__list .medium-up--one-2:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 679px) {
  .p-category_list__list .medium-up--one-3 {
    width: calc((100% - 80px) / 3);
  }

  .p-category_list__list .medium-up--one-3:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }

  .p-category_list__list .medium-up--one-3:nth-child(n+4) {
    margin-top: 50px;
  }

  .p-category_list__list .medium-up--one-3 .c-category_item__title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 680px) {
  .p-category_list__list .medium-up--one-3 {
    width: 100%;
  }

  .p-category_list__list .medium-up--one-3:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 679px) {
  .p-category_list__list .medium-up--one-4 {
    width: calc((100% - 120px) / 4);
  }

  .p-category_list__list .medium-up--one-4:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }

  .p-category_list__list .medium-up--one-4:nth-child(n+5) {
    margin-top: 40px;
  }

  .p-category_list__list .medium-up--one-4 .c-category_item__title {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-category_list__list .medium-up--one-4 .c-category_item__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .p-category_list__list .medium-up--one-4 {
    width: 100%;
  }

  .p-category_list__list .medium-up--one-4:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 679px) {
  .p-category_list__list .medium-up--one-5 {
    width: calc((100% - 80px) / 5);
  }

  .p-category_list__list .medium-up--one-5:not(:nth-child(5n+1)) {
    margin-left: 20px;
  }

  .p-category_list__list .medium-up--one-5:nth-child(n+6) {
    margin-top: 40px;
  }

  .p-category_list__list .medium-up--one-5 .c-category_item__title {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 679px) and (max-width: 680px) {
  .p-category_list__list .medium-up--one-5 .c-category_item__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .p-category_list__list .medium-up--one-5 {
    width: 100%;
  }

  .p-category_list__list .medium-up--one-5:not(:first-child) {
    margin-top: 40px;
  }
}

.p-category_tool {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-category_tool {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-category_tool__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-category_tool__inner {
    display: block;
  }
}

.p-page_header {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-page_header {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-page_header__inner__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-page_header__inner__title {
    font-size: 24px;
  }
}

.p-page_header__inner__lead {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-page_header__inner__lead {
    font-size: 14px;
  }
}

.p-page_header__inner__lead a {
  text-decoration: underline;
  color: #2d2926;
}

.p-page_header__inner__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 40px auto 0;
}

@media screen and (max-width: 680px) {
  .p-page_header__inner__btn {
    font-size: 16px;
  }
}

.p-page_header__inner__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-page_header__inner__btn {
    max-width: 280px;
    height: 50px;
  }
}

.p-page_article {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-page_article {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-page_article__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-page_article__inner p {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-page_article__inner p {
    font-size: 14px;
  }
}

.p-page_article__inner img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-page_article__inner a {
  font-size: 14px;
  text-decoration: underline;
  color: #2d2926;
}

@media screen and (max-width: 680px) {
  .p-page_article__inner a {
    font-size: 14px;
  }
}

.p-page_article__inner h2 {
  font-size: 24px;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-page_article__inner h2 {
    font-size: 22px;
  }
}

.p-page_article__inner h3 {
  font-size: 18px;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-page_article__inner h3 {
    font-size: 18px;
  }
}

.p-page_article__inner ul {
  margin-top: 40px;
  margin-left: 1.5em;
}

.p-page_article__inner ul li {
  font-size: 14px;
  list-style: decimal;
}

@media screen and (max-width: 680px) {
  .p-page_article__inner ul li {
    font-size: 14px;
  }
}

.p-page_article__inner ul li:not(:last-child) {
  margin-bottom: 10px;
}

.p-page_article__inner ol {
  margin-top: 40px;
  margin-left: 1.5em;
}

.p-page_article__inner ol li {
  font-size: 14px;
  list-style: disc;
}

@media screen and (max-width: 680px) {
  .p-page_article__inner ol li {
    font-size: 14px;
  }
}

.p-page_article__inner ol li:not(:last-child) {
  margin-bottom: 10px;
}

.p-page_article__inner table {
  width: auto;
  table-layout: auto;
  border: 1px solid;
  margin-top: 40px;
}

.p-page_article__inner table tbody tr th {
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid;
}

@media screen and (max-width: 680px) {
  .p-page_article__inner table tbody tr th {
    font-size: 14px;
  }
}

.p-page_article__inner table tbody tr td {
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid;
}

@media screen and (max-width: 680px) {
  .p-page_article__inner table tbody tr td {
    font-size: 14px;
  }
}

.p-page_table {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-page_table {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-page_table__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-page_content {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-page_content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-page_content__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-page_content__inner h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .p-page_content__inner h2 {
    font-size: 16px;
  }
}

.p-page_content__inner p {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-page_content__inner p {
    font-size: 14px;
  }
}

.p-page_content__inner a {
  text-decoration: underline;
  color: #2d2926;
}

.p-page_content__inner>ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-page_content__inner>ul>li {
  counter-increment: number;
}

.p-page_content__inner>ul>li h2:before {
  content: counter(number) ". ";
}

.p-page_content__inner>ul>li:not(:last-child) {
  margin-bottom: 30px;
}

.p-page_content__inner>ul>li>ul {
  margin-top: 10px;
  margin-left: 1.5em;
}

.p-page_content__inner>ul>li>ul>li {
  font-size: 14px;
  list-style: disc;
}

@media screen and (max-width: 680px) {
  .p-page_content__inner>ul>li>ul>li {
    font-size: 14px;
  }
}

.p-page_content__inner>ul>li>ul>li:not(:last-child) {
  margin-bottom: 6px;
}

.p-page_content__inner>ul>li>ol {
  margin-top: 10px;
  margin-left: 1.5em;
}

.p-page_content__inner>ul>li>ol>li {
  font-size: 14px;
  list-style: decimal;
}

@media screen and (max-width: 680px) {
  .p-page_content__inner>ul>li>ol>li {
    font-size: 14px;
  }
}

.p-page_content__inner>ul>li>ol>li:not(:last-child) {
  margin-bottom: 6px;
}

.p-news_header {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-news_header {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-news_header__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-news_header__inner__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

@media screen and (max-width: 680px) {
  .p-news_header__inner__top__date {
    font-size: 14px;
  }
}

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

.p-news_header__inner__top__share__label {
  font-size: 14px;
  padding-right: 20px;
}

@media screen and (max-width: 680px) {
  .p-news_header__inner__top__share__label {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-news_header__inner__top__share__label {
    display: none;
  }
}

.p-news_header__inner__top__share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-news_header__inner__top__share__list__item {
  font-size: 24px;
}

.p-news_header__inner__top__share__list__item:not(:last-child) {
  margin-right: 20px;
}

.p-news_header__inner__title {
  font-size: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-news_header__inner__title {
    font-size: 24px;
  }
}

.p-news_header__inner__eyecatch {
  padding-top: 66.6666666667%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
}

.p-column_header__bg {
  height: 380px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 680px) {
  .p-column_header__bg {
    height: auto;
    padding-top: 60%;
  }
}

.p-column_header__panel {
  padding-right: 40px;
  padding-left: 40px;
  margin-top: -70px;
}

@media screen and (max-width: 680px) {
  .p-column_header__panel {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 680px) {
  .p-column_header__panel {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
}

.p-column_header__panel__inner {
  max-width: 880px;
  padding: 40px 100px 0;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-column_header__panel__inner {
    padding: 30px 15px 0;
  }
}

.p-column_header__panel__inner__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

@media screen and (max-width: 680px) {
  .p-column_header__panel__inner__top__date {
    font-size: 14px;
  }
}

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

.p-column_header__panel__inner__top__share__label {
  font-size: 14px;
  padding-right: 20px;
}

@media screen and (max-width: 680px) {
  .p-column_header__panel__inner__top__share__label {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-column_header__panel__inner__top__share__label {
    display: none;
  }
}

.p-column_header__panel__inner__top__share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-column_header__panel__inner__top__share__list__item {
  font-size: 24px;
}

.p-column_header__panel__inner__top__share__list__item:not(:last-child) {
  margin-right: 20px;
}

.p-column_header__panel__inner__title {
  font-size: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-column_header__panel__inner__title {
    font-size: 24px;
  }
}

.p-faq {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-faq {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-faq__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-faq__inner__list {
  border-top-width: 1px;
  border-top-style: solid;
}

.p-faq__inner__list__item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.p-faq__inner__list__item__question {
  font-size: 14px;
  line-height: 2;
  position: relative;
  padding: 20px 44px 20px 40px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-faq__inner__list__item__question {
    font-size: 14px;
  }
}

.p-faq__inner__list__item__question:hover {
  opacity: 0.4;
}

.p-faq__inner__list__item__question span {
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 22px;
}

@media screen and (max-width: 680px) {
  .p-faq__inner__list__item__question span {
    font-size: 20px;
    top: 25px;
  }
}

.p-faq__inner__list__item__question p {
  display: inline-block;
}

.p-faq__inner__list__item__question .u-icon--plus,
.p-faq__inner__list__item__question .u-icon--minus {
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-faq__inner__list__item__question .u-icon--minus {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.p-faq__inner__list__item__question.is-open .u-icon--plus {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.p-faq__inner__list__item__question.is-open .u-icon--minus {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-faq__inner__list__item__answer {
  display: none;
  font-size: 14px;
  line-height: 2;
  position: relative;
  padding: 0px 44px 20px 40px;
}

@media screen and (max-width: 680px) {
  .p-faq__inner__list__item__answer {
    font-size: 14px;
  }
}

.p-faq__inner__list__item__answer span {
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 2px;
}

@media screen and (max-width: 680px) {
  .p-faq__inner__list__item__answer span {
    font-size: 20px;
    top: 4px;
  }
}

.p-cart_content {
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 80px;
}

@media screen and (max-width: 680px) {
  .p-cart_content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-cart_content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-cart_content__inner {
    display: block;
  }
}

.p-cart_content__inner__product {
  width: calc(100% - 380px);
}

@media screen and (max-width: 680px) {
  .p-cart_content__inner__product {
    width: 100%;
  }
}

.p-cart_content__inner__side {
  width: 320px;
}

@media screen and (max-width: 680px) {
  .p-cart_content__inner__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 60px;
  }
}

.p-cart_content__inner__side .c-cart_submit {
  margin-bottom: 30px;
}

@media screen and (max-width: 680px) {
  .p-cart_content__inner__side .c-cart_submit {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 680px) {
  .p-cart_content__inner__side .c-billing_list {
    width: 100%;
  }
}

.p-checkout__list__block {
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media screen and (max-width: 680px) {
  .p-checkout__list__block {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-checkout__list__block__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-checkout__list__block__inner__title {
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 680px) {
  .p-checkout__list__block__inner__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .p-checkout__list__block__inner__payment--credit {
    margin-top: 20px;
  }
}

.p-checkout__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-checkout__bottom__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-checkout__bottom__submit {
    font-size: 16px;
  }
}

.p-checkout__bottom__submit:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-checkout__bottom__submit {
    max-width: 280px;
    height: 50px;
  }
}

.p-checkout__bottom__back {
  font-size: 14px;
  text-decoration: underline;
  color: #2d2926;
  margin-top: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-checkout__bottom__back {
    font-size: 14px;
  }
}

.p-checkout__bottom__back:hover {
  opacity: 0.4;
}

.p-checkout_confirm {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-checkout_confirm {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-checkout_confirm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-checkout_confirm__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-checkout_confirm__inner__list {
  width: calc(100% - 380px);
}

@media screen and (max-width: 680px) {
  .p-checkout_confirm__inner__list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 60px;
  }
}

.p-checkout_confirm__inner__list__block:not(:last-child),
.p-checkout_confirm__inner__list__block--bottom:not(:last-child) {
  margin-bottom: 40px;
}

.p-checkout_confirm__inner__list__block__title {
  font-size: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .p-checkout_confirm__inner__list__block__title {
    font-size: 22px;
  }
}

.p-checkout_confirm__inner__list__block__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-checkout_confirm__inner__list__block__submit {
    font-size: 16px;
  }
}

.p-checkout_confirm__inner__list__block__submit:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-checkout_confirm__inner__list__block__submit {
    max-width: 280px;
    height: 50px;
  }
}

.p-checkout_confirm__inner__list__block__back {
  font-size: 14px;
  text-decoration: underline;
  color: #2d2926;
  margin-top: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-checkout_confirm__inner__list__block__back {
    font-size: 14px;
  }
}

.p-checkout_confirm__inner__list__block__back:hover {
  opacity: 0.4;
}

.p-checkout_confirm__inner__list__block--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-checkout_confirm__inner__side {
  width: 320px;
}

@media screen and (max-width: 680px) {
  .p-checkout_confirm__inner__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.p-checkout_confirm__inner__side .c-billing_list {
  margin-bottom: 30px;
}

@media screen and (max-width: 680px) {
  .p-checkout_confirm__inner__side .c-billing_list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 680px) {
  .p-checkout_confirm__inner__side .c-cart_list {
    margin-bottom: 30px;
  }
}

.p-login {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-login {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-login__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 680px) {
  .p-login__inner {
    display: block;
  }
}

.p-login__inner__login {
  width: calc((100% - 60px) / 2);
}

@media screen and (max-width: 680px) {
  .p-login__inner__login {
    width: 100%;
  }
}

.p-login__inner__login .p-page_header {
  margin-bottom: 30px;
}

@media screen and (max-width: 680px) {
  .p-login__inner__login .p-page_header {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-login__inner__login__bottom {
  text-align: center;
  margin-top: 40px;
}

.p-login__inner__login__bottom__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto 20px;
}

@media screen and (max-width: 680px) {
  .p-login__inner__login__bottom__submit {
    font-size: 16px;
  }
}

.p-login__inner__login__bottom__submit:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-login__inner__login__bottom__submit {
    max-width: 280px;
    height: 50px;
  }
}

.p-login__inner__login__bottom__forget {
  font-size: 14px;
  text-decoration: underline;
  color: #2d2926;
}

@media screen and (max-width: 680px) {
  .p-login__inner__login__bottom__forget {
    font-size: 14px;
  }
}

.p-login__inner__registration {
  width: calc((100% - 60px) / 2);
}

@media screen and (max-width: 680px) {
  .p-login__inner__registration {
    width: 100%;
    margin-top: 60px;
  }
}

.p-login__inner__registration .p-page_header {
  margin-bottom: 30px;
}

@media screen and (max-width: 680px) {
  .p-login__inner__registration .p-page_header {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-login__inner__registration__text {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-login__inner__registration__text {
    font-size: 14px;
  }
}

.p-login__inner__registration__bottom {
  margin-top: 40px;
}

.p-login__inner__registration__bottom__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-login__inner__registration__bottom__btn {
    font-size: 16px;
  }
}

.p-login__inner__registration__bottom__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-login__inner__registration__bottom__btn {
    max-width: 280px;
    height: 50px;
  }
}

.p-login__inner__registration__line {
  margin-top: 40px;
}

.p-login__inner__registration__line__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-login__inner__registration__line__btn {
    font-size: 16px;
  }
}

.p-login__inner__registration__line__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-login__inner__registration__line__btn {
    max-width: 280px;
    height: 50px;
  }
}

.p-account_form {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-account_form {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-account_form__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-account_form__inner__bottom {
  text-align: center;
  margin-top: 60px;
}

.p-account_form__inner__bottom__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto 20px;
}

@media screen and (max-width: 680px) {
  .p-account_form__inner__bottom__btn {
    font-size: 16px;
  }
}

.p-account_form__inner__bottom__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-account_form__inner__bottom__btn {
    max-width: 280px;
    height: 50px;
  }
}

.p-account_form__inner__bottom__link {
  text-decoration: underline;
  color: #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-account_form__inner__bottom__link:hover {
  opacity: 0.4;
}

.p-account {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-account {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-account__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 680px) {
  .p-account__inner {
    display: block;
  }
}

.p-account__inner__menu {
  width: 240px;
  border-right-width: 1px;
  border-right-style: solid;
}

@media screen and (max-width: 680px) {
  .p-account__inner__menu {
    width: 100%;
    border-right: none;
    margin-top: -60px;
  }
}

.p-account__inner__content {
  width: calc(100% - 300px);
}

@media screen and (max-width: 680px) {
  .p-account__inner__content {
    width: 100%;
    margin-top: 15px;
  }
}

.p-account__inner__content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-account__inner__content__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .p-account__inner__content__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-account__inner__content__title__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 20px;
}

@media screen and (max-width: 680px) {
  .p-account__inner__content__title__btn {
    font-size: 14px;
  }
}

.p-account__inner__content__title__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-account__inner__content__title__btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

.p-account__inner__content__title__form {
  max-width: 240px;
  width: 100%;
  margin-left: 20px;
}

@media screen and (max-width: 680px) {
  .p-account__inner__content__title__form {
    margin-left: 0;
    margin-top: 20px;
  }
}

.p-account__inner__content__title__form .p-account__inner__content__title__btn {
  margin-left: 0;
}

@media screen and (max-width: 680px) {
  .p-account__inner__content__title__form .p-account__inner__content__title__btn {
    margin-top: 0;
  }
}

.p-account__inner__content__lead {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-account__inner__content__lead {
    font-size: 14px;
  }
}

.p-account__inner__content__lead a {
  text-decoration: underline;
  color: #2d2926;
}

.p-account__inner__content__copy {
  margin-top: 40px;
}

.p-account__inner__content__copy__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 10px;
}

@media screen and (max-width: 680px) {
  .p-account__inner__content__copy__btn {
    font-size: 14px;
  }
}

.p-account__inner__content__copy__btn:hover {
  opacity: 0.4;
}

.p-account__inner__content__form {
  margin-top: 40px;
}

.p-account__inner__content__form__text {
  font-size: 14px;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .p-account__inner__content__form__text {
    font-size: 14px;
  }
}

.p-account__inner__content__form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}

.p-account__inner__content__form__bottom__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 280px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-account__inner__content__form__bottom__btn {
    font-size: 16px;
  }
}

.p-account__inner__content__form__bottom__btn:hover {
  opacity: 0.4;
}

.p-account__inner__content__form__bottom__link {
  font-size: 14px;
  text-decoration: underline;
  color: #2d2926;
  margin-top: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-account__inner__content__form__bottom__link {
    font-size: 14px;
  }
}

.p-account__inner__content__form__bottom__link:hover {
  opacity: 0.4;
}

.p-account__inner__content__form__bottom__leave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 280px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 60px;
}

@media screen and (max-width: 680px) {
  .p-account__inner__content__form__bottom__leave {
    font-size: 16px;
  }
}

.p-account__inner__content__form__bottom__leave:hover {
  opacity: 0.4;
}

.p-account__inner__content .p-history_list {
  margin-top: 40px;
}

.p-account__inner__content .c-pagination {
  margin-top: 80px;
}

.p-mypage {
  margin-top: 20px;
}

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

@media screen and (max-width: 680px) {
  .p-mypage__name {
    font-size: 14px;
  }
}

.p-mypage__block {
  margin-top: 60px;
}

.p-mypage__block__title {
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .p-mypage__block__title {
    font-size: 18px;
  }
}

.p-mypage__block__subscription__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

@media screen and (max-width: 680px) {
  .p-mypage__block__subscription__item {
    display: block;
  }
}

.p-mypage__block__subscription__item:not(:last-child) {
  margin-bottom: 10px;
}

.p-mypage__block__subscription__item__label {
  font-size: 14px;
  margin-right: 20px;
}

@media screen and (max-width: 680px) {
  .p-mypage__block__subscription__item__label {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-mypage__block__subscription__item__label {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.p-mypage__block__subscription__item__date {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  margin-right: 20px;
}

@media screen and (max-width: 680px) {
  .p-mypage__block__subscription__item__date {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-mypage__block__subscription__item__date {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.p-mypage__block__subscription__item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-mypage__block__subscription__item__btn {
    font-size: 14px;
  }
}

.p-mypage__block__subscription__item__btn:hover {
  opacity: 0.4;
}

.p-history_list__item:not(:last-child) {
  margin-bottom: 40px;
}

.p-history_list__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

@media screen and (max-width: 680px) {
  .p-history_list__item__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-history_list__item__header__id {
  font-size: 18px;
  margin-right: 20px;
}

@media screen and (max-width: 680px) {
  .p-history_list__item__header__id {
    font-size: 18px;
  }
}

.p-history_list__item__header__date {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  margin-right: 20px;
}

@media screen and (max-width: 680px) {
  .p-history_list__item__header__date {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-history_list__item__header__date {
    margin-right: 0;
  }
}

.p-history_list__item__header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-history_list__item__header__btn {
    font-size: 14px;
  }
}

.p-history_list__item__header__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-history_list__item__header__btn {
    margin-top: 10px;
  }
}

.p-history_list__item__detail .c-cart_item:first-child {
  border-top: none;
}

.p-address_list {
  margin-top: 30px;
}

.p-address_list__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-address_list__add {
    font-size: 14px;
  }
}

.p-address_list__add:hover {
  opacity: 0.4;
}

.p-address_list .c-account_table {
  margin-top: 60px;
}

.p-payment_list {
  margin-top: 30px;
}

.p-payment_list__add__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-payment_list__add__btn {
    font-size: 14px;
  }
}

.p-payment_list__add__btn:hover {
  opacity: 0.4;
}

.p-payment_list__add__win {
  margin-top: 40px;
}

.p-payment_list__add__win__form__text {
  font-size: 14px;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .p-payment_list__add__win__form__text {
    font-size: 14px;
  }
}

.p-payment_list__add__win__form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.p-payment_list__add__win__form__bottom__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 280px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-payment_list__add__win__form__bottom__btn {
    font-size: 16px;
  }
}

.p-payment_list__add__win__form__bottom__btn:hover {
  opacity: 0.4;
}

.p-payment_list__add__win__form__bottom__link {
  font-size: 14px;
  text-decoration: underline;
  color: #2d2926;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-payment_list__add__win__form__bottom__link {
    font-size: 14px;
  }
}

.p-payment_list .c-account_table {
  margin-top: 60px;
}

.p-history_detail {
  margin-top: 30px;
}

.p-history_detail__block:not(:last-child) {
  margin-bottom: 60px;
}

.p-history_detail__block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .p-history_detail__block__head {
    display: block;
  }
}

.p-history_detail__block__head__title {
  font-size: 18px;
}

@media screen and (max-width: 680px) {
  .p-history_detail__block__head__title {
    font-size: 18px;
  }
}

.p-history_detail__block__head__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-history_detail__block__head__btn {
    font-size: 14px;
  }
}

.p-history_detail__block__head__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-history_detail__block__head__btn {
    margin-top: 10px;
  }
}

.p-history_detail__block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 680px) {
  .p-history_detail__block__wrapper {
    display: block;
  }
}

.p-history_detail__block__wrapper .p-history_detail__block__list {
  width: calc(100% - 380px);
}

@media screen and (max-width: 680px) {
  .p-history_detail__block__wrapper .p-history_detail__block__list {
    width: 100%;
  }
}

.p-history_detail__block__wrapper .c-billing_list {
  width: 320px;
}

@media screen and (max-width: 680px) {
  .p-history_detail__block__wrapper .c-billing_list {
    width: 100%;
    margin-top: 60px;
  }
}

.p-subscription_list {
  margin-top: 30px;
}

.p-subscription_list__item:not(:last-child) {
  margin-bottom: 20px;
}

.p-subscription_detail {
  margin-top: 30px;
}

.p-subscription_detail__block:not(:last-child) {
  margin-bottom: 60px;
}

.p-subscription_detail__block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .p-subscription_detail__block__head {
    display: block;
  }
}

.p-subscription_detail__block__head__title {
  font-size: 18px;
}

@media screen and (max-width: 680px) {
  .p-subscription_detail__block__head__title {
    font-size: 18px;
  }
}

.p-subscription_detail__block__head__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-subscription_detail__block__head__btn {
    font-size: 14px;
  }
}

.p-subscription_detail__block__head__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-subscription_detail__block__head__btn {
    margin-top: 10px;
  }
}

.p-subscription_detail__block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 680px) {
  .p-subscription_detail__block__wrapper {
    display: block;
  }
}

.p-subscription_detail__block__wrapper .p-subscription_detail__block__list {
  width: calc(100% - 380px);
}

@media screen and (max-width: 680px) {
  .p-subscription_detail__block__wrapper .p-subscription_detail__block__list {
    width: 100%;
  }
}

.p-subscription_detail__block__wrapper .c-billing_list {
  width: 320px;
}

@media screen and (max-width: 680px) {
  .p-subscription_detail__block__wrapper .c-billing_list {
    width: 100%;
    margin-top: 60px;
  }
}

.p-subscription_edit {
  margin-top: 40px;
}

.p-subscription_edit__block {
  padding: 40px 0;
  border-top-width: 1px;
  border-top-style: solid;
}

.p-subscription_edit__block .p-account__inner__content__form {
  margin-top: 30px;
}

.p-subscription_edit__block .p-account__inner__content__form__bottom {
  margin-top: 30px;
}

.p-subscription_edit__block__title {
  font-size: 18px;
}

@media screen and (max-width: 680px) {
  .p-subscription_edit__block__title {
    font-size: 18px;
  }
}

.p-subscription_edit__block__lead {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-subscription_edit__block__lead {
    font-size: 14px;
  }
}

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

@media screen and (max-width: 680px) {
  .p-subscription_edit__block__point {
    font-size: 14px;
  }
}

.p-subscription_edit__block__notes {
  font-size: 12px;
}

@media screen and (max-width: 680px) {
  .p-subscription_edit__block__notes {
    font-size: 12px;
  }
}

.p-point_list {
  margin-top: 30px;
}

.p-favorite__header {
  margin-top: 40px;
}

.p-favorite__list {
  margin-top: 40px;
}

.p-favorite__list .p-product_list__list__item {
  width: calc((100% - 120px) / 3);
}

@media screen and (max-width: 680px) {
  .p-favorite__list .p-product_list__list__item {
    width: calc((100% - 15px) / 2);
  }
}

.p-favorite__list .p-product_list__list__item:not(:nth-child(3n)) {
  margin-right: 60px;
}

@media screen and (max-width: 680px) {
  .p-favorite__list .p-product_list__list__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.p-favorite__list .p-product_list__list__item:nth-child(n+4) {
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-favorite__list .p-product_list__list__item:nth-child(n+4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 680px) {
  .p-favorite__list .p-product_list__list__item:nth-child(odd) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 680px) {
  .p-favorite__list .p-product_list__list__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.p-contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 680px) {
  .p-contact__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-contact__link__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-contact__link__btn {
    font-size: 16px;
  }
}

.p-contact__link__btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-contact__link__btn {
    max-width: 280px;
    height: 50px;
  }
}

.p-contact__link__btn:not(:first-child) {
  margin-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-contact__link__btn:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.p-contact__head {
  margin-top: 60px;
  margin-bottom: 30px;
}

.p-contact__head__title {
  font-size: 24px;
}

@media screen and (max-width: 680px) {
  .p-contact__head__title {
    font-size: 22px;
  }
}

.p-contact__head__notes {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-contact__head__notes {
    font-size: 14px;
  }
}

.p-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.p-password__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 40px;
}

@media screen and (max-width: 680px) {
  .p-password__inner {
    padding: 20px;
  }
}

.p-password__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.p-password__logo {
  margin-bottom: 60px;
}

.p-password__title {
  font-size: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 680px) {
  .p-password__title {
    font-size: 24px;
  }
}

.p-password__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 680px) {
  .p-password__form {
    display: block;
    text-align: center;
  }
}

.p-password__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}

@media screen and (max-width: 680px) {
  .p-password__input {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .p-password__input {
    padding: 0 15px;
  }
}

.p-password__input::-webkit-input-placeholder {
  opacity: 0.4;
}

.p-password__submit {
  width: 100px;
  height: 40px;
  font-size: 16px;
  border-radius: 2px;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 680px) {
  .p-password__submit {
    font-size: 16px;
  }
}

.p-password__submit:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-password__submit {
    margin-top: 10px;
    margin-left: 0;
  }
}

.p-password__text {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 680px) {
  .p-password__text {
    font-size: 14px;
  }
}

.p-password__link {
  font-size: 14px;
  text-decoration: underline;
  color: #2d2926;
}

@media screen and (max-width: 680px) {
  .p-password__link {
    font-size: 14px;
  }
}

.p-password__copyright {
  font-size: 12px;
}

@media screen and (max-width: 680px) {
  .p-password__copyright {
    font-size: 12px;
  }
}

.p-about_section {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-about_section {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-about_section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-about_section__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-about_section__title {
    font-size: 22px;
  }
}

.p-about_section__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-about_section__text {
    font-size: 14px;
  }
}

.p-about_section__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-about_section__link {
    font-size: 16px;
  }
}

.p-about_section__link:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-about_section__link {
    max-width: 280px;
    height: 50px;
  }
}

.p-product_section__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px 15px;
}

@media screen and (max-width: 680px) {
  .p-product_section__link {
    display: block;
  }
}

.p-product_section__link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% - 10px) / 2);
  background: #f2f2f2;
  padding: 80px 60px;
}

@media screen and (max-width: 680px) {
  .p-product_section__link__item {
    width: 100%;
    padding: 20px 30px 20px 10px;
  }

  .p-product_section__link__item:not(:first-child) {
    margin-top: 15px;
  }
}

.p-product_section__link__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 232px;
  flex: 0 0 232px;
}

@media screen and (max-width: 680px) {
  .p-product_section__link__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
  }
}

.p-product_section__link__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 308px;
  flex: 0 1 308px;
  margin-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-product_section__link__info {
    margin-left: 10px;
  }
}

.p-product_section__link__category {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 680px) {
  .p-product_section__link__category {
    font-size: 13px;
  }
}

.p-product_section__link__en {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 680px) {
  .p-product_section__link__en {
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_section__link__en {
    font-size: 18px;
  }
}

.p-product_section__link__jp {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 680px) {
  .p-product_section__link__jp {
    font-size: 14px;
  }
}

.p-product_section__link__btn {
  max-width: 200px;
  width: 100%;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: 12px;
  margin-top: 60px;
}

@media screen and (max-width: 680px) {
  .p-product_section__link__btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_section__link__btn {
    max-width: 140px;
    margin-top: 20px;
  }
}

.p-product_section__link__btn:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2d2926;
}

.p-product_section__link__btn:after {
  content: "";
  width: 17px;
  height: 1px;
  position: absolute;
  right: -2px;
  bottom: 6px;
  background: #2d2926;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-product_section__image {
  position: relative;
}

@media screen and (max-width: 1440px) {
  .p-product_section__image {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url("https://d2w53g1q050m78.cloudfront.net/branchicjp/uploads/2024_0722/product_section_image_v2.jpg") center/cover no-repeat;
  }
}

@media screen and (max-width: 1440px) and (max-width: 680px) {
  .p-product_section__image {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_section__image {
    background: url("./images/product_section_image-sp.jpg") center/cover no-repeat;
  }
}

@media screen and (max-width: 1440px) {
  .p-product_section__image__img {
    display: none;
  }
}

.p-product_section__image__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1440px) {
  .p-product_section__image__inner {
    width: auto;
    height: auto;
    position: static;
  }
}

.p-product_section__image__inner .c-section_title {
  margin-bottom: 60px;
}

.p-product_section__image__inner .c-section_title span {
  color: #ffffff;
}

.p-product_section__image__inner .c-section_title span:after {
  background: #ffffff;
}

.p-product_section__image__content {
  max-width: 1080px;
  width: 100%;
}

.p-product_section__image__content__inner {
  max-width: 540px;
  width: 100%;
  margin-left: auto;
}

.p-product_section__image__text {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 680px) {
  .p-product_section__image__text {
    font-size: 22px;
  }
}

.p-product_section__image__text .is-sp {
  display: none;
}

@media screen and (max-width: 680px) {
  .p-product_section__image__text .is-sp {
    display: inline;
  }
}

.p-product_section__image__synergy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
}

.p-product_section__image__synergy:before,
.p-product_section__image__synergy:after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  left: calc(50% - 10px);
  top: 50%;
  background: #ffffff;
}

.p-product_section__image__synergy:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-product_section__image__synergy:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-product_section__image__synergy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% - 60px) / 2);
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #ffffff;
}

@media screen and (max-width: 680px) {
  .p-product_section__image__synergy__item {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_section__image__synergy__item {
    width: calc((100% - 30px) / 2);
    font-size: 10px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .p-product_section__image__synergy__item {
    font-size: 10px;
  }
}

.p-product_section__lead {
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .p-product_section__lead {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-product_section__lead__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-product_section__lead__title {
    font-size: 22px;
  }
}

.p-product_section__lead__title .is-sp {
  display: none;
}

@media screen and (max-width: 680px) {
  .p-product_section__lead__title .is-sp {
    display: inline;
  }
}

.p-product_section__lead__text {
  font-size: 14px;
  line-height: 2.2;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-product_section__lead__text {
    font-size: 14px;
  }
}

.p-product_section__lead__text .is-sp {
  display: none;
}

@media screen and (max-width: 680px) {
  .p-product_section__lead__text .is-sp {
    display: inline;
  }
}

.p-product_section__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

@media screen and (max-width: 680px) {
  .p-product_section__product {
    display: block;
  }
}

.p-product_section__product__item {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 680px) {
  .p-product_section__product__item {
    width: 100%;
  }
}

.p-product_section__product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 60px;
}

@media screen and (max-width: 680px) {
  .p-product_section__product__content {
    display: block;
    height: auto;
    position: static;
    padding: 30px 50px 40px;
  }
}

.p-product_section__product__content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 288px;
  min-height: 340px;
}

@media screen and (max-width: 680px) {
  .p-product_section__product__content__inner {
    display: block;
    max-width: 100%;
    min-height: auto;
  }
}

.p-product_section__product__item:nth-child(even) .p-product_section__product__content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-product_section__product__en {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 680px) {
  .p-product_section__product__en {
    font-size: 22px;
  }
}

.p-product_section__product__jp {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-product_section__product__jp {
    font-size: 16px;
  }
}

.p-product_section__product__desc {
  font-size: 13px;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-product_section__product__desc {
    font-size: 13px;
  }
}

.p-product_section__product__desc span {
  font-size: 10px;
}

@media screen and (max-width: 680px) {
  .p-product_section__product__desc span {
    font-size: 10px;
  }
}

.p-product_section__product__notes {
  font-size: 12px;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-product_section__product__notes {
    font-size: 12px;
  }
}

.p-product_section__product__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 200px;
  width: 100%;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: 12px;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-product_section__product__btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_section__product__btn {
    max-width: 140px;
    margin-top: 30px;
  }
}

.p-product_section__product__btn:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2d2926;
}

.p-product_section__product__btn:after {
  content: "";
  width: 17px;
  height: 1px;
  position: absolute;
  right: -2px;
  bottom: 6px;
  background: #2d2926;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-touchmetond_section {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-touchmetond_section {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-touchmetond_section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 680px) {
  .p-touchmetond_section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-touchmetond_section__content {
  width: calc((100% - 80px) / 2);
}

@media screen and (max-width: 680px) {
  .p-touchmetond_section__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

.p-touchmetond_section__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 680px) {
  .p-touchmetond_section__title {
    font-size: 22px;
  }
}

.p-touchmetond_section__desc {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-touchmetond_section__desc {
    font-size: 14px;
  }
}

.p-touchmetond_section__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-touchmetond_section__link {
    font-size: 16px;
  }
}

.p-touchmetond_section__link:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-touchmetond_section__link {
    max-width: 280px;
    height: 50px;
  }
}

@media screen and (max-width: 680px) {
  .p-touchmetond_section__link {
    margin: 40px auto 0;
  }
}

.p-touchmetond_section__video {
  width: calc((100% - 80px) / 2);
}

@media screen and (max-width: 680px) {
  .p-touchmetond_section__video {
    width: 100%;
  }
}

.p-touchmetond_section__video__inner {
  position: relative;
  padding-top: 56.25%;
}

.p-touchmetond_section__video__inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-inspiration_section {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f2f2f2;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-inspiration_section__salon {
  text-align: center;
  margin-top: 40px;
}

.p-inspiration_section__salon__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__salon__title {
    font-size: 22px;
  }
}

.p-inspiration_section__salon__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__salon__text {
    font-size: 14px;
  }
}

.p-inspiration_section__specialist {
  max-width: 1080px;
  width: 100%;
  margin: 60px auto 0;
}

.p-inspiration_section__specialist__title {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__specialist__title {
    font-size: 22px;
  }
}

.p-inspiration_section__specialist__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__specialist__person {
    display: block;
  }
}

.p-inspiration_section__specialist__person__item {
  width: calc((100% - 120px) / 3);
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__specialist__person__item {
    width: 100%;
  }
}

.p-inspiration_section__specialist__person__item:not(:nth-child(3n+1)) {
  margin-left: 60px;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__specialist__person__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__specialist__person__item:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__specialist__person__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-inspiration_section__specialist__person__img img {
  max-width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__specialist__person__img img {
    max-width: 80px;
  }
}

.p-inspiration_section__specialist__person__text {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__specialist__person__text {
    text-align: left;
    margin-top: 0;
    margin-left: 20px;
  }
}

.p-inspiration_section__specialist__person__name {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__specialist__person__name {
    font-size: 19px;
  }
}

.p-inspiration_section__specialist__person__position {
  font-size: 14px;
  line-height: 1.8;
  color: #2d2926;
  margin-top: 2px;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__specialist__person__position {
    font-size: 14px;
  }
}

.p-inspiration_section__specialist__person__desc {
  font-size: 13px;
  line-height: 2;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__specialist__person__desc {
    font-size: 13px;
  }
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__specialist__person__desc {
    padding-left: 25px;
    margin-top: 20px;
  }
}

.p-inspiration_section__column {
  max-width: 1080px;
  width: 100%;
  margin: 60px auto 0;
}

.p-inspiration_section__column__title {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__column__title {
    font-size: 22px;
  }
}

.p-inspiration_section__column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__column__list {
    display: block;
  }
}

.p-inspiration_section__column__item {
  width: calc((100% - 80px) / 2);
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__column__item {
    width: 100%;
  }
}

.p-inspiration_section__column__item:not(:nth-child(2n+1)) {
  margin-left: 80px;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__column__item:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__column__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-inspiration_section__column__item__inner {
  display: block;
}

.p-inspiration_section__column__item__date {
  display: block;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 13px;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__column__item__date {
    font-size: 13px;
  }
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__column__item__date {
    margin-top: 10px;
  }
}

.p-inspiration_section__column__item__title {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__column__item__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__column__item__title {
    margin-top: 6px;
  }
}

.p-inspiration_section__column__item__btn {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 14px;
  text-align: right;
  color: #2d2926;
  text-decoration: underline;
  color: #2d2926;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__column__item__btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__column__item__btn {
    margin-top: 10px;
  }
}

.p-inspiration_section__column__more {
  margin-top: 40px;
}

.p-inspiration_section__column__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__column__more a {
    font-size: 16px;
  }
}

.p-inspiration_section__column__more a:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-inspiration_section__column__more a {
    max-width: 280px;
    height: 50px;
  }
}

.p-news_section {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-news_section {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-news_section__list {
  max-width: 680px;
  width: 100%;
  margin: 40px auto 0;
}

.p-news_section__item:not(:first-child) {
  margin-top: 24px;
}

.p-news_section__item__date {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 13px;
}

@media screen and (max-width: 680px) {
  .p-news_section__item__date {
    font-size: 13px;
  }
}

.p-news_section__item__title {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 8px;
}

@media screen and (max-width: 680px) {
  .p-news_section__item__title {
    font-size: 16px;
  }
}

.p-news_section__more {
  margin-top: 40px;
}

.p-news_section__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-news_section__more a {
    font-size: 16px;
  }
}

.p-news_section__more a:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-news_section__more a {
    max-width: 280px;
    height: 50px;
  }
}

.p-product_feature {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-product_feature {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-product_feature__maximizer {
  max-width: 680px;
  width: 100%;
  margin: 40px auto 0;
}

.p-product_feature__maximizer__video {
  position: relative;
  margin-bottom: 40px;
}

.p-product_feature__maximizer__video button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(45, 41, 38, 0.4);
}

.p-product_feature__maximizer__video button img {
  max-width: 64px;
}

.p-product_feature__maximizer ul {
  counter-reset: number;
}

.p-product_feature__maximizer li {
  counter-increment: number;
}

.p-product_feature__maximizer li:not(:first-child) {
  margin-top: 30px;
}

.p-product_feature__maximizer h3 {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-indent: -2.3em;
  margin-left: 2.3em;
  margin-bottom: 16px;
}

@media screen and (max-width: 680px) {
  .p-product_feature__maximizer h3 {
    font-size: 22px;
  }
}

.p-product_feature__maximizer h3:before {
  content: counter(number, decimal-leading-zero) ".";
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  margin-right: 16px;
}

.p-product_feature__maximizer p {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 680px) {
  .p-product_feature__maximizer p {
    font-size: 14px;
  }
}

.p-product_feature__shot {
  max-width: 1080px;
  width: 100%;
  margin: 40px auto 0;
}

.p-product_feature__shot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: number;
}

@media screen and (max-width: 680px) {
  .p-product_feature__shot ul {
    display: block;
  }
}

.p-product_feature__shot li {
  width: calc((100% - 120px) / 3);
  counter-increment: number;
}

@media screen and (max-width: 680px) {
  .p-product_feature__shot li {
    width: 100%;
  }
}

.p-product_feature__shot li:nth-child(1) img {
  padding-bottom: 12.5%;
}

@media screen and (max-width: 680px) {
  .p-product_feature__shot li:nth-child(1) img {
    padding-bottom: 0;
  }
}

.p-product_feature__shot li:nth-child(3) img {
  padding-bottom: 5%;
}

@media screen and (max-width: 680px) {
  .p-product_feature__shot li:nth-child(3) img {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 680px) {
  .p-product_feature__shot li:not(:first-child) {
    margin-top: 30px;
  }
}

.p-product_feature__shot h3 {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 50px;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-product_feature__shot h3 {
    font-size: 19px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_feature__shot h3 {
    margin-top: 20px;
  }
}

.p-product_feature__shot h3 span {
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .p-product_feature__shot h3 span {
    font-size: 14px;
  }
}

.p-product_feature__shot h3:before {
  content: counter(number, decimal-leading-zero) ".";
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 680px) {
  .p-product_feature__shot h3:before {
    font-size: 22px;
  }
}

.p-product_feature__shot p {
  font-size: 14px;
  line-height: 2;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .p-product_feature__shot p {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_feature__shot p {
    margin-top: 10px;
  }
}

.p-product_feature__shot p span {
  font-size: 10px;
}

@media screen and (max-width: 680px) {
  .p-product_feature__shot p span {
    font-size: 10px;
  }
}

.p-product_feature__shot p small {
  display: block;
  font-size: 10px;
  line-height: 1.8;
  color: #2d2926;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .p-product_feature__shot p small {
    font-size: 10px;
  }
}

.p-product_ingredient {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-product_ingredient {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-product_ingredient__maximizer,
.p-product_ingredient__shot {
  max-width: 1080px;
  width: 100%;
  margin: 40px auto 0;
}

.p-product_ingredient__maximizer ul,
.p-product_ingredient__shot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

  .p-product_ingredient__maximizer ul,
  .p-product_ingredient__shot ul {
    display: block;
  }
}

.p-product_ingredient__maximizer li,
.p-product_ingredient__shot li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-product_ingredient__maximizer li:not(:first-child),
.p-product_ingredient__shot li:not(:first-child) {
  margin-left: 40px;
}

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

  .p-product_ingredient__maximizer li:not(:first-child),
  .p-product_ingredient__shot li:not(:first-child) {
    margin-left: 0;
    margin-top: 30px;
  }
}

.p-product_ingredient__maximizer img,
.p-product_ingredient__shot img {
  max-width: 100px;
}

.p-product_ingredient__maximizer h3,
.p-product_ingredient__shot h3 {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-top: 24px;
}

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

  .p-product_ingredient__maximizer h3,
  .p-product_ingredient__shot h3 {
    font-size: 16px;
  }
}

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

  .p-product_ingredient__maximizer h3,
  .p-product_ingredient__shot h3 {
    margin-top: 10px;
  }
}

.p-product_ingredient__maximizer p,
.p-product_ingredient__shot p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #2d2926;
  margin-top: 6px;
}

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

  .p-product_ingredient__maximizer p,
  .p-product_ingredient__shot p {
    font-size: 14px;
  }
}

.p-product_touchmetond {
  background: #f2f2f2;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 680px) {
  .p-product_touchmetond {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-product_touchmetond__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 680px) {
  .p-product_touchmetond__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-product_touchmetond__content {
  width: calc((100% - 80px) / 2);
}

@media screen and (max-width: 680px) {
  .p-product_touchmetond__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

.p-product_touchmetond__en {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 680px) {
  .p-product_touchmetond__en {
    font-size: 22px;
  }
}

.p-product_touchmetond__jp {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-product_touchmetond__jp {
    font-size: 16px;
  }
}

.p-product_touchmetond__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-product_touchmetond__link {
    font-size: 16px;
  }
}

.p-product_touchmetond__link:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-product_touchmetond__link {
    max-width: 280px;
    height: 50px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_touchmetond__link {
    margin: 40px auto 0;
  }
}

.p-product_touchmetond__video {
  width: calc((100% - 80px) / 2);
}

@media screen and (max-width: 680px) {
  .p-product_touchmetond__video {
    width: 100%;
  }
}

.p-product_touchmetond__video__inner {
  position: relative;
  padding-top: 56.25%;
}

.p-product_touchmetond__video__inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-product_touchmetond__img {
  width: calc((100% - 80px) / 2);
  position: relative;
}

@media screen and (max-width: 680px) {
  .p-product_touchmetond__img {
    width: 100%;
  }
}

.p-product_touchmetond__img .icon {
  width: 56px;
  height: 56px;
  position: absolute;
  left: calc(50% - 28px);
  top: calc(50% - 28px);
}

.p-product_reccomend {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-product_reccomend {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-product_reccomend__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 680px) {
  .p-product_reccomend__inner {
    display: block;
  }
}

.p-product_reccomend__img {
  width: calc((100% - 60px) / 2);
}

@media screen and (max-width: 680px) {
  .p-product_reccomend__img {
    width: 100%;
  }
}

.p-product_reccomend__content {
  width: calc((100% - 60px) / 2);
}

@media screen and (max-width: 680px) {
  .p-product_reccomend__content {
    width: 100%;
    padding: 0 35px;
    margin-top: 20px;
  }
}

.p-product_reccomend__en {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 680px) {
  .p-product_reccomend__en {
    font-size: 22px;
  }
}

.p-product_reccomend__jp {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-product_reccomend__jp {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_reccomend__jp {
    margin-top: 2px;
  }
}

.p-product_reccomend__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-product_reccomend__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_reccomend__text {
    margin-top: 20px;
  }
}

.p-product_reccomend__text span {
  font-size: 10px;
}

@media screen and (max-width: 680px) {
  .p-product_reccomend__text span {
    font-size: 10px;
  }
}

.p-product_reccomend__text small {
  display: block;
  font-size: 10px;
  color: #2d2926;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .p-product_reccomend__text small {
    font-size: 10px;
  }
}

.p-product_reccomend__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 200px;
  width: 100%;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: 12px;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-product_reccomend__btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .p-product_reccomend__btn {
    max-width: 140px;
    margin-top: 30px;
  }
}

.p-product_reccomend__btn:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2d2926;
}

.p-product_reccomend__btn:after {
  content: "";
  width: 17px;
  height: 1px;
  position: absolute;
  right: -2px;
  bottom: 6px;
  background: #2d2926;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-about__lead {
  text-align: center;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-about__lead {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-about__lead__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 680px) {
  .p-about__lead__title {
    font-size: 22px;
  }
}

.p-about__lead__title .is-sp {
  display: none;
}

@media screen and (max-width: 680px) {
  .p-about__lead__title .is-sp {
    display: inline;
  }
}

.p-about__lead__text {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-about__lead__text {
    font-size: 14px;
  }
}

.p-about__lead__text .is-sp {
  display: none;
}

@media screen and (max-width: 680px) {
  .p-about__lead__text .is-sp {
    display: inline;
  }
}

.p-about__desc {
  margin-top: 80px;
}

.p-about__desc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  background: #000 url("./images/about_desc_bg.png") right bottom/248px no-repeat;
  padding: 80px;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-about__desc__inner {
    display: block;
    background: #000 url("./images/about_desc_bg.png") right bottom/160px no-repeat;
    padding: 80px 50px 100px;
  }
}

.p-about__desc__logo {
  width: 138px;
}

@media screen and (max-width: 680px) {
  .p-about__desc__logo {
    margin: 0 auto;
  }
}

.p-about__desc__content {
  color: #ffffff;
  margin-left: 60px;
}

@media screen and (max-width: 680px) {
  .p-about__desc__content {
    margin-left: 0;
    margin-top: 40px;
  }
}

.p-about__desc__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 680px) {
  .p-about__desc__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .p-about__desc__title {
    text-align: center;
  }
}

.p-about__desc__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-about__desc__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-about__desc__text {
    text-align: center;
  }
}

.p-about__desc__text .is-sp {
  display: none;
}

@media screen and (max-width: 680px) {
  .p-about__desc__text .is-sp {
    display: inline;
  }
}

.p-about__approach {
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .p-about__approach {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-about__approach__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 32px;
}

@media screen and (max-width: 680px) {
  .p-about__approach__title {
    font-size: 22px;
  }
}

.p-about__approach__title .is-sp {
  display: none;
}

@media screen and (max-width: 680px) {
  .p-about__approach__title .is-sp {
    display: inline;
  }
}

.p-about__approach__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  counter-reset: number;
  margin: 40px auto 0;
}

@media screen and (max-width: 680px) {
  .p-about__approach__list {
    display: block;
  }
}

.p-about__approach__item {
  width: calc((100% - 120px) / 3);
  counter-increment: number;
}

@media screen and (max-width: 680px) {
  .p-about__approach__item {
    width: 100%;
  }

  .p-about__approach__item:not(:first-child) {
    margin-top: 50px;
  }
}

.p-about__approach__item__en {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 680px) {
  .p-about__approach__item__en {
    font-size: 22px;
  }
}

.p-about__approach__item__en:before {
  content: counter(number, decimal-leading-zero) ".";
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 680px) {
  .p-about__approach__item__en:before {
    font-size: 22px;
  }
}

.p-about__approach__item__jp {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-top: 30px;
  border-top: 1px solid #2d2926;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .p-about__approach__item__jp {
    font-size: 19px;
  }
}

@media screen and (max-width: 680px) {
  .p-about__approach__item__jp {
    padding-top: 20px;
  }
}

.p-about__approach__item__jp span {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp sans-serif;
  font-size: 16px;
  color: #2d2926;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .p-about__approach__item__jp span {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .p-about__approach__item__jp span {
    margin-bottom: 6px;
  }
}

.p-about__approach__item__jp small {
  font-size: 10px;
}

@media screen and (max-width: 680px) {
  .p-about__approach__item__jp small {
    font-size: 10px;
  }
}

.p-about__approach__item__text {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 24px;
}

@media screen and (max-width: 680px) {
  .p-about__approach__item__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-about__approach__item__text {
    margin-top: 16px;
  }
}

.p-about__approach__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 200px;
  width: 100%;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: 12px;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-about__approach__item__link {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .p-about__approach__item__link {
    max-width: 140px;
    margin-top: 20px;
  }
}

.p-about__approach__item__link:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2d2926;
}

.p-about__approach__item__link:after {
  content: "";
  width: 17px;
  height: 1px;
  position: absolute;
  right: -2px;
  bottom: 6px;
  background: #2d2926;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-about__approach__notes {
  max-width: 680px;
  width: 100%;
  font-size: 10px;
  line-height: 1.8;
  text-align: center;
  color: #2d2926;
  margin: 40px auto 0;
}

@media screen and (max-width: 680px) {
  .p-about__approach__notes {
    font-size: 10px;
  }
}

.p-about__story {
  background: #f2f2f2;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .p-about__story {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-about__story__text {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-about__story__text {
    font-size: 14px;
  }
}

.p-about__story__text .is-sp {
  display: none;
}

@media screen and (max-width: 680px) {
  .p-about__story__text .is-sp {
    display: inline;
  }
}

.p-about__creator {
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .p-about__creator {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-about__creator__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 680px) {
  .p-about__creator__list {
    display: block;
  }
}

.p-about__creator__item {
  width: calc((100% - 120px) / 3);
}

@media screen and (max-width: 680px) {
  .p-about__creator__item {
    width: 100%;
  }

  .p-about__creator__item:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-about__creator__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-about__creator__img img {
  max-width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-about__creator__img img {
    max-width: 80px;
  }
}

.p-about__creator__text {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-about__creator__text {
    text-align: left;
    margin-top: 0;
    margin-left: 20px;
  }
}

.p-about__creator__name {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 680px) {
  .p-about__creator__name {
    font-size: 19px;
  }
}

.p-about__creator__position {
  font-size: 14px;
  line-height: 1.8;
  color: #2d2926;
  margin-top: 2px;
}

@media screen and (max-width: 680px) {
  .p-about__creator__position {
    font-size: 14px;
  }
}

.p-about__creator__desc {
  font-size: 13px;
  line-height: 2;
  color: #2d2926;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-about__creator__desc {
    font-size: 13px;
  }
}

.p-about__creator__hobby {
  padding-left: 25px;
  margin-top: 10px;
}

.p-about__creator__hobby div {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 680px) {
  .p-about__creator__hobby div {
    font-size: 14px;
  }
}

.p-about__creator__hobby ul {
  margin-top: 6px;
}

.p-about__creator__hobby li {
  font-size: 13px;
  line-height: 2;
  color: #2d2926;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 680px) {
  .p-about__creator__hobby li {
    font-size: 13px;
  }
}

.p-about__creator__hobby li:before {
  content: "・";
}

.p-list__howto {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-list__howto {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-list__howto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1080px;
  width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 680px) {
  .p-list__howto__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-list__howto__item.is-circle {
  width: 14.444%;
}

@media screen and (max-width: 680px) {
  .p-list__howto__item.is-circle {
    width: 100px;
  }
}

.p-list__howto__item.is-original {
  width: 44%;
  margin: 0 3.148%;
}

@media screen and (max-width: 680px) {
  .p-list__howto__item.is-original {
    width: auto;
    margin: 20px 0;
  }
}

.p-list__howto__item.is-text {
  width: 14.444%;
  margin-top: 8.333%;
  margin-left: 6.296%;
}

@media screen and (max-width: 680px) {
  .p-list__howto__item.is-text {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}

.p-list__howto__circle {
  width: 100%;
  position: relative;
  padding-top: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  margin-top: 37px;
}

@media screen and (max-width: 680px) {
  .p-list__howto__circle {
    margin-top: 0;
  }
}

.p-list__howto__circle span {
  font-size: 14px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 680px) {
  .p-list__howto__circle span {
    font-size: 14px;
  }
}

.p-list__howto__original {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background: #f2f2f2;
  padding: 30px 7.142%;
}

@media screen and (max-width: 680px) {
  .p-list__howto__original {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
  }
}

.p-list__howto__original:before,
.p-list__howto__original:after {
  content: "";
  width: 21px;
  height: 7px;
  position: absolute;
  top: 0;
  background: url("./images/icon_arrow.png") center/contain no-repeat;
  margin-top: 22.9%;
}

.p-list__howto__original:before {
  left: -10px;
}

@media screen and (max-width: 680px) {
  .p-list__howto__original:before {
    top: -4px;
    left: calc(50% - 8px);
    margin-top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.p-list__howto__original:after {
  right: -10px;
}

@media screen and (max-width: 680px) {
  .p-list__howto__original:after {
    top: auto;
    bottom: -4px;
    left: calc(50% - 8px);
    margin-top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.p-list__howto__original__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 41.75%;
  position: relative;
  z-index: 1;
  padding-top: 24px;
}

@media screen and (max-width: 680px) {
  .p-list__howto__original__item {
    width: 160px;
  }
}

.p-list__howto__original__item:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #2d2926;
  padding-top: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 680px) {
  .p-list__howto__original__item:before {
    width: 100px;
    left: calc(50% - 50px);
    padding-top: 100px;
  }
}

@media screen and (max-width: 680px) {
  .p-list__howto__original__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.p-list__howto__original__item:not(:last-child):after {
  content: "";
  width: 21px;
  height: 7px;
  position: absolute;
  right: -25.882%;
  top: 0;
  background: url("./images/icon_arrow.png") center/contain no-repeat;
  margin-top: 46.47%;
}

@media screen and (max-width: 680px) {
  .p-list__howto__original__item:not(:last-child):after {
    right: calc(50% - 8px);
    top: calc(100% + 13px);
    margin-top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.p-list__howto__original__category {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
}

@media screen and (max-width: 680px) {
  .p-list__howto__original__category {
    font-size: 16px;
  }
}

.p-list__howto__original__img {
  margin-top: 6px;
}

.p-list__howto__original__img img {
  max-width: 100px;
}

.p-list__howto__original__en {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-list__howto__original__en {
    font-size: 16px;
  }
}

.p-list__howto__original__jp {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 2px;
}

@media screen and (max-width: 680px) {
  .p-list__howto__original__jp {
    font-size: 12px;
  }
}

.p-list__howto__text {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 680px) {
  .p-list__howto__text {
    font-size: 14px;
  }
}

.p-list__howto__text:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -28.205%;
  top: calc(50% - 10px);
  background: url("./images/icon_plus.png") center/contain no-repeat;
}

@media screen and (max-width: 680px) {
  .p-list__howto__text:before {
    left: calc(50% - 10px);
    top: -30px;
  }
}

.p-list__product {
  margin-top: 80px;
}

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

@media screen and (max-width: 680px) {
  .p-list__product__item {
    display: block;
  }
}

.p-list__product__item:not(:first-child) {
  margin-top: 60px;
}

@media screen and (max-width: 680px) {
  .p-list__product__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-list__product__img {
  width: 55%;
}

@media screen and (max-width: 680px) {
  .p-list__product__img {
    width: 100%;
  }
}

.p-list__product__content {
  max-width: 588px;
  width: 45%;
}

@media screen and (max-width: 680px) {
  .p-list__product__content {
    width: 100%;
    margin-top: 30px;
  }
}

.p-list__product__category {
  font-size: 20px;
  line-height: 1.8;
  color: #2d2926;
}

@media screen and (max-width: 680px) {
  .p-list__product__category {
    font-size: 19px;
  }
}

.p-list__product__en {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 40px;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-list__product__en {
    font-size: 24px;
  }
}

.p-list__product__jp {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-list__product__jp {
    font-size: 22px;
  }
}

.p-list__product__text {
  font-size: 16px;
  line-height: 2;
  color: #2d2926;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-list__product__text {
    font-size: 16px;
  }
}

.p-list__product__detail {
  margin-top: 20px;
}

.p-list__product__detail__item:not(:first-child) {
  margin-top: 24px;
}

.p-list__product__detail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-list__product__detail__count {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  padding-bottom: 3px;
}

@media screen and (max-width: 680px) {
  .p-list__product__detail__count {
    font-size: 14px;
  }
}

.p-list__product__detail__count:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2d2926;
}

.p-list__product__detail__text {
  font-size: 14px;
  line-height: 2;
  color: #2d2926;
  margin-left: 10px;
}

@media screen and (max-width: 680px) {
  .p-list__product__detail__text {
    font-size: 14px;
  }
}

.p-list__product__detail__text span {
  font-size: 10px;
}

@media screen and (max-width: 680px) {
  .p-list__product__detail__text span {
    font-size: 10px;
  }
}

.p-list__product__detail__notes {
  font-size: 10px;
  line-height: 1.8;
  color: #2d2926;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-list__product__detail__notes {
    font-size: 10px;
  }
}

.p-list__product__item:nth-child(odd) .p-list__product__content {
  margin-left: 60px;
  padding-right: 100px;
}

@media screen and (max-width: 680px) {
  .p-list__product__item:nth-child(odd) .p-list__product__content {
    margin-left: 0;
    padding: 0 50px;
  }
}

.p-list__product__item:nth-child(even) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-list__product__item:nth-child(even) .p-list__product__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.p-list__product__item:nth-child(even) .p-list__product__content {
  margin-right: 60px;
  padding-left: 100px;
}

@media screen and (max-width: 680px) {
  .p-list__product__item:nth-child(even) .p-list__product__content {
    margin-right: 0;
    padding: 0 50px;
  }
}

.p-list__product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 200px;
  width: 100%;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: 12px;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-list__product__link {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .p-list__product__link {
    max-width: 140px;
    margin-top: 30px;
  }
}

.p-list__product__link:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2d2926;
}

.p-list__product__link:after {
  content: "";
  width: 17px;
  height: 1px;
  position: absolute;
  right: -2px;
  bottom: 6px;
  background: #2d2926;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-list__touchmetond {
  background: #f2f2f2;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .p-list__touchmetond {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-list__touchmetond__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
  margin: 40px auto 0;
}

@media screen and (max-width: 680px) {
  .p-list__touchmetond__list {
    display: block;
  }
}

.p-list__touchmetond__item {
  width: calc((100% - 80px) / 2);
}

@media screen and (max-width: 680px) {
  .p-list__touchmetond__item {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .p-list__touchmetond__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-list__touchmetond__video {
  position: relative;
  padding-top: 56.25%;
}

.p-list__touchmetond__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-list__touchmetond__img {
  position: relative;
}

.p-list__touchmetond__img .icon {
  width: 56px;
  position: absolute;
  left: calc(50% - 28px);
  top: calc(50% - 28px);
}

.p-list__touchmetond__en {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-list__touchmetond__en {
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .p-list__touchmetond__en {
    margin-top: 20px;
  }
}

.p-list__touchmetond__jp {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-list__touchmetond__jp {
    font-size: 16px;
  }
}

.p-list__touchmetond__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #2d2926;
  background: none;
  border: 1px solid #2d2926;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 40px auto 0;
}

@media screen and (max-width: 680px) {
  .p-list__touchmetond__link {
    font-size: 16px;
  }
}

.p-list__touchmetond__link:hover {
  opacity: 0.4;
}

@media screen and (max-width: 680px) {
  .p-list__touchmetond__link {
    max-width: 280px;
    height: 50px;
  }
}

.p-touchmetond__lead {
  background: #f2f2f2;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 60px;
  padding-bottom: 80px;
}

@media screen and (max-width: 680px) {
  .p-touchmetond__lead {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-touchmetond__lead__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-touchmetond__lead__text {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-touchmetond__lead__text {
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .p-touchmetond__lead__text br {
    display: none;
  }
}

.p-touchmetond__lead__video {
  position: relative;
  padding-top: 56.25%;
  margin-top: 40px;
}

.p-touchmetond__lead__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-touchmetond__container {
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .p-touchmetond__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-touchmetond__block {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-touchmetond__block:not(:first-child) {
  margin-top: 60px;
}

.p-touchmetond__block__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-touchmetond__block__title {
    font-size: 19px;
  }
}

.p-touchmetond__block__title span {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 30px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 680px) {
  .p-touchmetond__block__title span {
    font-size: 24px;
  }
}

.p-touchmetond__block__video {
  position: relative;
  padding-top: 56.25%;
  margin-top: 40px;
}

.p-touchmetond__block__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-touchmetond__block__pdf {
  margin-top: 40px;
}

.p-touchmetond__block__pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 360px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.6;
  border: 1px solid #2d2926;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-touchmetond__block__pdf a {
    font-size: 16px;
  }
}

.p-touchmetond__block__pdf a img {
  width: 20px;
  margin-right: 10px;
}

.p-touchmetond__block__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  border: 1px solid #d7d7d7;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-touchmetond__block__product {
    padding: 15px;
  }
}

.p-touchmetond__block__product__img {
  width: 160px;
}

@media screen and (max-width: 680px) {
  .p-touchmetond__block__product__img {
    width: 80px;
  }
}

.p-touchmetond__block__product__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-left: 30px;
}

@media screen and (max-width: 680px) {
  .p-touchmetond__block__product__content {
    margin-left: 15px;
  }
}

.p-touchmetond__block__product__en {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 680px) {
  .p-touchmetond__block__product__en {
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .p-touchmetond__block__product__en {
    font-size: 19px;
  }
}

.p-touchmetond__block__product__ja {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  position: relative;
  padding-right: 31px;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-touchmetond__block__product__ja {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .p-touchmetond__block__product__ja {
    font-style: 13px;
    margin-top: 4px;
  }
}

.p-touchmetond__block__product__ja img {
  width: 21px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-science__lead {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 680px) {
  .p-science__lead {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-science__lead__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-science__lead__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-science__lead__title {
    font-size: 22px;
  }
}

.p-science__lead__text {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-science__lead__text {
    font-size: 14px;
  }
}

.p-science__lead__debut__title {
  max-width: 360px;
  padding: 0 10px;
  margin: 60px auto 0;
}

.p-science__lead__debut__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 35px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  background-color: #2d2926;
}

@media screen and (max-width: 680px) {
  .p-science__lead__debut__title span {
    font-size: 16px;
  }
}

.p-science__lead__debut__title span:before,
.p-science__lead__debut__title span:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
}

.p-science__lead__debut__title span:before {
  left: -10px;
  background: url("./images/ribbon_edge_start.png") center/100% 100% no-repeat;
}

.p-science__lead__debut__title span:after {
  right: -10px;
  background: url("./images/ribbon_edge_end.png") center/100% 100% no-repeat;
}

.p-science__lead__debut__text {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 24px;
}

@media screen and (max-width: 680px) {
  .p-science__lead__debut__text {
    font-size: 22px;
  }
}

.p-science__lead__img {
  margin-top: 40px;
}

.p-science__lead__img span {
  display: block;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .p-science__lead__img span {
    font-size: 16px;
  }
}

.p-science__notice {
  background: #f2f2f2;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 100px;
}

@media screen and (max-width: 680px) {
  .p-science__notice {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-science__notice__bg {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}

@media screen and (max-width: 680px) {
  .p-science__notice__bg {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-science__notice__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-science__notice__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-science__notice__profile__img {
  width: 120px;
}

@media screen and (max-width: 680px) {
  .p-science__notice__profile__img {
    width: 80px;
  }
}

.p-science__notice__profile__text {
  margin-left: 30px;
}

@media screen and (max-width: 680px) {
  .p-science__notice__profile__text {
    margin-left: 15px;
  }
}

.p-science__notice__profile__post {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 680px) {
  .p-science__notice__profile__post {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-science__notice__profile__post {
    font-size: 12px;
  }
}

@media screen and (max-width: 680px) and (max-width: 680px) {
  .p-science__notice__profile__post {
    font-size: 12px;
  }
}

.p-science__notice__profile__name {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-science__notice__profile__name {
    font-size: 19px;
  }
}

@media screen and (max-width: 680px) {
  .p-science__notice__profile__name {
    margin-top: 4px;
  }
}

.p-science__notice__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-science__notice__title {
    font-size: 22px;
  }
}

.p-science__notice__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-science__notice__text {
    font-size: 14px;
  }
}

.p-science__notice__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.p-science__notice__img img {
  width: calc((100% - 40px) / 2);
}

@media screen and (max-width: 680px) {
  .p-science__notice__img img {
    width: calc((100% - 15px) / 2);
  }
}

.p-science__merkel {
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .p-science__merkel {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-science__merkel__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-science__merkel__block:not(:first-child) {
  margin-top: 80px;
}

.p-science__merkel__subtitle {
  max-width: 360px;
  padding: 0 10px;
  margin: 0 auto;
}

.p-science__merkel__subtitle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 35px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  background-color: #2d2926;
}

@media screen and (max-width: 680px) {
  .p-science__merkel__subtitle span {
    font-size: 16px;
  }
}

.p-science__merkel__subtitle span:before,
.p-science__merkel__subtitle span:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
}

.p-science__merkel__subtitle span:before {
  left: -10px;
  background: url("./images/ribbon_edge_start.png") center/100% 100% no-repeat;
}

.p-science__merkel__subtitle span:after {
  right: -10px;
  background: url("./images/ribbon_edge_end.png") center/100% 100% no-repeat;
}

.p-science__merkel__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 24px;
}

@media screen and (max-width: 680px) {
  .p-science__merkel__title {
    font-size: 22px;
  }
}

.p-science__merkel__text {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-science__merkel__text {
    font-size: 14px;
  }
}

.p-science__merkel__notes {
  font-size: 10px;
  line-height: 1.8;
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .p-science__merkel__notes {
    font-size: 10px;
  }
}

.p-science__merkel__img {
  margin-top: 40px;
}

.p-science__merkel__whats {
  margin-top: 40px;
}

.p-science__merkel__whats__item:not(:first-child) {
  margin-top: 40px;
}

.p-science__merkel__whats__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 680px) {
  .p-science__merkel__whats__title {
    font-size: 22px;
  }
}

.p-science__merkel__whats__title:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  height: 1px;
  background: #d7d7d7;
  margin-left: 20px;
}

.p-science__merkel__whats__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.p-science__merkel__whats__img {
  width: 160px;
  margin-right: 40px;
}

@media screen and (max-width: 680px) {
  .p-science__merkel__whats__img {
    margin-right: 20px;
  }
}

.p-science__merkel__whats__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 680px) {
  .p-science__merkel__whats__text {
    font-size: 14px;
  }
}

.p-science__merkel__summary {
  text-align: center;
  margin-top: 60px;
}

.p-science__merkel__summary span {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 20px;
  line-height: 2.3;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  border-bottom: 1px solid #2d2926;
}

@media screen and (max-width: 680px) {
  .p-science__merkel__summary span {
    font-size: 19px;
  }
}

@media screen and (max-width: 680px) {
  .p-science__merkel__summary span {
    font-size: 17px;
  }
}

.p-science__happen {
  background: #f2f2f2;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .p-science__happen {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-science__happen__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-science__happen__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-science__happen__title {
    font-size: 22px;
  }
}

.p-science__happen__video {
  position: relative;
  padding-top: 56.25%;
  margin-top: 40px;
}

.p-science__happen__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-science__care {
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .p-science__care {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-science__care__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-science__care__subtitle {
  max-width: 360px;
  padding: 0 10px;
  margin: 0 auto;
}

.p-science__care__subtitle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 35px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  background-color: #2d2926;
}

@media screen and (max-width: 680px) {
  .p-science__care__subtitle span {
    font-size: 16px;
  }
}

.p-science__care__subtitle span:before,
.p-science__care__subtitle span:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
}

.p-science__care__subtitle span:before {
  left: -10px;
  background: url("./images/ribbon_edge_start.png") center/100% 100% no-repeat;
}

.p-science__care__subtitle span:after {
  right: -10px;
  background: url("./images/ribbon_edge_end.png") center/100% 100% no-repeat;
}

.p-science__care__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 24px;
}

@media screen and (max-width: 680px) {
  .p-science__care__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .p-science__care__title .is-pc {
    display: none;
  }
}

.p-science__care__notes {
  font-size: 10px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-science__care__notes {
    font-size: 10px;
  }
}

.p-science__care__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-science__care__detail {
    display: block;
  }
}

.p-science__care__detail__item {
  width: calc(100% - 40px);
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-science__care__detail__item {
    width: 100%;
  }

  .p-science__care__detail__item:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .p-science__care__detail__item img {
    max-width: 240px;
    margin: 0 auto;
  }
}

.p-science__care__detail__subtitle {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-science__care__detail__subtitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-science__care__detail__subtitle {
    margin-top: 10px;
  }
}

.p-science__care__detail__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 680px) {
  .p-science__care__detail__title {
    font-size: 19px;
  }
}

.p-science__care__detail__notes {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-science__care__detail__notes {
    font-size: 14px;
  }
}

.p-science__care__img {
  margin-top: 40px;
}

.p-science__result {
  background: #f2f2f2;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .p-science__result {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-science__result__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-science__result__inner {
    display: block;
  }
}

.p-science__result__img {
  width: 45%;
}

@media screen and (max-width: 680px) {
  .p-science__result__img {
    width: 100%;
  }
}

.p-science__result__content {
  width: 55%;
  padding-left: 60px;
}

@media screen and (max-width: 680px) {
  .p-science__result__content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.p-science__result__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 680px) {
  .p-science__result__title {
    font-size: 22px;
  }
}

.p-science__result__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .p-science__result__text {
    font-size: 14px;
  }
}

.p-subscription__about {
  background: #f2f2f2;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-subscription__about__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.p-subscription__about__title {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__title {
    font-size: 22px;
  }
}

.p-subscription__about__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__nav {
    display: block;
  }
}

.p-subscription__about__nav__item {
  width: calc((100% - 120px) / 3);
}

@media screen and (max-width: 680px) {
  .p-subscription__about__nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .p-subscription__about__nav__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-subscription__about__nav__icon img {
  max-width: 120px;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__nav__icon img {
    width: 100px;
  }
}

.p-subscription__about__nav__content {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__nav__content {
    text-align: left;
    margin-top: 0;
    margin-left: 15px;
  }
}

.p-subscription__about__nav__title {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__nav__title {
    font-size: 16px;
  }
}

.p-subscription__about__nav__title span {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  margin-right: 10px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__nav__title span {
    font-size: 19px;
  }
}

.p-subscription__about__nav__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__nav__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-subscription__about__nav__text {
    margin-top: 4px;
  }
}

.p-subscription__about__nav__btn {
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__nav__btn {
    margin-top: 10px;
  }
}

.p-subscription__about__nav__btn a {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-right: 30px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__nav__btn a {
    font-size: 16px;
  }
}

.p-subscription__about__nav__btn a:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 2px;
  border-right: 1px solid #2d2926;
  border-bottom: 1px solid #2d2926;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-subscription__about__container {
  margin-top: 80px;
}

.p-subscription__about__block:not(:first-child) {
  margin-top: 80px;
}

.p-subscription__about__block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 1.8;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__title {
    font-size: 22px;
  }
}

.p-subscription__about__block__title img {
  width: 80px;
  margin-right: 24px;
}

.p-subscription__about__block__title span {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 30px;
  line-height: 1.6;
  margin-right: 10px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__title span {
    font-size: 24px;
  }
}

.p-subscription__about__block__text {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__text {
    font-size: 14px;
  }
}

.p-subscription__about__block__notes {
  font-size: 10px;
  line-height: 1.8;
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__notes {
    font-size: 10px;
  }
}

.p-subscription__about__block__list {
  width: calc(100% - 200px);
  margin-top: 30px;
  margin-left: auto;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list thead {
    display: block;
  }
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list thead tr {
    display: block;
  }
}

.p-subscription__about__block__list thead tr th {
  font-size: 14px;
  line-height: 1.8;
  color: #ffffff;
  background: #2d2926;
  padding: 8px;
  border: 1px solid #d7d7d7;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list thead tr th {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list thead tr th {
    display: block;
    cursor: pointer;
    opacity: 0.4;
  }

  .p-subscription__about__block__list thead tr th:not(:first-child) {
    border-top: none;
  }
}

.p-subscription__about__block__list thead tr th.is-active {
  opacity: 1;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list thead tr th .is-pc {
    display: none;
  }
}

.p-subscription__about__block__list thead tr th .is-sp {
  display: none;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list thead tr th .is-sp {
    display: inline;
  }
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list tbody {
    display: block;
    margin-top: 110px;
  }
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list tbody tr {
    display: none;
  }

  .p-subscription__about__block__list tbody tr.is-active {
    display: block;
  }
}

.p-subscription__about__block__list tbody tr td {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #d7d7d7;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list tbody tr td {
    display: block;
  }

  .p-subscription__about__block__list tbody tr td:not(:first-child) {
    border-top: none;
  }
}

.p-subscription__about__block__list__product {
  position: relative;
}

.p-subscription__about__block__list__product img {
  width: 120px;
  margin: 0 auto;
}

.p-subscription__about__block__list__product p {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list__product p {
    font-size: 16px;
  }
}

.p-subscription__about__block__list__discount {
  width: 210px;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 30px;
  text-align: center;
  position: absolute;
  left: -220px;
  top: 50%;
  background: #F1E2D3;
  padding: 16px 0 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list__discount {
    font-size: 24px;
  }
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list__discount {
    left: calc(50% - 105px);
    top: -120px;
    -webkit-transform: none;
    transform: none;
  }
}

.p-subscription__about__block__list__discount span {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list__discount span {
    font-size: 16px;
  }
}

.p-subscription__about__block__list__discount strong {
  font-size: 40px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list__discount strong {
    font-size: 24px;
  }
}

.p-subscription__about__block__list__discount:after {
  content: "";
  position: absolute;
  right: -20px;
  top: calc(50% - 15px);
  border-width: 15px 0 15px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #F1E2D3;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list__discount:after {
    right: calc(50% - 15px);
    top: 100%;
    border-width: 20px 15px 0;
    border-color: #F1E2D3 transparent transparent transparent;
  }
}

.p-subscription__about__block__list__ttile {
  display: none;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list__ttile {
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list__ttile {
    display: block;
  }
}

.p-subscription__about__block__list__price {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list__price {
    font-size: 24px;
  }
}

.p-subscription__about__block__list__price span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp sans-serif;
  font-size: 16px;
  margin: 0 10px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list__price span {
    font-size: 16px;
  }
}

.p-subscription__about__summary {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__summary {
    font-size: 22px;
  }
}

.p-subscription__product {
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 65px;
}

@media screen and (max-width: 680px) {
  .p-subscription__product {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-subscription__product__inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.p-subscription__product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  border: 1px solid #d7d7d7;
  margin-top: 40px;
}

.p-subscription__product__item:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .p-subscription__product__item:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 680px) {
  .p-subscription__product__item {
    padding: 15px;
  }
}

.p-subscription__product__img {
  width: 160px;
}

@media screen and (max-width: 680px) {
  .p-subscription__product__img {
    width: 80px;
  }
}

.p-subscription__product__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-left: 30px;
}

@media screen and (max-width: 680px) {
  .p-subscription__product__content {
    margin-left: 15px;
  }
}

.p-subscription__product__en {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 680px) {
  .p-subscription__product__en {
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .p-subscription__product__en {
    font-size: 19px;
  }
}

.p-subscription__product__ja {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  position: relative;
  padding-right: 31px;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-subscription__product__ja {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .p-subscription__product__ja {
    font-style: 13px;
    margin-top: 4px;
  }
}

.p-subscription__product__ja img {
  width: 21px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/** new add **/

.p-product_section__lead__memo {
  font-size: 11px;
  line-height: 2.2;
  text-align: center;
  margin-top: 20px;
}

.p-product_section__link {
  flex-wrap: wrap;
}

.p-product_section__link__item {
  margin-bottom: 10px;
}

.p-touchmetond_section__inner {
  flex-direction: column;
}

.p-touchmetond_section__content {
  text-align: center;
}

.p-touchmetond_section__content .p-product_section__link__btn {
  margin: 60px auto 0;
}

.p-touchmetond_section__video {
  margin: 60px auto 0;
}

@media screen and (max-width: 1440px) {
  .p-product_section__image {
    background: url("https://d2w53g1q050m78.cloudfront.net/branchicjp/uploads/2024_0722/product_section_image_v2.jpg") center/cover no-repeat;
  }
}

@media screen and (max-width: 680px) {
  .p-product_section__image {
    background: url("https://d2w53g1q050m78.cloudfront.net/branchicjp/uploads/20230107/product_section_image-sp.jpg") center/cover no-repeat;
  }
}

.p-product_section__link__btn a {
  text-align: left;
  display: block;
}

.p-about__desc__inner {
  background: #000 url("https://d2w53g1q050m78.cloudfront.net/branchicjp/uploads/20230107/about_desc_bg.png") right bottom/248px no-repeat;
}