@charset "UTF-8";
/*
	Made by Elly Loel - https://ellyloel.com/
*/
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

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

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type="file"]) {
  cursor: auto;
}

:where(input[type="file"])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }

  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(input[type="file"])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"]),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"])[disabled] {
  cursor: not-allowed;
}

html {
  height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  font-size: 2.664103vw;
}
@media screen and (min-width: 641px) {
  html {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  html {
    font-size: 0.76vw;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  html {
    font-size: 0.6944445vw;
  }
}
@media screen and (min-width: 1701px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  line-height: 2;
  position: relative;
  background: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-animation: bodyAnimation 0.1s ease-in-out forwards;
          animation: bodyAnimation 0.1s ease-in-out forwards;
  letter-spacing: 0.05em;
  padding-top: 0s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  body {
    letter-spacing: 0.05em;
    padding-top: 0;
  }
}
body.no_scroll {
  overflow: hidden !important;
}

html[lang=en] body {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
}

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

@keyframes bodyAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  *,
*::after,
*::before {
    line-height: 1.6;
  }
}

.hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1701px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1.7rem;
  }
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .text_left {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .text_center {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .text_right {
    text-align: right !important;
  }
}

.xs_text_left {
  text-align: left;
}

.xs_text_center {
  text-align: center;
}

.xs_text_right {
  text-align: right;
}

.jp {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

.jp_mincho {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

.en_gothic {
  font-family: "Garamond", sans-serif;
  font-weight: 400;
}

.tc {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
}
a img {
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
}

a:hover,
a:focus {
  border: none;
  text-decoration: none;
  outline: none;
}
a,
a::before,
a::after {
  transition: 0.3s cubic-bezier(0, 0.39, 0.3, 1.03);
  color: #222;
}

i {
  margin-right: 0.8rem;
  vertical-align: -2px;
  font-size: 1rem;
}

img {
  display: block;
  width: 100%;
}
img.object_fit_img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}

figure {
  display: block;
  padding: 0;
  margin: 0;
}

.noselect {
  -webkit-user-select: none;
          user-select: none;
}

/*
IE用
onMousremove = "return false;" onMouseDown = "return false;"
*/
.bgWhite {
  background: #fff;
}

.bgGray {
  background: #f1f1f1;
}

.bgMaincolor {
  background: #000 !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.ml00 {
  margin-left: 0 !important;
}

.mr00 {
  margin-right: 0 !important;
}

@-webkit-keyframes hoverLineLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}

@keyframes hoverLineLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@-webkit-keyframes hoverLineRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@-webkit-keyframes hoverLineLoop {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
  50% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  50.01% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineLoop {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
  50% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  50.01% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@-webkit-keyframes hoverLineVerticalActive {
  0% {
    left: 0;
    top: 0;
    height: 0%;
  }
  to {
    left: 0;
    top: 0;
    height: 100%;
  }
}
@keyframes hoverLineVerticalActive {
  0% {
    left: 0;
    top: 0;
    height: 0%;
  }
  to {
    left: 0;
    top: 0;
    height: 100%;
  }
}
@-webkit-keyframes hoverLineVerticalRemove {
  0% {
    left: 0;
    top: auto;
    bottom: 0;
    height: 100%;
  }
  to {
    left: 0;
    top: auto;
    bottom: 0;
    height: 0%;
  }
}
@keyframes hoverLineVerticalRemove {
  0% {
    left: 0;
    top: auto;
    bottom: 0;
    height: 100%;
  }
  to {
    left: 0;
    top: auto;
    bottom: 0;
    height: 0%;
  }
}
@-webkit-keyframes hoverLineVerticalTop {
  0% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineVerticalTop {
  0% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@-webkit-keyframes hoverLineVerticalBottom {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineVerticalBottom {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@-webkit-keyframes hoverLineLoopVertical {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
  50% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  50.01% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineLoopVertical {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
  50% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  50.01% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes moveIn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes moveIn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes moveOut {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@keyframes moveOut {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@-webkit-keyframes moveInOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@keyframes moveInOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@-webkit-keyframes moveInVertical {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes moveInVertical {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes moveOutVertical {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@keyframes moveOutVertical {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@-webkit-keyframes moveInOutVertical {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@keyframes moveInOutVertical {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@-webkit-keyframes circleArrowActive {
  0% {
    stroke-dasharray: 90;
    stroke-dashoffset: 90;
    stroke-width: 0.4;
  }
  100% {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    stroke-width: 0.6;
  }
}
@keyframes circleArrowActive {
  0% {
    stroke-dasharray: 90;
    stroke-dashoffset: 90;
    stroke-width: 0.4;
  }
  100% {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    stroke-width: 0.6;
  }
}
@-webkit-keyframes circleArrowRemove {
  0% {
    stroke-width: 0.6;
  }
  100% {
    stroke-width: 0.4;
  }
}
@keyframes circleArrowRemove {
  0% {
    stroke-width: 0.6;
  }
  100% {
    stroke-width: 0.4;
  }
}
@-webkit-keyframes marqueeStart {
  from {
    left: 0%;
  }
  to {
    left: -200%;
    @media screen and (min-width: 769px) and (orientation: landscape) {
      left: -100%;
    }
  }
}
@keyframes marqueeStart {
  from {
    left: 0%;
  }
  to {
    left: -200%;
    @media screen and (min-width: 769px) and (orientation: landscape) {
      left: -100%;
    }
  }
}
@-webkit-keyframes marqueeContinue {
  from {
    left: 200%;
    @media screen and (min-width: 769px) and (orientation: landscape) {
      left: 100%;
    }
  }
  to {
    left: 0%;
  }
}
@keyframes marqueeContinue {
  from {
    left: 200%;
    @media screen and (min-width: 769px) and (orientation: landscape) {
      left: 100%;
    }
  }
  to {
    left: 0%;
  }
}
@-webkit-keyframes plus_line1 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  48% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  52% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes plus_line1 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  48% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  52% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes plus_line2 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  48% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  52% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes plus_line2 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  48% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  52% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.pc,
.pc_inline_block,
.pc_tb,
.pc_tb_inline_block,
.tb,
.tb_inline_block {
  display: none;
}

.xs {
  display: block;
}

.xs_inline_block {
  display: inline-block;
}

.xs_inline {
  display: inline;
}

.tb_xs {
  display: block;
}

.tb_xs_inline_block {
  display: inline-block;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .tb,
.pc_tb {
    display: block;
  }

  .tb_inline_block {
    display: inline-block;
  }

  .xs,
.xs_inline_block,
.xs_inline {
    display: none;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .pc {
    display: block;
  }

  .pc_inline_block,
.pc_tb_inline_block {
    display: inline-block;
  }

  .tb,
.tb_inline_block,
.tb_xs,
.tb_xs_inline_block {
    display: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-animation__textGradient .c-animation__textGradient_target {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(127deg, #000 55%, #f57927 55%, #ff354f 55.5%, #23eff5 56%, #3658ff 60%, #ac3be8 61%, #000 61%, #000 99%, transparent 100%);
  background-size: 500%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-animation__textGradient.--hover:hover .c-animation__textGradient_target {
    -webkit-animation: 3s 0.1s textGradientDrawer ease forwards;
            animation: 3s 0.1s textGradientDrawer ease forwards;
  }
}

@-webkit-keyframes textGradient {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes textGradient {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes textGradientDrawer {
  from {
    background-position: 80% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes textGradientDrawer {
  from {
    background-position: 80% 0;
  }
  to {
    background-position: 0 0;
  }
}
.c-animation__textSlideIn {
  overflow: hidden;
  display: inline-block;
}
.c-animation__textSlideIn .c-animation__textSlideIn-inner {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  transition: opacity 0.5s ease, -webkit-transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 0.5s ease;
  transition: transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 0.5s ease, -webkit-transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1);
}
.c-animation__textSlideIn.__hoverline {
  padding-bottom: 0.2rem;
}
.c-animation__textSlideIn.is_active .c-animation__textSlideIn-inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.c-animation__textSlideIn.__slow .c-animation__textSlideIn-inner {
  transition: opacity 1.8s ease, -webkit-transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1.8s ease;
  transition: transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1.8s ease, -webkit-transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
.c-animation__textSlideIn.__opacity .c-animation__textSlideIn-inner {
  opacity: 0;
}
.c-animation__textSlideIn.__opacity.is_active .c-animation__textSlideIn-inner {
  opacity: 1;
}

.c-animation__fadeIn {
  opacity: 0;
  -webkit-animation: 1.2s linear both;
          animation: 1.2s linear both;
}
.c-animation__fadeIn.js_scroll_event.is_active {
  -webkit-animation-name: fadeInAnimation;
  animation-name: fadeInAnimation;
}
.c-animation__fadeIn:nth-of-type(1) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.c-animation__fadeIn:nth-of-type(2) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.c-animation__fadeIn:nth-of-type(3) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.c-animation__fadeIn:nth-of-type(4) {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.c-animation__fadeIn:nth-of-type(5) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.c-animation__fadeIn:nth-of-type(6) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.c-animation__fadeIn:nth-of-type(7) {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
.c-animation__fadeIn:nth-of-type(8) {
  -webkit-animation-delay: 3200ms;
          animation-delay: 3200ms;
}
.c-animation__fadeIn:nth-of-type(9) {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.c-animation__fadeIn:nth-of-type(10) {
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
}

.c-animation__slidIn_long .c-animation__slidIn_item {
  opacity: 0;
  -webkit-animation: 3s fadeInAnimation ease both;
          animation: 3s fadeInAnimation ease both;
}
.c-animation__slidIn_long.__delay {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.c-animation__slidIn_long.is_active .c-animation__slidIn_item {
  -webkit-animation-name: fadeInAnimation;
  animation-name: fadeInAnimation;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(1) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(2) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(3) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(4) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(5) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(6) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(7) {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(8) {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(9) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.c-animation__slidIn_long .__col_01 .c-animation__slidIn_item:nth-of-type(10) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(1) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(2) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(3) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(4) {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(5) {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(6) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(7) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(8) {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(9) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.c-animation__slidIn_long .__col_02 .c-animation__slidIn_item:nth-of-type(10) {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(1) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(2) {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(3) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(4) {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(5) {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(6) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(7) {
  -webkit-animation-delay: 3200ms;
          animation-delay: 3200ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(8) {
  -webkit-animation-delay: 3400ms;
          animation-delay: 3400ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(9) {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.c-animation__slidIn_long .__col_03 .c-animation__slidIn_item:nth-of-type(10) {
  -webkit-animation-delay: 3800ms;
          animation-delay: 3800ms;
}

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

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-animation__slidIn {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-animation: 1s ease both;
          animation: 1s ease both;
}
.c-animation__slidIn.js_scroll_event.is_active {
  -webkit-animation-name: slideInAnimation;
  animation-name: slideInAnimation;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .c-animation__slidIn.--splinear {
    -webkit-animation: 0.7s linear both;
            animation: 0.7s linear both;
  }
}

@-webkit-keyframes slideInAnimation {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInAnimation {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.c-animation__textLeftWrap {
  position: relative;
  overflow: hidden;
  min-height: calc(0.7rem + 1em + 0.7rem);
}
.c-animation__textLeftWrap + .c-animation__textLeftWrap .c-animation__textLeft.__opacity {
  transition-delay: 0.5s;
}
.c-animation__textLeftWrap + .c-animation__textLeftWrap .c-animation__textLeft {
  transition-delay: 1s;
}

.c-animation__textLeft {
  position: absolute;
  left: 0;
  top: 0;
  clip: rect(0vh, 0vw, 100vh, 0vw);
  transition: clip 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  z-index: 6;
  min-height: calc(0.7rem + 1em + 0.7rem);
}
.c-animation__textLeft + .c-animation__textLeft {
  transition-delay: 1s;
}
.c-animation__textLeft.__opacity {
  opacity: 0.2;
  z-index: 5;
}
.c-animation__textLeft.__center {
  right: 0;
  margin: 0 auto;
}

.c-animation__textLeftDummy {
  color: transparent !important;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-animation__textLine_wrap:hover .c-animation__textLine::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-animation__textLine_wrap:hover .c-animation__textLine.__underline::before {
    right: 0;
    left: auto;
    width: 0;
  }
}

.c-animation__textLine {
  position: relative;
}
.c-animation__textLine::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.3s ease;
  background: #222;
  position: absolute;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-animation__textLine:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.c-animation__textLine.__underline::before {
  left: 0;
  right: auto;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-animation__textLine.__underline:hover::before {
    right: 0;
    left: auto;
    width: 0;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-animation__textLineHover:hover .c-animation__textLine::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-animation__textLineHover:hover .c-animation__textLine.__underline:hover::before {
    right: 0;
    left: auto;
    width: 0;
  }
}

@-webkit-keyframes rightToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  48% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
  }
  50% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    visibility: hidden;
  }
  51% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    visibility: visible;
  }
}

@keyframes rightToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  48% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
  }
  50% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    visibility: hidden;
  }
  51% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    visibility: visible;
  }
}
@-webkit-keyframes rotateAnimation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateAnimation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.c-animation__imgZoomOut {
  overflow: hidden;
}
.c-animation__imgZoomOut img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  opacity: 0;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.c-animation__imgZoomOut.is_active img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes objectShow {
  0% {
    opacity: 0;
    display: none;
  }
  0.1% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}

@keyframes objectShow {
  0% {
    opacity: 0;
    display: none;
  }
  0.1% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
@-webkit-keyframes objectHide {
  0% {
    opacity: 1;
    display: block !important;
  }
  99.9% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes objectHide {
  0% {
    opacity: 1;
    display: block !important;
  }
  99.9% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.c-dropshadow {
  -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
          filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
}
@media screen and (min-width: 641px) {
  .c-dropshadow {
    -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
            filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
  }
}

.c-boxshadow--inset {
  box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.12) inset;
}
@media screen and (min-width: 641px) {
  .c-boxshadow--inset {
    box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.12) inset;
  }
}

.c-dropshadow {
  -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
          filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
}
@media screen and (min-width: 641px) {
  .c-dropshadow {
    -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
            filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
  }
}

.c-textshadow {
  text-shadow: 0 0 1rem rgba(237, 237, 237, 0.7);
}
.c-textshadow.__light {
  text-shadow: 0 0 1rem rgba(255, 255, 255, 0.9);
}

.c-btn a,
.c-btn button,
.c-btn .c-btn__item,
.c-btn .wp-block-button__link,
.c-btn__main a,
.c-btn__main button,
.c-btn__main .c-btn__item,
.c-btn__main .wp-block-button__link,
.wp-block-button a,
.wp-block-button button,
.wp-block-button .c-btn__item,
.wp-block-button .wp-block-button__link,
.c-btn__simple a,
.c-btn__simple button,
.c-btn__simple .c-btn__item,
.c-btn__simple .wp-block-button__link,
.c-btn__small a,
.c-btn__small button,
.c-btn__small .c-btn__item,
.c-btn__small .wp-block-button__link,
.c-btn__rect a,
.c-btn__rect button,
.c-btn__rect .c-btn__item,
.c-btn__rect .wp-block-button__link,
.c-btn__underline a,
.c-btn__underline button,
.c-btn__underline .c-btn__item,
.c-btn__underline .wp-block-button__link,
.c-btn__submit a,
.c-btn__submit button,
.c-btn__submit .c-btn__item,
.c-btn__submit .wp-block-button__link {
  display: block;
  position: relative;
  padding: 1.8rem 0;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn a:hover .c-btn__icon,
.c-btn button:hover .c-btn__icon,
.c-btn .c-btn__item:hover .c-btn__icon,
.c-btn .wp-block-button__link:hover .c-btn__icon,
.c-btn__main a:hover .c-btn__icon,
.c-btn__main button:hover .c-btn__icon,
.c-btn__main .c-btn__item:hover .c-btn__icon,
.c-btn__main .wp-block-button__link:hover .c-btn__icon,
.wp-block-button a:hover .c-btn__icon,
.wp-block-button button:hover .c-btn__icon,
.wp-block-button .c-btn__item:hover .c-btn__icon,
.wp-block-button .wp-block-button__link:hover .c-btn__icon,
.c-btn__simple a:hover .c-btn__icon,
.c-btn__simple button:hover .c-btn__icon,
.c-btn__simple .c-btn__item:hover .c-btn__icon,
.c-btn__simple .wp-block-button__link:hover .c-btn__icon,
.c-btn__small a:hover .c-btn__icon,
.c-btn__small button:hover .c-btn__icon,
.c-btn__small .c-btn__item:hover .c-btn__icon,
.c-btn__small .wp-block-button__link:hover .c-btn__icon,
.c-btn__rect a:hover .c-btn__icon,
.c-btn__rect button:hover .c-btn__icon,
.c-btn__rect .c-btn__item:hover .c-btn__icon,
.c-btn__rect .wp-block-button__link:hover .c-btn__icon,
.c-btn__underline a:hover .c-btn__icon,
.c-btn__underline button:hover .c-btn__icon,
.c-btn__underline .c-btn__item:hover .c-btn__icon,
.c-btn__underline .wp-block-button__link:hover .c-btn__icon,
.c-btn__submit a:hover .c-btn__icon,
.c-btn__submit button:hover .c-btn__icon,
.c-btn__submit .c-btn__item:hover .c-btn__icon,
.c-btn__submit .wp-block-button__link:hover .c-btn__icon {
    background: #000;
    border-color: #000;
  }
  .c-btn a:hover .c-btn__icon svg path,
.c-btn button:hover .c-btn__icon svg path,
.c-btn .c-btn__item:hover .c-btn__icon svg path,
.c-btn .wp-block-button__link:hover .c-btn__icon svg path,
.c-btn__main a:hover .c-btn__icon svg path,
.c-btn__main button:hover .c-btn__icon svg path,
.c-btn__main .c-btn__item:hover .c-btn__icon svg path,
.c-btn__main .wp-block-button__link:hover .c-btn__icon svg path,
.wp-block-button a:hover .c-btn__icon svg path,
.wp-block-button button:hover .c-btn__icon svg path,
.wp-block-button .c-btn__item:hover .c-btn__icon svg path,
.wp-block-button .wp-block-button__link:hover .c-btn__icon svg path,
.c-btn__simple a:hover .c-btn__icon svg path,
.c-btn__simple button:hover .c-btn__icon svg path,
.c-btn__simple .c-btn__item:hover .c-btn__icon svg path,
.c-btn__simple .wp-block-button__link:hover .c-btn__icon svg path,
.c-btn__small a:hover .c-btn__icon svg path,
.c-btn__small button:hover .c-btn__icon svg path,
.c-btn__small .c-btn__item:hover .c-btn__icon svg path,
.c-btn__small .wp-block-button__link:hover .c-btn__icon svg path,
.c-btn__rect a:hover .c-btn__icon svg path,
.c-btn__rect button:hover .c-btn__icon svg path,
.c-btn__rect .c-btn__item:hover .c-btn__icon svg path,
.c-btn__rect .wp-block-button__link:hover .c-btn__icon svg path,
.c-btn__underline a:hover .c-btn__icon svg path,
.c-btn__underline button:hover .c-btn__icon svg path,
.c-btn__underline .c-btn__item:hover .c-btn__icon svg path,
.c-btn__underline .wp-block-button__link:hover .c-btn__icon svg path,
.c-btn__submit a:hover .c-btn__icon svg path,
.c-btn__submit button:hover .c-btn__icon svg path,
.c-btn__submit .c-btn__item:hover .c-btn__icon svg path,
.c-btn__submit .wp-block-button__link:hover .c-btn__icon svg path {
    fill: #fff;
  }
}
.c-btn.__border_none a,
.c-btn.__border_none button,
.c-btn.__border_none .c-btn__item,
.c-btn.__border_none .wp-block-button__link,
.c-btn__main.__border_none a,
.c-btn__main.__border_none button,
.c-btn__main.__border_none .c-btn__item,
.c-btn__main.__border_none .wp-block-button__link,
.wp-block-button.__border_none a,
.wp-block-button.__border_none button,
.wp-block-button.__border_none .c-btn__item,
.wp-block-button.__border_none .wp-block-button__link,
.c-btn__simple.__border_none a,
.c-btn__simple.__border_none button,
.c-btn__simple.__border_none .c-btn__item,
.c-btn__simple.__border_none .wp-block-button__link,
.c-btn__small.__border_none a,
.c-btn__small.__border_none button,
.c-btn__small.__border_none .c-btn__item,
.c-btn__small.__border_none .wp-block-button__link,
.c-btn__rect.__border_none a,
.c-btn__rect.__border_none button,
.c-btn__rect.__border_none .c-btn__item,
.c-btn__rect.__border_none .wp-block-button__link,
.c-btn__underline.__border_none a,
.c-btn__underline.__border_none button,
.c-btn__underline.__border_none .c-btn__item,
.c-btn__underline.__border_none .wp-block-button__link,
.c-btn__submit.__border_none a,
.c-btn__submit.__border_none button,
.c-btn__submit.__border_none .c-btn__item,
.c-btn__submit.__border_none .wp-block-button__link {
  border: none;
}
.c-btn .c-btn__icon,
.c-btn__main .c-btn__icon,
.wp-block-button .c-btn__icon,
.c-btn__simple .c-btn__icon,
.c-btn__small .c-btn__icon,
.c-btn__rect .c-btn__icon,
.c-btn__underline .c-btn__icon,
.c-btn__submit .c-btn__icon {
  width: 3rem;
  height: 1.7rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  border: 1px solid #e9e9e9;
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
}
.c-btn .c-btn__icon svg,
.c-btn__main .c-btn__icon svg,
.wp-block-button .c-btn__icon svg,
.c-btn__simple .c-btn__icon svg,
.c-btn__small .c-btn__icon svg,
.c-btn__rect .c-btn__icon svg,
.c-btn__underline .c-btn__icon svg,
.c-btn__submit .c-btn__icon svg {
  transition: 0.5s;
  width: 1.2rem;
}
.c-btn .c-btn__icon svg path,
.c-btn__main .c-btn__icon svg path,
.wp-block-button .c-btn__icon svg path,
.c-btn__simple .c-btn__icon svg path,
.c-btn__small .c-btn__icon svg path,
.c-btn__rect .c-btn__icon svg path,
.c-btn__underline .c-btn__icon svg path,
.c-btn__submit .c-btn__icon svg path {
  transition: 0.5s;
}
.c-btn .c-btn__icon.__black,
.c-btn__main .c-btn__icon.__black,
.wp-block-button .c-btn__icon.__black,
.c-btn__simple .c-btn__icon.__black,
.c-btn__small .c-btn__icon.__black,
.c-btn__rect .c-btn__icon.__black,
.c-btn__underline .c-btn__icon.__black,
.c-btn__submit .c-btn__icon.__black {
  border-color: #000;
}
.c-btn.__glay a,
.c-btn.__glay button,
.c-btn.__glay .c-btn__item,
.c-btn.__glay .wp-block-button__link,
.c-btn__main.__glay a,
.c-btn__main.__glay button,
.c-btn__main.__glay .c-btn__item,
.c-btn__main.__glay .wp-block-button__link,
.wp-block-button.__glay a,
.wp-block-button.__glay button,
.wp-block-button.__glay .c-btn__item,
.wp-block-button.__glay .wp-block-button__link,
.c-btn__simple.__glay a,
.c-btn__simple.__glay button,
.c-btn__simple.__glay .c-btn__item,
.c-btn__simple.__glay .wp-block-button__link,
.c-btn__small.__glay a,
.c-btn__small.__glay button,
.c-btn__small.__glay .c-btn__item,
.c-btn__small.__glay .wp-block-button__link,
.c-btn__rect.__glay a,
.c-btn__rect.__glay button,
.c-btn__rect.__glay .c-btn__item,
.c-btn__rect.__glay .wp-block-button__link,
.c-btn__underline.__glay a,
.c-btn__underline.__glay button,
.c-btn__underline.__glay .c-btn__item,
.c-btn__underline.__glay .wp-block-button__link,
.c-btn__submit.__glay a,
.c-btn__submit.__glay button,
.c-btn__submit.__glay .c-btn__item,
.c-btn__submit.__glay .wp-block-button__link {
  border-color: #e9e9e9;
}

.c-btn__main a,
.c-btn__main button,
.c-btn__main .c-btn__item,
.c-btn__main .wp-block-button__link,
.wp-block-button a,
.wp-block-button button,
.wp-block-button .c-btn__item,
.wp-block-button .wp-block-button__link {
  position: relative;
  padding: 1.8rem 4rem 1.8rem 0;
  border-bottom: 1px solid #000;
  max-width: 21.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-btn__main.__small a,
.c-btn__main.__small button,
.c-btn__main.__small .c-btn__item,
.c-btn__main.__small .wp-block-button__link,
.wp-block-button.__small a,
.wp-block-button.__small button,
.wp-block-button.__small .c-btn__item,
.wp-block-button.__small .wp-block-button__link {
  padding-block: 0.8rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main.__large a,
.c-btn__main.__large button,
.c-btn__main.__large .c-btn__item,
.c-btn__main.__large .wp-block-button__link,
.wp-block-button.__large a,
.wp-block-button.__large button,
.wp-block-button.__large .c-btn__item,
.wp-block-button.__large .wp-block-button__link {
    max-width: 34.8rem;
  }
}
.c-btn__main.__back a .arrow,
.c-btn__main.__back button .arrow,
.c-btn__main.__back .c-btn__item .arrow,
.wp-block-button.__back a .arrow,
.wp-block-button.__back button .arrow,
.wp-block-button.__back .c-btn__item .arrow {
  left: 1.5rem;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main.__back a .arrow,
.c-btn__main.__back button .arrow,
.c-btn__main.__back .c-btn__item .arrow,
.wp-block-button.__back a .arrow,
.wp-block-button.__back button .arrow,
.wp-block-button.__back .c-btn__item .arrow {
    left: 3.6rem;
  }
}
.c-btn__main.__mt,
.wp-block-button.__mt {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main.__mt,
.wp-block-button.__mt {
    margin-top: 5.6rem;
  }
}
.c-btn__main.__mt_large,
.wp-block-button.__mt_large {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main.__mt_large,
.wp-block-button.__mt_large {
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__main.__pc_center a,
.c-btn__main.__pc_center button,
.c-btn__main.__pc_center .c-btn__item,
.wp-block-button.__pc_center a,
.wp-block-button.__pc_center button,
.wp-block-button.__pc_center .c-btn__item {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .c-btn__main.__xs_center a,
.c-btn__main.__xs_center button,
.c-btn__main.__xs_center .c-btn__item,
.wp-block-button.__xs_center a,
.wp-block-button.__xs_center button,
.wp-block-button.__xs_center .c-btn__item {
    margin: 0 auto;
  }
}
.c-btn__main.__center a,
.c-btn__main.__center button,
.c-btn__main.__center .c-btn__item,
.wp-block-button.__center a,
.wp-block-button.__center button,
.wp-block-button.__center .c-btn__item {
  margin: 0 auto;
}
.c-btn__main.__right a,
.c-btn__main.__right button,
.c-btn__main.__right .c-btn__item,
.wp-block-button.__right a,
.wp-block-button.__right button,
.wp-block-button.__right .c-btn__item {
  margin: 0 0 0 auto;
}

.c-btn__simple a,
.c-btn__simple button,
.c-btn__simple .c-btn__item,
.c-btn__simple .wp-block-button__link,
.c-btn__underline a,
.c-btn__underline button,
.c-btn__underline .c-btn__item,
.c-btn__underline .wp-block-button__link,
.c-btn__small a,
.c-btn__small button,
.c-btn__small .c-btn__item,
.c-btn__small .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
  padding: 0 0 0.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.c-btn__simple a span,
.c-btn__simple button span,
.c-btn__simple .c-btn__item span,
.c-btn__simple .wp-block-button__link span,
.c-btn__underline a span,
.c-btn__underline button span,
.c-btn__underline .c-btn__item span,
.c-btn__underline .wp-block-button__link span,
.c-btn__small a span,
.c-btn__small button span,
.c-btn__small .c-btn__item span,
.c-btn__small .wp-block-button__link span {
  flex: 1;
}
.c-btn__simple a .c-btn__icon,
.c-btn__simple button .c-btn__icon,
.c-btn__simple .c-btn__item .c-btn__icon,
.c-btn__simple .wp-block-button__link .c-btn__icon,
.c-btn__underline a .c-btn__icon,
.c-btn__underline button .c-btn__icon,
.c-btn__underline .c-btn__item .c-btn__icon,
.c-btn__underline .wp-block-button__link .c-btn__icon,
.c-btn__small a .c-btn__icon,
.c-btn__small button .c-btn__icon,
.c-btn__small .c-btn__item .c-btn__icon,
.c-btn__small .wp-block-button__link .c-btn__icon {
  position: static;
}
.c-btn__simple.__small a,
.c-btn__simple.__small button,
.c-btn__simple.__small .c-btn__item,
.c-btn__simple.__small .wp-block-button__link,
.c-btn__underline.__small a,
.c-btn__underline.__small button,
.c-btn__underline.__small .c-btn__item,
.c-btn__underline.__small .wp-block-button__link,
.c-btn__small.__small a,
.c-btn__small.__small button,
.c-btn__small.__small .c-btn__item,
.c-btn__small.__small .wp-block-button__link {
  font-size: 1.4rem;
}

.c-btn__simple a,
.c-btn__simple button,
.c-btn__simple .c-btn__item,
.c-btn__simple .wp-block-button__link {
  padding: 0;
  border: none;
}

.c-btn__small a,
.c-btn__small button,
.c-btn__small .c-btn__item,
.c-btn__small .wp-block-button__link,
.c-btn__submit a,
.c-btn__submit button,
.c-btn__submit .c-btn__item,
.c-btn__submit .wp-block-button__link {
  border: none;
  background: #1D1D1D;
  color: #fff;
}
.c-btn__small a span,
.c-btn__small button span,
.c-btn__small .c-btn__item span,
.c-btn__small .wp-block-button__link span,
.c-btn__submit a span,
.c-btn__submit button span,
.c-btn__submit .c-btn__item span,
.c-btn__submit .wp-block-button__link span {
  letter-spacing: 0;
}
.c-btn__small a .c-btn__icon,
.c-btn__small button .c-btn__icon,
.c-btn__small .c-btn__item .c-btn__icon,
.c-btn__small .wp-block-button__link .c-btn__icon,
.c-btn__submit a .c-btn__icon,
.c-btn__submit button .c-btn__icon,
.c-btn__submit .c-btn__item .c-btn__icon,
.c-btn__submit .wp-block-button__link .c-btn__icon {
  border-color: #fff;
}
.c-btn__small a .c-btn__icon svg path,
.c-btn__small button .c-btn__icon svg path,
.c-btn__small .c-btn__item .c-btn__icon svg path,
.c-btn__small .wp-block-button__link .c-btn__icon svg path,
.c-btn__submit a .c-btn__icon svg path,
.c-btn__submit button .c-btn__icon svg path,
.c-btn__submit .c-btn__item .c-btn__icon svg path,
.c-btn__submit .wp-block-button__link .c-btn__icon svg path {
  fill: #fff;
}
.c-btn__small a:hover .c-btn__icon,
.c-btn__small button:hover .c-btn__icon,
.c-btn__small .c-btn__item:hover .c-btn__icon,
.c-btn__small .wp-block-button__link:hover .c-btn__icon,
.c-btn__submit a:hover .c-btn__icon,
.c-btn__submit button:hover .c-btn__icon,
.c-btn__submit .c-btn__item:hover .c-btn__icon,
.c-btn__submit .wp-block-button__link:hover .c-btn__icon {
  background: #fff;
}
.c-btn__small a:hover .c-btn__icon svg path,
.c-btn__small button:hover .c-btn__icon svg path,
.c-btn__small .c-btn__item:hover .c-btn__icon svg path,
.c-btn__small .wp-block-button__link:hover .c-btn__icon svg path,
.c-btn__submit a:hover .c-btn__icon svg path,
.c-btn__submit button:hover .c-btn__icon svg path,
.c-btn__submit .c-btn__item:hover .c-btn__icon svg path,
.c-btn__submit .wp-block-button__link:hover .c-btn__icon svg path {
  fill: #1D1D1D;
}

.c-btn__small a,
.c-btn__small button,
.c-btn__small .c-btn__item,
.c-btn__small .wp-block-button__link {
  padding: 0.2rem 1.3rem;
  border-radius: 0.4rem;
  border: none;
  background: rgba(29, 29, 29, 0.84);
  color: #fff;
  font-size: 1.2rem;
  gap: 0.5rem;
}
.c-btn__small a span,
.c-btn__small button span,
.c-btn__small .c-btn__item span,
.c-btn__small .wp-block-button__link span {
  letter-spacing: 0;
}
.c-btn__small a .c-btn__icon,
.c-btn__small button .c-btn__icon,
.c-btn__small .c-btn__item .c-btn__icon,
.c-btn__small .wp-block-button__link .c-btn__icon {
  border-color: #fff;
  width: 1.7rem;
  height: 1rem;
  border-width: 0.5px;
}
.c-btn__small a .c-btn__icon svg,
.c-btn__small button .c-btn__icon svg,
.c-btn__small .c-btn__item .c-btn__icon svg,
.c-btn__small .wp-block-button__link .c-btn__icon svg {
  width: 0.7rem;
}
.c-btn__small a .c-btn__icon svg path,
.c-btn__small button .c-btn__icon svg path,
.c-btn__small .c-btn__item .c-btn__icon svg path,
.c-btn__small .wp-block-button__link .c-btn__icon svg path {
  fill: #fff;
}
.c-btn__small a:hover .c-btn__icon,
.c-btn__small button:hover .c-btn__icon,
.c-btn__small .c-btn__item:hover .c-btn__icon,
.c-btn__small .wp-block-button__link:hover .c-btn__icon {
  background: #fff;
  border-color: #fff;
}
.c-btn__small a:hover .c-btn__icon svg path,
.c-btn__small button:hover .c-btn__icon svg path,
.c-btn__small .c-btn__item:hover .c-btn__icon svg path,
.c-btn__small .wp-block-button__link:hover .c-btn__icon svg path {
  fill: #1D1D1D;
}

.c-btn__submit a,
.c-btn__submit button,
.c-btn__submit .c-btn__item,
.c-btn__submit .wp-block-button__link {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__submit a,
.c-btn__submit button,
.c-btn__submit .c-btn__item,
.c-btn__submit .wp-block-button__link {
    width: 35.4rem;
  }
}
.c-btn__submit a .c-btn__icon,
.c-btn__submit button .c-btn__icon,
.c-btn__submit .c-btn__item .c-btn__icon,
.c-btn__submit .wp-block-button__link .c-btn__icon {
  right: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__submit a .c-btn__icon,
.c-btn__submit button .c-btn__icon,
.c-btn__submit .c-btn__item .c-btn__icon,
.c-btn__submit .wp-block-button__link .c-btn__icon {
    right: 2.4rem;
  }
}
.c-btn__submit input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  background: transparent;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem;
}
.c-btn__submit input:focus {
  outline: none;
}
.c-btn__submit input::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__submit input {
    padding: 1.5rem 2.4rem;
  }
}
.c-btn__rect a,
.c-btn__rect button,
.c-btn__rect .c-btn__item,
.c-btn__rect .wp-block-button__link {
  color: #fff;
  background: rgba(29, 29, 29, 0.84);
  max-width: 35.4rem;
  padding: 1.5rem 4.4rem 1.5rem 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__rect a,
.c-btn__rect button,
.c-btn__rect .c-btn__item,
.c-btn__rect .wp-block-button__link {
    padding: 1.5rem 6.4rem 1.5rem 2.4rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__rect a:hover,
.c-btn__rect button:hover,
.c-btn__rect .c-btn__item:hover,
.c-btn__rect .wp-block-button__link:hover {
    background: #000;
  }
  .c-btn__rect a:hover .c-btn__icon,
.c-btn__rect button:hover .c-btn__icon,
.c-btn__rect .c-btn__item:hover .c-btn__icon,
.c-btn__rect .wp-block-button__link:hover .c-btn__icon {
    border-color: #fff;
  }
}
.c-btn__rect a .c-btn__icon,
.c-btn__rect button .c-btn__icon,
.c-btn__rect .c-btn__item .c-btn__icon,
.c-btn__rect .wp-block-button__link .c-btn__icon {
  right: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-btn__rect a .c-btn__icon,
.c-btn__rect button .c-btn__icon,
.c-btn__rect .c-btn__item .c-btn__icon,
.c-btn__rect .wp-block-button__link .c-btn__icon {
    right: 2.4rem;
  }
}
.c-btn__rect a .c-btn__icon svg path,
.c-btn__rect button .c-btn__icon svg path,
.c-btn__rect .c-btn__item .c-btn__icon svg path,
.c-btn__rect .wp-block-button__link .c-btn__icon svg path {
  fill: #fff;
}
.c-btn__rect.__center a,
.c-btn__rect.__center button,
.c-btn__rect.__center .c-btn__item {
  margin: 0 auto;
}

.c-color__main {
  color: #000 !important;
}

.c-color__default {
  color: #222 !important;
}

.c-color__white {
  color: #fff !important;
}

.c-form__input {
  display: block;
}
.c-form__input input[type=text],
.c-form__input input[type=tel],
.c-form__input input[type=email],
.c-form__input textarea {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  padding: 1rem 1.4rem;
  border-radius: 0.2rem;
  line-height: 1.8;
  max-width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #e9e9e9;
  background: #fff;
  /* Firefox */
  /* safari */
}
.c-form__input input[type=text]:focus,
.c-form__input input[type=tel]:focus,
.c-form__input input[type=email]:focus,
.c-form__input textarea:focus {
  outline: none;
}
.c-form__input input[type=text]::-ms-expand,
.c-form__input input[type=tel]::-ms-expand,
.c-form__input input[type=email]::-ms-expand,
.c-form__input textarea::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__input input[type=text],
.c-form__input input[type=tel],
.c-form__input input[type=email],
.c-form__input textarea {
    width: 100%;
    padding: 1rem 1.6rem;
  }
}
.c-form__input input[type=text] _:lang(x)::-moz-placeholder, .c-form__input input[type=text],
.c-form__input input[type=tel] _:lang(x)::-moz-placeholder,
.c-form__input input[type=tel],
.c-form__input input[type=email] _:lang(x)::-moz-placeholder,
.c-form__input input[type=email],
.c-form__input textarea _:lang(x)::-moz-placeholder,
.c-form__input textarea {
  max-width: 100%;
}
.c-form__input input[type=text] _::-webkit-full-page-media,
.c-form__input input[type=text] _:future, :root .c-form__input input[type=text],
.c-form__input input[type=tel] _::-webkit-full-page-media,
.c-form__input input[type=tel] _:future,
:root .c-form__input input[type=tel],
.c-form__input input[type=email] _::-webkit-full-page-media,
.c-form__input input[type=email] _:future,
:root .c-form__input input[type=email],
.c-form__input textarea _::-webkit-full-page-media,
.c-form__input textarea _:future,
:root .c-form__input textarea {
  max-width: 100%;
}
.c-form__input input[type=text]::-webkit-input-placeholder, .c-form__input input[type=tel]::-webkit-input-placeholder, .c-form__input input[type=email]::-webkit-input-placeholder, .c-form__input textarea::-webkit-input-placeholder {
  color: #A0A0A0;
}
.c-form__input input[type=text]::placeholder,
.c-form__input input[type=tel]::placeholder,
.c-form__input input[type=email]::placeholder,
.c-form__input textarea::placeholder {
  color: #A0A0A0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__input input[type=text].__small,
.c-form__input input[type=tel].__small,
.c-form__input input[type=email].__small,
.c-form__input textarea.__small {
    width: 50%;
  }
}
.c-form__input.__pd {
  border-bottom: 1px solid #222;
  padding: 1.5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__input.__pd {
    padding: 2.4rem 0;
  }
}
.c-form__input textarea {
  display: block;
}
.c-form__input.__column {
  display: block;
}
.c-form__input.__column .mwform-radio-field {
  width: 100%;
  margin: 0 !important;
}
.c-form__input.__column .mwform-radio-field + .mwform-radio-field {
  margin-top: 0.8rem !important;
}

.c-form__input_text {
  margin-bottom: 1rem;
}

.c-form__input_note {
  margin-top: 2.5rem;
  line-height: 1.6;
}
.c-form__input_note.__mt {
  margin-top: 1rem;
}
.c-form__input_note li {
  line-height: 1.6;
  display: inline-flex;
  align-items: baseline;
  font-size: 1.1rem;
  gap: 0.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__input_note li {
    font-size: 1.2rem;
  }
}
.c-form__input_note li::before {
  content: "※";
  line-height: 1.6;
}

.mwform-checkbox-field {
  display: inline-block;
}
.mwform-checkbox-field:last-child label {
  margin-right: 0;
}
.mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
}
.mwform-checkbox-field label input[type=checkbox] {
  display: none;
}
.mwform-checkbox-field label .mwform-checkbox-field-text {
  padding: 0 0 0 2.5rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-checkbox-field label .mwform-checkbox-field-text {
    padding: 0 0 0 3.5rem;
  }
}
.mwform-checkbox-field label .mwform-checkbox-field-text::before, .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}
.mwform-checkbox-field label .mwform-checkbox-field-text::before {
  left: 0;
  top: calc(50% - 0.9rem);
  width: 1.8rem;
  height: 1.8rem;
  background: #5f5653;
  border-radius: 0.3rem;
  border: 1px solid #f2f0ed;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-checkbox-field label .mwform-checkbox-field-text::before {
    top: calc(50% - 1.05rem);
    width: 2.1rem;
    height: 2.1rem;
  }
}
.mwform-checkbox-field label .mwform-checkbox-field-text::after {
  opacity: 0;
  width: 1rem;
  height: 0.6rem;
  background: none;
  border: none;
  border-left: 2px solid #009a3e;
  border-bottom: 2px solid #009a3e;
  left: 0.3em;
  top: calc(50% - 0.35rem);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-checkbox-field label .mwform-checkbox-field-text::after {
    width: 1.2rem;
    height: 0.8rem;
    left: 0.5rem;
    top: calc(50% - 0.7rem);
  }
}
.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1 !important;
}

.mwform-radio-field {
  display: block;
  margin: 0 2em 0 0 !important;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-radio-field {
    display: inline-block;
    margin: 0 3em 0 0 !important;
  }
}
.mwform-radio-field .mwform-radio-field:last-child label {
  margin-right: 0;
}
.mwform-radio-field label {
  display: block;
  cursor: pointer;
}
.mwform-radio-field label input[type=radio] {
  display: none;
}
.mwform-radio-field label .mwform-radio-field-text {
  padding: 0.5em 0 0.5em 2.5em;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-radio-field label .mwform-radio-field-text {
    font-size: 1.4rem;
    padding: 0 0 0 2.2em;
  }
}
.mwform-radio-field label .mwform-radio-field-text::before, .mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  display: block;
}
.mwform-radio-field label .mwform-radio-field-text::before {
  left: 0;
  top: calc(50% - 0.9rem);
  width: 1.8rem;
  height: 1.8rem;
  background: #5f5653;
  border: 1px solid #f2f0ed;
  border-radius: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-radio-field label .mwform-radio-field-text::before {
    top: calc(50% - 1.05rem);
    width: 2.1rem;
    height: 2.1rem;
  }
}
.mwform-radio-field label .mwform-radio-field-text::after {
  opacity: 0;
  width: 0.8rem;
  height: 0.8rem;
  left: 0.3rem;
  top: calc(50% - 0.3rem);
  background: #009a3e;
  border-radius: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-radio-field label .mwform-radio-field-text::after {
    width: 1.3rem;
    height: 1.3rem;
    left: 0.4rem;
    top: calc(50% - 0.65rem);
  }
}
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.c-form__checkbox {
  padding: 2rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox {
    padding: 4rem 0;
  }
}
.c-form__checkbox input[type=checkbox] {
  display: none;
}
.c-form__checkbox + .l-search__category-list {
  margin-top: 1.5rem;
}

.c-form__checkbox--active-text input[type=checkbox]:checked + .c-form__checkbox-text {
  color: #000;
}

.c-form__checkbox input[type=checkbox]:checked + .c-form__checkbox-text .c-form__checkbox-icon::after,
.is_checked .c-form__checkbox-text .c-form__checkbox-icon::after {
  opacity: 1;
}

.c-form__checkbox--middle .c-form__checkbox-text {
  font-size: 1.6rem;
  padding-left: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox--middle .c-form__checkbox-text {
    font-size: 1.4rem;
  }
}
.c-form__checkbox--middle .c-form__checkbox-icon {
  top: 0.2em;
  width: 2.3rem;
  height: 2.3rem;
}
.c-form__checkbox--middle .c-form__checkbox-icon::after {
  width: 1rem;
  height: 0.6rem;
  left: 0.6rem;
  top: 0.7rem;
}

.c-form__checkbox--small .c-form__checkbox-text {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox--small .c-form__checkbox-text {
    font-size: 1.2rem;
  }
}

.c-form__checkbox-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  padding: 1.35rem 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox-label {
    padding: 2.3rem 2rem;
    height: 7rem;
  }
}

.c-form__checkbox-label--inline {
  display: inline-block;
}

.c-form__checkbox-text {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  padding-left: 2.7rem;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox-text {
    padding-left: 3.5rem;
  }
}

.c-form__checkbox-text--large {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox-text--large {
    font-size: 1.4rem;
  }
}
.c-form__checkbox-text--large .c-form__checkbox-icon {
  top: 0.5em;
}

.c-form__checkbox-icon {
  position: absolute;
  left: 0;
  top: -0.1em;
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.c-form__checkbox-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-form__checkbox-icon::after {
  content: "";
  position: absolute;
  display: block;
  left: 0.45rem;
  top: 0.5rem;
  width: 0.9rem;
  height: 0.55rem;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-46deg);
          transform: rotate(-46deg);
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__checkbox-icon::after {
    left: 0.5rem;
    top: 0.6rem;
    width: 1.4rem;
    height: 0.7rem;
  }
}

.c-form__checkbox-icon--green::before {
  border-color: #000;
}

.c-form__radio input[type=radio] {
  display: none;
}

.c-form__radio input[type=radio]:checked + .c-form__radio-text .c-form__radio-icon::before {
  border-color: #000;
}
.c-form__radio input[type=radio]:checked + .c-form__radio-text .c-form__radio-icon::after {
  opacity: 1;
}

.c-form__radio-label {
  position: relative;
  display: block;
}

.c-form__radio-text {
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  transition: 0.3s;
  padding-left: 3rem;
  display: block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__radio-text {
    font-size: 1.4rem;
  }
}

.c-form__radio-text--large {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__radio-text--large {
    font-size: 1.4rem;
  }
}
.c-form__radio-text--large .c-form__radio-icon {
  top: 0.5em;
}

.c-form__radio-icon {
  position: absolute;
  left: 0;
  width: 2rem;
  height: 2rem;
  top: 0.2em;
  display: inline-block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__radio-icon {
    top: 0.3em;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-form__radio-icon {
    top: 0.4em;
  }
}
.c-form__radio-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #b5b5b5;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.c-form__radio-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  transition: 0.3s;
  opacity: 0;
  background: #000;
  margin: auto;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.c-form__selectbox {
  position: relative;
  width: 100%;
  max-width: 50rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-form__selectbox.__small {
  width: 19rem;
}
.c-form__selectbox .c-form__selectbox_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0 !important;
  width: 5rem;
  height: 3rem;
  z-index: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__selectbox .c-form__selectbox_icon {
    width: 7rem;
    height: 5rem;
  }
}
.c-form__selectbox .c-form__selectbox_icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -0.2rem;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon/arrow_simple.svg") no-repeat center center/contain;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__selectbox .c-form__selectbox_icon::before {
    left: -0.2rem;
  }
}
.c-form__selectbox .c-form__selectbox_text {
  padding-top: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__selectbox .c-form__selectbox_text {
    padding-top: 2rem;
  }
}
.c-form__selectbox select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
  background: transparent;
  border: none;
  background: #f7f7f7;
  border-radius: 0.4rem;
  width: 100%;
  line-height: 1.5;
  padding-left: 1.35rem;
  height: 5rem;
  /* Firefox */
  /* safari */
}
.c-form__selectbox select:focus {
  outline: none;
}
.c-form__selectbox select::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__selectbox select {
    height: 8rem;
    padding-left: 2.7rem;
  }
}
.c-form__selectbox select option {
  line-height: 1.5;
}
.c-form__selectbox select _:lang(x)::-moz-placeholder, .c-form__selectbox select {
  max-width: 100%;
}
.c-form__selectbox select _::-webkit-full-page-media,
.c-form__selectbox select _:future, :root .c-form__selectbox select {
  max-width: 100%;
}
.c-form__selectbox.__white::before {
  border-color: #fff;
}
.c-form__selectbox.__white select {
  border-color: #fff;
  color: #fff;
  box-shadow: none;
  font-size: 1rem;
  padding: 1.15rem 1.8rem;
  background: transparent;
}
.c-form__selectbox.__white select option {
  color: #222;
}

.wpcf7-acceptance,
.wpcf7-checkbox {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-acceptance,
.wpcf7-checkbox {
    gap: 1.8rem 4rem;
  }
}
.wpcf7-acceptance input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 1rem;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
    gap: 0 1.8rem;
  }
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label,
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label {
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label::before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  display: block;
  border-radius: 0.2rem;
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label::before {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7-list-item-label::after {
  position: absolute;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #000;
  background: #000;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label::after,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  display: block;
  left: 0.45rem;
  top: 0.5rem;
  width: 0.9rem;
  height: 0.55rem;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-46deg);
          transform: rotate(-46deg);
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label::after,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label::after {
    left: 0.35rem;
    top: 1rem;
    width: 1.2rem;
    height: 0.5rem;
  }
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-checkbox,
.wpcf7-checkbox .wpcf7-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wpcf7-acceptance .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-checkbox .wpcf7-list-item {
  flex: 0 0 33%;
  margin: 0 0 0.4rem;
}
.wpcf7-acceptance .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-checkbox .wpcf7-list-item label {
  display: block;
}

.wpcf7-radio {
  display: block;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-radio {
    margin-bottom: 2.5em;
  }
}
.wpcf7-radio input[type=radio] {
  display: none;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 4em 0 0;
  }
}
.wpcf7-radio .wpcf7-list-item:last-child {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  background: #fff;
  border-radius: 4em;
  vertical-align: -0.5em;
  margin-right: 0.3rem;
  border: 1px solid #000;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
    margin-right: 0.8rem;
  }
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
  position: absolute;
  top: 0.4em;
  left: 0.32em;
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: transparent;
  border-radius: 4em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
    left: 0.35em;
  }
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
  background: #000;
}
.wpcf7-radio .wpcf7-radio .wpcf7-list-item {
  margin: 0 1.5rem 0 0;
}

.wpcf7-spinner {
  display: none;
}

.c-form__btn {
  position: relative;
  width: 100%;
  background: no-repeat center center/contain;
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__btn {
    width: auto;
  }
}
.c-form__btn .wpcf7-spinner {
  display: none;
  position: absolute;
  right: -2%;
  margin: 0;
  top: calc(50% - 12px);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__btn .wpcf7-spinner {
    right: -10%;
  }
}
.c-form__btn a,
.c-form__btn button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  position: relative;
  background: transparent;
  border-radius: 5rem;
  max-width: 32.1rem;
  width: 100%;
  transition: 0.3s;
}
.c-form__btn a:focus,
.c-form__btn button:focus {
  outline: none;
}
.c-form__btn a::-ms-expand,
.c-form__btn button::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-form__btn a:hover,
.c-form__btn button:hover {
    opacity: 0.8;
  }
}
.c-form__btn a {
  margin: 0;
}
.c-form__btn .c-form__fill {
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.2rem);
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 6rem;
}
.c-form__btn .c-form__fill::before {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  transition: -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
.c-form__btn .c-form__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition: -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
.c-form__btn .c-form__text-copy {
  position: absolute;
  display: block;
  width: 100%;
  color: #000;
  -webkit-transform: translateY(-150%) rotateX(180deg);
          transform: translateY(-150%) rotateX(180deg);
  transition: -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
.c-form__btn .c-form__text-origin {
  position: relative;
  display: block;
  color: #fff;
  -webkit-transform: translateY(0) rotateX(0);
          transform: translateY(0) rotateX(0);
  transition: -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}

.c-form__privacy a {
  color: #009a3e;
  text-decoration: underline;
}

.c-form__table_date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}
.c-form__table_date div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-form__table_date + .c-form__table_date {
  margin-top: 2.5rem;
}

.wpcf7cf_group {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7cf_group {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-hover__lineWrap:hover .c-hover__line::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .c-hover__lineWrap:hover .c-hover__line.__white::before {
    background-color: white;
  }
  .c-hover__lineWrap:hover .c-hover__line.__black::before {
    background-color: #222;
  }
  .c-hover__lineWrap:hover .c-hover__line.__green::before {
    background-color: #323d3b;
  }
}

.c-hover__line {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.c-hover__line::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.1rem;
  bottom: 0.1rem;
  right: 0;
  background-color: transparent;
  transition: 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-hover__line::before {
    height: 0.1rem;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-hover__line:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-hover__line.__white:hover::before {
    background-color: white;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-hover__line.__black:hover::before {
    background-color: #222;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-hover__line.__green:hover::before {
    background-color: #323d3b;
  }
}

.c-hover__targetBlank svg {
  display: inline-block;
  vertical-align: -0.1em;
  margin-left: 0.7rem;
  padding-right: 0.1rem;
  width: 1.3rem;
  height: auto;
}
.c-hover__targetBlank svg path {
  stroke: #000;
  transition: all 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
.c-hover__targetBlank.__white svg path {
  stroke: #fff;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-hover__targetBlank:hover svg path {
    stroke-width: 0.4px;
  }
}

.c-hover__lineText .c-hover__lineText-target {
  position: relative;
  display: inline-block;
}
.c-hover__lineText .c-hover__lineText-target::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  width: 100%;
  height: 0.1rem;
  background: #000;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  display: block;
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-hover__lineText:hover .c-hover__lineText-target::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
.c-hover__lineText.__white .c-hover__lineText-target::before {
  background: #fff;
}
.c-hover__lineText.c-animation__textSlideIn,
.c-hover__lineText .c-animation__textSlideIn {
  padding-bottom: 0.2rem;
}

.c-img img {
  border-radius: 0.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-img img {
    border-radius: 0.8rem;
  }
}

.c-img__clip {
  border-radius: 0.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-img__clip {
    border-radius: 0.8rem;
  }
}

.c-img__hidden {
  overflow: hidden;
}

.c-img__filter {
  background: rgba(47, 47, 47, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-movie .c-movie__item {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-navi__list {
  padding: 1rem 0;
  transition: 0.5s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-navi__list {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    padding: 0;
  }
}
@media screen and (min-width: 1701px) {
  .c-navi__list {
    padding: 0;
  }
}

.c-navi__item {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-navi__item a.is_active {
    color: #000;
  }
}
.c-navi__item:first-child {
  margin-left: 0;
}
.c-navi__item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-navi__item:hover .c-navi__list_child {
    opacity: 1;
    z-index: 1;
  }
  .c-navi__item:hover .c-navi__icon_plus::before, .c-navi__item:hover .c-navi__icon_plus::after {
    background: #000;
  }
}
.c-navi__item.__contact_xs {
  display: block;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-navi__item.__contact_xs {
    display: none;
  }
}
.c-navi__item.__contact_pc {
  display: none;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c-navi__item.__contact_pc {
    display: block;
  }
}

.c-table {
  position: relative;
}
.c-table.__scroll {
  overflow: scroll;
  padding: 0.3rem 0.3rem 0.3rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table.__scroll {
    padding: 0.7rem 0.7rem 0.7rem 0;
  }
}
.c-table.__scroll table,
.c-table.__scroll .c-table__inner {
  min-width: 50rem;
}

.c-table__list {
  padding: 1.6rem 0;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__list {
    display: flex;
    justify-content: space-between;
    padding: 2.4rem 0;
  }
}
.c-table__list dt {
  color: #A0A0A0;
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__list dt {
    width: 15rem;
    margin-bottom: 0;
    padding-top: 0.2em;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__list dt .en {
    width: 15rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__list dd {
    flex: 1;
  }
}
.c-table__list dd small {
  display: block;
}
.c-table__list dd a {
  text-decoration: underline;
}
.c-table__list.__title, .c-table__list.__space {
  align-items: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__list.__title, .c-table__list.__space {
    gap: 3.2rem;
  }
}
.c-table__list.__title dt, .c-table__list.__space dt {
  color: #222;
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  background: #F1F1F1;
  border-radius: 0.4rem;
  text-align: center;
  padding: 0.4rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__list.__title dt, .c-table__list.__space dt {
    width: 14.2rem;
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 0;
    min-height: 5.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-table__list.__title {
  padding: 1.6rem 0 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__list.__title {
    padding: 2.4rem 0 4rem;
  }
}
.c-table__list.__title dt {
  padding: 0.3rem 0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__list.__title dt {
    padding: 0.6rem 1.6rem;
    min-height: auto;
  }
}
.c-table__list.__space {
  padding: 0.8rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__list.__space {
    padding: 0.8rem 0;
  }
}
.c-table__list.__space:first-child {
  border-top: 1px solid #e9e9e9;
}
.c-table__list.__align_center {
  align-items: center;
}

.c-table__normal {
  border-collapse: collapse;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .c-table__normal {
    font-size: 1.1rem;
  }
}
.c-table__normal th,
.c-table__normal td {
  border: 1px solid #e9e9e9;
  padding: 1rem 1.5rem;
  background: #fff;
  width: 27%;
  vertical-align: text-top;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__normal th,
.c-table__normal td {
    padding: 4.2rem 5rem;
    width: 28%;
  }
}
.c-table__normal th:first-child,
.c-table__normal td:first-child {
  width: 19%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__normal th:first-child,
.c-table__normal td:first-child {
    width: 16%;
  }
}
.c-table__normal th .icon,
.c-table__normal td .icon {
  display: block;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.2em;
  line-height: 1;
  font-family: "Garamond", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__normal th .icon,
.c-table__normal td .icon {
    font-size: 4rem;
    margin-bottom: 0.4em;
  }
}
.c-table__normal th {
  background: #F1F1F1;
  text-align: center;
  font-weight: 400;
  padding: 1rem 0;
  vertical-align: middle;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__normal th {
    padding: 0;
  }
}
.c-table__normal thead th,
.c-table__normal thead td {
  text-align: center;
  vertical-align: middle;
}
.c-table__normal.__thead_color thead td,
.c-table__normal.__thead_color thead th {
  background: #000;
  color: #fff;
}
.c-table__normal.__center td,
.c-table__normal.__center th {
  vertical-align: middle;
  text-align: center;
}

.c-table__history li {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
}
.c-table__history li .year {
  min-width: 5.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-table__history li .year {
    min-width: 8rem;
  }
}
.c-table__history li .text {
  flex: 1;
}

.c-text__normal {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-text__normal {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.c-text__small {
  font-size: 1.4rem;
}
.c-text__small.__gray {
  color: #bebebe;
}

.c-text__xsmall {
  font-size: 1.2rem;
}

.c-text__large {
  font-size: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-text__large {
    font-size: 2rem;
  }
}
@media screen and (min-width: 641px) {
  .c-text__large {
    font-size: 2rem;
    line-height: 2.2;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .c-text__xs_center {
    text-align: center;
  }
}

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

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

.c-text__right {
  text-align: right;
}

.c-text__lineheight.__middle {
  line-height: 2.3;
}
.c-text__lineheight.__large {
  line-height: 2.9;
}

.c-text__marker {
  background: rgba(0, 0, 0, 0) repeat scroll 0 0;
  background-image: linear-gradient(transparent 75%, #ffe900 0%);
  background-image: -o-linear-gradient(transparent 75%, #ffe900 0%);
}

.c-text__bg {
  background: #009a3e;
  color: #ffe900;
  padding-bottom: 0.1em;
  line-height: 1.3;
  display: inline-block;
}

.c-text__dotted {
  position: relative;
}
.c-text__dotted::before {
  content: "・・・";
  display: block;
  position: absolute;
  top: -1.1em;
  left: -0.1em;
  color: #009a3e;
}

.c-text__slider {
  font-size: 8rem;
  line-height: normal;
  color: #e9e9e9;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-text__slider {
    font-size: 16rem;
  }
}
.c-text__slider .swiper {
  overflow: visible;
}
.c-text__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.c-text__slider .swiper-slide {
  line-height: 0.7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.c-text__slider.__white {
  color: #fff;
  opacity: 1;
}

.c-title__main {
  font-size: 4rem;
  line-height: normal;
  color: #000;
  text-transform: capitalize;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__main {
    font-size: 8rem;
  }
}
.c-title__main.__center {
  text-align: center;
}

.c-title__middle {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__middle {
    margin-bottom: 3.5rem;
  }
}

.c-title__center_line {
  font-family: "EB Garamond", "Noto Serif JP", sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 2.5rem;
  margin: 0 0 4rem;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__center_line {
    margin: 0 0 4.8rem;
    font-size: 3rem;
    padding-bottom: 5rem;
  }
}
.c-title__center_line::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  border-radius: 1rem;
  background: #222;
  width: 4rem;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__center_line::before {
    width: 8rem;
  }
}
.c-title__center_line.__white {
  color: #fff;
}
.c-title__center_line.__white::before {
  background: #fff;
}

.c-title__left_line {
  position: relative;
  font-size: 1.5rem;
  padding-left: 4rem;
  margin: 0 0 2.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__left_line {
    font-size: 2.6rem;
    padding-left: 7.5rem;
    margin: 0 0 3.5rem;
  }
}
.c-title__left_line::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #222;
  position: absolute;
  left: 0;
  top: 0.8em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__left_line::before {
    width: 5rem;
    top: 0.95em;
  }
}

.c-title__icon {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__icon {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}
.c-title__icon span {
  display: inline-flex;
  gap: 1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__icon span {
    gap: 2.7rem;
  }
}
.c-title__icon svg {
  width: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__icon svg {
    width: 3rem;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .c-title__icon.__mb_xs {
    margin-bottom: 0;
  }
}

.c-title__horizontal {
  position: relative;
  font-weight: 400;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__horizontal {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.c-title__horizontal .en {
  display: block;
  font-size: 4.4rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__horizontal .en {
    font-size: 6.8rem;
  }
}
.c-title__horizontal .jp {
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 1.2rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-title__horizontal .jp {
    font-size: 1.6rem;
  }
}
.c-title__horizontal.__xs_large .en {
  font-size: 6rem;
}
.c-title__horizontal.__white {
  color: #fff;
}

.c-weight--300 {
  font-weight: 300 !important;
}

.c-weight--400 {
  font-weight: 400 !important;
}

.c-weight--500 {
  font-weight: 500 !important;
}

.c-weight--600 {
  font-weight: 600 !important;
}

.c-weight--700 {
  font-weight: 700 !important;
}

.c-weight--800 {
  font-weight: 800 !important;
}

.c-weight--900 {
  font-weight: 900 !important;
}

.c-weight--bold {
  font-weight: bold !important;
}

.l-container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 3.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container {
    max-width: 154.4rem;
    padding: 0 16rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container.__s {
    max-width: 122rem;
    padding: 0 13rem;
  }
}
.l-container.__m {
  width: 100%;
  padding: 0 2.75rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container.__m {
    max-width: 154rem;
    padding: 0 12rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-container.__m {
    margin: 0 auto;
  }
}
.l-container.__l {
  width: 100%;
  padding: 0 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container.__l {
    max-width: 192rem;
    padding: 0 7.2rem;
    margin: 0 auto;
  }
}
.l-container__inner {
  position: relative;
  background: #fff;
  border-radius: 2rem;
  padding: 3rem 1.8rem 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container__inner {
    border-radius: 2rem;
    padding: 6rem 6rem 8rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-container__right {
    -webkit-transform: translateX(14%);
            transform: translateX(14%);
    width: 85%;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-container__right {
    -webkit-transform: translateX(16%);
            transform: translateX(16%);
    width: 90%;
  }
}
@media screen and (min-width: 1701px) {
  .l-container__right {
    -webkit-transform: translateX(18.9%);
            transform: translateX(18.9%);
    width: 87%;
  }
}

.l-contentwrap {
  padding: 5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-contentwrap {
    padding: 6.5rem 0;
  }
}
.l-contentwrap.__bg01 {
  background: rgba(0, 0, 0, 0.05);
}
.l-contentwrap.__bg02 {
  background: rgba(3, 26, 51, 0.1);
}
.l-contentwrap.__ptnone {
  padding-top: 0 !important;
}

.l-footer {
  position: relative;
  z-index: 10;
  padding: 8.8rem 0 6rem;
  text-align: center;
  background: #000;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer {
    padding: 8.2rem 0 9.4rem;
  }
}
.l-footer .p-logo {
  margin: 4rem 0 8.8rem;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-footer .p-logo {
    display: none;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-footer .p-logo {
    margin: 4rem 0 8.8rem;
  }
}

.p-footer__logo {
  width: 6.4rem;
  margin: 0 auto 3.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-footer__logo {
    width: 3.77rem;
    margin: 0 auto;
  }
}

.l-footer__copyright {
  color: #fff;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.l-form__table {
  border-top: 1px solid #e9e9e9;
  margin: 5.6rem 0 0;
  padding: 2.4rem 0;
}

.l-form__table_item + .l-form__table_item {
  margin-top: 3.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item + .l-form__table_item {
    margin-top: 2.4rem;
  }
}
.l-form__table_item.__top dl {
  align-items: stretch;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item.__top dl dd {
    padding-top: 1.2rem;
  }
}
.l-form__table_item dl {
  padding: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }
}
.l-form__table_item dl dt {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dl dt {
    width: 25%;
  }
}
.l-form__table_item dl dd {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dl dd {
    width: 72%;
    margin-top: 0;
  }
}
.l-form__table_item dl dd p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-form__table_item dl dd a {
  color: #000;
  text-decoration: underline;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item dl dd a:hover {
    opacity: 0.7;
  }
}
.l-form__table_item sup {
  display: inline-block;
  vertical-align: 0;
  margin-right: 0;
  color: #fff;
  font-size: 1.2rem;
  background: #1D1D1D;
  line-height: 1;
  padding: 0.3rem 0.7rem;
  border-radius: 0.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_item sup {
    font-size: 1.2rem;
  }
}
.l-form__table_item sup.any {
  background: #A0A0A0;
}

.l-form__table_item_sub {
  margin-top: 2rem;
}

.l-form__confirm .l-form__privacy {
  display: none;
}
.l-form__confirm .c-form__btn:first-child {
  order: 2;
}
.l-form__confirm .c-form__btn:last-child {
  order: 1;
}
.l-form__confirm .c-form__input {
  border-bottom: 1px solid #222;
  padding: 1.5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__confirm .c-form__input {
    padding: 2.4rem 0;
  }
}

.l-form__finish .l-form__message,
.l-form__finish .l-form__content {
  display: none;
}

.l-form__finishmsg {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__finishmsg {
    margin-top: 8rem;
  }
}
.l-form__finishmsg h3 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__finishmsg h3 {
    font-size: 1.8rem;
  }
}
.l-form__finishmsg p {
  font-size: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__finishmsg p {
    font-size: 1.5rem;
  }
}

.l-form__step-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 45rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__step-list {
    margin: 0 auto 5rem;
  }
}
.l-form__step-list::before {
  content: "";
  width: 75%;
  height: 1px;
  background: #f2f0ed;
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__step-list::before {
    width: 80%;
  }
}
.l-form__step-list li {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-form__step-list li .icon {
  border: 1px solid #f2f0ed;
  color: #cecbc5;
  background: #fff;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1.8rem;
  border-radius: 100%;
  font-weight: 900;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__step-list li .icon {
    font-size: 2.4rem;
    width: 5.6rem;
    height: 5.6rem;
  }
}
.l-form__step-list li .text {
  display: block;
  text-align: center;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__step-list li .text {
    margin-top: 0.6em;
  }
}
.l-form__step-list li.active .icon {
  border-color: #009a3e;
  background: #009a3e;
  color: #fff;
}

.l-form__message {
  margin: 3rem 0 5rem;
}
.l-form__message small {
  display: block;
}

.l-form__title {
  position: relative;
  font-size: 1.6rem;
  color: #009a3e;
  line-height: 1;
  margin: 5rem 0 1em;
  font-weight: 700;
  padding-left: 1.2em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__title {
    font-size: 2rem;
  }
}
.l-form__title::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.9em;
  background: #ffe900;
  position: absolute;
  left: 0;
  top: 0.1em;
  bottom: 0;
  margin: auto 0;
}

.l-form__title_sub {
  color: #009a3e;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__title_sub {
    font-size: 1.6rem;
  }
}
.l-form__title_sub.__mt {
  margin-top: 4rem;
}

.l-form__privacy .c-form__privacy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-form__privacy sup {
  display: inline-block;
  vertical-align: 0;
  font-size: 1.1rem;
  margin-left: 1rem;
  color: #000;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__privacy sup {
    font-size: 1.4rem;
  }
}

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

.l-form__field-unit {
  width: 48%;
}

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

.l-form__btnlist {
  margin: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__btnlist {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
  }
}
.l-form__btnlist .c-form__btn {
  margin: 0 1rem;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-form__btnlist .c-form__btn + .c-form__btn {
    margin-bottom: 1rem;
  }
}
.l-form__btnlist .c-form__btn:first-child {
  order: 2;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__btnlist .c-form__btn:first-child {
    order: 1;
  }
}
.l-form__btnlist .c-form__btn:nth-child(2) {
  order: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__btnlist .c-form__btn:nth-child(2) {
    order: 0;
  }
}
.l-form__btnlist .c-form__btn:last-child {
  order: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__btnlist .c-form__btn:last-child {
    order: 2;
  }
}
.l-form__btnlist.__left {
  justify-content: flex-start;
}

.mw_wp_form_input .l-form__btnlist .c-form__btn {
  margin: 0;
}

.l-form__text {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3rem 6.5rem;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .l-form__img_item + .l-form__img_item {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item.__01 {
    width: 71%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item.__02 {
    width: 57%;
  }
}
.l-form__img_item p {
  line-height: 1.4;
}
.l-form__img_item p.__minheight {
  height: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item p.__minheight {
    height: 4rem;
  }
}
.l-form__img_item p.__minheight_02 {
  height: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item p.__minheight_02 {
    height: 6rem;
  }
}
.l-form__img_item p.__w200 {
  width: 205%;
  margin-right: -100%;
}
.l-form__img_item small {
  display: block;
  line-height: 1.2;
  font-size: 1rem;
}
.l-form__img_item img {
  height: 18.9rem;
  width: auto;
}
.l-form__img_item img.__minheight {
  height: 11rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item img.__minheight {
    height: 13.2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item img.__minwidth {
    width: 14.4rem;
  }
}

.l-form__img_item_title {
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item_title {
    font-size: 1.5rem;
  }
}

.l-form__img_item_text {
  font-size: 1.2rem;
  margin-bottom: 1.4rem;
  font-weight: 700;
  width: 120%;
  margin-right: -20%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item_text {
    font-size: 1.4rem;
  }
}
.l-form__img_item_text.__large {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_item_text.__large {
    font-size: 1.5rem;
  }
}

.l-form__img_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_wrap {
    flex-wrap: nowrap;
    gap: 3rem;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .l-form__img_child_item.__xs_w {
    width: 47%;
  }
}

.l-form__img_select {
  margin: 3rem 0 0;
}
.l-form__img_select .required {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  vertical-align: 0;
  margin-right: 0;
  color: #009a3e;
  font-size: 1.2rem;
}
.l-form__img_select .required::before {
  content: "※";
}

.l-form__img_select_item + .l-form__img_select_item {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_select_item + .l-form__img_select_item {
    margin-top: 1.5rem;
  }
}

.l-form__img_select_item_inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_select_item_inner {
    flex-wrap: nowrap;
    gap: 2rem;
  }
}

.l-form__img_select_preview {
  background: #5f5653;
  border: 1px solid #f2f0ed;
  height: 5rem;
  padding: 1rem 1.5rem;
  border-radius: 0.3rem;
  line-height: 1.8;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_select_preview {
    padding: 1rem 2rem;
    width: 28rem;
  }
}

.l-form__img_select_label input[type=file],
.l-form__img_select_label .mwform-file-delete {
  display: none !important;
}

.l-form__img_select_btn {
  height: 4rem;
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_select_btn {
    height: 5rem;
  }
}
.l-form__img_select_btn img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__img_select_btn:hover {
    opacity: 0.8;
  }
}

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

.mw_wp_form_confirm .c-form__table_date {
  width: 100%;
}
.mw_wp_form_confirm .l-form__title_sub,
.mw_wp_form_confirm .l-form__text,
.mw_wp_form_confirm .l-form__img,
.mw_wp_form_confirm .l-form__img_select_preview,
.mw_wp_form_confirm .l-form__img_select_btn,
.mw_wp_form_confirm .l-form__img_select .required {
  display: none;
}

.l-form__table_policy .l-form__table_policy_text {
  justify-content: flex-start;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__table_policy .l-form__table_policy_text {
    margin-top: 2.5rem;
  }
}

.l-form__btnwrap {
  margin-top: 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__btnwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin-top: 9.5rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__btnwrap .__submit {
    order: 2;
  }
}
.l-form__btnwrap .__back {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__btnwrap .__back {
    order: 1;
    margin-top: 0;
  }
}

.l-form__privacy_contents_inner {
  overflow: scroll;
  width: 100%;
  height: 20rem;
  border: 1px solid #e9e9e9;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-form__privacy_contents_inner {
    height: 11.2rem;
  }
}

.l-privacy__entry {
  padding: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-privacy__entry {
    padding: 2.4rem;
  }
}

.scroll_down .l-header {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}

body.home {
  /* .l-header {
    transform: translateY(-110%);
    transition: 0.8s g.$cubicBezier;
    &.is_active {
      transform: translateY(0);
    }
  } */
}

.l-header {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 120;
  transition: 0.6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  height: 7.5rem;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header {
    height: auto;
    top: 1.8rem;
    height: 6rem;
  }
}
.l-header__inner {
  width: 100%;
  z-index: 100;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  z-index: 120;
  transition: 0.4s ease;
  margin: auto;
  padding: 0 4rem 0;
  height: 100%;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__inner {
    width: 100%;
    padding: 0 4rem;
    height: auto;
    background: none;
  }
}
.l-header__inner::before {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(0.2rem);
          backdrop-filter: blur(0.2rem);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__inner::before {
    display: none;
  }
}

.l-header__menuIcon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 120;
  width: 10rem;
  height: 8.6rem;
  padding: 0;
}
@media screen and (min-width: 1081px) and (orientation: landscape) {
  .l-header__menuIcon {
    display: none;
  }
}
.l-header__menuIconOpen,
.l-header__menuIconClose {
  position: relative;
  z-index: 2;
  display: flex;
  cursor: pointer;
  transition: 0.4s;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__menuIconOpen,
.l-header__menuIconClose {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}

.l-header__menuIconOpen {
  opacity: 1;
}
.l-header__menuIconOpen .l-header__menuIcon-iconLine:first-child {
  transition-delay: 0 !important;
}
.l-header__menuIconOpen .l-header__menuIcon-iconLine:nth-child(2) {
  transition-delay: 50ms !important;
  margin-top: 0;
}
.l-header__menuIconClose {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  border-radius: 100%;
  transition: 0.5s;
}
.l-header__menuIconClose .l-header__menuIcon-iconLines {
  transition: 0.4s;
}
.l-header__menuIconClose .l-header__menuIcon-iconLine {
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 2.9rem !important;
}
.l-header__menuIconClose .l-header__menuIcon-iconLine:first-child {
  transition-delay: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__menuIconClose .l-header__menuIcon-iconLine:nth-child(2) {
  transition-delay: 100ms !important;
  margin-top: 0.65rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__menuIconClose .l-header__menuIcon-iconLine:nth-child(2) {
    margin-top: 0.4rem;
  }
}
.l-header__menuIconClose .l-header__menuIcon-text {
  color: #222;
}

.l-header__menuIcon-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  order: 1;
  margin: 0 auto;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__menuIcon-icon {
    margin: 0;
    order: 2;
    width: 4.2rem;
  }
}
.l-header__menuIcon-icon .l-header__menuIcon-iconLines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  width: 4rem;
  height: 1px;
  background: #323d3b;
  transition: opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  display: block;
}
.l-header__menuIcon-icon .l-header__menuIcon-iconLine:first-child {
  margin-top: -1px;
}

.l-header__logo {
  position: absolute;
  top: 2.3rem;
  left: 3rem;
  transition: 0.4s ease;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 2.4rem;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__logo {
    left: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 3.2rem;
  }
}
.l-header__logo a {
  display: block;
  width: 15rem;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__logo a {
    width: 23.8rem;
  }
}
.l-header__logo a img {
  width: 100%;
}

.l-header__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__contents {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
  }
}

.l-header__navi_list {
  display: none;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__navi_list {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__navi_list::before {
    /* content: '';
    display: block;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(0.2rem);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10rem; */
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__list {
    gap: 2rem;
  }
}
.l-header__navi_list .c-navi__item {
  position: relative;
  height: 100%;
  margin: 0;
}
.l-header__navi_list .c-navi__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.5rem 2rem;
  gap: 0.8rem;
  color: #000;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item a {
    padding: 1.5rem 2rem;
  }
}
.l-header__navi_list .c-navi__item a span {
  font-weight: 500;
  display: inline-block;
}
.l-header__navi_list .c-navi__item a.__disable {
  pointer-events: none;
  cursor: pointer;
}
.l-header__navi_list .c-navi__item a .c-navi__item_icon {
  display: none;
}
.l-header__navi_list .c-navi__item a .icon {
  position: absolute;
  right: 0.5rem;
  top: 0.2rem;
  bottom: 0;
  margin: auto 0;
  width: 0.9rem;
  height: 0.9rem;
}
.l-header__navi_list .c-navi__item a .icon::before, .l-header__navi_list .c-navi__item a .icon::after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.l-header__navi_list .c-navi__item a .icon::before {
  width: 100%;
  height: 1px;
}
.l-header__navi_list .c-navi__item a .icon::after {
  width: 1px;
  height: 100%;
}
.l-header__navi_list .c-navi__item a .icon svg {
  width: 0.5rem;
}
.l-header__navi_list .c-navi__item a .icon svg g {
  transition: 0.3s;
}
.l-header__navi_list .c-navi__item a .icon.__bottom svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item a:hover {
    color: #000;
  }
  .l-header__navi_list .c-navi__item a:hover svg g {
    fill: #000;
  }
  .l-header__navi_list .c-navi__item a:hover .icon::after {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item:hover .c-navi__item_child {
    -webkit-animation: 0.3s 0s objectShow ease forwards;
            animation: 0.3s 0s objectShow ease forwards;
  }
}
.l-header__navi_list .c-navi__item .c-navi__item_child {
  opacity: 0;
  position: absolute;
  padding: 1.8rem 1.7rem;
  width: 30rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #e9e9e9;
  -webkit-animation: 0.3s 0s objectHide ease forwards;
          animation: 0.3s 0s objectHide ease forwards;
}
.l-header__navi_list .c-navi__item .c-navi__item_child li {
  position: relative;
}
.l-header__navi_list .c-navi__item .c-navi__item_child li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  text-transform: capitalize;
}
.l-header__navi_list .c-navi__item .c-navi__item_child li figure {
  width: 7.2rem;
}
.l-header__navi_list .c-navi__item .c-navi__item_child li .text {
  font-size: 1.5rem;
  padding-left: 1rem;
  flex: 1;
}
.l-header__navi_list .c-navi__item .c-navi__item_child li .text small {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.4;
}
.l-header__navi_list .c-navi__item .c-navi__item_child li + li {
  padding-top: 1.7rem;
  margin-top: 1.6rem;
}
.l-header__navi_list .c-navi__item .c-navi__item_child li + li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #a2b3b3;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__navi_list .c-navi__item.__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #323d3b;
  color: #fff;
  width: 11rem;
  border-radius: 10rem;
  text-align: center;
  height: 3.8rem;
  margin: 0.8rem 0 0.8rem 2rem;
  cursor: pointer;
}
.l-header__navi_list .c-navi__item.__btn .btn_inner {
  display: block;
  width: 100%;
}

.l-header__language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__language {
    margin: 0 0 0 8rem;
    height: 100%;
  }
}
.l-header__language.__center {
  justify-content: center;
}
.l-header__language li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-header__language li + li::before {
  content: "/";
  margin: 0 0.8rem;
}
.l-header__language a {
  border: 1px solid transparent;
  padding: 0 1.2rem;
  line-height: normal;
  display: block;
  border-radius: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__language a:hover {
    border-color: #000;
  }
}
.l-header__language a.is_active {
  border-color: #000;
}

.l-header__popupBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #323d3b;
  color: #fff;
  width: 7.5rem;
  border-radius: 10rem;
  text-align: center;
  height: 2.4rem;
  margin: 0;
  cursor: pointer;
  letter-spacing: 0.2em;
  font-size: 1rem;
  position: absolute;
  top: 3.2rem;
  right: 6.25rem;
}
.l-header__popupBtn .btn_inner {
  display: block;
  width: 100%;
}

.header_menu_active .l-header.__global {
  border-color: transparent;
}
.header_menu_active .l-header__inner {
  border-color: transparent;
  -webkit-filter: none;
          filter: none;
  opacity: 0;
}
.header_menu_active .l-header__menuIcon::before {
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
.header_menu_active .l-header__homeIcon {
  background: #fff;
}
.header_menu_active .l-header__menuIconOpen {
  opacity: 0 !important;
  pointer-events: none;
}
.header_menu_active .l-header__menuIconClose {
  opacity: 1;
  pointer-events: auto;
}
.header_menu_active .l-header__mainMenu {
  opacity: 1;
}
#popup_headerMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
}
#popup_headerMenu .l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  background: #222 !important;
}

.l-header__mainMenuContent {
  height: 100%;
}

.l-header__mainMenuContent-inner {
  overflow: scroll;
  height: 100%;
}

.l-header__mainMenuContent-menu {
  margin-top: 9rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-header__mainMenuContent-menu {
    margin-top: 14.6rem;
  }
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item.is_active .open::after {
  opacity: 0;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item + .c-navi__item {
  margin-top: 2.5rem;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item.__icon_none {
  padding-bottom: 1.5rem;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item.__icon_none a.__disable {
  background: none;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item a,
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 3rem 0;
  line-height: 1;
  color: #323d3b;
  font-size: 2rem;
  background: url("../img/icon/arrow.svg") no-repeat right center/0.65rem auto;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item a.__target_blank,
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .btn.__target_blank {
  justify-content: flex-start;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item a .c-navi__item_icon,
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .btn .c-navi__item_icon {
  width: 3rem;
  height: 1.7rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  border: 1px solid #e9e9e9;
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item a .c-navi__item_icon svg,
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .btn .c-navi__item_icon svg {
  transition: 0.5s;
  width: 1.2rem;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item a .c-navi__item_icon svg path,
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .btn .c-navi__item_icon svg path {
  transition: 0.5s;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .icon {
  display: none;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item_child {
  position: relative;
  z-index: 1;
  margin-top: -1rem;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item_child a {
  height: auto;
  padding: 1.5rem 0;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item_child a .text {
  line-height: 1;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item_child a figure,
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item_child a small,
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item_child a .icon {
  display: none;
}

.l-header__btn {
  margin: 3.6rem 0 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.l-header__btn .c-btn {
  flex: 1;
}
.l-header__btn .c-btn + .c-btn {
  margin-top: 0 !important;
}
.l-header__btn .c-btn a {
  width: 100%;
}

.l-page {
  padding: 0 0;
  overflow: clip;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page {
    padding: 0 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1701px) {
  .l-page {
    font-size: 1.6rem;
  }
}
.l-page__contents {
  padding-bottom: 9.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__contents {
    padding-bottom: 12.8rem;
  }
}

.l-page__single {
  padding: 4rem 0 7.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__single {
    padding: 12rem 0 15rem;
  }
}
.l-page__single .l-page__single_contents {
  background: #fff;
}
.l-page__single .l-page__single_container {
  max-width: 130rem;
  margin: 0 auto;
  padding: 4rem 2.75rem 4.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__single .l-page__single_container {
    padding: 11rem 10rem 9rem;
  }
}

.l-page__2column {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__2column {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l-page__2column.__xs2column {
    display: flex;
    justify-content: space-between;
  }
  .l-page__2column.__xs2column .l-page__2colum_sidebar {
    width: 20%;
  }
  .l-page__2column.__xs2column .l-page__2colum_main {
    width: 76%;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__2colum_sidebar {
    position: relative;
    width: 15%;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__2colum_main {
    width: 82.5%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-page__2colum_main.__archive {
    padding-top: 3rem;
  }
}

.l-pageheader {
  position: relative;
}

.l-pageheader__inner {
  position: relative;
  padding: 9.2rem 0 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__inner {
    padding: 16.8rem 0 9.6rem;
  }
}

.l-pageheader__title .jp {
  display: block;
  margin-top: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__title .jp {
    margin-top: 3.2rem;
  }
}

.l-pageheader__breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.2rem;
  margin-top: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__breadcrumb {
    position: absolute;
    right: 0;
    gap: 2.4rem;
    font-size: 1.2rem;
    bottom: 9.6rem;
    justify-content: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-pageheader__breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__breadcrumb li {
    gap: 2.4rem;
  }
}
.l-pageheader__breadcrumb li a {
  color: #A0A0A0;
}
.l-pageheader__breadcrumb li a,
.l-pageheader__breadcrumb li span {
  text-transform: capitalize;
  line-height: normal;
  max-width: 10rem;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__breadcrumb li a,
.l-pageheader__breadcrumb li span {
    max-width: 34rem;
  }
}
.l-pageheader__breadcrumb li + li::before {
  content: "/";
  line-height: normal;
}

.l-pageheader__img {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-top: -1rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__img {
    margin-top: -5rem;
    padding-bottom: 13rem;
  }
}
.l-pageheader__img::before {
  content: "";
  display: block;
  height: 9rem;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__img::before {
    height: 27rem;
  }
}
.l-pageheader__img .__large {
  position: relative;
  z-index: 1;
  width: 66.1%;
}
.l-pageheader__img .__small {
  position: relative;
  z-index: 1;
  width: 22.4%;
  margin-top: 12rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__img .__small {
    margin-top: 38rem;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .l-pageheader__info {
    font-size: 1.1rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__info {
    border-left: 1px solid #222;
    width: 32%;
    padding-left: 8rem;
  }
}
@media screen and (min-width: 1701px) {
  .l-pageheader__info {
    padding-left: 11.5rem;
  }
}

.l-pageheader__info_address {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__info_address {
    gap: 1rem;
  }
}
.l-pageheader__info_address .icon svg {
  width: 1.5rem;
}
.l-pageheader__info_address .icon svg path {
  stroke: #000;
}
.l-pageheader__info_address .text a {
  text-decoration: underline;
  line-height: 1.4;
  display: inline-block;
}

.l-pageheader__info_text a {
  display: inline-block;
}

.l-pageheader__contact {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__contact {
    width: 32.8%;
    padding-top: 12rem;
  }
}

.l-pageheader__contact_title {
  font-size: 1.5rem;
  letter-spacing: 0.25em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__contact_title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}

.l-pageheader__contact_text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__contact_text {
    margin-top: 2.5rem;
  }
}

.l-pageheader__contact_btn {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pageheader__contact_btn {
    margin-top: 6rem;
  }
}

.l-pager {
  position: relative;
  margin-top: 8rem;
  padding: 3.2rem 0 0;
  border-top: 1px solid #e9e9e9;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager {
    margin-top: 10rem;
  }
}
.l-pager .page_numbers {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-pager .page_numbers.__list {
  position: relative;
}
.l-pager .page_numbers .link_number {
  margin: 0 0.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number {
    margin: 0 0.8rem;
  }
}
.l-pager .page_numbers .link_number.disable {
  display: none;
}
.l-pager .page_numbers .link_number .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
  border-bottom: 1px solid transparent;
  padding-bottom: 0.4rem;
  color: #A0A0A0;
  width: 2.4rem;
}
.l-pager .page_numbers .link_number .page-numbers.current {
  color: #222;
  border-color: #222;
}
.l-pager .page_numbers .link_number .page-numbers.dots {
  background: none;
  width: auto;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 200;
  font-size: 0;
}
.l-pager .page_numbers .link_number .page-numbers.dots::before {
  content: "...";
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number .page-numbers.dots::before {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number a.page-numbers:hover {
    color: #222;
    text-decoration: none;
    border-color: #222;
  }
}
.l-pager .page_numbers .page-numbers {
  position: static;
  border-bottom: none;
}
.l-pager .page_numbers .page-numbers.prev, .l-pager .page_numbers .page-numbers.next {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 3rem;
  width: 4rem;
  height: 2.4rem;
  background: none;
  border: 1px solid #e9e9e9;
  padding: 0;
}
.l-pager .page_numbers .page-numbers.prev svg, .l-pager .page_numbers .page-numbers.next svg {
  width: 1.2rem;
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
}
.l-pager .page_numbers .page-numbers.prev svg path, .l-pager .page_numbers .page-numbers.next svg path {
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-pager .page_numbers .page-numbers.prev:hover, .l-pager .page_numbers .page-numbers.next:hover {
    background: #000;
    text-decoration: underline;
  }
  .l-pager .page_numbers .page-numbers.prev:hover svg path, .l-pager .page_numbers .page-numbers.next:hover svg path {
    fill: #fff;
  }
}
.l-pager .page_numbers .page-numbers.prev {
  /* &::before {
    content: "";
    display: block;
    background: url("../img/icon/arrow_bottom.svg") no-repeat center center / contain;
    transition: 0.2s;
    z-index: 2;
    transform: rotate(90deg);
    width: 40%;
    height: 100%;
  } */
}
.l-pager .page_numbers .page-numbers.prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-pager .page_numbers .page-numbers.next {
  /* &::after {
    content: "";
    display: block;
    background: url("../img/icon/arrow_bottom.svg") no-repeat center center / contain;
    transition: 0.2s;
    z-index: 2;
    transform: rotate(-90deg);
    width: 40%;
    height: 100%;
  } */
}

.l-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11000;
  opacity: 0;
  transition: 0.3s;
  display: none;
  opacity: 0;
}
.l-popup.is_active {
  opacity: 1;
  display: block;
}
.l-popup .l-container {
  position: relative;
  height: 100%;
}

.l-popup__inner {
  height: 100%;
}

.l-popup__content {
  width: 100%;
  max-width: 90%;
  max-height: 70%;
  height: 70rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 0.8rem;
  padding: 3rem 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-popup__content {
    padding: 2rem 2rem;
    max-height: 80%;
  }
}

.l-popup__content-inner {
  height: 100%;
}

.l-popup__close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -5rem;
  right: 0;
  cursor: pointer;
}
.l-popup__close::before, .l-popup__close::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l-popup__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-popup__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-slider {
  position: relative;
}

.l-sidebar {
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-sidebar {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 3rem;
    margin-bottom: 0;
  }
}

.l-sidebar__widget {
  position: relative;
  margin-bottom: 0.8rem;
  background: #F1F1F1;
  padding: 1.6rem;
}

.l-sidebar__widget_title {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 0.8rem;
  line-height: normal;
}
.l-sidebar__widget_title.__mb_none {
  margin-bottom: 0;
}

.l-sidebar__category {
  font-size: 1.4rem;
}
.l-sidebar__category.__number li {
  letter-spacing: 0;
}
.l-sidebar__category li + li {
  margin-top: 0.8rem;
}
.l-sidebar__category li a {
  display: block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-sidebar__category li a:hover {
    color: #000;
  }
}
.l-sidebar__category li.is_active a {
  color: #000;
}

.l-tab__menu {
  display: flex;
  justify-content: center;
  margin: 0 -1% 4rem;
}
@media screen and (min-width: 641px) {
  .l-tab__menu {
    margin: 0 -1% 2rem;
  }
}

.l-tab__menu-item {
  padding: 0.8rem 2.5rem;
  border-radius: 5rem;
  font-weight: bold;
  margin: 0 1%;
  cursor: pointer;
  display: block;
  transition: 0.3s;
  color: #000;
}
@media screen and (min-width: 641px) {
  .l-tab__menu-item {
    padding: 0.5rem 1.2rem 0.6rem;
  }
}
.l-tab__menu-item.is_active {
  background: #000;
  color: #fff;
}

.l-wysiwyg *:first-child {
  margin-top: 0;
}
.l-wysiwyg *:last-child {
  margin-bottom: 0;
}
.l-wysiwyg h1,
.l-wysiwyg h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg h1,
.l-wysiwyg h2 {
    font-size: 2.4rem;
  }
}
.l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
    font-size: 2rem;
  }
}
.l-wysiwyg p {
  margin: 1.6rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg p {
    margin: 1.6rem 0;
  }
}
.l-wysiwyg ul,
.l-wysiwyg ol {
  padding: 0;
  margin: 4rem 0;
}
.l-wysiwyg ul + ul, .l-wysiwyg ul + ol,
.l-wysiwyg ol + ul,
.l-wysiwyg ol + ol {
  margin-top: 1.6rem;
}
.l-wysiwyg ul li {
  display: block;
  position: relative;
  padding-left: 1.5em;
}
.l-wysiwyg ul li::before {
  content: "";
  display: inline-block;
  background: #5d5d6d;
  border-radius: 100%;
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: 0.1em;
  margin-right: 0.7em;
  position: absolute;
  left: 0.8rem;
  top: 0.7em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg ul li::before {
    top: 0.7em;
  }
}
.l-wysiwyg ol {
  counter-reset: number 0;
  list-style-type: none;
}
.l-wysiwyg ol *:first-of-type {
  margin-top: 0;
}
.l-wysiwyg ol li {
  display: block;
  position: relative;
  padding-left: 1.5em;
  counter-increment: number 1;
}
.l-wysiwyg ol li::before {
  content: counter(number) ".";
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.059em;
}
.l-wysiwyg ol ol li {
  padding-left: 2em;
}
.l-wysiwyg ol ol li::before {
  content: "(" counter(number) ")";
  font-size: 0.9em;
}
.l-wysiwyg ol ol ol li {
  padding-left: 1.5em;
}
.l-wysiwyg ol ol ol li::before {
  content: "";
  display: none;
}
.l-wysiwyg ol ol ol li .icon {
  position: absolute;
  left: 0;
  top: -0.05em;
  color: #000;
  font-size: 1.3em;
}
.l-wysiwyg ol .__mt {
  margin: 3rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg ol .__mt {
    margin: 4rem 0 0;
  }
}
.l-wysiwyg a {
  position: relative;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #222;
  border-bottom: 0.5px solid #222;
  line-height: 1.6;
  gap: 1.2rem;
  /* 
  &::before {
    content: "";
    display: block;
    width: 2.7rem;
    height: 2.7rem;
    position: absolute;
    right: -3.4rem;
    bottom: -0.4em;
    background: url("../img/icon/target_blank.svg") no-repeat center center / contain;
    transition: 0.3s;
    transform: rotate(45deg);
  }

  &[target="_blank"] {
    &:hover {
      @include g.mq(s) {
        color: g.$mainColor;
        border-color: g.$mainColor;

        &::before {
          background-image: url("../img/icon/target_blank.svg");
        }
      }
    }

    &::before {
      transform: rotate(0);
    }
  } */
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg a {
    border-bottom: 1px solid #222;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg a:hover {
    color: #000;
    border-color: #000;
  }
}
.l-wysiwyg a.pdf::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2rem;
  background: url("../img/icon/pdf.svg") no-repeat center center/contain;
  transition: 0.3s;
  position: absolute;
  right: -3.8rem;
  top: 0.1em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg a.pdf::after {
    width: 4.4rem;
    height: 2.7rem;
    right: -5.2rem;
  }
}
.l-wysiwyg figure {
  display: block;
  margin: 4rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg figure {
    margin: 6.5rem 0;
  }
}
.l-wysiwyg img {
  background: #ddd;
  width: auto;
}
.l-wysiwyg .wp-block-spacer {
  height: 8rem !important;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg .wp-block-spacer {
    height: 10rem !important;
  }
}
.l-wysiwyg strong {
  font-weight: bold;
}
.l-wysiwyg blockquote {
  background: #F1F1F1;
  padding: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l-wysiwyg blockquote {
    padding: 2.4rem;
  }
}
.l-wysiwyg blockquote p {
  border-left: 1px solid #000;
  padding-left: 3rem;
}
.l-wysiwyg iframe {
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.wp-block-table {
  overflow: scroll;
  margin: 6.4rem 0;
}
.wp-block-table table {
  border-collapse: collapse;
  min-width: 650px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.wp-block-table table thead {
  background: #f1f1f1;
}
.wp-block-table table td,
.wp-block-table table th {
  border: none;
  border: 1px solid #e9e9e9;
  padding: 0.9rem;
  vertical-align: middle;
}
.wp-block-table table th {
  background: #f1f1f1;
}
.wp-block-image {
  margin: 8rem auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .wp-block-image {
    margin: 8rem auto !important;
  }
}
.wp-block-image img {
  margin: 0 auto;
}
.wp-block-image figcaption {
  line-height: 1.6;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wp-block-image figcaption {
    margin-top: 3rem;
  }
}

.wp-block-columns {
  margin: 8rem 0 !important;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .wp-block-columns {
    margin: 8rem 0 !important;
  }
}
.wp-block-columns .wp-block-image {
  margin: 0 !important;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .wp-block-columns .wp-block-image {
    width: 100%;
    margin: 0 !important;
  }
}

.bg_main {
  background: #fff url("../img/common/sp/bg_body.webp") no-repeat top right/100% auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .bg_main {
    background-image: url("../img/common/bg_body.webp");
  }
}
.bg_main.__color {
  background: #fff;
}

.bg_grad {
  background: linear-gradient(180deg, #838383 0%, #000000 100%);
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-logo {
    font-size: 4.8rem;
  }
}
.p-logo .shop {
  display: block;
  font-size: 2rem;
  line-height: normal;
  margin-bottom: 0.8rem;
}
.p-logo .name {
  display: block;
  font-size: 4.8rem;
  line-height: normal;
}
.p-logo.__center {
  text-align: center;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-logo.__xs_center {
    text-align: center;
  }
}
.p-logo.__white {
  color: #fff;
}
.p-logo.__white a {
  color: #fff;
}

.p-sns {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 2.5rem;
}
.p-sns a {
  padding: 1rem;
  display: block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-sns a:hover svg path,
.p-sns a:hover svg circle {
    fill: #000;
  }
}
.p-sns li.__instagram svg {
  width: 2.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-sns li.__instagram svg {
    width: 2.1rem;
  }
}
.p-sns li.__tictok svg {
  width: 1.65rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-sns li.__tictok svg {
    width: 2.1rem;
  }
}
.p-sns li.__line svg {
  width: 1.95rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-sns li.__line svg {
    width: 2.5rem;
  }
}

.p-exhibition__archive_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-exhibition__archive_list.__col3 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5.6rem 2.6%;
  }
}
.p-exhibition__archive_list.__col3 .p-exhibition__archive_list_item {
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-exhibition__archive_list.__col3 .p-exhibition__archive_list_item {
    width: 31.6%;
  }
}

.p-exhibition__archive_list_item.__col2 a {
  display: flex;
  justify-content: space-between;
  padding: 2.4rem 0;
}
.p-exhibition__archive_list_item.__col2 a .p-exhibition__archive_list_img {
  width: 35.7%;
  padding: 0.8rem;
}
.p-exhibition__archive_list_item.__col2 a .p-exhibition__archive_list_contents {
  width: 58.6%;
}
.p-exhibition__archive_list_item.__col2 a .c-btn__icon {
  top: auto;
  bottom: 1.6rem;
}

.p-exhibition__archive_list_img {
  position: relative;
  aspect-ratio: 1/1;
  background: #F1F1F1;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-exhibition__archive_list_img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.p-exhibition__archive_list_img.__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.p-exhibition__archive_list_img.__close figcaption {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  background: #000;
  line-height: normal;
  padding: 0.2rem 0.6rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-exhibition__archive_list_img.__close figcaption {
    padding: 0.4rem 0.8rem;
    font-size: 1.4rem;
  }
}

.p-exhibition__archive_list_contents.__archive {
  margin-top: 1.6rem;
}

.p-exhibition__archive_list_table {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}
.p-exhibition__archive_list_table:nth-child(2) {
  margin-top: 0.8rem;
}
.p-exhibition__archive_list_table dt {
  color: #A0A0A0;
  width: 4.5rem;
}
.p-exhibition__archive_list_table dt.__wide {
  width: 14rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-exhibition__archive_list_table dt.__wide {
    width: 14rem;
  }
}
.p-exhibition__archive_list_table dd {
  flex: 1;
}

.p-exhibition__archive_list_date {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 1.6rem;
}

.p-exhibition__archive_list_title {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-archive__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem 1.75%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__list {
    gap: 3.2rem 1.75%;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-archive__list.__xs_col3 {
    gap: 1.6rem 3.2%;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-archive__list.__xs_col3 .p-archive__list_item {
    width: 31.2%;
  }
}

.p-archive__list_item {
  position: relative;
  width: 46.5%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__list_item {
    width: 18.6%;
  }
}

.p-archive__list_img {
  position: relative;
  aspect-ratio: 1/1;
}
.p-archive__list_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.p-archive__list_img.__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.p-archive__list_img.__close figcaption {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  background: #000;
  line-height: normal;
  padding: 0.2rem 0.6rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-archive__list_img.__close figcaption {
    padding: 0.4rem 0.8rem;
    font-size: 1.4rem;
  }
}

.p-archive__list_contents {
  margin-top: 0.8rem;
  letter-spacing: 0;
}

.p-archive__list_title {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-archive__list_title.__xs_small {
    font-size: 1.2rem;
  }
}

.p-archive__list_artist {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0.4rem 0 0;
}
.p-archive__list_artist::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #D9D9D9;
  -webkit-transform: translateY(-0.02em);
          transform: translateY(-0.02em);
}
.p-archive__list_artist + .p-tag {
  margin-top: 0.4rem;
}

.p-archive__list_artist_en {
  margin-top: 0.4rem;
  font-size: 1.2rem;
}

.p-artist__article_header {
  position: relative;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-artist__article_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-artist__article_header .c-btn__underline {
  margin-top: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-artist__article_header .c-btn__underline {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-artist__article_header .p-tag {
    margin: 0;
  }
}

.p-artist__article_header_name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
.p-artist__article_header_name span {
  font-size: 2.4rem;
}
.p-artist__article_header_name small {
  font-size: 1.2rem;
}

.p-artist__article_works {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-artist__article_works {
    margin-bottom: 7rem;
  }
}

.p-artist__article_works_title {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-artist__article_works_title {
    margin-bottom: 1.6rem;
  }
}

.p-artist__article_profile_title {
  font-size: 3.2rem;
  margin-bottom: 1.6rem;
  line-height: normal;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-artist__article_profile_title {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-artist__article_profile_inner {
    display: flex;
    justify-content: space-between;
  }
}

.p-artist__article_profile_img {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-artist__article_profile_img {
    width: 32.7%;
  }
}
.p-artist__article_profile_img figure {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 3rem;
}
.p-artist__article_profile_img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-artist__article_profile_detail {
    width: 64.1%;
  }
}

.p-artist__article_btn {
  margin-top: 2.4rem;
}

.p-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  font-size: 1.2rem;
  margin-top: 0.8rem;
}

.p-news__archive_list.__last .p-news__archive_list_item:last-child a {
  border-bottom: none;
}

.p-news__archive_list_item a {
  padding: 2.3rem 4rem 2.3rem 0;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-news__archive_list_item a .c-btn__icon {
    top: auto;
    bottom: 2.8rem;
  }
}
.p-news__archive_list_item + .p-news__archive_list_item {
  margin-top: 0.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-news__archive_list_item.__col .p-news__archive_list_contents {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-news__archive_list_item.__col .p-news__archive_list_date {
    width: 13rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-news__archive_list_item.__col .p-news__archive_list_title {
    flex: 1;
    margin: 0;
  }
}

.p-news__archive_list_title {
  margin-top: 0.8rem;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-news__archive_list_title {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-works__article {
    display: flex;
    justify-content: space-between;
  }
}

.p-works__article_img {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-works__article_img {
    width: 49%;
  }
}
.p-works__article_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works__article_img .__close {
  position: absolute;
  left: 0;
  top: 0;
  width: fit-contents;
  z-index: 99;
}
.p-works__article_img .__close p {
  z-index: 2;
  color: #fff;
  background: #000;
  line-height: normal;
  padding: 0.2rem 0.6rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-works__article_img .__close p {
    padding: 0.4rem 0.8rem;
    font-size: 1.4rem;
  }
}

.p-works__article_detail {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-works__article_detail {
    width: 46.4%;
    margin-top: 0;
  }
}

.p-works__article_btn_form {
  margin: 2.4rem 0 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-works__article_btn_form {
    margin: 4rem 0 2rem;
  }
}

.p-slider__main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: #fff;
}
.p-slider__main .swiper-slide span {
  display: block;
  height: 100%;
}
.p-slider__main .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-slider__thumbnail {
  margin-top: 0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-slider__thumbnail {
    margin-top: 2.4rem;
  }
}
.p-slider__thumbnail .swiper-slide {
  position: relative;
  width: 23.3%;
  padding-right: 0.4rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-slider__thumbnail .swiper-slide:hover::before {
    opacity: 1;
  }
}
.p-slider__thumbnail .swiper-slide::before {
  content: "";
  display: block;
  width: calc(100% - 0.4rem);
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
}
.p-slider__thumbnail .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
.p-slider__thumbnail .swiper-slide span {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.p-slider__thumbnail .swiper-slide span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-article__header {
  padding-bottom: 3rem;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__header {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}

.p-article__header_date {
  margin-botom: 1.6rem;
}

.p-article__header_title {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__header_title {
    font-size: 3.2rem;
  }
}

.p-article__simple_title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__simple_title {
    font-size: 3.2rem;
  }
}

.p-article__entry {
  margin: 3.5rem 0 4rem;
}

.p-article__entry_contents {
  margin: 2.5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__entry_contents.__col3 {
    display: flex;
    justify-content: space-between;
  }
}
.p-article__entry_contents.__col3 .p-article__entry_img {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__entry_contents.__col3 .p-article__entry_img {
    width: 31.3%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__entry_contents.__col2 {
    display: flex;
    justify-content: space-between;
    gap: 3.3%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__entry_contents.__col2 .p-article__entry_detail {
    max-width: 50%;
    flex: 1;
  }
}
.p-article__entry_contents.__col2 .p-article__entry_img {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__entry_contents.__col2 .p-article__entry_img {
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 50%;
    flex: 1;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__entry_contents.__col2 .p-article__entry_img img {
    width: auto;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__entry_contents.__reverse {
    flex-direction: row-reverse;
  }
}

.p-article__entry_img {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__entry_img {
    margin-bottom: 0;
  }
}
.p-article__entry_img figcaption {
  color: #A0A0A0;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 0.8rem;
}
.p-article__entry_img figcaption + img {
  margin-top: 1rem;
}
.p-article__entry_img.__layout .c-btn__small {
  margin-top: 1rem;
}
.p-article__entry_img.__layout .c-btn__small + figure {
  margin-top: 2.5rem;
}

.p-article__entry_img_text {
  margin: 1rem 0;
}

.p-article__entry_comment {
  margin-top: 5.6rem;
}

.p-article__simple_entry {
  margin: 4rem 0 6rem;
}

.p-article__simple_img {
  position: relative;
  aspect-ratio: 960/750;
  background: #F1F1F1;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__simple_img {
    padding: 2.4rem;
    aspect-ratio: 960/568;
  }
}
.p-article__simple_img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.p-article__simple_img.__close figcaption {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  background: #000;
  line-height: normal;
  padding: 0.2rem 0.6rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__simple_img.__close figcaption {
    padding: 0.4rem 0.8rem;
    font-size: 1.4rem;
  }
}

.p-article__simple_table {
  margin-top: 4rem;
}
.p-article__simple_table.__mb {
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__simple_table.__mb {
    margin-bottom: 4rem;
  }
}

.p-article__navi {
  margin-top: 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__navi {
    margin-top: 10rem;
  }
}

.p-article__comment {
  background: #F1F1F1;
  padding: 1.6rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__comment {
    padding: 2.4rem;
  }
}

.p-article__comment_title {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__comment_title {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.p-article__comment_name {
  text-align: right;
  margin-top: 1.5rem;
  font-size: 0.8em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__comment_name {
    margin-top: 0.8rem;
    font-size: 1em;
  }
}

.p-article__artist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-article__artist {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #e9e9e9;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__artist {
    gap: 4.9%;
    margin-bottom: 3.2rem;
  }
}

.p-article__artist_img {
  width: 47.3%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__artist_img {
    width: 29.2%;
  }
}
.p-article__artist_img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-article__artist_detail {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
  width: 47.6%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__artist_detail {
    width: 64.5%;
    border-bottom: 1px solid #e9e9e9;
  }
}

.p-article__artist_name {
  font-size: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-article__artist_name {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .p-article__artist_title,
.p-article__artist_name_en {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-story__archive_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4rem 3.5%;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-story__archive_list_item {
    width: 31%;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-story__archive_list_item + .p-story__archive_list_item {
    margin-top: 3rem;
  }
}

.p-story__archive_list_img img {
  aspect-ratio: 380/300;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-story__archive_list_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.8rem;
  gap: 1.6rem;
}
.p-story__archive_list_title small {
  font-size: 1.4rem;
}

.p-achievement__archive_contents {
  display: flex;
  justify-content: space-between;
}
.p-achievement__archive_contents + .p-achievement__archive_contents {
  margin-top: 3rem;
}

.p-achievement__archive_year {
  position: relative;
  width: 15%;
}

.p-achievement__archive_year_text {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 3rem;
  font-size: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-achievement__archive_year_text {
    font-size: 4rem;
  }
}

.p-achievement__archive_list {
  width: 80%;
  margin-top: -2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-achievement__archive_list {
    width: 83.5%;
    margin-top: 0;
  }
}

.p-achievement__archive_list_item {
  border-bottom: 1px solid #e9e9e9;
  padding: 2rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-achievement__archive_list_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.4rem 0;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-achievement__archive_list_item_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-achievement__archive_list_item_inner .c-btn__small {
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-achievement__archive_list_item_inner .c-btn__small {
    margin-top: 0.8rem;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .p-achievement__archive_list_title {
    display: inline;
  }
}

.p-achievement__archive_list_title_tag {
  font-size: 1.2rem;
  text-transform: capitalize;
  white-space: nowrap;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-achievement__archive_list_title_tag {
    margin-top: 0.8rem;
  }
}

.p-achievement__info {
  border: 1px solid #e9e9e9;
  padding: 2rem;
  margin: 5.6rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-achievement__info {
    padding: 4rem;
  }
}

.p-achievement__sidebar {
  padding: 1.4rem 2rem;
  background: #F1F1F1;
  margin: 0 0 4rem auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-achievement__sidebar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.1rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 5rem auto;
    gap: 4rem;
  }
}

.p-achievement__sidebar_title {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-achievement__sidebar_title {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-achievement__sidebar_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.4rem;
  }
}
.p-achievement__sidebar_list a {
  padding: 0.5rem 0;
  font-size: 1.2rem;
  text-transform: capitalize;
}

.p-info + .p-info {
  margin-top: 9rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-info + .p-info {
    margin-top: 18rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-info__inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-info__detail {
    width: 46.4%;
  }
}

.p-info__detail_title {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-info__detail_title {
    font-size: 3.2rem;
  }
}
.p-info__detail_title small {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-info__detail_title small {
    font-size: 2rem;
  }
}

.p-info__detail_list {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-info__detail_list {
    margin-top: 4rem;
  }
}
.p-info__detail_list b {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-info__detail_list b {
    font-size: 2rem;
  }
}
.p-info__detail_list small {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
.p-info__detail_list a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.p-info__detail_list a svg {
  width: 1.7rem;
}
.p-info__detail_list a span {
  text-decoration: underline;
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-info__map {
    width: 44.9%;
  }
}

.p-info__map_inner {
  position: relative;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-info__map_inner {
    aspect-ratio: 1/1;
  }
}
.p-info__map_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-info__slider {
  overflow: visible;
  margin-top: 5rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-info__slider {
    margin-top: 6.4rem;
    padding-bottom: 14rem;
  }
}
.p-info__slider .swiper-slide {
  width: 100%;
  padding: 0 0.4rem;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-info__slider .swiper-slide {
    width: 83%;
    padding: 0 0.8rem;
  }
}
.p-info__slider .swiper-pagination {
  bottom: 0 !important;
}
.p-info__slider .swiper-pagination-bullet {
  bottom: 0;
  width: 15%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  overflow: hidden;
  opacity: 1;
  margin: 0 !important;
  outline: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-info__slider .swiper-pagination-bullet {
    width: 11%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-info__slider .swiper-pagination-bullet:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.p-info__slider .swiper-pagination-bullet img {
  aspect-ratio: 135/90;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}