:root {
  --cl-bk: #111111;
  --cl-bl: #31546d;
  --cl-rd: #d00000;
  --cl-or: #f37e00;
  --cl-lor: #f7a54d;
  --cl-gn: #3cb371;
  --cl-gr-1: #666666;
  --cl-gr-2: #a0a0a0;
  --cl-gr-3: #d2d2d2;
  --cl-gr-4: #f7f7f7;
  --cl-bdr: #e2e2e2;
  --cl-link: #0f92f2;
  --ff-ja: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --ff-en: "Lato", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --base-width: 1216px;
  --child-width: 1008px;
}

body.is_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  overflow-y: scroll;
}

/*----全体設定----*/

html {
  font-size: 62.5%;
}

body {
  min-width: 1260px;
  margin: 0;
  color: var(--cl-bk);
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block-container {
  width: 1216px;
  margin: 0 auto;
}

.txt-en {
  font-family: var(--ff-en);
}

.txt-ja {
  font-family: var(--ff-ja);
}

.price {
  color: var(--cl-bk);
}

/*----ヘッドライン----*/
h1,
.h1 {
  margin: 96px 0 32px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 150%;
}

h2 {
  margin: 20px 0;
  font-size: 26px;
  font-weight: normal;
}

h3 {
  margin: 10px 0;
  font-size: 21px;
  font-weight: normal;
}

.ttl-h2-1,
.ttl-h2-2 {
  display: flex;
  flex-direction: column;
  margin: 0 0 56px;
  padding: 0;
}

.ttl-h2-1 .txt-en,
.ttl-h2-2 .txt-en {
  font-weight: 700;
  line-height: 100%;
}

.ttl-h2-1 .txt-en {
  font-size: 6.4rem;
}

.ttl-h2-2 .txt-en {
  font-size: 4.8rem;
}

.ttl-h2-1 .txt-ja,
.ttl-h2-2 .txt-ja {
  margin-top: 16px;
  font-size: 1.8rem;
  color: var(--cl-gr-2);
  font-weight: 700;
  line-height: 150%;
}

.ttl-h3-left-bdr,
.legend {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 0 16px;
  border: none;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
}

.ttl-h3-left-bdr::before,
.legend::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 24px;
  margin-top: -12px;
  background-color: var(--cl-rd);
}

/*----入力フォーム共通----*/

input,
button,
select,
textarea {
  color: var(--cl-bk);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"] {
  height: 56px;
  padding: 0 24px;
  border: 1px solid var(--cl-gr-3);
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1.6rem;
  transition: border-color 0.1s;
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="number"]:hover {
  border: 1px solid var(--cl-gr-3);
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="number"]:focus {
  border-color: var(--cl-bk);
}

select,
textarea {
  border: 1px solid var(--cl-gr-3);
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
}

select {
  height: 56px;
  padding: 0 32px 0 16px;
  background-image: url(../../img/usr/common/arw_select.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
}

select:hover {
  border: 1px solid var(--cl-gr-3);
  opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type="checkbox"]:has(+ label),
label input[type="checkbox"],
input[type="radio"]:has(+ label),
label input[type="radio"] {
  display: none;
}

input[type="checkbox"] + label,
label:has(input[type="checkbox"]),
input[type="radio"] + label,
label:has(input[type="radio"]) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  min-height: 24px;
  margin-bottom: 5px;
  padding-left: 36px;
  font-size: 1.6rem;
  cursor: pointer;
}

input[type="checkbox"] + label::before,
label:has(input[type="checkbox"])::before,
input[type="radio"] + label::before,
label:has(input[type="radio"])::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../../img/usr/common/icon_cb_off.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.12s;
}

input[type="radio"] + label::before,
label:has(input[type="radio"])::before {
  background-image: url(../../img/usr/common/icon_rd_off.png);
}

input[type="checkbox"]:checked + label::before,
label:has(input[type="checkbox"]:checked)::before {
  background-image: url(../../img/usr/common/icon_cb_on.png);
}

input[type="radio"]:checked + label::before,
label:has(input[type="radio"]:checked)::before {
  background-image: url(../../img/usr/common/icon_rd_on.png);
}

/*----リンク----*/

a {
  color: var(--cl-link);
  text-decoration: underline;
  transition: 0.3s opacity ease;
}

a:hover {
  opacity: 1;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*----入力フォームボタン----*/

.action-buttons {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.action {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.action + .action {
  margin-left: 32px;
}

.action .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 64px;
  margin-top: 0;
  padding: 12px 8px;
  font-size: 1.6rem;
  border-bottom-width: 1px;
  min-width: 160px;
  font-weight: 700;
}

/*----ボタン----*/

.btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 10px;
  border-radius: 4px;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.disabled:active,
.btn[disabled]:active {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity = 65);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.disabled:before,
.btn.disabled:after,
.btn[disabled]:before,
.btn[disabled]:after,
.btn.disabled:hover:before,
.btn.disabled:hover:after,
.btn[disabled]:hover:before,
.btn[disabled]:hover:after,
.btn.disabled:active:before,
.btn.disabled:active:after,
.btn[disabled]:active:before,
.btn[disabled]:active:after {
  content: none;
}

.btn-default {
  border: none;
  background-color: var(--cl-gr-4);
  color: var(--cl-bk);
  text-decoration: none;
  transition: background-color 0.3s;
}

.btn-default:hover {
  background-color: var(--cl-bdr);
}

.btn-primary {
  border: solid 1px var(--cl-gr-1);
  background-color: #ffffff;
  color: var(--cl-bk);
  text-decoration: none;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}

.btn-primary:hover {
  border-color: var(--cl-link);
  background-color: var(--cl-link);
  color: #ffffff;
}

.btn-secondary {
  border: none;
  background-color: var(--cl-gr-4);
  color: var(--cl-bk);
  text-decoration: none;
  transition: background-color 0.3s;
}

.btn-secondary:hover {
  background-color: var(--cl-bdr);
}

.btn-danger {
  border: none;
  background-color: var(--cl-gr-3);
  color: var(--cl-bk);
  text-decoration: none;
  transition: background-color 0.3s;
}

.btn-danger:hover {
  background-color: var(--cl-bdr);
}

/*----横型入力フォーム----*/

.fieldset {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.fieldset .form-group {
  display: table;
  width: 100%;
  border-top: none;
}

.fieldset .form-group:last-child {
  border-bottom: none;
}

.fieldset .form-label,
.fieldset .constraint,
.fieldset .form-control {
  display: table-cell;
}

.fieldset .form-label {
  width: 196px;
  padding: 16px 0;
  text-align: left;
  background: #ffffff;
}

.fieldset .form-label label {
  font-size: 1.8rem;
  font-weight: 700;
}

.block-order-method--sales-append-content {
  .fieldset .form-label label {
    padding-left: 16px;
  }
}

.fieldset .constraint {
  width: 100px;
  padding: 0;
  background: #ffffff;
}

.fieldset .form-control {
  width: calc(100% - 296px);
  padding: 16px 0;
}

/*----入力支援----*/

.form-error,
.count-msg {
  display: block;
  position: relative;
  margin-top: 8px;
  color: var(--cl-rd);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
}

.form-control .form-error,
.count-msg {
  padding-left: 26px;
}

.count-msg {
  padding-left: 22px;
  font-size: 1.4rem;
}

.form-control .form-error::before,
.count-msg::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url(../../img/usr/common/icon_caution.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.count-msg::before {
  top: 2px;
}

/*
.required:after {
  content: "必須"; 
  display: inline-block;
  width: 52px;
  height: 24px;
  padding: 0;
  border-radius: 4px;
  background-color: var(--cl-rd);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  vertical-align: baseline;
  white-space: nowrap;
}
*/
/*---- shutto翻訳対応 ----*/
.required {
  display: inline-block;
  height: 24px;
  padding: 0 15px;
  border-radius: 4px;
  background-color: var(--cl-rd);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  vertical-align: baseline;
  white-space: nowrap;
}

.help-block {
  display: block;
  color: var(--cl-gr-1);
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 150%;
}

.count-msg-another {
  display: block;
  margin-top: 8px;
  color: var(--cl-gr-1);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
}

/*fade image in after load*/
.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
