@charset "UTF-8";
/*! 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] {
  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 */
  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;
  background: #c8c8c8 !important;
}
button:disabled:hover,
[type=button]:disabled:hover,
[type=reset]:disabled:hover,
[type=submit]:disabled:hover {
  background: #c8c8c8 !important;
  filter: none;
}

/**
 * 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
------------------*/
:root {
  --input-font-size: 1rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: clip !important;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  color: #333;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: clip;
  font-size: 1rem;
}
@media screen and (max-width: 599.98px) {
  body {
    font-size: 1.1rem;
  }
}

nav ul {
  list-style: none;
}

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

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

input,
select {
  padding: 8px;
  padding-left: 12px;
  cursor: pointer;
  font-size: 1.6rem;
}
input::placeholder,
select::placeholder {
  color: #ccc;
}

tr {
  display: flex;
  align-items: center;
}

th {
  font-weight: 400;
}

.u-fw-b {
  font-weight: bold;
}
.u-fw-4 {
  font-weight: 400;
}
.u-fw-5 {
  font-weight: 500;
}
.u-fw-6 {
  font-weight: 600;
}
.u-fw-8 {
  font-weight: 800;
}

.u-fs-13 {
  font-size: 0.8125rem;
}
.u-fs-14 {
  font-size: 0.875rem;
}
@media screen and (max-width: 479.98px) {
  .u-fs-14 {
    font-size: 1rem;
  }
}
.u-fs-15 {
  font-size: 0.9375rem;
}
@media screen and (max-width: 479.98px) {
  .u-fs-15 {
    font-size: 1.0625rem;
  }
}
.u-fs-16 {
  font-size: 1rem;
}
@media screen and (max-width: 479.98px) {
  .u-fs-16 {
    font-size: 1.125rem;
  }
}
.u-fs-18 {
  font-size: 1.125rem;
}
.u-fs-20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 479.98px) {
  .u-fs-20 {
    font-size: 1.375rem;
  }
}
.u-fs-22 {
  font-size: 1.375rem;
}
.u-fs-24 {
  font-size: 1.5rem;
}
.u-fs-26 {
  font-size: 1.625rem;
}
.u-fs-28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 479.98px) {
  .u-fs-xs-16 {
    font-size: 1rem;
  }
  .u-fs-xs-18 {
    font-size: 1.125rem;
  }
  .u-fs-xs-20 {
    font-size: 1.25rem;
  }
  .u-fs-xs-22 {
    font-size: 1.375rem;
  }
  .u-fs-xs-24 {
    font-size: 1.5rem;
  }
  .u-fs-xs-26 {
    font-size: 1.625rem;
  }
  .u-fs-xs-28 {
    font-size: 1.75rem;
  }
}

.u-rounded-lg {
  border-radius: 1.5rem;
}
.u-rounded-sm {
  border-radius: 0.5rem;
}
.u-rounded-xs {
  border-radius: 0.25rem;
}

.u-fit-content {
  width: fit-content;
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-w75 {
  width: 75%;
}

.u-w50 {
  width: 50%;
}

.u-w25 {
  width: 25%;
}

.u-lh-15 {
  line-height: 1.5;
}
.u-lh-17 {
  line-height: 1.7;
}

.c-button-outline__lightblue, .c-button-outline__lightgray, .c-button__gray, .c-button__red-sm, .c-button__red, .c-button__lightblue-sm, .c-button__lightblue, .c-button__lightgray {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 100%;
  padding-block: 1em;
  letter-spacing: 0.06em;
  transition: filter 0.3s;
}
@media (any-hover: hover) {
  .c-button-outline__lightblue:hover, .c-button-outline__lightgray:hover, .c-button__gray:hover, .c-button__red-sm:hover, .c-button__red:hover, .c-button__lightblue-sm:hover, .c-button__lightblue:hover, .c-button__lightgray:hover {
    filter: brightness(0.9);
  }
}
@media screen and (max-width: 479.98px) {
  .c-button-outline__lightblue, .c-button-outline__lightgray, .c-button__gray, .c-button__red-sm, .c-button__red, .c-button__lightblue-sm, .c-button__lightblue, .c-button__lightgray {
    padding-block: 0.8em;
  }
}

.c-button__lightgray {
  background: #E8E8E8;
}
.c-button__lightblue {
  background: #0ac;
  color: #fff;
}
.c-button__lightblue-sm {
  background: #0ac;
  color: #fff;
  padding-block: 0.32em;
  max-width: 3.75rem;
  font-size: 14px;
}
.c-button__red {
  background: #ED444B;
  color: #fff;
}
.c-button__red-sm {
  background: #ED444B;
  color: #fff;
  padding-block: 0.32em;
  max-width: 3.75rem;
  font-size: 14px;
}
.c-button__gray {
  color: #fff;
  background: #666;
  height: auto;
}
.c-button-outline__lightgray {
  background: #fff;
  border: solid 1px #C7C7C7;
}
.c-button-outline__lightblue {
  background: #fff;
  border: solid 1px #0ac;
}
@media (any-hover: hover) {
  .c-button-outline__lightblue:hover {
    background: #0ac;
    color: #fff;
  }
}
.c-button__check {
  display: initial !important;
}
.c-button__check > input {
  display: none;
}
.c-button__check > input:checked + span {
  background: #c8c8c8;
}
.c-button__check span {
  background: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  padding: 0.625rem 0.75rem;
}
@media screen and (max-width: 599.98px) {
  .c-button__check span {
    font-size: 1rem;
  }
}

.c-link__blue {
  color: #1369BB;
}
@media (any-hover: hover) {
  .c-link__underline:hover {
    text-decoration: underline;
  }
}

.c-title__underline, .c-title__black {
  width: fit-content;
  margin: clamp(4rem,4.1666666667vw, 5rem) auto;
  font-size: 4.1666666667vw;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 3px solid #425aa6;
  line-height: 1.6;
}

.c-title__black {
  color: #333;
}
.c-title__underline {
  color: #3c5ab9;
}

.c-form {
  padding-bottom: 10rem;
}
.c-form .form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.c-form .form-group label {
  display: block;
}
.c-form .form-group input {
  background: #fff;
  font-size: 1rem;
}
.c-form .form-group input[type=text], .c-form .form-group input[type=textarea], .c-form .form-group input[type=password], .c-form .form-group input[type=email] {
  padding: 1.125rem 1rem;
  border: solid 2px #666;
  border-radius: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 479.98px) {
  .c-form .form-group input[type=text], .c-form .form-group input[type=textarea], .c-form .form-group input[type=password], .c-form .form-group input[type=email] {
    font-size: var(--input-font-size);
  }
}
.c-form .form-group input[type=number] {
  padding: 4px;
  border: solid 1px #c8c8c8;
  text-align: center;
}
.c-form .form-group input[type=number]::-webkit-outer-spin-button, .c-form .form-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.c-form .form-group input[type=checkbox] {
  padding: 0;
  border: solid 1px #c8c8c8;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (max-width: 479.98px) {
  .c-form .form-group input[type=checkbox] {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
.c-form .form-group input[type=radio] {
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  width: 1.1em;
  height: 1.1em;
  padding: 0;
}
@media screen and (max-width: 479.98px) {
  .c-form .form-group input[type=radio] {
    width: 1.3em;
    height: 1.3em;
  }
}
.c-form .form-group input[type=date] {
  min-width: 8.125rem;
  min-height: 2.625rem;
}
.c-form .form-group .form-accordion-wrapper {
  max-height: 0;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.3s ease;
  margin-top: 1rem;
}
.c-form .form-group.is-open .form-accordion-wrapper {
  max-height: 100%;
  clip-path: inset(0 0 0% 0);
  margin-bottom: 3rem;
}
.c-form .form-group.hover-bg {
  border: solid 1px #e5e5e5;
  padding: 15px 8px;
  border-radius: 5px;
  margin-bottom: 0;
}
@media (any-hover: hover) {
  .c-form .form-group.hover-bg:hover {
    background: #e5e5e5;
  }
}
.c-form .valid-feedback {
  min-height: 0;
  color: rgb(201, 65, 19);
  margin-top: 0.375rem;
  font-size: 0.9375rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 479.98px) {
  .c-form .valid-feedback {
    font-size: 1.0625rem;
  }
}
.c-form .form-zip-wrapper > img {
  margin-right: 1rem;
}
.c-form .form-zip-wrapper > input {
  margin-right: 1rem;
}
.c-form .form-zip-wrapper > button {
  color: #666;
  background: #f2f2f2;
  border-radius: 0.5rem;
  width: clamp(7.8rem, 40%, 15.6rem);
  text-align: center;
  font-size: 1.125rem;
}
.c-form .form-check-input {
  border-radius: 2px;
}
.c-form .form-check-input:active {
  filter: brightness(90%);
}
.c-form .form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #454545;
}
.c-form .form-check-input:checked[type=checkbox] {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"), #979797;
}
.c-form .form-check-input:checked[type=radio] {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"), #979797;
}
.c-form .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.c-form .form-date-input {
  border-radius: 2px;
  border: 1px solid #C8C8C8;
}
.c-form .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.c-form .date-wrapper {
  align-items: baseline;
}

#order-start-date,
#order-end-date {
  line-height: 1;
  padding: 8px;
  border: 1px solid #DCDCDC;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  width: 14.2857%;
}

#select-date-type-01 .ui-datepicker {
  width: 100%;
}

.card-num,
.card-date {
  margin-left: 0.5em;
}

@media screen and (max-width: 479.98px) {
  .label > span {
    flex-direction: column;
  }
}

.label-visa::before {
  width: 36px;
  height: 23px;
  content: "";
  background: url(../images/visa.jpg) no-repeat;
  background-size: contain;
  margin-right: 8px;
}

.label-jcb::before {
  width: 36px;
  height: 23px;
  content: "";
  background: url(../images/jcb.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
}

.label-mastercard::before {
  width: 36px;
  height: 23px;
  content: "";
  background: url(../images/mastercard.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
}

.label-discover::before {
  width: 36px;
  height: 23px;
  content: "";
  background: url(../images/discover.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
}

.label-american-express::before {
  width: 36px;
  height: 23px;
  content: "";
  background: url(../images/americanExpress.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
}

.label-diners-club::before {
  width: 36px;
  height: 23px;
  content: "";
  background: url(../images/dinersClub.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
}

.button-card-delete {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-tab__menu {
  display: flex;
  color: #fff;
  column-gap: 0.25rem;
}
.c-tab__menu .nav-item {
  padding: 0.4375rem 1.375rem;
  background: #E8E8E8;
  border-radius: 1rem 1rem 0 0;
}
.c-tab__menu .nav-item.active {
  background: #c8c8c8;
}
.c-tab__content .tab-pane {
  display: none;
  opacity: 0;
  animation: fadeIn 0.2s linear;
}
.c-tab__content .tab-pane.active {
  display: initial;
  opacity: 1;
}
.c-tab__content .tab-pane table {
  width: 100%;
}
.c-tab__content .tab-pane tr:nth-of-type(1) {
  background: #BEBEBE;
  color: #fff;
  padding: 0.5rem 0;
}
.c-tab__content .tab-pane tr:nth-of-type(1) th {
  text-align: center;
}
.c-tab__content .tab-pane tr:nth-of-type(1) th:nth-of-type(1) {
  width: 18%;
}
.c-tab__content .tab-pane tr:nth-of-type(1) th:nth-of-type(2) {
  flex: 1;
}
.c-tab__content .tab-pane tr:nth-of-type(1) th:nth-of-type(3) {
  width: 20.9%;
}
.c-tab__content .tab-pane tr:nth-of-type(1) th:nth-of-type(4) {
  width: 18.6%;
}
.c-tab__content .tab-pane tr:not(:first-of-type) {
  align-items: stretch;
}
.c-tab__content .tab-pane tr:not(:first-of-type) td {
  border-bottom: 1px solid #c8c8c8;
  padding: 1rem;
}
.c-tab__content .tab-pane tr:not(:first-of-type) td:nth-of-type(1) {
  width: 18%;
}
.c-tab__content .tab-pane tr:not(:first-of-type) td:nth-of-type(2) {
  flex: 1;
}
.c-tab__content .tab-pane tr:not(:first-of-type) td:nth-of-type(3) {
  width: 20.9%;
}
.c-tab__content .tab-pane tr:not(:first-of-type) td:nth-of-type(4) {
  width: 18.6%;
}
.c-tab__content .tab-pane tr:not(:first-of-type) td:not(:last-of-type) {
  border-right: 1px solid #c8c8c8;
}

/*-- common/componentフォルダの中の_index.scss --*/
.l-main {
  background: url(../images/pc_bg.jpg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.l-content {
  width: 100%;
  max-width: 520px;
  height: 100%;
  min-height: 100vh;
  margin-inline: auto;
  position: relative;
  z-index: 10;
  background: #fff;
}

.l-content__pc {
  position: fixed;
  z-index: 1;
}
.l-content__pc.pc-left {
  position: fixed;
  top: 50%;
  left: calc((50% - 378px) / 2);
  transform: translate(-50%, -50%);
}
.l-content__pc.pc-right {
  position: fixed;
  top: 50%;
  right: calc((50% - 378px) / 2);
  transform: translate(50%, -50%);
}

.l-container {
  width: 100%;
  padding: 0 3.25rem;
  max-width: 1040px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 599.98px) {
  .l-container {
    padding: 0 1.6rem;
  }
}

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

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

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

.u-block {
  display: block;
}

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

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

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

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

.u-font-ruika {
  font-family: "ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.u-color-lightgray {
  color: #b2b2b2;
}
.u-color-lightblue {
  color: #0ac;
}
.u-color-white {
  color: #fff;
}
.u-color-red {
  color: rgb(201, 65, 19);
}

.u-bg-lightgray {
  background: #F2F2F2;
}

.u-bg-darkgray {
  background: #666;
}

.u-bg-gray {
  background: #c8c8c8;
}

.u-bg-beige {
  background: #F0EBE2;
}

.u-bg-white {
  background: #FFF;
}

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

.u-flex-1 {
  flex: 1;
}

.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-end {
  display: flex !important;
  justify-content: flex-end !important;
}

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

.u-align-items-baseline {
  align-items: baseline;
}

.u-justify-end {
  justify-content: flex-end;
}

.u-flex_re {
  display: flex;
  flex-direction: row-reverse;
}

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

.u-shrink-0 {
  flex-shrink: 0;
}

.u-mt-05 {
  margin-top: 0.25rem !important;
}
.u-mt-1 {
  margin-top: 0.5rem !important;
}
.u-mt-2 {
  margin-top: 1rem !important;
}
.u-mt-3 {
  margin-top: 1.5rem !important;
}
.u-mt-4 {
  margin-top: 2rem !important;
}
.u-mt-5 {
  margin-top: 2.5rem !important;
}
.u-mb-05 {
  margin-bottom: 0.25rem !important;
}
.u-mb-1 {
  margin-bottom: 0.5rem !important;
}
.u-mb-2 {
  margin-bottom: 1rem !important;
}
.u-mb-3 {
  margin-bottom: 1.5rem !important;
}
.u-mb-4 {
  margin-bottom: 2rem !important;
}
.u-mb-5 {
  margin-bottom: 2.5rem !important;
}
.u-mb-6 {
  margin-bottom: 3rem !important;
}
.u-mb-7 {
  margin-bottom: 3.5rem !important;
}
.u-mb-8 {
  margin-bottom: 4rem !important;
}
.u-ml-auto {
  margin-left: auto !important;
}
.u-ml-0 {
  margin-left: 0 !important;
}
.u-ml-1 {
  margin-left: 0.5rem !important;
}
.u-ml-2 {
  margin-left: 1rem !important;
}
.u-ml-3 {
  margin-left: 1.5rem !important;
}
.u-ml-4 {
  margin-left: 2rem !important;
}
.u-ml-5 {
  margin-left: 2.5rem !important;
}
.u-mr-auto {
  margin-right: auto !important;
}
.u-mr-0 {
  margin-right: 0 !important;
}
.u-mr-1 {
  margin-right: 0.5rem !important;
}
.u-mr-2 {
  margin-right: 1rem !important;
}
.u-mr-3 {
  margin-right: 1.5rem !important;
}
.u-mr-4 {
  margin-right: 2rem !important;
}
.u-mr-5 {
  margin-right: 2.5rem !important;
}
.u-my-auto {
  margin-block: auto !important;
}
.u-my-0 {
  margin-block: 0 !important;
}
.u-my-1 {
  margin-block: 0.5rem !important;
}
.u-my-2 {
  margin-block: 1rem !important;
}
.u-my-3 {
  margin-block: 1.5rem !important;
}
.u-my-4 {
  margin-block: 2rem !important;
}
.u-my-5 {
  margin-block: 2.5rem !important;
}

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

.u-mx-0 {
  margin-inline: 0 !important;
}

.u-py-1 {
  padding-block: 0.5rem !important;
}
.u-py-2 {
  padding-block: 1rem !important;
}
.u-py-3 {
  padding-block: 1.5rem !important;
}
.u-py-4 {
  padding-block: 2rem !important;
}
.u-py-5 {
  padding-block: 2.5rem !important;
}
.u-px-1 {
  padding-inline: 0.5rem !important;
}
.u-px-2 {
  padding-inline: 1rem !important;
}
.u-px-3 {
  padding-inline: 1.5rem !important;
}
.u-px-4 {
  padding-inline: 2rem !important;
}
.u-px-5 {
  padding-inline: 2.5rem !important;
}
.u-px-6 {
  padding-inline: 3rem !important;
}
.u-px-7 {
  padding-inline: 3.5rem !important;
}
.u-p-1 {
  padding: 0.5rem !important;
}
.u-p-2 {
  padding: 1rem !important;
}
.u-p-3 {
  padding: 1.5rem !important;
}
.u-p-4 {
  padding: 2rem !important;
}
.u-p-5 {
  padding: 2.5rem !important;
}
.u-pb-1 {
  padding-bottom: 0.5rem !important;
}
.u-pb-2 {
  padding-bottom: 1rem !important;
}
.u-pb-3 {
  padding-bottom: 1.5rem !important;
}
.u-pb-4 {
  padding-bottom: 2rem !important;
}
.u-pb-5 {
  padding-bottom: 2.5rem !important;
}
.u-pt-1 {
  padding-top: 0.5rem !important;
}
.u-pt-2 {
  padding-top: 1rem !important;
}
.u-pt-3 {
  padding-top: 1.5rem !important;
}
.u-pt-4 {
  padding-top: 2rem !important;
}
.u-pt-5 {
  padding-top: 2.5rem !important;
}
.u-pt-header {
  padding-top: 4.5rem;
}
.u-pl-1 {
  padding-left: 0.5rem !important;
}
.u-pl-2 {
  padding-left: 1rem !important;
}
.u-pl-3 {
  padding-left: 1.5rem !important;
}
.u-pl-4 {
  padding-left: 2rem !important;
}
.u-pl-5 {
  padding-left: 2.5rem !important;
}
.u-pr-1 {
  padding-right: 0.5rem !important;
}
.u-pr-2 {
  padding-right: 1rem !important;
}
.u-pr-3 {
  padding-right: 1.5rem !important;
}
.u-pr-4 {
  padding-right: 2rem !important;
}
.u-pr-5 {
  padding-right: 2.5rem !important;
}

.u-gap-1 {
  gap: 0.5rem;
}
.u-gap-2 {
  gap: 1rem;
}
.u-gap-3 {
  gap: 1.5rem;
}
.u-gap-4 {
  gap: 2rem;
}

@media screen and (max-width: 479.98px) {
  .u-xs-p-2 {
    padding: 1.4rem !important;
  }
}

.u-border {
  border: 1px solid #dee2e6 !important;
}
.u-border-top {
  border-top: 1px solid #dee2e6 !important;
}
.u-border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.u-border-left {
  border-left: 1px solid #dee2e6 !important;
}
.u-border-right {
  border-right: 1px solid #dee2e6 !important;
}
.u-border-black {
  border-color: #333 !important;
}
.u-border-bold {
  border-bottom-width: 2px !important;
}
.u-border-dot {
  background-image: linear-gradient(to right, #000, #000 0px, transparent 2px, transparent 8px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

/*-- common/utilityフォルダの中の_index.scss --*/ /*-- commonフォルダの中の_index.scss --*/
.p-header__column {
  padding-block: 1.5rem;
}
.p-header__column h1 {
  letter-spacing: 0.24em;
}
.p-header__flex {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 520px;
  background: #fff;
  padding: 1.5rem 0 1.5rem 3.25rem;
  z-index: 100;
}
@media screen and (max-width: 479.98px) {
  .p-header__flex {
    padding-left: 1.6rem;
  }
}
.p-header__flex h1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.menu-button {
  position: fixed;
  top: 16px;
  right: 24px;
  display: grid;
  place-items: center;
  place-content: center;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  z-index: 999;
}

.bar,
.bar::before,
.bar::after {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #666;
  border-radius: 2px;
  transition: transform 0.3s;
}

.bar {
  display: grid;
}
.bar::before, .bar::after {
  content: "";
  grid-area: 1/1;
}
.bar::before {
  transform: translateY(-6px);
}
.bar::after {
  transform: translateY(6px);
}

.navbar {
  position: fixed;
  height: 100%;
  width: 20rem;
  background-color: #fff;
  right: 0;
  top: 0;
  z-index: 998;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}
.navbar .nav-list {
  padding-top: 2.25rem;
  margin-top: 5rem;
  border-top: 1px solid #E8E8E8;
}
.navbar .nav-list .nav-item {
  margin: 0 2.25rem 1.75rem 0;
}
.navbar .nav-list .nav-item a {
  display: block;
  width: fit-content;
  margin-left: auto;
}

/* オープン時のバー */
.menu-open .bar {
  background-color: transparent;
}
.menu-open .bar::before {
  transform: rotate(45deg);
}
.menu-open .bar::after {
  transform: rotate(-45deg);
}
.menu-open .navbar {
  transform: translateX(0);
}
.menu-open .p-order__link {
  opacity: 0;
}

/* オーバーレイ */
#overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 997;
  transition: opacity 0.3s;
  /* オープン時のオーバーレイ */
}
.menu-open #overlay {
  visibility: visible;
  opacity: 1;
}

.p-footer {
  background: linear-gradient(113.93deg, rgb(161, 151, 199) 0%, rgb(212, 117, 156) 100%);
  padding: clamp(4.8rem,5vw, 6rem) 0;
}
.p-footer .l-container {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768.98px) {
  .p-footer .l-container {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 3rem;
  }
}
.p-footer .l-container > div {
  flex: 1;
}
.p-footer .l-container > div:nth-of-type(1) {
  color: #fff;
  text-align: right;
  padding-right: clamp(8rem,8.3333333333vw, 10rem);
  font-family: "ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 999.98px) {
  .p-footer .l-container > div:nth-of-type(1) {
    padding-right: clamp(4rem,4.1666666667vw, 5rem);
  }
}
@media screen and (max-width: 768.98px) {
  .p-footer .l-container > div:nth-of-type(1) {
    text-align: center;
    padding-right: 0;
  }
}
.p-footer .l-container > div:nth-of-type(1) p:nth-of-type(1) {
  font-size: clamp(1.28rem,1.3333333333vw, 1.6rem);
  margin-bottom: clamp(1.6rem,1.6666666667vw, 2rem);
}
.p-footer .l-container > div:nth-of-type(1) p:nth-of-type(2) {
  font-size: clamp(1.76rem,1.8333333333vw, 2.2rem);
  line-height: 1.2;
}
.p-footer .l-container > div:nth-of-type(1) p:nth-of-type(2) > a {
  font-size: clamp(3.52rem,3.6666666667vw, 4.4rem);
}
@media screen and (max-width: 999.98px) {
  .p-footer .l-container > div:nth-of-type(1) p:nth-of-type(2) > a {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768.98px) {
  .p-footer .l-container > div:nth-of-type(1) p:nth-of-type(2) > a {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .p-footer .l-container > div:nth-of-type(1) p:nth-of-type(2) > a {
    font-size: 3rem;
  }
}
.p-footer .l-container > div:nth-of-type(2) dl {
  font-size: clamp(1.44rem,1.5vw, 1.8rem);
  font-weight: 600;
  line-height: 1.7;
}
.p-footer .l-container > div:nth-of-type(2) dl > div {
  display: flex;
}
.p-footer .l-container > div:nth-of-type(2) dl > div::before {
  content: "■";
  margin-right: clamp(1.28rem,1.3333333333vw, 1.6rem);
}
.p-footer .l-container > div:nth-of-type(2) dl > div dt {
  margin-right: clamp(2.4rem,2.5vw, 3rem);
  flex-shrink: 0;
}

.p-menu__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.p-menu__item img {
  border-radius: 1.5rem;
}

.p-purchase-table {
  border-collapse: separate;
}
.p-purchase-table tr {
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.p-purchase-table tr th,
.p-purchase-table tr td {
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-purchase-table tr th:first-of-type,
.p-purchase-table tr td:first-of-type {
  width: 12%;
  flex-shrink: 0;
}
.p-purchase-table tr th:nth-of-type(2),
.p-purchase-table tr td:nth-of-type(2) {
  width: 12%;
  flex-shrink: 0;
}
.p-purchase-table tr th:nth-of-type(3),
.p-purchase-table tr td:nth-of-type(3) {
  flex: 1;
}
.p-purchase-table tr th:nth-of-type(4),
.p-purchase-table tr td:nth-of-type(4) {
  width: 26%;
  flex-shrink: 0;
}
.p-purchase-table tr th:not(:last-of-type),
.p-purchase-table tr td:not(:last-of-type) {
  border-right: 1px solid #c8c8c8;
}
.p-purchase-table tr:last-of-type {
  border-width: 0;
}
.p-purchase-table tr:last-of-type td {
  width: 100%;
  justify-content: flex-end;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
}
.p-purchase-table th {
  min-height: 2.625rem;
}
.p-purchase-table td {
  align-self: stretch;
  line-height: 1.8;
}

.p-order__wrapper {
  padding-bottom: 16.25rem;
}

.p-order__link {
  font-size: 0.875rem;
  writing-mode: vertical-rl;
  border-radius: 0.625rem;
  position: fixed;
  top: 4.0625rem;
  right: calc(50% - 242px);
  z-index: 110;
}
@media screen and (max-width: 479.98px) {
  .p-order__link {
    font-size: 1.125rem;
    right: 1%;
  }
}

.p-order-set__bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 520px;
  padding-inline: clamp(3.125rem, 11%, 5.5rem);
  padding-block: 1.5rem;
}
.p-order-set__bottom dt {
  font-size: 0.9375rem;
}
@media screen and (max-width: 599.98px) {
  .p-order-set__bottom dt {
    font-size: 1.125rem;
  }
}
.p-order-set__bottom dd {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 599.98px) {
  .p-order-set__bottom dd {
    font-size: 1.375rem;
  }
}
.p-order-set__bottom dd span {
  font-size: 1rem;
}
@media screen and (max-width: 599.98px) {
  .p-order-set__bottom dd span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 479.98px) {
  .p-order-set__bottom {
    padding-inline: 1.875rem;
  }
}
.p-order-set__bottom #collapse-button {
  width: 28px;
  height: 35px;
  border-radius: 5px;
  position: absolute;
  top: -30px;
  right: 3%;
  transform: rotate(-90deg);
  background: #F0EBE2;
  display: grid;
  place-items: center;
}
.p-order-set__bottom #collapse-button img {
  aspect-ratio: 7/10;
  min-height: 0;
}
@media screen and (max-width: 599.98px) {
  .p-order-set__bottom #collapse-button img {
    width: 12px;
    height: 18px;
  }
}
@media screen and (max-width: 599.98px) {
  .p-order-set__bottom #collapse-button {
    width: 33px;
    height: 40px;
    top: -34px;
  }
}
.p-order-set__bottom.is-collapse {
  display: flex;
  flex-direction: column;
  padding-block: 0.6rem;
}
.p-order-set__bottom.is-collapse dl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.4rem !important;
}
.p-order-set__bottom.is-collapse .grid-subtotal {
  display: none !important;
}
.p-order-set__bottom.is-collapse .grid-tax {
  display: none !important;
}
.p-order-set__bottom.is-collapse .grid-item {
  align-items: baseline;
}
.p-order-set__bottom.is-collapse .grid-item dt {
  margin-right: 8px;
}
.p-order-set__bottom.is-collapse .grid-total {
  align-items: baseline;
}
.p-order-set__bottom.is-collapse .grid-total dt {
  margin-right: 8px;
}
.p-order-set__bottom.is-collapse .grid-button {
  padding-block: 0.9em;
}
.p-order-set__bottom.is-collapse #collapse-button {
  transform: rotate(90deg);
}

.p-payment-list {
  /* モーダルのボタンスタイル */
  /* モーダルの削除ボタンのスタイル */
  /* モーダルのキャンセルボタンのスタイル */
  /* モーダルのオーバーレイ */
  /* オーバーレイ表示時のスタイル */
}
.p-payment-list.is-edit-mode .hover-bg {
  cursor: default;
}
.p-payment-list.is-edit-mode .hover-bg:hover {
  background: white;
}
.p-payment-list.is-edit-mode label {
  cursor: default;
}
.p-payment-list .modal-delete {
  display: none;
  position: fixed;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 302px;
  padding: 26px 20px;
  background-color: white;
  z-index: 1001;
  border-radius: 10px;
  text-align: center;
}
.p-payment-list .modal-delete.is-show {
  display: block;
}
@media screen and (max-width: 479.98px) {
  .p-payment-list .modal-delete {
    width: 85%;
    max-width: 320px;
  }
}
.p-payment-list .modal-delete button {
  padding: 10px 20px;
  border: none;
  background-color: lightgray;
  cursor: pointer;
  border-radius: 5px;
}
.p-payment-list .modal-delete button:first-of-type {
  background-color: #d3d3d3;
  margin-right: 8px;
}
.p-payment-list .modal-delete button:last-of-type {
  background-color: #ED444B;
  color: white;
  min-width: 7.5rem;
}
.p-payment-list .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.p-payment-list .modal-overlay.is-show {
  display: block;
}

.p-progressbar {
  position: relative;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  color: #999999;
  font-weight: 500;
  counter-increment: steps;
  font-size: 13px;
}
@media screen and (max-width: 479.98px) {
  .p-progressbar li {
    font-size: 14.4px;
  }
}
.p-progressbar li::before {
  display: block;
  width: 26px;
  height: 26px;
  margin: 7px auto;
  content: "";
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
  content: counter(steps);
}
.p-progressbar li::after {
  position: absolute;
  z-index: -1;
  top: 18px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #F5F5F5;
}
.p-progressbar li:first-of-type::after {
  content: none;
}
.p-progressbar li.active, .p-progressbar li.complete {
  color: #1369BB;
}
.p-progressbar li.active::before, .p-progressbar li.complete::before {
  background-color: #1369BB;
  color: #FFF;
}
.p-progressbar li.active::after, .p-progressbar li.complete::after {
  background-color: #1369BB;
}

.p-tou-wrapper {
  height: 180px;
  overflow-y: scroll;
  padding: 0.75rem;
  line-height: 1.7;
}
.p-tou-wrapper p {
  font-size: 0.9375rem;
  margin-bottom: 2.125rem;
}
.p-tou-wrapper p.list-p {
  margin-bottom: 0.1875rem;
}
.p-tou-wrapper h2 {
  margin-bottom: 0.375rem;
  font-weight: 600;
  font-size: 1.25rem;
}
.p-tou-wrapper ol {
  margin-bottom: 1.75rem;
  counter-reset: li_count;
}
.p-tou-wrapper ol.list-ol > li {
  display: grid;
  grid-template-columns: 62px auto;
}
.p-tou-wrapper ol.list-ol > li::before {
  counter-increment: li_count;
  content: "(" counter(li_count) ")";
  margin-right: 0.75rem;
  margin-left: 1.375rem;
}
.p-tou-wrapper ol > li {
  display: inline grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  margin-bottom: 0.25rem;
}
.p-tou-wrapper ol > li::before {
  counter-increment: li_count;
  content: counter(li_count) ".";
  margin-right: 0.75rem;
}
.p-tou-wrapper ol > li > ul {
  grid-area: 2/2/3/3;
  counter-reset: li_count;
}
.p-tou-wrapper ol > li > ul > li {
  display: block grid;
  grid-template-columns: 30px auto;
  grid-template-rows: 1fr auto;
  margin-bottom: 0.1875rem;
}
.p-tou-wrapper ol > li > ul > li::before {
  counter-increment: li_count;
  content: "(" counter(li_count) ")";
  margin-right: 0.75rem;
}

/*-- pageフォルダの中の_index.scss --*/

/*# sourceMappingURL=style.css.map */
