html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  html,
  body {
    margin: 0;
  }

  body {
    -webkit-print-color-adjust: exact;
  }

  body .header-common,
  body .button-header-burger {
    position: absolute !important;
  }

  @page {
    margin: 0;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  transition: opacity 0.3s ease;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.viewport::before {
  content: "";
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.06rem solid #000;
  pointer-events: none;
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

@media print, (min-width: 768px) {
  html {
    font-size: 7.3206442167vw;
  }

  html.is-frozen {
    overflow-y: scroll;
  }

  body {
    font-size: 0.14rem;
  }

  main {
    padding-top: 0.8rem;
  }

  .wrapper {
    width: calc(100% - 0.6rem);
    max-width: 9.28rem;
    margin-right: auto;
    margin-left: auto;
  }

  .sm {
    display: none !important;
  }
}

@media print, (min-width: 768px) and (max-width: 1365.98px) {
  main {
    padding-top: 80px;
  }

  .viewport::before {
    border: 6px solid #000;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 25vw;
  }

  body {
    font-size: 0.14rem;
  }

  main {
    padding-top: 0.69rem;
  }

  .viewport {
    min-width: 320px;
  }

  .wrapper {
    padding-right: 0.32rem;
    padding-left: 0.32rem;
  }

  .md {
    display: none !important;
  }
}

.button-header-burger {
  position: fixed;
  z-index: 10003;
  top: 0;
  right: 0;
  background-color: #000;
  cursor: pointer;
}

.button-header-burger.is-active .button-line:nth-child(1),
.button-header-burger.is-active .button-line:nth-child(3) {
  top: 50%;
}

.button-header-burger.is-active .button-line:nth-child(1) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.button-header-burger.is-active .button-line:nth-child(2) {
  opacity: 0;
}

.button-header-burger.is-active .button-line:nth-child(3) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.button-header-burger .button-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.button-header-burger .button-line {
  position: absolute;
  background-color: #fff;
}

.button-header-burger .button-line:nth-child(2) {
  top: 50%;
}

@media print, (min-width: 768px) {
  .button-header-burger {
    width: 0.8rem;
    height: 0.8rem;
  }

  .button-header-burger.is-active .button-wrapper {
    right: -1px;
  }

  .button-header-burger.is-active .button-line {
    right: 0.175rem;
    left: 0.175rem;
    height: 5px;
    margin-top: -2.5px;
  }

  .button-header-burger .button-line {
    right: 0.21rem;
    left: 0.21rem;
    height: 4px;
    margin-top: -2px;
  }

  .button-header-burger .button-line:nth-child(1) {
    top: 36%;
  }

  .button-header-burger .button-line:nth-child(3) {
    top: 64%;
  }
}

@media print, (min-width: 768px) and (max-width: 1365.98px) {
  .button-header-burger {
    width: 80px;
    height: 80px;
  }

  .button-header-burger.is-active .button-line {
    right: 19px;
    left: 19px;
  }

  .button-header-burger .button-line:nth-child(1),
  .button-header-burger .button-line:nth-child(2),
  .button-header-burger .button-line:nth-child(3) {
    right: 21px;
    left: 21px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    width: 0.69rem;
    height: 0.69rem;
  }

  .button-header-burger.is-active .button-line {
    right: 0.115rem;
    left: 0.115rem;
  }

  .button-header-burger .button-line {
    right: 0.16rem;
    left: 0.16rem;
    height: 5px;
    margin-top: -2.5px;
  }

  .button-header-burger .button-line:nth-child(1) {
    top: 32%;
  }

  .button-header-burger .button-line:nth-child(3) {
    top: 68%;
  }
}

.list-header-navigation .list-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-header-navigation .item-label {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: color 0.3s ease;
  color: #000;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.list-header-navigation .item-label:hover::after {
  width: 100%;
}

.list-header-navigation .item-label::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: width 0.3s ease;
  background-color: #000;
}

.list-header-navigation .item-label.is-color-highlight {
  background-color: #ff4500;
}

.list-header-navigation .item-label.is-color-highlight:hover {
  color: #ff4500;
}

.list-header-navigation .item-label.is-brown {
  background-color: #bfa98e;
}

.list-header-navigation .item-label.is-brown:hover {
  color: #bfa98e;
}

.list-header-navigation .item-label.is-lightbrown {
  background-color: #dbd3c8;
}

.list-header-navigation .item-label.is-lightbrown:hover {
  color: #dbd3c8;
}

.list-header-navigation .label-wrapper {
  display: block;
  position: relative;
  z-index: 1;
}

@media print, (min-width: 768px) {
  .list-header-navigation {
    position: absolute;
    top: 0;
    right: 0.8rem;
    height: 100%;
  }

  .list-header-navigation .list-wrapper,
  .list-header-navigation .list-item,
  .list-header-navigation .item-label {
    height: 100%;
  }

  .list-header-navigation .list-item {
    border-left: 2px solid #000;
  }

  .list-header-navigation .item-label {
    min-width: 1.59rem;
    padding: 0.16rem 0.1rem 0.1rem;
    font-size: 0.2rem;
  }
}

@media print, (min-width: 768px) and (max-width: 1365.98px) {
  .list-header-navigation {
    right: 80px;
  }

  .list-header-navigation .item-label {
    min-width: 159px;
    padding: 16px 10px 10px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-header-navigation {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 2px solid #000;
    background-color: #dbd8d4;
  }

  .list-header-navigation .list-item {
    width: 33.3333333333%;
  }

  .list-header-navigation .list-item:first-child .item-label {
    padding-left: 0.11rem;
  }

  .list-header-navigation .list-item:last-child .item-label {
    padding-right: 0.11rem;
  }

  .list-header-navigation .list-item:not(:last-child) {
    border-right: 2px solid #000;
  }

  .list-header-navigation .item-label {
    min-height: 0.66rem;
    padding: 0.1rem 0.05rem 0.16rem;
    font-size: 0.18rem;
  }
}

.list-header-menu {
  margin: 0;
  padding: 0;
  letter-spacing: 0.04em;
  list-style: none;
}

.list-header-menu .list-item {
  display: -ms-flexbox;
  display: flex;
}

.list-header-menu .item-label {
  display: block;
  position: relative;
  color: #fff;
}

.list-header-menu .label-english,
.list-header-menu .label-japanese {
  display: block;
  position: relative;
}

.list-header-menu .label-english::after,
.list-header-menu .label-japanese::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: auto;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transition: width 0.36s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #000;
}

.list-header-menu .label-english {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  line-height: 1;
}

.list-header-menu .label-japanese {
  font-size: 0.2rem;
  font-weight: 900;
}

@media print, (min-width: 768px) {
  .list-header-menu .list-item:not(:last-child) {
    margin-bottom: 0.33rem;
  }

  .list-header-menu .label-english {
    margin-top: -0.06rem;
    margin-bottom: -2px;
    font-size: 0.39rem;
  }
}

@media print, (min-width: 768px) and (max-width: 1365.98px) {
  .list-header-menu .list-item:not(:last-child) {
    margin-bottom: 33px;
  }

  .list-header-menu .label-english {
    margin-top: -6px;
    margin-bottom: -2px;
    font-size: 39px;
  }

  .list-header-menu .label-japanese {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-header-menu .list-item:not(:last-child) {
    margin-bottom: 0.29rem;
  }

  .list-header-menu .label-english {
    margin-top: -0.06rem;
    margin-bottom: -1px;
    font-size: 0.33rem;
  }
}

.list-header-sns {
  position: relative;
}

.list-header-sns::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: auto;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transition: width 0.36s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #000;
}

.list-header-sns img {
  display: block;
  width: 100%;
}

.list-header-sns .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-header-sns .item-icon {
  display: block;
}

@media print, (min-width: 768px) {
  .list-header-sns {
    margin-right: -4px;
    margin-left: -4px;
  }

  .list-header-sns .list-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.05rem;
  }

  .list-header-sns .list-item {
    margin: 0.05rem;
  }

  .list-header-sns .item-icon {
    width: 0.5rem;
  }
}

@media print, (min-width: 768px) and (max-width: 1365.98px) {
  .list-header-sns {
    margin-right: -4px;
    margin-left: -4px;
  }

  .list-header-sns .list-wrapper {
    margin: -5px;
  }

  .list-header-sns .list-item {
    margin: 5px;
  }

  .list-header-sns .item-icon {
    width: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-header-sns {
    margin-right: -1px;
    margin-left: -1px;
  }

  .list-header-sns .list-item:not(:last-child) {
    margin-bottom: 0.12rem;
  }

  .list-header-sns .item-icon {
    width: 0.4rem;
  }
}

.header-common {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 2px solid #000;
}

@media print, (min-width: 768px) {
  .header-common {
    height: 0.8rem;
    background-color: #dbd8d4;
  }
}

@media print, (min-width: 768px) and (max-width: 1365.98px) {
  .header-common {
    height: 80px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-common {
    height: 0.69rem;
    background-color: #dbd3c8;
  }
}

.header-logo {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 10004;
  top: 0;
  bottom: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
}

.header-logo a,
.header-logo img {
  display: block;
  width: 100%;
}

@media print, (min-width: 768px) {
  .header-logo {
    left: 0.32rem;
    width: 1.56rem;
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
  }
}

@media print, (min-width: 768px) and (max-width: 1365.98px) {
  .header-logo {
    left: 32px;
    width: 156px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

@media print, (min-width: 768px) and (max-width: 1239.98px) {
  .header-logo {
    padding-top: 16px;
  }
}

@media print, (min-width: 768px) and (max-width: 1079.98px) {
  .header-logo {
    width: 130px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-logo {
    left: 0.2rem;
    width: 1.4rem;
    padding-top: 0.12rem;
    padding-bottom: 0.1rem;
  }
}

.header-navigation {
  position: fixed;
  z-index: 10002;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(100%, 0, 0);
  background-color: #000;
  pointer-events: none;
}

.header-navigation.is-ready {
  transition: transform 0.46s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header-navigation.is-active {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.header-navigation.is-active .list-header-menu .label-english::after,
.header-navigation.is-active .list-header-menu .label-japanese::after {
  right: -1px;
  left: auto;
  width: 0;
  transition-delay: 0.31s;
}

.header-navigation.is-active .list-header-sns::after,
.header-navigation.is-active .contact-logo::after {
  right: -1px;
  left: auto;
  width: 0;
  transition-delay: 0.31s;
}

.header-navigation img {
  display: block;
  width: 100%;
}

.header-navigation .navigation-viewport {
  height: 100%;
  overflow-y: auto;
}

.header-navigation .navigation-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}

.header-navigation .contact-logo {
  display: block;
  position: relative;
}

.header-navigation .contact-logo::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: auto;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transition: width 0.36s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #000;
}

@media print, (min-width: 768px) {
  .header-navigation {
    left: 3.23rem;
    padding-top: 0.7rem;
  }

  .header-navigation .navigation-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    padding: 0.1rem 0.32rem 0.8rem 1.84rem;
  }

  .header-navigation .navigation-menu {
    -ms-flex: 1 1 0;
        flex: 1 1 0;
  }

  .header-navigation .navigation-contact {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 3.67rem;
    margin-left: 0.32rem;
  }

  .header-navigation .contact-logo {
    width: 2.6rem;
    margin-top: 0.23rem;
    margin-bottom: -0.04rem;
  }
}

@media print, (min-width: 768px) and (max-width: 1365.98px) {
  .header-navigation {
    padding-top: 70px;
  }

  .header-navigation .navigation-wrapper {
    display: block;
    padding: 10px 32px 80px 184px;
  }

  .header-navigation .navigation-contact {
    width: auto;
    margin-top: 60px;
    margin-left: 0;
  }

  .header-navigation .contact-logo {
    width: 260px;
    margin-top: 23px;
    margin-bottom: -4px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-navigation {
    left: 12%;
    padding-top: 0.59rem;
  }

  .header-navigation .navigation-wrapper {
    padding: 0.1rem 0.32rem 0.32rem;
  }

  .header-navigation .navigation-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 0.38rem;
  }

  .header-navigation .contact-logo {
    width: 61.1111111111%;
    margin-bottom: 0.04rem;
  }
}

.header-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.header-mask.is-active {
  pointer-events: auto;
}

.list-footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-footer-contact .list-item {
  position: relative;
}

.list-footer-contact .item-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: color 0.3s ease;
  border: 0.05rem solid #000;
  background-color: #fff;
  text-decoration: none;
}

.list-footer-contact .item-button:hover {
  color: #fff;
}

.list-footer-contact .item-button:hover::after {
  width: 100%;
}

.list-footer-contact .item-button:hover .button-icon::before {
  opacity: 0;
}

.list-footer-contact .item-button:hover .button-icon::after {
  opacity: 1;
}

.list-footer-contact .item-button::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: width 0.3s ease;
  background-color: #000;
}

.list-footer-contact .item-button.is-phone {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.list-footer-contact .item-button.is-phone .button-icon {
  width: 0.34rem;
  height: 0.27rem;
}

.list-footer-contact .item-button.is-phone .button-icon::before {
  background-image: url("../img/common/icon_contact_01.svg");
}

.list-footer-contact .item-button.is-phone .button-icon::after {
  background-image: url("../img/common/icon_contact_01_white.svg");
}

.list-footer-contact .item-button.is-mail {
  font-weight: 900;
}

.list-footer-contact .item-button.is-mail .button-icon {
  width: 0.33rem;
  height: 0.27rem;
}

.list-footer-contact .item-button.is-mail .button-icon::before {
  background-image: url("../img/common/icon_contact_02.svg");
}

.list-footer-contact .item-button.is-mail .button-icon::after {
  background-image: url("../img/common/icon_contact_02_white.svg");
}

.list-footer-contact .item-button .button-icon {
  display: block;
  position: relative;
}

.list-footer-contact .item-button .button-icon::before,
.list-footer-contact .item-button .button-icon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  transition: opacity 0.3s ease;
  background-repeat: no-repeat;
  background-size: contain;
}

.list-footer-contact .item-button .button-icon::before {
  opacity: 1;
}

.list-footer-contact .item-button .button-icon::after {
  opacity: 0;
}

.list-footer-contact .item-button .button-wrapper {
  display: block;
  position: relative;
  z-index: 1;
  top: -1px;
}

@media print, (min-width: 768px) {
  .list-footer-contact .list-item:not(:last-child) {
    margin-bottom: 0.16rem;
  }

  .list-footer-contact .item-button {
    min-height: 0.96rem;
    padding: 0.1rem;
    font-size: 0.24rem;
  }

  .list-footer-contact .item-button.is-phone {
    font-size: 0.28rem;
    letter-spacing: 0.04em;
  }

  .list-footer-contact .item-button.is-mail {
    font-size: 0.24rem;
    letter-spacing: 0.047em;
  }

  .list-footer-contact .item-button.is-mail .button-icon {
    top: 2px;
    margin-right: 0.07rem;
  }

  .list-footer-contact .item-button.is-mail .button-wrapper {
    top: -1px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-footer-contact .list-item:not(:last-child) {
    margin-bottom: 0.16rem;
  }

  .list-footer-contact .item-button {
    min-height: 0.8rem;
    padding: 0.05rem;
    letter-spacing: 0.01rem;
  }

  .list-footer-contact .item-button.is-phone {
    font-size: 0.28rem;
  }

  .list-footer-contact .item-button.is-mail {
    font-size: 0.24rem;
  }

  .list-footer-contact .item-button.is-mail .button-icon {
    margin-right: 0.06rem;
  }
}

.list-footer-menu {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 2;
}

.list-footer-menu .list-column {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-footer-menu .list-item {
  display: -ms-flexbox;
  display: flex;
}

.list-footer-menu .item-label {
  display: block;
  color: #fff;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .list-footer-menu {
    letter-spacing: 0.08em;
  }

  .list-footer-menu .list-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.15rem;
  }

  .list-footer-menu .list-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 0.23rem 0.15rem 0.08rem;
  }

  .list-footer-menu .list-column:nth-child(2n-1) {
    min-width: 2.9rem;
  }

  .list-footer-menu .list-item:not(:last-child) {
    margin-bottom: 0.21rem;
  }

  .list-footer-menu .list-item.is-sns {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-align: end;
        align-items: flex-end;
  }

  .list-footer-menu .item-label {
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-footer-menu {
    letter-spacing: 0.04em;
  }

  .list-footer-menu .list-item:not(:last-child) {
    margin-bottom: 0.06rem;
  }
}

@media print, (min-width: 768px) {
  .list-footer-sticky {
    z-index: 9999;
    left: 0.32rem;
    transition: opacity 0.3s ease;
    opacity: 0;
  }

  .list-footer-sticky.is-ready {
    opacity: 1;
  }

  .list-footer-sticky.is-active {
    position: fixed;
    bottom: 0.3rem;
  }

  .list-footer-sticky:not(.is-active) {
    position: absolute;
    bottom: calc(100% + 0.3rem);
  }

  .list-footer-sticky .list-item:not(:last-child) {
    margin-bottom: 0.1rem;
  }

  .list-footer-sticky .item-icon {
    width: 0.3rem;
  }

  .list-footer-sticky img {
    display: block;
    width: 100%;
  }

  .list-footer-sticky .list-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .list-footer-sticky .item-icon {
    display: block;
  }
}

@media print, (min-width: 768px) and (max-width: 1365.98px) {
  .list-footer-sticky.is-outside {
    bottom: 30px;
    left: 32px;
  }

  .list-footer-sticky.is-outside .list-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .list-footer-sticky.is-outside .item-icon {
    width: 30px;
  }
}

.list-footer-sns {
  margin-right: -4px;
  margin-bottom: -0.07rem;
  margin-left: -4px;
}

.list-footer-sns ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  margin-right: -0.11rem;
  padding: 0;
  list-style: none;
}

.list-footer-sns li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 0.11rem;
}

.list-footer-sns a {
  display: block;
  width: 0.54rem;
}

.list-footer-sns img {
  display: block;
  width: 100%;
}

@media print, (min-width: 768px) {
  .list-footer-sns {
    margin-top: -4px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-footer-sns {
    margin-top: 0.09rem;
  }
}

.footer-contact {
  position: relative;
  background-color: #bfa98e;
}

.footer-contact .item-button {
  color: #000;
  font-weight: 700;
}

.footer-contact .info-title,
.footer-contact .info-detail {
  margin: 0;
  padding: 0;
}

.footer-contact .info-title .title-english,
.footer-contact .info-title .title-japanese {
  display: block;
}

.footer-contact .info-title .title-english {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.footer-contact .info-title .title-japanese {
  font-weight: 700;
}

.footer-contact .info-detail {
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}

@media print, (min-width: 768px) {
  .footer-contact {
    height: 5.27rem;
  }

  .footer-contact .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .footer-contact .contact-info {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-top: -0.24rem;
    margin-right: 0.3rem;
  }

  .footer-contact .info-title {
    margin-bottom: 0.41rem;
    font-size: 0.2rem;
  }

  .footer-contact .info-title .title-english {
    margin-bottom: -4px;
    font-size: 0.67rem;
    letter-spacing: 0.04em;
  }

  .footer-contact .info-detail {
    letter-spacing: 0.007rem;
  }

  .footer-contact .list-footer-contact {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 4.48rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer-contact .wrapper {
    padding: 0.75rem 0.32rem 0.8rem;
  }

  .footer-contact .info-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 0.35rem;
    letter-spacing: 1px;
  }

  .footer-contact .info-title,
  .footer-contact .info-detail {
    font-size: 0.2rem;
  }

  .footer-contact .info-detail {
    margin-bottom: 0.25rem;
    letter-spacing: 0.006rem;
  }

  .footer-contact .info-title .title-english {
    margin-bottom: -1px;
    font-size: 0.5rem;
  }
}

.footer-navigation {
  position: relative;
  background-color: #272727;
}

.footer-navigation img {
  display: block;
  width: 100%;
}

.footer-navigation .navigation-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  color: #fff;
  font-weight: 700;
}

.footer-navigation .navigation-contact a {
  color: #fff;
}

.footer-navigation .contact-logo {
  display: block;
}

.footer-navigation .contact-info {
  margin: 0;
  padding: 0;
}

.footer-navigation .contact-address,
.footer-navigation .contact-info {
  font-size: 0.18rem;
  letter-spacing: 0.04em;
}

@media print, (min-width: 768px) {
  .footer-navigation {
    padding-top: 1.55rem;
    padding-bottom: 1.35rem;
  }

  .footer-navigation .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .footer-navigation .contact-logo {
    width: 2.09rem;
    margin-top: 0.27rem;
    margin-bottom: 0.23rem;
  }

  .footer-navigation .contact-address,
  .footer-navigation .contact-info {
    line-height: 2.2;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer-navigation {
    padding-top: 0.8rem;
    padding-bottom: 0.92rem;
  }

  .footer-navigation .list-footer-menu {
    margin-bottom: 0.52rem;
  }

  .footer-navigation .contact-logo {
    width: 2.09rem;
    margin-bottom: 0.22rem;
  }

  .footer-navigation .contact-address {
    margin-bottom: 0;
  }

  .footer-navigation .contact-address,
  .footer-navigation .contact-info {
    line-height: 1.7777777778;
  }

  .footer-navigation .contact-info {
    margin-right: -0.2rem;
  }
}

.button-common-press {
  display: block;
  position: relative;
  padding-right: 0.06rem;
  padding-bottom: 0.06rem;
  color: #000;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-common-press:hover::before,
.button-common-press:hover::after {
  -ms-transform: translate(0.06rem, 0.06rem);
      transform: translate(0.06rem, 0.06rem);
  transition: opacity 0s 0.3s ease, transform 0.3s ease;
  opacity: 0;
}

.button-common-press:hover .button-wrapper {
  -ms-transform: translate(0.06rem, 0.06rem);
      transform: translate(0.06rem, 0.06rem);
}

.button-common-press:hover .button-wrapper::before {
  height: 0;
}

.button-common-press:hover .button-wrapper::after {
  width: 0;
}

.button-common-press::before,
.button-common-press::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: calc(100% - 0.06rem);
  height: calc(100% - 0.06rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
  background-color: #000;
  pointer-events: none;
}

.button-common-press::before {
  -ms-transform: translate(1px, 1px);
      transform: translate(1px, 1px);
}

.button-common-press::after {
  -ms-transform: translate(0.06rem, 0.06rem);
      transform: translate(0.06rem, 0.06rem);
}

.button-common-press .button-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-flex: 1 1 0;
      flex: 1 1 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.1rem;
  transition: transform 0.3s ease;
  border: 2px solid #000;
  background-color: #bfa98e;
}

.button-common-press .button-wrapper::before,
.button-common-press .button-wrapper::after {
  content: "";
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-transform-origin: top left;
      transform-origin: top left;
  transition: width 0.3s ease, height 0.3s ease, transform 0.3s ease;
  background-color: #000;
}

.button-common-press .button-wrapper::before {
  top: calc(100% + 2px);
  right: -2px;
  left: -2px;
  height: 0.06rem;
  -ms-transform: skewX(45deg);
      transform: skewX(45deg);
}

.button-common-press .button-wrapper::after {
  top: -2px;
  bottom: -2px;
  left: calc(100% + 2px);
  width: 0.06rem;
  -ms-transform: skewY(45deg);
      transform: skewY(45deg);
}

.button-common-press .button-text {
  display: block;
  position: relative;
}

.button-common-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background 0.3s ease, color 0.3s ease;
  background-color: #ff4500;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.button-common-more:hover {
  background-color: #000;
  color: #fff;
}

.button-common-more .button-wrapper {
  display: block;
  position: relative;
  top: -1px;
}

@media print, (min-width: 768px) {
  .button-common-more {
    width: 2.4rem;
    min-height: 0.48rem;
    padding: 0.1rem;
    font-size: 0.25rem;
  }

  .button-common-more.is-rounded {
    border-radius: 0.24rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-more {
    width: 1.51rem;
    min-height: 0.3rem;
    padding: 0.05rem;
    font-size: 0.19rem;
    letter-spacing: 0.04em;
  }

  .button-common-more.is-rounded {
    border-radius: 0.15rem;
  }
}

.button-common-swipe {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: color 0.3s ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.button-common-swipe:hover::after {
  width: 100%;
}

.button-common-swipe::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: width 0.3s ease;
  background-color: #000;
}

.button-common-swipe .button-wrapper {
  display: block;
  position: relative;
  z-index: 1;
}

.keyvisual-common-page {
  position: relative;
  margin-bottom: 0.32rem;
  background-color: #dbd3c8;
}

.keyvisual-common-page::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  left: 0;
  opacity: 0.2;
  background: top center/100% auto no-repeat;
  pointer-events: none;
}

.keyvisual-common-page .keyvisual-content,
.keyvisual-common-page .title-highlight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.keyvisual-common-page .keyvisual-content {
  position: relative;
  z-index: 1;
}

.keyvisual-common-page .content-title,
.keyvisual-common-page .title-wrapper,
.keyvisual-common-page .highlight-wrapper {
  display: block;
  position: relative;
}

.keyvisual-common-page .title-wrapper {
  -ms-transform: rotate(-4deg);
      transform: rotate(-4deg);
}

.keyvisual-common-page .title-phrase,
.keyvisual-common-page .title-highlight {
  position: relative;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.keyvisual-common-page .title-phrase {
  display: block;
}

.keyvisual-common-page .title-highlight {
  padding: 4px;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.keyvisual-common-page .highlight-wrapper {
  top: -1px;
}

.keyvisual-common-page .title-japanese {
  display: block;
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.075em;
}

.keyvisual-common-page .title-decoration {
  position: absolute;
  z-index: 1;
  height: auto;
}

.keyvisual-common-page .keyvisual-background {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-name: fade-in;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.keyvisual-common-page .keyvisual-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .keyvisual-common-page::after {
    height: 1.4rem;
    background-image: url(../img/common/decoration_page_01.svg);
  }

  .keyvisual-common-page .keyvisual-content {
    min-height: 4.81rem;
    padding-top: 0.32rem;
    padding-bottom: 0.12rem;
  }

  .keyvisual-common-page .title-phrase {
    margin-bottom: 0.12rem;
    font-size: 0.33rem;
    letter-spacing: 0.075em;
  }

  .keyvisual-common-page .title-highlight {
    border: 0.14rem solid #fff;
    letter-spacing: 0.05em;
  }

  .keyvisual-common-page .highlight-wrapper {
    margin-top: -0.3rem;
    margin-bottom: -0.3rem;
  }

  .keyvisual-common-page .title-japanese {
    margin-top: 4px;
    font-size: 0.47rem;
  }

  .keyvisual-common-page .title-decoration {
    right: -0.17rem;
    bottom: -0.56rem;
    width: 5.8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .keyvisual-common-page::after {
    height: 0.7rem;
    background-image: url(../img/common/sp/decoration_page_01.svg);
  }

  .keyvisual-common-page .keyvisual-content {
    min-height: 5.47rem;
    padding-top: 1.24rem;
    padding-bottom: 0.32rem;
  }

  .keyvisual-common-page .title-phrase {
    margin-bottom: 5px;
    font-size: 0.18rem;
    letter-spacing: 0.075em;
  }

  .keyvisual-common-page .title-highlight {
    border: 0.08rem solid #fff;
  }

  .keyvisual-common-page .highlight-wrapper {
    margin-top: -0.1rem;
    margin-bottom: -0.1rem;
  }

  .keyvisual-common-page .title-japanese {
    margin-top: -1px;
    font-size: 0.18rem;
    letter-spacing: 0.04em;
  }

  .keyvisual-common-page .title-decoration {
    right: -0.05rem;
    bottom: -0.2rem;
    width: 2.11rem;
  }
}

@media print, (min-width: 768px) {
  .keyvisual-common-page.is-concept .content-title {
    width: 11.12rem;
  }

  .keyvisual-common-page.is-concept .title-highlight {
    min-height: 1.87rem;
    font-size: 1.91rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .keyvisual-common-page.is-concept .content-title {
    width: 87.75%;
  }

  .keyvisual-common-page.is-concept .title-highlight {
    min-height: 0.65rem;
    font-size: 0.57rem;
    letter-spacing: 0.05em;
  }
}

@media print, (min-width: 768px) {
  .keyvisual-common-page.is-contact .content-title {
    width: 11.12rem;
  }

  .keyvisual-common-page.is-contact .title-highlight {
    min-height: 1.87rem;
    font-size: 1.91rem;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 767.98px) {
  .keyvisual-common-page.is-contact .content-title {
    width: 87.75%;
  }

  .keyvisual-common-page.is-contact .title-highlight {
    min-height: 0.65rem;
    font-size: 0.57rem;
    letter-spacing: 0.05em;
  }
}

@media print, (min-width: 768px) {
  .keyvisual-common-page.is-lifestyle .content-title {
    width: 11.12rem;
  }

  .keyvisual-common-page.is-lifestyle .title-highlight {
    min-height: 1.87rem;
    font-size: 1.85rem;
    letter-spacing: 0.02em;
  }
}

@media only screen and (max-width: 767.98px) {
  .keyvisual-common-page.is-lifestyle .content-title {
    width: 91%;
  }

  .keyvisual-common-page.is-lifestyle .title-highlight {
    min-height: 0.73rem;
    font-size: 0.55rem;
    letter-spacing: 0.07em;
  }
}

@media print, (min-width: 768px) {
  .keyvisual-common-page.is-making .content-title {
    width: 10.03rem;
  }

  .keyvisual-common-page.is-making .title-highlight {
    min-height: 1.87rem;
    font-size: 1.97rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .keyvisual-common-page.is-making .content-title {
    width: 87.75%;
  }

  .keyvisual-common-page.is-making .title-highlight {
    min-height: 0.7rem;
    font-size: 0.64rem;
    letter-spacing: 0.06em;
  }
}

@media print, (min-width: 768px) {
  .keyvisual-common-page.is-member .content-title {
    width: 10.03rem;
  }

  .keyvisual-common-page.is-member .title-highlight {
    min-height: 1.87rem;
    font-size: 1.89rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .keyvisual-common-page.is-member .content-title {
    width: 87.75%;
  }

  .keyvisual-common-page.is-member .title-highlight {
    min-height: 0.73rem;
    font-size: 0.64rem;
    letter-spacing: 0.06em;
  }

  .keyvisual-common-page.is-member .title-decoration {
    right: -0.08rem;
    bottom: -0.18rem;
    width: 1.98rem;
  }
}

@media print, (min-width: 768px) {
  .keyvisual-common-page.is-modelhouse .content-title {
    width: 11.7rem;
  }

  .keyvisual-common-page.is-modelhouse .title-highlight {
    min-height: 1.63rem;
    font-size: 1.52rem;
    letter-spacing: -0.03em;
  }
}

@media only screen and (max-width: 767.98px) {
  .keyvisual-common-page.is-modelhouse .content-title {
    width: 87.75%;
  }

  .keyvisual-common-page.is-modelhouse .title-highlight {
    min-height: 0.65rem;
    font-size: 0.44rem;
    letter-spacing: -0.02em;
  }
}

@media print, (min-width: 768px) {
  .keyvisual-common-page.is-price .content-title {
    width: 10.8rem;
  }

  .keyvisual-common-page.is-price .title-highlight {
    min-height: 1.87rem;
    font-size: 1.66rem;
    letter-spacing: -0.02em;
  }
}

@media only screen and (max-width: 767.98px) {
  .keyvisual-common-page.is-price .content-title {
    width: 91%;
  }

  .keyvisual-common-page.is-price .title-highlight {
    min-height: 0.73rem;
    font-size: 0.55rem;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    transform: translateY(0.5rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down {
  0% {
    transform: translateY(-0.5rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  from {
    transform: translate3d(0.2rem, 0, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  from {
    transform: translate3d(-0.2rem, 0, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.wow {
  visibility: hidden;
  opacity: 0;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}

html.wf-active .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

html.wf-active .fade-in {
  animation-name: fade-in;
  animation-fill-mode: forwards;
}

html.wf-active .fade-in-up {
  animation-name: fade-in-up;
  animation-fill-mode: forwards;
}

html.wf-active .fade-in-down {
  animation-name: fade-in-down;
  animation-fill-mode: forwards;
}

html.wf-active .fade-in-right {
  animation-name: fade-in-right;
  animation-fill-mode: forwards;
}

html.wf-active .fade-in-left {
  animation-name: fade-in-left;
  animation-fill-mode: forwards;
}

html.wf-active .skv-animate {
  visibility: hidden;
}

html.wf-active .skv-passed {
  visibility: visible !important;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.paragraph-common-primary {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}

.paragraph-common-skewed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 2px 4px;
  -ms-transform: rotate(-7deg);
      transform: rotate(-7deg);
  background-color: #ffe626;
  font-family: Montserrat, sans-serif;
  font-size: 0.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.paragraph-common-skewed .paragraph-wrapper {
  display: block;
  position: relative;
  width: 100%;
}

.paragraph-common-stroke {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
}

.paragraph-common-stroke .paragraph-wrapper,
.paragraph-common-stroke .paragraph-main,
.paragraph-common-stroke .paragraph-shadow {
  display: block;
  position: relative;
  width: 100%;
}

.paragraph-common-stroke.fix-united .paragraph-main {
  position: relative;
  z-index: 1;
  -webkit-text-stroke: 0 !important;
}

.paragraph-common-stroke.fix-united .paragraph-shadow {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.title-contact-primary {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.25rem;
  font-weight: 900;
  line-height: 1.26;
  text-align: center;
}

.paragraph-contact-notice {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  padding: 0;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.paragraph-contact-notice.is-disabled {
  display: none !important;
}

.paragraph-contact-notice.is-outside {
  line-height: 2;
}

.paragraph-contact-notice.is-outside.is-warning {
  border-color: #e83d3d;
}

.paragraph-contact-notice.is-outside.is-verify {
  border-color: #ff4500;
}

.paragraph-contact-notice.is-inside {
  margin-bottom: 0.08rem;
  line-height: 1.575;
}

.paragraph-contact-notice.is-warning {
  color: #e83d3d;
}

.paragraph-contact-notice.is-verify {
  color: #ff4500;
}

@media print, (min-width: 768px) {
  .paragraph-contact-notice.is-outside {
    margin-top: 0.79rem;
    margin-bottom: 0.76rem;
    padding: 0.15rem 0.43rem;
    border: 5px solid;
  }
}

@media only screen and (max-width: 767.98px) {
  .paragraph-contact-notice.is-outside {
    margin-top: 0.69rem;
    margin-bottom: 0.69rem;
    padding: 0.3rem 0.2rem;
    border: 3px solid;
  }
}

.button-contact-submit {
  position: relative;
  font-size: 0.24rem;
  font-weight: 900;
  letter-spacing: 0.047em;
}

.button-contact-submit.is-confirm {
  font-family: Montserrat, sans-serif;
}

.button-contact-submit.is-confirm .button-common-press .button-text {
  top: 1px;
}

.button-contact-submit.is-reset .button-common-press .button-text,
.button-contact-submit.is-submit .button-common-press .button-text {
  top: -1px;
}

.button-contact-submit button,
.button-contact-submit input {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.button-contact-submit button:hover + .button-common-press::before,
.button-contact-submit button:hover + .button-common-press::after,
.button-contact-submit input:hover + .button-common-press::before,
.button-contact-submit input:hover + .button-common-press::after {
  -ms-transform: translate(0.06rem, 0.06rem);
      transform: translate(0.06rem, 0.06rem);
  transition: opacity 0s 0.3s ease, transform 0.3s ease;
  opacity: 0;
}

.button-contact-submit button:hover + .button-common-press .button-wrapper,
.button-contact-submit input:hover + .button-common-press .button-wrapper {
  -ms-transform: translate(0.06rem, 0.06rem);
      transform: translate(0.06rem, 0.06rem);
}

.button-contact-submit button:hover + .button-common-press .button-wrapper::before,
.button-contact-submit input:hover + .button-common-press .button-wrapper::before {
  height: 0;
}

.button-contact-submit button:hover + .button-common-press .button-wrapper::after,
.button-contact-submit input:hover + .button-common-press .button-wrapper::after {
  width: 0;
}

.button-contact-submit button + .button-common-press,
.button-contact-submit input + .button-common-press {
  display: -ms-flexbox;
  display: flex;
}

.button-contact-submit .button-common-press {
  display: none;
  position: relative;
  z-index: 0;
}

@media print, (min-width: 768px) {
  .button-contact-submit button:hover + .button-common-press::before,
  .button-contact-submit button:hover + .button-common-press::after,
  .button-contact-submit input:hover + .button-common-press::before,
  .button-contact-submit input:hover + .button-common-press::after {
    -ms-transform: translate(0.05rem, 0.05rem);
        transform: translate(0.05rem, 0.05rem);
  }

  .button-contact-submit button:hover + .button-common-press .button-wrapper,
  .button-contact-submit input:hover + .button-common-press .button-wrapper {
    -ms-transform: translate(0.05rem, 0.05rem);
        transform: translate(0.05rem, 0.05rem);
  }

  .button-contact-submit .button-common-press {
    padding: 0 0.05rem 0.05rem 0;
  }

  .button-contact-submit .button-common-press::before,
  .button-contact-submit .button-common-press::after {
    content: "";
    width: calc(100% - 0.05rem);
    height: calc(100% - 0.05rem);
  }

  .button-contact-submit .button-common-press::after {
    -ms-transform: translate(0.05rem, 0.05rem);
        transform: translate(0.05rem, 0.05rem);
  }

  .button-contact-submit .button-common-press .button-wrapper {
    min-height: 0.63rem;
  }

  .button-contact-submit .button-common-press .button-wrapper::before {
    height: 0.05rem;
  }

  .button-contact-submit .button-common-press .button-wrapper::after {
    width: 0.05rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-contact-submit .button-common-press .button-wrapper {
    min-height: 0.75rem;
  }
}

.list-contact-step {
  font-family: Montserrat, sans-serif;
  font-size: 0.25rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.24;
  text-align: center;
}

.list-contact-step .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-contact-step .list-item {
  position: relative;
}

.list-contact-step .list-item::before,
.list-contact-step .list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #000;
}

.list-contact-step .item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.list-contact-step .item-wrapper.is-active {
  background-color: #ffe626;
}

.list-contact-step .item-text {
  display: block;
  position: relative;
  top: 1px;
}

@media print, (min-width: 768px) {
  .list-contact-step .list-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.1rem -0.52rem;
  }

  .list-contact-step .list-item {
    width: 33.333%;
    padding: 0.1rem 0.52rem;
  }

  .list-contact-step .list-item:nth-child(3n-2)::before {
    opacity: 0;
  }

  .list-contact-step .list-item:nth-child(3n)::after,
  .list-contact-step .list-item:last-child::after {
    opacity: 0;
  }

  .list-contact-step .list-item::before,
  .list-contact-step .list-item::after {
    height: 3px;
    margin-top: -1.5px;
  }

  .list-contact-step .list-item::before {
    right: calc(100% - 0.52rem);
    left: 0;
  }

  .list-contact-step .list-item::after {
    right: 0;
    left: calc(100% - 0.52rem);
  }

  .list-contact-step .item-wrapper {
    min-height: 0.46rem;
    padding: 0.04rem 0.1rem;
    border: 3px solid #000;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-contact-step .list-item {
    width: 71.4285714286%;
    margin-right: auto;
    margin-left: auto;
  }

  .list-contact-step .list-item:not(:last-child) {
    margin-bottom: 0.36rem;
  }

  .list-contact-step .list-item:not(:last-child)::after {
    top: 100%;
    bottom: -0.36rem;
    left: 50%;
    width: 2px;
    margin-left: -1px;
  }

  .list-contact-step .item-wrapper {
    min-height: 0.46rem;
    padding: 0.05rem 0.1rem;
    border: 2px solid #000;
  }
}

.table-contact-application .table-wrapper {
  margin: 0;
  padding: 0;
  table-layout: fixed;
}

.table-contact-application .table-th,
.table-contact-application .table-td {
  margin: 0;
  padding: 0;
  border: 2px solid #000;
  background-color: #fff;
}

.table-contact-application .table-th {
  padding: 0.1rem;
}

.table-contact-application .table-td {
  font-size: 0.2rem;
  line-height: 1.575;
}

@media print, (min-width: 768px) {
  .table-contact-application .table-th {
    width: 0.56rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .table-contact-application .table-th {
    width: 0.47rem;
  }
}

.input-contact,
.input-contact-date {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.section-contact-overall.is-check .input-contact > span,
.section-contact-overall.is-check .input-contact-date > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 0.36rem;
}

.input-contact input,
.input-contact-date input {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  height: 0.36rem;
  margin: 0;
  padding: 0;
  padding-bottom: 1px;
  border-radius: 0;
  background-color: rgba(191, 169, 142, 0.26);
  font-size: 0.2rem;
}

.input-contact input[type=number],
.input-contact-date input[type=number] {
  -moz-appearance: textfield;
}

.input-contact input::-webkit-inner-spin-button,
.input-contact input::-webkit-outer-spin-button,
.input-contact-date input::-webkit-inner-spin-button,
.input-contact-date input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.input-contact input::input-placeholder,
.input-contact-date input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.2);
}

.input-contact input::input-placeholder,
.input-contact-date input::-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.2);
}

.input-contact input:input-placeholder,
.input-contact-date input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.2);
}

.input-contact input:placeholder,
.input-contact-date input:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.2);
}

.input-contact input:-ms-input-placeholder,
.input-contact-date input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.2);
}

.input-contact input::placeholder,
.input-contact-date input::placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.2);
}

.input-contact-date {
  padding-right: 0.42rem;
  background: url(../img/common/icon_calendar_01.svg) center right/auto 0.36rem no-repeat;
}

.input-contact-date input {
  padding-right: 0.03rem;
  padding-left: 0.03rem;
}

@media print, (min-width: 768px) {
  .section-contact-overall.is-check .input-contact-date > span {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
}

.select-contact {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.section-contact-overall.is-check .select-contact > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 0.36rem;
  pointer-events: none;
}

.select-contact select {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  height: 0.36rem;
  margin: 0;
  padding: 0;
  padding-right: 0.3rem;
  border-radius: 0;
  background: rgba(191, 169, 142, 0.26) url(../img/common/icon_arrow_02.svg) center right 1px/auto 0.36rem no-repeat;
  color: inherit;
  font-size: 0.2rem;
  cursor: pointer;
}

.select-contact select[type=number] {
  -moz-appearance: textfield;
}

.select-contact select::-webkit-inner-spin-button,
.select-contact select::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.select-contact select:invalid,
.select-contact select.is-invalid,
.select-contact select option[value=""] {
  color: rgba(0, 0, 0, 0.2);
}

.select-contact select option {
  color: #000;
}

@media print, (min-width: 768px) {
  .section-contact-overall.is-check .select-contact {
    padding-left: 0.1rem;
  }

  .select-contact select {
    padding-left: 0.17rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .select-contact select {
    padding-left: 0.03rem;
  }
}

.checkbox-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.2rem;
  letter-spacing: 0.04em;
  line-height: 1.575;
}

.checkbox-contact.is-large .mwform-checkbox-field-text {
  padding-left: 0.29rem;
}

.checkbox-contact.is-large .mwform-checkbox-field-text::before {
  top: calc(0.0625rem + 2px);
  width: 0.19rem;
  height: 0.19rem;
}

.section-contact-overall.is-check .checkbox-contact.is-large > span {
  padding-left: 0.29rem;
}

.section-contact-overall.is-check .checkbox-contact > span {
  display: block;
  position: relative;
  top: -1px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.section-contact-overall.is-check .checkbox-contact > span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(0.0775rem + 1px);
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  border: 2px solid #000;
  background-color: #ff4500;
}

.checkbox-contact label {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.checkbox-contact input {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  opacity: 0;
  cursor: pointer;
}

.checkbox-contact input[type=number] {
  -moz-appearance: textfield;
}

.checkbox-contact input::-webkit-inner-spin-button,
.checkbox-contact input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.checkbox-contact input:checked + .mwform-checkbox-field-text::before {
  background-color: #ff4500;
}

.checkbox-contact .mwform-checkbox-field,
.checkbox-contact .mwform-checkbox-field-text {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.checkbox-contact .mwform-checkbox-field-text {
  top: -1px;
}

.checkbox-contact .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(0.0775rem + 1px);
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  transition: background 0.3s ease;
  border: 2px solid #000;
  background-color: transparent;
}

@media print, (min-width: 768px) {
  .section-contact-overall.is-check .checkbox-contact > span {
    padding-left: 0.46rem;
  }

  .checkbox-contact .mwform-checkbox-field-text {
    padding-left: 0.46rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-contact-overall.is-check .checkbox-contact > span {
    padding-left: 0.32rem;
  }

  .checkbox-contact .mwform-checkbox-field-text {
    padding-left: 0.32rem;
  }
}

.radio-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.2rem;
  letter-spacing: 0.04em;
  line-height: 1.575;
}

.radio-contact.is-large .mwform-radio-field-text {
  padding-left: 0.29rem;
}

.radio-contact.is-large .mwform-radio-field-text::before {
  top: calc(0.0625rem + 1px);
  width: 0.19rem;
  height: 0.19rem;
}

.section-contact-overall.is-check .radio-contact.is-large > span {
  padding-left: 0.29rem;
}

.section-contact-overall.is-check .radio-contact > span {
  display: block;
  position: relative;
  top: -1px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.section-contact-overall.is-check .radio-contact > span::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(0.0775rem + 1px);
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  border: 2px solid #000;
  background-color: #ff4500;
}

.radio-contact label {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.radio-contact input {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  opacity: 0;
  cursor: pointer;
}

.radio-contact input[type=number] {
  -moz-appearance: textfield;
}

.radio-contact input::-webkit-inner-spin-button,
.radio-contact input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.radio-contact input:checked + .mwform-radio-field-text::before {
  background-color: #ff4500;
}

.radio-contact .mwform-radio-field,
.radio-contact .mwform-radio-field-text {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.radio-contact .mwform-radio-field-text {
  top: -1px;
}

.radio-contact .mwform-radio-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(0.0775rem + 1px);
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  transition: background 0.3s ease;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #dbd8d4;
}

@media print, (min-width: 768px) {
  .section-contact-overall.is-check .radio-contact > span {
    padding-left: 0.46rem;
  }

  .radio-contact .mwform-radio-field-text {
    padding-left: 0.46rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-contact-overall.is-check .radio-contact > span {
    padding-left: 0.32rem;
  }

  .radio-contact .mwform-radio-field-text {
    padding-left: 0.32rem;
  }
}

.textarea-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 0;
  resize: none;
}

.textarea-contact textarea {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  padding: 0.17rem;
  background-color: rgba(191, 169, 142, 0.26);
  font-size: 0.2rem;
  line-height: 1.575;
  resize: vertical;
}

.textarea-contact textarea::-webkit-resizer {
  opacity: 0;
}

@media print, (min-width: 768px) {
  .textarea-contact textarea {
    min-height: 2.95rem;
    border-radius: 0.05rem;
    background: rgba(191, 169, 142, 0.26) url(../img/common/icon_textarea_01.svg) bottom right/0.3rem auto no-repeat;
  }
}

@media only screen and (max-width: 767.98px) {
  .textarea-contact textarea {
    min-height: 3.23rem;
    border-radius: 0.03rem;
  }
}

.component-contact-choice {
  min-height: 0.6rem;
}

@media print, (min-width: 768px) {
  .component-contact-choice {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0.1425rem 0.24rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .component-contact-choice {
    padding: 0.14rem 0.15rem;
  }
}

@media print, (min-width: 768px) {
  .component-contact-datetime {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0.185rem 0.49rem 0.185rem 0.25rem;
  }

  .component-contact-datetime .component-item {
    display: -ms-flexbox;
    display: flex;
  }

  .component-contact-datetime .component-item.is-date {
    margin-right: 0.3rem;
  }

  .component-contact-datetime .component-item.is-date .item-title {
    width: 1.5rem;
    margin-right: 0.1rem;
  }

  .component-contact-datetime .component-item.is-date .input-contact-date {
    width: 2.62rem;
  }

  .component-contact-datetime .component-item.is-time .item-title {
    width: 0.54rem;
    margin-right: 0.1rem;
  }

  .component-contact-datetime .component-item.is-time .select-contact {
    width: 1.73rem;
  }

  .component-contact-datetime .item-title {
    position: relative;
    top: 1px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }

  .component-contact-datetime .item-content {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .component-contact-datetime {
    padding: 0.26rem 0.18rem 0.22rem 0.15rem;
  }

  .component-contact-datetime .component-item.is-date {
    margin-bottom: 0.11rem;
  }

  .component-contact-datetime .component-item.is-time .select-contact {
    width: 1.75rem;
  }

  .component-contact-datetime .item-title {
    margin-bottom: 0.09rem;
  }
}

@media print, (min-width: 768px) {
  .component-contact-description {
    padding: 0.3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .component-contact-description {
    padding: 0.13rem 0.14rem;
  }
}

.component-contact-info {
  font-size: 0.2rem;
  letter-spacing: 0.04em;
  line-height: 1.05;
}

.component-contact-info .input-contact input {
  padding-right: 0.05rem;
  padding-left: 0.05rem;
  letter-spacing: 0.04em;
}

.componentinfo .input-contact input::-webkit-input-placeholder {
  color: #b4b0ab;
}

.componentinfo .input-contact input::-ms-input-placeholder {
  color: #b4b0ab;
}

.componentinfo .input-contact input:-ms-input-placeholder {
  color: #b4b0ab;
}

.componentinfo .input-contact input:-moz-placeholder {
  color: #b4b0ab;
}

.component-contact-info .input-contact input:-ms-input-placeholder {
  color: #b4b0ab;
}

.component-contact-info .input-contact input::placeholder {
  color: #b4b0ab;
}

@media print, (min-width: 768px) {
  .component-contact-info {
    display: -ms-flexbox;
    display: flex;
    padding: 0.21rem 0.46rem 0.21rem 0.19rem;
  }

  .section-contact-overall.is-check .component-contact-info .input-contact {
    padding-right: 0.05rem;
    padding-left: 0.05rem;
  }

  .component-contact-info .component-title {
    position: relative;
    top: 1px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 3.5rem;
    margin-right: 0.3rem;
    padding-top: 0.045rem;
    padding-bottom: 0.045rem;
  }

  .component-contact-info .component-content {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .component-contact-info {
    padding: 0.17rem 0.15rem;
  }

  .component-contact-info .component-title {
    margin-bottom: 0.15rem;
  }
}

.section-contact-overall.is-check .component-contact-info.is-address .item-note {
  display: none !important;
}

.component-contact-info.is-address .item-note {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.16rem;
  line-height: 1.25;
}

@media print, (min-width: 768px) {
  .component-contact-info.is-address {
    padding: 0.21rem 0.46rem 0.21rem 0.19rem;
  }

  .component-contact-info.is-address .content-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .component-contact-info.is-address .content-item:not(:last-child) {
    margin-bottom: 0.16rem;
  }

  .component-contact-info.is-address .input-contact {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }

  .component-contact-info.is-address .item-note {
    top: -1px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(100% - 2.05rem);
    margin-right: -0.2rem;
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
    padding-left: 0.22rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .component-contact-info.is-address {
    padding: 0.28rem 0.15rem 0.21rem;
  }

  .component-contact-info.is-address .content-item:not(:last-child) {
    margin-bottom: 0.17rem;
  }

  .component-contact-info.is-address .input-contact.is-postcode {
    width: 1.92rem;
  }

  .component-contact-info.is-address .item-note {
    margin-top: 0.1rem;
  }
}

.component-contact-info.is-telephone .input-contact .mwform-tel-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media print, (min-width: 768px) {
  .component-contact-info.is-telephone .input-contact input {
    width: 1.15rem;
  }

  .component-contact-info.is-telephone .input-contact input:not(:first-child) {
    margin-left: 0.1rem;
  }

  .component-contact-info.is-telephone .input-contact input:not(:last-child) {
    margin-right: 0.1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .component-contact-info.is-telephone .input-contact input {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 0.85rem;
  }

  .component-contact-info.is-telephone .input-contact .mwform-tel-field {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
  }
}

.component-contact-controller .button-contact-submit button,
.component-contact-controller .button-contact-submit input {
  width: auto;
  height: auto;
}

@media print, (min-width: 768px) {
  .component-contact-controller {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: -0.2rem -0.56rem;
  }

  .component-contact-controller .button-contact-submit button,
  .component-contact-controller .button-contact-submit input {
    top: 0.2rem;
    right: 0.56rem;
    bottom: 0.2rem;
    left: 0.56rem;
  }

  .component-contact-controller .button-contact-submit .button-common-press {
    min-width: 2.88rem;
    margin: 0.2rem 0.56rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .component-contact-controller {
    margin-bottom: -0.16rem;
  }

  .component-contact-controller .button-contact-submit {
    width: 100%;
  }

  .component-contact-controller .button-contact-submit button,
  .component-contact-controller .button-contact-submit input {
    bottom: 0.16rem;
  }

  .component-contact-controller .button-contact-submit .button-common-press {
    margin-bottom: 0.16rem;
  }
}

.modal-contact-term {
  visibility: hidden;
  position: fixed;
  z-index: 10010;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  font-size: 0.2rem;
  line-height: 1.75;
  pointer-events: none;
}

.modal-contact-term.is-ready {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-contact-term.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-contact-term .modal-viewport,
.modal-contact-term .modal-mask {
  position: absolute;
}

.modal-contact-term .modal-viewport {
  visibility: hidden;
  z-index: 1;
  top: 1rem;
  bottom: 1rem;
}

.modal-contact-term .wrapper {
  visibility: visible;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
}

.modal-contact-term .modal-block {
  font-weight: 700;
}

.modal-contact-term .modal-block:not(:last-child) {
  margin-bottom: 0.7rem;
}

.modal-contact-term .modal-block p {
  margin: 0;
  padding: 0;
}

.modal-contact-term .modal-block p:not(:last-child) {
  margin-bottom: 0.35rem;
}

.modal-contact-term .modal-block p + ul {
  margin-top: -0.35rem;
}

.modal-contact-term .modal-block a {
  text-decoration: none;
}

.modal-contact-term .modal-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-contact-term .modal-block ul:not(:last-child) {
  margin-bottom: 0.35rem;
}

.modal-contact-term .modal-mask {
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

@media print, (min-width: 768px) {
  .modal-contact-term .modal-viewport {
    right: 0;
    left: 0;
  }

  .modal-contact-term .wrapper {
    padding: 0.43rem 0.48rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .modal-contact-term .modal-viewport {
    right: 0.32rem;
    left: 0.32rem;
  }

  .modal-contact-term .wrapper {
    padding: 0.3rem 0.2rem;
  }
}

.section-contact-overall {
  background-color: #dbd8d4;
}

.section-contact-overall .error {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  padding: 0;
  color: #e83d3d;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.575;
}

.section-contact-overall .section-intro {
  margin-bottom: 0.69rem;
}

.section-contact-overall .section-intro .list-contact-step:not(:last-child) {
  margin-bottom: 0.75rem;
}

.section-contact-overall .content-block > .paragraph-common-primary,
.section-contact-overall .content-block > .error {
  margin-bottom: 0.05rem;
}

.section-contact-overall .confirm-detail,
.section-contact-overall .confirm-note {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.section-contact-overall .confirm-detail {
  border-bottom: 2px solid #000;
  color: #e83d3d;
  font-size: 0.16rem;
  letter-spacing: 0.019em;
}

.section-contact-overall .confirm-detail a {
  color: #e83d3d;
  text-decoration: none;
}

.section-contact-overall .confirm-note .note-link {
  text-decoration: underline;
  text-underline-offset: 0.03rem;
  cursor: pointer;
}

.section-contact-overall .confirm-note .note-link:hover {
  text-decoration: none;
}

.section-contact-overall .confirm-agreement .checkbox-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.section-contact-overall .confirm-agreement .error {
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-contact-overall {
    padding-top: 3.35rem;
    padding-bottom: 1.6rem;
    background: #dbd8d4 url(../img/contact/background_overall_01.jpg) top center/100% auto no-repeat;
  }

  .section-contact-overall .content-block:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .section-contact-overall .block-confirm {
    margin-top: 0.18rem;
  }

  .section-contact-overall .confirm-detail {
    margin-bottom: 0.36rem;
    padding-bottom: 0.21rem;
    line-height: 2;
  }

  .section-contact-overall .confirm-note {
    margin-bottom: 0.35rem;
    font-size: 0.2rem;
    letter-spacing: 0.013em;
  }

  .section-contact-overall .confirm-agreement .checkbox-contact {
    margin-bottom: 0.76rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-contact-overall {
    padding-top: 2.44rem;
    padding-bottom: 0.8rem;
  }

  .section-contact-overall .content-block:not(:last-child) {
    margin-bottom: 0.59rem;
  }

  .section-contact-overall .block-confirm {
    margin-top: 0.17rem;
  }

  .section-contact-overall .confirm-detail {
    margin-bottom: 0.22rem;
    padding-bottom: 0.27rem;
    line-height: 1.75;
  }

  .section-contact-overall .confirm-note {
    margin-bottom: 0.29rem;
    font-size: 0.18rem;
    letter-spacing: 0.04em;
    line-height: 1.7777777778;
  }

  .section-contact-overall .confirm-agreement .checkbox-contact {
    margin-bottom: 0.28rem;
  }
}

.section-contact-overall.is-input .button-contact-submit.is-reset,
.section-contact-overall.is-input .button-contact-submit.is-submit {
  display: none !important;
}

.section-contact-overall.is-check .button-contact-submit.is-confirm {
  display: none !important;
}

.section-contact-overall.is-complete .complete-title {
  display: block;
  margin: 0;
  margin-bottom: 0.32rem;
  padding: 0;
  color: #ff4500;
  font-size: 0.24rem;
  font-weight: 900;
  letter-spacing: 0.047em;
  line-height: 1.8;
}

.section-contact-overall.is-complete .complete-controller {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0.74rem;
}

.section-contact-overall.is-complete .button-common-press {
  font-size: 0.24rem;
  letter-spacing: 0.047em;
}

@media print, (min-width: 768px) {
  .section-contact-overall.is-complete {
    background-image: url(../img/contact/background_overall_03.jpg);
    background-position: bottom center;
  }

  .section-contact-overall.is-complete .button-common-press {
    min-width: 2.88rem;
    padding: 0 0.05rem 0.05rem 0;
  }

  .section-contact-overall.is-complete .button-common-press:hover::before,
  .section-contact-overall.is-complete .button-common-press:hover::after {
    -ms-transform: translate(0.05rem, 0.05rem);
        transform: translate(0.05rem, 0.05rem);
  }

  .section-contact-overall.is-complete .button-common-press:hover .button-wrapper {
    -ms-transform: translate(0.05rem, 0.05rem);
        transform: translate(0.05rem, 0.05rem);
  }

  .section-contact-overall.is-complete .button-common-press:hover .button-wrapper::before {
    height: 0;
  }

  .section-contact-overall.is-complete .button-common-press:hover .button-wrapper::after {
    width: 0;
  }

  .section-contact-overall.is-complete .button-common-press::before,
  .section-contact-overall.is-complete .button-common-press::after {
    width: calc(100% - 0.05rem);
    height: calc(100% - 0.05rem);
  }

  .section-contact-overall.is-complete .button-common-press::after {
    -ms-transform: translate(0.05rem, 0.05rem);
        transform: translate(0.05rem, 0.05rem);
  }

  .section-contact-overall.is-complete .button-common-press .button-wrapper {
    min-height: 0.63rem;
  }

  .section-contact-overall.is-complete .button-common-press .button-wrapper::before {
    height: 0.05rem;
  }

  .section-contact-overall.is-complete .button-common-press .button-wrapper::after {
    width: 0.05rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-contact-overall.is-complete .paragraph-common-primary {
    letter-spacing: -0.02em;
  }

  .section-contact-overall.is-complete .button-common-press {
    width: 100%;
  }

  .section-contact-overall.is-complete .button-common-press .button-wrapper {
    min-height: 0.75rem;
  }
}
