@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700&family=Spartan:wght@600&display=swap";

.php-email-form {
  width: 100%;
  background: var(--color-white);
}

.php-email-form .form-group {
  padding-bottom: 8px;
}

.php-email-form .error-message {
  display: none;
  color: var(--color-white);
  background: var(--color-red);
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: var(--color-white);
  background: var(--color-green);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--color-white);
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color-green);
  border-top-color: var(--color-white);
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form .input-group-text,
.php-email-form input[type="email"],
.php-email-form input[type="file"],
.php-email-form input[type="text"],
.php-email-form select,
.php-email-form textarea {
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input[type="email"]:focus,
.php-email-form input[type="text"]:focus,
.php-email-form select:focus,
.php-email-form textarea:focus {
  border-color: var(--color-secondary-light);
}

.php-email-form input[type="email"],
.php-email-form input[type="file"],
.php-email-form input[type="text"],
.php-email-form select {
  height: 48px;
  padding: 10px 15px;
}

.php-email-form textarea {
  padding: 10px 12px;
  height: 290px;
}
.php-email-form select {
  background: #ffffff !important;
}
.php-email-form button[type="submit"] {
  background: var(--color-primary);
  border: 0;
  padding: 13px 50px;
  color: var(--color-white);
  transition: 0.4s;
  border-radius: 0;
}

.php-email-form button[type="submit"]:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
}
.php-email-form input[type="text"].form-con {
  border: 1px #545454 solid;
  height: 35px;
  color: #454545;
}
.required:after {
  content: "*";
  margin-left: 5px;
  color: red;
  font-size: 16px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.pagination .page-item {
  margin: 0px 5px;
  padding: 0;
}

.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50% !important;
  background: none !important;
  border: none !important;
  background: #cccccc !important;
  color: #fefefe;
}

.pagination .page-item .page-link:hover {
  background: #222222 !important;
  color: #fefefe;
}

.pagination .page-item.active .page-link {
  background: #222222 !important;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

.caption {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
  font-weight: bolder;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

p {
  margin-bottom: 0px;
  line-height: 2;
}

:root {
  --main-bg: #fff;
  --main-color: #1a1a1a;
  --transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --border-gray-color: #c1c1c1;
  --header-width: 120;
  --header-height: 0;
  --contents-width: 1480;
  --section-width: 1097;
}

@media screen and (max-width: 1420px) {
  :root {
    --header-width: 108;
  }
}

@media screen and (min-width: 1024px) and (max-height: 620px) {
  :root {
    --header-width: 96;
  }
}

@media screen and (max-width: 1420px) and (min-width: 1024px) and (max-height: 520px) {
  :root {
    --header-width: 84;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --header-width: 0;
    --header-height: 120;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --header-height: 108;
  }
}

@media screen and (max-width: 640px) {
  :root {
    --header-height: 96;
  }
}

@media screen and (max-width: 415px) {
  :root {
    --header-height: 76;
  }
}

main {
  display: block;
}

html {
  background: var(--main-bg);
  color: var(--main-color);
  line-height: 1.8;
  font-size: 1vw;
}

@media screen and (min-width: 1760px) {
  html {
    font-size: 110%;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 100%;
  }
}

@media screen and (max-width: 1120px) {
  html {
    font-size: 90%;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 100%;
  }
}

@media screen and (max-width: 415px) {
  html {
    font-size: 90%;
  }
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto,
    "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  text-align: center;
  tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:after,
:before,
a,
article,
aside,
body,
div,
dl,
footer,
header,
main,
nav,
p,
section,
ul {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: var(--mainColor);
  border: 0;
  background-color: transparent;
  overflow: hidden;
  text-decoration: none;
}

dl.d-flex {
  margin: 20px auto;
}

dl.d-flex dt {
  flex-basis: 100px;
  margin-right: 20px;
  border-right: 1px #dddddd solid;
}

dl.d-flex dd {
  flex: 1;
}

a:active,
a:hover {
  outline: 0;
  color: #222222;
}

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

img {
  border: 0;
  vertical-align: bottom;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  display: block;
}

img[src$=".svg"] {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
  color: #222222;
  line-height: 1.6;
}

ol,
ul {
  list-style-type: none;
}

em,
strong {
  font-family: -apple-system, YuGothic, Yu Gothic, Verdana, Meiryo,
    Hiragino Kaku Gothic Pro, sans-serif;
}

a,
input[type="button"],
input[type="submit"] {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.text-decoration-underline {
  font-weight: 500;
}

.text-decoration-underline:hover {
  color: #dddddd;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 1;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.cm-ie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  text-align: left;
}

.cm-ie a {
  text-decoration: underline;
}

@supports (display: grid) {
  .cm-ie {
    display: none;
    visibility: hidden;
    z-index: 0;
  }
}

:root {
  --swiper-theme-color: #007aff;
}

html[data-scroll="false"] {
  overflow: hidden;
}

.text-red {
  color: #d9333f;
}

#l-wrapper {
  padding-right: calc(var(--header-width) * 1px);
}

@media screen and (max-width: 1024px) {
  #l-wrapper {
    overflow: hidden;
    padding-top: calc(var(--header-height) * 1px);
  }
}

@media screen and (max-width: 1024px) {
  #l-wrapper.is-menuopen #l-container,
  #l-wrapper.is-menuopen #l-footer {
    position: fixed;
    left: 0;
    width: 100%;
  }
}

.l-main.is-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 96;
  visibility: hidden;
  opacity: 1;
  padding-right: calc(var(--header-width) * 1px);
}

@media screen and (max-width: 1024px) {
  .l-main.is-new {
    top: calc(var(--header-height));
    padding-right: 0;
  }
}

.l-main.is-old {
  position: relative;
  z-index: 95;
}

.u-section {
  margin: 0 auto;
  text-align: left;
  max-width: calc(var(--section-width) * 1em / 16);
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .u-section {
    width: 86.6666666667%;
  }
}

.u-section-sub {
  margin: 0 auto;
  text-align: left;
  max-width: calc(var(--section-width) * 1em / 16);
  width: 80%;
}

.u-roboto {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.u-roboto.is-mid {
  font-weight: 600;
}

.u-roboto.is-small {
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .u-roboto.is-small {
    font-size: 16px;
  }
}

.u-spartan {
  font-family: Spartan, sans-serif;
  font-weight: 600;
}

.u-targetline {
  overflow: inherit;
}

.u-targetline__txt {
  border-bottom: 1px solid var(--main-color);
}

.u-targetline.is-white .u-targetline__txt {
  border-color: #fff;
}

.u-targetline.is-line .u-targetline__txt {
  border: 0;
}

@media (hover: hover) {
  .u-target {
    transition: opacity var(--transition);
  }

  .u-target:hover {
    opacity: 0.6;
  }

  .u-targetcolor {
    transition: color var(--transition);
  }

  .u-targetcolor:hover {
    color: var(--hover-color);
  }

  .u-targetline__txt {
    position: relative;
    border: 0;
  }

  .u-targetline__txt:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
  }

  .u-targetline.is-white .u-targetline__txt:after {
    background-color: #fff;
  }

  .u-targetline.is-line .u-targetline__txt:after {
    transform: scale(0, 1);
  }

  .u-targetline:hover .u-targetline__txt:after {
    -webkit-animation-name: lineanim;
    animation-name: lineanim;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }

  .u-targetline.is-line .u-targetline__txt:after {
    transition: transform var(--transition);
    transform-origin: top right;
  }

  .u-targetline.is-line:hover .u-targetline__txt:after {
    -webkit-animation: none;
    animation: none;
    transform: scale(1, 1);
    transform-origin: top left;
  }

  @-webkit-keyframes lineanim {
    0% {
      transform: scale(1, 1);
      transform-origin: top right;
    }

    50% {
      transform: scale(0, 1);
      transform-origin: top right;
    }

    51% {
      transform: scale(0, 1);
      transform-origin: top left;
    }

    to {
      transform: scale(1, 1);
      transform-origin: top left;
    }
  }

  @keyframes lineanim {
    0% {
      transform: scale(1, 1);
      transform-origin: top right;
    }

    50% {
      transform: scale(0, 1);
      transform-origin: top right;
    }

    51% {
      transform: scale(0, 1);
      transform-origin: top left;
    }

    to {
      transform: scale(1, 1);
      transform-origin: top left;
    }
  }
}

.u-animateblock {
  visibility: visible;
  opacity: 1;
}

.u-bg {
  background: url(../images/index/hero7.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.u-bg.bg-person {
  background: url(../images/person/main1.jpg);
  background-position: right top;
  background-size: cover;
}
.u-bg.bg-miura {
  background: url(../images/miura/main1.jpg);
  background-position: right bottom;
  background-size: cover;
}
.u-bg.bg-cos {
  background: url(../images/cos/main1.jpg);
  background-position: right top;
  background-size: cover;
}

.u-bg.bg-secondary {
  background: url(../images/access/mian.jpg);
  background-position: right center;
  background-size: cover;
}

.u-bg.bg-soho {
  background: url(../images/soho/main.jpg);
  background-position: center bottom;
  background-size: cover;
}

.u-bg.bg-fusei {
  background: url(../images/fusei/main.jpg);
  background-position: center center;
  background-size: cover;
}

.u-bg.js-bg {
  background: url(../images/about/movie2.jpg);
  background-position: center left;
  background-size: cover;
}

.u-bg.bg-contact {
  background: url(../images/contact/main.jpg);
  background-position: center center;
  background-size: cover;
}

.u-bg.bg-mori {
  background: url(../images/mori/main1.jpg);
  background-position: center center;
  background-size: cover;
}

.u-bg.slide2 {
  background: url(../images/index/hero5.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.u-bg.slide3 {
  background: url(../images/index/hero6.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.u-bg.slide4 {
  background: url(../images/index/hero8.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.u-bg.slide5 {
  background: url(../images/index/hero10.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.u-bg.slide6 {
  background: url(../images/index/hero11.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.u-wideimg {
  width: 100%;
}

.u-picture {
  display: block;
  min-height: 1rem;
  width: 100%;
}

.u-vt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  line-height: 1;
  width: 1em;
  display: block;
}

.u-vt.is-multi {
  line-height: 1.4;
  width: auto;
}

.u-bold {
  font-family: -apple-system, YuGothic, Yu Gothic, Verdana, Meiryo,
    Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro", sans-serif;
  font-weight: 700;
}

.c-img {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
}

.c-img.is-nobg {
  background-color: transparent;
}

.c-img__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}

.c-img__body.c-target__imgBody {
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-img__body[data-loaded="true"] {
  opacity: 1;
}

.c-target {
  display: block;
}

.c-target__img {
  overflow: hidden;
}

@media (hover: hover) {
  .c-target__imgBody {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .c-target:hover .c-target__imgBody {
    transform: scale(1.03);
  }
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #191919;
  color: #fff;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}

@media (hover: hover) {
  .c-btn {
    transition: transform var(--transition);
  }

  .c-btn:hover {
    transform: scale(0.96);
    color: aqua;
  }
}

.c-title {
  position: relative;
  padding: 1.4375em 0;
}

.c-title p.date {
  font-family: "Roboto", sans-serif;
}

.c-title p.date:before {
  content: "\f214";
  font-family: "Bootstrap-icons";
  font-size: 13px;
  margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  .c-title {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-title {
    padding-top: 3.0666666667vw;
  }
}

@media screen and (max-width: 415px) {
  .c-title {
    padding-top: 4.1818181818vw;
  }
}

.c-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc((100vw - var(--header-width) * 1px - 100%) / 2 * -1);
  background-color: #0a0a0a;
  width: 1.0625em;
  height: 200px;
  transform: scale(1, 1);
  transition: transform var(--transition);
  transform-origin: top left;
}

@media screen and (max-width: 1024px) {
  .c-title:before {
    height: 5em;
  }
}

@media screen and (max-width: 768px) {
  .c-title:before {
    height: 10.6666666667vw;
  }
}

@media screen and (max-width: 640px) {
  .c-title:before {
    width: 0.625em;
  }
}

@media screen and (max-width: 415px) {
  .c-title:before {
    height: 14.5454545455vw;
  }
}

@media screen and (max-width: 415px) {
  .c-title.is-small {
    padding-top: 3.0666666667vw;
    font-size: 16px;
  }

  .c-title.is-small:before {
    height: 10.6666666667vw;
  }
}

.c-title.in-view:before {
  transform: scale(1, 1);
}

.c-title__body {
  display: flex;
  font-size: 2.875em;
  line-height: 1;
  opacity: 1;
  color: #222222;
}

.c-title_body {
  width: 100%;
  display: flex;
  font-size: 2.25em;
  line-height: 1;
  opacity: 1;
  color: #222222;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-title__body,
  .c-title_body {
    font-size: 2.25em;
  }
}

@media screen and (max-width: 545px) {
  .c-title_body {
    font-size: 28px;
  }
}

.c-title__body span {
  opacity: 1;
  display: block;
  margin: 0 0.0217391304em;
}

.c-title__txt {
  margin-top: 1.25em;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .c-title__txt {
    margin-top: 2.5em;
  }
}

@media screen and (max-width: 768px) {
  .c-title__txt {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 415px) {
  .c-title__txt {
    margin-top: 6.6666666667vw;
  }
}

.c-detailtitle {
  display: flex;
  font-size: 1.875em;
  line-height: 1.4;
  padding-top: 0.4em;
}

@media screen and (max-width: 640px) {
  .c-detailtitle {
    font-size: 1.5em;
  }
}

.c-detailtitle:before {
  content: "";
  display: block;
  width: 0.8em;
  height: 2px;
  background-color: var(--main-color);
  margin: 0.6em 0.6333333333em 0 0;
  flex-shrink: 0;
}

.c-detailtitle__body {
  letter-spacing: 0.08em;
  display: block;
  word-break: break-word;
}

.c-wisywig {
  font-size: 1.125em;
  line-height: 2;
}

.c-wisywig a {
  text-decoration: underline;
}

.c-wisywig strong {
  font-family: -apple-system, YuGothic, Yu Gothic, Verdana, Meiryo,
    Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro", sans-serif;
  font-weight: 700;
}

.c-wisywig em {
  font-style: italic;
  font-weight: 500;
}

.c-wisywig h1,
.c-wisywig h2,
.c-wisywig h3,
.c-wisywig h4,
.c-wisywig h5 {
  font-family: -apple-system, YuGothic, Yu Gothic, Verdana, Meiryo,
    Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.1111111111em;
  margin: 1em 0;
}

.c-wisywig h1 {
  position: relative;
  font-size: 1.4444444444em;
  padding-left: 1.8461538462em;
}

.c-wisywig h1:after,
.c-wisywig h1:before {
  content: "";
  display: block;
  width: 0.9615384615em;
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
}

.c-wisywig h1:before {
  top: 0.4615384615em;
  left: 0;
}

.c-wisywig h1:after {
  top: 0.6923076923em;
  left: 0.3076923077em;
}

.c-wisywig img {
  display: inline-block;
  margin: 0.2777777778em 0 0.8333333333em;
}

.c-wisywig pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.c-wisywig table {
  width: 100%;
  font-size: 0.8333333333em;
}

.c-wisywig table td,
.c-wisywig table th {
  border: 1px solid #b1b1b1;
}

.c-wisywig table th {
  background-color: #f3f3f3;
  text-align: center;
  padding: 0.6em 0;
}

.c-wisywig table td {
  padding: 1em 0.7333333333em;
}

.c-wisywig .iframewrap {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-wisywig .iframewrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-wisywig blockquote {
  border-left: 2px solid #e9e9e9;
  margin-left: 0.2777777778em;
  padding: 0.4444444444em 0 0.4444444444em 4em;
  position: relative;
}

.c-wisywig blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7222222222em;
  left: 1.5em;
  width: 1.0555555556em;
  height: 1em;
  background: url(assets/images/common/quart.svg) top left no-repeat;
  background-size: 100%;
}

@media (hover: hover) {
  .c-wisywig a {
    transition: opacity var(--transition);
  }

  .c-wisywig a:hover {
    opacity: 0.6;
  }
}

.c-link {
  display: inline-flex;
  align-items: center;
}

.c-link.is-white {
  color: #fff;
}

.c-link__circle {
  width: 4.1875em;
  height: 4.1875em;
  border: 2px solid #a7a7a7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.375em;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.c-link__circle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  height: 160%;
  z-index: 0;
  transform: scale(1, 0) skewY(0deg) translate3d(-50%, -50%, 0);
  background-color: #050505;
  z-index: 1;
}

.c-link__circle i {
  transition: 0.5s;
  position: relative;
  z-index: 10;
}

.c-link:hover i {
  color: #ffffff;
}

.c-link.is-white .c-link__circle {
  border-color: rgba(255, 255, 255, 0.57);
}

.c-link.is-white .c-link__circle:before {
  background-color: #fff;
}

.c-link__circleBody {
  width: 0.4375em;
  height: 0.875em;
  fill: #050505;
  position: relative;
  z-index: 1;
}

.c-link.is-white .c-link__circleBody {
  fill: #fff;
}

@media (hover: hover) {
  .c-link__circle:before {
    transform-origin: bottom left;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .c-link__circleBody {
    transition: fill 0.6s;
  }

  .c-link:hover .c-link__circle:before {
    transform: scale(1, 1) skewY(-30deg) translate3d(-50%, -50%, 0);
  }

  .c-link:hover .c-link__circleBody {
    fill: #fff;
  }

  .c-link.is-white:hover .c-link__circleBody {
    fill: #050505;
  }
}

.c-cat {
  display: inline-flex;
  align-items: center;
  padding: 0.2em 2em 0;
  height: 2em;
  font-size: 0.75em;
  line-height: 1;
  border: 2px solid rgba(221, 221, 221, 0.85);
  border-radius: 1.8em;
  color: #787878;
}

.c-cat.is-white {
  border-color: rgba(255, 255, 255, 0.85);
  color: #fff;
}

@media (hover: hover) {
  a.c-cat {
    transition: background-color var(--transition), color var(--transition);
  }

  a.c-cat:hover {
    background-color: #ddd;
    color: #fff;
  }

  a.c-cat.is-white:hover {
    background-color: #fff;
    color: var(--main-color);
  }
}

.c-select__body,
.c-txtarea,
.c-txtbox {
  border: 1px solid rgba(216, 216, 216, 0.57);
  background-color: #f6f6f8;
  outline: 0;
  border: 0;
  border-radius: 0;
}

.c-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.c-select__body {
  z-index: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.cm-h {
  width: calc(var(--header-width) * 1px);
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  border-left: 1px solid var(--border-gray-color);
  display: flex;
  align-items: center;
  z-index: 99;
}

#l-wrapper.is-menuopen .cm-h {
  background-color: #fff;
}

@media screen and (max-width: 1420px) {
  .cm-h {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1024px) and (max-height: 700px) {
  .cm-h {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 1420px) and (min-width: 1024px) and (max-height: 520px) {
  .cm-h {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 1024px) {
  .cm-h {
    font-size: 1em;
    position: fixed;
    width: 100%;
    height: calc(var(--header-height) * 1px);
    border-left: 0;
    border-bottom: 1px solid var(--border-gray-color);
    background-color: #fff;
  }

  #l-wrapper.is-menuopen .cm-h {
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .cm-h {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 640px) {
  .cm-h {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 415px) {
  .cm-h {
    font-size: 0.7em;
  }
}

.cm-h__body {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.cm-h__body ul {
  margin-left: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 1024px) {
  .cm-h__body {
    top: 0;
    right: 0;
    margin-top: 0;
    width: auto;
  }
}

.cm-h__lng {
  font-size: 0.875em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.7857142857em;
}

@media screen and (max-width: 1024px) {
  .cm-h__lng {
    display: none;
  }
}

.cm-h__lngItem {
  line-height: 1;
}

.cm-h__lngItem:last-of-type {
  margin-top: 0.7142857143em;
  padding-top: 0.7142857143em;
  border-top: 1px solid var(--main-color);
}

.cm-h__lngItem:not(:last-of-type) {
  margin-top: 0.4285714286em;
  padding-top: 0.4285714286em;
}

.cm-h__lngItemTarget {
  opacity: 0.3;
}

.cm-h__lngItemTarget.is-active {
  opacity: 1;
}

.cm-h__logo {
  position: absolute;
  top: 3.3125em;
  left: 50%;
  width: 1.75em;
  margin-left: -0.875em;
}

@media screen and (max-width: 1024px) {
  .cm-h__logo {
    position: static;
    width: 21.875em;
    margin: 1% 0 0 6.6666666667%;
  }
}

@media screen and (max-width: 640px) {
  .cm-h__logo {
    width: 20em;
  }
}

@media screen and (max-width: 415px) {
  .cm-h__logo {
    width: 22.5em;
  }
}

.cm-h__nav {
  position: fixed;
  top: 0;
  right: calc(var(--header-width) * 1px);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.cm-h__nav.active {
  opacity: 0;
  display: block;
  visibility: visible;
  -webkit-animation: menuanimation 0.6s ease-out forwards;
  animation: menuanimation 0.6s ease-out forwards;
}

@-webkit-keyframes menuanimation {
  0% {
    opacity: 0;
    left: 100vw;
  }

  to {
    opacity: 1;
    left: 40vw;
  }
}

@keyframes menuanimation {
  0% {
    opacity: 0;
    left: 100vw;
  }

  to {
    opacity: 1;
    left: 40vw;
  }
}

@media screen and (max-width: 1024px) {
  .cm-h__nav {
    right: auto;
    left: 0;
    height: auto;
    width: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
    position: absolute;
  }

  .cm-h__nav.active {
    left: 0;
    -webkit-animation: menuanimationsp 0.4s ease-out forwards;
    animation: menuanimationsp 0.4s ease-out forwards;
  }
}

@-webkit-keyframes menuanimationsp {
  0% {
    opacity: 1;
    left: 100vw;
  }

  to {
    opacity: 1;
    left: 0;
  }
}

@keyframes menuanimationsp {
  0% {
    opacity: 1;
    left: 100vw;
  }

  to {
    opacity: 1;
    left: 0;
  }
}

.cm-h__navBody {
  position: relative;
  z-index: 2;
  padding: 4.125em 6.875em 4.125em;
  min-width: 42.5em;
  overflow: scroll;
  height: 100%;
}

@media screen and (min-width: 1420px) and (max-height: 810px) {
  .cm-h__navBody {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1420px) and (max-height: 650px) {
  .cm-h__navBody {
    padding-top: 0;
  }
}

@media screen and (max-width: 1420px) and (min-width: 1024px) and (max-height: 710px) {
  .cm-h__navBody {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1024px) {
  .cm-h__navBody {
    font-size: 1em;
    min-width: auto;
    width: 100%;
    padding: 8.75em 6.6666666667%;
  }
}

.cm-h__navBodyItem {
  opacity: 1;
}

.cm-h__navBodyItem:not(:first-of-type) {
  margin-top: 3em;
}

@media screen and (max-width: 1420px) and (min-width: 1024px) and (max-height: 680px) {
  .cm-h__navBodyItem:not(:first-of-type) {
    margin-top: 3em;
  }
}

.cm-h__navBodyItem .targetTxt {
  color: #fff;
  line-height: 1;
}

.cm-h__navBodyItem .targetTxt:first-of-type {
  font-size: 1.625em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cm-h__navBodyItem .targetTxt:nth-of-type(2) {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
}

.cm-h__navBodyLng {
  opacity: 1;
  font-size: 0.875em;
  margin-top: 3.9285714286em;
  display: flex;
  position: relative;
}

.cm-h__navBodyLng .item:not(:first-of-type) {
  margin-left: 1.4285714286em;
}

.cm-h__navBodyLng .item__target {
  line-height: 1.4;
  color: #fff;
}

.cm-h__navBodyLng .item__target .u-targetline__txt {
  padding-bottom: 0.3571428571em;
}

.cm-h__navBodyLng .item__target.is-noactive {
  opacity: 0.2;
}

.cm-h__navBodyLng .item__target.is-noactive .u-targetline__txt:after {
  display: none;
}

@media (hover: hover) {
  .cm-h__navBodyLng .item__target.is-noactive {
    transition: opacity var(--transition);
  }

  .cm-h__navBodyLng .item__target.is-noactive:hover {
    opacity: 0.6;
  }
}

.cm-h__navLetter {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 31.8125em;
  height: 33.75em;
  fill: rgba(109, 109, 109, 0.08);
  opacity: 1;
}

.cm-h__navBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  opacity: 1;
  transform-origin: bottom right;
}

@media screen and (max-width: 1024px) {
  .cm-h__navBg {
    transform-origin: top left;
  }
}

.cm-h__menu {
  outline: 0;
  background: #040404;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(var(--header-width) * 1px);
}

@media screen and (max-width: 1024px) {
  .cm-h__menu {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(var(--header-height) * 1px);
    height: calc(var(--header-height) * 1px);
    border: 0;
    z-index: 1;
    transition: background var(--transition);
  }

  #l-wrapper.is-menuopen .cm-h__menu {
    background-color: #fff;
  }
}

.cm-h__menu-inner {
  display: block;
  width: 3.125em;
}

.cm-h__menuLine {
  position: relative;
  height: 1.4375em;
  display: block;
}

.cm-h__menuLineBody {
  display: block;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125em;
  background-color: #fff;
  transform-origin: top right;
  transition-delay: 0.2s;
}

@media screen and (max-width: 1024px) {
  #l-wrapper.is-menuopen .cm-h__menuLineBody {
    background-color: #101d23;
  }
}

.cm-h__menuLineBody.is-01 {
  top: 0;
}

.cm-h__menuLineBody.is-02 {
  top: 0.6875em;
}

.cm-h__menuLineBody.is-03 {
  bottom: 0;
}

.cm-h__menuLineBody.is-04,
.cm-h__menuLineBody.is-05 {
  transform-origin: center center;
  transition-delay: 0s;
}

.cm-h__menuLineBody.is-04 {
  top: 0;
  transform: translateY(0.6875em) rotate(-45deg) scale(0, 1);
}

.cm-h__menuLineBody.is-05 {
  bottom: 0;
  transform: translateY(-0.6875em) rotate(45deg) scale(0, 1);
}

#l-wrapper.is-menuopen .cm-h__menuLineBody.is-01,
#l-wrapper.is-menuopen .cm-h__menuLineBody.is-02,
#l-wrapper.is-menuopen .cm-h__menuLineBody.is-03 {
  transform: scale(0, 1);
  transition-delay: 0s;
}

#l-wrapper.is-menuopen .cm-h__menuLineBody.is-04 {
  transform: translateY(0.6875em) rotate(-45deg) scale(1, 1);
  transition-delay: 0.2s;
}

#l-wrapper.is-menuopen .cm-h__menuLineBody.is-05 {
  transform: translateY(-0.6875em) rotate(45deg) scale(1, 1);
  transition-delay: 0.3s;
}

.cm-h__menu.active .cm-h__menuLineBody.is-01,
.cm-h__menu.active .cm-h__menuLineBody.is-02,
.cm-h__menu.active .cm-h__menuLineBody.is-03 {
  transform: scale(0, 1);
  transition-delay: 0s;
}

.cm-h__menu.active .cm-h__menu-inner .menu {
  display: none;
}

.cm-h__menu.active .cm-h__menuLineBody.is-04 {
  transform: translateY(0.6875em) rotate(-45deg) scale(1, 1);
  transition-delay: 0.2s;
}

.cm-h__menu.active .cm-h__menuLineBody.is-05 {
  transform: translateY(-0.6875em) rotate(45deg) scale(1, 1);
  transition-delay: 0.3s;
}

.cm-f {
  position: relative;
  background: #111111;
  padding: 80px 0px 10px;
}

.cm-f #gotop {
  position: absolute;
  top: -45px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #111111;
}

.cm-f #gotop a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cm-f__body {
  display: flex;
  justify-content: space-between;
  max-width: calc((var(--section-width) + 192) * 1em / 16);
  color: #ffffff;
}

.cm-f__body .u-targetline__txt:hover {
  color: aqua;
}

@media screen and (max-width: 1024px) {
  .cm-f__body {
    display: block;
  }
}

h3.f_logo {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.2em;
}

h3.f_logo span {
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.info__targetLine {
  font-size: 14px;
}

.cm-f__bodyL {
  flex-basis: 50%;
  margin-bottom: 3.125em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cm-f__bodyR {
  margin: 0.8125em 0 3.125em 6.25em;
  padding-left: 80px;
}

@media screen and (max-width: 1280px) {
  .cm-f__bodyR {
    margin-left: 0;
    padding-left: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .cm-f__bodyR {
    margin-top: 2.5em;
  }
}

.cm-f__bodyRNav {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0.3125em -0.625em -1.875em;
}

@media screen and (max-width: 1024px) {
  .cm-f__bodyRNav {
    margin-right: 0;
    margin-bottom: 1.875em;
  }
}

.cm-f__bodyRNav .item {
  font-size: 0.875em;
  margin: 0 0 0.7142857143em 2.1428571429em;
}

.cm-f__bodyRNav .item .item_sub_nav {
  margin: 20px 0px;
  padding: 0px;
}

.cm-f__bodyRNav .item .item_sub_nav li {
  margin-left: 1em;
}

.cm-f__bodyRNav .item .item_sub_nav li a:hover {
  color: aqua;
}

.cm-f__bodyRNav .item .item_sub_nav li:before {
  content: "\f27b";
  font-family: "Bootstrap-icons";
  font-size: 13px;
  margin-right: 5px;
}

.cm-f__bodyRNav .item__target {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cm-f__bodyRInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: -5.9375em;
}

@media screen and (max-width: 1024px) {
  .cm-f__bodyRInfo {
    display: block;
    margin-bottom: 0;
  }
}

.cm-f__bodyRInfo .linklist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -1.5384615385em -4.4615384615em;
  font-size: 0.8125em;
}

.cm-f__bodyRInfo .linklist__item {
  line-height: 2;
  margin: 0 0 1.5384615385em 4.4615384615em;
}

.cm-f__bodyRInfo .linklist__itemTarget {
  display: block;
}

.cm-f__bodyRInfo .linklist__itemTargetLine {
  border-bottom: 1px solid var(--main-color);
}

.copy small {
  font-size: 0.8125em;
  letter-spacing: 0.08em;
  color: #efefef;
}

@media screen and (max-width: 575px) {
  .copy small {
    font-size: 0.6875em;
    letter-spacing: 0;
  }
}

.cm-postpagenavi {
  font-size: 1.25em;
}

@media screen and (max-width: 415px) {
  .cm-postpagenavi {
    font-size: 1em;
  }
}

.cm-postpagenavi .wp-pagenavi {
  position: relative;
  padding-top: 5em;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -0.5em;
}

.cm-postpagenavi .wp-pagenavi .current,
.cm-postpagenavi .wp-pagenavi .extend,
.cm-postpagenavi .wp-pagenavi .page {
  text-decoration: none;
  margin: 0 0.45em 0.5em;
  width: 3.6em;
  height: 3.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}

.cm-postpagenavi .wp-pagenavi .current {
  background-color: var(--brown-bg);
  color: #fff;
}

.cm-postpagenavi .wp-pagenavi .nextpostslink,
.cm-postpagenavi .wp-pagenavi .previouspostslink {
  overflow: inherit;
  position: relative;
  display: block;
  width: 3.6em;
  height: 3.6em;
  margin-bottom: 0.5em;
  text-indent: -9999px;
  border: 0.1em solid #fff;
  border-radius: 50%;
}

.cm-postpagenavi .wp-pagenavi .nextpostslink:after,
.cm-postpagenavi .wp-pagenavi .nextpostslink:before,
.cm-postpagenavi .wp-pagenavi .previouspostslink:after,
.cm-postpagenavi .wp-pagenavi .previouspostslink:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 0.9em;
  height: 0.55em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.3em 0 0 -0.45em;
}

.cm-postpagenavi .wp-pagenavi .nextpostslink:after,
.cm-postpagenavi .wp-pagenavi .previouspostslink:after {
  opacity: 1;
}

.cm-postpagenavi .wp-pagenavi .nextpostslink {
  margin-left: 1.5em;
}

.cm-postpagenavi .wp-pagenavi .nextpostslink:before {
  background-image: url(assets/images/news/next-default.svg);
}

.cm-postpagenavi .wp-pagenavi .nextpostslink:after {
  background-image: url(assets/images/news/next-hover.svg);
}

.cm-postpagenavi .wp-pagenavi .previouspostslink {
  margin-left: 1.5em;
}

.cm-postpagenavi .wp-pagenavi .previouspostslink:before {
  background-image: url(assets/images/news/prev-default.svg);
}

.cm-postpagenavi .wp-pagenavi .previouspostslink:after {
  background-image: url(assets/images/news/prev-hover.svg);
}

@media (hover: hover) {
  .cm-postpagenavi .wp-pagenavi .page {
    transition: background-color var(--transition), color var(--transition);
  }

  .cm-postpagenavi .wp-pagenavi .page:hover {
    background-color: var(--brown-bg);
    color: #fff;
  }

  .cm-postpagenavi .wp-pagenavi .nextpostslink,
  .cm-postpagenavi .wp-pagenavi .previouspostslink {
    transition: background-color var(--transition);
  }

  .cm-postpagenavi .wp-pagenavi .nextpostslink:after,
  .cm-postpagenavi .wp-pagenavi .nextpostslink:before,
  .cm-postpagenavi .wp-pagenavi .previouspostslink:after,
  .cm-postpagenavi .wp-pagenavi .previouspostslink:before {
    transition: opacity var(--transition);
  }

  .cm-postpagenavi .wp-pagenavi .nextpostslink:hover,
  .cm-postpagenavi .wp-pagenavi .previouspostslink:hover {
    background-color: #fff;
  }

  .cm-postpagenavi .wp-pagenavi .nextpostslink:hover:before,
  .cm-postpagenavi .wp-pagenavi .previouspostslink:hover:before {
    opacity: 1;
  }

  .cm-postpagenavi .wp-pagenavi .nextpostslink:hover:after,
  .cm-postpagenavi .wp-pagenavi .previouspostslink:hover:after {
    opacity: 1;
  }
}

.cm-under__mv {
  position: relative;
  height: 39.5625em;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3.25em;
}

@media screen and (max-width: 1600px) {
  .cm-under__mv {
    height: 39.5625vw;
  }
}

@media screen and (max-width: 1280px) {
  .cm-under__mv {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1024px) {
  .cm-under__mv {
    font-size: 1em;
    height: 74.0266666667vw;
  }
}

@media screen and (max-width: 768px) {
  .cm-under__mv {
    font-size: 2.1333333333vw;
    height: 92.5333333333vw;
  }
}

@media screen and (max-width: 640px) {
  .cm-under__mv {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 415px) {
  .cm-under__mv {
    font-size: 3.2vw;
    height: 108.4375vw;
  }
}

.cm-under__mv:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 30%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 1;
}

.cm-under__mv.is-nobg {
  height: auto;
  display: block;
  padding: 6.6875em 0 30px;
}

@media screen and (max-width: 1024px) {
  .cm-under__mv.is-nobg {
    padding-top: 5em;
  }
}

@media screen and (max-width: 415px) {
  .cm-under__mv.is-nobg {
    padding-top: 3.75em;
  }
}

@media screen and (max-width: 768px) {
  .cm-under__mv.is-nobg {
    font-size: 1em;
  }
}

.cm-under__mv.is-nobg:before {
  display: none;
}

.cm-under__mv.is-nobg .c-title:before {
  transform: scale(1, 1);
}

.cm-under__mv.is-nobg .c-title__body,
.cm-under__mv.is-nobg .c-title__body span,
.cm-under__mv.is-nobg .c-title__txt {
  opacity: 1;
}

.cm-under__mvBody {
  color: #fff;
  position: relative;
  z-index: 2;
}

.cm-under__mvBodyTitle {
  font-size: 3.375em;
  letter-spacing: 0.1em;
  line-height: 1.1;
  display: flex;
  opacity: 1;
  overflow: hidden;
}

@media screen and (max-width: 415px) {
  .cm-under__mvBodyTitle {
    font-size: 2.375em;
    letter-spacing: 0;
  }
}

.cm-under__mvBodyTitle span {
  opacity: 1;
  display: block;
}

.cm-under__mvBodyTxt {
  font-size: 1.0625em;
  line-height: 1.9;
  margin-top: 0;
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .cm-under__mvBodyTxt .br {
    display: none;
  }
}

.cm-under__mvBodyTxt .spbr {
  display: none;
}

@media screen and (max-width: 640px) {
  .cm-under__mvBodyTxt .spbr {
    display: block;
  }
}

.cm-under__mvBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.cm-under__mvBgBody {
  height: 108%;
  position: relative;
  top: -4%;
}

@media screen and (max-width: 1024px) {
  .cm-under__mvBgBody {
    top: 0;
    height: 100%;
  }
}

.cm-under__mvBgBody .body {
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.cm-under__mvBgBody .body__item {
  height: 100%;
}

.another_world {
  position: absolute;
  bottom: 50px;
  right: 5vw;
  z-index: 10;
}

.another_world .btn-another {
  background: #d9333f;
  color: #ffffff;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 20px;
  letter-spacing: 2px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  font-size: 18px;
  transition: 0.5s;
}

.another_world .btn-another span {
  padding-right: 20px;
  border-right: 1px #ffffff dotted;
}

.another_world .btn-another i {
  margin-left: 20px;
  transition: 0.3s;
}

.another_world .btn-another:hover {
  background: #222222;
}

.another_world .btn-another:hover i {
  transform: translateX(10px);
}

@media screen and (max-width: 575px) {
  .another_world .btn-another {
    line-height: 20px;
    padding: 5px 10px;
    letter-spacing: 0px;
    font-size: 14px;
  }
}

.another_world .btn-another.type_zero {
  background: #007546;
}

.another_world .btn-another.type_zero:hover {
  background: #222222;
}

@media screen and (max-width: 575px) {
  .another_world {
    bottom: 5px;
    right: 5px;
  }
}

.cm-under__crumb {
  position: relative;
  transform: translateZ(0);
  z-index: 20;
}

@media screen and (max-width: 1024px) {
  .cm-under__crumb {
    display: none;
  }
}

.cm-under__crumbList {
  position: absolute;
  top: 0;
  left: 2.5em;
}

.p-labolist .cm-under__crumbList {
  top: 6.875em;
}

.p-labodtl .cm-under__crumbList,
.p-mtrldtl .cm-under__crumbList {
  top: 9.375em;
}

.p-mtrllist .cm-under__crumbList {
  top: 5.75em;
}

.p-about .cm-under__crumbList,
.p-studio .cm-under__crumbList {
  top: 5em;
}

.cm-under__crumbListItem {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  line-height: 1;
  width: 1em;
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 0.625em;
}

.cm-under__crumbListItem:not(:first-of-type):before {
  content: "";
  display: block;
  width: 1px;
  height: 5px;
  margin: 0.8em;
  background-color: var(--main-color);
}

.cm-under__body {
  padding: 1.25em 0 5em;
}

.cm-under__body.is-single {
  padding-top: 3em;
}

@media screen and (max-width: 415px) {
  .cm-under__body.is-single {
    padding-top: 2.4em;
  }
}

.cm-materialssection {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .cm-materialssection {
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
}

.cm-materialssection__main {
  margin-right: calc((100vw - var(--header-width) * 1px - 100%) / 2 * -1 - 1px);
  flex-basis: calc(1011 / var(--section-width) * 100%);
  border-top: thin solid var(--border-gray-color);
  border-left: thin solid var(--border-gray-color);
}

@media screen and (max-width: 1024px) {
  .cm-materialssection__main {
    margin: 0 0 0 -7.6923076923%;
    width: 115.3846153846%;
    border-left: 0;
  }
}

.p-mtrllist .cm-materialssection__main {
  border-top: 0;
  border-left: 0;
  padding-top: 5.75em;
}

.cm-materialssection__mainBody {
  position: relative;
}

.cm-materialssection__mainBody .cm-materialslist {
  position: absolute;
  top: 0;
  opacity: 1;
  visibility: hidden;
  transition: opacity cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s,
    visibility cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
}

.cm-materialssection__mainBody .cm-materialslist.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.cm-materialssection__side {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .cm-materialssection__side {
    position: static;
    overflow: hidden;
    border-top: thin solid var(--border-gray-color);
    padding: 0 7.6923076923%;
    margin-left: -7.6923076923%;
    width: 115.3846153846%;
  }
}

.p-top__materials .cm-materialssection__side {
  margin-top: -4.6875em;
  padding-top: 12.8125em;
}

@media screen and (max-width: 1024px) {
  .p-top__materials .cm-materialssection__side {
    margin-top: 0;
    padding-top: 0;
  }
}

.p-mtrllist .cm-materialssection__side {
  padding-top: 5.75em;
}

@media screen and (max-width: 1024px) {
  .p-mtrllist .cm-materialssection__side {
    padding: 0 0 0 1.5625em;
    border-bottom: thin solid var(--border-gray-color);
  }
}

@media screen and (max-width: 640px) {
  .p-mtrllist .cm-materialssection__side {
    padding-left: 1.40625em;
  }
}

@media screen and (max-width: 415px) {
  .p-mtrllist .cm-materialssection__side {
    padding-left: 1.1953125em;
  }
}

@media screen and (max-width: 1024px) {
  .cm-materialssection__side-inner {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
  }

  .cm-materialssection__side-inner::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .cm-materialssection__sideList {
    display: flex;
  }
}

.cm-materialssection__sideList {
  padding-top: 40px;
}

.cm-materialssection__sideListItem:not(:first-of-type) {
  margin-top: 1.25em;
}

@media screen and (max-width: 1024px) {
  .cm-materialssection__sideListItem:not(:first-of-type) {
    margin: 0 0 0 1.25em;
  }
}

.cm-materialssection__sideListItem .target {
  outline: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: inherit;
  font-size: 0.875em;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: flex;
  flex-flow: wrap;
  max-width: 160px;
  transition: transform var(--transition), color var(--transition);
}

.cm-materialssection__sideListItem .target:hover {
  color: #b3b3b3;
}

@media screen and (max-width: 1024px) {
  .cm-materialssection__sideListItem .target {
    padding: 2.5em 0;
  }
}

@media screen and (max-width: 1024px) {
  .cm-materialssection__sideListItem .target:before {
    display: none;
  }
}

.cm-materialslist {
  display: flex;
  flex-wrap: wrap;
}

.cm-materialslist .cm-materials {
  flex-basis: 33.3333333333%;
  position: relative;
}

@media screen and (max-width: 545px) {
  .cm-materialslist .cm-materials {
    flex-basis: 100%;
  }

  .cm-materialslist .cm-materials img {
    width: 60%;
    margin: 10px auto;
  }
}

.cm-materialslist .cm-materials:after,
.cm-materialslist .cm-materials:before {
  content: "";
  display: block;
  position: absolute;
}

.cm-materialslist .cm-materials:before {
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--border-gray-color);
}

.cm-materialslist .cm-materials:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--border-gray-color);
}

.cm-materialslist .cm-materials.no-border:after,
.cm-materialslist .cm-materials.no-border:before {
  content: none;
}

@media screen and (max-width: 640px) {
  .cm-materialslist
    .cm-materials:nth-of-type(3n):not(:first-of-type):not(
      :last-of-type
    ):before {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .cm-materialslist
    .cm-materials:nth-of-type(2n):not(:first-of-type):not(
      :last-of-type
    ):before {
    display: none;
  }

  .p-mtrllist
    .cm-materialslist
    .cm-materials:nth-of-type(2n):not(:first-of-type):not(
      :last-of-type
    ):before {
    display: block;
  }
}

.cm-materials__target {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.75em 1.5625em 3.75em;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .cm-materials__target {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 415px) {
  .cm-materials__target {
    font-size: 0.85em;
    padding: 1.575em 1.40625em 3.375em;
  }
}

@media (hover: hover) {
  .cm-materials__target {
    transition: background-color var(--transition);
  }

  .cm-materials__target:before {
    transition: opacity var(--transition), transform var(--transition);
    transform: rotate(-45deg);
  }

  .cm-materials__target:hover {
    background-color: rgba(142, 142, 142, 0.2);
  }

  .cm-materials__target:hover:before {
    opacity: 1;
    transform: rotate(0deg);
  }
}

.cm-materials__targetTitle {
  font-size: 1.1875em;
  min-width: 0;
  word-break: break-word;
  line-height: 1.4;
  margin-top: 1.1578947368em;
  padding: 0 0.3684210526em;
  color: #111111;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.cm-materials__targetTitle span {
  flex-basis: 30px;
  flex-shrink: 0;
  height: 30px;
  background: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Roboto";
  margin-right: 8px;
}

.cm-materials__targetTxt {
  min-width: 0;
  word-break: break-word;
  font-size: 0.9375em;
  padding: 0 0.4666666667em;
  margin: 1em 0;
}
.cm-materials__targetTxt .squir-black {
  display: inline-block;
  padding: 1px 8px;
  background: #111111;
  margin: 0px 2px;
  border-radius: 2px;
  color: #ffffff;
  font-weight: 600;
}
.cm-materials__targetCat {
  display: flex;
  flex-wrap: wrap;
}
.cm-materials.is-padding {
  padding: 20px;
}
.cm-slidenav {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .cm-slidenav {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 640px) {
  .cm-slidenav {
    font-size: 0.9em;
  }
}

.cm-slidenav__item {
  width: 3.5625em;
  height: 3.5625em;
}

.cm-slidenav__item:not(:first-of-type) {
  margin-left: 1.125em;
}

.cm-slidenav__itemBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: thin solid var(--border-gray-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.cm-slidenav__itemBtn.is-prev {
  transform: rotate(-180deg);
}

.cm-slidenav__itemBtn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}

.cm-slidenav__itemBtnArrow {
  width: 0.4375em;
  height: 0.875em;
}

@media (hover: hover) {
  .cm-slidenav__itemBtn {
    transition: background-color 0.4s;
  }

  .cm-slidenav__itemBtn:hover {
    background-color: #cacaca;
  }
}

.p-top__mv {
  position: relative;
  text-align: left;
  height: 100vh;
  margin-left: 2.0625em;
  margin-right: -1px;
  display: flex;
  align-items: flex-end;
  padding: 0 5.25em 3.75em;
}

@media screen and (max-width: 768px) {
  .p-top__mv {
    margin: 0;
    padding: 74.6666666667vw 6.6666666667% 0;
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 545px) {
  .p-top__mv {
    padding-top: 90.6666666667vw;
  }
}

.p-top__mv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 30%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

@media screen and (max-width: 768px) {
  .p-top__mv:before {
    height: 105.3866666667vw;
  }
}

@media screen and (max-width: 545px) {
  .p-top__mv:before {
    height: 131.7333333333vw;
  }
}

.p-top__mvBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .p-top__mvBg {
    height: 105.3866666667vw;
  }
}

@media screen and (max-width: 545px) {
  .p-top__mvBg {
    height: 131.7333333333vw;
  }
}

.p-top__mvBgBody,
.p-top__mvBgBody .body {
  height: 100%;
}

.p-top__mvBgBody .body {
  width: 100%;
  margin-left: 0;
}

.p-top__mvBgBody .body__item {
  height: 100%;
}

.p-top__mvBody {
  position: relative;
  z-index: 2;
  color: #fff;
}

.p-top__mvBody h2 {
  display: flex;
  font-size: 3em;
  letter-spacing: 0.08em;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-top__mvBody h2 {
    font-size: 6.4vw;
  }
}

.p-top__mvBody p {
  font-size: 1.25em;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 0.8em;
}

@media screen and (max-width: 767px) {
  .p-top__mvBody p {
    font-size: 3.2vw;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .p-top__mvBody {
    margin-top: -20px;
  }
}

.p-top__mvBodyLabo {
  margin-top: 2.8125em;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .p-top__mvBodyLabo {
    opacity: 1;
    margin-top: 16.5333333333vw;
    color: var(--main-color);
  }
}

@media screen and (max-width: 768px) {
  .p-top__mvBodyLabo {
    margin-top: 23.3333333333vw;
  }
}

.p-top__mvBodyLabo .img {
  flex-shrink: 0;
  flex-basis: 6.8125em;
  display: block;
}

.p-top__mvBodyLabo .img .c-target__img {
  border-radius: 50%;
  z-index: 0;
  padding-top: 100%;
  position: relative;
}

.p-top__mvBodyLabo .img .c-target__imgBody {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top__mvBodyLabo .txt {
  margin-left: 1.0625em;
}

.p-top__mvBodyLabo .txt__title {
  font-size: 0.9375em;
}

@media screen and (max-width: 768px) {
  .p-top__mvBodyLabo .txt__title a {
    color: var(--main-color);
  }
}

.p-top__mvBodyLabo .txt__cat {
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .p-top__mvBodyLabo .txt__cat .c-cat {
    border-color: var(--main-color);
    color: var(--main-color);
  }
}

.p-top__mvScroll {
  position: fixed;
  bottom: 0;
  right: 0px;
  width: calc(var(--header-width) * 1px);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
}

@media screen and (max-width: 1420px) {
  .p-top__mvScroll {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1024px) and (max-height: 700px) {
  .p-top__mvScroll {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 1420px) and (min-width: 1024px) and (max-height: 520px) {
  .p-top__mvScroll {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 1024px) {
  .p-top__mvScroll {
    display: none;
  }
}

.p-top__mvScrollTxt {
  font-size: 0.75em;
}

.p-top__mvScrollLine {
  background-color: #d4d4d4;
  width: 1px;
  height: 6.625em;
  position: relative;
  margin-top: 1.1875em;
}

.p-top__mvScrollLine .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #1f1f1f;
  -webkit-animation-name: expansion;
  animation-name: expansion;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.p-top__mvScrollLine .body:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f1f1f;
  -webkit-animation: circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
  animation: circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 100%;
  }

  to {
    bottom: -5px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 100%;
  }

  to {
    bottom: -5px;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  to {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  to {
    opacity: 0;
  }
}

.p-top__intro {
  padding: 10em 0 10em;
  border-bottom: thin solid var(--border-gray-color);
}

.p-top__intro.second-intro {
  padding: 2.5em 0px 10em;
}

@media screen and (max-width: 768px) {
  .p-top__intro {
    padding: 3.125em 0;
    margin-top: 6.6666666667%;
  }
}

.p-top__intro .u-section {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-top__intro .u-section {
    justify-content: flex-start;
  }
}

.p-top__introTitle {
  font-size: 1.75em;
  display: flex;
  flex-direction: row-reverse;
  color: #111111;
}

@media screen and (max-width: 640px) {
  .p-top__introTitle {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 415px) {
  .p-top__introTitle {
    font-size: 1.1875em;
  }
}

.p-top__introTitle .u-vt:first-of-type {
  margin-left: 0.6428571429em;
}

.p-top__introBody {
  flex-basis: calc(621 / var(--section-width) * 100%);
  margin: 1.875em calc(40 / var(--section-width) * 100%) 0
    calc(63 / var(--section-width) * 100%);
}

.p-top__introBody h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #111111;
}

.p-top__introBody h2.c-title_body {
  font-size: 2.125em;
}

@media screen and (max-width: 575px) {
  .p-top__introBody h2.c-title_body {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__introBody h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 575px) {
  .p-top__introBody h2 {
    font-size: 36px;
  }
}

.flow {
  margin: 30px auto;
  width: calc(992 / var(--section-width) * 100%);
}

@media screen and (max-width: 575px) {
  .flow {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .p-top__introBody {
    flex-basis: auto;
    margin: 0 0 0 3.75em;
  }
}

@media screen and (max-width: 415px) {
  .p-top__introBody {
    margin-left: 1.75em;
  }
}

.p-top__introBodyTitle {
  position: absolute;
  top: 2.2666666667em;
  left: -20px;
  font-size: 0.9375em;
  display: flex;
  align-items: center;
  color: #111111;
}

@media screen and (max-width: 1024px) {
  .p-top__introBodyTitle {
    position: static;
    margin-bottom: 2.6666666667em;
  }
}

.p-top__introBodyTitle:before {
  content: "";
  display: block;
  width: 2.4666666667em;
  height: 1px;
  background-color: var(--main-color);
  margin-right: 0.8666666667em;
}

.p-top__introBodyTitle .body {
  display: block;
}
.p-top__intro.bottom-0 {
  border-bottom: none !important;
}
.p-top-nav {
  position: absolute;
  top: 4.5333333333em;
  left: -30px;
  font-size: 0.875em;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #111111;
}

.p-top-nav li {
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 6px 0px;
}

.p-top-nav li:before {
  content: "";
  display: block;
  width: 1.3333333333em;
  height: 1px;
  background-color: var(--main-color);
  margin-right: 0.8666666667em;
}

@media screen and (max-width: 1024px) {
  .p-top-nav {
    position: static;
    margin-bottom: 2.6666666667em;
  }
}

.p-top__introBodyLogo {
  width: 100%;
  padding-top: 12.8824476651%;
}

@media screen and (max-width: 1024px) {
  .p-top__introBodyLogo {
    max-width: 38.8125em;
  }
}

.p-top__introBodyTxt {
  width: 80.5152979066%;
  line-height: 2;
  margin-top: 2.5em;
}

.p-top__introBodyTxt.top-0 {
  margin-top: 0px;
  padding-top: 0px;
}
.top-p0 {
  padding-top: 10px !important;
}
@media screen and (max-width: 1024px) {
  .p-top__introBodyTxt {
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .p-top__introBodyTxt {
    margin-top: 9.2307692308%;
  }
}

@media screen and (max-width: 768px) {
  .p-top__introBodyTxt .br {
    display: none;
  }
}

.p-top__introBodyLink {
  margin-top: 3.5em;
}

@media screen and (max-width: 575px) {
  .p-top__introBodyLink {
    margin-top: 1.75em;
  }
}

.p-top__studio {
  padding: 7.5em 0 9.75em;
  border-top: thin solid var(--border-gray-color);
}
.p-top__studio.b-top-0 {
  border-top: none !important;
}
.p-top__studio.bottom-0 {
  padding-bottom: 0px;
}

@media screen and (max-width: 545px) {
  .p-top__studio {
    padding: 1.875em 0;
  }
}

.p-top__studioBody {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.75em;
}

@media screen and (max-width: 1024px) {
  .p-top__studioBody {
    margin-top: 3.125em;
  }
}

@media screen and (max-width: 545px) {
  .p-top__studioBody {
    margin-top: 1.875em;
  }
}

.p-top__studioBodyItem {
  flex-basis: 25%;
  transition: 0.5s;
}

.p-top__studioBodyItem:hover {
  background: #efefef;
}

@media screen and (max-width: 1024px) {
  .p-top__studioBodyItem {
    flex-basis: 33.33%;
  }
}

@media screen and (max-width: 640px) {
  .p-top__studioBodyItem {
    flex-basis: 49%;
  }
}

.p-top__studioBodyItem .target {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 1.375em;
}

@media screen and (max-width: 1024px) {
  .p-top__studioBodyItem:nth-of-type(-n + 4) {
    border-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .p-top__studioBodyItem:nth-of-type(3n + 1) {
    border-left: 0;
  }
}

.p-top__studioBodyItem .target__logo {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.p-top__studioBodyItem .target__logoBody {
  width: 90%;
  height: auto;
  position: relative;
}

.p-top__studioBodyItem .price,
.p-top__studioBodyItem .target__cat,
.p-top__studioBodyItem .target__title {
  padding: 0 1.25em;
}

@media screen and (max-width: 575px) {
  .p-top__studioBodyItem .price,
  .p-top__studioBodyItem .target__cat,
  .p-top__studioBodyItem .target__title {
    padding: 0 10px;
  }
}

.p-top__studioBodyItem .target__title {
  display: flex;
  align-items: center;
}

.p-top__studioBodyItem .target__titleIcon,
.p-top__studioBodyItem .target__titleTxt {
  display: block;
  line-height: 1.3;
}

.p-top__studioBodyItem .target__titleIcon {
  margin-left: 0.6842105263em;
  flex-shrink: 0;
}

.p-top__studioBodyItem .target__cat {
  display: flex;
  align-items: center;
  margin: 10px 0px;
  font-weight: 400;
}

.p-top__studioBodyItem .target__cat:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: var(--main-color);
  margin-right: 0.5em;
}

@media screen and (max-width: 575px) {
  .p-top__studioBodyItem .target__cat:before {
    content: none;
  }
}

.p-top__studioBodyItem .target__catBody {
  display: block;
  font-size: 0.875em;
}

@media screen and (max-width: 575px) {
  .p-top__studioBodyItem .target__catBody {
    word-break: break-all;
  }
}

.p-top__studioBodyItem .price {
  text-align: end;
  font-weight: 600;
  font-size: 13px;
}

.p-top__studioBodyItem .price span {
  font-size: 17px;
  font-family: "Roboto";
}

.p-top__studioLink {
  margin-top: 3.75em;
  text-align: center;
}

.index_information {
  margin-left: 0px;
  padding-left: 0px;
}

.index_information li {
  margin: 15px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 575px) {
  .index_information li {
    flex-direction: column;
  }
}

.index_information li span {
  flex-basis: 145px;
  flex-shrink: 0;
  margin-right: 15px;
  padding-right: 10px;
  border-right: 1px #bbbbbb solid;
  -ms-flex-negative: 1;
}

.index_information li span:before {
  content: "\f285";
  font-family: "Bootstrap-icons";
  font-size: 13px;
  margin-right: 5px;
}

.index_information li span.date {
  flex-basis: 160px;
  font-size: 14px;
  flex-shrink: 1;
}

@media screen and (max-width: 575px) {
  .index_information li span.date {
    flex-basis: auto;
  }
}

@media screen and (max-width: 575px) {
  .index_information li span {
    flex-basis: auto;
    font-weight: 600;
    border-right: none;
  }

  .index_information li span:before {
    content: none;
  }
}

.index_information li a {
  flex: 1;
}

.index_information li ul {
  width: 100%;
}

.index_information li ul li {
  margin-top: 0px;
}

@media screen and (max-width: 575px) {
  .index_information li ul li {
    flex-direction: row;
  }
}

.index_information li ul li span {
  flex-basis: 80px;
  margin-right: 15px;
  padding-right: 10px;
  border-right: 1px #bbbbbb solid;
  flex-shrink: 1;
}

.index_information li ul li span:before {
  content: none;
}

ul.information {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 60px;
}

ul.information li {
  padding: 10px 5px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 17px;
  border-bottom: 1px #454545 dotted;
}

@media screen and (max-width: 575px) {
  ul.information li {
    flex-direction: column;
  }
}

ul.information li span {
  flex-basis: 115px;
  margin-right: 15px;
  padding-right: 10px;
  flex-shrink: 1;
}

ul.information li span:before {
  content: "\f214";
  font-family: "Bootstrap-icons";
  font-size: 13px;
  margin-right: 5px;
}

ul.information li span.date {
  flex-basis: 160px;
  font-size: 14px;
  flex-shrink: 1;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 575px) {
  ul.information li span.date {
    flex-basis: auto;
  }
}

@media screen and (max-width: 575px) {
  ul.information li span {
    flex-basis: auto;
  }
}

ul.information li a {
  flex: 1;
}

.p-top__materialsBodyLink {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.bottom-0 {
  padding-bottom: 0px !important;
}

.history {
  position: relative;
  padding: 60px 0px;
  background: url(../images/index/history_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top left;
  min-height: 600px;
}

.history .u-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.history .u-btn a {
  color: #ffffff;
}

@media screen and (max-width: 575px) {
  .history {
    min-height: 360px;
  }
}

.wr_line {
  display: flex;
  align-items: center;
}

.wr_line:before {
  content: "";
  width: 70px;
  background: #ffffff;
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 50%,
    #e02327 50%,
    #ed2529 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ed2529", GradientType=1);
  height: 1.4px;
  margin-right: 10px;
}

.img-fluid {
  width: 100% !important;
}

.img-rounded {
  width: 90%;
  margin: 20px auto;
}

.img-rounded img {
  border-radius: 50%;
}

#map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.pm-about__blockTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222222;
}

.pm-about__blockTitleEn,
.pm-about__blockTitleJp {
  display: block;
  line-height: 1;
  letter-spacing: 0.06em;
}

.pm-about__blockTitleEn {
  font-size: 2em;
}

@media screen and (max-width: 640px) {
  .pm-about__blockTitleEn {
    font-size: 1.5625em;
  }
}

.pm-about__blockTitleJp {
  font-size: 1.25em;
  margin-top: 0.6em;
}

.pm-about__blockTxt {
  line-height: 1.9;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pm-about__blockTxt {
    text-align: left;
  }

  .pm-about__blockTxt .br {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .p-about__main {
    padding-top: 3.75em;
  }
}

@media screen and (max-width: 415px) {
  .p-about__main {
    padding-top: 2.8125em;
  }
}

.p-about__mainTop {
  line-height: 1.9;
}

@media screen and (max-width: 1280px) {
  .p-about__mainTop .br {
    display: none;
  }
}

.p-about__mainContent {
  margin-top: 4.5em;
}

.p-about__mainContent .u-section {
  max-width: 68.75em;
}

.pm-about__block-dispImg {
  display: flex;
  justify-content: space-between;
  margin: 2.1875em 0 1.5625em;
}

@media screen and (max-width: 768px) {
  .pm-about__block-dispImg {
    display: block;
  }
}

.pm-about__block-dispImgItem {
  flex-basis: 50%;
  padding-top: 37.2727272727%;
}

@media screen and (max-width: 768px) {
  .pm-about__block-dispImgItem {
    padding-top: 74.5454545455%;
  }
}

.pm-about__block-disp .pm-about__blockTitleJp {
  font-size: 1.375em;
  margin-top: 0.5454545455em;
}

.p-about__mainContentEvent {
  margin-top: 6.5625em;
  margin-bottom: 1.375em;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .p-about__mainContentEvent {
    display: block;
  }
}

@media screen and (max-width: 415px) {
  .p-about__mainContentEvent {
    margin-top: 4.6875em;
  }
}

.p-about__mainContentEvent .pm-about__block {
  flex-basis: 50%;
}

@media screen and (max-width: 1024px) {
  .p-about__mainContentEvent .pm-about__block:not(:first-of-type) {
    margin-top: 6.5625em;
  }
}

.pm-about__block-eventImg {
  margin-top: 2.1875em;
  padding-top: 74.5454545455%;
}

.pm-about__block-mocad {
  margin-top: 0px;
  padding-bottom: 5em;
}

.pm-about__block-mocadBody {
  display: flex;
  justify-content: space-between;
  margin-top: 3.4375em;
}

@media screen and (max-width: 640px) {
  .pm-about__block-mocadBody {
    display: block;
  }
}

@media screen and (max-width: 415px) {
  .pm-about__block-mocadBody {
    margin-top: 2.1875em;
  }
}

.pm-about__block-mocadBody .pm-about__blockTitle {
  align-items: flex-start;
  margin-left: 10.9090909091%;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .pm-about__block-mocadBody .pm-about__blockTitle {
    margin-left: 0;
  }
}

.pm-about__block-mocadBody .pm-about__blockTitleJp {
  font-size: 1.0625em;
  margin-top: 0.7058823529em;
}

.pm-about__block-mocadBodyTxt {
  margin: 0 8.1818181818% 0 6.3636363636%;
  flex-grow: 1;
}

@media screen and (max-width: 1024px) {
  .pm-about__block-mocadBodyTxt {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .pm-about__block-mocadBodyTxt {
    margin: 2.8125em 0 0;
  }
}

.pm-about__block-mocadBodyTxt .pm-about__blockTxt {
  text-align: left;
}

.pm-about__blockLink {
  margin-top: 3.4375em;
}

.pm-about__blockLinkItem:not(:first-of-type) {
  margin-top: 1.5em;
}

.pm-about__blockLinkItem .c-link {
  font-size: 0.9375em;
}

.pm-about__blockLinkItem .c-link__circle {
  width: 1.8em;
  height: 1.8em;
  margin-left: 0.4em;
}

.pm-about__blockLinkItem .c-link__circleBody {
  width: 0.2666666667em;
  height: 0.5333333333em;
}

.subvisual {
  margin-top: 50px;
  margin-bottom: 0px;
  position: relative;
  padding: 200px 0px 160px;
}

.subvisual .contents {
  position: relative;
  z-index: 1;
  width: 90%;
  padding: 20px 30px;
}

.subvisual .contents h1 {
  letter-spacing: -0.5px;
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
  text-align: end;
  text-shadow: #545454 1px 0 10px;
}

@media screen and (max-width: 767px) {
  .subvisual .contents h1 {
    font-size: 60px;
    text-align: start;
  }
}

@media screen and (max-width: 575px) {
  .subvisual .contents h1 {
    font-size: 44px;
  }
}

.subvisual .contents .h1_lead {
  text-shadow: #545454 1px 0 6px;
  text-align: end;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .subvisual .contents .h1_lead {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .subvisual .contents {
    width: 100%;
    margin-left: 0;
    padding: 20px 20px;
  }
}

.subvisual:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/about/subvisual.jpg);
  background-size: cover;
  background-position: center center;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .subvisual:before {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .subvisual {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1280px) {
  .p-labolist__bodyBlock {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1024px) {
  .p-labolist__bodyBlock {
    font-size: 1em;
  }
}

.p-labolist__bodyBlock:not(:first-of-type) {
  margin-top: 9.0625em;
  padding-top: 9.0625em;
  border-top: 1px solid var(--border-gray-color);
}

@media screen and (max-width: 415px) {
  .p-labolist__bodyBlock:not(:first-of-type) {
    margin-top: 7.25em;
    padding-top: 7.25em;
  }
}

.p-labolist__bodyBlockTop {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .p-labolist__bodyBlockTop {
    flex-direction: column-reverse;
  }
}

.text-black {
  color: #222222;
}

.p-labolist__bodyBlockTop .img {
  margin: 0 2.5em 0 calc((100vw - var(--header-width) * 1px - 100%) / 2 * -1);
  width: calc(838 / var(--section-width) * 100%);
  flex-shrink: 0;
  height: 38.8125em;
  background: url(../images/about/movie.jpg);
  background-size: cover;
}

@media screen and (max-width: 1380px) {
  .p-labolist__bodyBlockTop .img {
    width: calc(800 / var(--section-width) * 100%);
  }
}

@media screen and (max-width: 1024px) {
  .p-labolist__bodyBlockTop .img {
    width: 100%;
    margin: 0 0 1.25em;
    height: 66.4vw;
  }
}

.p-labolist__bodyBlockTop .txt {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 4.375em;
  word-break: break-word;
}

@media screen and (max-width: 1024px) {
  .p-labolist__bodyBlockTop .txt {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-labolist__bodyBlockTop .txt__body {
    display: flex;
    flex-direction: column;
  }
}

.txt__bodyTitle {
  font-size: 1.75em;
  line-height: 1.4;
  margin-bottom: 1em;
}

@media screen and (max-width: 1024px) {
  .txt__bodyTitle {
    order: 2;
    font-size: 24px;
  }
}

@media screen and (max-width: 545px) {
  .txt__bodyTitle {
    order: 2;
    font-size: 20px;
  }
}

.p-labolist__bodyBlockTop .txt__bodyNum {
  position: absolute;
  top: 0px;
  left: -40px;
  z-index: 5;
}

.p-labolist__bodyBlockTop .txt__bodyNum span {
  font-size: 3em;
  font-weight: 700 !important;
}

@media screen and (max-width: 575px) {
  .p-labolist__bodyBlockTop .txt__bodyNum span {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .p-labolist__bodyBlockTop .txt__bodyNum {
    position: static;
    order: 1;
    margin-bottom: 0.3125em;
  }
}

.p-labolist__bodyBlockTop .txt__bodyNum .u-vt {
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .p-labolist__bodyBlockTop .txt__bodyNum .u-vt {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-feature-settings: "palt";
    line-height: 1.5;
    width: auto;
  }
}

.p-labolist__bodyBlockTop .txt__bodyContent {
  font-size: 0.9375em;
  line-height: 1.9;
}

@media screen and (max-width: 1024px) {
  .p-labolist__bodyBlockTop .txt__bodyContent {
    order: 3;
  }
}

.p-labolist__bodyBlockInfo {
  margin-top: 3.75em;
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo {
    margin-left: -65.3846153846%;
    width: 230.7692307692%;
  }
}

.p-labolist__bodyBlockInfo .swiper-wrapper {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo .swiper-wrapper {
    justify-content: flex-start;
  }
}

.p-labolist__bodyBlockInfo .body {
  width: calc(320 / var(--section-width) * 100%);
}

@media screen and (max-width: 1024px) {
  .p-labolist__bodyBlockInfo .body {
    width: calc(384 / var(--section-width) * 100%);
  }
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo .body {
    width: 33.3333333333%;
  }
}

.p-labolist__bodyBlockInfo .body__block {
  display: flex;
  flex-direction: column;
}

.p-labolist__bodyBlockInfo .body__blockImg {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-labolist__bodyBlockInfo .body__blockImgBody {
  margin-left: 3.4375%;
  width: 71.5625%;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo .body__blockImgBody {
    width: 83%;
    margin: 0 auto;
  }
}

.p-labolist__bodyBlockInfo .body__blockImgBody .c-img {
  padding-top: 100%;
}

.p-labolist__bodyBlockInfo .body__blockImgIcon {
  margin-right: 8.125%;
  width: 5.3125%;
  padding-top: 5.3125%;
  position: relative;
}

.p-labolist__bodyBlockInfo .body__blockImgIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo .body__blockImgIcon {
    display: none;
  }
}

.p-labolist__bodyBlockInfo .body__blockTitle {
  order: 2;
  text-align: center;
  width: 78.4375%;
  margin-top: 1.125em;
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo .body__blockTitle {
    width: auto;
  }
}

.p-labolist__bodyBlockInfo .body__blockTitleEn,
.p-labolist__bodyBlockInfo .body__blockTitleJp {
  display: block;
  line-height: 1.4;
}

.p-labolist__bodyBlockInfo .body__blockTitleEn {
  font-size: 1.375em;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  margin-bottom: 0.3636363636em;
}

.p-labolist__bodyBlockInfo .body__blockTxt {
  order: 3;
  line-height: 2;
  margin-top: 1.875em;
  width: 78.4375%;
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo .body__blockTxt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-labolist__bodyBlockInfo .body:last-of-type {
  width: calc(265 / var(--section-width) * 100%);
}

@media screen and (max-width: 1024px) {
  .p-labolist__bodyBlockInfo .body:last-of-type {
    width: calc(318 / var(--section-width) * 100%);
  }
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo .body:last-of-type {
    width: 33.3333333333%;
  }
}

.p-labolist__bodyBlockInfo .body:last-of-type .body__blockImgBody {
  margin-left: 4.1509433962%;
  width: 86.4150943396%;
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo .body:last-of-type .body__blockImgBody {
    width: 83%;
    margin-left: auto;
  }
}

.p-labolist__bodyBlockInfo .body:last-of-type .body__blockImgIcon {
  display: none;
}

.p-labolist__bodyBlockInfo .body:last-of-type .body__blockTitle {
  width: 94.7169811321%;
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo .body:last-of-type .body__blockTitle {
    width: auto;
  }
}

.p-labolist__bodyBlockInfo .body:last-of-type .body__blockTxt {
  width: 94.7169811321%;
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo .body:last-of-type .body__blockTxt {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo.is-single {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo.is-single .swiper-wrapper {
    justify-content: center;
  }
}

.p-labolist__bodyBlockInfo.is-single .body {
  width: calc(340 / var(--section-width) * 100%);
}

@media screen and (max-width: 1024px) {
  .p-labolist__bodyBlockInfo.is-single .body {
    width: calc(408 / var(--section-width) * 100%);
  }
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo.is-single .body {
    width: 90%;
  }
}

.p-labolist__bodyBlockInfo .pagenation {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockInfo .pagenation {
    margin-top: 3.75em;
    display: flex;
    justify-content: center;
  }

  .p-labolist__bodyBlockInfo .pagenation .swiper-pagination-bullet {
    position: relative;
    letter-spacing: 0.08em;
    line-height: 1;
  }

  .p-labolist__bodyBlockInfo
    .pagenation
    .swiper-pagination-bullet:not(:first-of-type) {
    margin-left: 3.75em;
  }

  .p-labolist__bodyBlockInfo .pagenation .swiper-pagination-bullet:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.125em;
    left: -0.625em;
    width: calc(100% + 1.25em);
    height: 0.25em;
    background-color: var(--main-color);
    transform: scale(0, 1);
    transition: transform var(--transition);
    transform-origin: top right;
  }

  .p-labolist__bodyBlockInfo
    .pagenation
    .swiper-pagination-bullet-active:before {
    transform: scale(1, 1);
    transform-origin: top left;
  }
}

@media screen and (max-width: 640px) {
  .p-labolist__bodyBlockInfo .pagenation {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 415px) {
  .p-labolist__bodyBlockInfo .pagenation {
    font-size: 0.8em;
  }
}

.p-labolist__bodyBlockBtn {
  margin-top: 1.25em;
  text-align: center;
}

.p-labolist__bodyBlockBtn .c-btn {
  width: 100%;
  height: 5.125em;
  font-size: 0.9375em;
  padding: 0px 15px;
}

@media screen and (max-width: 768px) {
  .p-labolist__bodyBlockBtn .c-btn {
    width: 100%;
  }
}

.p-labodtl__main {
  overflow: hidden;
}

.service {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service img {
  width: 100px;
}

.service h5 {
  font-weight: 600;
  margin: 15px auto;
}

.service p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

.table-history tr {
  border-bottom-color: #dddddd;
}

.table-history tr th {
  padding-top: 15px;
  padding-bottom: 15px;
  border: none !important;
  white-space: nowrap;
  color: #333333;
}

.table-history tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  border: none !important;
  color: #333333;
}

.table-bordered {
  border-color: #999999 !important;
}

.table-bordered th {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333333;
  vertical-align: middle;
}

.table-bordered th.w5 {
  width: 15%;
}

.table-bordered td {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333333;
  vertical-align: middle;
}

.products {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 30px 0px 0px;
  padding: 0px 0px 40px;
  border-bottom: 1px #454545 dotted;
}

.products .products_img {
  flex-basis:100px; /* 25%;*/
  margin-right: 50px;
}
.products.flex-column .products_img {
  width: 100px;
  margin: 10px auto;
}
.products .products_img.wide {
  flex-basis: 100px;/*40%;*/
}

@media screen and (max-width: 575px) {
  .products .products_img {
    flex-basis: 100px; /*auto;*/
    margin: 10px auto 20px;
  }

  .products .products_img img {
    width: 100px;/*60%; */
    margin: 0px auto;
  }
}

.products .products_info {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1;
}

.products .products_info h5 {
  font-weight: 600;
  font-size: 1.1em;
}

.products .products_info .p_num {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  height: 3em;
  display: flex;
  align-items: center;
}

.products .products_info .price {
  font-size: 1.25em;
  color: #d9333f;
  font-weight: 600;
}

.products .products_info .price span {
  color: #222222;
  font-size: 14px;
}

.products.items {
  align-items: center;
}

.products.items .products_img {
  flex-basis: 100px; /*35%;*/
  flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .products.items .products_img {
    flex-basis: auto;
    margin: 10px auto 20px;
  }
}

@media screen and (max-width: 575px) {
  .products {
    flex-direction: column;
  }
}

.example_area {
  margin: 20px 10px;
  padding: 20px;
  border-radius: 10px;
  background: #f4f4f4;
}

@media screen and (max-width: 575px) {
  .example_area {
    padding: 10px 20px;
    margin: 20px 0px;
  }
}

ul.circle {
  margin-left: 0px;
  list-style: disc;
}

ul.circle li {
  line-height: 2;
}

ul.decimal {
  margin-left: 0px;
  list-style: decimal;
  font-family: "Roboto", sans-serif;
}

ul.decimal li {
  line-height: 2;
}
ul.astrisk li{
  line-height: 2;
  text-indent: -0.75em;
}
ul.astrisk li:before {
  content: "※";

}

.floor_map {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.floor_map .floor {
  margin: 30px 0px;
  flex-basis: 47%;
}

@media screen and (max-width: 575px) {
  .floor_map .floor {
    flex-basis: 96%;
  }
}

.floor_map .floor2 {
  margin: 0px 0px 30px 20%;
  flex-basis: 90%;
}

@media screen and (max-width: 575px) {
  .floor_map .floor2 {
    flex-basis: 96%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 575px) {
  .floor_map {
    flex-direction: column;
  }
}

.btn.btn-primary {
  background-color: #191919 !important;
  border: 2px #191919 solid !important;
  color: #ffffff !important;
  font-weight: 600;
  padding: 10px 80px;
  max-width: 100%;
  margin: 0 auto;
}

.btn.btn-primary:hover {
  background-color: #efefef !important;
  color: #191919 !important;
}

.p-mtrllist__body {
  padding-top: 0;
}

.p-mtrllist__bodyBlock {
  border-top: thin solid var(--border-gray-color);
  position: relative;
  padding-top: 4.25em;
}

@media screen and (max-width: 415px) {
  .p-mtrllist__bodyBlock {
    padding-top: 3.125em;
  }
}

.p-mtrllist__bodyBlock:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.125em;
  height: 1px;
  background-color: var(--main-color);
  transform: scale(0, 1);
  transition: transform var(--transition);
  transform-origin: top left;
}

.p-mtrllist__bodyBlock.in-view:before {
  transform: scale(1, 1);
}

.p-mtrllist__bodyBlock:not(:first-of-type) {
  margin-top: 9.375em;
}

.p-mtrllist__bodyBlockTitle {
  font-size: 1.875em;
  line-height: 1;
  margin-bottom: 1.0666666667em;
}

@media screen and (max-width: 1024px) {
  .p-mtrllist__bodyBlockTitle {
    padding: 0 0.8333333333em;
  }
}

@media screen and (max-width: 640px) {
  .p-mtrllist__bodyBlockTitle {
    padding: 0 0.75em;
  }
}

@media screen and (max-width: 415px) {
  .p-mtrllist__bodyBlockTitle {
    padding: 0 0.6375em;
  }
}

.p-mtrllist__bodyBlockNav {
  font-size: 0.85em;
  position: absolute;
  top: 4.125em;
  right: 2.9673590504%;
}

@media screen and (max-width: 415px) {
  .p-mtrllist__bodyBlockNav {
    font-size: 0.75em;
    top: 3.3em;
  }
}

.p-mtrllist__bodyBlock.is-noslide .p-mtrllist__bodyBlockNav {
  display: none;
}

.p-mtrllist__bodyBlockSlider {
  border-top: thin solid var(--border-gray-color);
  border-left: thin solid var(--border-gray-color);
}

@media screen and (max-width: 1024px) {
  .p-mtrllist__bodyBlockSlider {
    border-left: 0;
  }
}

.p-mtrllist__bodyBlockSlider.swiper-container {
  margin-left: 0;
}

.p-mtrllist__bodyBlockSlider .swiper-slide {
  height: auto;
}

.p-mtrldtl__mainBody {
  display: flex;
  justify-content: space-between;
  margin-top: 2.1875em;
  padding-bottom: 8.4375em;
}

@media screen and (max-width: 768px) {
  .p-mtrldtl__mainBody {
    display: block;
  }
}

@media screen and (max-width: 415px) {
  .p-mtrldtl__mainBody {
    padding-bottom: 6.75em;
  }
}

.p-mtrldtl__mainBodyPhoto {
  width: calc(573 / var(--section-width) * 100%);
}

@media screen and (max-width: 768px) {
  .p-mtrldtl__mainBodyPhoto {
    width: auto;
  }
}

.p-mtrldtl__mainBodyPhoto .body .c-img {
  padding-top: 100.3490401396%;
}

.p-mtrldtl__mainBodyPhoto .pagenation {
  display: flex;
  flex-wrap: wrap;
  margin: 0.875em 0 -0.6980802792% -0.6980802792%;
}

.p-mtrldtl__mainBodyPhoto .pagenation .swiper-pagination-bullet {
  display: block;
  margin: 0 0 0.6932409012% 0.6932409012%;
  flex-basis: 15.9445407279%;
  padding-top: 15.9445407279%;
  position: relative;
}

.p-mtrldtl__mainBodyPhoto .pagenation .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: opacity var(--transition);
}

.p-mtrldtl__mainBodyPhoto .pagenation .swiper-pagination-bullet-active:before {
  opacity: 1;
}

.p-mtrldtl__mainBodyInfo {
  width: calc(416 / var(--section-width) * 100%);
  margin-right: calc(32 / var(--section-width) * 100%);
}

@media screen and (max-width: 1280px) {
  .p-mtrldtl__mainBodyInfo {
    flex-basis: calc(448 / var(--section-width) * 100%);
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-mtrldtl__mainBodyInfo {
    width: auto;
    margin: 3.125em 0 0;
  }
}

.p-mtrldtl__mainBodyInfo .block:not(:first-of-type) {
  margin-top: 2.5em;
}

.p-mtrldtl__mainBodyInfo .block .c-wisywig {
  font-size: 0.9375em;
}

.p-mtrldtl__mainBodyInfo .block .c-wisywig.is-download {
  font-size: 0.875em;
}

.p-mtrldtl__mainBodyInfo .block__title {
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(193, 193, 193, 0.55);
  padding-bottom: 0.625em;
  position: relative;
  margin-bottom: 1em;
}

.p-mtrldtl__mainBodyInfo .block__title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 1.375em;
  height: 1px;
  background-color: var(--main-color);
}

.p-mtrldtl__mainBodyInfo .block__table {
  font-size: 0.9375em;
}

.p-mtrldtl__mainBodyInfo .block__tableRow {
  display: flex;
}

.p-mtrldtl__mainBodyInfo .block__tableRow:not(:first-of-type) {
  margin-top: 0.3333333333em;
}

.p-mtrldtl__mainBodyInfo .block__tableRowTitle {
  flex-shrink: 0;
  flex-basis: 4.3333333333em;
  margin-right: 0.6666666667em;
}

.p-mtrldtl__mainBodyInfo .block__listItem.c-wisywig {
  font-size: 0.875em;
}

.p-mtrldtl__mainBodyInfo .caution {
  font-size: 0.8125em;
  margin-top: 4.2307692308em;
}

.p-mtrldtl__contact {
  background-color: var(--main-color);
  color: #fff;
  padding: 11.25em 0 12.5em;
}

@media screen and (max-width: 768px) {
  .p-mtrldtl__contact {
    padding: 7.5em 0;
  }
}

@media screen and (max-width: 415px) {
  .p-mtrldtl__contact {
    padding: 6em 0;
  }
}

.p-mtrldtl__contactBody {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-mtrldtl__contactBody {
    display: block;
  }
}

.p-mtrldtl__contactBodyTitle {
  font-size: 2.5em;
  letter-spacing: 0.08em;
  line-height: 1;
  flex-shrink: 0;
}

@media screen and (max-width: 415px) {
  .p-mtrldtl__contactBodyTitle {
    font-size: 2.1875em;
  }
}

.p-mtrldtl__contactBodyTxt {
  margin-left: calc(90 / var(--section-width) * 100%);
  max-width: 29.6875em;
}

@media screen and (max-width: 768px) {
  .p-mtrldtl__contactBodyTxt {
    margin: 2.5em 0 0;
    max-width: auto;
  }
}

.p-mtrldtl__contactBodyTxt .txt {
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .p-mtrldtl__contactBodyTxt .txt .br {
    display: none;
  }
}

.p-mtrldtl__contactBodyTxt .link {
  margin-top: 3.75em;
}

.p-mtrldtl__contactBodyTxt .link .c-link {
  font-size: 0.9375em;
}

.p-mtrldtl__other {
  padding-top: 8.375em;
}

@media screen and (max-width: 415px) {
  .p-mtrldtl__other {
    padding-top: 6.7em;
  }
}

.p-mtrldtl__otherList {
  margin-top: 3.75em;
  display: flex;
  flex-wrap: wrap;
}

.p-mtrldtl__otherListItem {
  flex-basis: 25%;
  padding-top: 25%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-mtrldtl__otherListItem {
    flex-basis: 33.33%;
    padding-top: 33.33%;
  }
}

@media screen and (max-width: 640px) {
  .p-mtrldtl__otherListItem {
    flex-basis: 50%;
    padding-top: 50%;
  }
}

.p-mtrldtl__otherListItem .target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 1.4375em 1.25em;
}

@media screen and (max-width: 640px) {
  .p-mtrldtl__otherListItem .target {
    padding: 0 0 1.15em 1em;
  }
}

.p-mtrldtl__otherListItem .target:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 30%,
    rgba(0, 0, 0, 0.64) 100%
  );
}

.p-mtrldtl__otherListItem .target__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.p-mtrldtl__otherListItem .target__title {
  font-size: 1.0625em;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .p-mtrldtl__otherListItem .target__title {
    font-size: 1em;
  }
}

.tab-content {
  overflow: visible;
}

.tab-content h3 {
  font-size: 1.875em;
  font-weight: 600;
  line-height: 2;
}

@media screen and (max-width: 575px) {
  .tab-content h3 {
    font-size: 1.375em;
  }
}

.tab-content h4 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (max-width: 575px) {
  .tab-content h4 {
    font-size: 1.125em;
  }
}

.list-group a.list-group-item.active {
  background: #333333;
  border-color: #333333;
}

.f_sns_link {
  margin: 5px 0px;
  text-align: start;
  font-size: 12px;
}

.f_sns_link li {
  margin-right: 5px;
  display: inline;
}

.f_sns_link li span.active {
  color: #999999;
}

.f_sns_link li a:hover {
  color: aqua;
}

.theme-btn {
  font-size: 18px;
  margin-top: 0px;
}

.btn-arrow {
  position: relative;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.btn-arrow i {
  display: inline-block;
}

.btn-arrow:hover i {
  -webkit-animation: arrowafter 0.3s;
  animation: arrowafter 0.3s;
}

@-webkit-keyframes arrowafter {
  0% {
    transform: translate(0px, 0px);
  }

  49% {
    transform: translate(10px, 10px);
    opacity: 0;
  }

  50% {
    transform: translate(-10px, -10px);
  }

  51% {
    transform: translate(-10px, -10px);
    opacity: 0;
  }

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

@keyframes arrowafter {
  0% {
    transform: translate(0px, 0px);
  }

  49% {
    transform: translate(10px, 10px);
    opacity: 0;
  }

  50% {
    transform: translate(-10px, -10px);
  }

  51% {
    transform: translate(-10px, -10px);
    opacity: 0;
  }

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

.profile {
  margin-top: 100px;
  margin-bottom: 60px;
}

.profile p.small {
  font-size: 12px;
  line-height: 22px;
}

@media screen and (max-width: 575px) {
  .profile {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

.prof {
  width: 80%;
  margin-left: 20%;
}

@media screen and (max-width: 767px) {
  .prof {
    margin-left: 10%;
  }
}

.calendar {
  position: relative;
  background: #f8f8f8;
  width: 100%;
  padding: 5px 10px;
  margin: 40px 0px;
}

.calendar h4 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}

.calendar table {
  width: 100%;
  margin: 10px 0px;
}

.calendar table tr th {
  font-family: Roboto, sans-serif;
  width: 14.2857142857%;
  font-size: 12px;
  padding: 4px;
  border: 2px #ffffff solid;
}

.calendar table tr td {
  font-family: Roboto, sans-serif;
  width: 14.2857142857%;
  font-size: 12px;
  padding: 4px;
  border: 2px #ffffff solid;
  vertical-align: top;
}

.calendar table tr td.youbi {
  border: none;
  text-align: center;
  font-weight: 600;
}

.calendar table tr td.date span {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.calendar table tr td span.num {
  width: 100%;
  text-align: end;
}

.calendar table tr td.ful {
  background: #ababab;
}
.calendar table tr td.etu {
  background: #c86547;
}

.calendar table tr td .non {
  margin: 3px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/*
.calendar table tr td .non .am:after,
.calendar table tr td .non .cos:after,
.calendar table tr td .non .etu:after,
.calendar table tr td .non .kikaku:after,
.calendar table tr td .non .pm:after {
  content: "\F287";
  font-family: "Bootstrap-icons";
  font-size: 8px;
  color: #e5abbe;
  margin-left: 3px;
}

.calendar table tr td .non .etu:after {
  color: #b55233;
}

.calendar table tr td .non .am:after {
  content: "\F2EF";
  color: #d0af4c;
}

.calendar table tr td .non .pm:after {
  content: "\F586";
  color: #2f5d50;
}
.calendar table tr td .non .kikaku:after {
  content: "\F517";
  color: #011e7e;
}
*/
.calendar .prev {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 13px;
  font-family: Roboto, sans-serif;
}

.calendar .prev:hover {
  text-decoration: underline;
}
.calendar .nex {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 13px;
  font-family: sans-serif;
  transition: opacity 0.3s;
}
.calendar .pre {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 13px;
  font-family: sans-serif;
  transition: opacity 0.3s;
}
.calendar .nex:hover,
.calendar .pre:hover {
  opacity: 0.4;
}
.calendar .calendar-caption {
  font-size: 12px;
  line-height: 1.5;
}

.calendar .calendar-caption .gray {
  color: #ababab;
}

.calendar .calendar-caption .pinks {
  color: #e5abbe;
}

.calendar .calendar-caption .yellow {
  color: #d0af4c;
}

.calendar .calendar-caption .green {
  color: #2f5d50;
}

.calendar .calendar-caption .brown {
  color: #b55233;
}
.calendar .calendar-caption .dblue {
  color: #011e7e;
}

.boo {
  height: 1em;
  width: 40px;
  display: inline-block;
  position: relative;
}

.boo:before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 0.3333333333em;
  width: 1.6666666667em;
  height: 1px;
  background-color: var(--main-color);
  margin-right: 0.3333333333em;
}
.pictures {
  margin: 20px 0px 20px;
}
.pictures p.caption {
  font-size: 12px;
}
.facebook-area {
  background: #3e538f;
  border: 1px #3e538f solid;
  padding: 1px;
}
.facebook-area h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  padding: 8px 20px;
}
.twitter-area {
  background: #6ca1ce;
  border: 1px #6ca1ce solid;
  padding: 1px;
}
.twitter-area h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  padding: 8px 20px;
}
.related-news {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px #999999 dotted;
}
.related-news h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
.box {
  margin: 30px 0px;
  background: #f4f4f4;
  border: 1px #d4d4d4;
  padding: 20px;
}

.ui-state-default {
  background: #ffffff !important;
}
.ui-widget-header {
  background-color: #f8f8f8 !important;
}
.frame-box {
  margin-top: 30px;
  width: 100%;
  padding: 10px 20px;
  border: 2px #efefef solid;
  margin-bottom: 0px;
  overflow-y: scroll;
  height: 300px;
}
.frame-box h5 {
  font-weight: 600;
  text-align: center;
}
.frame-box p.underline span {
  text-decoration: underline;
  padding: 2px 5px;
}
.prepared {
  margin: -120px 0px 80px;
  padding: 30px;
  border: 2px #545454 solid;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 20px;
}
.prepared p {
  line-height: 1.3;
}
.prepared p.p-title {
  border-right: 1px #1a1a1a solid;
}
@media screen and (max-width: 767px) {
  .prepared {
    margin: -50px 0px 60px;
    padding: 10px;
  }
  .soho_title {
    font-size:30px;
  }
}
.soho_title {
  font-size:40px;
}