﻿
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* ***************************
 Reset Extenstion
*************************** */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  display: block;
}

template,
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: inherit;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

html {
  font-size: 15px;
  line-height: 28px;
  scroll-behavior: smooth;
  scroll-padding-top: 143px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 66px;
  }
}

body {
  overflow-x: hidden;
  font: inherit;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  color: #343434;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input {
  padding: 0;
  font: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a:hover,
html a:focus {
  color: inherit;
  text-decoration: none;
}

.p-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3333333333rem;
  line-height: 1.25;
}

.l-base:not(.l-base__top):not(.l-base__products) {
  position: relative;
  background-image: url(../image/lower-page-bg.png);
}

.l-base:not(.l-base__top):before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 176, 169, 0.1)), to(rgba(236, 236, 236, 0.1)));
  background: -webkit-linear-gradient(top, rgba(169, 176, 169, 0.1), rgba(236, 236, 236, 0.1));
  background: linear-gradient(to bottom, rgba(169, 176, 169, 0.1), rgba(236, 236, 236, 0.1));
}

.l-mypage__inner {
  width: 100%;
  max-width: 1295px;
  height: 100%;
  padding: 174px 50px 172px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-mypage__inner {
    padding: 84px 25px 91px;
  }
}

.l-mypage__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .l-mypage__column {
    display: block;
    margin-top: 13px;
  }
}

.l-mypage__column__aside {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .l-mypage__column__aside {
    display: none;
  }
}

.l-mypage__column__main {
  width: calc(100% - 50px - 160px);
  max-width: 820px;
}
@media screen and (max-width: 768px) {
  .l-mypage__column__main {
    width: 100%;
  }
}

.c-button {
  position: relative;
  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;
  width: 100%;
  height: 50px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 38px;
  }
}

.c-button:before,
.c-button:after {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 21px;
  content: "";
  border-right: 1px solid #343434;
  border-left: 1px solid #343434;
  -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  .c-button:before,
.c-button:after {
    height: 16px;
  }
}

.c-button:before {
  bottom: calc(50% + 4px);
  border-top: 1px solid #343434;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
}

.c-button:after {
  top: calc(50% + 4px);
  border-bottom: 1px solid #343434;
  border-bottom-right-radius: 500px;
  border-bottom-left-radius: 500px;
}

.c-button:hover::before,
.c-button:hover::after {
  width: calc(100% + 10px);
  height: 27px;
}
@media screen and (max-width: 768px) {
  .c-button:hover::before,
.c-button:hover::after {
    width: 100%;
    height: 16px;
  }
}

.c-button__text {
  position: relative;
  z-index: 2;
  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;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #343434;
  letter-spacing: 0.1em;
  font-size: 0.8666666667rem;
  line-height: 1.1538461538;
}
@media screen and (max-width: 768px) {
  .c-button__text {
    font-size: 0.7333333333rem;
    line-height: 1.2727272727;
  }
}

.c-button__text:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-linear-gradient(160deg, #a1a5a1, #bbc2bb);
  background: linear-gradient(-70deg, #a1a5a1, #bbc2bb);
  border-radius: 500px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.c-button:hover .c-button__text:before {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .c-button:hover .c-button__text:before {
    opacity: 0;
  }
}

.c-button.c-button--reverse {
  color: #fff;
}

.c-button.c-button--reverse:before,
.c-button.c-button--reverse:after {
  border-color: #fff;
}

.c-button.c-button--reverse .c-button__text {
  color: #fff;
}

.c-button.c-button--primary {
  font-family: "Noto Sans JP", sans-serif;
  background: -webkit-linear-gradient(160deg, #a1a5a1, #bbc2bb);
  background: linear-gradient(-70deg, #a1a5a1, #bbc2bb);
  border-radius: 60px;
  font-size: 1rem;
  line-height: 1;
}

.c-button.c-button--primary .c-button__text {
  color: #fff;
}

.c-button.c-button--primary:before,
.c-button.c-button--primary:after {
  border-right: 1px solid #bbc2bb;
  border-left: 1px solid #bbc2bb;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.5s, height 0.5s;
  transition: opacity 0.5s, width 0.5s, height 0.5s;
}
@media screen and (max-width: 768px) {
  .c-button.c-button--primary:before,
.c-button.c-button--primary:after {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}

.c-button.c-button--primary:before {
  border-top: 1px solid #bbc2bb;
}
@media screen and (max-width: 768px) {
  .c-button.c-button--primary:before {
    border-top: 1px solid transparent;
  }
}

.c-button.c-button--primary:after {
  border-bottom: 1px solid #bbc2bb;
}
@media screen and (max-width: 768px) {
  .c-button.c-button--primary:after {
    border-bottom: 1px solid transparent;
  }
}

.c-button.c-button--primary:hover::before,
.c-button.c-button--primary:hover::after {
  opacity: 1;
  -webkit-transition: opacity 0.5s, width 0.5s, height 0.5s;
  transition: opacity 0.5s, width 0.5s, height 0.5s;
}

.c-button.c-button--primary.c-button--primary--success {
  background: -webkit-linear-gradient(160deg, #0dc10d, #55ce31);
  background: linear-gradient(-70deg, #0dc10d, #55ce31);
}

.c-button.c-button--primary.c-button--primary--success:hover .c-button__text:before {
  background: -webkit-linear-gradient(160deg, #0dc10d, #55ce31);
  background: linear-gradient(-70deg, #0dc10d, #55ce31);
}

.c-button.c-button--primary.c-button--primary--success:before,
.c-button.c-button--primary.c-button--primary--success:after {
  border-right: 1px solid #0dc10d;
  border-left: 1px solid #0dc10d;
}
@media screen and (max-width: 768px) {
  .c-button.c-button--primary.c-button--primary--success:before,
.c-button.c-button--primary.c-button--primary--success:after {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}

.c-button.c-button--primary.c-button--primary--success:before {
  border-top: 1px solid #0dc10d;
}
@media screen and (max-width: 768px) {
  .c-button.c-button--primary.c-button--primary--success:before {
    border-top: 1px solid transparent;
  }
}

.c-button.c-button--primary.c-button--primary--success:after {
  border-bottom: 1px solid #0dc10d;
}
@media screen and (max-width: 768px) {
  .c-button.c-button--primary.c-button--primary--success:after {
    border-bottom: 1px solid transparent;
  }
}

.c-button.c-button--lg {
  height: 60px;
}

.c-button.c-button--lg .c-button__text {
  font-size: 1rem;
  line-height: 1.0666666667;
}

.c-button.c-button--lg:before,
.c-button.c-button--lg:after {
  height: 25px;
}

.c-button.c-button--lg:hover::before,
.c-button.c-button--lg:hover::after {
  height: 31px;
}
@media screen and (max-width: 768px) {
  .c-button.c-button--lg:hover::before,
.c-button.c-button--lg:hover::after {
    height: 25px;
  }
}

.c-button-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(52, 52, 52, 0.5);
  text-decoration: none;
  font-size: 0.8666666667rem;
  line-height: 1.2307692308;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .c-button-text {
    font-size: 0.6666666667rem;
    line-height: 1.6;
  }
}

.c-button-text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(52, 52, 52, 0.5);
}

.c-button-text:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .c-button-text:hover {
    opacity: 1;
  }
}

.c-accordion {
  counter-reset: faq-counter;
}

.c-accordion__item {
  cursor: pointer;
}

.c-accordion__item:not(:first-child) {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .c-accordion__item:not(:first-child) {
    margin-top: 9px;
  }
}

.c-accordion__content {
  position: relative;
  background-color: #fff;
}

.c-accordion__content:before,
.c-accordion__content:after {
  position: absolute;
  content: "";
  background-color: #fff;
}

.c-accordion__content:before {
  top: 44.5px;
  right: 34px;
  z-index: 2;
  width: 10px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .c-accordion__content:before {
    top: 22px;
    right: 17.5px;
    width: 7px;
  }
}

.c-accordion__content:after {
  top: 40px;
  right: 38.5px;
  width: 1px;
  height: 10px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .c-accordion__content:after {
    top: 19px;
    right: 20.5px;
    height: 7px;
  }
}

.c-accordion__content:has(> .is-open):after {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.c-accordion__heading {
  position: relative;
  padding: 36px 59px 36px 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #fff;
  font-size: 1.0666666667rem;
  line-height: 1.125;
}
@media screen and (max-width: 768px) {
  .c-accordion__heading {
    font-size: 0.8rem;
    line-height: 1.5;
    padding: 13px 34px 13px 37px;
  }
}

.c-accordion__heading:before {
  position: absolute;
  left: 32px;
  content: counter(faq-counter, decimal-leading-zero) ".";
  counter-increment: faq-counter;
  /* カウンターを加算 */
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-accordion__heading:before {
    left: 15px;
  }
}

.c-accordion__heading:after {
  position: absolute;
  top: 35px;
  right: 29px;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #343434;
}
@media screen and (max-width: 768px) {
  .c-accordion__heading:after {
    top: 16px;
    right: 15px;
    width: 13px;
    height: 13px;
  }
}

.c-accordion__description {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 176, 169, 0.2)), to(rgba(149, 157, 149, 0.2)));
  background: -webkit-linear-gradient(top, rgba(169, 176, 169, 0.2), rgba(149, 157, 149, 0.2));
  background: linear-gradient(to bottom, rgba(169, 176, 169, 0.2), rgba(149, 157, 149, 0.2));
  -webkit-transition: grid-template-rows 0.5s ease-out;
  transition: grid-template-rows 0.5s ease-out;
  transition: grid-template-rows 0.5s ease-out, -ms-grid-rows 0.5s ease-out;
}

.c-accordion__description.is-open {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.c-accordion__description__wrap {
  overflow: hidden;
}

.c-accordion__text {
  position: relative;
  padding: 28px 29px 32px 69px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.005em;
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 768px) {
  .c-accordion__text {
    font-size: 0.8rem;
    line-height: 1.6666666667;
    padding: 13px 15px 13px 36px;
  }
}

.c-accordion__text:before {
  position: absolute;
  top: 30px;
  left: 35px;
  content: "A";
  opacity: 0.5;
  font-size: 1.0666666667rem;
  line-height: 1.125;
}
@media screen and (max-width: 768px) {
  .c-accordion__text:before {
    top: 13px;
    left: 19px;
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

.c-note {
  font-size: 0.6666666667rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.c-note span {
  color: #a60000;
}

.c-label {
  display: block;
  font-size: 0.9333333333rem;
  line-height: 2.0714285714;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-label {
    font-size: 0.6666666667rem;
    line-height: 2.9;
  }
}

.c-label .required {
  color: #a60000;
}

.c-textbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.c-textbox.c-textbox--postcode:before {
  position: absolute;
  top: 53%;
  left: 25px;
  content: "〒";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-textbox.c-textbox--postcode:before {
    top: 50%;
    left: 15px;
  }
}

.c-textbox.c-textbox--postcode .c-textbox__input {
  padding: 15px 15px 15px 51px;
}
@media screen and (max-width: 768px) {
  .c-textbox.c-textbox--postcode .c-textbox__input {
    padding: 15px 15px 15px 38px;
  }
}

.c-textbox__input {
  display: inline-block;
  width: 100%;
  padding: 15px 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #343434;
  background-color: rgba(169, 176, 169, 0.1);
  border: none;
  font-size: 1.0666666667rem;
  line-height: 1;
}

.c-textbox.c-textbox--col2 .c-textbox__input {
  width: calc((100% - 18px) / 2);
}
@media screen and (max-width: 768px) {
  .c-textbox.c-textbox--col2 .c-textbox__input {
    width: calc((100% - 8px) / 2);
  }
}

.c-textbox__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.c-textbox__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.c-textbox__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.c-textbox__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.c-textbox__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.c-selectbox {
  position: relative;
}

.c-selectbox:after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background: url(../image/icon-arrow-selectbox.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-selectbox:after {
    width: 15px;
    height: 15px;
  }
}

.c-selectbox__input,
.c-selectbox select {
  width: 100%;
  height: auto;
  padding: 19px 21px;
  font-family: "Noto Sans JP", sans-serif;
  color: #343434;
  cursor: pointer;
  background-color: rgba(169, 176, 169, 0.1);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-selectbox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-selectbox__wrap {
    gap: 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .c-selectbox__wrap:has(> .c-selectbox--year) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 36% 1fr 1fr;
    grid-template-columns: 36% 1fr 1fr;
    gap: 8px;
  }
}

.c-selectbox__wrap.c-selectbox__wrap--col3 .c-selectbox {
  width: calc((100% - 24px) / 3);
}
@media screen and (max-width: 768px) {
  .c-selectbox__wrap.c-selectbox__wrap--col3 .c-selectbox {
    width: calc((100% - 16px) / 3);
  }
}

.c-selectbox.c-selectbox--sm .c-selectbox__input,
.c-selectbox.c-selectbox--sm select {
  font-size: 0.9333333333rem;
  line-height: 1;
  padding: 13px 21px;
}

@media screen and (max-width: 768px) {
  .c-selectbox__wrap.c-selectbox__wrap--col3 .c-selectbox.c-selectbox--year {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-selectbox__wrap.c-selectbox__wrap--col3 .c-selectbox.c-selectbox--month,
.c-selectbox__wrap.c-selectbox__wrap--col3 .c-selectbox.c-selectbox--day {
    width: auto;
  }
}

.c-selectbox.c-selectbox--year:before,
.c-selectbox.c-selectbox--month:before,
.c-selectbox.c-selectbox--day:before {
  position: absolute;
  top: 50%;
  right: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-selectbox.c-selectbox--year:before,
.c-selectbox.c-selectbox--month:before,
.c-selectbox.c-selectbox--day:before {
    right: 34px;
  }
}

.c-selectbox.c-selectbox--year:before {
  content: "年";
}

.c-selectbox.c-selectbox--month:before {
  content: "月";
}

.c-selectbox.c-selectbox--day:before {
  content: "日";
}

.c-selectbox.c-selectbox--year:after,
.c-selectbox.c-selectbox--month:after,
.c-selectbox.c-selectbox--day:after {
  right: 11px;
}

.c-textarea {
  width: 100%;
  height: 170px;
  background-color: rgba(169, 176, 169, 0.1);
  border: none;
}

.c-checkbox {
  position: relative;
  width: 25px;
  height: 24px;
  vertical-align: -5px;
  cursor: pointer;
  background-color: rgba(169, 176, 169, 0.1);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-checkbox__text {
  font-size: 0.9333333333rem;
  line-height: 1.1428571429;
  color: rgba(52, 52, 52, 0.5);
}

.c-checkbox:checked {
  background-color: #a9b0a9;
}

.c-checkbox:checked:before {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 10px;
  height: 15px;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(44deg);
  transform: rotate(44deg);
}

.c-form__title {
  font-size: 1.4666666667rem;
  line-height: 0.6363636364;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-form__title {
    font-size: 1.2rem;
    line-height: 0.7777777778;
  }
}

.c-form__block {
  padding: 35px 46px 45px 45px;
  margin-top: 29px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-form__block {
    padding: 27px 14px 45px 14px;
    margin-top: 18px;
  }
}

.c-form__heading {
  font-size: 0.9333333333rem;
  line-height: 2.0714285714;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-form__heading {
    font-size: 0.8rem;
    line-height: 1.1666666667;
  }
}

.c-form__item {
  position: relative;
}

.c-form__item:not(:first-child) {
  margin-top: 11px;
}

.c-form__item.c-form__item--mtWide:not(:first-child) {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .c-form__item.c-form__item--mtWide:not(:first-child) {
    margin-top: 39px;
  }
}

.c-form__item.c-form__item--copy {
  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;
}
@media screen and (max-width: 768px) {
  .c-form__item.c-form__item--copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.c-form__item.c-form__item--copy .c-selectbox {
  width: calc(100% - 181px);
}
@media screen and (max-width: 768px) {
  .c-form__item.c-form__item--copy .c-selectbox {
    width: 100%;
  }
}
.c-form__item.c-form__item--copy .c-button-text {
  font-size: 0.8666666667rem;
  line-height: 1.2307692308;
}
@media screen and (max-width: 768px) {
  .c-form__item.c-form__item--copy .c-button-text {
    font-size: 0.8rem;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
  }
}

.c-textbox__supplement {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-size: 0.9333333333rem;
  line-height: 2.0714285714;
}
@media screen and (max-width: 768px) {
  .c-textbox__supplement {
    font-size: 0.6666666667rem;
    line-height: 2.9;
  }
}

.c-textbox__supplement.c-textbox__supplement--center {
  right: auto;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .c-textbox__supplement.c-textbox__supplement--center {
    top: auto;
    bottom: 52px;
    left: 0;
  }
}

.c-form__ccCvv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-form__ccCvv {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 0px;
  }
}

.c-form__ccCvv .c-selectbox {
  width: calc((50% - 18px - 25px) / 2);
}
@media screen and (max-width: 768px) {
  .c-form__ccCvv .c-selectbox {
    width: calc((100% - 16px) / 2);
  }
}

.c-form__ccCvv .c-selectbox:first-child {
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .c-form__ccCvv .c-selectbox:first-child {
    margin-right: 16px;
  }
}

.c-form__ccCvv .c-selectbox:nth-child(2) {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .c-form__ccCvv .c-selectbox:nth-child(2) {
    margin-right: 0;
  }
}

.c-form__ccCvv .c-selectbox:nth-child(2):before {
  position: absolute;
  top: 50%;
  left: -11px;
  content: "/";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-form__ccCvv .c-textbox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-form__ccCvv .c-textbox {
    width: 100%;
  }
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 87px;
}
@media screen and (max-width: 768px) {
  .c-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 12px;
    margin-top: 32px;
  }
}

.c-card.c-card--col3 {
  gap: 0 2.76vw;
}
@media screen and (max-width: 768px) {
  .c-card.c-card--col3 {
    gap: 12px 12px;
  }
}

.c-card.c-card--col4 {
  gap: 0 3.8vw;
}
@media screen and (max-width: 768px) {
  .c-card.c-card--col4 {
    gap: 12px 12px;
  }
}

.c-card.c-card--col3 .c-card__item {
  width: calc((100% - 2.76vw) / 3);
}
@media screen and (max-width: 768px) {
  .c-card.c-card--col3 .c-card__item {
    width: calc((100% - 12px) / 2);
  }
}

.c-card.c-card--col4 .c-card__item {
  width: calc((100% - 3.8vw) / 4);
}
@media screen and (max-width: 768px) {
  .c-card.c-card--col4 .c-card__item {
    width: calc((100% - 12px) / 2);
  }
}

.c-card__link {
  display: block;
  padding: 7px 7px 0;
  color: #343434;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-card__link {
    padding: 3px 3px 5px;
  }
}

.c-card__name {
  font-size: 1.0666666667rem;
  line-height: 1.125;
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-card__name {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.c-card__label {
  display: block;
  margin-top: 9px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  .c-card__label {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    margin-top: 4px;
  }
}

.c-card__information {
  display: block;
  margin-top: 6px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  .c-card__information {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    margin-top: 2px;
  }
}

.c-card__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-card__foot {
    gap: 0 3px;
  }
}

.c-card__price {
  position: relative;
  padding-left: 8px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.9333333333rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-card__price {
    font-size: 0.8rem;
    line-height: 1.1666666667;
  }
}

.c-card__price:before {
  position: absolute;
  top: 58%;
  left: 0;
  height: 100%;
  content: "¥";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-card__tax {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-card__tax {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.c-mypage-head {
  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;
}
@media screen and (max-width: 768px) {
  .c-mypage-head {
    display: block;
  }
}

.c-mypage-heading {
  font-size: 1.7333333333rem;
  line-height: 1.3846153846;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  letter-spacing: 0.03em;
}

.c-mypage-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-mypage-right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6px;
  }
}

.c-mypage-name {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 0.9333333333rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-mypage-name {
    font-size: 0.8rem;
    line-height: 1.1666666667;
  }
}

.c-mypage-delete {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 0.9333333333rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-mypage-delete {
    font-size: 0.8rem;
    line-height: 1.1666666667;
  }
}

.alert {
  padding: 46px 45px 45px;
  margin-top: 44px;
  background-color: rgba(176, 181, 176, 0.15);
}
@media screen and (max-width: 768px) {
  .alert {
    padding: 34px 34px 33px;
    margin-top: 25px;
  }
}

.alert .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 0.9333333333rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .alert .text {
    font-size: 0.8rem;
    line-height: 1.8333333333;
  }
}

.alert.alert-danger {
  color: #343434;
}

.c-aside__link {
  font-size: 0.9333333333rem;
  line-height: 3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: rgba(52, 52, 52, 0.5);
  text-decoration: none;
  letter-spacing: 0.05em;
}

.c-aside__link.is-current {
  color: #343434;
}

.c-mypage-menu {
  display: none;
  padding-top: 66px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-mypage-menu {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c-mypage-menu + .l-mypage__inner {
    padding-top: 28px;
  }
}

.c-mypage-menu__button {
  position: relative;
  padding: 13px 25px 10px;
  color: #fff;
  cursor: pointer;
  background-color: #b0b5b0;
}

.c-mypage-menu__button:before,
.c-mypage-menu__button:after {
  position: absolute;
  content: "";
  background-color: #fff;
}

.c-mypage-menu__button:before {
  top: 50%;
  right: 34px;
  z-index: 2;
  width: 10px;
  height: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-mypage-menu__button:after {
  top: calc(50% - 5px);
  right: 38.5px;
  width: 1px;
  height: 10px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.c-mypage-menu__button:has(+ .is-open):after {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.c-mypage-menu__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s ease-out;
  transition: grid-template-rows 0.5s ease-out;
  transition: grid-template-rows 0.5s ease-out, -ms-grid-rows 0.5s ease-out;
}

.c-mypage-menu__content.is-open {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.c-mypage-menu__inner {
  overflow: hidden;
}

.c-mypage-menu__item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.c-mypage-menu__link {
  display: block;
  padding: 13px 25px 9px;
  color: #343434;
  color: rgba(52, 52, 52, 0.5);
  text-decoration: none;
}

.c-mypage-title {
  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;
  padding-top: 12px;
}

.c-mypage-title + .c-mypage-title,
.c-mypage-table + .c-mypage-title {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-mypage-title + .c-mypage-title,
.c-mypage-table + .c-mypage-title {
    margin-top: 15px;
  }
}

.c-mypage-title__heading {
  font-size: 1.4666666667rem;
  line-height: 0.6363636364;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-mypage-title__heading {
    font-size: 1.2rem;
    line-height: 0.7777777778;
  }
}

.c-mypage-title__text {
  font-size: 0.9333333333rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-mypage-title__text {
    font-size: 0.8rem;
    line-height: 1.1666666667;
  }
}

.c-mypage-title__text.c-mypage-title__text--num {
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-mypage-title__text.c-mypage-title__text--num {
    font-size: 0.6666666667rem;
    line-height: 1;
  }
}

.c-mypage-title__description {
  width: 100%;
  margin-top: 37px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 768px) {
  .c-mypage-title__description {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-top: 23px;
  }
}

.c-mypage-check__list {
  padding: 30px 68px 29px 38px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-mypage-check__list {
    padding: 11px 14px 22px 12px;
  }
}

.c-mypage-check__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .c-mypage-check__text {
    font-size: 0.8rem;
    line-height: 1.3333333333;
  }
}

.c-mypage-table {
  padding-bottom: 25px;
  margin-top: 25px;
  overflow: auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-mypage-table {
    padding-bottom: 19px;
    margin-top: 16px;
  }
}
.c-mypage-table table {
  width: 100%;
  min-width: 653px;
}
@media screen and (max-width: 768px) {
  .c-mypage-table table {
    width: 717px;
  }
}
.c-mypage-table thead {
  background-color: rgba(0, 0, 0, 0.08);
}
.c-mypage-table thead tr th:first-child {
  padding-left: 24px;
}
.c-mypage-table thead tr th:last-child {
  padding-right: 24px;
}
.c-mypage-table thead tr th {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-mypage-table thead tr th {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    padding-top: 15px;
    padding-bottom: 14px;
  }
}
.c-mypage-table tbody {
  position: relative;
  background-color: #fff;
}
.c-mypage-table tbody:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 48px);
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-mypage-table tbody tr td:first-child {
  padding-left: 24px;
}
.c-mypage-table tbody tr td:last-child {
  padding-right: 24px;
}
.c-mypage-table tbody tr td {
  padding-top: 26px;
  padding-bottom: 24px;
  font-size: 0.9333333333rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-mypage-table tbody tr td {
    font-size: 0.8rem;
    line-height: 1.1666666667;
    padding-top: 11px;
    padding-bottom: 13px;
  }
}
.c-mypage-table td.center {
  text-align: center;
}
.c-mypage-table td.column {
  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;
}
.c-mypage-table td a {
  font-size: 0.9333333333rem;
  line-height: 1;
  font-weight: 500;
  color: rgba(52, 52, 52, 0.5);
  letter-spacing: 0.05;
}
@media screen and (max-width: 768px) {
  .c-mypage-table td a {
    font-size: 0.8rem;
    line-height: 1.1666666667;
  }
}
.c-mypage-table td img {
  width: 20px;
  height: 20px;
}

.c-button-area {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .c-button-area {
    margin-top: 42px;
  }
}

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

.c-button-area__button .c-button {
  max-width: 300px;
}

.c-button-area__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .c-button-area__back {
    margin-top: 19px;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
}

.p-header__inner {
  position: relative;
  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;
  width: 100%;
  max-width: 1900px;
  padding: 61px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    gap: 0 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 26px 15px;
  }
}

.p-header__hamburger {
  position: relative;
  width: 39px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .p-header__hamburger {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 33px;
  }
}

.p-header__hamburger__link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-header__hamburger__link:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-header__hamburger__link:hover {
    opacity: 1;
  }
}

.p-header__hamburger__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #343434;
}

.p-header__hamburger__line:first-child {
  top: 0;
}

.p-header__hamburger__line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-header__hamburger__line:last-child {
  bottom: 0;
}

.p-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    left: 15px;
    width: 64px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.p-header__logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-header__logo__link:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-header__logo__link:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-header__menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-header__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 42px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-header__menu__list {
    gap: 0 15px;
  }
}

.p-header__menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  gap: 0 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  text-decoration: none;
  letter-spacing: 0.1em;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-header__menu__link {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    gap: 0 3px;
  }
}

.p-header__menu__link:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-header__menu__link:hover {
    opacity: 1;
  }
}

.p-header__menu__num {
  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;
  width: 27px;
  height: 21px;
  color: #fff;
  letter-spacing: 0;
  background-color: #343434;
  border-radius: 10.51px;
}
@media screen and (max-width: 768px) {
  .p-header__menu__num {
    width: 19px;
    height: 14px;
  }
}

.p-footer {
  background-color: #b0b5b0;
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1780px;
  height: 100%;
  padding: 99px 50px 66px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    display: block;
    padding: 90px 25px 50px;
  }
}

.p-footer__logo {
  width: 100%;
  max-width: 202px;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    max-width: 140px;
    margin: 0 auto;
  }
}

.p-footer__logo__link {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-footer__logo__link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-footer__logo__link:hover {
    opacity: 1;
  }
}

.p-footer__sns {
  margin-top: 67px;
}
@media screen and (max-width: 768px) {
  .p-footer__sns {
    margin-top: 50px;
  }
}

.p-footer__sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-footer__sns__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-footer__sns__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-footer__sns__link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-footer__sns__link:hover {
    opacity: 1;
  }
}

.p-footer__right {
  width: 100%;
  max-width: 510px;
}
@media screen and (max-width: 768px) {
  .p-footer__right {
    max-width: none;
    margin-top: 83px;
  }
}

.p-footer__mainMenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px 36px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-footer__mainMenu_list {
    gap: 1px 29px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-footer__mainMenu__link {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
  font-size: 1.0666666667rem;
  line-height: 0.875;
  letter-spacing: 0.13em;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-footer__mainMenu__link {
    font-size: 0.9333333333rem;
    line-height: 1;
  }
}

.p-footer__mainMenu__link:hover {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-footer__mainMenu__link:hover {
    opacity: 1;
  }
}

.p-footer__subMenu {
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .p-footer__subMenu {
    padding: 0 42px;
    margin-top: 8px;
  }
}

.p-footer__subMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-footer__subMenu__list {
    gap: 0 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-footer__subMenu__link {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 0.6666666667rem;
  line-height: 1;
  letter-spacing: 0.1em;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-footer__subMenu__link:hover {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-footer__subMenu__link:hover {
    opacity: 1;
  }
}

.p-footer__subMenu__copyright {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
  font-size: 0.6666666667rem;
  line-height: 1;
}

.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  pointer-events: none;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-drawer.is-open {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-drawer__head {
  position: absolute;
  top: 7.5vh;
  left: 50px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .p-drawer__head {
    top: 75px;
    right: 20px;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.p-drawer__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-drawer__close {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 0 5px;
  }
}

.p-drawer__close:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-drawer__close:hover {
    opacity: 1;
  }
}

.p-drawer__close__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-drawer__close__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  letter-spacing: 0.1em;
}

.p-drawer__inner {
  width: 100%;
  max-width: 1780px;
  height: 100%;
  padding: 10vh 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-drawer__inner {
    padding: 75px 40px 60px;
  }
}

.p-drawer__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 287px 1fr;
  grid-template: 93px 1fr/287px 1fr;
  grid-template-areas: "logo mainMenu" "subMenu mainMenu";
  row-gap: 53px;
  max-width: 1430px;
}
@media screen and (max-width: 768px) {
  .p-drawer__body {
    display: block;
    padding-bottom: 120px;
  }
}

.p-drawer__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  width: 100%;
  max-width: 287px;
}
@media screen and (max-width: 768px) {
  .p-drawer__logo {
    max-width: 139px;
  }
}

.p-drawer__logo img {
  width: 100%;
}

.p-drawer__mainMenu {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: mainMenu;
}
@media screen and (max-width: 768px) {
  .p-drawer__mainMenu {
    margin-top: 74px;
  }
}

.p-drawer__mainMenu__list {
  width: 100%;
  max-width: 355px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-drawer__mainMenu__list {
    margin-left: 0;
  }
}

.p-drawer__mainMenu__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-drawer__mainMenu__item:not(:first-child) {
    margin-top: 22px;
  }
}

.p-drawer__mainMenu__link {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  color: #343434;
  text-decoration: none;
  font-size: 3.6666666667rem;
  line-height: 1.4545454545;
  letter-spacing: 0.03em;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-drawer__mainMenu__link {
    font-size: 1.4666666667rem;
    line-height: 0.6363636364;
    letter-spacing: 0.13em;
  }
}

.p-drawer__mainMenu__link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-drawer__mainMenu__link:hover {
    opacity: 1;
  }
}

.p-drawer__subMenu {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-area: subMenu;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-drawer__subMenu {
    margin-top: 66px;
  }
}

.p-drawer__subMenu__item:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-drawer__subMenu__item:not(:first-child) {
    margin-top: 4px;
  }
}

.p-drawer__subMenu__link {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  color: #343434;
  text-decoration: none;
  font-size: 1.0666666667rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-drawer__subMenu__link {
    font-size: 0.8rem;
    line-height: 1.6666666667;
  }
}

.p-drawer__subMenu__link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-drawer__subMenu__link:hover {
    opacity: 1;
  }
}

.p-drawer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-drawer__sns {
    gap: 0 16px;
    margin-top: 22px;
  }
}

.p-drawer__sns__item {
  width: 100%;
}

.p-drawer__sns__item.p-drawer__sns__item--instagram {
  max-width: 23.22px;
  aspect-ratio: 23.22/22.84;
}
@media screen and (max-width: 768px) {
  .p-drawer__sns__item.p-drawer__sns__item--instagram {
    max-width: 15.94px;
  }
}

.p-drawer__sns__item.p-drawer__sns__item--facebook {
  max-width: 13.19px;
  aspect-ratio: 13.19/25;
}
@media screen and (max-width: 768px) {
  .p-drawer__sns__item.p-drawer__sns__item--facebook {
    max-width: 9.05px;
  }
}

.p-drawer__sns__item.p-drawer__sns__item--x {
  max-width: 23.65px;
  aspect-ratio: 23.65/21.02;
}
@media screen and (max-width: 768px) {
  .p-drawer__sns__item.p-drawer__sns__item--x {
    max-width: 16.24px;
  }
}

.p-drawer__sns__item.p-drawer__sns__item--youtube {
  max-width: 23.72px;
  aspect-ratio: 23.72/16.34;
}
@media screen and (max-width: 768px) {
  .p-drawer__sns__item.p-drawer__sns__item--youtube {
    max-width: 16.28px;
  }
}

.p-drawer__sns__item.p-drawer__sns__item--line {
  max-width: 23.72px;
  aspect-ratio: 23.72/22.23;
}
@media screen and (max-width: 768px) {
  .p-drawer__sns__item.p-drawer__sns__item--line {
    max-width: 16.29px;
  }
}

.p-drawer__sns__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-drawer__sns__link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-drawer__sns__link:hover {
    opacity: 1;
  }
}

.p-drawer__sns__link img {
  width: 100%;
}

.p-top-fv {
  width: 100%;
  height: 88vh;
}

.p-top-fv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-fv-video {
  width: 100%;
  height: 100%;
}

.p-top-fv-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-about {
  background-color: #fff;
}

.p-top-about__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%;
  max-width: 1780px;
  height: 100%;
  /* padding: 182px 50px 110px; */
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-about__inner {
    padding: 68px 25px 90px;
  }
}

.p-top-about__heading {
  font-size: 2.2666666667rem;
  line-height: 2.0294117647;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-about__heading {
    font-size: 1.7333333333rem;
    line-height: 1.5;
  }
}

.p-top-about__content {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .p-top-about__content {
    margin-top: 40px;
  }
}

.p-top-about__description {
  font-size: 1.2rem;
  line-height: 2.7222222222;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .p-top-about__description {
    font-size: 0.8rem;
    line-height: 1.75;
  }
}

.p-top-about__description:first-child {
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .p-top-about__description:first-child {
    margin-bottom: 38px;
  }
}

.p-top-about__description:not(:first-child) {
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-top-about__description:not(:first-child) {
    margin-top: 14px;
  }
}

.p-top-about__button {
  width: 100%;
  max-width: 200px;
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .p-top-about__button {
    max-width: 150px;
    margin-top: 48px;
  }
}

.p-top-concept {
  background-color: #fff;
}

.p-top-concept__inner {
  width: 100%;
  max-width: 1780px;
  height: 100%;
  padding: 6.25vw 2.6vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-concept__inner {
    padding: 0px;
  }
}

.p-top-concept__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.81vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ced8de), color-stop(27%, #d2dbe0), color-stop(50%, #ced8e0), color-stop(79%, #bac6cf), to(#a8b5be));
  background: -webkit-linear-gradient(top, #ced8de 0%, #d2dbe0 27%, #ced8e0 50%, #bac6cf 79%, #a8b5be 100%);
  background: linear-gradient(to bottom, #ced8de 0%, #d2dbe0 27%, #ced8e0 50%, #bac6cf 79%, #a8b5be 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-top-concept__main {
    display: block;
    padding-bottom: 90px;
  }
}

.p-top-concept__img {
  width: calc((100% - 2.81vw) * 0.59);
}
@media screen and (max-width: 768px) {
  .p-top-concept__img {
    width: 100%;
  }
}

.p-top-concept__content {
  width: calc((100% - 2.81vw) * 0.41);
}
@media screen and (max-width: 768px) {
  .p-top-concept__content {
    width: 100%;
    padding: 0 40px;
    margin-top: -12px;
  }
}

.p-top-concept__heading {
  font-family: "Jost", sans-serif;
  font-size: 1.35vw;
  font-weight: 200;
  line-height: 1.38;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-top-concept__heading {
    font-size: 1.0666666667rem;
    line-height: 2.25;
  }
}

.p-top-concept__title {
  margin-top: 2.3vw;
  font-family: "Noto Serif JP", serif;
  font-size: 1.77vw;
  line-height: 2.3;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-top-concept__title {
    font-size: 1.7333333333rem;
    line-height: 3.0076923077;
    margin-top: 12px;
  }
}

.p-top-concept__subTitle {
  display: block;
  margin-top: -0.52vw;
  font-family: "Aboreto", system-ui;
  font-size: 0.57vw;
  line-height: 2.3;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-top-concept__subTitle {
    font-size: 0.6666666667rem;
    line-height: 2.53;
    margin-top: -17px;
  }
}

.p-top-concept__catch {
  margin-top: 2.24vw;
  font-family: "Noto Serif JP", serif;
  font-size: 0.99vw;
  line-height: 1.68;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-top-concept__catch {
    font-size: 1.0666666667rem;
    line-height: 1.625;
    margin-top: 39px;
  }
}

.p-top-concept__description {
  margin-top: 0.52vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.73vw;
  font-weight: 300;
  line-height: 2.3;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-top-concept__description {
    font-size: 0.8rem;
    line-height: 2.25;
    margin-top: 14px;
  }
}

.p-top-concept__button {
  width: 100%;
  max-width: 200px;
  max-width: 10.4vw;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .p-top-concept__button {
    max-width: 150px;
    margin-top: 41px;
  }
}

.p-top-concept__button .c-button {
  height: 2.6vw;
  font-size: 0.68vw;
}
@media screen and (max-width: 768px) {
  .p-top-concept__button .c-button {
    font-size: 0.7333333333rem;
    line-height: 1.2727272727;
    height: 38px;
  }
}

.p-top-concept__button .c-button:before,
.p-top-concept__button .c-button:after {
  height: 1.1vw;
}
@media screen and (max-width: 768px) {
  .p-top-concept__button .c-button:before,
.p-top-concept__button .c-button:after {
    height: 16px;
  }
}

.p-top-concept__button:hover .c-button:before,
.p-top-concept__button:hover .c-button:after {
  width: calc(100% + 0.52vw);
  height: 1.4125vw;
}
@media screen and (max-width: 768px) {
  .p-top-concept__button:hover .c-button:before,
.p-top-concept__button:hover .c-button:after {
    width: 100%;
    height: 16px;
  }
}

.p-top-recommend {
  background: #fff;
}

.p-top-recommend__inner {
  width: 100%;
  max-width: 1780px;
  height: 100%;
  padding: 120px 50px 115px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__inner {
    padding: 74px 0px 111px;
  }
}

.p-top-recommend__heading {
  font-family: "Jost", sans-serif;
  font-size: 4.2666666667rem;
  line-height: 1.03125;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__heading {
    font-size: 2.9333333333rem;
    line-height: 1.5;
  }
}

.p-top-recommend__products {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__products {
    margin-top: 31px;
  }
}

.p-top-recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 32px;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__list {
    gap: 0 12px;
    padding-bottom: 4px;
    margin-left: 25px;
    overflow-x: auto;
  }
}

.p-top-recommend__item {
  width: calc((100% - 96px) / 4);
}
@media screen and (max-width: 768px) {
  .p-top-recommend__item {
    min-width: 311px;
  }
}

.p-top-recommend__item:last-child {
  margin-right: 25px;
}

.p-top-recommend__link {
  color: #343434;
  text-decoration: none;
}

.p-top-recommend__img {
  padding: 130px 7px;
  background: #f6f7f6;
}

.p-top-recommend__img img {
  width: 100%;
}

.p-top-recommend__name {
  font-size: 1.0666666667rem;
  line-height: 1.125;
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__name {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.p-top-recommend__label {
  display: block;
  margin-top: 18px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__label {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    margin-top: 6px;
  }
}

.p-top-recommend__information {
  display: block;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__information {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    margin-top: 2px;
  }
}

.p-top-recommend__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__foot {
    gap: 0 3px;
  }
}

.p-top-recommend__price {
  position: relative;
  padding-left: 8px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.9333333333rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__price {
    font-size: 0.8rem;
    line-height: 1.1666666667;
  }
}

.p-top-recommend__price:before {
  position: absolute;
  top: 58%;
  left: 0;
  height: 100%;
  content: "¥";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-top-recommend__tax {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__tax {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .p-top-products {
    padding: 75px 25px 90px;
  }
}

.p-top-products__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.p-top-products__bg__video {
  width: 100vw;
  height: 100vh;
}

.p-top-products__bg__video video {
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
}

.p-top-products__inner {
  width: 100%;
  max-width: 1380px;
  height: 100%;
  padding: 170px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-products__inner {
    padding: 0;
  }
}

.p-top-products__heading {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 4.2666666667rem;
  line-height: 1.03125;
}
@media screen and (max-width: 768px) {
  .p-top-products__heading {
    font-size: 2.9333333333rem;
    line-height: 1.5;
  }
}

.p-top-products__main {
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .p-top-products__main {
    margin-top: 33px;
  }
}

.p-top-products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 32px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 65px 59px 50px;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .p-top-products__item {
    display: block;
    padding: 51px 18px 50px;
  }
}

.p-top-products__item:not(:first-child) {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-top-products__item:not(:first-child) {
    margin-top: 12px;
  }
}

.p-top-products__img {
  width: calc((100% - 32px) / 2);
  aspect-ratio: 565/388;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-products__img {
    width: 100%;
    max-width: 254px;
    margin: 0 auto;
  }
}

.p-top-products__img img {
  height: 100%;
}

.p-top-products__content {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 768px) {
  .p-top-products__content {
    width: 100%;
  }
}

.p-top-products__title {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.03em;
  font-size: 2.6rem;
  line-height: 0.9230769231;
}
@media screen and (max-width: 768px) {
  .p-top-products__title {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 1.9333333333rem;
    line-height: 1.2413793103;
  }
}

.p-top-products__subTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .p-top-products__subTitle {
    font-size: 0.6666666667rem;
    line-height: 1.6;
    display: block;
    margin-top: -1px;
    text-align: center;
  }
}

.p-top-products__description {
  margin-top: 43px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.2666666667rem;
  line-height: 1.6842105263;
}
@media screen and (max-width: 768px) {
  .p-top-products__description {
    font-size: 1.0666666667rem;
    line-height: 2;
    margin-top: 23px;
    text-align: center;
  }
}

.p-top-products__item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .p-top-products__item__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 36px;
  }
}

.p-top-products__item__button .c-button {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .p-top-products__item__button .c-button {
    max-width: 150px;
  }
}

.p-top-products__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 67px;
}
@media screen and (max-width: 768px) {
  .p-top-products__button {
    margin-top: 49px;
  }
}

.p-top-products__button .c-button {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .p-top-products__button .c-button {
    max-width: 150px;
  }
}

.p-top-news {
  background-color: #fff;
}

.p-top-news__inner {
  width: 100%;
  max-width: 989px;
  height: 100%;
  padding: 162px 50px 170px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-news__inner {
    padding: 75px 25px 90px;
  }
}

.p-top-news__heading {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 4.2666666667rem;
  line-height: 1.03125;
}
@media screen and (max-width: 768px) {
  .p-top-news__heading {
    font-size: 2.9333333333rem;
    line-height: 1.5;
  }
}

.p-top-news__main {
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .p-top-news__main {
    margin-top: 32px;
  }
}

.p-top-news__item {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

.p-top-news__item:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}

.p-top-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.0375vw;
  padding: 30px 0 35px;
  color: #343434;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-top-news__link {
    display: block;
    padding: 9px 0 19px;
  }
}

.p-top-news__link:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-top-news__link:hover {
    opacity: 1;
  }
}

.p-top-news__left {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-news__left {
    width: 100%;
  }
}

.p-top-news__date {
  font-size: 0.8rem;
  line-height: 1.1666666667;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top-news__date {
    font-size: 0.6666666667rem;
    line-height: 1;
  }
}

.p-top-news__day {
  font-size: 0.8rem;
  line-height: 1.1666666667;
  margin-left: 11px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  color: rgba(28, 28, 28, 0.5);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top-news__day {
    font-size: 0.6666666667rem;
    line-height: 1;
    margin-left: 5px;
  }
}

.p-top-news__title {
  width: calc(100% - 120px - 3.0375vw);
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-top-news__title {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.6666666667;
    margin-top: 3px;
  }
}

.p-top-news__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .p-top-news__button {
    margin-top: 50px;
  }
}

.p-top-news__button .c-button {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .p-top-news__button .c-button {
    max-width: 150px;
  }
}

.p-top-store {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 176, 169, 0.1)), to(rgba(149, 157, 149, 0.1)));
  background: -webkit-linear-gradient(top, rgba(169, 176, 169, 0.1), rgba(149, 157, 149, 0.1));
  background: linear-gradient(to bottom, rgba(169, 176, 169, 0.1), rgba(149, 157, 149, 0.1));
}

.p-top-store:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
}

.p-top-store__inner {
  width: 100%;
  max-width: 1460px;
  height: 100%;
  padding: 173px 50px 170px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-store__inner {
    padding: 75px 0px 102px;
  }
}

.p-top-store__heading {
  font-size: 4.2666666667rem;
  line-height: 1.03125;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-top-store__heading {
    font-size: 2.9333333333rem;
    line-height: 1.5;
  }
}

.p-top-store__description {
  margin-top: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 1.2666666667rem;
  line-height: 1.6842105263;
}
@media screen and (max-width: 768px) {
  .p-top-store__description {
    font-size: 0.9333333333rem;
    line-height: 1.7142857143;
    margin-top: 28px;
  }
}

.p-top-store__gallery {
  margin-top: 89px;
}
@media screen and (max-width: 768px) {
  .p-top-store__gallery {
    margin-top: 47px;
  }
}

.p-top-store__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .p-top-store__list {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-top-store__item:not(:first-child) {
    margin-top: 10px;
  }
}

.p-top-store__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-top-store__button {
    margin-top: 50px;
  }
}

.p-top-store__button .c-button {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .p-top-store__button .c-button {
    max-width: 150px;
  }
}

.p-products__inner {
  width: 100%;
  max-width: 1780px;
  padding: 159px 50px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-products__inner {
    padding: 81px 25px 50px;
  }
}

.p-products__head {
  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: 768px) {
  .p-products__head {
    display: block;
  }
}

.p-products__heading {
  font-size: 4.2666666667rem;
  line-height: 1.03125;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-products__heading {
    text-align: center;
    font-size: 2.9333333333rem;
    line-height: 1.5;
  }
}

.p-products__subHeading {
  font-size: 1.0666666667rem;
  line-height: 0.875;
  display: block;
  padding-left: 2px;
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-products__subHeading {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    padding-left: 0;
    margin-top: -7px;
    text-align: center;
  }
}

.p-products__head__right {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-products__head__right {
    margin-top: 56px;
  }
}

.p-products__head__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 13px;
}
@media screen and (max-width: 768px) {
  .p-products__head__menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-products__head__item {
  overflow: hidden;
  background: -webkit-linear-gradient(160deg, #a9b0a9, #a6ada6);
  background: linear-gradient(-70deg, #a9b0a9, #a6ada6);
  border-radius: 500px;
}

.p-products__head__link {
  position: relative;
  z-index: 2;
  display: block;
  padding: 6px 14px;
  font-family: "Jost", sans-serif;
  color: #3434344d;
  text-decoration: none;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
}

.p-products__head__link:not(.is-current):before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-products__head__link:not(.is-current):hover {
  color: #fff;
  background: -webkit-linear-gradient(160deg, #a9b0a9, #a6ada6);
  background: linear-gradient(-70deg, #a9b0a9, #a6ada6);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 768px) {
  .p-products__head__link:not(.is-current):hover {
    color: rgba(52, 52, 52, 0.3);
    background-color: #fff;
  }
}

.p-products__head__link:hover::before {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-products__head__link.is-current {
  color: #fff;
  background-color: #343434;
}

.p-products__main {
  margin-top: 87px;
}
@media screen and (max-width: 768px) {
  .p-products__main {
    margin-top: 35px;
  }
}

.p-products__main__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.02vw;
  -webkit-column-gap: 3.07vw;
  -moz-column-gap: 3.07vw;
  column-gap: 3.07vw;
}
@media screen and (max-width: 768px) {
  .p-products__main__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 12px;
  }
}

.p-products__item__link {
  display: block;
  height: 100%;
  padding: 7px 7px 0;
  color: #343434;
  text-decoration: none;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-products__item__link {
    padding: 3px 3px 5px;
  }
}

.p-products__item__img img {
  width: 100%;
}

.p-products__item__content {
  padding: 24px 29px;
}
@media screen and (max-width: 768px) {
  .p-products__item__content {
    padding: 10px 12px;
  }
}

.p-products__item__name {
  font-size: 1.0666666667rem;
  line-height: 1.125;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-products__item__name {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

.p-products__item__label {
  display: block;
  margin-top: 9px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  .p-products__item__label {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    margin-top: 6px;
  }
}

.p-products__item__information {
  display: block;
  margin-top: 6px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  .p-products__item__information {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    margin-top: 2px;
  }
}

.p-products__item__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-products__item__foot {
    gap: 0 3px;
  }
}

.p-products__item__price {
  position: relative;
  padding-left: 8px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.9333333333rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-products__item__price {
    font-size: 0.8rem;
    line-height: 1.1666666667;
  }
}

.p-products__item__price:before {
  position: absolute;
  top: 58%;
  left: 0;
  height: 100%;
  content: "¥";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-products__item__tax {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-products__item__tax {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.p-productsDetail__inner {
  width: 100%;
  max-width: 1780px;
  padding: 143px 50px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__inner {
    padding: 66px 0px 89px;
  }
}

.p-productsDetail__inner.p-productsDetail__inner--sm {
  max-width: 1300px;
  padding: 171px 50px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__inner.p-productsDetail__inner--sm {
    padding: 90px 25px;
  }
}

.p-productsDetail__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6.66vw;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__body {
    display: block;
  }
}

.p-productsDetail__aside {
  width: calc((100% - 6.66vw) * 0.54);
}
@media screen and (max-width: 768px) {
  .p-productsDetail__aside {
    width: 100%;
  }
}

.p-productsDetail__thumb {
  position: sticky;
  top: 0;
  left: 0;
}

.p-productsDetail__thumb__current {
  aspect-ratio: 1/1;
}

.p-productsDetail__thumb__current img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100% !important;
}

.p-productsDetail__thumb__list {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__thumb__list {
    margin-top: 3px;
  }
}

.p-productsDetail__thumb__list .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 7px;
}

.p-productsDetail__thumb__list .img-box {
  aspect-ratio: 1/1;
}

.p-productsDetail__thumb__list .img-box img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-productsDetail__main {
  width: calc((100% - 6.66vw) * 0.46);
  padding-top: 118px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__main {
    width: 100%;
    padding: 25px 25px 0;
  }
}

.p-productsDetail__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-productsDetail__label {
  font-size: 0.9333333333rem;
  line-height: 1;
  display: block;
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__label {
    font-size: 0.7333333333rem;
    line-height: 1.2727272727;
    margin-top: 8px;
  }
}

.p-productsDetail__tag {
  padding: 6px 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #343434;
  border-radius: 500px;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
}

.p-productsDetail__name {
  font-size: 4rem;
  line-height: 0.9833333333;
  margin-top: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__name {
    font-size: 2.6666666667rem;
    line-height: 1;
    margin-top: 17px;
  }
}

.p-productsDetail__contents {
  font-size: 0.8rem;
  line-height: 1.1666666667;
  display: block;
  margin-top: 18px;
  font-family: Roboto, serif;
  font-weight: 200;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__contents {
    margin-top: 9px;
  }
}

.p-productsDetail__description {
  font-size: 0.9333333333rem;
  line-height: 2.0714285714;
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__description {
    margin-top: 27px;
    font-size: 0.8rem;
    line-height: 2;
  }
}

.p-productsDetail__form {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__form {
    margin-top: 23px;
  }
}

.p-productsDetail__select {
  display: none;
  max-width: 99px;
}

@media screen and (max-width: 768px) {
  .p-productsDetail__radio {
    margin-top: 30px;
  }
}

.p-productsDetail__radio__input {
  position: relative;
}

.p-productsDetail__radio__input:before,
.p-productsDetail__radio__input:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-productsDetail__radio__input:before {
  left: 0;
  width: 24px;
  height: 24px;
  background-color: rgba(169, 176, 169, 0.1);
  border: 1px solid #dadada;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__radio__input:before {
    width: 20px;
    height: 20px;
  }
}

.p-productsDetail__radio__input:after {
  left: 5px;
  z-index: -1;
  width: 14px;
  height: 14px;
  background-color: #343434;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__radio__input:after {
    left: 4px;
    width: 12px;
    height: 12px;
  }
}

.p-productsDetail__radio__input:only-child .p-productsDetail__radio__content {
  padding-left: 0;
}

.p-productsDetail__radio__input:only-child:before,
.p-productsDetail__radio__input:only-child:after {
  display: none;
}

.p-productsDetail__radio__input:not(:first-child) {
  border-top: 1px solid #dadada;
}

.p-productsDetail__radio__content {
  padding: 26px 0 26px 44px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__radio__content {
    padding: 14px 0 15px 28px;
  }
}

.p-productsDetail__radio__input:not(.active) .p-productsDetail__radio__content,
.p-productsDetail__radio__input:not(.active):before,
.p-productsDetail__radio__input:not(.active):after {
  opacity: 0.3;
}

.p-productsDetail__radio__input:not(.active):after {
  opacity: 0;
}

.p-productsDetail__radio__content {
  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;
  color: #343434;
  text-decoration: none;
}

.p-productsDetail__radio__item {
  font-size: 0.9333333333rem;
  line-height: 2.0714285714;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__radio__item {
    font-size: 0.8rem;
    line-height: 2.4166666667;
  }
}

.p-productsDetail__radio__item span {
  display: inline-block;
  margin-left: 17px;
  color: #a90b0b;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__radio__item span {
    margin-left: 9px;
  }
}

.p-productsDetail__radio__price {
  font-size: 1.3333333333rem;
  line-height: 0.7;
  position: relative;
  padding-left: 12px;
  font-family: Roboto, serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__radio__price {
    font-size: 1.2rem;
    line-height: 0.7777777778;
  }
}

.p-productsDetail__radio__price:before {
  position: absolute;
  top: 70%;
  left: 0;
  height: 100%;
  letter-spacing: 0.12em;
  content: "¥";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 0.9333333333;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__radio__price:before {
    font-size: 0.8666666667rem;
    line-height: 1.0769230769;
  }
}

.productsDetail__radio__tax {
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  margin-left: 5px;
  font-family: Roboto, serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .productsDetail__radio__tax {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.p-productsDetail__box {
  padding: 14px 15px 10px;
  margin-top: 16px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(169, 176, 169, 0.1)), to(rgba(236, 236, 236, 0.1)));
  background: -webkit-linear-gradient(left, rgba(169, 176, 169, 0.1), rgba(236, 236, 236, 0.1));
  background: linear-gradient(to right, rgba(169, 176, 169, 0.1), rgba(236, 236, 236, 0.1));
}

.p-productsDetail__box__text {
  font-size: 0.8rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}

.p-productsDetail__cta {
  margin-top: 50px;
}

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

.p-productsDetail__cta__item.is-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-productsDetail__cta__item:not(.is-current) {
  display: none;
}

.p-productsDetail__submit {
  width: 100%;
  max-width: 340px;
}

.p-productsDetail__cta__item.p-productsDetail__cta__item--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-productsDetail__cta__item.p-productsDetail__cta__item--col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.p-productsDetail__cta__item.p-productsDetail__cta__item--col2:not(.is-current) {
  display: none;
}

.p-productsDetail__cta__item.p-productsDetail__cta__item--col2 .p-productsDetail__cta__link {
  display: block;
  width: 130px;
}
@media screen and (max-width: 1024px) {
  .p-productsDetail__cta__item.p-productsDetail__cta__item--col2 .p-productsDetail__cta__link {
    width: auto;
  }
}

.p-productsDetail__cta__item.p-productsDetail__cta__item--col2 .p-productsDetail__submit {
  display: block;
  width: calc(100% - 130px - 15px);
}
@media screen and (max-width: 1024px) {
  .p-productsDetail__cta__item.p-productsDetail__cta__item--col2 .p-productsDetail__submit {
    width: 100%;
  }
}

.p-productsDetail__point {
  margin-top: 91px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__point {
    margin-top: 86px;
  }
}

.p-productsDetail__point__item {
  padding-bottom: 111px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__point__item {
    padding-bottom: 50px;
  }
}

.p-productsDetail__point__item:not(:first-child) {
  padding-top: 86px;
  border-top: 1px solid #dadada;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__point__item:not(:first-child) {
    padding-top: 50px;
  }
}

.p-productsDetail__point__item:last-child {
  padding-bottom: 0;
}

.p-productsDetail__point__item__order:not(:first-child) {
  padding-top: 61px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__point__item__order:not(:first-child) {
    padding-top: 50px;
  }
}

.p-productsDetail__point__num {
  font-size: 1.2rem;
  line-height: 0.8888888889;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__point__num {
    font-size: 1.0666666667rem;
    line-height: 1;
  }
}

.p-productsDetail__point__title {
  font-size: 1.3333333333rem;
  line-height: 1.8;
  margin-top: 9px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__point__title {
    font-size: 1.1333333333rem;
    line-height: 1.5882352941;
  }
}

.p-productsDetail__point__description + .p-productsDetail__point__title {
  margin-top: 67px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__point__description + .p-productsDetail__point__title {
    margin-top: 50px;
  }
}

.p-productsDetail__point__subTitle {
  font-size: 1.0666666667rem;
  line-height: 1.8125;
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__point__subTitle {
    font-size: 0.9333333333rem;
    line-height: 1.9285714286;
    margin-top: 48px;
  }
}

.p-productsDetail__point__img {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__point__img {
    margin-top: 25px;
  }
}

.p-productsDetail__point__img img {
  width: 100%;
}

.p-productsDetail__point__description {
  font-size: 0.9333333333rem;
  line-height: 2.0714285714;
  margin-top: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__point__description {
    font-size: 0.8rem;
    line-height: 2.25;
  }
}

.p-productsDetail__head {
  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;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__head {
    display: block;
  }
}

.p-productsDetail__list + .p-productsDetail__head {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__list + .p-productsDetail__head {
    margin-top: 60px;
  }
}

.p-productsDetail__information__inner {
  max-width: 1300px;
  padding: 171px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__information__inner {
    padding: 0px 25px 90px;
  }
}

.p-productsDetail__heading {
  font-size: 4.2666666667rem;
  line-height: 1.03125;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__heading {
    font-size: 2.9333333333rem;
    line-height: 1.5;
  }
}

.p-productsDetail__subheading {
  font-size: 1.0666666667rem;
  line-height: 0.875;
  display: block;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__subheading {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    margin-top: -7px;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetail__head__right {
    display: inline-block;
    margin-top: 17px;
  }
}

.p-productsDetail__list {
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__list {
    margin-top: 20px;
  }
}

.p-productsDetail__information .c-accordion__item {
  border-bottom: 1px solid #dadada;
}

.p-productsDetail__information .c-accordion__item:not(:first-child) {
  margin-top: 0px;
}

.p-productsDetail__information .c-accordion__heading {
  padding-right: 30px;
  padding-left: 0;
}

.p-productsDetail__information .c-accordion__content:before {
  right: 5px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__information .c-accordion__content:before {
    right: 3px;
  }
}

.p-productsDetail__information .c-accordion__content:after {
  right: 10px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__information .c-accordion__content:after {
    right: 6px;
  }
}

.p-productsDetail__information .c-accordion__heading:before {
  display: none;
}

.p-productsDetail__information .c-accordion__heading:after {
  right: 0;
}

.p-productsDetail__information .c-accordion__description {
  background: #fff;
}

.p-productsDetail__information__column {
  display: block;
  padding-bottom: 38px;
  background-color: #fff;
}

.p-productsDetail__information__column.p-productsDetail__information__column--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5.41vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__information__column.p-productsDetail__information__column--col2 {
    display: block;
  }
}

.p-productsDetail__information__column.p-productsDetail__information__column--col2 .p-productsDetail__information__column__left {
  width: calc((100% - 5.41vw) * 0.54);
}
@media screen and (max-width: 768px) {
  .p-productsDetail__information__column.p-productsDetail__information__column--col2 .p-productsDetail__information__column__left {
    width: 100%;
  }
}

.p-productsDetail__information__column_title {
  font-size: 1.0666666667rem;
  line-height: 1.125;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__information__column_title {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

.p-productsDetail__information__column_description {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-size: 0.9333333333rem;
  line-height: 2.0714285714;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__information__column_description {
    font-size: 0.8rem;
    line-height: 2.4166666667;
  }
}

.p-productsDetail__information__column_description + .p-productsDetail__information__column_title {
  margin-top: 50px;
}

.p-productsDetail__information__column.p-productsDetail__information__column--col2 .p-productsDetail__information__column__right {
  width: calc((100% - 5.41vw) * 0.46);
}
@media screen and (max-width: 768px) {
  .p-productsDetail__information__column.p-productsDetail__information__column--col2 .p-productsDetail__information__column__right {
    width: 100%;
    margin-top: 25px;
  }
}

.p-productsDetail__type {
  background-image: url(../image/product-type-bg.png);
  background-size: cover;
}

.p-productsDetail__type__inner {
  max-width: 1300px;
  padding: 118px 50px 129px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__type__inner {
    padding: 0px 25px 90px;
  }
}

.p-productsDetail__type__heading {
  font-size: 1.7333333333rem;
  line-height: 1.5769230769;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__type__heading {
    font-size: 1.2666666667rem;
    line-height: 1.4210526316;
  }
}

.p-productsDetail__type__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.2vw;
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__type__list {
    display: block;
    margin-top: 31px;
  }
}

.p-productsDetail__type__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: calc((100% - 3.2vw) / 2);
  padding: 58px 64px 62px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__type__item {
    width: 100%;
    padding: 22px 5px 47px;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetail__type__item:not(:first-child) {
    margin-top: 15px;
  }
}

.p-productsDetail__type__img {
  height: 378px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__type__img {
    height: 246px;
  }
}

.p-productsDetail__type__img img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.p-productsDetail__type__title {
  font-size: 1.7333333333rem;
  line-height: 1.3846153846;
  margin-top: 8px;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__type__title {
    font-size: 1.9333333333rem;
    line-height: 1.2413793103;
    margin-top: 7px;
  }
}

.p-productsDetail__type__text {
  font-size: 0.8rem;
  line-height: 1.3333333333;
  display: block;
  margin-top: 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__type__text {
    font-size: 0.6666666667rem;
    line-height: 1.6;
    margin-top: -2px;
  }
}

.p-productsDetail__type__description {
  font-size: 1.2666666667rem;
  line-height: 1.6842105263;
  margin-top: 33px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__type__description {
    font-size: 1.1333333333rem;
    line-height: 1.8823529412;
    margin-top: 25px;
  }
}

.p-productsDetail__type__button {
  width: 100%;
  max-width: 200px;
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__type__button {
    max-width: 150px;
    margin-top: 25px;
  }
}

.p-productsDetail__review__inner {
  max-width: 1300px;
  padding: 118px 50px 129px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__inner {
    padding: 78px 25px 90px;
  }
}

.p-productsDetail__review__list {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__list {
    margin-top: 46px;
  }
}

.p-productsDetail__review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 55px 66px 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(169, 176, 169, 0.1)), to(rgba(236, 236, 236, 0.1)));
  background: -webkit-linear-gradient(left, rgba(169, 176, 169, 0.1), rgba(236, 236, 236, 0.1));
  background: linear-gradient(to right, rgba(169, 176, 169, 0.1), rgba(236, 236, 236, 0.1));
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__item {
    display: block;
    padding: 23px 14px 19px;
  }
}

.p-productsDetail__review__item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__item:not(:first-child) {
    margin-top: 11px;
  }
}

.p-productsDetail__review__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5.5px;
  width: 101px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__stars {
    gap: 0 3px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-productsDetail__review__star {
    width: 15px;
  }
}

.p-productsDetail__review__content {
  width: calc(100% - 101px - 4.32vw);
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__content {
    width: 100%;
    padding-top: 0;
    margin-top: 25px;
  }
}

.p-productsDetail__review__title {
  font-size: 1.0666666667rem;
  line-height: 1.8125;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__title {
    font-size: 0.9333333333rem;
    line-height: 2.0714285714;
  }
}

.p-productsDetail__review__detail {
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__detail {
    font-size: 0.8rem;
    line-height: 2.1666666667;
  }
}

.p-productsDetail__review__foot {
  position: relative;
  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;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__foot {
    margin-top: 14px;
  }
}

.p-productsDetail__review__name {
  font-size: 0.8666666667rem;
  line-height: 1.0769230769;
  padding-right: 10px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__name {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.p-productsDetail__review__dateWrap {
  padding-right: 6px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__dateWrap {
    padding-right: 0px;
  }
}

.p-productsDetail__review__date {
  font-size: 0.8rem;
  line-height: 1.1666666667;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__date {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.p-productsDetail__review__date + span {
  font-size: 0.8rem;
  line-height: 1.1666666667;
  padding-left: 10px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  color: rgba(52, 52, 52, 0.5);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__date + span {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.p-productsDetail__review__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__button {
    margin-top: 47px;
  }
}

.p-productsDetail__review__button .c-button {
  width: 100%;
  max-width: 182px;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__review__button .c-button {
    max-width: 141.72px;
  }
}

.p-productsDetail__recommend {
  background: -webkit-gradient(linear, left top, right top, from(rgba(169, 176, 169, 0.1)), to(rgba(166, 173, 166, 0.1)));
  background: -webkit-linear-gradient(left, rgba(169, 176, 169, 0.1), rgba(166, 173, 166, 0.1));
  background: linear-gradient(to right, rgba(169, 176, 169, 0.1), rgba(166, 173, 166, 0.1));
}

.p-productsDetail__recommend__inner {
  width: 100%;
  max-width: 1780px;
  padding: 120px 50px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__recommend__inner {
    padding: 76px 25px 88px;
  }
}

.p-productsDetail__recommend__heading {
  font-size: 4.2666666667rem;
  line-height: 1.03125;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-productsDetail__recommend__heading {
    font-size: 2.9333333333rem;
    line-height: 1.5;
  }
}

.p-cart__inner {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  padding: 159px 50px 168px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-cart__inner {
    padding: 84px 25px 110px;
  }
}

.p-cart__heading {
  font-size: 1.7333333333rem;
  line-height: 1.3846153846;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-cart__heading {
    font-size: 1.7333333333rem;
    line-height: 1.3846153846;
    letter-spacing: 0.03em;
  }
}

.p-cart__empty {
  position: relative;
  width: 100%;
  max-width: 820px;
  aspect-ratio: 820/471;
  margin: 87px auto 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-cart__empty {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    aspect-ratio: auto;
    padding: 134px 45px 128px;
    margin: 29px auto 0;
  }
}

.p-cart__empty__message {
  position: absolute;
  top: 46%;
  left: 50%;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.0666666667rem;
  line-height: 1.125;
}
@media screen and (max-width: 768px) {
  .p-cart__empty__message {
    font-size: 0.9333333333rem;
    line-height: 3.5714285714;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.p-cart__empty__button {
  position: absolute;
  top: 79%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-cart__empty__button {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 250px;
    margin-top: 79px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.p-cart__empty__button .c-button {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .p-cart__empty__button .c-button {
    width: 100%;
  }
}

.p-cart__announcement {
  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;
  padding: 32px 30px 32px;
  margin-top: 17px;
  background-color: rgba(176, 181, 176, 0.15);
}
@media screen and (max-width: 768px) {
  .p-cart__announcement {
    padding: 23px 30px 23px;
    margin-top: 27px;
  }
}

.p-cart__announcement__text {
  font-size: 0.9333333333rem;
  line-height: 1.5714285714;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-cart__announcement__text {
    font-size: 0.8rem;
    line-height: 1.8333333333;
  }
}

.p-cart__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.13vw;
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .p-cart__body {
    display: block;
    margin-top: 23px;
  }
}

.p-cart__main {
  width: calc((100% - 2.13vw) * 0.71);
}
@media screen and (max-width: 768px) {
  .p-cart__main {
    width: 100%;
  }
}

.p-cart__products__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 164px 29px 1fr 29px 52px;
  grid-template: 1fr 53px/164px 1fr 52px;
  grid-template-areas: "thumb content content" "thumb select price";
  -webkit-column-gap: 29px;
  -moz-column-gap: 29px;
  column-gap: 29px;
  padding: 13px 29px 13px 13px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-cart__products__item {
    -ms-grid-columns: 111px 13px 1fr 13px 52px;
    grid-template: 1fr 40px/111px 1fr 52px;
    grid-template-areas: "thumb content content" "select price price";
    row-gap: 15px;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px;
    padding: 15px;
  }
}

.p-cart__products__item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-cart__products__item:not(:first-child) {
    margin-top: 12px;
  }
}

.p-cart__products__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: thumb;
}

.p-mypage-orders__item > .p-cart__products__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.p-cart__products__content {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-area: content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-mypage-orders__item > .p-cart__products__content {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}
@media screen and (max-width: 768px) {
  .p-cart__products__content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 8px;
  }
}

.p-cart__products__name {
  font-size: 1.0666666667rem;
  line-height: 1.125;
  padding-right: 25px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-cart__products__name {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

.p-cart__products__label {
  display: block;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  margin-top: 11px;
  font-family: Roboto, serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-cart__products__label {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    margin-top: 9px;
  }
}

.p-cart__products__information {
  display: block;
  margin-top: 5px;
  font-family: Roboto, serif;
  font-weight: 300;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  .p-cart__products__information {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.p-cart__products__select {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: select;
  width: 100%;
  max-width: 99px;
}
@media screen and (max-width: 768px) {
  .p-cart__products__select {
    max-width: none;
  }
}

.p-cart__products__delete {
  position: absolute;
  top: 15px;
  right: 28px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .p-cart__products__delete {
    top: 7px;
    right: 15px;
  }
}

.p-cart__products__foot {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-area: price;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-cart__products__price {
  font-size: 0.9333333333rem;
  line-height: 1;
  position: relative;
  display: block;
  padding-left: 8px;
  font-family: Roboto, serif;
  font-weight: 600;
}

.p-cart__products__price:before {
  position: absolute;
  top: 58%;
  left: 0;
  height: 100%;
  content: "¥";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-cart__products__tax {
  display: block;
  margin-top: 6px;
  font-family: Roboto, serif;
  font-weight: 300;
  text-align: right;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  .p-cart__products__tax {
    margin-top: 5px;
  }
}

.p-cart__aside {
  width: calc((100% - 2.13vw) * 0.29);
  padding-top: 7px;
}
@media screen and (max-width: 768px) {
  .p-cart__aside {
    width: 100%;
    padding-top: 0px;
    margin-top: 50px;
  }
}

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

.p-cart__account__list:not(:first-child) {
  margin-top: 20px;
}

.p-cart__account__list:last-child {
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.p-cart__account__item {
  font-size: 0.9333333333rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}

.p-cart__account__num {
  font-size: 0.9333333333rem;
  line-height: 1;
  position: relative;
  padding-left: 10px;
  font-family: Roboto, serif;
  letter-spacing: 0.05em;
}

.p-cart__account__num:before {
  position: absolute;
  top: 58%;
  left: 0;
  height: 100%;
  content: "¥";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-cart__account__list:last-child .p-cart__account__num {
  font-size: 1.2rem;
  line-height: 0.7777777778;
  font-weight: 600;
}

.p-cart__login {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-cart__login {
    margin-top: 46px;
  }
}

.p-cart__login__textbox .c-textbox__input {
  background-color: #fff;
  font-size: 0.9333333333rem;
  line-height: 1.1428571429;
}

.p-cart__login__textbox + .p-cart__login__textbox {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.p-cart__login__button {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-cart__login__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-cart__login__button + .p-cart__login__button {
  margin-top: 12px;
}

.p-cart__signUp {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-cart__signUp {
    margin-top: 68px;
  }
}

.p-cart__signUp__title {
  font-size: 0.9333333333rem;
  line-height: 1;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-cart__signUp__title {
    text-align: center;
  }
}

.p-cart__signUp__title:before,
.p-cart__signUp__title:after {
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-cart__signUp__title:before {
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-cart__signUp__title:before {
    width: calc((100% - 150px) / 2);
    content: "";
  }
}

.p-cart__signUp__title:after {
  position: absolute;
  right: 0;
  width: calc(100% - 140px);
  content: "";
}
@media screen and (max-width: 768px) {
  .p-cart__signUp__title:after {
    width: calc((100% - 150px) / 2);
  }
}

.p-cart__signUp__description {
  font-size: 0.9333333333rem;
  line-height: 1.6428571429;
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-cart__signUp__description {
    font-size: 0.8rem;
    line-height: 1.9166666667;
    text-align: center;
  }
}

.p-cart__signUp__button {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .p-cart__signUp__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-cart__signUp__button + .p-cart__signUp__button {
  margin-top: 12px;
}

.p-cart__recommend {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-cart__recommend {
    margin-top: 77px;
  }
}

.p-cart__recommend__title {
  font-size: 1.7333333333rem;
  line-height: 1.3846153846;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-cart__recommend__title {
    text-align: center;
  }
}

.p-cart__recommend__list {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-cart__recommend__list {
    margin-top: 41px;
  }
}

.p-orderNew__inner {
  width: 100%;
  max-width: 700px;
  height: 100%;
  padding: 170px 50px 168px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-orderNew__inner {
    padding: 84px 25px 94px;
  }
}

.p-orderNew__heading {
  font-size: 1.4666666667rem;
  line-height: 0.6363636364;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-orderNew__heading {
    font-size: 1.4666666667rem;
    line-height: 0.6363636364;
    letter-spacing: 0.05em;
  }
}

.p-orderNew__text {
  font-size: 0.6666666667rem;
  line-height: 1.4;
  display: block;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-orderNew__text span {
  color: #a60000;
}

.p-orderNew__section {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-orderNew__section {
    margin-top: 37px;
  }
}

.p-orderNew__section + .p-orderNew__section {
  margin-top: 47px;
}

.p-orderNew__accordion {
  margin-top: 37px;
}

.p-orderNew__accordion__container {
  cursor: pointer;
}

.p-orderNew__accordion__heading {
  font-size: 0.9333333333rem;
  line-height: 2.0714285714;
  position: relative;
  padding: 13px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-orderNew__accordion__heading {
    font-size: 0.8rem;
    line-height: 2.4166666667;
    padding: 14px 0;
  }
}

.p-orderNew__accordion__heading:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 7px;
  width: 12px;
  height: 6px;
  content: "";
  background-image: url(../image/icon-arrow-top.svg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-orderNew__accordion__heading:after {
    right: 1px;
  }
}

.p-orderNew__accordion__heading:has(+ .is-open):after {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.p-orderNew__accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.p-orderNew__accordion__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
}

.p-orderNew__accordion__item.is-open {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.p-orderNew__accordion__item__inner {
  overflow: hidden;
}

.p-orderNew__accordion__content {
  padding: 12px 12px 32px;
}
@media screen and (max-width: 768px) {
  .p-orderNew__accordion__content {
    padding: 0 0 32px;
  }
}

.p-orderNew__accordion__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-orderNew__accordion__column {
    gap: 0 27px;
  }
}

.p-orderNew__accordion__column:not(:first-child) {
  margin-top: 22px;
}

.p-orderNew__accordion__description {
  width: calc((100% - 50px) * 0.6);
}
@media screen and (max-width: 768px) {
  .p-orderNew__accordion__description {
    width: calc((100% - 27px) * 0.52);
  }
}

.p-orderNew__accordion__text {
  font-size: 0.9333333333rem;
  line-height: 2.0714285714;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-orderNew__accordion__text {
    font-size: 0.8rem;
    line-height: 1.3333333333;
  }
}

.p-orderNew__accordion__text + .p-orderNew__accordion__text {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-orderNew__accordion__text + .p-orderNew__accordion__text {
    margin-top: 9px;
  }
}

.p-orderNew__accordion__img {
  width: calc((100% - 50px) * 0.4);
}
@media screen and (max-width: 768px) {
  .p-orderNew__accordion__img {
    width: calc((100% - 27px) * 0.48);
  }
}

@media screen and (max-width: 768px) {
  .c-label:has(+ .p-orderNew__list),
.c-label:has(+ .p-orderNew__consentLabel) {
    font-size: 0.8rem;
    line-height: 2.4166666667;
  }
}

.p-orderNew__list {
  margin-top: 3px;
}

.p-orderNew__item {
  font-size: 0.9333333333rem;
  line-height: 2.0714285714;
  padding: 4px 0 2px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-orderNew__item {
    font-size: 0.8rem;
    line-height: 2.4166666667;
  }
}

.p-orderNew__item:not(:first-child) {
  margin-top: 3px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.c-label:has(+ .p-orderNew__consentLabel) {
  margin-top: 20px;
}

.p-orderNew__consentLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .p-orderNew__consentLabel {
    gap: 0 15px;
  }
}

.p-orderNew__consentText {
  font-size: 0.9333333333rem;
  line-height: 1.1428571429;
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(52, 52, 52, 0.5);
}
@media screen and (max-width: 768px) {
  .p-orderNew__consentText {
    font-size: 0.8rem;
    line-height: 1.3333333333;
  }
}

.p-orderNew__consentText a {
  position: relative;
  color: rgba(52, 52, 52, 0.5);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-orderNew__consentText a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(52, 52, 52, 0.5);
}

.p-orderNew__consentText a:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-orderNew__consentText a:hover {
    opacity: 1;
  }
}

.p-orderNew__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .p-orderNew__submit {
    margin-top: 45px;
  }
}

.p-orderNew__submit .c-button {
  max-width: 300px;
}

.p-orderNew__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-orderNew__back {
    margin-top: 21px;
  }
}

.p-orderNew__back .c-button-text {
  display: inline-block;
}

.p-orderConfirm__inner {
  width: 100%;
  max-width: 1300px;
  padding: 170px 50px 120px;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__inner {
    padding: 85px 25px 33px;
  }
}

.p-orderConfirm__heading {
  font-size: 1.4666666667rem;
  line-height: 0.6363636364;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
}

.p-orderConfirm__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.13vw;
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__body {
    display: block;
    margin-top: 45px;
  }
}

.p-orderConfirm__main {
  width: calc((100% - 2.13vw) * 0.71);
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__main {
    width: 100%;
  }
}

.p-orderConfirm__section:not(:first-child) {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__section:not(:first-child) {
    margin-top: 40px;
  }
}

.p-orderConfirm__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-orderConfirm__title {
  font-size: 1.4666666667rem;
  line-height: 0.6363636364;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__title {
    font-size: 1.2rem;
    line-height: 0.7777777778;
  }
}

.p-orderConfirm__block {
  padding: 23px 38px 41px;
  margin-top: 28px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__block {
    padding: 15px 15px 29px;
    margin-top: 16px;
  }
}

.p-orderConfirm__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  padding: 10px 0 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__info {
    display: block;
    padding: 9px 0 10px;
  }
}

.p-orderConfirm__item {
  width: 117px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__item {
    font-size: 0.8rem;
    line-height: 2.3333333333;
  }
}

.p-orderConfirm__text {
  width: calc(100% - 117px - 20px);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__text {
    width: 100%;
    margin-top: -4px;
  }
}

.p-orderConfirm__info__item {
  padding: 9px 0;
  font-size: 0.9333333333rem;
  line-height: 2.0714285714;
  letter-spacing: 0.06em;
}

.p-orderConfirm__info__item:first-child {
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__info__item:first-child {
    padding-top: 8px;
  }
}

.p-orderConfirm__info__item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.p-orderConfirm__info__item:last-child {
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__info__item:last-child {
    padding-bottom: 3px;
  }
}

.p-orderConfirm__info__column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 44px;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__info__column__item {
    gap: 0 55px;
  }
}

.p-orderConfirm__info__column__wrap {
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__info__column__wrap {
    width: calc((100% - 55px) * 0.43);
  }
}

@media screen and (max-width: 768px) {
  .p-orderConfirm__info__column__wrap + .p-orderConfirm__info__column__wrap {
    width: calc((100% - 55px) * 0.57);
  }
}

.p-orderConfirm__info__column__name {
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.p-orderConfirm__info__column__text {
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__info__column__text {
    overflow: scroll;
    white-space: nowrap;
  }
}

.p-orderConfirm__aside {
  width: calc((100% - 2.13vw) * 0.29);
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__aside {
    width: 100%;
    padding-top: 0;
    margin-top: 41px;
  }
}

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

.p-orderConfirm__account__list:not(:first-child) {
  margin-top: 20px;
}

.p-orderConfirm__account__list:last-child {
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.p-orderConfirm__account__item {
  font-size: 0.9333333333rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}

.p-orderConfirm__account__num {
  font-size: 0.9333333333rem;
  line-height: 1;
  position: relative;
  padding-left: 10px;
  font-family: Roboto, serif;
  letter-spacing: 0.05em;
}

.p-orderConfirm__account__num:before {
  position: absolute;
  top: 58%;
  left: 0;
  height: 100%;
  content: "¥";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-orderConfirm__account__list:last-child .p-orderConfirm__account__num {
  font-size: 1.2rem;
  line-height: 0.7777777778;
  font-weight: 600;
}

.p-orderConfirm__aside__title {
  position: relative;
  margin-top: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 0.9333333333rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__aside__title {
    margin-top: 58px;
  }
}

.p-orderConfirm__aside__title:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 57px);
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-orderConfirm__cart {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__cart {
    margin-top: 12px;
  }
}

.p-orderConfirm__cart__item:not(:first-child) {
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__cart__item:not(:first-child) {
    margin-top: 8px;
  }
}

.p-orderConfirm__cart__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  color: #343434;
  text-decoration: none;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__cart__inner {
    gap: 0 18px;
  }
}

.p-orderConfirm__cart__img {
  width: calc((100% - 17px) * 0.31);
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__cart__img {
    width: calc((100% - 18px) * 0.335);
  }
}

.p-orderConfirm__cart__content {
  width: calc((100% - 17px) * 0.69);
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__cart__content {
    width: calc((100% - 18px) * 0.665);
  }
}

.p-orderConfirm__cart__name {
  font-size: 0.7333333333rem;
  line-height: 1.6363636364;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.p-orderConfirm__cart__information {
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  display: block;
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(35, 35, 35, 0.5);
  letter-spacing: 0.1em;
}

.p-orderConfirm__cart__price {
  font-size: 0.8rem;
  line-height: 1.1666666667;
  position: relative;
  display: block;
  padding-left: 10px;
  margin-top: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(35, 35, 35, 0.5);
  letter-spacing: 0.1em;
}

.p-orderConfirm__cart__price:before {
  position: absolute;
  top: 58%;
  left: 0;
  height: 100%;
  content: "¥";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-orderConfirm__aside__description {
  font-size: 0.7333333333rem;
  line-height: 1.7272727273;
  margin-top: 53px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(35, 35, 35, 0.5);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-orderConfirm__aside__description {
    margin-top: 68px;
  }
}

div.p-orderConfirm__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 71px;
}
@media screen and (max-width: 768px) {
  div.p-orderConfirm__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 52px;
  }
}

.p-orderConfirm__submit .c-button {
  max-width: 300px;
}

.p-orderComplete__inner {
  width: 100%;
  max-width: 920px;
  padding: 203px 50px 180px;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-orderComplete__inner {
    padding: 66px 25px 90px;
  }
}

.p-orderComplete__main {
  width: 100%;
  padding: 118px 59px 94px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-orderComplete__main {
    padding: 58px 15px 62px;
  }
}

.p-orderComplete__heading {
  font-size: 1.0666666667rem;
  line-height: 1.125;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-orderComplete__heading {
    font-size: 0.9333333333rem;
    line-height: 1.2857142857;
  }
}

.p-orderComplete__description {
  margin-top: 77px;
}
@media screen and (max-width: 768px) {
  .p-orderComplete__description {
    margin-top: 40px;
  }
}

.p-orderComplete__text {
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-orderComplete__text {
    font-size: 0.8rem;
    line-height: 2.25;
    text-align: left;
  }
}

.p-orderComplete__text:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-orderComplete__text:not(:first-child) {
    margin-top: 27px;
  }
}

.p-orderComplete__num {
  padding: 30px 0;
  margin-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
  background-color: #b0b5b0;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-orderComplete__num {
    margin-top: 29px;
  }
}

.p-orderComplete__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 46px;
}

.p-orderComplete__button .c-button {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .p-orderComplete__button .c-button {
    max-width: 236px;
  }
}

.p-about-fv__inner {
  width: 100%;
  max-width: 1647px;
  height: 100%;
  padding: 158px 337px 124px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about-fv__inner {
    padding: 82px 41px 76px;
  }
}

.p-about-fv__heading {
  font-size: 4.2666666667rem;
  line-height: 1.03125;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  text-align: center;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .p-about-fv__heading {
    font-size: 2.9333333333rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.p-about-fv__subHeading {
  font-size: 1.0666666667rem;
  line-height: 0.875;
  display: block;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-about-fv__subHeading {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    margin-top: -7px;
  }
}

.p-about-fv__title {
  font-size: 2.8rem;
  line-height: 2.0714285714;
  margin-top: 150px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .p-about-fv__title {
    font-size: 1.4666666667rem;
    line-height: 2.1818181818;
    margin-top: 44px;
    letter-spacing: 0.02em;
  }
}

.p-about-fv__description {
  font-size: 1.2rem;
  line-height: 2.2777777778;
  margin-top: 41px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .p-about-fv__description {
    font-size: 0.8rem;
    line-height: 2.1666666667;
    margin-top: 26px;
    text-align: left;
    letter-spacing: 0.14em;
  }
}

.p-about-fv__title + .p-about-fv__description {
  margin-top: 153px;
}
@media screen and (max-width: 768px) {
  .p-about-fv__title + .p-about-fv__description {
    margin-top: 44px;
  }
}

.p-about-fv__img {
  display: block;
}

.p-about-concept__inner {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  padding: 149px 50px 176px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about-concept__inner {
    padding: 64px 0 58px;
  }
}

.p-about-concept__heading {
  font-size: 1.6rem;
  line-height: 2;
  padding: 117px 30px 114px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.18em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-about-concept__heading {
    font-size: 1.0666666667rem;
    line-height: 2;
    width: calc(100% - 46px);
    padding: 61px 25px 69px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-about-concept__subHeading {
  font-size: 1.2rem;
  line-height: 2;
  display: block;
  margin-top: 143px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .p-about-concept__subHeading {
    font-size: 0.9333333333rem;
    line-height: 2;
    width: calc(100% - 46px);
    margin-top: 76px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-about-concept__list {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-about-concept__list {
    margin-top: 85px;
  }
}

.p-about-concept__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6.8vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-about-concept__item {
    display: block;
  }
}

.p-about-concept__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-about-concept__item:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-about-concept__item:nth-child(2n+1) .p-about-concept__content,
.p-about-concept__item:nth-child(2n) .p-about-concept__img {
  width: calc((100% - 6.8vw) * 0.56);
}
@media screen and (max-width: 768px) {
  .p-about-concept__item:nth-child(2n+1) .p-about-concept__content,
.p-about-concept__item:nth-child(2n) .p-about-concept__img {
    width: 100%;
  }
}

.p-about-concept__item:nth-child(2n) .p-about-concept__content,
.p-about-concept__item:nth-child(2n+1) .p-about-concept__img {
  width: calc((100% - 6.8vw) * 0.44);
}
@media screen and (max-width: 768px) {
  .p-about-concept__item:nth-child(2n) .p-about-concept__content,
.p-about-concept__item:nth-child(2n+1) .p-about-concept__img {
    width: 100%;
  }
}

.p-about-concept__item:nth-child(2n+1) .p-about-concept__content {
  max-width: 490px;
  margin-top: -12%;
}
@media screen and (max-width: 768px) {
  .p-about-concept__item:nth-child(2n+1) .p-about-concept__content {
    margin-top: 0;
  }
}

.p-about-concept__item:nth-child(2n) .p-about-concept__content {
  margin-bottom: 5.5%;
}

.p-about-concept__item:not(:first-child) {
  margin-top: -7%;
}
@media screen and (max-width: 1024px) {
  .p-about-concept__item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about-concept__item:not(:first-child) {
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .p-about-concept__item:nth-child(2n) .p-about-concept__content,
.p-about-concept__item:nth-child(2n+1) .p-about-concept__content {
    width: calc(100% - 90px);
    margin-top: 66px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-about-concept__item:nth-child(2n+1) .p-about-concept__img {
    width: calc(100% - 80px);
  }
}

.p-about-concept__title {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .p-about-concept__title {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.p-about-concept__description {
  font-size: 0.9333333333rem;
  line-height: 2.6;
  margin-top: 49px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .p-about-concept__description {
    font-size: 0.8rem;
    line-height: 2.6;
    margin-top: 24px;
  }
}

.p-about-feature {
  padding-bottom: 92px;
}
@media screen and (max-width: 768px) {
  .p-about-feature {
    padding-bottom: 89px;
  }
}

.p-about-feature__inner {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  padding: 0 50px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about-feature__inner {
    padding: 0 23px 0;
  }
}

.p-about-feature__heading {
  padding: 117px 30px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.18em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-about-feature__heading {
    font-size: 1.0666666667rem;
    line-height: 2;
    padding: 61px 0px 69px;
  }
}

.p-about-feature__garally {
  width: 100%;
  max-width: 1616px;
  margin: 179px auto 0;
}
@media screen and (max-width: 768px) {
  .p-about-feature__garally {
    margin-top: 82px;
  }
}

.p-about-feature__descriptionWrap {
  width: 100%;
  max-width: 996px;
  height: 100%;
  padding: 93px 50px 110px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about-feature__descriptionWrap {
    padding: 68px 29px 72px;
  }
}

.p-about-feature__description {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .p-about-feature__description {
    font-size: 0.9333333333rem;
    line-height: 2;
  }
}

.p-about-feature__description:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-about-feature__description:not(:first-child) {
    margin-top: 60px;
  }
}

.p-about-feature__description:last-child {
  text-align: right;
}

.p-about-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.38vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 97px 0 83px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-about-feature__item {
    display: block;
    padding: 69px 22px 58px;
  }
}

.p-about-feature__content {
  width: calc((100% - 3.38vw) * 0.66);
}
@media screen and (max-width: 768px) {
  .p-about-feature__content {
    width: 100%;
  }
}

.p-about-feature__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4666666667rem;
  line-height: 1.8;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .p-about-feature__title {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.p-about-feature__text {
  margin-top: 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-size: 0.9333333333rem;
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .p-about-feature__text {
    font-size: 0.8rem;
    line-height: 2.6;
    margin-top: 25px;
  }
}

.p-about-feature__img {
  width: calc((100% - 3.38vw) * 0.34);
}
@media screen and (max-width: 768px) {
  .p-about-feature__img {
    width: 100%;
    margin-top: 24px;
  }
}

.p-about-message {
  background-color: #fff;
}

.p-about-message__inner {
  width: 100%;
  max-width: 1712px;
  padding: 153px 50px 194px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-about-message__inner {
    padding: 74px 0px 105px;
  }
}

.p-about-message__heading {
  font-size: 4.2666666667rem;
  line-height: 1.03125;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-about-message__heading {
    font-size: 2.9333333333rem;
    line-height: 1.0681818182;
    letter-spacing: 0.03em;
  }
}

.p-about-message__subHeading {
  font-size: 1.0666666667rem;
  line-height: 0.875;
  display: block;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-about-message__subHeading {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.p-about-message__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8.85vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 116px;
}
@media screen and (max-width: 768px) {
  .p-about-message__main {
    display: block;
    margin-top: 48px;
  }
}

.p-about-message__img {
  width: calc((100% - 8.85vw) * 0.56);
}
@media screen and (max-width: 768px) {
  .p-about-message__img {
    width: 100%;
  }
}

.p-about-message__text {
  width: calc((100% - 8.85vw) * 0.44);
  font-family: "Noto Serif JP", serif;
  font-size: 1.4666666667rem;
  line-height: 1.8;
  font-weight: 200;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .p-about-message__text {
    width: 100%;
    font-size: 1rem;
    line-height: 1.8;
    padding: 0 33px;
    margin-top: 35px;
  }
}

.p-subscription {
  padding: 162px 0 110px;
}
@media screen and (max-width: 768px) {
  .p-subscription {
    padding: 81px 0;
  }
}

.p-subscription__inner {
  width: 100%;
  max-width: 1305px;
  height: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-subscription__inner {
    padding: 0 25px;
  }
}

.p-subscription__heading {
  font-size: 4.2666666667rem;
  line-height: 1.03125;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-subscription__heading {
    font-size: 2.9333333333rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.p-subscription__subHeading {
  font-size: 1.0666666667rem;
  line-height: 0.875;
  display: block;
  margin-top: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-subscription__subHeading {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    margin-top: -7px;
  }
}

.p-subscription__lead {
  font-size: 1.4rem;
  line-height: 2.0476190476;
  margin-top: 102px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-subscription__lead {
    font-size: 0.9333333333rem;
    line-height: 1.7142857143;
    margin-top: 50px;
    letter-spacing: 0.14em;
  }
}

.p-subscription__title {
  font-size: 1.6rem;
  line-height: 1.4166666667;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-subscription__title {
    font-size: 0.9333333333rem;
    line-height: 1.5;
  }
}

.p-subscription__merit {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .p-subscription__merit {
    margin-top: 58px;
  }
}

.p-subscription__merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.4vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p-subscription__merit__list {
    display: block;
    margin-top: 22px;
  }
}

.p-subscription__merit__item {
  position: relative;
  width: calc((100% - 2.4vw) / 3);
  aspect-ratio: 1/1;
  padding: 7px;
  text-align: center;
  background-color: rgba(225, 238, 247, 0.5);
}
@media screen and (max-width: 768px) {
  .p-subscription__merit__item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-subscription__merit__item:not(:first-child) {
    margin-top: 13px;
  }
}

.p-subscription__merit__box {
  position: relative;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 10%;
  padding: 13% 10% 4%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .p-subscription__merit__box {
    padding: 11% 10% 4%;
  }
}

.p-subscription__merit__item:first-child .p-subscription__merit__box:before {
  background-image: url(../image/subscription-merit-01.png);
}

.p-subscription__merit__item:nth-child(2) .p-subscription__merit__box:before {
  background-image: url(../image/subscription-merit-02.png);
}

.p-subscription__merit__item:last-child .p-subscription__merit__box:before {
  background-image: url(../image/subscription-merit-03.png);
}

.p-subscription__merit__box:before {
  position: absolute;
  top: 53%;
  left: 50%;
  width: 50%;
  height: 50%;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-subscription__merit__box:before {
    width: 46%;
    height: 46%;
  }
}

.p-subscription__merit__text {
  font-size: 1.3333333333rem;
  line-height: 0.9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-subscription__merit__text {
    font-size: 1.0666666667rem;
    line-height: 1.125;
  }
}

.p-subscription__merit__note {
  display: block;
  color: rgba(52, 52, 52, 0.5);
  font-size: 0.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-subscription__merit__note {
    font-size: 0.6666666667rem;
    line-height: 1.8;
  }
}

.p-subscription__point {
  margin-top: 118px;
}
@media screen and (max-width: 768px) {
  .p-subscription__point {
    margin-top: 55px;
  }
}

.p-subscription__point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.39vw;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-subscription__point__list {
    display: block;
    margin-top: 26px;
  }
}

.p-subscription__point__item {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc((100% - 2.39vw) / 3);
  padding: 43px 30px 40px 149px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-subscription__point__item {
    width: 100%;
    padding: 24px 30px 25px 121px;
  }
}

.p-subscription__point__item:before {
  position: absolute;
  top: 50%;
  left: 38px;
  width: 81px;
  height: 81px;
  content: "";
  background-image: url(../image/icon-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .p-subscription__point__item:before {
    left: 52px;
    width: 50.67px;
    height: 50.67px;
  }
}

.p-subscription__point__title {
  font-size: 1.2666666667rem;
  line-height: 1.29;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-subscription__point__title {
    font-size: 0.9333333333rem;
    line-height: 1.2857142857;
  }
}

.p-subscription__point__item:not(:first-child) {
  margin-top: 10px;
}

.p-subscription__point__text {
  font-size: 0.8rem;
  line-height: 1.5;
  display: block;
  margin-top: 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: rgba(52, 52, 52, 0.5);
}
@media screen and (max-width: 768px) {
  .p-subscription__point__text {
    font-size: 0.7333333333rem;
    line-height: 1.6363636364;
    margin-top: 6px;
  }
}

.p-subscription__about {
  margin-top: 127px;
}
@media screen and (max-width: 768px) {
  .p-subscription__about {
    margin-top: 57px;
  }
}

.p-subscription__about__title {
  font-size: 0.9333333333rem;
  line-height: 1.2857142857;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-subscription__about__title {
    font-size: 0.8rem;
    line-height: 1.6666666667;
  }
}

.p-subscription__about__main {
  width: 100%;
  padding: 61px 51px 13px;
  margin-top: 48px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-subscription__about__main {
    padding: 49px 24px 13px;
    margin-top: 43px;
  }
}

.p-subscription__about__img {
  width: 100%;
  max-width: 1007px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-subscription__about__img {
    display: block;
    max-width: 280px;
  }
}

.p-subscription__about__list {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-subscription__about__list {
    margin-top: 39px;
  }
}

.p-subscription__about__item {
  position: relative;
  padding: 21px 0 21px;
}
@media screen and (max-width: 768px) {
  .p-subscription__about__item {
    padding: 17px 0 17px;
  }
}

.p-subscription__about__item:not(:first-child):before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-image: url(https://d2w53g1q050m78.cloudfront.net/olesjp/uploads/assets/images/line-img.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-subscription__about__description {
  font-size: 1rem;
  line-height: 2.5333333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-subscription__about__description {
    font-size: 0.8666666667rem;
    line-height: 1.6;
  }
}

.p-subscription__about__text {
  font-size: 0.8666666667rem;
  line-height: 2.9230769231;
  display: inline-block;
  padding: 3px 17px;
  margin-top: -3px;
  font-weight: 500;
  font-weight: 500;
  color: #64a6d2;
  letter-spacing: 0.06em;
  background-color: #f5fbff;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .p-subscription__about__text {
    font-size: 0.8rem;
    line-height: 1;
    padding: 3px 10px;
    margin-top: 24px;
  }
}

.p-subscription__faq {
  width: 100%;
  max-width: 947px;
  margin: 111px auto 0;
}
@media screen and (max-width: 768px) {
  .p-subscription__faq {
    margin: 49px auto 0;
  }
}

.p-subscription__faq__title {
  font-size: 1.0666666667rem;
  line-height: 1.125;
  margin-top: 68px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-subscription__faq__title {
    font-size: 0.8rem;
    line-height: 1.6666666667;
    margin-top: 32px;
  }
}

.p-subscription__faq__list {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-subscription__faq__list {
    margin-top: 18px;
  }
}

.p-store__inner {
  width: 100%;
  max-width: 1848px;
  padding: 159px 0 170px 50px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-store__inner {
    padding: 81px 0 50px;
  }
}

.p-store__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5.9375vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-store__main {
    display: block;
  }
}

.p-store__main__sidebar {
  position: sticky;
  top: 150px;
  width: calc((100% - 5.9375vw) * 0.235);
}
@media screen and (max-width: 1024px) {
  .p-store__main__sidebar {
    width: 247.922px;
  }
}
@media screen and (max-width: 768px) {
  .p-store__main__sidebar {
    position: static;
    top: auto;
    width: 100%;
  }
}

.p-store__main__sidebar__content {
  position: sticky;
}
@media screen and (max-width: 768px) {
  .p-store__main__sidebar__content {
    position: static;
    padding: 0 25px;
  }
}

.p-store__main__sidebar__heading {
  font-size: 4.2666666667rem;
  line-height: 1.03125;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-store__main__sidebar__heading {
    text-align: center;
    font-size: 2.9333333333rem;
    line-height: 1.5;
  }
}

.p-store__main__sidebar__subHeading {
  font-size: 1.0666666667rem;
  line-height: 0.875;
  display: block;
  padding-left: 5px;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-store__main__sidebar__subHeading {
    padding-left: 0px;
    margin-top: -7px;
    text-align: center;
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.p-store__main__sidebar__title {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 155px;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-store__main__sidebar__title {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 48px;
  }
}

.p-store__main__sidebar__subTitle {
  font-size: 0.8rem;
  line-height: 1.3333333333;
  display: block;
  margin-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-store__main__sidebar__subTitle {
    font-size: 0.6666666667rem;
    line-height: 1.6;
  }
}

.p-store__main__sidebar__access {
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 768px) {
  .p-store__main__sidebar__access {
    font-size: 0.8rem;
    line-height: 1.6666666667;
  }
}

.p-store__main__sidebar__information {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .p-store__main__sidebar__information {
    margin-top: 19px;
  }
}

.p-store__main__sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-store__main__sidebar__list {
    display: block;
    padding: 14px 0;
  }
}

.p-store__main__sidebar__item {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  letter-spacing: 0.03em;
  font-size: 1.0666666667rem;
  line-height: 1.125;
}
@media screen and (max-width: 768px) {
  .p-store__main__sidebar__item {
    font-size: 0.6666666667rem;
    line-height: 1.8;
  }
}

.p-store__main__sidebar__text {
  font-size: 1rem;
  line-height: 1.7333333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 768px) {
  .p-store__main__sidebar__text {
    font-size: 0.8rem;
    line-height: 2.1666666667;
    margin-top: 0px;
  }
}

.p-store__main__garally {
  width: calc((100% - 5.9375vw) * 0.765);
}
@media screen and (max-width: 1024px) {
  .p-store__main__garally {
    width: calc(100% - 5.9375vw - 247.922px);
  }
}
@media screen and (max-width: 768px) {
  .p-store__main__garally {
    width: 100%;
    margin-top: 50px;
  }
}

.p-store__main__garally__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-store__main__garally__list {
    gap: 12px;
  }
}

.p-store__main__garally__item {
  width: 100%;
}

.p-store__main__garally__item.p-store__main__garally__item--col2 {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 768px) {
  .p-store__main__garally__item.p-store__main__garally__item--col2 {
    width: 100%;
  }
}

.p-store__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5.9375vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-store__access {
    display: block;
    margin-top: 75px;
  }
}

.p-store__access__sidebar {
  position: sticky;
  top: 150px;
  width: calc((100% - 5.9375vw) * 0.235);
}
@media screen and (max-width: 1024px) {
  .p-store__access__sidebar {
    width: 247.922px;
  }
}
@media screen and (max-width: 768px) {
  .p-store__access__sidebar {
    position: static;
    top: auto;
    width: 100%;
  }
}

.p-store__access__sidebar__content {
  position: sticky;
}
@media screen and (max-width: 768px) {
  .p-store__access__sidebar__content {
    position: static;
  }
}

.p-store__access__title {
  font-size: 4.2666666667rem;
  line-height: 1.03125;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-store__access__title {
    text-align: center;
    font-size: 2.9333333333rem;
    line-height: 1.5;
  }
}

.p-store__access__subTitle {
  font-size: 1.0666666667rem;
  line-height: 0.875;
  display: block;
  padding-left: 5px;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-store__access__subTitle {
    margin-top: -7px;
    text-align: center;
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.p-store__access__main {
  width: calc((100% - 5.9375vw) * 0.765);
  aspect-ratio: 1288/761;
}
@media screen and (max-width: 1024px) {
  .p-store__access__main {
    width: calc(100% - 5.9375vw - 247.922px);
  }
}
@media screen and (max-width: 768px) {
  .p-store__access__main {
    width: 100%;
    aspect-ratio: 390/452;
    margin-top: 48px;
  }
}

.p-store__access__main__map {
  height: 100%;
}

.p-store__access__main__map iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.p-company__inner {
  width: 100%;
  height: 100%;
  padding: 162px 0px 168px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    padding: 81px 0px 50px;
  }
}

.p-company__heading {
  font-size: 4.2666666667rem;
  line-height: 1.03125;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-company__heading {
    font-size: 2.9333333333rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.p-company__subHeading {
  font-size: 1.0666666667rem;
  line-height: 0.875;
  display: block;
  margin-top: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-company__subHeading {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    margin-top: -7px;
  }
}

.p-company__fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1920/737;
  margin-top: 75px;
  background-image: url(../image/company-fv-bg.png);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-company__fv {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    aspect-ratio: auto;
    padding-top: 70vw;
    margin-top: 50px;
    background-image: url(../image/company-fv-bg-sp.png);
    background-repeat: no-repeat;
  }
}

.p-company__fv__content {
  width: 48%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-company__fv__content {
    width: 100%;
    padding: 29px 40px 81px;
    margin-left: 0;
    background: -webkit-linear-gradient(176deg, #d7d8dc, #d4d5d9);
    background: linear-gradient(-86deg, #d7d8dc, #d4d5d9);
  }
}

.p-company__fv__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.77vw;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-company__fv__title {
    font-size: 1.3333333333rem;
    line-height: 1.95;
    letter-spacing: 0.02em;
  }
}

.p-company__fv__description {
  margin-top: 2.08vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.73vw;
  font-weight: 300;
  line-height: 2.3;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-company__fv__description {
    font-size: 0.8rem;
    line-height: 2.25;
    margin-top: 30px;
    letter-spacing: 0.06em;
  }
}

.p-company__information {
  margin-top: 163px;
}
@media screen and (max-width: 768px) {
  .p-company__information {
    margin-top: 88px;
  }
}

.p-company__information__inner {
  width: 100%;
  max-width: 1051px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-company__information__inner {
    padding: 0 25px;
  }
}

.p-company__information__heading {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "New York Extra Large", "New York", "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-company__information__heading {
    font-size: 1.3333333333rem;
    line-height: 1.9;
    letter-spacing: 0.08em;
  }
}

.p-company__information__subHeading {
  font-size: 0.8rem;
  line-height: 1.3333333333;
  display: block;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-company__information__subHeading {
    font-size: 0.6666666667rem;
    line-height: 1.6;
    margin-top: -3px;
  }
}

.p-company__information__main {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .p-company__information__main {
    margin-top: 6px;
  }
}

.p-company__information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-company__information__list {
    display: block;
    padding: 14px 0;
  }
}

.p-company__information__item {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  letter-spacing: 0.03em;
  font-size: 1.0666666667rem;
  line-height: 1.125;
}
@media screen and (max-width: 768px) {
  .p-company__information__item {
    font-size: 0.6666666667rem;
    line-height: 1.8;
  }
}

.p-company__information__text {
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-company__information__text {
    font-size: 0.8rem;
    line-height: 1.6666666667;
    margin-top: 5px;
  }
}

.p-newsArchive__inner {
  width: 100%;
  max-width: 1048px;
  padding: 159px 50px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-newsArchive__inner {
    padding: 81px 25px 49px;
  }
}

.p-newsArchive__heading {
  font-size: 4.2666666667rem;
  line-height: 1.03125;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-newsArchive__heading {
    text-align: center;
    font-size: 2.9333333333rem;
    line-height: 1.5;
  }
}

.p-newsArchive__subHeading {
  font-size: 1.0666666667rem;
  line-height: 0.875;
  display: block;
  padding-left: 2px;
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-newsArchive__subHeading {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    padding-left: 0;
    margin-top: -7px;
    text-align: center;
  }
}

.p-newsArchive__main {
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .p-newsArchive__main {
    margin-top: 56px;
  }
}

.p-newsArchive__item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-newsArchive__item:not(:first-child) {
    margin-top: 13px;
  }
}

.p-newsArchive__link {
  position: relative;
  display: block;
  padding: 22px 32px 31px;
  color: #343434;
  text-decoration: none;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-newsArchive__link {
    padding: 10px 14px 17px;
  }
}

.p-newsArchive__link:after {
  position: absolute;
  top: 37px;
  right: 32px;
  width: calc(100% - 193px);
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .p-newsArchive__link:after {
    top: 28px;
    right: 14px;
    width: calc(100% - 136px);
  }
}

.p-newsArchive__link:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-newsArchive__link:hover {
    opacity: 1;
  }
}

.p-newsArchive__date {
  font-size: 0.8rem;
  line-height: 1.1666666667;
  display: inline-block;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-newsArchive__date {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.p-newsArchive__date + span {
  font-size: 0.8rem;
  line-height: 1.1666666667;
  display: inline-block;
  padding-left: 8px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  color: rgba(52, 52, 52, 0.5);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-newsArchive__date + span {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    padding-left: 5px;
  }
}

.p-newsArchive__title {
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .p-newsArchive__title {
    font-size: 0.8rem;
    line-height: 1.6666666667;
    margin-top: 8px;
    letter-spacing: 0.02em;
  }
}

.p-article__inner {
  width: 100%;
  max-width: 1048px;
  padding: 197px 50px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-article__inner {
    padding: 65px 25px 49px;
  }
}

.p-article__wrap {
  position: relative;
  padding: 48px 55px 59px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-article__wrap {
    padding: 11px 15px 0px;
  }
}

.p-article__wrap:after {
  position: absolute;
  top: 65px;
  right: 55px;
  width: calc(100% - 239px);
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .p-article__wrap:after {
    top: 29px;
    right: 15px;
    width: calc(100% - 132px);
  }
}

.p-article__date {
  font-size: 0.8rem;
  line-height: 1.1666666667;
  display: inline-block;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-article__date {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.p-article__date + span {
  font-size: 0.8rem;
  line-height: 1.1666666667;
  display: inline-block;
  padding-left: 8px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Helvetica, Arial, sans-serif;
  color: rgba(52, 52, 52, 0.5);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-article__date + span {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    padding-left: 5px;
  }
}

.p-article__title {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  margin-top: 79px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .p-article__title {
    font-size: 1.4666666667rem;
    line-height: 2.1818181818;
    margin-top: 39px;
  }
}

.p-article__main {
  margin-top: 87px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-article__main {
    margin-top: 44px;
  }
}

.p-article__main * {
  margin: 18px 0;
}

.p-article__main p {
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-article__main p {
    font-size: 0.8rem;
    line-height: 2.25;
  }
}

.p-faq__inner {
  width: 100%;
  max-width: 1048px;
  padding: 159px 50px 168px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-faq__inner {
    padding: 81px 25px 93px;
  }
}

.p-faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-faq__head {
    display: block;
  }
}

.p-faq__head__left {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .p-faq__head__left {
    width: auto;
  }
}

.p-faq__heading {
  font-size: 4.2666666667rem;
  line-height: 1.03125;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-faq__heading {
    text-align: center;
    font-size: 2.9333333333rem;
    line-height: 1.5;
  }
}

.p-faq__subHeading {
  font-size: 1.0666666667rem;
  line-height: 0.875;
  display: block;
  padding-left: 2px;
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-faq__subHeading {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    padding-left: 0;
    margin-top: -7px;
    text-align: center;
  }
}

.p-faq__head__right {
  width: calc(100% - 130px - 30px);
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-faq__head__right {
    width: 100%;
    margin-top: 48px;
  }
}

.p-faq__head__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 11px 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-faq__head__menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-faq__head__item {
  overflow: hidden;
  background: -webkit-linear-gradient(160deg, #a9b0a9, #a6ada6);
  background: linear-gradient(-70deg, #a9b0a9, #a6ada6);
  border-radius: 500px;
}

.p-faq__head__link {
  position: relative;
  z-index: 2;
  display: block;
  padding: 6px 14px;
  font-family: "Jost", sans-serif;
  color: #3434344d;
  text-decoration: none;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
}

.p-faq__head__link:not(.is-current):before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-faq__head__link:not(.is-current):hover {
  color: #fff;
  background: -webkit-linear-gradient(160deg, #a9b0a9, #a6ada6);
  background: linear-gradient(-70deg, #a9b0a9, #a6ada6);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 768px) {
  .p-faq__head__link:not(.is-current):hover {
    color: rgba(52, 52, 52, 0.3);
    background-color: #fff;
  }
}

.p-faq__head__link:hover::before {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-faq__head__link.is-current {
  color: #fff;
  background-color: #343434;
}

.p-faq__main {
  margin-top: 87px;
}
@media screen and (max-width: 768px) {
  .p-faq__main {
    margin-top: 47px;
  }
}

.p-faq__list {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .p-faq__list {
    margin-top: 18px;
  }
}

.p-faq__block:not(:first-child) {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-faq__block:not(:first-child) {
    margin-top: 51px;
  }
}

.p-faq__title {
  font-size: 1.0666666667rem;
  line-height: 1.125;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-faq__title {
    font-size: 0.8rem;
    line-height: 1.6666666667;
  }
}

.p-contactDraft__inner {
  width: 100%;
  max-width: 1306px;
  height: 100%;
  padding: 159px 50px 168px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contactDraft__inner {
    padding: 79px 25px 90px;
  }
}

.p-contactDraft__heading {
  font-size: 1.7333333333rem;
  line-height: 1.3846153846;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.03em;
}

.p-contactDraft__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .p-contactDraft__main {
    display: block;
    margin-top: 21px;
  }
}

.p-contactDraft__left {
  width: calc((100% - 50px) * 0.48);
  padding-top: 44px;
}
@media screen and (max-width: 768px) {
  .p-contactDraft__left {
    display: none;
  }
}

.p-contactDraft__title {
  font-size: 4.6rem;
  line-height: 1.0144927536;
  font-family: "Jost", sans-serif;
  font-weight: 100;
  letter-spacing: 0.03em;
}

.p-contactDraft__subTitle {
  display: block;
  padding-left: 3px;
  margin-top: 21px;
  font-family: Roboto, serif;
  font-weight: 200;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  line-height: 1.1666666667;
}
@media screen and (max-width: 768px) {
  .p-contactDraft__subTitle {
    padding-left: 0px;
  }
}

.p-contactDraft__description {
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  padding-left: 3px;
  margin-top: 45px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-contactDraft__description {
    padding-left: 0px;
  }
}

.p-contactDraft__right {
  width: calc((100% - 50px) * 0.52);
}
@media screen and (max-width: 768px) {
  .p-contactDraft__right {
    width: 100%;
  }
}

.p-contactDraft__block {
  padding: 38px 45px 54px;
  margin-top: 7px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contactDraft__block {
    padding: 28px 15px 49px;
    margin-top: 3px;
  }
}

.p-contactDraft__item + .p-contactDraft__item {
  margin-top: 12px;
}

.p-contactDraft__consent {
  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;
  margin-top: 22px;
}

.p-contactDraft__privacy {
  display: inline-block;
  padding-left: 8px;
  color: rgba(52, 52, 52, 0.5);
  font-size: 0.9333333333rem;
  line-height: 1.1428571429;
  cursor: pointer;
}

.p-contactDraft__privacy a {
  position: relative;
  display: inline-block;
  color: rgba(52, 52, 52, 0.5);
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-contactDraft__privacy a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(52, 52, 52, 0.5);
}

.p-contactDraft__privacy a:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-contactDraft__privacy a:hover {
    opacity: 1;
  }
}

.p-contactDraft__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.p-contactDraft__submit .c-button {
  max-width: 250px;
}

.p-contactConfirm__inner {
  width: 100%;
  max-width: 920px;
  padding: 162px 50px 168px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contactConfirm__inner {
    padding: 81px 25px 90px;
  }
}

.p-contactConfirm__heading {
  font-size: 1.7333333333rem;
  line-height: 1.3846153846;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.03em;
}

.p-contactConfirm__main {
  padding: 55px 55px 71px;
  margin-top: 67px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contactConfirm__main {
    padding: 25px 15px 60px;
    margin-top: 32px;
  }
}

.p-contactConfirm__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .p-contactConfirm__list {
    display: block;
  }
}

.p-contactConfirm__list:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-contactConfirm__list:not(:first-child) {
    margin-top: 11px;
  }
}

.p-contactConfirm__item {
  font-size: 0.9333333333rem;
  line-height: 2.0714285714;
  width: 132px;
  padding-top: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-contactConfirm__item {
    width: 100%;
    font-size: 0.6666666667rem;
    line-height: 2.9;
    padding-top: 0;
  }
}

.p-contactConfirm__text {
  width: calc(100% - 132px - 22px);
  padding: 12px 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #343434;
  background-color: rgba(169, 176, 169, 0.1);
  font-size: 1.0666666667rem;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p-contactConfirm__text {
    width: 100%;
    padding: 12px 16px;
  }
}

.p-contactConfirm__form {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .p-contactConfirm__form {
    margin-top: 35px;
  }
}

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

.p-contactConfirm__submit .c-button--primary {
  width: 250px;
}

.p-contactConfirm__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-contactConfirm__back {
    margin-top: 21px;
  }
}

.p-contactConfirm__back a {
  display: inline-block;
  margin: 0 auto;
}

.p-contactComplete__inner {
  width: 100%;
  max-width: 920px;
  padding: 162px 50px 168px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contactComplete__inner {
    padding: 81px 25px 116px;
  }
}

.p-contactComplete__heading {
  font-size: 1.7333333333rem;
  line-height: 1.3846153846;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.03em;
}

.p-contactComplete__main {
  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;
  padding: 81px 64px 130px;
  margin-top: 67px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contactComplete__main {
    padding: 56px 15px 53px;
    margin-top: 32px;
  }
}

.p-contactComplete__message {
  font-size: 1.0666666667rem;
  line-height: 1.125;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contactComplete__message {
    font-size: 0.9333333333rem;
    line-height: 1.2857142857;
  }
}

.p-contactComplete__img {
  width: 167px;
  margin-top: 79px;
}
@media screen and (max-width: 768px) {
  .p-contactComplete__img {
    width: 99px;
    margin-top: 29px;
  }
}

.p-contactComplete__description {
  margin-top: 78px;
}
@media screen and (max-width: 768px) {
  .p-contactComplete__description {
    margin-top: 30px;
  }
}

.p-contactComplete__text {
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-contactComplete__text {
    font-size: 0.8rem;
    line-height: 2.25;
    text-align: left;
  }
}

.p-contactComplete__text:not(:first-child) {
  margin-top: 26px;
}

.p-contactComplete__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 77px;
}
@media screen and (max-width: 768px) {
  .p-contactComplete__button {
    margin-top: 57px;
  }
}

.p-contactComplete__button .c-button {
  max-width: 250px;
}

.p-guidance__inner {
  width: 100%;
  max-width: 1048px;
  padding: 183px 50px 121px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-guidance__inner {
    padding: 81px 25px 87px;
  }
}

.p-guidance__heading {
  font-size: 4.2666666667rem;
  line-height: 1.03125;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-guidance__heading {
    font-size: 2.9333333333rem;
    line-height: 1.5;
    text-align: center;
  }
}

.p-guidance__subHeading {
  font-size: 1.0666666667rem;
  line-height: 0.875;
  display: block;
  padding-left: 4px;
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-guidance__subHeading {
    padding-left: 0;
    font-size: 0.6666666667rem;
    line-height: 1.4;
    margin-top: -7px;
    text-align: center;
  }
}

.p-guidance__description {
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  margin-top: 87px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-guidance__description {
    font-size: 0.8rem;
    line-height: 2.25;
    margin-top: 49px;
    letter-spacing: 0;
  }
}

.p-guidance__body {
  margin-top: 114px;
}
@media screen and (max-width: 768px) {
  .p-guidance__body {
    margin-top: 50px;
  }
}

.p-guidance__description + .p-guidance__body {
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .p-guidance__description + .p-guidance__body {
    margin-top: 30px;
  }
}

.p-guidance__list:not(:first-child) {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .p-guidance__list:not(:first-child) {
    margin-top: 29px;
  }
}

.p-guidance__item {
  font-size: 1.0666666667rem;
  line-height: 1.125;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-guidance__item {
    font-size: 0.8rem;
    line-height: 1.6666666667;
  }
}

.p-privacy__text {
  margin-top: 18px;
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 768px) {
  .p-privacy__text {
    font-size: 0.8rem;
    line-height: 2.25;
    margin-top: 7px;
    letter-spacing: 0.06em;
  }
}
.p-privacy__text a {
  color: #343434;
  text-decoration: underline;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-privacy__text a:hover {
  text-decoration: none;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-privacy__text a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}

.p-login__inner {
  width: 100%;
  max-width: 1261px;
  height: 100%;
  padding: 263px 50px 263px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-login__inner {
    padding: 64px 25px 91px;
  }
}

.p-login__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
}
@media screen and (max-width: 768px) {
  .p-login__column {
    display: block;
  }
}

.p-login__column__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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc((100% - 35px) / 2);
  padding: 65px 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-login__column__item {
    width: 100%;
    padding: 42px 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-login__column__item:not(:first-child) {
    margin-top: 12px;
  }
}

.p-login__title {
  font-size: 2.1333333333rem;
  line-height: 1.0625;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-login__title {
    font-size: 1.7333333333rem;
    line-height: 1.3846153846;
  }
}

.p-login__subTitle {
  font-size: 0.9333333333rem;
  line-height: 2.0714285714;
  display: block;
  margin-top: -2px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-login__subTitle {
    font-size: 0.6666666667rem;
    line-height: 1.1;
    margin-top: 2px;
  }
}

.p-login__form {
  display: block;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-login__form {
    margin-top: 25px;
  }
}

.p-login__form__item:not(:first-child) {
  margin-top: 17px;
}

.p-login__form__checkbox {
  margin-top: 14px;
}

.p-login__form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-login__form__checkbox__text {
  font-size: 0.9333333333rem;
  line-height: 1.1428571429;
  color: rgba(52, 52, 52, 0.5);
}

.p-login__form__password {
  display: inline-block;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .p-login__form__password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 7px;
  }
}

@media screen and (max-width: 768px) {
  .p-login__form__password .c-button-text {
    font-size: 0.7333333333rem;
    line-height: 1.4545454545;
  }
}

.p-login__buttons {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-login__buttons {
    margin-top: 28px;
  }
}

.p-login__description + .p-login__buttons {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-login__description + .p-login__buttons {
    margin-top: 21px;
  }
}

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

.p-login__button:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-login__button:not(:first-child) {
    margin-top: 17px;
  }
}

.p-login__button .c-button {
  display: inline-block;
  max-width: 250px;
}

.p-login__description {
  margin-top: 20px;
  font-size: 1.0666666667rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-login__description {
    font-size: 0.9333333333rem;
    line-height: 2;
    margin-top: 18px;
  }
}

.p-passwordNew__inner {
  width: 100%;
  max-width: 1261px;
  height: 100%;
  padding: 263px 50px 263px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-passwordNew__inner {
    padding: 64px 25px 91px;
  }
}

.p-passwordNew__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
}
@media screen and (max-width: 768px) {
  .p-passwordNew__column {
    display: block;
  }
}

.p-passwordNew__column__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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc((100% - 35px) / 2);
  padding: 81px 39px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-passwordNew__column__item {
    width: 100%;
    padding: 31px 15px 37px;
  }
}

@media screen and (max-width: 768px) {
  .p-passwordNew__column__item:not(:first-child) {
    margin-top: 12px;
  }
}

.p-passwordNew__title {
  font-size: 2.1333333333rem;
  line-height: 1.0625;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-passwordNew__title {
    font-size: 1.7333333333rem;
    line-height: 1.3846153846;
  }
}

.p-passwordNew__subTitle {
  font-size: 0.9333333333rem;
  line-height: 2.0714285714;
  display: block;
  margin-top: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-passwordNew__subTitle {
    font-size: 0.6666666667rem;
    line-height: 1.1;
    margin-top: 2px;
  }
}

.p-passwordNew__description {
  margin-top: 36px;
  font-size: 1.0666666667rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-passwordNew__description {
    font-size: 0.9333333333rem;
    line-height: 1.2857142857;
    margin-top: 27px;
  }
}

.p-passwordNew__form {
  width: 100%;
  margin-top: 35px;
}

.p-passwordNew__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .p-passwordNew__button {
    margin-top: 35px;
  }
}

.p-passwordNew__button .c-button {
  max-width: 250px;
}

.p-passwordNew__login {
  margin-top: 20px;
}
.p-passwordNew__login .c-button-text {
  font-size: 0.8666666667rem;
  line-height: 1.2307692308;
}

.p-passwordNew__note {
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.005em;
}

.p-passwordNew__note__text {
  margin-top: 7px;
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 768px) {
  .p-passwordNew__note__text {
    font-size: 0.8rem;
    line-height: 2.25;
    margin-top: 14px;
  }
}

.p-passwordNew__boxWrap {
  margin-top: 22px;
}

.p-passwordNew__box {
  padding: 26px 28px 25px;
  background-color: rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 768px) {
  .p-passwordNew__box {
    padding: 15px 15px 15px;
  }
}

.p-passwordNew__box:not(:first-child) {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .p-passwordNew__box:not(:first-child) {
    margin-top: 10px;
  }
}

.p-passwordNew__box__title {
  font-size: 1rem;
  line-height: 1.7333333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 768px) {
  .p-passwordNew__box__title {
    font-size: 0.8rem;
    line-height: 2.25;
  }
}

.p-passwordNew__box__text {
  font-size: 0.9333333333rem;
  line-height: 1.8571428571;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-passwordNew__box__text {
    font-size: 0.8rem;
    line-height: 2.25;
  }
}

.p-mypage__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 39px;
  margin-top: 51px;
}
@media screen and (max-width: 768px) {
  .p-mypage__grid {
    gap: 10px 11px;
    margin-top: 25px;
  }
}

.p-mypage__item {
  aspect-ratio: 374/189;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-mypage__item {
    aspect-ratio: 1/1;
  }
}

.p-mypage__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 58px 0 51px;
  color: #343434;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .p-mypage__link {
    padding: 0 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-mypage__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    padding: 12px 10px 0;
  }
}

.p-mypage__title {
  font-size: 1.0666666667rem;
  line-height: 1.125;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-mypage__title {
    font-size: 0.7333333333rem;
    line-height: 1.2727272727;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .p-mypage__img {
    height: 40%;
  }
}

.p-mypage__img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-mypage-orders {
  margin-top: 31px;
}

.p-mypage-orders__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 164px 29px 247px 29px 1fr;
  grid-template: 1fr 42px/164px 247px 1fr;
  grid-template-areas: "thumb content content" "thumb status num";
  -webkit-column-gap: 29px;
  -moz-column-gap: 29px;
  column-gap: 29px;
  padding: 9px 25px 9px 9px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-mypage-orders__item {
    -ms-grid-columns: 111px 10px 1fr 10px 137px;
    grid-template: 1fr 40px/111px 1fr 137px;
    grid-template-areas: "thumb content content" "status status num";
    row-gap: 9px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .p-mypage-orders__item > .p-cart__products__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-mypage-orders__item > .p-cart__products__content {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
}
@media screen and (max-width: 768px) {
  .p-mypage-orders__item {
    -ms-grid-columns: 111px 1fr 137px;
    grid-template: 1fr 14px 40px/111px 1fr 137px;
    grid-template-areas: "thumb content content" "thumb num num" "status status status";
    row-gap: 4px;
    padding: 10px 26px 9px 15px;
  }
  .p-mypage-orders__item > .p-cart__products__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-mypage-orders__item > .p-cart__products__content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
}

.p-mypage-orders__item:not(:first-child) {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders__item:not(:first-child) {
    margin-top: 12px;
  }
}

.p-mypage-orders__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: thumb;
}

.p-mypage-orders__item > .p-mypage-orders__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

.p-mypage-orders__content {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-area: content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-mypage-orders__item > .p-mypage-orders__content {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 8px;
  }
}

.p-mypage-orders__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px 11px;
  padding-right: 71.5px;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders__information {
    padding-right: 55px;
  }
}

.p-mypage-orders__information__item {
  font-size: 0.6666666667rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders__information__item {
    font-size: 0.6666666667rem;
    line-height: 1.2;
  }
}

.p-mypage-orders__information__date {
  font-size: 0.8rem;
  line-height: 1.1666666667;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders__information__date {
    font-size: 0.6666666667rem;
    line-height: 1.2;
  }
}

.p-mypage-orders__name {
  font-size: 0.7333333333rem;
  line-height: 1.6363636364;
  max-width: 296px;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders__name {
    font-size: 0.6666666667rem;
    line-height: 1.8;
    margin-top: 12px;
  }
}

.p-mypage-orders__status {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: status;
  gap: 0 18px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders__status {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-mypage-orders__status__label {
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  display: inline-block;
  padding: 6px 26px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #343434;
  border-radius: 500px;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders__status__label {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    padding: 5px 20px;
  }
}

.p-mypage-orders__status__text {
  font-size: 0.8rem;
  line-height: 1.1666666667;
  padding-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders__status__text {
    padding-top: 0;
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.p-mypage-orders__link {
  position: absolute;
  top: 27px;
  right: 26px;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders__link {
    top: 7px;
    right: 15px;
  }
}

.p-mypage-orders__foot {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: num;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #232323;
  letter-spacing: 0.1em;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
}

@media screen and (max-width: 768px){
  .p-cart__products__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-cart__products__content {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .p-cart__products__select {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-cart__products__foot {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .p-mypage-orders__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-mypage-orders__item > .p-mypage-orders__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-mypage-orders__content {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .p-mypage-orders__item > .p-mypage-orders__content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .p-mypage-orders__status {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-mypage-orders__foot {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
}

@media screen and (max-width: 1024px){
  .p-mypage-orders__item > .p-mypage-orders__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-mypage-orders__item > .p-mypage-orders__content {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .p-mypage-orders__status {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-mypage-orders__foot {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
@media screen and (max-width: 768px) {
  .p-mypage-orders__foot {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    margin-left: 0;
  }
}

.p-mypage-orders {
  margin-top: 31px;
}

.p-mypage-orders-detail-order__box {
  padding: 24px 28px 40px 41px;
  margin-top: 32px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__box {
    padding: 18px 16px 37px 16px;
    margin-top: 29px;
  }
}

.p-mypage-orders-detail-order__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-mypage-orders-detail-order__label {
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  display: inline-block;
  padding: 6px 26px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #343434;
  border-radius: 500px;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__label {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    padding: 5px 20px;
  }
}

.p-mypage-orders-detail-order__information {
  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-top: 3px;
}

.p-mypage-orders-detail-order__information__date {
  font-size: 0.6666666667rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__information__date {
    font-size: 0.6666666667rem;
    line-height: 1;
  }
}

.p-mypage-orders-detail-order__information__date span {
  font-size: 0.8rem;
  line-height: 1.1666666667;
  display: inline-block;
  margin-left: 11px;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__information__date span {
    font-size: 0.6666666667rem;
    line-height: 1;
  }
}

.p-mypage-orders-detail-order__information__num {
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  display: block;
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__information__num {
    font-size: 0.6666666667rem;
    line-height: 1;
  }
}

.p-mypage-orders-detail-order__title {
  font-size: 1.4666666667rem;
  line-height: 0.8181818182;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__title {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 26px;
  }
}

.p-mypage-orders-detail-order__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 27px;
  margin-top: 47px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__body {
    display: block;
    padding-bottom: 23px;
    margin-top: 26px;
  }
}

.p-mypage-orders-detail-order__left {
  width: calc((100% - 5px) * 0.59);
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__left {
    width: 100%;
  }
}

.p-mypage-orders-detail-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.875vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__item {
    gap: 0 12px;
  }
}

.p-mypage-orders-detail-order__item:not(:first-child) {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__item:not(:first-child) {
    margin-top: 6px;
  }
}

.p-mypage-orders-detail-order__img {
  width: 98px;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__img {
    width: 84px;
  }
}

.p-mypage-orders-detail-order__content {
  width: calc(100% - 1.875vw - 98px);
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__content {
    width: calc(100% - 12px - 84px);
  }
}

.p-mypage-orders-detail-order__name {
  font-size: 0.9333333333rem;
  line-height: 1.2857142857;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__name {
    font-size: 0.6666666667rem;
    line-height: 1.8;
  }
}

.p-mypage-orders-detail-order__text {
  display: block;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(35, 35, 35, 0.5);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__text {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    margin-top: 0;
  }
}

.p-mypage-orders-detail-order__price {
  font-size: 0.9333333333rem;
  line-height: 1;
  position: relative;
  display: block;
  padding-left: 17px;
  margin-top: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(35, 35, 35, 0.5);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__price {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    padding-left: 11px;
    margin-top: 6px;
  }
}

.p-mypage-orders-detail-order__price:before {
  position: absolute;
  top: 58%;
  left: 3px;
  height: 100%;
  content: "¥";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-mypage-orders-detail-order__right {
  width: calc((100% - 5px) * 0.41);
  padding-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__right {
    width: 100%;
    padding-bottom: 0;
    margin-top: 25px;
  }
}

.p-mypage-orders-detail-order__foot {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__foot {
    margin-top: 17px;
  }
}

.p-mypage-orders-detail-order__foot__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__foot__list {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__foot__item:not(:first-child) {
    margin-top: 17px;
  }
}

.p-mypage-orders-detail-order__foot__title {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__foot__title {
    color: rgba(52, 52, 52, 0.5);
  }
}

.p-mypage-orders-detail-order__foot__text {
  display: block;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-size: 0.9333333333rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order__foot__text {
    margin-top: 6px;
  }
}

.p-mypage-orders-detail-order + .c-mypage-title {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-order + .c-mypage-title {
    margin-top: 35px;
  }
}

.p-mypage-orders-detail-payment {
  margin-top: 30px;
}

.p-mypage-orders-detail-payment__box {
  padding: 25px 38px 25px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-payment__box {
    padding: 20px 15px;
  }
}

.p-mypage-orders-detail-payment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 17px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-mypage-orders-detail-payment__item {
  font-size: 0.9333333333rem;
  line-height: 1.2857142857;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-payment__item {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-payment__item:last-child {
    width: 100%;
  }
}

.p-mypage-orders-detail-payment__label {
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  display: inline-block;
  padding: 6px 26px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #343434;
  border-radius: 500px;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-payment__label {
    font-size: 0.6666666667rem;
    line-height: 1.4;
    padding: 5px 20px;
  }
}

.p-mypage-orders-detail-payment + .c-mypage-title {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-payment + .c-mypage-title {
    margin-top: 38px;
  }
}

.p-mypage-orders-detail-address {
  margin-top: 26px;
}

.p-mypage-orders-detail-address__box {
  padding: 23px 36px 31px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-address__box {
    padding: 23px 16px 28px;
  }
}

.p-mypage-orders-detail-address__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-address__list {
    display: block;
  }
}

.p-mypage-orders-detail-address__item {
  font-size: 0.7333333333rem;
  line-height: 1.2727272727;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-address__item {
    color: rgba(52, 52, 52, 0.5);
  }
}

@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-address__item:not(:first-child) {
    margin-top: 23px;
  }
}

.p-mypage-orders-detail-address__text {
  margin-top: 12px;
  font-size: 0.9333333333rem;
  line-height: 1.2857142857;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-mypage-orders-detail-address__text {
    font-size: 0.9333333333rem;
    line-height: 1.5;
    margin-top: 3px;
    color: #343434;
  }
}

.p-mypage-cancel {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .p-mypage-cancel {
    margin-top: 24px;
  }
}

.u-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: none;
  }
}

/*---------------------------------
 component
 ---------------------------------*/
/*---------------------------------
 project
 ---------------------------------*/
/*---------------------------------
 utility
 ---------------------------------*/

/*# sourceMappingURL=styles.css.map */