@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "游ゴシック体, " Yu Gothic ", YuGothic, " ヒラギノ角ゴシック Pro ", " Hiragino Kaku Gothic Pro ", メイリオ, Meiryo, Osaka, " MSPゴシック ", " MS PGothic ", sans-serif";
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.hide {
  display: none;
}

input:disabled {
  background: #ccc;
}

.notice {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 10px 0;
  padding: 10px;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

.inner {
  max-width: 1000px;
  padding-right: 25px;
  padding-left: 25px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.title {
  font-family: "游ゴシック体, " Yu Gothic ", YuGothic, " ヒラギノ角ゴシック Pro ", " Hiragino Kaku Gothic Pro ", メイリオ, Meiryo, Osaka, " MSPゴシック ", " MS PGothic ", sans-serif";
  font-size: 36px;
  font-weight: 400;
  color: #333;
  background: repeating-linear-gradient(-45deg, #e9ebed, #e9ebed 4px, #f2f2f2 3px, #f2f2f2 8px);
  border-radius: 7px;
  padding: 0.6em;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}

.panel__heading {
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #ddd;
}

.panel__heading.panel__heading--form {
  margin-top: 10px;
}

.panel__title {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .panel__title {
    font-size: 14px;
  }
}

.panel__body {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel__form.panel__form--coupon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.panel__message-link {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .panel__message-link {
    text-align: left;
  }
}

.panel__message-link a {
  color: #FF0200;
  font-size: 16px;
  text-decoration: underline;
}

.panel__form-coupon {
  padding: 7px 20px;
  background-color: #5BC0DE;
}

.panel__form-coupon input[type=submit] {
  color: #fff;
}

.panel__change-details {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}

.panel__change-heading {
  padding: 5px;
  background-color: #f5f5f5;
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.panel__change-row {
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.panel__change-item {
  font-size: 16px;
  font-weight: 700;
  background-color: #f5f5f5;
  padding: 10px 5px;
  width: 35%;
}

.panel__change-content {
  width: 75%;
  height: max-content;
  padding-left: 16px;
}

.panel__change-content span {
  display: inline-block;
  font-size: 14px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.stepbar__items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px 24px;
  flex-wrap: wrap;
}

.stepbar__item {
  position: relative;
  background-color: #f5f5f5;
  color: #000;
  padding: 8px 10px;
  font-size: 13px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .stepbar__item {
    font-size: 10px;
    padding: 6px 8px;
  }
}

.stepbar__item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #a9a9a9;
  border-right: 2px solid #a9a9a9;
  transform: translateY(-50%) rotate(45deg);
}

.stepbar__item:first-child:before {
  display: none;
}

.stepbar__item.is-active {
  background-color: #5cb85c;
  color: #fff;
}

.member-registration {
  padding-bottom: 20px;
}

.member-registration__stepbar {
  margin-top: 30px;
}

.member-registration__text {
  font-family: "游ゴシック体, " Yu Gothic ", YuGothic, " ヒラギノ角ゴシック Pro ", " Hiragino Kaku Gothic Pro ", メイリオ, Meiryo, Osaka, " MSPゴシック ", " MS PGothic ", sans-serif";
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .member-registration__text {
    font-size: 12px;
  }
}

.member-registration__panel {
  margin-top: 20px;
}

.member-registration__submit {
  margin-top: 40px;
  text-align: center;
}

.member-registration__email-law {
  text-align: center;
  margin-top: 40px;
}

.member-registration__email-law a {
  font-size: 12px;
  color: #337AB7;
}

.member-registration__thanks-container {
  max-width: 800px;
  margin-inline: auto;
}

.member-registration__thanks-text.member-registration__thanks-text--head {
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
}

.member-registration__thanks-text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.member-registration__button {
  text-align: center;
  margin-top: 40px;
}

.member-registration__button a {
  padding: 10px 20px;
  display: inline-block;
  font-size: 16px;
  background-color: #337AB7;
  border-radius: 5px;
  color: #fff;
}

.form__top {
  padding: 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (max-width: 768px) {
  .form__top {
    padding: 10px;
  }
}

.form__wrap {
  display: flex;
  align-items: center;
  max-width: 800px;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .form__wrap {
    flex-direction: column;
  }
}

.form__wrap.form__wrap--coupon {
  margin-top: 0;
  margin-inline: initial;
}
@media screen and (max-width: 768px) {
  .form__wrap.form__wrap--coupon {
    flex-direction: row;
  }
}

@media screen and (max-width: 768px) {
  .form__wrap.form__wrap--coupon .form__input {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .form__wrap.form__wrap--coupon .form__label {
    font-size: 12px;
  }
}

.form__label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__label {
    max-width: initial;
  }
}

.form__label span {
  margin-left: 10px;
  padding: 5px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #F0AD4E;
}

.form__input {
  flex-grow: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__input {
    margin-top: 10px;
  }
}

.form__input input {
  padding: 7.5px 15px;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  border-radius: 0;
  border: 1px solid #ccc;
  background-color: transparent;
  background-image: none;
}

.form__input--flex {
  display: flex;
}

.form__input--last_name {
  margin-right: 20px;
}

.form__input input.form__input--split-2 {
  width: 50%;
}

.form__input input::placeholder {
  font-size: 13px;
}

.subpanel__container {
  padding: 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (max-width: 768px) {
  .subpanel__container {
    padding: 10px;
  }
}

.subpanel label {
  display: block;
}

.subpanel input + span {
  cursor: pointer;
  padding-left: 4px;
  position: relative;
  font-size: 16px;
}

.subpanel input:checked + span::after {
  opacity: 1;
}

.subpanel__heading {
  background-color: #D9EDF7;
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #ddd;
}

.subpanel__body {
  padding: 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.subpanel__body--text-bold {
  font-weight: 600;
}

.subpanel__privacy-title {
  font-size: 14px;
  font-weight: 700;
}

.subpanel__privacy-text {
  overflow: scroll;
  height: 250px;
  margin-top: 16px;
}

.subpanel__privacy-paragraph {
  font-size: 12px;
}

.subpanel__privacy-paragraph + .subpanel__privacy-paragraph {
  margin-top: 5px;
}

.form-submit input,
.form-submit button {
  padding: 10px 20px;
  display: inline-block;
  font-size: 16px;
  background-color: #337AB7;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  border: none;
}

.form-submit input:hover,
.form-submit input:focus,
.form-submit button:hover,
.form-submit button:focus {
  outline: none;
}

.form-submit input:hover,
.form-submit button:hover {
  opacity: 0.8;
}

button:disabled {
  background-color: #ccc;
}

.commodity {
  display: grid;
  grid-template-columns: 6fr 4fr;
  grid-auto-flow: row;
  grid-template-areas: "product price subtotal" "contents price-detail subtotal-value" "total total total-value";
}
@media screen and (max-width: 768px) {
  .commodity {
    grid-template-columns: 1fr;
    grid-template-areas: "product" "contents" "price" "price-detail" "subtotal" "subtotal-value" "total" "total-value";
  }
}

.commodity__product {
  grid-area: product;
}

.commodity__price {
  grid-area: price;
}

.commodity__subtotal {
  grid-area: subtotal;
}

.commodity__contents {
  grid-area: contents;
}

.commodity__price-detail {
  grid-area: price-detail;
}

.commodity__subtotal-value {
  grid-area: subtotal-value;
}

.commodity__total {
  grid-area: total;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .commodity__total {
    text-align: left;
  }
}

.commodity__total-value {
  grid-area: total-value;
}

.commodity__item {
  font-size: 15px;
  font-weight: 400;
}

.commodity__item.commodity__item--large {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .commodity__item.commodity__item--large {
    font-size: 1rem;
  }
}

.commodity__product,
.commodity__price,
.commodity__subtotal,
.commodity__contents,
.commodity__price-detail,
.commodity__subtotal-value,
.commodity__total,
.commodity__total-value {
  padding: 5px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.commodity__subtotal,
.commodity__subtotal-value,
.commodity__total-value {
  border-right: 1px solid #ccc;
}

.commodity__total,
.commodity__total-value {
  border-bottom: 1px solid #ccc;
}

.commodity__product,
.commodity__price,
.commodity__subtotal,
.commodity__total,
.commodity__total-value {
  background-color: #FAFDFF;
}

.commodity__contents {
  display: flex;
  gap: 10px;
}

.commodity__img img {
  aspect-ratio: 200/300;
  object-fit: cover;
}

.commodity__menu {
  font-size: 15px;
  font-weight: 700;
}

.commodity__small {
  font-size: 12px;
}

.message--state-error {
  color: #FF0200;
}

.message--state-success {
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #d9edf7;
  border-radius: 3px;
}

.layout-member-registration {
  margin-top: 60px;
}

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