@charset "UTF-8";

:root {
  --container-size-sm: 670;
  --container-size-md: 1240;
  --container-size-large: 1440;
  --black: #222222;
  --white: #fff;
  --gray: #ececec;
  --darkGray: #8b8b8a;
  --red: #d9341f;
  --moodyRed: #cb1d46;
  --lightRed: #ffe8e8;
  --salmon: #fa8072;
  --blue-1: #013d8f;
  --blue-2: #0d58b2;
  --blue-3: #013e92;
  --blue-4: #3333cc;
  --paleBlue: #f0f4f8;
  --paleBlueGreen: #ebedf0;
  --yellow: #f5db00;
  --lightAmberYellow: #e1d16c;
  --paleAmberYellow: #fff9d4;
  --paleYellow: #ffffe5;
  --green: #42a766;
  --line-green: #07b53b;
  --beige: #e2dcc7;
  --lightBeige: #f0efec;
  --darkBeige: #bbb6a6;
  --red-shadow: #881f12;
  --blue-shadow: #000812;
  --line-green-shadow: #075b20;
  --font-ja: "Zen Kaku Gothic New", sans-serif;
  --font-ja-minchou: "Zen Old Mincho", serif;
  --font-en: "Inter", sans-serif;
  --font-mix: "Inter", "Zen Kaku Gothic New", sans-serif;
  --around: 99999px;
  --circle: 50%;
}

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

/* =============================================================================
Init
========================================================================== */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--- summaryの三角を消す  ---*/
summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  /*pointer-events: none;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

picture,
figure {
  display: block;
}

/* =============================================================================
Dialog
========================================================================== */
:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: var(--black);
  font-family: var(--font-ja);
  /* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", "Arial", sans-serif; */
  font-weight: 400;
  word-break: break-all;
  overflow-x: clip;
}
body.is-model {
  position: fixed;
  inset: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

/* font-size
----------------------------------------------------------*/
html {
  font-size: 2.1333333333vw;
}
@media (min-width: 751px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 1rem;
  }
}

p {
  font-size: 1rem;
}
@media (min-width: 751px) {
  p {
    font-size: 1rem;
  }
}

/*==============================================================================
Responsive
============================================================================= */
.l-container {
  margin-inline: 2.5rem;
}
@media (min-width: 751px) {
  .l-container {
    width: 62.5rem;
    margin-inline: auto;
  }
}
.l-container--sp {
  margin-inline: 2.5rem;
}
@media (min-width: 751px) {
  .l-container--sp {
    margin-inline: 0;
  }
}
@media (min-width: 751px) {
  .l-container--pc {
    width: 62.5rem;
    margin-inline: auto;
  }
}

/*==============================================================================
Common
============================================================================= */
/* header
----------------------------------------------------------*/
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--white);
/*  background: rgba(255, 255, 255, 0.8);*/
  z-index: 50;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 751px) {
  .l-header {
    display: block;
    width: 100%;
    padding-block: 0.722rem 1.4375rem;
  }
}
/*
.l-header::after {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--gray);
}
*/
.l-header__inner {
  width: 46.875rem;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 751px) {
  .l-header__inner {
    width: 90rem;
  }
}
.l-header__container {
  padding-block: 0.9375rem 0.75rem;
  padding-inline: 2.5rem;
  position: relative;
  background: var(--white);
  background: transparent;
  z-index: 50;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 751px) {
  .l-header__container {
    width: 19.6875rem;
    -webkit-margin-after: 1.4375rem;
            margin-block-end: 1.4375rem;
    padding-block: 0 0.722rem;
    padding-inline: 6.25rem 0;
    background: transparent;
  }
}
.l-header__container::after {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--gray);
}
.l-header__logo {
  width: 25.875rem;
}
@media (min-width: 751px) {
  .l-header__logo {
    width: 19.6875rem;
  }
}

/* footer
----------------------------------------------------------*/
.footer {
  background: var(--white);
}
.footer__copy {
  padding-block: 3.1875rem;
  background: var(--black);
  text-align: center;
  color: var(--white);
  font-size: 1.25rem;
}
@media (min-width: 751px) {
  .footer__copy {
    padding-block: 2.8125rem;
    font-size: 0.625rem;
  }
}

/*==============================================================================
Object
============================================================================= */
/* Common style
----------------------------------------------------------*/
.main__container {
  width: 41.875rem;
  -webkit-margin-after: 6.5625rem;
          margin-block-end: 6.5625rem;
  margin-inline: auto;
}
@media (min-width: 751px) {
  .main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.875rem;
    width: 75rem;
    position: relative;
  }
}
.main__wrapper {
  width: 100%;
  max-width: 52.5rem;
  margin: 0 auto;
}
.main__wrapper .l-container {
}
@media (min-width: 751px) {
  .main__wrapper .l-container {
    width: 46.25rem;
  }
}
.main .hero {
  padding-block: 4.0625rem 0;
  position: relative;
}
@media (min-width: 751px) {
  .main .hero {
    -webkit-padding-before: 3.25rem;
            padding-block-start: 3.25rem;
  }
}
.main .hero__title {
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
  position: relative;
  color: var(--red);
  font-size: 2.5rem;
  font-weight: 900;
  font-family: var(--font-mix);
  line-height: 1.5;
  letter-spacing: 0.025em;
  z-index: 1;
}
@media (min-width: 751px) {
  .main .hero__title {
    font-size: 1.625rem;
  }
}
.main .entry__title {
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
  position: relative;
  color: var(--red);
  font-size: 2.5rem;
  font-weight: 900;
  font-family: var(--font-mix);
  line-height: 1.5;
  letter-spacing: 0.025em;
  z-index: 1;
}
@media (min-width: 751px) {
  .main .entry__title {
    font-size: 1.625rem;
  }
}
.main .hero__switch {
  display: flex;
  justify-content: end;
  align-items: center;
}
.main .hero__switch-item,
.main .hero__switch-item a {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-en);
  line-height: 1.125;
  letter-spacing: 0.025em;
}
@media (min-width: 751px) {
  .main .hero__switch-item,
  .main .hero__switch-item a {
    font-size: 1rem;
  }
}
.main .hero__switch-item a.is-active,
.main .hero__switch-item a:hover {
  color: var(--red);
}


/* Home style
----------------------------------------------------------*/
.page-home .hero {
  -webkit-margin-before: 6.9rem;
          margin-block-start: 6.9rem;
}
@media (min-width: 751px) {
  .page-home .hero {
    -webkit-margin-before: 9.25755rem;
            margin-block-start: 9.25755rem;
  }
}
@media (max-width: 750px) {
  .page-home .page-hero {
    padding: 3.125rem 0 0;
  }
}
.page-home .top-fv {
  width: calc(100% + 280px);
  margin: 0 -140px 30px -140px;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  text-align: center;
  -webkit-transition: transform .2s linear;
  transition: transform .2s linear;
}
@media (max-width: 750px) {
  .page-home .top-fv {
    width: 100%;
    max-width: 100%;
    margin: 0 0 3.75rem;
  }
}
.page-home .top-fv img {
  height: auto;
  min-height: 59px;
  object-fit: cover;
  max-width: 100%;
  border: none;
}
@media (max-width: 750px) {
  .page-home .top-fv img {
    min-height: 12rem;
    object-fit: fill;
  }
}
.page-home .top-fv__slide {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.page-home .top-fv__slidebox {
  position: relative
}
.page-home .top-fv__slidebox a {
  display: block;
}
.page-home .swiper-wrapper{
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-home .swiper-container {
  margin: 0 auto;
}
.page-home .swiper-slide {
  height: auto;
  text-align: center;
  box-sizing: border-box;
}
.page-home .swiper-button-prev,
.page-home .swiper-button-next {
  width: 27px;
  height: 44px;
  margin-top: 0;
  padding: 30px 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, .1);
  box-sizing: content-box;
  border: none;
  border-radius: 5px;
}
@media (max-width:750px) {
  .page-home .swiper-button-prev,
  .page-home .swiper-button-next {
    padding: 20px 10px;
    -webkit-transform: translateY(-50%) scale(.7, .7);
    transform: translateY(-50%) scale(.7, .7);
  }
}
.page-home .swiper-button-prev {
  left: 10px;
  right: auto;
/*  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");*/
}
.page-home .swiper-button-next {
  left: auto;
  right: 10px;
/*  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");*/
}
.page-home .swiper-button-prev:hover,
.page-home .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, .2);
}
.page-home .swiper-button-prev:after,
.page-home .swiper-button-next:after {
  content: none;
}
.page-home .swiper-pagination {
  padding: .5rem 0;
  position: static;
  box-sizing: content-box;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 751px) {
  .page-home .swiper-pagination {
    padding: .75rem 0;
  }
}
.page-home .swiper-pagination-bullet {
  margin: 0 5px 0;
  border: none;
  background-color: transparent;
  opacity: 1;
}
.page-home .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  background-color: rgba(255, 255, 255, .5);
  cursor: pointer;
}
@media (min-width: 751px) {
  .page-home .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 8px;
    border-radius: 0;
  }
}
.page-home .lower_slider_controller {
  margin: 0;
  text-align: center;
}
.page-home .lower_slider_controller .swiper-button-next,
.page-home .lower_slider_controller .swiper-button-prev {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.page-home .lower_slider_controller .swiper-pagination {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
}
.page-home .lower_slider_controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, .5);
}
.page-home .whatsnew__table {
  position: relative;
}
.page-home .whatsnew__table-body {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  gap: 0.1rem;
  margin: 0 0 0.5rem;
  background: var(--lightBeige);
}
@media (min-width: 751px) {
  .page-home .whatsnew__table-body {
    gap: 0.5rem;
    margin: 0 0 0.25rem;
  }
}
.page-home .whatsnew__table-body-item {
/*  width: 11.5625rem;*/
  height: 6.25rem;
  place-content: center;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 751px) {
  .page-home .whatsnew__table-body-item {
/*    width: 15.625rem;*/
    height: 3.125rem;
    font-size: 1.125rem;
  }
}
.page-home .whatsnew__table-body-item a {
  color: var(--black);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.page-home .whatsnew__table-body-item a:hover {
  color: var(--red);
}
@media (min-width: 751px) {
  .page-home .whatsnew__table-body-item a {
    font-size: 1rem;
  }
}
.page-home .whatsnew__table-body-item:nth-of-type(1) {
  width: 8.125rem;
  place-content: center;
  background: var(--black);
  text-align: center;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .page-home .whatsnew__table-body-item:nth-of-type(1) {
    width: 10rem;
    font-size: 1rem;
  }
}
.page-home .whatsnew__table-body:nth-of-type(2) .comparison__table-body-item:first-child {
  border-radius: 0.625rem 0 0 0;
}
.page-home .whatsnew__table-body:last-of-type .comparison__table-body-item:first-child {
  border-radius: 0 0 0 0.625rem;
}
.page-home .whatsnew__table-body:last-of-type .comparison__table-body-item:nth-of-type(2) {
  height: 8.125rem;
  border-bottom: 0.5rem solid var(--red);
  border-radius: 0 0 0.625rem 0.625rem;
}
@media (min-width: 751px) {
  .page-home .whatsnew__table-body:last-of-type .comparison__table-body-item:nth-of-type(2) {
    height: 3.75rem;
    border-width: 0.375rem;
  }
}
.page-home .whatsnew__table-body:last-of-type .comparison__table-body-item:nth-of-type(3), .page-home .whatsnew__table-body:last-of-type .comparison__table-body-item:nth-of-type(4) {
  border-bottom: 1px solid var(--black);
}
.page-home .whatsnew__table-body:last-of-type .comparison__table-body-item:nth-of-type(4) {
  border-radius: 0 0 0.625rem 0;
}
.page-home .article__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 751px) {
  .page-home .article__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.page-home .article__image {
  margin: 0 0 0.75rem;
}
@media (min-width: 751px) {
  .page-home .article__image {
    margin: 0 0 0.5rem;
  }
}
.page-home .article__title {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-mix);
  line-height: 1.25;
  letter-spacing: 0.025em;
  text-align: center;
}
@media (min-width: 751px) {
  .page-home .article__title {
    font-size: 1rem;
  }
}
.page-home .article-ex__container {
  margin: 0.9375rem 0 1.75rem;
}
@media (min-width: 751px) {
  .page-home .article-ex__container {
    margin: 0 0 1.5rem;
  }
}
.page-home .article-ex__item {
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 751px) {
  .page-home .article-ex__item {
    height: 3.5rem;
  }
}
.page-home .article-ex__title {
  color: var(--black);
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-mix);
  line-height: 1.25;
  letter-spacing: 0.025em;
  text-align: center;
}
@media (min-width: 751px) {
  .page-home .article-ex__title {
    font-size: 1.5rem;
  }
}
.page-home .article-ex__title:hover {
  color: var(--red);
}
.page-home .article-ex__title.blinking {
  color: var(--red);
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes blink {
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes blink {
  0% {opacity:0;}
  100% {opacity:1;}
}


/* Vision style
----------------------------------------------------------*/
.page-vision .page-hero {
  padding: 3.125rem 0 2.03125rem;
}
.page-vision .main .hero__title {
  margin: 0;
  color: var(--black);
}
@media (min-width: 751px) {
  .page-vision .main .hero__title {
    font-size: 2rem;
  }
}
.page-vision .main .hero__title .sub {
  font-size: 2rem;
}
@media (min-width: 751px) {
  .page-vision .main .hero__title .sub {
    font-size: 1.625rem;
  }
}
.page-vision .hero__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  gap: 2.3125rem;
  margin: 0 0 1.5rem;
}
.page-vision .vision-sns__nav {
  padding: 0 0 3.75rem;
}
@media (min-width: 751px) {
  .page-vision .vision-sns__nav {
    padding: 0 0 3rem;
  }
}
.page-vision .vision-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  gap: 2.3125rem;
}
@media (min-width: 751px) {
  .page-vision .vision-sns__list {
  }
}
.page-vision .vision-sns__item a {
  font-family: var(--font-en);
}
.page-vision .vision-sns__link--navico {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media (max-width: 750px) {
  .page-vision .vision-sns__link--navico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    gap: 0.125rem;
  }
}
@media (min-width: 751px) {
  .page-vision .vision-sns__link--navico {
    font-size: 1rem;
  }
}
.page-vision .article__title {
  margin: 0 0 2.5rem;
  padding: 1rem 1.25rem;
  font-size: 1.625rem;
  font-weight: 700;
  font-family: var(--font-mix);
  letter-spacing: 0.1em;
  background: var(--paleBlueGreen);
}
@media (min-width: 751px) {
  .page-vision .article__title {
    margin: 0 0 1.875rem;
    font-size: 1.125rem;
  }
}
.page-vision .article__item {
  margin: 0 0 3.75rem;
  padding: 2.8125rem 1.875rem 3rem;
  background: #fcfcfc; /*var(--white);*/
  border-radius: 0.625rem;
  box-shadow: 0.0625rem 0.0625rem 0.3125rem 0.0625rem #ddd;
}
@media (min-width: 751px) {
  .page-vision .article__item {
    margin: 0 0 3.125rem;
    padding: 2.1875rem 1.125rem 2.5rem;
  }
}
.page-vision .article__date {
  margin: 0 0 2.5rem;
  color: var(--red);
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-mix);
  letter-spacing: 0.05em;
  text-decoration: underline;
}
@media (min-width: 751px) {
  .page-vision .article__date {
    margin: 0 0 1.875rem;
    font-size: 1rem;
  }
}
.page-vision .article__content {
  font-family: var(--font-ja-minchou);
  font-weight: 500;
}
.page-vision .article__content p {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .page-vision .article__content p {
    font-size: 1rem;
  }
}
.page-vision .article__item p:not(:last-child) {
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 0.25rem dotted var(--darkGray);
/*
  background-image: linear-gradient(to right, #333 4px, transparent 4px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
*/
}
@media (min-width: 751px) {
  .page-vision .article__item p:not(:last-child) {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.1875rem dotted var(--darkGray);
  }
}
.page-vision .article__item p.unlined {
  margin-bottom: 0;
  padding-bottom: 2.25rem;
  border-bottom: none;
}
@media (min-width: 751px) {
  .page-vision .article__item p.unlined {
    margin-bottom: 0;
    padding-bottom: 1.75rem;
    border-bottom: none;
  }
}
.page-vision .article__content a {
  display: inline;
  color: blue;
  text-decoration: underline;
}
.page-vision .article__content a:hover {
  text-decoration: none;
}

.page-vision .article__content figure {
    display: block;
    margin: 0 0 2.5rem;
}
@media (min-width: 751px) {
  .page-vision .article__content figure {
    margin: 0 0 1.875rem;
  }
}
.page-vision .article__content figure:last-child {
  margin: 0;
}
.page-vision .article__content figure.lined {
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 0.25rem dotted var(--darkGray);
}
@media (min-width: 751px) {
  .page-vision .article__content figure.lined {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.1875rem dotted var(--darkGray);
  }
}
.page-vision .article__content figcaption {
  font-size: 1.25rem;
}
@media (min-width: 751px) {
  .page-vision .article__content figcaption {
    font-size: 0.875rem;
  }
}
.page-vision .article__content img {
    width: auto;
}


/* Recent-works style
----------------------------------------------------------*/
.page-recent-works .page-hero {
  padding: 3.125rem 0 2.03125rem;
}
.page-recent-works .main .hero__title {
  margin: 0;
}
.rw__item:not(:last-child) {
  margin: 0 0 2px;
}
.rw__head {
  padding: 0.625rem 1.25rem;
  font-size: 1.625rem;
  font-weight: 500;
  font-family: var(--font-mix);
  line-height: 1.5;
  text-align: left;
  background: var(--paleBlueGreen);
  cursor: pointer;
}
.rw__head.is-active {
  color: var(--white);
  background: var(--red);
}
@media (min-width: 751px) {
  .rw__head {
    padding: 0.3125rem 1rem;
    font-size: 1rem;
  }
  .rw__head:hover {
    color: var(--white);
    background: #ff9900;
  }
}
.rw__body.js-toggle-item {
  display: none;
}
.rw__detail-inner {
  width: auto;
  margin: 1.5rem auto;
}
@media (min-width: 751px) {
  .rw__detail-inner {
    width: 500px;
  }
}
.rw__detail-image {
  display: grid;
  place-content: center;
  place-items: center;
}
.rw__detail-image img {
  width: 18.75rem;
}
@media (min-width: 751px) {
  .rw__detail-image img {
    width: 250px;
    cursor: pointer;
  }
  .rw__detail-image img:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
            transition: 0.3s;
  }
}
.rw__detail-text {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-family: var(--font-mix);
  line-height: 1.25;
  text-align: right;
}
@media (min-width: 751px) {
  .rw__detail-text {
    font-size: 0.875rem;
  }
}


/* Profile style
----------------------------------------------------------*/
.page-profile .page-hero,
.page-profile-en .page-hero {
  padding: 3.125rem 0 2.03125rem;
}
.page-profile .main .hero__title,
.page-profile-en .main .hero__title {
  margin: 0;
}
.profile__menu {
  margin: 0 0 1.875rem;
}
.profile__menu-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
}
.profile__menu-item {
  width: 50%;
}
.profile__menu-item a {
  padding: 0.25rem 0;
  color: #ff6699;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: var(--font-mix);
  line-height: 1.125;
  letter-spacing: 0.025em;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 751px) {
  .profile__menu-item a {
    padding: 0.25rem 1.25rem;
    font-size: 1rem;
  }
}
.profile__item:not(:last-child) {
  margin: 0 0 3.625rem;
}
.profile__item h2 {
  position: relative;
  margin: 0 0 2.5rem;
  padding: 0.3125rem 1.75rem 0.5rem;
  font-size: 1.625rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .profile__item h2 {
    margin: 0 0 2.5rem;
    padding: 0.3125rem 1.25rem 0.5rem;
    font-size: 1.125rem;
  }
}
.profile__item h2::before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 0.75rem solid var(--black);
}
@media (min-width: 751px) {
  .profile__item h2::before {
    border-left: 0.375rem solid var(--black);
  }
}
.profile__item h2::after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  border-bottom: 2px solid #999;
}
@media (min-width: 751px) {
  .profile__item h2::after {
    bottom: -0.5rem;
    border-bottom: 2px solid #999;
  }
}
.biography__table {
  width: 100%;
  padding: 0 .5rem;
}
.biography__table table {
  width: 100%;
}
.biography__table table tbody {
  display: grid;
  grid-gap: 0.25rem;
}
.biography__table table tr {
  display: grid;
  grid-template-columns: 1fr 6fr;
  grid-gap: 0;
  place-items: start;
}
@media (min-width: 751px) {
  .biography__table table tr {
    grid-template-columns: 1fr 10fr;
    grid-gap: 0.5rem;
  }
}
.biography__table table tr:nth-child(odd) {
  /*background: var(--paleAmberYellow);*/
}
.biography__table table td {
  padding: 0.5rem 1rem;
  place-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: var(--font-mix);
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 751px) {
  .biography__table table td {
    font-size: 0.875rem;
  }
}
.biography__table table td:first-child {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .biography__table table td:first-child {
    font-size: 0.875rem; /*font-size: 1rem;*/
  }
}
.biography__table table td a {
  display: inline;
  color: var(--black);
  font-weight: 700;
}
.biography__table table td a:hover {
  color: var(--red);
}
.biography__table table td em {
  font-style: italic;
}
.pubcol__table {
  margin: 0 .5rem 0;
  padding: 0 .5rem .5rem;
  /*background: var(--lightAmberYellow);*/
}
.pubcol__table:not(:last-child) {
  margin: 0 .5rem 2rem;
}
.pubcol__table h3 {
  padding: 0.75rem 0.125rem 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .pubcol__table h3 {
    padding: 0.75rem 0.125rem 1rem;
    font-size: 1rem;
  }
}
.pubcol__table table {
  width: 100%;
}
.pubcol__table table tbody {
  display: grid;
  grid-gap: 0.25rem;
}
.pubcol__table table tr {
}
@media (min-width: 751px) {
  .pubcol__table table tr {
  }
}
.pubcol__table table tr:nth-child(odd) {
  background: var(--white);
}
.pubcol__table table td {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 0;
  /*background: var(--lightAmberYellow);*/
}
@media (min-width: 751px) {
  .pubcol__table table td {
    grid-template-columns: auto auto;
  }
}
.pubcol__table table td p {
  padding: 0.5rem 1rem;
  place-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: var(--font-mix);
  line-height: 1.5;
  text-align: left;
  background: var(--white);
}
@media (min-width: 751px) {
  .pubcol__table table td p {
    font-size: 0.875rem;
  }
}
.pubcol__table table td p:nth-child(even) {
  /*background: var(--lightAmberYellow);*/
}
@media (min-width: 751px) {
  .pubcol__table table td p:nth-child(even) {
    background: var(--white);
  }
  .pubcol__table table td p:nth-child(4n+3),
  .pubcol__table table td p:nth-child(4n+4) {
    /*background: var(--lightAmberYellow);*/
  }
}
.pubcol__table table td a {
  display: inline;
  color: var(--black);
  font-weight: 700;
}
.pubcol__table table td a:hover {
  color: var(--red);
}
.pubcol__table table td em {
  font-style: italic;
}


/* Information style
----------------------------------------------------------*/
.page-information .page-hero,
.page-information-en .page-hero {
  padding: 3.125rem 0 2.03125rem;
}
.page-information .main .hero__title,
.page-information-en .main .hero__title {
  margin: 0;
}
.information__item {
    width: auto;
    margin: 0 auto;
}
.information__item:not(:last-child) {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 0.125rem dotted var(--darkGray);
}
@media (min-width: 751px) {
  .information__item {
    width: 500px;
  }
}
.information__title {
  margin: 0 0 1.875rem;
  padding: 0 1rem;
  font-size: 1.625rem;
  font-weight: 700;
  font-family: var(--font-mix);
  line-height: 1.125;
  text-align: center;
}
@media (min-width: 751px) {
  .information__title {
    margin: 0 0 1.25rem;
    padding: 0 1rem;
    font-size: 1.25rem;
  }
}
.information__image {
  display: grid;
  place-content: center;
  place-items: center;
}
.information__txt p {
  margin: 0.625rem 0 0;
  padding: 0 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: var(--font-mix);
  line-height: 1.5;
}
@media (min-width: 751px) {
  .information__txt p {
    font-size: 0.875rem;
  }
}
.information__txt p:first-child {
  margin: 1.25rem 0 0;
}


/* Exhibition style
----------------------------------------------------------*/
.page-exhibition .page-hero,
.page-exhibition-en .page-hero {
  padding: 3.125rem 0 2.03125rem;
}
.page-exhibition .main .hero__title,
.page-exhibition-en .main .hero__title {
  margin: 0;
}
.exhibition__type {
  margin: 0 0 1.875rem;
  padding: 0 0.5rem;
  font-size: 1.625rem;
  font-weight: 700;
  font-family: var(--font-mix);
  line-height: 1.125;
  letter-spacing: 0.1em;
}
@media (min-width: 751px) {
  .exhibition__type {
    margin: 0 0 1.875rem;
    font-size: 1.125rem;
  }
}
.exhibition__item {
    width: auto;
    margin: 0 auto;
}
.exhibition__item:not(:last-child) {
    margin-bottom: 3.125rem;
}
@media (min-width: 751px) {
  .exhibition__item {
    width: 500px;
  }
}
.exhibition__item-head {
  padding: 1.25rem 1rem;
  background: var(--lightAmberYellow);
}
.exhibition__title {
  font-size: 1.625rem;
  font-weight: 700;
  font-family: var(--font-mix);
  line-height: 1.125;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 751px) {
  .exhibition__title {
    font-size: 1.25rem;
  }
}
.exhibition__item-body {
  padding: 1.875rem 1rem;
  background: var(--paleAmberYellow);
}
.exhibition__mv {
  margin: 0 auto 1.875rem;
}
@media (min-width: 751px) {
  .exhibition__mv {
    width: 350px;
  }
}
.exhibition__image {
  display: grid;
  place-content: center;
  place-items: center;
}
@media (min-width: 751px) {
  .exhibition__image {
  }
}
.exhibition__txt dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 1.875rem;
  padding: 0 0 1.875rem;
  border-bottom: 1px solid var(--gray);
}
.exhibition__txt dt {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-mix);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 751px) {
  .exhibition__txt dt {
    font-size: 0.9375rem;
  }
}
.exhibition__txt dd {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: var(--font-mix);
  line-height: 1.5;
}
@media (min-width: 751px) {
  .exhibition__txt dd {
    font-size: 0.875rem;
  }
}
.exhibition__txt p {
  margin: 1.25rem 0 0;
  padding: 0 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: var(--font-mix);
  line-height: 1.5;
}
@media (min-width: 751px) {
  .exhibition__txt p {
    font-size: 0.875rem;
  }
}
.exhibition__txt p:first-child {
  margin: 0.625rem 0 0;
}
.exhibition__txt a {
  display: inline;
  color: blue;
  text-decoration: underline;
}
.exhibition__txt a:hover {
  text-decoration: none;
}
.exhibition__txt em {
  color: red;
  font-weight: 700;
}

.exhibition__txt ul {
  margin: 1.25rem 0 0;
  padding: 0 1rem;
}
.exhibition__txt li {
}
@media (min-width: 751px) {
  .exhibition__txt li {
  }
}
.exhibition__txt li:not(:last-child) {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px dotted darkgray;
}
.exhibition__txt h4 {
  font-weight: 700;
}
.exhibition__ytmoca {
  width: 100%;
  max-width: 31.25rem;
}
@media (min-width: 751px) {
  .exhibition__ytmoca {
    width: 300px;
    max-width: initial;
  }
}


/* Contact style
----------------------------------------------------------*/
.page-contact .page-hero,
.page-contact-en .page-hero {
  padding: 3.125rem 0 2.03125rem;
}
.page-contact .main .hero__title,
.page-contact-en .main .hero__title {
  margin: 0;
}
.page-contact .hero__img {
  display: none;
  width: 25rem;
  margin: 0 auto;
}
.page-contact .contact__title {
  margin-bottom: 2.5rem;
  font-size: 1.625rem;
  font-weight: 700;
  font-family: var(--font-mix);
  line-height: 1.125;
  text-align: center;
}
@media (min-width: 751px) {
  .page-contact .contact__title {
    margin-bottom: 3.125rem;
    font-size: 1.25rem;
  }
}
.page-contact .contact__head-text {
  margin-bottom: 3.4375rem;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: var(--font-mix);
  line-height: 1.8;
}
@media (min-width: 751px) {
  .page-contact .contact__head-text {
    margin-bottom: 3.125rem;
    font-size: 0.875rem;
  }
}
.page-contact .form__container {
  margin: 0 0 6.25rem;
  padding: 4.0625rem 1.875rem 6.875rem;
  background: var(--white);
  border-radius: 0.625rem;
  box-shadow: 0.0625rem 0.0625rem 0.3125rem 0.0625rem #ddd;
}
@media (min-width: 751px) {
  .page-contact .form__container {
    margin: 0 0 3.75rem;
    padding: 2.5rem 1.125rem 3.75rem;
  }
}
.page-contact .form__title {
  margin: 0 0 3.125rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: var(--font-mix);
}
@media (min-width: 751px) {
  .page-contact .form__title {
    margin: 0 0 2.5rem;
    font-size: 1.75rem;
  }
}
@media (min-width: 751px) {
  .page-contact .form__table dl {
    display: grid;
    grid-template-columns: 17.9375rem 27.1875rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 5rem;
  }
}
.page-contact .form__table dl:not(:last-of-type) {
  margin: 0 0 3.25rem;
}
@media (min-width: 751px) {
  .page-contact .form__table dl:not(:last-of-type) {
    margin: 0 0 1.375rem;
  }
}
@media (min-width: 751px) {
  .page-contact .form__table dl:last-of-type {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.page-contact .form__table dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3125rem;
  margin: 0 0 1.5rem;
  font-size: 1.625rem;
  font-weight: 700;
  font-family: var(--font-mix);
}
@media (min-width: 751px) {
  .page-contact .form__table dl dt {
    gap: 0.875rem;
    margin: 0;
    font-size: 1rem;
  }
}
.page-contact .form__table dl dd input,
.page-contact .form__table dl dd textarea {
  width: 100%;
  font-size: 1.5rem;
  font-family: var(--font-mix);
  border: 1px solid var(--black);
  border-radius: 0.3125rem;
}
@media (min-width: 751px) {
  .page-contact .form__table dl dd input,
  .page-contact .form__table dl dd textarea {
    font-size: 1rem;
  }
}
.page-contact .form__table dl dd input {
  place-content: center;
  padding-block: 1.5rem;
  padding-inline: 1.5rem;
}
@media (min-width: 751px) {
  .page-contact .form__table dl dd input {
    padding-block: 1rem;
    padding-inline: 1.125rem;
  }
}
.page-contact .form__table dl dd input::-webkit-input-placeholder {
  color: #ccc;
}
.page-contact .form__table dl dd input::-moz-placeholder {
  color: #ccc;
}
.page-contact .form__table dl dd input::-ms-input-placeholder {
  color: #ccc;
}
.page-contact .form__table dl dd input::placeholder {
  color: #ccc;
}
.page-contact .form__table dl dd textarea {
  min-height: 18.75rem;
  padding-block: 2rem;
  padding-inline: 1.4375rem;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .page-contact .form__table dl dd textarea {
    min-height: 6.625rem;
    padding-block: 1rem;
    padding-inline: 0.8125rem;
  }
}
.page-contact .form__table dl dd textarea::-webkit-input-placeholder {
  color: #ccc;
}
.page-contact .form__table dl dd textarea::-moz-placeholder {
  color: #ccc;
}
.page-contact .form__table dl dd textarea::-ms-input-placeholder {
  color: #ccc;
}
.page-contact .form__table dl dd textarea::placeholder {
  color: #ccc;
}
.page-contact .form__table .error {
  background: var(--lightBeige);
}
.page-contact .form__table .errmsg-box {
  margin: 1em 0 2em;
  padding: 1em;
  color: var(--moodyRed);
  font-size: 1.625rem;
  font-weight: bold;
  line-height: normal;
  background: var(--lightRed);
}
@media (min-width: 751px) {
  .page-contact .form__table .errmsg-box {
    font-size: 1rem;
  }
}
@media (max-width: 750px) {
  .page-contact .form__address-num input {
    width: 18.125rem !important;
  }
}
.page-contact .form__require::after, .page-contact .form__optional::after {
  padding-block: 0.75rem;
  padding-inline: 1.25rem;
  color: #fff;
  font-size: 1.375rem;
}
@media (min-width: 751px) {
  .page-contact .form__require::after, .page-contact .form__optional::after {
    padding-block: 0.3125rem;
    padding-inline: 0.625rem;
    font-size: 0.875rem;
  }
}
.page-contact .form__require::after {
  content: "必須";
  background: #d9341f;
}
.page-contact .form__optional::after {
  content: "任意";
  background: #999;
}
.page-contact .form__input-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
@media (min-width: 751px) {
  .page-contact .form__input-wrapper {
    gap: 0.9375rem;
  }
}
@media (min-width: 751px) {
  .page-contact .form__note {
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
    font-size: 0.8125rem;
  }
}
.page-contact .form__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-before: 5.625rem;
          margin-block-start: 5.625rem;
  margin-inline: auto;
}
@media (min-width: 751px) {
  .page-contact .form__button {
    width: 25rem;
    -webkit-margin-before: 2.6875rem;
            margin-block-start: 2.6875rem;
  }
}
.page-contact .form__button button {
  display: block;
  place-content: center;
  width: 32.375rem;
  height: 7.6875rem;
  background: var(--red);
/*  border-radius: var(--around);*/
  color: var(--white);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-mix);
  cursor: pointer;
  -webkit-box-shadow: 0 0.5rem 0 #881f12;
          box-shadow: 0 0.5rem 0 #881f12;
}
@media (min-width: 751px) {
  .page-contact .form__button button {
    width: 25rem;
    height: 3.75rem;
    font-size: 1.25rem;
    -webkit-box-shadow: 0 0.25rem 0 #881f12;
            box-shadow: 0 0.25rem 0 #881f12;
  }
}
.page-contact .form__button button:hover {
  opacity: 0.8;
    -webkit-transition: 0.3s;
            transition: 0.3s;
}
.page-contact .form__button button:disabled {
  background: var(--gray);
  -webkit-box-shadow: 0 0.5rem 0 #999999;
          box-shadow: 0 0.5rem 0 #999999;
}
@media (min-width: 751px) {
  .page-contact .form__button button:disabled {
    -webkit-box-shadow: 0 0.25rem 0 #999999;
            box-shadow: 0 0.25rem 0 #999999;
  }
}
@media (max-width: 750px) {
  .page-contact .form .error-msg-balloon {
    left: auto !important;
    right: 5rem;
  }
}
.page-contact .form__table .error-msg-balloon span {
  padding: 0.125rem 0.125rem 0.125rem 0.5rem;
  position: relative;
  background: var(--salmon);
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  font-family: var(--font-mix);
}
@media (min-width: 751px) {
  .page-contact .form__table .error-msg-balloon span {
    font-size: 0.875rem;
  }
}
.page-contact .form__table .error-msg-balloon span::before {
  content: "";
  width: 1.125rem;
  height: 0.703125rem;
  position: absolute;
  bottom: -0.703125rem;
  left: 50%;
  background: var(--salmon);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 751px) {
  .page-contact .form__table .error-msg-balloon span::before {
    width: 0.75rem;
    height: 0.46875rem;
    bottom: -0.46875rem;
    left: 50%;
  }
}

.page-confirm .page-hero,
.page-confirm-en .page-hero {
  padding: 3.125rem 0 2.03125rem;
}
.page-confirm .main .hero__title,
.page-confirm-en .main .hero__title {
  margin: 0;
}
.page-confirm .hero__img {
    display: none;
    width: 25rem;
    margin: 0 auto;
}
.page-confirm .contact__title {
  margin-bottom: 2.5rem;
  font-size: 1.625rem;
  font-weight: 700;
  font-family: var(--font-mix);
  line-height: 1.125;
  text-align: center;
}
@media (min-width: 751px) {
  .page-confirm .contact__title {
    margin-bottom: 3.125rem;
    font-size: 1.25rem;
  }
}
.page-confirm .contact__head-text {
  margin-bottom: 3.4375rem;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: var(--font-mix);
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 751px) {
  .page-confirm .contact__head-text {
    margin-bottom: 3.125rem;
    font-size: 0.875rem;
  }
}
.page-confirm .form__container {
  margin: 0 0 6.25rem;
  padding: 4.0625rem 1.875rem 6.875rem;
  background: var(--white);
  border-radius: 0.625rem;
  box-shadow: 0.0625rem 0.0625rem 0.3125rem 0.0625rem #ddd;
}
@media (min-width: 751px) {
  .page-confirm .form__container {
    margin: 0 0 3.75rem;
    padding: 2.5rem 1.125rem 3.75rem;
  }
}
.page-confirm .form__title {
  margin: 0 0 3.125rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: var(--font-mix);
}
@media (min-width: 751px) {
  .page-confirm .form__title {
    margin: 0 0 2.5rem;
    font-size: 1.75rem;
  }
}
@media (min-width: 751px) {
  .page-confirm .form__table dl {
    display: grid;
    grid-template-columns: 17.9375rem 27.1875rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 3rem;
    padding: 0 1rem;
  }
}
.page-confirm .form__table dl:not(:last-of-type) {
  margin: 0 0 3.25rem;
}
@media (min-width: 751px) {
  .page-confirm .form__table dl:not(:last-of-type) {
    margin: 0 0 1.375rem;
  }
}
@media (min-width: 751px) {
  .page-confirm .form__table dl:nth-of-type(even) {
    padding-block: 1.125rem;
    background: var(--paleBlue);
  }
}
@media (min-width: 751px) {
  .page-confirm .form__table dl:last-of-type {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.page-confirm .form__table dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3125rem;
  font-size: 1.625rem;
  font-weight: 700;
  font-family: var(--font-mix);
}
@media (max-width: 750px) {
  .page-confirm .form__table dl dt {
    margin: 0 0 1.5rem;
    padding: 1.25rem 1.375rem;
    background: var(--paleBlue);
  }
}
@media (min-width: 751px) {
  .page-confirm .form__table dl dt {
    gap: 0.875rem;
    font-size: 1rem;
  }
}
.page-confirm .form__table dl dd {
  padding: 0 1.375rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .page-confirm .form__table dl dd {
    padding-inline: 0;
    font-size: 1rem;
  }
}
.page-confirm .form__require::after, .page-confirm .form__optional::after {
  padding-block: 0.75rem;
  padding-inline: 1.25rem;
  color: #fff;
  font-size: 1.375rem;
}
@media (min-width: 751px) {
  .page-confirm .form__require::after, .page-confirm .form__optional::after {
    padding-block: 0.3125rem;
    padding-inline: 0.625rem;
    font-size: 0.875rem;
  }
}
.page-confirm .form__require::after {
  content: "必須";
  background: #d9341f;
}
.page-confirm .form__optional::after {
  content: "任意";
  background: #999;
}
.page-confirm .form__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5.625rem auto 0;
}
@media (min-width: 751px) {
  .page-confirm .form__button {
    width: 25rem;
    margin-top: 3.75rem;
  }
}
.page-confirm .form__button button {
  display: block;
  place-content: center;
  margin: 0 auto;
/*  border-radius: var(--around);*/
  cursor: pointer;
  font-family: var(--font-mix);
}
.page-confirm .form__button button:nth-child(1) {
  width: 32.375rem;
  height: 7.6875rem;
  margin: 0 auto 3.75rem;
  background: var(--red);
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0 0.5rem 0 #881f12;
          box-shadow: 0 0.5rem 0 #881f12;
}
@media (min-width: 751px) {
  .page-confirm .form__button button:nth-child(1) {
    width: 25rem;
    height: 3.75rem;
    margin: 0 auto 1.875rem;
    font-size: 1.25rem;
    -webkit-box-shadow: 0 0.25rem 0 #881f12;
            box-shadow: 0 0.25rem 0 #881f12;
  }
}
.page-confirm .form__button button:nth-child(2) {
  width: 25rem;
  height: 6.25rem;
  position: relative;
  background: var(--white);
  border: 0.25rem solid var(--black);
  color: var(--black);
  font-size: 1.75rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .page-confirm .form__button button:nth-child(2) {
    width: 18.75rem;
    height: 3.75rem;
    border-width: 0.125rem;
    font-size: 1.125rem;
  }
}
.page-confirm .form__button button:hover {
  opacity: 0.8;
    -webkit-transition: 0.3s;
            transition: 0.3s;
}

.page-thanks .page-hero,
.page-thanks-en .page-hero {
  padding: 3.125rem 0 2.03125rem;
}
.page-thanks .main .hero__title,
.page-thanks-en .main .hero__title {
  margin: 0;
}
.page-thanks .hero__img {
    display: none;
    width: 25rem;
    margin: 0 auto;
}
.page-thanks .contact__title {
  margin: 0 0 6.0625rem;
  padding: 5.3125rem 0;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width: 751px) {
  .page-thanks .contact__title {
    margin: 0 0 5rem;
    padding: 5rem 0;
    font-size: 1.75rem;
  }
}
.page-thanks .form__container {
  margin: 0 0 6.25rem;
  padding: 4.0625rem 1.875rem 6.875rem;
  background: var(--white);
  border-radius: 0.625rem;
  box-shadow: 0.0625rem 0.0625rem 0.3125rem 0.0625rem #ddd;
}
@media (min-width: 751px) {
  .page-thanks .form__container {
    margin: 0 0 3.75rem;
    padding: 2.5rem 1.125rem 3.75rem;
  }
}
.page-thanks .contact__text {
  margin: 0 0 2em;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 751px) {
  .page-thanks .contact__text {
    text-align: center;
    font-size: 1rem;
  }
}
.page-thanks .contact__text small {
  display: block;
  font-size: 1.25rem;
}
@media (min-width: 751px) {
  .page-thanks .contact__text small {
    font-size: 0.875rem;
  }
}
.page-thanks .contact__tel {
  margin: 0 0 4.375rem;
  text-align: center;
}
@media (min-width: 751px) {
  .page-thanks .contact__tel {
    margin: 0 0 3.4375rem;
  }
}
.page-thanks .contact__tel a {
  color: var(--black);
  font-size: 2.5rem;
  font-weight: 700;
  font-family: var(--font-mix);
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
  letter-spacing: 0.05em;
}
@media (min-width: 751px) {
  .page-thanks .contact__tel a {
    font-size: 1.75rem;
    text-decoration-thickness: 0.125rem;
  }
}
.page-thanks .contact__button a {
  display: block;
  place-content: center;
  width: 25rem;
  height: 6.25rem;
  margin-inline: auto;
  position: relative;
  background: var(--white);
/*  border-radius: var(--around);*/
  border: 0.25rem solid var(--black);
  text-align: center;
  color: var(--black);
  font-size: 1.75rem;
  font-weight: 700;
  font-family: var(--font-mix);
}
@media (min-width: 751px) {
  .page-thanks .contact__button a {
    width: 18.75rem;
    height: 3.75rem;
    border-width: 0.125rem;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}


/* Single page style
----------------------------------------------------------*/
.page-single .is-layout-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 750px) {
  .page-single .is-layout-flex {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.page-single .is-layout-flex > :is(*, div) {
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (max-width: 750px) {
  .page-single .is-not-stacked-on-mobile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-single .has-text-align-center {
  text-align: center;
}
.page-single .wp-element-button, .page-single .wp-block-button__link {
  border: 2px solid;
  text-align: center;
  font-size: 2rem !important;
}
@media (min-width: 751px) {
  .page-single .wp-element-button, .page-single .wp-block-button__link {
    font-size: 1rem !important;
  }
}
.page-single .wp-block-buttons + p {
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}
.page-single #ez-toc-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-single .entry-content h2.wp-block-heading {
  -webkit-margin-after: 2.875rem;
          margin-block-end: 2.875rem;
  -webkit-padding-after: 1.75rem;
          padding-block-end: 1.75rem;
  border-bottom: 0.25rem solid var(--black);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 751px) {
  .page-single .entry-content h2.wp-block-heading {
    -webkit-margin-after: 2.625rem;
            margin-block-end: 2.625rem;
    -webkit-padding-after: 1.25rem;
            padding-block-end: 1.25rem;
    border-width: 0.125rem;
    font-size: 1.5rem;
  }
}
.page-single .entry-content h3.wp-block-heading {
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
  padding-inline: 1.25rem;
  border-left: 0.375rem solid var(--black);
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .page-single .entry-content h3.wp-block-heading {
    -webkit-margin-after: 2.375rem;
            margin-block-end: 2.375rem;
    border-width: 0.25rem;
    font-size: 1.375rem;
  }
}
.page-single .entry-content h4.wp-block-heading {
  -webkit-margin-after: 2.25rem;
          margin-block-end: 2.25rem;
  -webkit-padding-after: 0.625rem;
          padding-block-end: 0.625rem;
  border-bottom: 0.125rem dotted var(--black);
  font-size: 2.25rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .page-single .entry-content h4.wp-block-heading {
    -webkit-margin-after: 2.25rem;
            margin-block-end: 2.25rem;
    font-size: 1.25rem;
  }
}
.page-single .entry-content h5.wp-block-heading {
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
  padding-block: 1.75rem;
  padding-inline: 1.25rem;
  background: rgba(0, 0, 15, 0.06);
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .page-single .entry-content h5.wp-block-heading {
    -webkit-margin-after: 1.5rem;
            margin-block-end: 1.5rem;
    padding-block: 1.25rem;
    font-size: 1.125rem;
  }
}
.page-single .entry-content p {
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
  font-size: 1.875rem;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .page-single .entry-content p {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.page-single .entry-content p a {
  display: inline-block;
}
.page-single .entry-content ul {
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
  list-style: disc;
}
.page-single .entry-content ul li {
  font-size: 1.875rem;
  line-height: 1.25;
}
@media (min-width: 751px) {
  .page-single .entry-content ul li {
    font-size: 1rem;
  }
}
.page-single .entry-content ul li:not(:last-of-type) {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.page-single .entry-content table {
  width: 100%;
  -webkit-margin-after: 3.625rem;
          margin-block-end: 3.625rem;
}
@media (min-width: 751px) {
  .page-single .entry-content table {
    -webkit-margin-after: 2.375rem;
            margin-block-end: 2.375rem;
  }
}
.page-single .entry-content table tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.page-single .entry-content table tr:first-child th {
  background: #8b8b8a;
  border-radius: 0.625rem 0.625rem 0 0;
  border: 0.125rem solid var(--black);
  border-bottom: none;
  color: var(--white);
  font-size: 1.75rem;
}
@media (min-width: 751px) {
  .page-single .entry-content table tr:first-child th {
    border: 0.0625rem solid var(--black);
    border-bottom: none;
    font-size: 0.875rem;
  }
}
.page-single .entry-content table tr:last-child td {
  border-bottom: 0.125rem solid var(--black);
  border-radius: 0 0 0.625rem 0.625rem;
}
@media (min-width: 751px) {
  .page-single .entry-content table tr:last-child td {
    border-bottom: 0.0625rem solid var(--black);
  }
}
.page-single .entry-content table th {
  place-content: center;
  height: 6.25rem;
  background: var(--white);
  border-left: 0.125rem solid var(--black);
  border-right: 0.125rem solid var(--black);
  border-bottom: 0.1875rem dotted var(--black);
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 751px) {
  .page-single .entry-content table th {
    height: 3.125rem;
    border-left: 0.0625rem solid var(--black);
    border-right: 0.0625rem solid var(--black);
    border-bottom: 0.125rem dotted var(--black);
    font-size: 1rem;
  }
}
.page-single .entry-content table td {
  place-content: center;
  height: 6.25rem;
  background: var(--white);
  border-right: 0.125rem solid var(--black);
  border-bottom: 0.1875rem dotted var(--black);
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 751px) {
  .page-single .entry-content table td {
    height: 3.125rem;
    border-right: 0.0625rem solid var(--black);
    border-bottom: 0.125rem dotted var(--black);
    font-size: 1rem;
  }
}
.page-single .entry-content table td:first-child {
  border-left: 0.125rem solid var(--black);
}
@media (min-width: 751px) {
  .page-single .entry-content table td:first-child {
    border-left: 0.0625rem solid var(--black);
  }
}
.page-single .entry-content figure {
  display: block;
  -webkit-margin-after: 4.375rem;
          margin-block-end: 4.375rem;
  border-radius: 0.625rem;
}
@media (min-width: 751px) {
  .page-single .entry-content figure {
    -webkit-margin-after: 3.3125rem;
            margin-block-end: 3.3125rem;
  }
}
.page-single .entry-content figcaption {
  text-align: center;
}
.page-single .entry-content img {
  max-width: 100%;
}
.page-single .entry-content iframe {
  max-width: 43.125rem;
  -webkit-margin-after: 3.125rem;
          margin-block-end: 3.125rem;
  margin-inline: auto;
  border-radius: 0.625rem;
}
@media (min-width: 751px) {
  .page-single .entry-content iframe {
    width: 25.75rem;
    height: 21.5625rem;
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
  }
}
.page-single .entry-content strong {
  font-weight: 700;
}
.page-single .entry-content em {
  font-style: italic;
}

/* 404 style
----------------------------------------------------------*/
.preparation__bg {
  padding: 12.5rem 0;
}
@media (min-width: 751px) {
  .preparation__bg {
    padding: 9.375rem 0;
  }
}
.preparation__txt {
  margin: 0 0 7rem;
  color: var(--black);
  font-size: 2.25rem;
  font-weight: 700;
  font-family: var(--font-ja);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media (min-width: 751px) {
  .preparation__txt {
    margin: 0 0 5rem;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5;
  }
}


/* Component style
----------------------------------------------------------*/
.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-section__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-block: 1.5625rem;
  position: relative;
  background: var(--black);
  border: 2px solid var(--black);
  border-radius: var(--around);
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .c-section__button {
    padding-block: 1.375rem;
    font-size: 1.375rem;
  }
}
.c-section__button::after {
  content: "";
  width: 3.4375rem;
  height: 3.4375rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  background: url(../images/common/arrow_to_right_white.webp) no-repeat top left/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 751px) {
  .c-section__button::after {
    width: 1.8125rem;
    height: 1.8125rem;
    right: 1.25rem;
  }
}

.c-back {
  -webkit-margin-after: 14.0625rem;
          margin-block-end: 14.0625rem;
}
@media (min-width: 751px) {
  .c-back {
    -webkit-margin-after: 11.0625rem;
            margin-block-end: 11.0625rem;
  }
}
.c-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.1875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-block: 1.6875rem;
  padding-inline: 2.125rem 7.875rem;
  border: 0.25rem solid var(--black);
  border-radius: var(--around);
  color: var(--black);
  font-size: 1.75rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .c-back a {
    gap: 2.75rem;
    padding-block: 1.0625rem;
    padding-inline: 1.4375rem 5.625rem;
    border-width: 0.125rem;
    font-size: 1.375rem;
  }
}
.c-back a::before {
  content: "";
  width: 2.8125rem;
  height: 2.8125rem;
/*  background: url(../images/common/arrow_to_right_black.webp) no-repeat top center/cover;*/
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 751px) {
  .c-back a::before {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.c-globalNav {
  z-index: 60;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 750px) {
  .c-globalNav {
    display: grid;
    /*grid-template-areas: "home vision" "profile information" "exhibition ." "contact contact" "store store" "line line";*/
    grid-template-areas: "home vision" "recent-works profile" "information exhibition" "contact contact" "store store" "line line";
    gap: 2.5rem;
    width: 100vw;
    height: 100vh;
    padding-block: 12.5rem;
    padding-inline: 2.5rem;
    position: fixed;
    top: 0;
    right: -100%;
    background: var(--white);
    overflow-y: scroll;
    z-index: -1;
  }
}
@media (min-width: 751px) {
  .c-globalNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.875rem;
    position: relative;
  }
}
@media (max-width: 750px) {
  .c-globalNav.is-active {
    right: 0;
  }
}
.c-globalNav__item:nth-child(1) {
  grid-area: home;
}
@media (min-width: 751px) {
  .c-globalNav__item:nth-child(1) {
    display: none;
  }
}
.c-globalNav__item:nth-child(2) {
  grid-area: vision;
}
.c-globalNav__item:nth-child(3) {
  grid-area: recent-works;
}
.c-globalNav__item:nth-child(4) {
  grid-area: profile;
}
.c-globalNav__item:nth-child(5) {
  grid-area: information;
}
.c-globalNav__item:nth-child(6) {
  grid-area: exhibition;
}
.c-globalNav__item:nth-child(7) {
  grid-area: contact;
}
@media (min-width: 751px) {
  .c-globalNav__item:nth-child(7) {
    -webkit-margin-after: 0;
            margin-block-end: 0;
    position: absolute;
    top: -6.1375rem;
    right: 26.25rem;
  }
}
.c-globalNav__item:nth-child(8) {
  grid-area: store;
}
@media (min-width: 751px) {
  .c-globalNav__item:nth-child(8) {
    -webkit-margin-after: 0;
            margin-block-end: 0;
    position: absolute;
    top: -6.1375rem;
    right: 6.25rem;
  }
}
.c-globalNav__item:nth-child(14) {
  grid-area: line;
}
@media (min-width: 751px) {
  .c-globalNav__item:nth-child(14) {
    display: none;
  }
}
.c-globalNav__link {
  font-family: var(--font-en);
}
.c-globalNav__link--nav {
  color: var(--black);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media (max-width: 750px) {
  .c-globalNav__link--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-padding-after: 1.25rem;
            padding-block-end: 1.25rem;
    border-bottom: 1px solid;
  }
}
@media (min-width: 751px) {
  .c-globalNav__link--nav {
    font-size: 1rem;
  }
}
@media (max-width: 750px) {
  .c-globalNav__link--nav::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-right: 1px solid var(--black);
    border-top: 1px solid var(--black);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.c-globalNav__link-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8125rem;
  padding-block: 1.25rem 1rem;
  position: relative;
  background: var(--red);
/*  border-radius: var(--around);*/
  text-align: center;
  color: var(--white);
  -webkit-box-shadow: 0 0.5rem 0 var(--red-shadow);
          box-shadow: 0 0.5rem 0 var(--red-shadow);
}
@media (min-width: 751px) {
  .c-globalNav__link-base {
    padding-block: 1.125rem;
    padding-inline: 2.375rem 4.3125rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-globalNav__link-base::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  right: 3.75rem;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 751px) {
  .c-globalNav__link-base::after {
    width: 0.4375rem;
    height: 0.4375rem;
    right: 1.5625rem;
  }
}
.c-globalNav__link-base .c-globalNav__item-icon {
  width: 2.5rem;
}
@media (max-width: 750px) {
  .c-globalNav__link-base .c-globalNav__item-icon {
    position: absolute;
    top: 50%;
    left: 5.75rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 751px) {
  .c-globalNav__link-base .c-globalNav__item-icon {
    width: 1.375rem;
  }
}
.c-globalNav__link-base .c-globalNav__item-text {
  font-size: 2.125rem;
  line-height: 1.25;
}
@media (min-width: 751px) {
  .c-globalNav__link-base .c-globalNav__item-text {
    font-size: 1.25rem;
  }
}
.c-globalNav__link-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-block: 1.75rem 1.5rem;
  position: relative;
  background: var(--line-green);
  border-radius: var(--around);
  text-align: center;
  color: var(--white);
  -webkit-box-shadow: 0 0.5rem 0 var(--line-green-shadow);
          box-shadow: 0 0.5rem 0 var(--line-green-shadow);
}
.c-globalNav__link-line::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  right: 3.75rem;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-globalNav__link-line .c-globalNav__item-icon {
  width: 3.125rem;
}
@media (max-width: 750px) {
  .c-globalNav__link-line .c-globalNav__item-icon {
    position: absolute;
    top: 50%;
    left: 5.4375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-globalNav__link-line .c-globalNav__item-text {
  display: block;
  -webkit-margin-after: 0.9375rem;
          margin-block-end: 0.9375rem;
  font-size: 2.125rem;
}
.c-globalNav__link-line small {
  display: block;
  font-size: 1.25rem;
}


/*
.c-mainSideNav {
}
@media (max-width: 750px) {
  .c-mainSideNav {
    display: none;
  }
}
@media (min-width: 751px) {
  .c-mainSideNav {
  }
}
@media (max-width: 750px) {
  .c-mainSideNav.is-active {
    right: 0;
  }
}
*/
/*.c-mainSideNav__item:not(:last-child) {*/
.c-mainSideNav__item {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.125rem dotted var(--black);
}
.c-mainSideNav__item a {
  font-family: var(--font-en);
}
.c-mainSideNav__link--nav {
  color: var(--black);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.main-sidebar__nav02 {
  margin: 3.75rem 0 0;
}
.main-sidebar__nav02 .c-mainSideNav__item {
  margin-bottom: 1.25rem;
  padding-bottom: 0;
  border: none;
}
.main-sidebar__nav02 .c-mainSideNav__item a {
  font-family: var(--font-en);
}
.main-sidebar__nav02 .c-mainSideNav__link--navico {
  color: var(--black);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.main-sidebar__nav03 {
  margin: 3.75rem 0 0;
}
.main-sidebar__nav03 .c-mainSideNav__item {
  margin-bottom: 1.25rem;
  padding-bottom: 0;
  border: none;
}
.main-sidebar__nav03 .c-mainSideNav__bnr--twArt {
  width: 7.125rem;
}
.main-sidebar__nav03 .c-mainSideNav__bnr--ytmoca {
  width: 9.375rem;
}
.main-sidebar__nav03 .c-mainSideNav__bnr--ask {
  width: 9.375rem;
}

.c-hamburger {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.4375rem;
  height: 2.5rem;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 50;
}
@media (min-width: 751px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger::before, .c-hamburger::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4375rem;
  position: absolute;
  background: var(--black);
  border-radius: var(--around);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-hamburger::before {
  top: 0;
}
.c-hamburger::after {
  bottom: 0;
}
.is-drawerActive .c-hamburger {
  background-color: transparent;
}
.is-drawerActive .c-hamburger::before, .is-drawerActive .c-hamburger::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-drawerActive .c-hamburger::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-drawerActive .c-hamburger::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger__line {
  width: 100%;
  height: 0.4375rem;
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--black);
  border-radius: var(--around);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.is-drawerActive .c-hamburger__line {
  background-color: transparent;
}

.cta-onlineshop__container {
  width: 41.875rem;
  margin: 0 auto;
  padding: 3.125rem 0 3.125rem;
}

.section__title-en {
  text-align: center;
  color: var(--red);
  font-size: 2.25rem;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.15em;
}
@media (min-width: 751px) {
  .section__title-en {
    font-size: 1.375rem;
  }
}

.breadcrumbs {
  -webkit-margin-before: 6.9rem;
          margin-block-start: 6.9rem;
  padding-block: 1.25rem;
  padding-inline: 2.5rem;
  background: var(--black);
}
@media (min-width: 751px) {
  .breadcrumbs {
    -webkit-margin-before: 9.25755rem;
            margin-block-start: 9.25755rem;
    padding-block: 0.625rem;
  }
}
.breadcrumbs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-inline: auto;
}
@media (min-width: 751px) {
  .breadcrumbs__container {
    gap: 0.625rem;
    width: 76.875rem;
  }
}
.breadcrumbs p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
  position: relative;
  color: #b5c2d3;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 751px) {
  .breadcrumbs p {
    gap: 0.625rem;
    font-size: 0.75rem;
  }
}
.breadcrumbs p:last-child {
  color: var(--white);
}
.breadcrumbs p:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #b5c2d3;
  border-right: 0.125rem solid #b5c2d3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 751px) {
  .breadcrumbs p:not(:last-child)::after {
    width: 0.3125rem;
    height: 0.3125rem;
  }
}
.breadcrumbs p:nth-last-child(2)::after {
  border-color: var(--white);
}
.breadcrumbs p a {
  color: #b5c2d3;
}

.page-hero {
  padding-bottom: 4.0625rem;
  background: var(--white);
}
@media (min-width: 751px) {
  .page-hero {
    padding-top: 3.125rem;
  }
}
@media (min-width: 751px) {
  .page-hero__container {
    max-width: 90rem;
    position: relative;
    margin-inline: auto;
  }
}
.page-hero__img {
  -webkit-margin-after: 6.875rem;
          margin-block-end: 6.875rem;
}
@media (min-width: 751px) {
  .page-hero__img {
    width: 85rem;
    -webkit-margin-after: 5rem;
            margin-block-end: 5rem;
    margin-inline: auto;
  }
}
.page-hero__title-wrapper {
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
}
.page-hero__title {
  position: absolute;
  top: 12.9375rem;
  left: 2.1875rem;
  font-size: 3.4375rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (min-width: 751px) {
  .page-hero__title {
    top: 13.375rem;
    left: 13.75rem;
    font-size: 3rem;
  }
}
.page-hero__title-head {
  -webkit-margin-after: 2.3125rem;
          margin-block-end: 2.3125rem;
  font-size: 1.75rem;
}
@media (min-width: 751px) {
  .page-hero__title-head {
    -webkit-margin-after: 2.3125rem;
            margin-block-end: 2.3125rem;
    font-size: 1.625rem;
  }
}
.page-hero__text {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 751px) {
  .page-hero__text {
    font-size: 1.125rem;
  }
}

.author__container {
  padding-block: 2.5rem 3.125rem;
  padding-inline: 1.5rem;
  position: relative;
  background: var(--white);
  border: 0.125rem solid var(--black);
  border-radius: 0.625rem;
}
@media (min-width: 751px) {
  .author__container {
    display: grid;
    grid-template-columns: 10.125rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.6875rem;
    padding-block: 2.625rem 2.3125rem;
    padding-inline: 2.5rem;
  }
}
.author__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.875rem;
  position: absolute;
  top: -0.9375rem;
  left: 50%;
  background: var(--white);
  font-size: 1.875rem;
  font-weight: 700;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 751px) {
  .author__title {
    top: -0.625rem;
    padding-inline: 1.5rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 750px) {
  .author__img {
    -webkit-margin-after: 1.875rem;
            margin-block-end: 1.875rem;
  }
}
.author__lead {
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .author__lead {
    -webkit-margin-after: 1.0625rem;
            margin-block-end: 1.0625rem;
    text-align: left;
    font-size: 1.25rem;
  }
}
.author__text {
  -webkit-margin-after: 2.8125rem !important;
          margin-block-end: 2.8125rem !important;
  font-size: 1.75rem;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .author__text {
    -webkit-margin-after: 0 !important;
            margin-block-end: 0 !important;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.author__qualification p {
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
  font-size: 1.75rem;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .author__qualification p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (min-width: 751px) {
  .main-sidebar {
    margin: 3.25rem 0 0;
  }
}
@media (max-width: 750px) {
  .main-sidebar {
    display: none;
  }
}
@media (min-width: 751px) {
  .main-sidebar__container {
    width: 15.625rem;
  }
}
.main-sidebar__title {
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
  -webkit-padding-after: 1.5625rem;
          padding-block-end: 1.5625rem;
  border-bottom: 2px solid var(--black);
  font-size: 1.625rem;
  font-weight: 900;
}
@media (min-width: 751px) {
  .main-sidebar__title {
    -webkit-margin-after: 1.4375rem;
            margin-block-end: 1.4375rem;
    -webkit-padding-after: 0.6875rem;
            padding-block-end: 0.6875rem;
    font-size: 0.875rem;
  }
}
.main-sidebar__title-en {
  display: inline-block;
  color: var(--red);
  font-size: 3.125rem;
  font-family: var(--font-en);
  letter-spacing: 0.025em;
}
@media (min-width: 751px) {
  .main-sidebar__title-en {
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem;
    font-size: 1.625rem;
  }
}

@media (min-width: 751px) {
  .sidebar {
    margin: 3.25rem 0 0;
  }
}
@media (min-width: 751px) {
  .sidebar__container {
    width: 15.625rem;
  }
}
.sidebar__title {
  margin: 0 0 2.5rem;
  padding: 0 0 1.5625rem;
  border-bottom: 2px solid var(--black);
  font-size: 1.625rem;
  font-weight: 900;
}
@media (min-width: 751px) {
  .sidebar__title {
    margin: 0 0 1.4375rem;
    padding: 0 0 0.6875rem;
    font-size: 0.875rem;
  }
}
.sidebar__title-en {
  display: inline-block;
  color: var(--red);
  font-size: 2.5rem;
  font-family: var(--font-en);
  letter-spacing: 0.025em;
}
@media (min-width: 751px) {
  .sidebar__title-en {
    font-size: 1.625rem;
  }
}
.sidebar__post-item:not(:last-child) {
  margin: 0 0 2px;
}
.sidebar__post-head {
  position: relative;
  padding: 1rem 1.25rem;
  font-size: 1.625rem;
  font-weight: 600;
  font-family: var(--font-mix);
  line-height: 1.5;
  text-align: left;
  background: var(--paleBlueGreen);
  cursor: pointer;
}
@media (min-width: 751px) {
  .sidebar__post-head {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
  }
  .sidebar__post-head:hover {
    color: var(--white);
    background: var(--blue-4);
  }
}
.sidebar__post-head::before {
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 1.5625rem;
  height: 0.15625rem;
  background: var(--black);
  transform: rotate(90deg);
  transition: transform .3s ease-in-out;
}
@media (min-width: 751px) {
  .sidebar__post-head::before {
    right: 1rem;
    width: 0.875rem;
    height: 0.1125rem;
  }
}
.sidebar__post-head::after {
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 1.5625rem;
  height: 0.15625rem;
  background: var(--black);
  transition: opacity .3s ease-in-out;
}
@media (min-width: 751px) {
  .sidebar__post-head::after {
    right: 1rem;
    width: 0.875rem;
    height: 0.1125rem;
  }
}
@media (min-width: 751px) {
  .sidebar__post-head:hover::before,
  .sidebar__post-head:hover::after {
    background: var(--white);
  }
}
.sidebar__post-head.is-active {
  color: var(--white);
  background: var(--blue-4);
}
.sidebar__post-head.is-active::before {
  background: var(--white);
  transform: rotate(180deg);
}
.sidebar__post-head.is-active::after {
  background: var(--white);
  opacity: 0;
}
.sidebar__post-body.js-toggle-item {
  display: none;
}
.sidebar__post-date-list {
  margin: 2px 0 0;
}
.sidebar__post-date-item:not(:last-child) {
  margin: 0 0 2px;
}
.sidebar__post-date-item a {
  padding: 1rem 1.5rem;
  color: var(--black);
  font-size: 1.625rem;
  font-weight: 600;
  font-family: var(--font-mix);
  line-height: 1.5;
  text-align: left;
  background: var(--paleBlueGreen);
  cursor: pointer;
}
@media (min-width: 751px) {
  .sidebar__post-date-item a {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
  .sidebar__post-date-item a:hover {
    color: var(--white);
    background: var(--blue-4);
  }
}

.c-pagetop {
  opacity: 0;
  position: fixed;
  z-index: 999;
  right: .5rem;
  bottom: 7.6rem;
}
@media (min-width: 751px){
.c-pagetop {
    right: 10px;
    bottom: 97px;
  }
}
@media (min-width: 1441px){
.c-pagetop {
    right: calc(50% - 720px);
  }
}
.c-pagetop a {
  display: table-cell;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  opacity: 0.9;
}
.c-pagetop.visible {
  animation: fade .2s ease-in-out forwards;
  pointer-events: all;
}
.c-pagetop.hidden {
  animation: fadeOut .2s ease-in-out forwards;
  pointer-events: none;
}
@keyframes fade {
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes fadeOut {
  0% {opacity:1;}
  100% {opacity:0;}
}

.c-imageEffect {
  position: relative;
  background-color: #f6f6f6;
  overflow: hidden;
}
.c-imageEffect::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition-property: opacity;
  transition-property: background-color;
  transition-duration: 0.4s;
}
.c-imageEffect img {
  width: 100%;
  transition: transform 0.2s linear;
}
.c-imageEffect:hover::after {
  background-color: rgba(0,0,0,0.3);
  transition-property: background-color;
  transition-duration: 0.4s;
}
.c-imageEffect:hover img {
  transform: scale(1.2);
}


/* Modal style
----------------------------------------------------------*/
.modal__container {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  place-content: center;
  place-items: center;
  animation: fade-out 0.7s ease-out;
}
.modal__container.is-show {
  display: grid;
  animation: fade-in 0.7s ease-out;
}
@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade-out {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
}
.modal__wrapper {
  position: relative;
  z-index: 1;
}
.modal__item {
  position: relative;
  width: 41.875rem;
  max-height: 50rem;
  overflow-y: auto;
}
@media (min-width: 751px){
  .modal__item {
    width: 40rem;
  }
}
.modal__btn-close {
  display: grid;
  place-content: center;
  place-items: center;
  position: absolute;
  z-index: 2;
  top: -1.625rem;
  right: 1rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: var(--black);;
  border: none;
  color: #fff;
  font-size: 2.875rem;
  line-height: 1;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.35);
}
@media (min-width: 751px){
  .modal__btn-close:hover {
    cursor: pointer;
  }
  .modal__btn-close:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
            transition: 0.3s;
  }
}
.modal__btn-close span {
  display: block;
  line-height: 1;
}


/* Artwork style
----------------------------------------------------------*/
.page_box.free_page_box .artwork { max-width: 1100px; margin: 0 auto 30px; }
.page_box.free_page_box .artwork-head { display: flex; align-items: center; margin: 0 0 15px; }
.page_box.free_page_box .artwork-ttl { color: #222; font-family: Roboto; font-size: 20px; font-weight: 500; line-height: 1.2; letter-spacing: .15em; }
.page_box.free_page_box .artwork-ttl span { margin: 0 0 0 10px; color: #777; font-size: 12px; letter-spacing: .1em; }
.page_box.free_page_box .artwork-desc { margin: 0 0 30px; font-size: 14px; font-family: Roboto; font-weight: 500; line-height: normal; }
.page_box.free_page_box .artwork-block + .artwork-block { margin: 30px 0 0; }
.page_box.free_page_box .artwork-block__ttl { margin: 0 0 1px; padding: .5em 1em; color: #222; font-size: 16px; font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif; line-height: normal; letter-spacing: .05em; background: var(--paleBlueGreen); }
.page_box.free_page_box .artwork-list { display: flex; flex-wrap: wrap; margin-left: -1px; }
.page_box.free_page_box .artwork-item { position: relative; display: block; width: calc( 20% - 1px); margin: 0 0 1px 1px; background: #fff; }
.page_box.free_page_box .artwork-item:hover .artwork-item__photo { position: relative; }
.page_box.free_page_box .artwork-item:hover .artwork-item__photo img { transform: scale(1.2); }
.page_box.free_page_box .artwork-item:hover .artwork-item__photo::after { background-color: rgba(0,0,0,0.3); transition-property: background-color; transition-duration: 0.4s; }
.page_box.free_page_box .artwork-item a { display: block; padding: 25px; font-weight: normal; }
.page_box.free_page_box .artwork-item__photo { position: relative; background-color: #f6f6f6; overflow: hidden; }
.page_box.free_page_box .artwork-item__photo::after { content: ''; display: block; position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; background-color: transparent; transition-property: opacity; transition-property: background-color; transition-duration: 0.4s; }
.page_box.free_page_box .artwork-item__photo img { width: 100%; transition: transform 0.2s linear; }
.page_box.free_page_box .artwork-item__txt { position: relative; margin: 18px 0 0; padding: 18px 0 0; text-align: center; border-top: 1px solid var(--paleBlueGreen); }
.page_box.free_page_box .artwork-item__txt h3 { max-width: 100%; margin: 0 0 5px; color: #222; font-size: 14px; font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif; line-height: 1.15; letter-spacing: .05em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.page_box.free_page_box .artwork-item__txt h3 span { font-size: 120%; }
.page_box.free_page_box .artwork-item__txt h3.ws-normal { white-space: normal; }
.page_box.free_page_box .artwork-item__txt h3.fs-jp span { display: block; margin: .3em 0 0; font-size: 110%; line-height: 1.3; }
.page_box.free_page_box .artwork-item__txt .art-pid { max-width: 100%; margin: 7px 0 15px; color: #777; font-size: 13px; font-family: Roboto; line-height: normal; }
.page_box.free_page_box .artwork-item__txt .art-year { margin: 0; color: #777; font-size: 13px; font-family: Roboto; line-height: normal; }
.page_box.free_page_box .artwork-item__txt .art-plice { margin: 20px 0 0; color: #222; font-size: 14px; font-family: Roboto; font-weight: 500; line-height: normal; letter-spacing: .05em; }
@media screen and (max-width: 919px) {
  .page_box.free_page_box { padding: 30px 20px; }
  .artwork-item { width: calc( 25% - 1px); }
  .artwork-item a { padding: 10px; }
}
@media screen and (max-width: 839px) {
  .page_box.free_page_box { padding: 30px 10px; }
  .artwork-item { width: calc( 25% - 1px); }
  .artwork-item a { padding: 10px; }
}
@media screen and (max-width: 709px) {
  .page_box.free_page_box { padding: 30px 10px; }
  .artwork-item { width: calc( 50% - 1px); }
  .artwork-item a { padding: 5%; }
}


/* Material Symbols style
----------------------------------------------------------*/
.material-symbols-outlined {
  font-size: 3rem;
}
@media (min-width: 751px){
  .material-symbols-outlined {
    font-size: 24px;
  }
}
.mso-mail {
}
.mso-store {
}
.mso-pagetop {
  font-variation-settings: 'FILL' 1;
  color: var(--black);
  font-size: 6.25rem;
}
@media (min-width: 751px){
  .mso-pagetop {
    font-size: 3.75rem;
  }
}
.mso-pagetop:hover {
  color: var(--black);
}
@media (min-width: 751px){
  .mso-pagetop:hover {
    color: var(--red);
  }
}


/* Utility style
----------------------------------------------------------*/
.u-display--pc {
  display: none !important;
}
@media (min-width: 751px) {
  .u-display--pc {
    display: block !important;
  }
}
.u-display--sp {
  display: block !important;
}
@media (min-width: 751px) {
  .u-display--sp {
    display: none !important;
  }
}

.u-inline--pc {
  display: none !important;
}
@media (min-width: 751px) {
  .u-inline--pc {
    display: inline !important;
  }
}
.u-inline--sp {
  display: inline !important;
}
@media (min-width: 751px) {
  .u-inline--sp {
    display: none !important;
  }
}

.u-bg-beige {
  background: var(--beige);
}
.u-bg-beige--sp {
  background: var(--beige);
}
@media (min-width: 751px) {
  .u-bg-beige--sp {
    background: transparent;
  }
}
.u-bg-beige--pc {
  background: transparent;
}
@media (min-width: 751px) {
  .u-bg-beige--pc {
    background: var(--beige);
  }
}

.u-bg-lightBeige {
  background: var(--lightBeige);
}
.u-bg-lightBeige--sp {
  background: var(--lightBeige);
}
@media (min-width: 751px) {
  .u-bg-lightBeige--sp {
    background: transparent;
  }
}
.u-bg-lightBeige--pc {
  background: transparent;
}
@media (min-width: 751px) {
  .u-bg-lightBeige--pc {
    background: var(--lightBeige);
  }
}

.u-bg-darkBeige {
  background: var(--darkBeige);
}
.u-bg-darkBeige--sp {
  background: var(--darkBeige);
}
@media (min-width: 751px) {
  .u-bg-darkBeige--sp {
    background: transparent;
  }
}
.u-bg-darkBeige--pc {
  background: transparent;
}
@media (min-width: 751px) {
  .u-bg-darkBeige--pc {
    background: var(--darkBeige);
  }
}

.u-break {
  display: inline-block;
}
@media (min-width: 751px) {
  .u-break--pc {
    display: inline-block;
  }
}
@media (max-width: 750px) {
  .u-break--sp {
    display: inline-block;
  }
}

.u-br {
  display: block;
}
@media (max-width: 750px) {
  .u-br--sp {
    display: block;
  }
}
@media (min-width: 751px) {
  .u-br--pc {
    display: block;
  }
}

.u-spacer-bottom-tight {
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
.u-spacer-bottom-regular {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.u-spacer-bottom-medium {
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
}

.u-ta-center {
  text-align: center;
}
.u-ta-left {
  text-align: left;
}
.u-ta-right {
  text-align: right;
}

.u-tt-uppercase {
  text-transform: uppercase;
}
.u-tt-lowercase {
  text-transform: lowercase;
}
.u-tt-capitalize {
  text-transform: lowercase;
}
.u-tt-capitalize::first-letter {
  text-transform: capitalize;
}

.u-color-black {
  color: var(--black);
}
.u-color-white {
  color: var(--white);
}
.u-color-red {
  color: var(--red);
}

.u-lh-tigth {
  line-height: 1.25;
}
.u-lh-regular {
  line-height: 1.5;
}
.u-lh-medium {
  line-height: 1.8;
}

.u-ls-tigth {
  letter-spacing: 0.05em;
}
.u-ls-regular {
  letter-spacing: 0.1em;
}
.u-ls-medium {
  letter-spacing: 0.15em;
}
.u-ls-large {
  letter-spacing: 0.2em;
}

.u-marker-yellow {
  text-decoration: underline;
  text-decoration-color: #fdec5c;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.25em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.u-fw-light {
  font-weight: 300 !important;
}

.u-fw-regular {
  font-weight: 400 !important;
}

.u-fw-medium {
  font-weight: 500 !important;
}

.u-fw-bold {
  font-weight: 700 !important;
}

.u-fw-black {
  font-weight: 900 !important;
}

.u-ff-ja {
  font-family: var(--font-ja) !important;
}

.u-ff-en {
  font-family: var(--font-en) !important;
}

.u-ff-mix {
  font-family: var(--font-mix) !important;
}

.u-visuallyHidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

svg.u-icon {
  overflow: visible;
  fill: currentcolor;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.625rem;
  margin-right: 0.1rem;
}