@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@600;700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*-- baseフォルダの中の_index.scss --*/
/*------------------
** base
------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-size: 1.6rem;
  color: #4C4C4C;
  font-family: "outfit", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  width: 100%;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  line-height: 2;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
@media screen and (max-width: 1199.98px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768.98px) {
  body {
    font-size: 1.4rem;
  }
}

nav ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.75;
}

input,
select {
  padding-left: 8px;
  cursor: pointer;
}

.u-fw-b {
  font-weight: bold;
}

.c-button-cart, .c-button-black {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.375em;
  width: clamp(30rem, 30vw, 42rem);
  height: 6.4rem;
  line-height: 1;
  border: 2px solid #4C4C4C;
  transition: 0.3s;
}
.c-button-cart::after, .c-button-black::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.8rem;
  background: url(../images/icon_arrow-white.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.c-button-cart:hover, .c-button-black:hover {
  background: #fff;
  color: #4C4C4C;
}
.c-button-cart:hover::after, .c-button-black:hover::after {
  background: url(../images/icon_arrow-black.svg) no-repeat;
  right: 2rem;
}
@media screen and (max-width: 768.98px) {
  .c-button-cart, .c-button-black {
    font-size: 1.2em;
  }
}

.c-button-black {
  color: #fff;
  background: #4C4C4C;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768.98px) {
  .c-button-black {
    margin-inline: auto;
  }
}

.c-button-cart {
  border-color: #E95541;
  color: #fff;
  background: #E95541;
  letter-spacing: 0.1em;
  padding-left: 0.8em;
  font-size: 1.2em;
}
@media screen and (max-width: 599.98px) {
  .c-button-cart {
    margin-inline: auto;
    width: 100%;
  }
}
.c-button-cart::after {
  width: 1em;
  height: 1em;
  background: url(../images/icon_cart-white.svg) no-repeat;
  background-size: contain;
  right: auto;
  left: 18%;
}
@media screen and (max-width: 599.98px) {
  .c-button-cart::after {
    left: calc(50% - 6em);
  }
}
.c-button-cart:hover {
  background: #fff;
  color: #E95541;
}
.c-button-cart:hover::after {
  width: 1em;
  height: 1em;
  background: url(../images/icon_cart-red.svg) no-repeat;
  background-size: contain;
}

.c-button-yellow__nodeco, .c-button-red__nodeco, .c-button-black__nodeco {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.1em;
  width: clamp(28.6rem, 30vw, 42rem);
  max-width: 100%;
  height: 3.4em;
  line-height: 1;
  border: 2px solid #4C4C4C;
  transition: 0.3s;
}
.c-button-yellow__nodeco:hover, .c-button-red__nodeco:hover, .c-button-black__nodeco:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768.98px) {
  .c-button-yellow__nodeco, .c-button-red__nodeco, .c-button-black__nodeco {
    font-size: 1.2em;
  }
}

.c-button-black__nodeco {
  background: #4C4C4C;
  color: #fff;
}

.c-button-red__nodeco {
  border-color: #E95541;
  background: #E95541;
  color: #fff;
}

.c-button-yellow__nodeco {
  border-color: #F4AD23;
  background: #F4AD23;
  color: #4C4C4C;
  font-size: 1em;
  width: clamp(20rem, 15vw, 25rem);
  height: 2.4em;
}

.c-button-lightgray {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1em;
  width: clamp(20rem, 19vw, 30rem);
  max-width: 100%;
  height: 2.4em;
  line-height: 1;
  border: 1.2px solid #4C4C4C;
  transition: 0.3s;
  background: #F2F2F2;
  border-color: #4C4C4C;
  border-radius: 2px;
  padding-left: 0.7em;
  cursor: pointer;
  margin-top: 1.2em;
}
.c-button-lightgray::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/icon_cross-gray.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0.8em;
  transform: translateY(-50%);
}
.c-button-lightgray:hover {
  opacity: 0.6;
}

.c-link__blue {
  display: block;
  color: #3C80D3;
  margin-top: 0.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-sub-title, .c-sub-title__hasSpan {
  font-size: 3.75em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768.98px) {
  .c-sub-title, .c-sub-title__hasSpan {
    font-size: 3.4em;
  }
}

.c-sub-title__hasSpan {
  line-height: 1;
  text-align: center;
  margin-bottom: clamp(4rem, 3.75vw, 6rem);
}
.c-sub-title__hasSpan > span {
  display: block;
  font-size: 0.3em;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 2rem;
}

.c-bg-title {
  background: #4C4C4C;
  color: #fff;
  font-weight: bold;
  padding-left: 0.8em;
  font-size: 1.4em;
  letter-spacing: 0.1em;
}

.c-step-wrapper {
  padding: 2.3em 0;
  max-width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 768.98px) {
  .c-step-wrapper {
    max-width: 95%;
  }
}
@media screen and (max-width: 599.98px) {
  .c-step-wrapper {
    max-width: 100%;
  }
}

.c-step {
  position: relative;
  width: 20%;
}
.c-step p {
  text-align: center;
  font-size: 0.94em;
  line-height: 1.3;
  padding: 0 0.2em;
}
.c-step:not(.c-step:first-of-type)::after {
  position: absolute;
  z-index: -1;
  top: 27%;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #4C4C4C;
}
@media screen and (max-width: 768.98px) {
  .c-step:not(.c-step:first-of-type)::after {
    top: 25%;
  }
}
@media screen and (max-width: 599.98px) {
  .c-step:not(.c-step:first-of-type)::after {
    top: 23%;
  }
}

.c-step__num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.3em;
  margin-inline: auto;
  line-height: 1;
  font-size: 1.7em;
  width: 1.6em;
  height: 1.6em;
  border: 2px solid #4C4C4C;
  border-radius: 50%;
  background-color: #4C4C4C;
  color: #fff;
  font-family: "outfit", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
.c-step__num.active {
  background-color: #fff;
  color: #4C4C4C;
}

.c-required {
  background: #FC6959;
  border-radius: 2px;
  color: #fff;
  width: 5rem;
  font-size: 0.9em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.c-form-radio-label {
  position: relative;
}
.c-form-radio-label input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  position: absolute;
  top: 1px;
  z-index: 2;
  width: 100%;
  height: 1em;
  opacity: 0;
}
.c-form-radio-label input[type=radio]:checked + span::before {
  background-color: #4C4C4C;
  border-color: #4C4C4C;
  box-shadow: inset 0 0 0 3px #fff;
}
.c-form-radio-label span:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #4C4C4C;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.c-form-select-wrapper {
  flex-shrink: 0;
  position: relative;
}
.c-form-select-wrapper select {
  cursor: pointer;
}
.c-form-select-wrapper::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1.2rem;
  background: url(../images/icon_arrow-black.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}

/*-- common/componentフォルダの中の_index.scss --*/
.l-container {
  max-width: 130rem;
  margin-inline: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.l-cart-button-wrapper {
  width: 80%;
  max-width: 61rem;
  margin: 4em auto;
  display: flex;
  -moz-column-gap: 1.2em;
       column-gap: 1.2em;
}
@media screen and (max-width: 599.98px) {
  .l-cart-button-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    row-gap: 1.2em;
    margin: 2em auto 3em;
  }
}

.l-header {
  padding: 2rem 0 clamp(2rem, 2.5vw, 4rem);
}

.l-header__searchBox-spButton {
  display: none;
}
@media screen and (max-width: 768.98px) {
  .l-header__searchBox-spButton {
    display: block;
    cursor: pointer;
  }
  .l-header__searchBox-spButton img {
    width: 1.1em;
    height: 1.1em;
    margin: 0;
  }
  .l-header__searchBox-spButton span {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.l-header__searchBox {
  position: relative;
}
.l-header__searchBox-main {
  display: block;
}
@media screen and (max-width: 768.98px) {
  .l-header__searchBox-main {
    display: none;
    position: absolute;
    top: 5rem;
    left: 0;
  }
}
.l-header__searchBox-category {
  background: #4C4C4C;
  color: #fff;
  position: relative;
}
.l-header__searchBox-category::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 0.8rem;
  background: url(../images/icon_triangle-white.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.l-header__searchBox-category select {
  padding: 0.6rem 3rem 0.6rem 2rem;
  width: 100%;
  min-width: 15rem;
  height: 100%;
  cursor: pointer;
}
.l-header__searchBox-category select option {
  background: #4C4C4C;
}
.l-header__searchBox-text {
  position: relative;
  background: #DBDBDB;
  padding: 0.4rem 3.4rem 0.4rem 1.2rem;
  width: clamp(20rem, 18vw, 30rem);
}
.l-header__searchBox-submit {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}

.l-header__nav ul li {
  font-size: 1.03em;
  position: relative;
}
.l-header__nav ul li:not(:last-of-type) {
  margin-right: clamp(3rem, 3vw, 5.8rem);
}
@media screen and (max-width: 999.98px) {
  .l-header__nav ul li:not(:last-of-type) {
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 399.98px) {
  .l-header__nav ul li:not(:last-of-type) {
    margin-right: 0.68rem;
  }
}
.l-header__nav ul li a {
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999.98px) {
  .l-header__nav ul li a {
    flex-direction: column;
    gap: 3px;
    font-size: 1.2rem;
  }
}
.l-header__nav ul li a img {
  width: 1.1em;
  height: 1.3em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.8em;
}
@media screen and (max-width: 999.98px) {
  .l-header__nav ul li a img {
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.l-header__nav ul li:nth-of-type(2) a img {
  width: 1.375em;
  height: 1.375em;
}
@media screen and (max-width: 999.98px) {
  .l-header__nav ul li:nth-of-type(2) a img {
    width: 1.3em;
    height: 1.3em;
  }
}

.l-header__cart {
  display: flex;
  align-items: center;
  padding: 0.375em 1em 0.375em 1.6em;
  background: url(../images/icon_cart.svg) no-repeat, #dbdbdb;
  background-size: 1.8rem;
  background-position: 0.8rem center;
  margin-left: 0.75em;
}
@media screen and (max-width: 999.98px) {
  .l-header__cart {
    height: 3.66rem;
  }
}
@media screen and (max-width: 768.98px) {
  .l-header__cart {
    padding: 0.375em 0.9em 0.375em 1.5em;
  }
}
@media screen and (max-width: 399.98px) {
  .l-header__cart {
    margin-left: 0.5em;
  }
}
.l-header__cart .cart__quantity {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #E95541;
  border-radius: 50%;
  min-width: 1.6rem;
  min-height: 1.6rem;
  padding: 0.2rem;
  font-size: 1.1rem;
  line-height: 1;
  margin-left: 0.6rem;
}
.l-header__cart .cart__total {
  margin-left: clamp(1rem, 8vw, 2rem);
}
.l-header__cart .cart__total::before {
  content: "￥";
  line-height: 1;
}
@media screen and (max-width: 999.98px) {
  .l-header__cart .cart__total {
    display: none;
  }
}

.l-header__logo {
  margin: 4rem auto;
}
@media screen and (max-width: 768.98px) {
  .l-header__logo {
    margin: 6rem auto 4rem;
  }
}
.l-header__logo img {
  width: 26.8em;
  margin-inline: auto;
}
@media screen and (max-width: 768.98px) {
  .l-header__logo img {
    width: 80%;
  }
}

.l-header__nav-bottom {
  max-width: clamp(32rem, 35vw, 56rem);
  margin-inline: auto;
  font-weight: bold;
}

.l-footer__top {
  width: 100%;
  height: 30rem;
  background: url(../images/section-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.l-footer__bottom {
  padding: clamp(4.5rem, 5vw, 8rem) 0 3rem;
}

.l-footer__nav {
  width: clamp(32rem, 50vw, 60rem);
  padding-bottom: 1.2rem;
  margin-inline: auto;
  font-weight: bold;
}
@media screen and (max-width: 768.98px) {
  .l-footer__nav {
    width: 70%;
  }
}
@media screen and (max-width: 599.98px) {
  .l-footer__nav {
    width: 100%;
  }
  .l-footer__nav ul {
    flex-direction: column;
    font-size: 1.1em;
    row-gap: 1em;
  }
  .l-footer__nav ul li {
    border-bottom: 1px solid #646464;
    padding: 0 2em 1em;
  }
}

.l-footer__nav-bottom {
  width: clamp(30rem, 60vw, 70rem);
  margin-inline: auto;
  margin-bottom: clamp(4.5rem, 5vw, 8rem);
  font-weight: bold;
}
@media screen and (max-width: 768.98px) {
  .l-footer__nav-bottom {
    width: 80%;
  }
}
@media screen and (max-width: 599.98px) {
  .l-footer__nav-bottom {
    width: 100%;
  }
  .l-footer__nav-bottom ul {
    flex-direction: column;
    font-size: 1.1em;
    row-gap: 1em;
  }
  .l-footer__nav-bottom ul li {
    border-bottom: 1px solid #646464;
    padding: 0 2em 1em;
  }
}

.l-footer .logo {
  width: 18.75em;
  margin-inline: auto;
  margin-bottom: 1.6rem;
}

.l-footer .copyright {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: normal;
}

/*-- common/lauoutフォルダの中の_index.scss --*/
.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-mx-auto {
  margin-inline: auto;
}

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

.u-inline-block {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 599.98px) {
  .u-sm-none {
    display: none;
  }
}

.u-background-gray {
  background: #4C4C4C;
  color: #fff;
}
.u-background-gray a {
  color: #fff;
}

.u-background-lightgray {
  background: #F8F8F8;
}

.u-flex {
  display: flex !important;
}

.u-flex-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.u-flex-between {
  display: flex !important;
  justify-content: space-between !important;
}

.u-flex-evenly {
  display: flex !important;
  justify-content: space-evenly !important;
}

.u-flex-align-center {
  align-items: center;
}

.u-flex-column {
  display: flex !important;
  flex-direction: column !important;
}

@media screen and (max-width: 768.98px) {
  .u-flex-md-column {
    flex-direction: column;
  }
}

@media screen and (max-width: 768.98px) {
  .u-flex-md-column_re {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 999.98px) {
  .u-flex-lg-column {
    flex-direction: column;
  }
}

@media screen and (max-width: 999.98px) {
  .u-flex-lg-column_re {
    flex-direction: column-reverse;
  }
}

/*-- common/utilityフォルダの中の_index.scss --*/ /*-- commonフォルダの中の_index.scss --*/
.p-section__mv {
  margin-bottom: clamp(8rem, 7.5vw, 12rem);
}
.p-section__mv .slick-slide img {
  aspect-ratio: 69/29;
}
.p-section__mv .slick-dots {
  bottom: -3.2rem;
}

.p-section__mv-bottom {
  margin-bottom: clamp(8rem, 7.5vw, 12rem);
}
.p-section__mv-bottom .box {
  width: 50%;
}
.p-section__mv-bottom .box:nth-of-type(1) {
  width: 48%;
}
@media screen and (max-width: 768.98px) {
  .p-section__mv-bottom .box {
    width: 100%;
  }
  .p-section__mv-bottom .box:nth-of-type(1) {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-section__mv-bottom .box:nth-of-type(2) {
    margin-bottom: 2rem;
  }
}
.p-section__mv-bottom .box h2 {
  margin-bottom: 4rem;
}
.p-section__mv-bottom .box h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 4rem;
}
.p-section__mv-bottom .box p {
  font-weight: bold;
}
.p-section__mv-bottom .box p:last-of-type {
  margin-bottom: 8rem;
}

.p-section__features {
  background: #F8F8F8;
  padding: clamp(4.5rem, 5vw, 8rem) 0 clamp(5rem, 5.2vw, 10rem);
}
.p-section__features .box-wrapper {
  gap: 3.5%;
}
.p-section__features .box img {
  margin-bottom: 1rem;
}
.p-section__features .box h3 {
  font-weight: bold;
  font-size: 1.25em;
}
@media screen and (max-width: 768.98px) {
  .p-section__features .box h3 {
    font-size: 1em;
  }
}

.p-section__products {
  padding: clamp(8rem, 7.5vw, 12rem) 0 clamp(5rem, 5.2vw, 10rem);
}
.p-section__products .box-wrapper {
  flex-wrap: wrap;
  gap: 3.2%;
  row-gap: 2em;
  margin-bottom: clamp(4.5rem, 5vw, 8rem);
}
@media screen and (max-width: 768.98px) {
  .p-section__products .box-wrapper {
    row-gap: 3rem;
  }
}
.p-section__products .box {
  width: 31.2%;
}
@media screen and (max-width: 768.98px) {
  .p-section__products .box {
    width: 100%;
  }
}
.p-section__products .box img {
  margin-bottom: 1rem;
  aspect-ratio: 1/1;
}
.p-section__products .box h3 {
  font-weight: bold;
  font-size: 1.25em;
}
.p-section__products .box p {
  font-weight: normal;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

.p-section__news {
  background: #F8F8F8;
  padding: clamp(8rem, 7.5vw, 12rem) 0 clamp(8rem, 5.2vw, 10rem);
}
.p-section__news .p-news__list .p-news__item {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  letter-spacing: 0.2em;
  padding: 1.6rem 0;
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (max-width: 768.98px) {
  .p-section__news .p-news__list .p-news__item {
    flex-wrap: wrap;
  }
}
.p-section__news .p-news__list .p-news__item .link {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding-right: 4em;
}
@media screen and (max-width: 768.98px) {
  .p-section__news .p-news__list .p-news__item .link {
    flex-wrap: wrap;
  }
}
.p-section__news .p-news__list .p-news__item .link::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.8rem;
  background: url(../images/icon_arrow-black.svg) no-repeat;
  position: absolute;
  top: 55%;
  right: 3rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.p-section__news .p-news__list .p-news__item .date {
  margin-right: 1.6rem;
}
.p-section__news .p-news__list .p-news__item .term {
  margin-right: 1.6rem;
  background: #4C4C4C;
  color: #fff;
  font-weight: bold;
  width: 7.5em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768.98px) {
  .p-section__news .p-news__list .p-news__item .term {
    height: 1.8em;
  }
}
@media screen and (max-width: 768.98px) {
  .p-section__news .p-news__list .p-news__item .title {
    width: 100%;
  }
}

.p-product__top {
  margin-bottom: clamp(4.5rem, 5vw, 8rem);
}
.p-product__top .wrapper01 {
  width: 50%;
}
@media screen and (max-width: 768.98px) {
  .p-product__top .wrapper01 {
    width: 100%;
  }
}
.p-product__top .wrapper01 img {
  aspect-ratio: 1/1;
  margin-inline: auto;
}
.p-product__top .wrapper02 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  width: 46.8%;
}
@media screen and (max-width: 768.98px) {
  .p-product__top .wrapper02 {
    width: 100%;
  }
}
.p-product__top .wrapper02 .product__title {
  font-size: 1.94em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: clamp(2rem, 3vw, 3rem);
  margin-bottom: clamp(2rem, 3vw, 3rem);
}
.p-product__top .wrapper02 .product__code {
  margin-bottom: clamp(2rem, 3vw, 3rem);
}
.p-product__top .wrapper02 .product__size {
  margin-bottom: 1.2rem;
}
.p-product__top .wrapper02 .product__size label {
  width: 5rem;
}
.p-product__top .wrapper02 .product__size .select__wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin-left: 2rem;
}
.p-product__top .wrapper02 .product__size .select__wrapper::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 0.8rem;
  background: url(../images/icon_arrow-gray.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-product__top .wrapper02 .product__size .select__wrapper select {
  background: #dbdbdb;
  padding: 0.4rem 3.4rem 0.4rem 1.2rem;
  min-width: 19rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.p-product__top .wrapper02 .product__quantity {
  margin-bottom: 2rem;
}
.p-product__top .wrapper02 .product__quantity label {
  width: 5rem;
}
.p-product__top .wrapper02 .product__quantity .select__wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin-left: 2rem;
}
.p-product__top .wrapper02 .product__quantity .select__wrapper select {
  background: #dbdbdb;
  padding: 0.4rem 3.4rem 0.4rem 1.2rem;
  min-width: 9rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.p-product__top .wrapper02 .product__price {
  margin-bottom: clamp(5.5rem, 7vw, 10rem);
}
.p-product__top .wrapper02 .product__price p {
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.p-product__top .wrapper02 .product__price p .font-small {
  display: inline-block;
  font-size: 0.5em;
  margin-left: 0.6rem;
}
.p-product__top .wrapper02 .product-page__buttons {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599.98px) {
  .p-product__top .wrapper02 .product-page__buttons {
    width: 100%;
  }
}
@media screen and (max-width: 599.98px) {
  .p-product__top .wrapper02 .product-page__buttons .add-to-cart {
    width: calc(100% - 5.8rem);
  }
}
.p-product__top .wrapper02 .product-page__buttons .favorite-button {
  width: 4.4rem;
  height: 4.4rem;
  background: #DBDBDB;
  border-radius: 50%;
  margin-left: 1em;
  position: relative;
  cursor: pointer;
}
.p-product__top .wrapper02 .product-page__buttons .favorite-button svg {
  position: absolute;
  width: 100%;
}
.p-product__top .wrapper02 .product-page__buttons .favorite-button.is-add .cls-1 {
  -webkit-animation: liked 0.4s ease-in-out;
          animation: liked 0.4s ease-in-out;
  fill: #E95541;
}
@-webkit-keyframes liked {
  0% {
    transform: scale(0.6);
    transform-origin: 50% 50%;
  }
  40% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes liked {
  0% {
    transform: scale(0.6);
    transform-origin: 50% 50%;
  }
  40% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 768.98px) {
  .p-product__top .wrapper02 .product-page__buttons {
    margin-inline: auto;
  }
}

.p-product__bottom {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  margin-bottom: clamp(16rem, 15vw, 24rem);
}
.p-product__bottom h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 768.98px) {
  .p-product__bottom p {
    font-size: 1.5rem;
  }
}

.p-login .box-wrapper {
  margin-top: clamp(4rem, 3.6vw, 6rem);
  margin-bottom: clamp(16rem, 12vw, 24rem);
}
.p-login .box-wrapper .box01 {
  width: 58%;
  background: #F8F8F8;
  padding: 6% 8%;
}
@media screen and (max-width: 768.98px) {
  .p-login .box-wrapper .box01 {
    width: 100%;
    margin-bottom: 3em;
    padding: 10%;
  }
}
.p-login .box-wrapper .box01 label {
  display: block;
}
.p-login .box-wrapper .box01 input[type=email],
.p-login .box-wrapper .box01 input[type=password] {
  background: #fff;
  width: 100%;
  border: 1px solid #DBDBDB;
  margin-bottom: 1.4em;
}
.p-login .box-wrapper .box01 input[type=checkbox] {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0.8em;
  position: relative;
  width: auto;
  color: #4C4C4C;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-login .box-wrapper .box01 input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 16px;
  width: 16px;
  margin-top: -8px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dbdbdb;
}
.p-login .box-wrapper .box01 input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  height: 10px;
  width: 6px;
  margin-top: -7px;
  border-right: 2px solid #4C4C4C;
  border-bottom: 2px solid #4C4C4C;
  opacity: 0;
  transform: rotate(45deg);
}
.p-login .box-wrapper .box01 input[type=checkbox]:checked::after {
  opacity: 1;
}
.p-login .box-wrapper .box01 .wrapper-checkbox {
  margin-bottom: 3em;
}
.p-login .box-wrapper .box02 {
  width: 40%;
  background: #F8F8F8;
  padding: 6% 4%;
}
@media screen and (max-width: 768.98px) {
  .p-login .box-wrapper .box02 {
    width: 100%;
    padding: 10%;
  }
}
.p-login .box-wrapper .box02 p {
  margin-bottom: 0.6em;
}
.p-login .box-wrapper .box02 a:not(.p-login .box-wrapper .box02 a:last-of-type) {
  margin-bottom: 5.4em;
}
@media screen and (max-width: 768.98px) {
  .p-login .box-wrapper .box02 a:not(.p-login .box-wrapper .box02 a:last-of-type) {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768.98px) {
  .p-login .box-wrapper .box02 a {
    margin-inline: auto;
  }
}

/* ------------------------*/
/* cart-step1.html
/* ------------------------*/
.box-wrapper {
  -moz-column-gap: 1em;
       column-gap: 1em;
}

.p-cart {
  margin-bottom: clamp(16rem, 15vw, 24rem);
}

.p-box01 {
  flex: 1;
}
.p-box01 .p-cart_form__table {
  width: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
.p-box01 .p-cart_form__table .p-cart_form__titles {
  justify-content: space-between;
  background: #EAEAEA;
  font-weight: bold;
  font-size: 1.1em;
  padding: 0.6em 1.6em;
}
.p-box01 .p-cart_form__table .p-cart_form__titles li:nth-of-type(1) {
  width: 50%;
}
.p-box01 .p-cart_form__table .p-cart_form__titles li:nth-of-type(2) {
  width: 10.5%;
  margin-left: auto;
}
.p-box01 .p-cart_form__table .p-cart_form__titles li:nth-of-type(3) {
  width: 17%;
}
.p-box01 .p-cart_form__table .p-cart_form__items {
  flex-direction: column;
}
.p-box01 .p-cart_form__table .p-cart_form__items li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  padding: 2em 0;
}
@media screen and (max-width: 599.98px) {
  .p-box01 .p-cart_form__table .p-cart_form__items li {
    flex-wrap: wrap;
  }
}
.p-box01 .p-cart_form__table .p-cart_form__items li .product__img img {
  aspect-ratio: 1/1;
  width: 15rem;
}
@media screen and (max-width: 599.98px) {
  .p-box01 .p-cart_form__table .p-cart_form__items li .product__img img {
    width: 9rem;
  }
}
.p-box01 .p-cart_form__table .p-cart_form__items li .product__description {
  margin-left: 1.2em;
  flex: 1;
}
.p-box01 .p-cart_form__table .p-cart_form__items li .product__description a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-box01 .p-cart_form__table .p-cart_form__items li .product__title {
  font-weight: bold;
}
.p-box01 .p-cart_form__table .p-cart_form__items li .product__size {
  font-weight: bold;
}
.p-box01 .p-cart_form__table .p-cart_form__items li .product__code {
  font-weight: bold;
}
.p-box01 .p-cart_form__table .p-cart_form__items li .product__quantity {
  position: relative;
  width: 9%;
  margin-left: 1.2em;
}
@media screen and (max-width: 599.98px) {
  .p-box01 .p-cart_form__table .p-cart_form__items li .product__quantity {
    width: 40%;
    min-width: 11.5rem;
  }
  .p-box01 .p-cart_form__table .p-cart_form__items li .product__quantity::before {
    content: "数量";
  }
}
.p-box01 .p-cart_form__table .p-cart_form__items li .product__quantity input[type=number] {
  background: #F2F2F2;
  padding-left: 1em;
  width: 7rem;
}
.p-box01 .p-cart_form__table .p-cart_form__items li .product__price {
  font-weight: normal;
  width: 9%;
  margin-left: 1.2em;
}
@media screen and (max-width: 599.98px) {
  .p-box01 .p-cart_form__table .p-cart_form__items li .product__price {
    width: 45%;
    min-width: 10rem;
  }
  .p-box01 .p-cart_form__table .p-cart_form__items li .product__price::before {
    content: "価格";
  }
  .p-box01 .p-cart_form__table .p-cart_form__items li .product__price p {
    display: inline-block;
  }
}
.p-box01 .p-cart_form__table .p-cart_form__items li .product-item__remove {
  width: 9%;
  margin-left: 1.2em;
}
.p-box01 .p-cart_form__table .p-cart_form__items li .product-item__remove .remove {
  text-decoration: underline;
  padding-right: 2em;
}
@media screen and (max-width: 599.98px) {
  .p-box01 .p-cart_form__table .p-cart_form__items li .product-item__remove .remove {
    padding-right: 0;
  }
}
.p-box01 .p-cart_form__table .p-cart_form__items li .p-sm-wrapper {
  display: contents;
}
@media screen and (max-width: 599.98px) {
  .p-box01 .p-cart_form__table .p-cart_form__items li .p-sm-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
.p-box01 .p-cart_form__table .p-cart_form__items li .p-sm-wrapper__bottom {
  display: contents;
}
@media screen and (max-width: 599.98px) {
  .p-box01 .p-cart_form__table .p-cart_form__items li .p-sm-wrapper__bottom {
    margin-top: 0.6em;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.4em;
  }
}

.p-box02 {
  width: 26rem;
}
@media screen and (max-width: 999.98px) {
  .p-box02 {
    width: 100%;
    margin: 1em auto 1.5em;
  }
}
.p-box02 .p-subtotal-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 999.98px) {
  .p-box02 .p-subtotal-wrapper {
    max-width: 40rem;
    margin-inline: auto;
  }
}
.p-box02 .p-subtotal-wrapper dt {
  width: 35%;
}
.p-box02 .p-subtotal-wrapper dd {
  text-align: right;
  width: 65%;
}
.p-box02 form {
  background: #F2F2F2;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  padding: 1em;
}
@media screen and (max-width: 999.98px) {
  .p-box02 form {
    padding: 2em 1em;
  }
}
.p-box02 form .total {
  margin: 1.6rem 0;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-box02 form .total {
    max-width: 40rem;
    margin-inline: auto;
  }
}
.p-box02 form .total .font-big {
  font-size: 1.6em;
}
.p-box02 form .total .font-small {
  font-size: 0.8em;
}
.p-box02 form .c-button-red__nodeco {
  margin-bottom: 1.2rem;
  font-size: 1em;
}
@media screen and (max-width: 999.98px) {
  .p-box02 form .c-button-red__nodeco {
    margin-inline: auto;
  }
}
.p-box02 form .c-button-black__nodeco {
  font-size: 1em;
}
@media screen and (max-width: 999.98px) {
  .p-box02 form .c-button-black__nodeco {
    margin-inline: auto;
  }
}

/* ------------------------*/
/* cart-step2.html
/* ------------------------*/
.p-cart__step02 {
  margin-bottom: clamp(16rem, 15vw, 24rem);
}
.p-cart__step02 form {
  width: 80%;
  margin-inline: auto;
  letter-spacing: 0.2em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .p-cart__step02 form {
    width: 90%;
  }
}
@media screen and (max-width: 768.98px) {
  .p-cart__step02 form {
    width: 95%;
  }
}
.p-cart__step02 form table {
  width: 100%;
}
.p-cart__step02 form tr {
  display: flex;
  align-items: center;
  padding: 2em 0;
}
.p-cart__step02 form tr:not(.p-cart__step02 form tr:last-of-type) {
  border-bottom: 1px solid #E7E7E7;
}
.p-cart__step02 form tr:nth-of-type(4) .form-text {
  padding-left: 1.2em;
}
@media screen and (max-width: 768.98px) {
  .p-cart__step02 form tr {
    flex-wrap: wrap;
  }
}
.p-cart__step02 form tr th {
  width: 15rem;
  flex-shrink: 0;
}
@media screen and (max-width: 999.98px) {
  .p-cart__step02 form tr th {
    width: 13rem;
  }
}
@media screen and (max-width: 768.98px) {
  .p-cart__step02 form tr th {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 1.2em;
  }
}
.p-cart__step02 form tr td:last-of-type {
  flex: 1;
  padding-left: 2em;
}
@media screen and (max-width: 768.98px) {
  .p-cart__step02 form tr td:last-of-type {
    display: block;
    width: 100%;
    flex: none;
    padding-left: 0;
    margin-top: 1em;
  }
}
.p-cart__step02 form tr td:last-of-type ul {
  width: 100%;
}
.p-cart__step02 form tr td:last-of-type ul li {
  flex: 1;
}
.p-cart__step02 form tr td:last-of-type .form-text {
  display: block;
  color: #7F7F7F;
  font-size: 0.9em;
}
.p-cart__step02 form tr td:last-of-type .u-flex {
  -moz-column-gap: 0.6em;
       column-gap: 0.6em;
}
.p-cart__step02 form tr td:last-of-type .u-flex-column {
  row-gap: 0.6em;
}
@media screen and (min-width: 769px) {
  .p-cart__step02 form tr:nth-of-type(3) td:last-of-type {
    padding-left: calc(5rem + 2em);
  }
}
.p-cart__step02 form tr:nth-of-type(3) td:last-of-type input {
  width: 50%;
}
@media screen and (max-width: 768.98px) {
  .p-cart__step02 form tr:nth-of-type(3) td:last-of-type input {
    width: 100%;
  }
}
.p-cart__step02 form tr:nth-of-type(4) td:last-of-type ul li input {
  width: calc(100% - 1.2em);
}
.p-cart__step02 form tr:nth-of-type(4) td:last-of-type ul li:last-of-type {
  align-self: flex-end;
}
.p-cart__step02 form tr:nth-of-type(4) td:last-of-type ul li:last-of-type .c-button-black__nodeco {
  font-size: 0.9em;
  width: 18.5rem;
  height: 3.8rem;
  line-height: 1;
  border-radius: 4px;
}
@media screen and (max-width: 768.98px) {
  .p-cart__step02 form tr:nth-of-type(4) td:last-of-type ul li:last-of-type .c-button-black__nodeco {
    width: 100%;
  }
}
.p-cart__step02 form tr:nth-of-type(6) td:last-of-type input {
  width: 50%;
}
@media screen and (max-width: 768.98px) {
  .p-cart__step02 form tr:nth-of-type(6) td:last-of-type input {
    width: 100%;
  }
}
.p-cart__step02 form tr:nth-of-type(7) td:last-of-type input {
  width: 50%;
}
@media screen and (max-width: 768.98px) {
  .p-cart__step02 form tr:nth-of-type(7) td:last-of-type input {
    width: 100%;
  }
}
.p-cart__step02 form input {
  width: 100%;
  background: #F7F7F7;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  height: 3.8rem;
}

/* ------------------------*/
/* cart-step3.html
/* ------------------------*/
.p-cart__step03 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  margin-bottom: clamp(16rem, 15vw, 24rem);
}
.p-cart__step03 h3 {
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 2px solid #4C4C4C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3em;
  margin-bottom: 2em;
}
@media screen and (max-width: 599.98px) {
  .p-cart__step03 h3 {
    margin-top: 2em;
  }
}
.p-cart__step03 input,
.p-cart__step03 select {
  background: #fff;
  border: 1px solid #4C4C4C;
  border-radius: 3px;
  width: 100%;
  height: 3.8rem;
}
.p-cart__step03 .payment-wrapper {
  margin-bottom: 4em;
}
.p-cart__step03 .payment-wrapper > li {
  padding: 1em;
}
@media screen and (max-width: 768.98px) {
  .p-cart__step03 .payment-wrapper > li {
    padding: 1.6em 1em;
  }
}
.p-cart__step03 .payment-wrapper > li.is-checked {
  background: #F2F2F2;
  transition: 0.3s;
}
.p-cart__step03 .payment-wrapper > li.is-checked .area__payment {
  display: block;
}
.p-cart__step03 .payment-wrapper > li .area__payment {
  display: none;
}
.p-cart__step03 .payment-wrapper > li .area__payment-01 {
  width: 80%;
  max-width: 80rem;
  margin: 2em auto;
}
@media screen and (max-width: 768.98px) {
  .p-cart__step03 .payment-wrapper > li .area__payment-01 {
    width: 95%;
  }
}
@media screen and (max-width: 599.98px) {
  .p-cart__step03 .payment-wrapper > li .area__payment-01 {
    width: 100%;
  }
}
.p-cart__step03 .payment-wrapper > li .area__payment-01 tr {
  display: flex;
  align-items: center;
  padding: 0.6em 0;
}
@media screen and (max-width: 599.98px) {
  .p-cart__step03 .payment-wrapper > li .area__payment-01 tr {
    flex-wrap: wrap;
  }
}
.p-cart__step03 .payment-wrapper > li .area__payment-01 tr:nth-of-type(2) td:last-of-type .c-form-select-wrapper {
  min-width: 6rem;
  margin-right: 0.4em;
}
.p-cart__step03 .payment-wrapper > li .area__payment-01 tr:nth-of-type(2) td:last-of-type .c-form-select-wrapper:last-of-type {
  padding-left: 0.6em;
  min-width: 9rem;
}
.p-cart__step03 .payment-wrapper > li .area__payment-01 tr:nth-of-type(3) .u-flex li {
  width: 50%;
}
.p-cart__step03 .payment-wrapper > li .area__payment-01 tr:nth-of-type(3) .u-flex li:last-of-type {
  align-self: flex-end;
}
.p-cart__step03 .payment-wrapper > li .area__payment-01 tr:nth-of-type(4) input {
  width: 25%;
}
.p-cart__step03 .payment-wrapper > li .area__payment-01 tr:nth-of-type(5) .c-form-select-wrapper {
  width: 50%;
}
.p-cart__step03 .payment-wrapper > li .area__payment-01 th {
  width: 16rem;
  flex-shrink: 0;
  font-weight: 500;
}
@media screen and (max-width: 768.98px) {
  .p-cart__step03 .payment-wrapper > li .area__payment-01 th {
    width: 14.4rem;
  }
}
@media screen and (max-width: 599.98px) {
  .p-cart__step03 .payment-wrapper > li .area__payment-01 th {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 1.2em;
  }
}
.p-cart__step03 .payment-wrapper > li .area__payment-01 td:last-of-type {
  flex: 1;
  margin-left: 1.2em;
  align-items: center;
}
@media screen and (max-width: 599.98px) {
  .p-cart__step03 .payment-wrapper > li .area__payment-01 td:last-of-type {
    display: block;
    width: 100%;
    flex: auto;
    margin: 0.6em 0 2em;
  }
}
.p-cart__step03 .payment-wrapper > li .area__payment-01 td .u-flex {
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
  width: 100%;
}
.p-cart__step03 .payment-wrapper > li .area__payment-01 td .form-text {
  font-size: 0.86em;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-cart__step03 .shipping-wrapper li {
  padding: 0 1em;
  margin-bottom: 0.2em;
}
.p-cart__step03 .shipping-wrapper li span {
  font-weight: bold;
}
.p-cart__step03 .address-title.is-single a {
  color: #3C80D3;
  font-size: 0.8em;
  margin-left: 2em;
}
.p-cart__step03 .address-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1.2em;
}
.p-cart__step03 .address-wrapper li {
  padding: 0 1em;
  margin-bottom: 0.2em;
}
.p-cart__step03 .address-wrapper li.is-single .c-form-radio-label input[type=radio] {
  display: none;
}
.p-cart__step03 .address-wrapper li.is-single .c-form-radio-label span {
  display: none;
}
.p-cart__step03 .address-wrapper li a {
  margin-left: 1.2em;
  color: #3C80D3;
}
.p-cart__step03 .date-wrapper {
  -moz-column-gap: 3em;
       column-gap: 3em;
}
@media screen and (max-width: 768.98px) {
  .p-cart__step03 .date-wrapper {
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
@media screen and (max-width: 599.98px) {
  .p-cart__step03 .date-wrapper {
    flex-direction: column;
    row-gap: 1.2em;
  }
}
.p-cart__step03 .date-wrapper li {
  padding: 0 1em;
  width: 30%;
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 768.98px) {
  .p-cart__step03 .date-wrapper li {
    width: 45%;
  }
}
@media screen and (max-width: 599.98px) {
  .p-cart__step03 .date-wrapper li {
    width: 100%;
  }
}
.p-cart__step03 .date-wrapper li .form-text {
  min-width: 8rem;
}
@media screen and (max-width: 599.98px) {
  .p-cart__step03 .date-wrapper li .form-text {
    width: 7.1rem;
  }
}
.p-cart__step03 .date-wrapper li .c-form-select-wrapper {
  width: 60%;
}
@media screen and (max-width: 768.98px) {
  .p-cart__step03 .date-wrapper li .c-form-select-wrapper {
    width: calc(100% - 8.2rem);
  }
}

/* ------------------------*/
/* cart-step4.html
/* ------------------------*/
.p-cart__step04 {
  font-size: 1.04em;
  margin-bottom: clamp(16rem, 15vw, 24rem);
}
.p-cart__step04 .p-cart_form__table > .p-cart_form__titles {
  justify-content: flex-start;
  align-items: baseline;
}
.p-cart__step04 .p-cart_form__table > .p-cart_form__titles h3 {
  margin-right: 2em;
}
.p-cart__step04 .p-cart_form__table > .p-cart_form__titles a {
  color: #3C80D3;
  font-weight: 500;
  font-size: 0.84em;
}
.p-cart__step04 .p-cart_form__table .items-wrapper {
  padding: 3em 0 5em;
}
@media screen and (max-width: 999.98px) {
  .p-cart__step04 .p-cart_form__table .items-wrapper {
    padding: 3em 0 1em;
  }
}
.p-cart__step04 .p-cart_form__table.table01 .items-wrapper {
  flex-wrap: wrap;
}
.p-cart__step04 .p-cart_form__table.table01 .items-wrapper > div {
  width: 100%;
  display: flex;
}
.p-cart__step04 .p-cart_form__table.table01 .items-wrapper > div dt {
  width: 8em;
  flex-shrink: 0;
}
.p-cart__step04 .p-cart_form__table.table01 .items-wrapper > div:nth-of-type(1) {
  margin-bottom: 1.6em;
}
.p-cart__step04 .p-cart_form__table.table02 {
  font-size: 0.96em;
}
.p-cart__step04 .p-cart_form__table.table02 .items-wrapper p.u-fw-b {
  margin-right: 2em;
}
.p-cart__step04 .p-cart_form__table.table03 .items-wrapper {
  flex-direction: column;
  row-gap: 1.8em;
  padding: 3em 0 1em;
}
.p-cart__step04 .p-cart_form__table.table03 .items-wrapper .item {
  display: flex;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 2em;
}
.p-cart__step04 .p-cart_form__table.table03 .items-wrapper .item figure {
  flex-shrink: 0;
  margin-right: 1.6em;
}
.p-cart__step04 .p-cart_form__table.table03 .items-wrapper .item figure img {
  aspect-ratio: 1/1;
  width: 15rem;
}
@media screen and (max-width: 768.98px) {
  .p-cart__step04 .p-cart_form__table.table03 .items-wrapper .item figure img {
    width: 11rem;
  }
}
.p-cart__step04 .p-cart_form__table.table03 .items-wrapper .item .item__title {
  margin-bottom: 1em;
}
.p-cart__step04 .p-cart_form__table.table03 .items-wrapper .item .item__price {
  font-weight: bold;
}

/* ------------------------*/
/* cart-step5.html
/* ------------------------*/
.p-cart__step05 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
}
.p-cart__step05 .p-thanks-wrapper h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin: 2em auto;
}
.p-cart__step05 .p-thanks-wrapper p {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 2em;
}
.p-cart__step05 .p-thanks-wrapper dl {
  margin-bottom: 6em;
  font-size: 1.1em;
}
.p-cart__step05 .p-thanks-wrapper dl > div {
  display: flex;
}
@media screen and (max-width: 599.98px) {
  .p-cart__step05 .p-thanks-wrapper dl > div {
    flex-direction: column;
    margin-bottom: 2em;
  }
}
.p-cart__step05 .p-thanks-wrapper dl dt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 2em;
}
.p-cart__step05 .p-thanks-wrapper dl dd {
  flex: 1;
  font-weight: 500;
}
.p-cart__step05 .p-lower-wrapper {
  margin-bottom: 8em;
}
.p-cart__step05 .p-lower-wrapper figure {
  width: 24rem;
  margin-inline: auto;
}
.p-cart__step05 .p-lower-wrapper dl {
  font-size: 1.1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 2em auto;
  font-weight: bold;
}
.p-cart__step05 .p-lower-wrapper dl > div {
  display: flex;
}
.p-cart__step05 .p-lower-wrapper dl dt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 1em;
}

.p-history .box-wrapper {
  margin: 2.3em auto 8em;
}
.p-history .box-wrapper .p-box01 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  row-gap: 1.6em;
}
.p-history .box-wrapper .p-box01 .p-item {
  border: solid 1px #EAEAEA;
}
.p-history .box-wrapper .p-box01 .p-item .item-upper {
  background: #EAEAEA;
  font-size: 1.1em;
  padding: 0.6em 1.6em;
  font-weight: 500;
}
@media screen and (max-width: 599.98px) {
  .p-history .box-wrapper .p-box01 .p-item .item-upper {
    flex-wrap: wrap;
    row-gap: 1.6em;
    font-size: 1em;
  }
  .p-history .box-wrapper .p-box01 .p-item .item-upper > div {
    width: 49%;
  }
}
.p-history .box-wrapper .p-box01 .p-item .item-upper dt {
  font-weight: 500;
}
.p-history .box-wrapper .p-box01 .p-item .item-lower {
  padding: 1.6em;
}
.p-history .box-wrapper .p-box01 .p-item .item-lower__title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
.p-history .box-wrapper .p-box01 .p-item .item-lower__name {
  margin-bottom: 0.6em;
}
.p-history .box-wrapper .p-box01 .p-item .item-lower figure {
  margin-right: 1.2em;
}
@media screen and (max-width: 599.98px) {
  .p-history .box-wrapper .p-box01 .p-item .item-lower figure {
    margin-right: 0;
    margin-bottom: 1.2em;
  }
}
.p-history .box-wrapper .p-box01 .p-item .item-lower figure img {
  aspect-ratio: 1/1;
  width: 15rem;
}
@media screen and (max-width: 599.98px) {
  .p-history .box-wrapper .p-box01 .p-item .item-lower figure img {
    width: 100%;
  }
}
@media screen and (max-width: 599.98px) {
  .p-history .box-wrapper .p-box01 .p-item .item-lower > div {
    flex-direction: column;
  }
}
@media screen and (max-width: 599.98px) {
  .p-history .box-wrapper .p-box01 .p-item .item-lower .c-button-yellow__nodeco {
    width: 100%;
  }
}
.p-history .box-wrapper .p-box02 form {
  border: 1px solid #F2F2F2;
  background: #fff;
}
.p-history .box-wrapper .p-box02 .title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
.p-history .box-wrapper .p-box02-item {
  font-size: 0.84em;
}
@media screen and (max-width: 999.98px) {
  .p-history .box-wrapper .p-box02-item {
    font-size: 0.9em;
  }
}
.p-history .box-wrapper .p-box02-item__wrapper {
  row-gap: 2em;
}
.p-history .box-wrapper .p-box02-item figure {
  margin-right: 0.8em;
  flex-shrink: 0;
}
.p-history .box-wrapper .p-box02-item figure img {
  aspect-ratio: 1/1;
  width: 7rem;
}
.p-history .box-wrapper .p-box02-item > div {
  flex: 1;
}
.p-history .box-wrapper .p-box02-item > div .item-lower__name {
  max-width: 100%;
}
.p-history .box-wrapper .p-box02-item > div .c-button-yellow__nodeco {
  width: 80%;
}
@media screen and (max-width: 999.98px) {
  .p-history .box-wrapper .p-box02-item > div .c-button-yellow__nodeco {
    width: 20rem;
  }
}
@media screen and (max-width: 768.98px) {
  .p-history .box-wrapper .p-box02-item > div .c-button-yellow__nodeco {
    width: 16rem;
  }
}

/*-- pageフォルダの中の_index.scss --*/
/*# sourceMappingURL=style.css.map */