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

html,
body {
  padding: 0;
  margin: 0;
}

body {
  min-width: 375px;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.wrap {
  overflow: hidden;
}

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.clear::after {
  content: "";
  clear: both;
  display: block;
}

.contents__inner {
  max-width: 767px;
  width: 92%;
  margin: 0 auto;
}

.section-title {
  background: #FFD152;
  text-align: center;
}

.title-width {
  max-width: 1080px;
  margin: 0 auto;
  width: 95%;
  font-size: 20px;
}

.products__inner {
  padding: 30px 0;
}

.products__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
}

.product-card {
  width: calc(50% - 12.5px);
  margin-bottom: 30px;
}

.product-card__img {
  margin: 0;
  width: 100%;
}
.product-card__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 36/23;
}

.product-card__contents {
  text-align: center;
}

.product-card__name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-card__stock {
  width: 100%;
  background: #FA2D2D;
  color: #fff;
  text-align: center;
  padding: 1px;
  font-size: 12px;
}

.common-section {
  max-width: 720px;
  width: 95%;
  margin: 0 auto;
  padding: 60px 0;
}

.common-section-title {
  padding: 18px 0;
  -moz-text-align-last: left;
       text-align-last: left;
}

.common-page-section {
  max-width: 720px;
  width: 92%;
  margin: 0 auto;
  padding: 40px 0;
}

.form__btn {
  display: block;
  margin: 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 350px;
  background: #00831D;
  color: #fff;
  padding: 12px;
  border-radius: 30px;
  margin-top: 30px;
  border: 3px solid #00831D;
  cursor: pointer;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form__btn:hover {
  background: #fff;
  border: 3px solid #00831D;
  color: #00831D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form__btn-black {
  background: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  border: 3px solid #101010;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form__btn-black:hover {
  background: #fff;
  border: 3px solid #101010;
  color: #101010;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.return__btn {
  display: block;
  margin: 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 350px;
  color: #fff;
  padding: 12px;
  border-radius: 30px;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  background: #5F5F5F;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  border: 3px solid #5F5F5F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.return__btn:hover {
  border: 3px solid #5F5F5F;
  color: #5F5F5F;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn__black {
  display: block;
  margin: 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 350px;
  background: #101010;
  color: #fff;
  border-radius: 30px;
  margin-top: 30px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn__black a {
  text-decoration: none;
  padding: 12px;
  display: block;
  text-align: center;
  font-size: 16px;
}
.btn__black a:hover {
  background: #fff;
  border-color: 3px solid #101010;
  color: #101010;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn__green {
  display: block;
  margin: 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 350px;
  margin-top: 30px;
  cursor: pointer;
}
.btn__green a {
  padding: 12px;
  display: block;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #00831D;
  border-radius: 30px;
  background: #00831D;
  color: #fff;
}
.btn__green a:hover {
  background: #fff;
  border: 3px solid #00831D;
  color: #00831D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 30px;
}

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

.fontweight-500 {
  font-weight: 500;
}

.mt-60 {
  margin-top: 40px;
}

.text-bold {
  font-weight: 500;
}

.text-br {
  margin: 0;
}

.form {
  margin-top: 40px;
}

.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.form-block label {
  display: block;
  width: 40%;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
}
.form-block .input-set {
  width: 100%;
}
.form-block .input-set .input {
  width: 100%;
  height: 45px;
  padding: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #101010;
  border-radius: 8px;
  font-size: 16px;
}
.form-block .input-set .input:focus {
  outline: 2px solid #00831D;
}
.form-block .input-set .input.error {
  outline: 2px solid red;
  background: #FDF2F2;
}

.form-block_block {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
.form-block_block:not(:last-child) {
  margin-bottom: 20px;
}
.form-block_block .label-set {
  margin-bottom: 10px;
}
.form-block_block .input-set .input {
  width: 100%;
  height: 45px;
  padding: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #101010;
  border-radius: 8px;
  font-size: 16px;
}
.form-block_block .input-set .input:focus {
  outline: 2px solid #00831D;
}
.form-block_block .input-set .input.error {
  outline: 2px solid red;
  background: #FDF2F2;
}

.form-block_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-block_point:not(:last-child) {
  margin-bottom: 20px;
}
.form-block_point .label-set {
  width: 210px;
}
.form-block_point .input-set .input {
  width: calc(100% - 210px);
  height: 45px;
  padding: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #101010;
  border-radius: 8px;
  font-size: 16px;
}
.form-block_point .input-set .input:focus {
  outline: 2px solid #00831D;
}

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

.input-error {
  color: #FA2D2D;
  margin: 0;
  font-size: 16px;
}

.form-error-message {
  color: red;
  border: 3px solid #FA2D2D;
  padding: 10px;
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
}

.form-attention {
  margin-bottom: 30px;
}

.form-attention__title {
  font-size: 20px;
  margin: 5px 0;
}

.form-attention__text {
  font-size: 16px;
  margin: 5px 0;
}

.history__inner {
  padding: 15px 0;
}

.explanation {
  font-size: 16px;
}

.table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
}
.table tr {
  font-size: 16px;
}
.table th {
  width: 140px;
  height: 35px;
  background: #EBEBEB;
  text-align: center;
  padding: 10px;
  white-space: nowrap;
}
.table td {
  padding: 5px;
  padding-left: 20px;
  width: calc(100% - 140px);
}
.table td span {
  margin-left: 10px;
}

.completion_attention {
  font-size: 14px;
}

header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}

.header__logo {
  margin: 10px 0;
}
.header__logo img {
  width: 200px;
}

.header-top__menu-btn a {
  border-radius: 30px;
  padding: 7px 15px;
  text-align: center;
  display: block;
  font-size: 16px;
}
.header-top__menu-btn a img {
  width: 25px;
  margin-right: 40px;
  margin-bottom: -4px;
}

.header__btn a {
  display: block;
  padding: 10px 36px;
  background: #101010;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #101010;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__btn a:hover {
  background: #fff;
  border: 2px solid #101010;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #101010;
}

.header__input {
  position: relative;
}
.header__input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #696969;
  border-radius: 30px;
  color: #fff;
  padding: 10px 30px;
  padding-left: 40px;
  font-size: 16px;
  border: 2px solid #696969;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header__input input:hover {
  background: #fff;
  border: 2px solid #696969;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #101010;
}
.header__input::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../img/batsu.png) no-repeat center/contain;
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__input:hover::before {
  background: url(../img/batsu-black.png) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.footer-fixed {
  margin-top: auto;
}

.footer__under {
  background: #FFD152;
  padding-bottom: 10px;
}

.footer__under-wrap {
  padding-top: 10px;
}

.footer-logo {
  width: 200px;
  margin: 0 auto;
}

.footer-menu {
  margin: 30px 0;
}
.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-menu ul li a {
  font-weight: 500;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
}

.menu-2 ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.payment__border {
  width: 100%;
  border: 1px solid #101010;
  border-radius: 8px;
}

.payment_select input:checked + label div {
  display: block;
}

.payment_menu:not(:first-child) {
  border-top: 1px solid #101010;
}
.payment_menu input {
  margin: 20px;
  position: relative;
}
.payment_menu input::before, .payment_menu input::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.payment_menu input::before {
  background: #fff;
  border: 1px solid #101010;
  height: 20px;
  width: 20px;
  left: 0;
}
.payment_menu input::after {
  background-color: #00831D;
  opacity: 0;
  height: 10px;
  width: 10px;
  left: 5px;
}
.payment_menu input:checked::after {
  opacity: 1;
}

.payment-method {
  font-size: 16px;
  font-weight: bold;
}

.acordion-contents {
  background: #DDFFE4;
  border-radius: 0 0 8px 8px;
  display: none;
  padding: 20px;
  border-top: 1px solid #101010;
}

.bank p {
  margin: 0;
}

.completion__table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
}
.completion__table tr {
  font-size: 16px;
}
.completion__table th {
  width: 140px;
  height: 35px;
  background: #EBEBEB;
  text-align: center;
  padding: 10px;
  white-space: nowrap;
}
.completion__table td {
  padding: 5px;
  padding-left: 20px;
  width: calc(100% - 140px);
}
.completion__table td span {
  margin-left: 10px;
}

.completion_attention {
  font-size: 16px;
}

.point-charge__table {
  margin-bottom: 20px;
}

.select-block {
  width: 100%;
}

.kind_wrap {
  width: 250px;
  margin-right: 10px;
}
.kind_wrap select {
  padding-left: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #101010;
  border-radius: 5px;
  padding: 5px;
  height: 45px;
  text-align: center;
  position: relative;
  background: url(../img/dropdown-icon.png) no-repeat right 5px center/10px 15px;
}

.kind-select {
  width: 100%;
}
.kind-select option {
  -moz-text-align-last: left;
       text-align-last: left;
}
.kind-select:focus {
  outline: 2px solid #00831D;
}
.kind-select.error {
  outline: 2px solid red;
  background-color: #FDF2F2;
}

.message-block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.message-area {
  width: 100%;
  height: 150px;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
}
.message-area:focus {
  outline: 2px solid #00831D;
}
.message-area.error {
  outline: 2px solid red;
  background: #FDF2F2;
  white-space: nowrap;
}