/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

html {
  font-family: "Noto Sans JP", "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, sans-serif;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, sans-serif;
  background-image: url("images/background_opt.png");
  background-repeat: repeat;
}
body.fixed {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: 100%;
}

picture {
  width: 100%;
  height: 100%;
  display: block;
}

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

@keyframes scroll-lead {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeToRight {
  0% {
    opacity: 0;
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes transitionToTop {
  from {
    opacity: 0;
    transform: translate3d(0, 140%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px) scale(0.5);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  10% {
    opacity: 1;
    transform: rotateZ(8deg);
  }
  20% {
    opacity: 1;
    transform: rotateZ(-8deg);
  }
  30% {
    opacity: 1;
    transform: rotateZ(8deg);
  }
  40% {
    opacity: 1;
    transform: rotateZ(-8deg);
  }
  50% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  100% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
@keyframes snowanime01 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes snowanime02 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes snowanime03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes snowanime04 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes snowanime05 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes snowanime06 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollHorizon {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes vibration {
  0% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  10% {
    opacity: 1;
    transform: rotateZ(12deg);
  }
  20% {
    opacity: 1;
    transform: rotateZ(-12deg);
  }
  30% {
    opacity: 1;
    transform: rotateZ(12deg);
  }
  40% {
    opacity: 1;
    transform: rotateZ(-12deg);
  }
  50% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  100% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
.header {
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  border-bottom: solid 1px #cccccc;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media only screen and (max-width: 560px) {
  .header {
    height: 60px;
  }
}
.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.titleLogo {
  width: 100px;
  aspect-ratio: 100/32;
}
.titleLogo img {
  height: auto;
}
.hero .titleLogo {
  margin-top: 20px;
}

.hero {
  width: 100%;
  height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
}
@media only screen and (max-width: 560px) {
  .hero {
    height: 300px;
  }
}
.hero__title {
  text-align: center;
  font-family: "Kaisei Tokumin", serif;
  font-size: clamp(1.125rem, 0.9485rem + 0.8824vw, 1.5rem);
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.container {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .container {
    width: 94%;
  }
}
@media only screen and (max-width: 856px) {
  .container {
    width: 92.523364486%;
  }
}

.footer {
  width: 100%;
  padding: 100px 0 16px;
  text-align: center;
}
.footer__copyright {
  font-size: 12px;
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.btn_grad_orange {
  padding: 5px 20px;
  border-radius: 100vh;
  background: linear-gradient(to Bottom, #FF8855, #FF611E);
  position: relative;
  filter: brightness(100%);
  transition: filter 0.3s ease;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.btn_grad_orange:hover {
  filter: brightness(110%);
  transition: filter 0.3s ease;
}
.btn_color_grey {
  padding: 5px 20px;
  border-radius: 100vh;
  background-color: #cccccc;
  position: relative;
  transition: filter 0.3s ease;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.btn_color_grey:hover {
  background-color: #333333;
  transition: background-color 0.3s ease;
}

.form {
  background-color: #ffffff;
  padding: 60px 40px 80px 40px;
  margin-top: -80px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 856px) {
  .form {
    padding: 30px 20px 60px 20px;
  }
}
.form__description {
  text-align: center;
  margin-top: clamp(1.25rem, 0.6618rem + 2.9412vw, 2.5rem);
  font-size: clamp(0.875rem, 0.8162rem + 0.2941vw, 1rem);
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.formFlow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.formFlow__item {
  width: clamp(3.75rem, 3.1618rem + 2.9412vw, 5rem);
  height: clamp(3.75rem, 3.1618rem + 2.9412vw, 5rem);
  background-color: #ffffff;
  border: solid 2px #cccccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 100%;
  text-align: center;
  font-size: clamp(0.75rem, 0.6324rem + 0.5882vw, 1rem);
  color: #cccccc;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
.formFlow__item.active {
  background-color: #000000;
  border: none;
  color: #ffffff;
}
.formFlow .line {
  display: inline-block;
  width: clamp(1.25rem, -0.5147rem + 8.8235vw, 5rem);
  height: 2px;
  background-color: #cccccc;
}

.mw_wp_form {
  margin-top: clamp(1.875rem, 0.9926rem + 4.4118vw, 3.75rem);
}

.formItem {
  display: block;
  border-bottom: solid 1px #cccccc;
}
.formItem__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
  font-family: "Kaisei Tokumin", serif;
  font-size: clamp(1.125rem, 0.9485rem + 0.8824vw, 1.5rem);
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.formItem__title span {
  display: inline-block;
  width: clamp(1.25rem, 0.6618rem + 2.9412vw, 2.5rem);
  height: 2px;
  background-color: #cccccc;
  position: relative;
}
.formItem__title span:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cccccc;
  transform: rotateZ(90deg);
  transition: transform 0.4s ease-in-out;
}
.is-opened .formItem__title span:before {
  transform: rotateZ(0);
  transition: transform 0.4s ease-in-out;
}
.userInfo .formItem__title {
  padding: 10px 0;
  border-bottom: solid 1px #cccccc;
}
.formItem summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.formItem__body {
  overflow: hidden;
}
.formItem__inner {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.formItem.userInfo {
  margin-top: 50px;
  border-bottom: none;
}

.formInput {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  gap: 16px;
}
.formInput__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.formInput__label .hissu {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding: 5px 14px;
  background-color: #ff4747;
  border-radius: 6px;
}
.formconfirm .formInput__label .hissu {
  display: none;
}
.formInput__label .nini {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding: 5px 14px;
  background-color: #333333;
  border-radius: 6px;
}
.formconfirm .formInput__label .nini {
  display: none;
}
.formInput .colorpick-eyedropper-input-trigger {
  display: none;
}
.formInput .caption {
  font-size: 12px;
  color: #ff4747;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: -11px;
}
.formInput .caption_black {
  font-size: 12px;
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.formconfirm .formInput .caption_black {
  display: none;
}

.input__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 856px) {
  .input__wrap {
    gap: 16px;
  }
}

input[type=text] {
  width: 100%;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 10px;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
input[type=text]::-moz-placeholder {
  color: #cccccc;
}
input[type=text]::placeholder {
  color: #cccccc;
}
input[type=text]#colorCode, input[type=text].small {
  width: 220px !important;
}

input[type=tel] {
  width: 100%;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 10px;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
input[type=tel]::-moz-placeholder {
  color: #cccccc;
}
input[type=tel]::placeholder {
  color: #cccccc;
}
input[type=tel]#colorCode, input[type=tel].amount {
  width: 220px !important;
}

input[type=email] {
  width: 100%;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 10px;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
input[type=email]::-moz-placeholder {
  color: #cccccc;
}
input[type=email]::placeholder {
  color: #cccccc;
}
input[type=email]#colorCode, input[type=email].amount {
  width: 220px !important;
}

textarea {
  width: 100%;
  max-width: 100%;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 10px;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
textarea::-moz-placeholder {
  color: #cccccc;
}
textarea::placeholder {
  color: #cccccc;
}
textarea#colorCode, textarea.amount {
  width: 220px !important;
}

input[type=color] {
  width: 44px;
  height: 44px;
  border: solid 1px #000000;
  cursor: pointer;
}
.formconfirm input[type=color] {
  display: none;
}

.radioBtn .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mwform-radio-field {
  display: block;
  padding: 8px 0;
}

input[type=radio].btnHidden {
  display: none;
}
input[type=radio].btnHidden:checked + span {
  color: #2ca6e0;
}
input[type=radio].btnHidden:checked + span:after {
  opacity: 1;
}

.mwform-radio-field-text {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 25px;
  display: inline-block;
  position: relative;
}
.mwform-radio-field-text:after, .mwform-radio-field-text:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #cccccc;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #ffffff;
}
.mwform-radio-field-text:after {
  opacity: 0;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border: none;
  background-color: #2ca6e0;
}

button.colorCheck {
  width: 154px;
  height: 44px;
  background-color: #cccccc;
  text-align: center;
  border: solid 1px #000000;
}
.formconfirm button.colorCheck {
  display: none;
}

select {
  width: 100%;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 10px;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
select::-moz-placeholder {
  color: #cccccc;
}
select::placeholder {
  color: #cccccc;
}

.formSubmit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
}
@media only screen and (max-width: 856px) {
  .formSubmit {
    flex-direction: column;
  }
}

[type=submit] {
  width: clamp(17.5rem, 16.0294rem + 7.3529vw, 20.625rem);
  max-width: 100%;
  height: 60px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 6px;
  filter: brightness(100%);
  transition: filter 0.3s ease;
}
[type=submit]:hover {
  filter: brightness(120%);
  transition: filter 0.3s ease;
}
[type=submit].confirm {
  background-color: #ff8c21;
}
[type=submit].back {
  background-color: #333333;
}

.box {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  padding: 2rem;
}

.modal {
  display: none;
}
.modal__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal__container {
  max-width: 1000px;
  max-height: 100vh;
  overflow-y: auto;
}
@media only screen and (max-width: 1000px) {
  .modal__container {
    max-width: 94%;
  }
}
.modal .close_btn {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal .close_btn span {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 100vh;
  display: block;
}
.modal .close_btn span:first-child {
  transform-origin: center;
  transform: translateY(2px) rotateZ(-45deg);
}
.modal .close_btn span:last-child {
  transform-origin: center;
  transform: rotateZ(45deg);
}

.modal.is-open {
  display: block;
}

.marginCenter {
  margin: 0 auto;
}

.mt-10 {
  margin-top: 10px;
}
@media only screen and (max-width: 1000px) {
  .mt-10 {
    margin-top: 1rem;
  }
}

.mt-20 {
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
  .mt-20 {
    margin-top: 2rem;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) {
  .mt-30 {
    margin-top: 3rem;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1000px) {
  .mt-40 {
    margin-top: 4rem;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media only screen and (max-width: 1000px) {
  .mt-50 {
    margin-top: 5rem;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media only screen and (max-width: 1000px) {
  .mt-60 {
    margin-top: 6rem;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media only screen and (max-width: 1000px) {
  .mt-70 {
    margin-top: 7rem;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media only screen and (max-width: 1000px) {
  .mt-80 {
    margin-top: 8rem;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media only screen and (max-width: 1000px) {
  .mt-100 {
    margin-top: 10rem;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media only screen and (max-width: 1000px) {
  .mt-120 {
    margin-top: 12rem;
  }
}

.mt-160 {
  margin-top: 160px;
}
@media only screen and (max-width: 1000px) {
  .mt-160 {
    margin-top: 16rem;
  }
}

.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.justify-start {
  justify-content: flex-start;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-spaceBetween {
  justify-content: space-between;
}
.flex.align-center {
  align-items: center;
}
.flex.align-start {
  align-items: flex-start;
}
.flex.align-end {
  align-items: flex-end;
}

@media only screen and (max-width: 856px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media only screen and (max-width: 856px) {
  .br-tab {
    display: block;
  }
}

.br-small {
  display: none;
}
@media only screen and (max-width: 560px) {
  .br-small {
    display: block;
  }
}

.text-box {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
.text-box_lh_150 {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 1000px) {
  .text-box_lh_150 {
    font-size: 1.6rem;
  }
}

.lh_100 {
  line-height: 1 !important;
}

.lh_150 {
  line-height: 1.5 !important;
}

.lh_200 {
  line-height: 2 !important;
}

.text_color_black {
  color: #000000 !important;
}

.text_color_white {
  color: #ffffff !important;
}

.text_color_orange {
  color: #ff8c21 !important;
}

.font_size150 {
  font-size: 150%;
}

.font_size200 {
  font-size: 200%;
}

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

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

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

.text_uppercase {
  text-transform: uppercase;
}

@media only screen and (max-width: 856px) {
  .tab-hidden {
    display: none;
  }
}
