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,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

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

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

a img {
  border: none;
}

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 {
  color: inherit;
}

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

button:focus {
  outline: 0;
}

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

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

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

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
    background-color: #213329;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.wf-active {
  -webkit-transition: opacity 0s 1s ease;
  transition: opacity 0s 1s ease;
  opacity: 1;
}
html.is-frozen-os body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 31.25vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.is-frozen-os {
    overflow: hidden;
  }
}

body {
  background-color: #213329;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.8823529412;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.17rem;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
}
a:not([class]):hover {
  text-decoration-color: transparent;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .trans:hover {
    opacity: 0.7;
  }
}

.load {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.001;
}
html.wf-active .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1128px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}
.header-common .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #213329;
}
.header-common .logo-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header-common .logo-image .is-top {
  display: none;
}
.header-common .logo-image .is-default {
  display: block;
}
.header-common .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-common .content-link {
  margin: 0.18rem 0.31rem 0 0.5rem;
}
.header-common .content-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.13rem;
}
.header-common .content-wrapper .item-link {
  font-family: "adobe-garamond-pro", serif;
  color: #213329;
  font-weight: 600;
  font-size: 0.17rem;
  letter-spacing: 0.005em;
  line-height: 2.4705882353;
}
.header-common .content-button {
  display: block;
  border: 1px solid #213329;
  border-radius: 0.22rem;
  font-family: "adobe-garamond-pro", serif;
  text-decoration: none;
  font-weight: 600;
}
html.is-android .header-common .content-button {
  font-weight: 700;
}
.header-common .button-link {
  display: block;
}
.header-common .item-link {
  text-decoration: none;
}
.header-common .navigation-menu {
  display: none;
  position: fixed;
  z-index: 1001;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #213329;
  color: #fff;
  text-align: right;
}
.header-common .navigation-menu .item-link {
  font-weight: 600;
}
html.is-android .header-common .navigation-menu .item-link {
  font-weight: 700;
}
.header-common .menu-item:last-child {
  margin-bottom: 0;
}
.header-common .menu-list {
  font-family: "adobe-garamond-pro", serif;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-common .navigation-button {
  display: inline-block;
  border: 1px solid #fff;
  text-decoration: none;
  font-weight: 600;
}
html.is-android .header-common .navigation-button {
  font-weight: 700;
}
.header-common .navigation-link {
  display: block;
}
.header-common .menu-line {
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #213329;
}
.header-common.is-top {
  background-color: transparent;
}
.header-common.is-top .header-inner {
  color: #fff;
}
.header-common.is-top .logo-image .is-top {
  display: block;
}
.header-common.is-top .logo-image .is-default {
  display: none;
}
.header-common.is-top .content-link {
  display: none;
}
.header-common.is-top .content-button {
  border: 1px solid #fff;
}
.header-common.is-top .button-link {
  letter-spacing: 0.005em;
}
.header-common.is-top .menu-line {
  background-color: #fff;
}
.header-common .button-menu {
  position: absolute;
  z-index: 1001;
  cursor: pointer;
}
.header-common .button-menu.is-active .menu-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-common .button-menu.is-active .menu-line:nth-child(2) {
  opacity: 0;
}
.header-common .button-menu.is-active .menu-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-common .instagram-button {
  display: block;
}
@media print, (min-width: 768px) {
  .header-common .header-inner {
    padding: 30px 34px 21px;
  }
  .header-common .logo-image {
    width: 138px;
  }
  .header-common .content-button {
    min-width: 139px;
    min-height: 43px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 18px;
    margin-right: 95px;
  }
  .header-common .menu-line {
    width: 36px;
    height: 2px;
  }
  .header-common .menu-line:nth-child(1) {
    top: 0;
  }
  .header-common .menu-line:nth-child(2) {
    top: 15px;
  }
  .header-common .menu-line:nth-child(3) {
    top: 30px;
  }
  .header-common .button-menu {
    top: 54px;
    right: 62px;
    width: 36px;
    height: 39px;
  }
  .header-common .button-menu.is-active .menu-line {
    right: -5px;
    width: 45px;
  }
  .header-common .button-menu.is-active .menu-line:nth-child(1),
  .header-common .button-menu.is-active :nth-child(3) {
    top: 14px;
  }
  .header-common .button-link {
    padding: 6px 26px 3px;
  }
  .header-common .navigation-menu {
    top: 116px;
    height: calc(100% - 116px);
    padding: 136px 78px;
    font-size: 0.22rem;
    letter-spacing: 0.09em;
    line-height: 1.9090909091;
  }
  .is-mac .header-common .navigation-menu {
    padding-top: 100px;
  }
  .header-common .menu-list {
    margin-bottom: 125px;
  }
  .header-common .navigation-button {
    width: 132px;
    height: 47px;
    font-size: 0.21rem;
    line-height: 1.8571428571;
  }
  .header-common .navigation-link {
    padding: 2px 18px 4px 10px;
  }
  .header-common.is-top .header-inner {
    padding: 48px 55px 18px;
  }
  .header-common.is-top .logo-image {
    width: 290px;
    margin-top: 24px;
  }
  .header-common.is-top .content-button {
    margin-top: 0;
    margin-right: 75px;
  }
  .header-common.is-top .navigation-menu {
    top: 227px;
    height: calc(100vh - 227px);
  }
  .header-common.is-top .button-link {
    color: #fff;
  }
  .header-common .instagram-button {
    width: 28px;
    height: 28px;
    margin: 18px 20px 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1179.98px) {
  .header-common .content-link {
    margin: 0.23rem 0.1rem 0;
  }
  .header-common .content-link .content-wrapper {
    gap: 0.08rem;
  }
  .header-common .content-link .item-link {
    font-size: 0.16rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .header-common .content-link {
    display: none;
  }
}
@media print {
  .header-common {
    position: relative;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common .header-inner {
    padding: 0.12rem 0.14rem;
  }
  .header-common .logo-image {
    width: 0.8rem;
  }
  .header-common .header-content {
    padding-top: 0.03rem;
  }
  .header-common .content-button {
    min-width: 0.51rem;
    min-height: 0.16rem;
    margin-right: 0.46rem;
  }
  .header-common .button-link {
    padding: 0.04rem 0.1rem 0.03rem;
    font-weight: 600;
    font-size: 0.14rem;
  }
  .header-common .navigation-menu {
    top: 0.62rem;
    height: calc(100% - 0.6rem);
    padding: 0.5rem 0.02rem;
    font-size: 0.19rem;
    letter-spacing: 0.04em;
    line-height: 1.8421052632;
  }
  .header-common .menu-list {
    margin-bottom: 0.65rem;
    font-size: 0.22rem;
    line-height: 1.9090909091;
  }
  .header-common .navigation-button {
    width: 1.25rem;
    height: 0.48rem;
    font-size: 0.19rem;
    letter-spacing: 0.09em;
    line-height: 1.8421052632;
    margin: 0 0.22rem;
  }
  .header-common .navigation-link {
    padding: 0.05rem 0.2rem;
  }
  .header-common .menu-line {
    width: 100%;
    height: 0.02rem;
  }
  .header-common .menu-line:nth-child(1) {
    top: 0;
  }
  .header-common .menu-line:nth-child(2) {
    top: 0.08rem;
  }
  .header-common .menu-line:nth-child(3) {
    top: 0.16rem;
  }
  .header-common .button-menu {
    top: 0.23rem;
    right: 0.25rem;
    width: 0.2rem;
    height: 0.2rem;
  }
  .header-common .button-menu.is-active .menu-line:nth-child(1),
  .header-common .button-menu.is-active :nth-child(3) {
    top: 0.06rem;
  }
  .header-common .instagram-button {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0.1rem 0.24rem 0 auto;
  }
}

.button-common-skip {
  position: absolute;
  z-index: 1000;
  width: 0.01rem;
  height: 0.01rem;
  margin: -0.01rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 1000;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: inherit;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

html .header-common.is-top {
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
}
html .logo-image {
  -webkit-transition: 0.3s ease width, 0.3s ease margin, 0.3s ease filter;
  transition: 0.3s ease width, 0.3s ease margin, 0.3s ease filter;
}
html .navigation-menu {
  -webkit-transition: 0.3s ease top, 0.3s ease height;
  transition: 0.3s ease top, 0.3s ease height;
}
html .content-button,
html .button-menu {
  -webkit-transition: 0.3s ease filter;
  transition: 0.3s ease filter;
}

html.is-open-header .header-common.is-top,
html.is-change-header .header-common.is-top {
  background-color: #fff;
}
html.is-open-header .header-common.is-top .logo-image .is-top,
html.is-change-header .header-common.is-top .logo-image .is-top {
  display: none;
}
html.is-open-header .header-common.is-top .logo-image .is-default,
html.is-change-header .header-common.is-top .logo-image .is-default {
  display: block;
}
html.is-open-header .header-common.is-top .content-button,
html.is-change-header .header-common.is-top .content-button {
  border: 1px solid #000;
}
html.is-open-header .header-common.is-top .button-link,
html.is-change-header .header-common.is-top .button-link {
  color: #000;
}
html.is-open-header .header-common.is-top .menu-line,
html.is-change-header .header-common.is-top .menu-line {
  background-color: #000;
}
@media print, (min-width: 768px) {
  html.is-open-header .header-common.is-top .header-inner,
  html.is-change-header .header-common.is-top .header-inner {
    padding: 29px 34px 21px;
  }
  html.is-open-header .header-common.is-top .logo-image,
  html.is-change-header .header-common.is-top .logo-image {
    width: 138px;
    margin-top: 0;
  }
  html.is-open-header .header-common.is-top .content-link,
  html.is-change-header .header-common.is-top .content-link {
    display: block;
  }
  html.is-open-header .header-common.is-top .content-button,
  html.is-change-header .header-common.is-top .content-button {
    margin-top: 19px;
    margin-right: 95px;
  }
  html.is-open-header .header-common.is-top .navigation-menu,
  html.is-change-header .header-common.is-top .navigation-menu {
    top: 116px;
    height: calc(100% - 116px);
  }
}
@media only screen and (max-width: 767.98px) {
  html.is-open-header .header-common.is-top .header-inner,
  html.is-change-header .header-common.is-top .header-inner {
    padding: 0.12rem 0.14rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  html.is-open-header .header-common.is-top .content-link,
  html.is-change-header .header-common.is-top .content-link {
    display: none;
  }
}

.footer-common {
  position: relative;
  z-index: 9999;
  border-top: 1px solid #fff;
  background-color: #213329;
}
.footer-common .button-to-top {
  position: fixed;
  z-index: 2;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  background-color: #213329;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}
.footer-common .button-to-top.is-active {
  opacity: 1;
}
.footer-common .button-to-top::before {
  content: "";
  position: absolute;
  background: url("../img/common/arrow_icn_top.svg") center/contain no-repeat;
}
.footer-common .button-to-top .button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-common .button-to-top.is-stuck {
  position: absolute;
  top: 100px;
}
@media (hover: hover) {
  .footer-common .button-to-top:hover {
    opacity: 0.7;
  }
}
.footer-common .footer-description {
  font-weight: 500;
}
.footer-common .footer-information {
  font-weight: 500;
}
.footer-common .footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-common .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  cursor: pointer;
}
@media print {
  .footer-common .button-to-top {
    position: absolute;
    top: 71px;
  }
}
@media print, (min-width: 768px) {
  .footer-common .button-to-top {
    right: 79px;
    bottom: 19px;
    width: 70px;
    height: 70px;
    font-size: 0.16rem;
    line-height: 1.125;
  }
  html.is-tablet .footer-common .button-to-top {
    width: 72px;
    height: 72px;
  }
  .footer-common .button-to-top::before {
    top: 11px;
    left: 24px;
    width: 20px;
    height: 20px;
  }
  .footer-common .button-to-top.is-stuck {
    top: 71px;
  }
  .footer-common .button-content {
    padding: 33px 0 16px;
  }
  .footer-common .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding: 85px 52px 40px;
  }
  .footer-common .footer-logo {
    width: 357px;
  }
  .footer-common .footer-content {
    max-width: 444px;
  }
  .footer-common .footer-description {
    margin-bottom: 15px;
    font-size: 0.2rem;
    line-height: 1.75;
  }
  .footer-common .footer-image {
    position: relative;
    right: 4px;
    width: 213px;
    margin-bottom: 18px;
  }
  .footer-common .footer-information {
    margin-bottom: 7px;
    letter-spacing: 0.09em;
    line-height: 1.6470588235;
  }
  .footer-common .footer-address {
    margin-bottom: 42px;
    letter-spacing: 0.075em;
    line-height: 1.6470588235;
  }
  .footer-common .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .footer-common .item-link {
    min-width: 209px;
    min-height: 98px;
    padding: 20px 10px;
    font-size: 0.19rem;
    letter-spacing: 0.4em;
    line-height: 1.7368421053;
  }
  .footer-common .footer-copy {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
  }
  .footer-common .copy-content {
    font-size: 0.12rem;
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .footer-common .wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
    gap: 50px;
  }
  .footer-common .footer-content {
    min-width: 443px;
  }
  .footer-common .item-link {
    min-height: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common .button-to-top {
    right: 0.2rem;
    bottom: 0.2rem;
    width: 0.44rem;
    height: 0.44rem;
    font-size: 0.1rem;
    line-height: 1.7;
  }
  .footer-common .button-to-top::before {
    top: 0.08rem;
    left: 0.16rem;
    width: 0.1rem;
    height: 0.1rem;
  }
  .footer-common .button-to-top.is-stuck {
    top: -0.83rem;
  }
  .footer-common .button-content {
    padding: 0.18rem 0 0.08rem;
  }
  .footer-common .wrapper {
    padding: 0.62rem 0.25rem 0.27rem;
  }
  .footer-common .footer-logo {
    width: 1.91rem;
    margin: 0 auto 0.49rem;
  }
  .footer-common .footer-description {
    margin-bottom: 0.2rem;
    font-size: 0.13rem;
    line-height: 1.6923076923;
    text-align: center;
  }
  .footer-common .footer-image {
    width: 1.17rem;
    margin: 0 auto 0.09rem;
  }
  .footer-common .footer-information {
    margin-bottom: 0.06rem;
    font-size: 0.13rem;
    letter-spacing: 0.05em;
    line-height: 1.6153846154;
    text-align: center;
  }
  .footer-common .footer-address {
    margin-bottom: 0.35rem;
    letter-spacing: 0.05em;
    line-height: 1.6470588235;
    text-align: center;
  }
  .footer-common .address-content {
    padding-left: 0.12rem;
  }
  .footer-common .list-item {
    margin-bottom: 0.12rem;
  }
  .footer-common .list-item:last-child {
    margin-bottom: 0;
  }
  .footer-common .item-link {
    min-width: 2.7rem;
    min-height: 0.5rem;
    font-size: 0.14rem;
    letter-spacing: 0.4em;
    line-height: 1.7857142857;
  }
  .footer-common .link-content {
    padding: 0.14rem 0.1rem 0.1rem;
  }
  .footer-common .footer-copy {
    max-width: 6rem;
    margin: 0 auto;
    padding: 0 0.2rem 0.15rem;
    text-align: center;
  }
  .footer-common .copy-content {
    padding-bottom: 0.16rem;
    font-size: 0.08rem;
    letter-spacing: 0.15em;
    line-height: 1.25;
  }
}

.logo-footer-primary {
  display: block;
}

.section-common-contact .contact-title {
  margin-bottom: 0.2rem;
  font-weight: 500;
}
.section-common-contact .contact-detail {
  margin-bottom: 0.45rem;
}
.section-common-contact .contact-wrapper {
  text-align: center;
}
.section-common-contact .wpcf7-response-output {
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-common-contact {
    padding: 260px 0 127px;
  }
  .section-common-contact .title-common-primary {
    margin-bottom: 8px;
  }
  .section-common-contact .contact-title {
    font-size: 0.26rem;
  }
  .section-common-contact .contact-wrapper {
    max-width: 1026px;
    margin-right: auto;
    margin-left: auto;
    padding: 61px 0 31px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-contact {
    padding: 1.02rem 0 0.92rem;
  }
  .section-common-contact .title-common-primary {
    margin-bottom: 0.09rem;
  }
  .section-common-contact .contact-title {
    font-size: 0.18rem;
  }
  .section-common-contact .contact-wrapper {
    padding: 0.18rem 0 0.32rem;
  }
}

.section-common-contact.is-confirm {
  padding-bottom: 157px;
}
.section-common-contact.is-confirm .form-common .wpcf7-spinner {
  display: none;
}
@media print, (min-width: 768px) {
  .section-common-contact.is-confirm .form-common .form-head {
    top: 0;
  }
  .section-common-contact.is-confirm .form-common .content-wrapper {
    gap: 10px;
  }
  .section-common-contact.is-confirm .form-common .form-row {
    padding: 25px 0;
  }
  .section-common-contact.is-confirm .form-common .form-row.is-spacing .form-head {
    top: 3px;
  }
  .section-common-contact.is-confirm .form-common .form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-common-contact.is-confirm .form-common .form-submit {
    margin-top: 50px;
  }
  .section-common-contact.is-confirm .title-common-primary {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-contact.is-confirm .submit-wrapper {
    gap: 0.1rem;
  }
  .section-common-contact.is-confirm .submit-wrapper .button-common-primary {
    padding: 0.1rem;
    font-size: 0.14rem;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

html.wf-active .fade-content-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

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

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes shrinkImage {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shrinkImage {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.title-common-primary {
  display: inline-block;
  position: relative;
  font-family: "adobe-garamond-pro", serif;
  line-height: 1.6;
  font-weight: 600;
}
html.is-android .title-common-primary {
  font-weight: 700;
}
.title-common-primary .title-text {
  display: inline-block;
  position: relative;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    padding-left: calc(50% - 560px);
    font-size: 0.58rem;
    letter-spacing: 0.05em;
  }
  .title-common-primary::before {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 4px;
    left: 0;
    border-bottom: 1px solid #fff;
  }
  .title-common-primary .title-text {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1179.98px) {
  .title-common-primary {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    font-size: 0.22rem;
    letter-spacing: 0.005em;
    line-height: 1.0909090909;
  }
  .title-common-primary .title-text {
    padding-bottom: 0.05rem;
    padding-left: 0.24rem;
  }
  .title-common-primary .title-text::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #fff;
  }
}

.title-common-primary.is-japanese .title-text {
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .title-common-primary.is-japanese {
    padding-bottom: 8px;
    padding-left: calc(50% - 510px);
    font-size: 0.37rem;
    letter-spacing: 0.4em;
  }
  .title-common-primary.is-japanese::before {
    right: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .title-common-primary.is-japanese {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary.is-japanese {
    font-size: 0.26rem;
    letter-spacing: 0.15em;
  }
  .title-common-primary.is-japanese .title-text {
    padding-left: 0.26rem;
  }
  .title-common-primary.is-japanese .title-text::before {
    right: 0.04rem;
  }
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  padding: 0.12rem 0.1rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #fff;
  border-radius: unset;
  opacity: 1;
  background-color: transparent;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) {
  .button-common-primary:hover {
    opacity: 0.7;
  }
}
.button-common-primary.is-simple {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: unset;
  margin-left: unset;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    width: 2.72rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 2rem;
  }
}

.form-common {
  color: #fff;
}
.form-common .form-row:first-child {
  padding-top: 0;
}
.form-common .form-row.is-inquiry {
  border-bottom: none;
}
.form-common .form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.form-common .form-head .title-english {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
}
.form-common .select-common select,
.form-common .select-common input,
.form-common .select-common textarea,
.form-common .input-common select,
.form-common .input-common input,
.form-common .input-common textarea,
.form-common .textarea-common select,
.form-common .textarea-common input,
.form-common .textarea-common textarea {
  border: 1px solid #fff;
  color: #fff;
}
.form-common .select-common select::-webkit-input-placeholder, .form-common .select-common input::-webkit-input-placeholder, .form-common .select-common textarea::-webkit-input-placeholder, .form-common .input-common select::-webkit-input-placeholder, .form-common .input-common input::-webkit-input-placeholder, .form-common .input-common textarea::-webkit-input-placeholder, .form-common .textarea-common select::-webkit-input-placeholder, .form-common .textarea-common input::-webkit-input-placeholder, .form-common .textarea-common textarea::-webkit-input-placeholder {
  color: #fff;
}
.form-common .select-common select::-moz-placeholder, .form-common .select-common input::-moz-placeholder, .form-common .select-common textarea::-moz-placeholder, .form-common .input-common select::-moz-placeholder, .form-common .input-common input::-moz-placeholder, .form-common .input-common textarea::-moz-placeholder, .form-common .textarea-common select::-moz-placeholder, .form-common .textarea-common input::-moz-placeholder, .form-common .textarea-common textarea::-moz-placeholder {
  color: #fff;
}
.form-common .select-common select:-ms-input-placeholder, .form-common .select-common input:-ms-input-placeholder, .form-common .select-common textarea:-ms-input-placeholder, .form-common .input-common select:-ms-input-placeholder, .form-common .input-common input:-ms-input-placeholder, .form-common .input-common textarea:-ms-input-placeholder, .form-common .textarea-common select:-ms-input-placeholder, .form-common .textarea-common input:-ms-input-placeholder, .form-common .textarea-common textarea:-ms-input-placeholder {
  color: #fff;
}
.form-common .select-common select::-ms-input-placeholder, .form-common .select-common input::-ms-input-placeholder, .form-common .select-common textarea::-ms-input-placeholder, .form-common .input-common select::-ms-input-placeholder, .form-common .input-common input::-ms-input-placeholder, .form-common .input-common textarea::-ms-input-placeholder, .form-common .textarea-common select::-ms-input-placeholder, .form-common .textarea-common input::-ms-input-placeholder, .form-common .textarea-common textarea::-ms-input-placeholder {
  color: #fff;
}
.form-common .select-common select::placeholder,
.form-common .select-common input::placeholder,
.form-common .select-common textarea::placeholder,
.form-common .input-common select::placeholder,
.form-common .input-common input::placeholder,
.form-common .input-common textarea::placeholder,
.form-common .textarea-common select::placeholder,
.form-common .textarea-common input::placeholder,
.form-common .textarea-common textarea::placeholder {
  color: #fff;
}
html.is-tablet .form-common .select-common select,
html.is-tablet .form-common .select-common input,
html.is-tablet .form-common .select-common textarea,
html.is-tablet .form-common .input-common select,
html.is-tablet .form-common .input-common input,
html.is-tablet .form-common .input-common textarea,
html.is-tablet .form-common .textarea-common select,
html.is-tablet .form-common .textarea-common input,
html.is-tablet .form-common .textarea-common textarea {
  outline: none;
}
html.is-tablet .form-common .select-common select:focus,
html.is-tablet .form-common .select-common input:focus,
html.is-tablet .form-common .select-common textarea:focus,
html.is-tablet .form-common .input-common select:focus,
html.is-tablet .form-common .input-common input:focus,
html.is-tablet .form-common .input-common textarea:focus,
html.is-tablet .form-common .textarea-common select:focus,
html.is-tablet .form-common .textarea-common input:focus,
html.is-tablet .form-common .textarea-common textarea:focus {
  outline: none;
}
.form-common .checkbox-common {
  position: relative;
}
.form-common .checkbox-common .wpcf7-list-item-label::before, .form-common .checkbox-common .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.02rem;
  left: 0;
  background-color: transparent;
}
.form-common .checkbox-common .wpcf7-list-item-label::before {
  border: 0.01rem solid #fff;
}
.form-common .checkbox-common .wpcf7-list-item {
  position: relative;
}
.form-common .checkbox-common .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.form-common .form-content .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-common .form-privacy {
  margin-bottom: 0.2rem;
  text-align: center;
}
.form-common .form-privacy .privacy-link {
  position: relative;
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
}
.form-common .form-privacy .privacy-link::after {
  content: "";
  position: absolute;
  right: 0;
  background: url("../img/common/icon_external.png") center/100% auto no-repeat;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.form-common .form-privacy .privacy-link:hover {
  text-decoration-color: transparent;
}
.form-common .wpcf7-acceptance input {
  display: none;
}
.form-common .form-agree {
  margin-bottom: 0.6rem;
  text-align: center;
}
.form-common .form-agree .wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0.07rem 0.35rem;
  cursor: pointer;
}
.form-common .form-agree .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  border: 1px solid #fff;
}
.form-common .form-agree .wpcf7-list-item-label a {
  text-underline-offset: 0.02rem;
}
.form-common .form-agree .wpcf7-form-control-wrap {
  display: block;
}
.form-common .form-agree .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::before {
  border-width: 0;
  background: #fff url("../img/common/checked_icn_01.svg") center/0.3rem 0.3rem no-repeat;
}
.form-common .checkbox-common .wpcf7-list-item,
.form-common .radio-common .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.form-common .checkbox-common input,
.form-common .radio-common input {
  display: none;
}
.form-common .checkbox-common .wpcf7-list-item-label,
.form-common .radio-common .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.form-common .form-submit .submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, (min-width: 768px) {
  .form-common {
    max-width: 1026px;
    margin-right: auto;
    margin-left: auto;
  }
  .form-common .form-content {
    width: 100%;
    max-width: 734px;
  }
  .form-common .form-content .content-wrapper {
    gap: 22px;
  }
  .form-common .form-head {
    position: relative;
    top: -2px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 292px;
    padding-right: 20px;
    padding-left: 48px;
    letter-spacing: 0.1em;
  }
  .form-common .form-head .title-english {
    font-size: 0.26rem;
    line-height: 1.5;
  }
  .form-common .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
    border-bottom: 1px solid #fff;
  }
  .form-common .form-row.is-spacing {
    padding-bottom: 37px;
  }
  .form-common .form-row.is-spacing .form-head {
    top: -9px;
  }
  .form-common .select-common select,
  .form-common .select-common input,
  .form-common .select-common textarea,
  .form-common .input-common select,
  .form-common .input-common input,
  .form-common .input-common textarea,
  .form-common .textarea-common select,
  .form-common .textarea-common input,
  .form-common .textarea-common textarea {
    width: 100%;
    max-width: 640px;
    min-height: 88px;
    padding: 13px;
    border-radius: 10px;
    font-size: 0.17rem;
  }
  .form-common .textarea-common textarea {
    height: 330px;
  }
  .form-common .checkbox-common {
    font-size: 0.22rem;
  }
  .form-common .checkbox-common .wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 41px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-common .checkbox-common .wpcf7-list-item-label {
    padding-left: 32px;
    letter-spacing: 0.1em;
  }
  .form-common .checkbox-common .wpcf7-list-item-label::before, .form-common .checkbox-common .wpcf7-list-item-label::after {
    top: 11px;
    border-radius: 4px;
  }
  .form-common .checkbox-common .wpcf7-list-item-label::before {
    width: 21px;
    height: 21px;
  }
  .form-common .checkbox-common .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::before {
    border-width: 0;
    background: #fff url("../img/common/checked_icn_01.svg") center/30px 30px no-repeat;
  }
  .form-common .wpcf7-not-valid-tip {
    font-size: 17px;
  }
  .form-common .form-agree .wpcf7-list-item-label::before {
    top: 2px;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 4px;
  }
  .form-common .form-agree .wpcf7-list-item {
    margin-left: 0;
  }
  .form-common .form-submit .submit-wrapper {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  .form-common .form-privacy .privacy-link {
    margin-right: 3px;
    padding-right: 18px;
  }
  .form-common .form-privacy .privacy-link::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common .form-row {
    padding: 0.18rem 0 0.28rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .form-common .form-row.is-spacing {
    padding-bottom: 0.22rem;
  }
  .form-common .form-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.07rem;
  }
  .form-common .form-head .title-english {
    padding-right: 0.1rem;
    font-size: 0.24rem;
  }
  .form-common .form-head .title-japanese {
    font-size: 0.14rem;
  }
  .form-common .select-common select,
  .form-common .select-common input,
  .form-common .select-common textarea,
  .form-common .input-common select,
  .form-common .input-common input,
  .form-common .input-common textarea,
  .form-common .textarea-common select,
  .form-common .textarea-common input,
  .form-common .textarea-common textarea {
    width: 100%;
    min-height: 0.37rem;
    padding: 0.04rem 0.05rem 0.06rem;
    border-radius: 0.04rem;
  }
  .form-common .checkbox-common .wpcf7-list-item-label {
    padding-left: 0.19rem;
  }
  .form-common .checkbox-common .wpcf7-list-item-label::before, .form-common .checkbox-common .wpcf7-list-item-label::after {
    top: 0.06rem;
    border-radius: 0.02rem;
  }
  .form-common .checkbox-common .wpcf7-list-item-label::before {
    width: 0.15rem;
    height: 0.15rem;
  }
  .form-common .checkbox-common .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::before {
    background: #fff url("../img/common/checked_icn_01.svg") center/0.2rem 0.2rem no-repeat;
  }
  .form-common .textarea-common textarea {
    height: 1.02rem;
  }
  .form-common .form-content .content-wrapper {
    gap: 0.1rem;
  }
  .form-common .form-submit {
    margin-top: 0.3rem;
  }
  .form-common .form-agree .wpcf7-list-item-label::before {
    top: 0.01rem;
    width: 0.2rem;
    height: 0.2rem;
    left: 0;
    border-radius: 0.02rem;
  }
  .form-common .form-agree .wpcf7-list-item {
    margin-left: 0;
  }
  .form-common .form-privacy .privacy-link {
    margin-right: 0.03rem;
    padding-right: 0.14rem;
  }
  .form-common .form-privacy .privacy-link::after {
    content: "";
    position: absolute;
    top: 0.07rem;
    right: 0;
    width: 0.09rem;
    height: 0.09rem;
  }
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none !important;
}

.list-common-notes {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .list-common-notes .list-item {
    font-size: 0.15rem;
    letter-spacing: 0.05em;
    line-height: 1.8666666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-notes .list-item {
    font-size: 0.14rem;
    letter-spacing: 0.04em;
    line-height: 1.1428571429;
  }
}
/*# sourceMappingURL=common.css.map */