@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: 769px) {
  html {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  html {
    font-size: 0.66vw;
  }
}
body {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  color: #4e3524;
  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;
  letter-spacing: 0.04em;
  animation: bodyAnimation 0.1s ease-in-out forwards;
}
body.no_scroll {
  overflow: hidden;
}

p {
  letter-spacing: 0;
}

html.auto-hide-admin-bar {
  margin: 0 !important;
}

html body {
  margin: 0 !important;
}

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

.hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

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: 1025px) and (orientation: landscape) {
  .text_left {
    text-align: left !important;
  }
}

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

@media screen and (min-width: 1025px) 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: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
}

.jp-mincho {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.en {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
}

.en-gothic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.en-sub {
  font-family: "Grandstander", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.en-sub02 {
  font-family: "GT Haptik Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
}
a.target_blank {
  color: #4e3524;
  text-decoration: underline;
  line-height: 1.75;
  transition: color 0.3s ease;
}
a.target_blank[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  aspect-ratio: 1/1;
  background: url(../img/icon/other.svg) 0 0/contain no-repeat;
  vertical-align: middle;
  transform: translateY(-0.1em);
  margin-left: 0.47em;
}

a:hover,
a:focus {
  border: none;
  text-decoration: none;
  outline: none;
  color: #4e3524;
}

a,
a::before,
a::after {
  transition: 0.3s ease;
  color: #4e3524;
}

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

img {
  display: block;
  width: 100%;
}
img.object_fit_img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  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: #4e3524 !important;
}

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

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

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

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

@keyframes hoverLineLeft {
  0% {
    transform-origin: left bottom;
    transform: translateY(-50%) scaleX(0);
  }
  to {
    transform-origin: left bottom;
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineRight {
  0% {
    transform-origin: right bottom;
    transform: translateY(-50%) scaleX(0);
  }
  to {
    transform-origin: right bottom;
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineLoop {
  0% {
    transform-origin: right bottom;
    transform: translateY(-50%) scaleX(1);
  }
  50% {
    transform-origin: right bottom;
    transform: translateY(-50%) scaleX(0);
  }
  50.01% {
    transform-origin: left bottom;
    transform: translateY(-50%) scaleX(0);
  }
  to {
    transform-origin: left bottom;
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineVerticalActive {
  0% {
    left: 0;
    top: 0;
    height: 0%;
  }
  to {
    left: 0;
    top: 0;
    height: 100%;
  }
}
@keyframes hoverLineVerticalRemove {
  0% {
    left: 0;
    top: auto;
    bottom: 0;
    height: 100%;
  }
  to {
    left: 0;
    top: auto;
    bottom: 0;
    height: 0%;
  }
}
@keyframes hoverLineVerticalTop {
  0% {
    transform-origin: top center;
    transform: translateX(-50%) scaleY(0);
  }
  to {
    transform-origin: top center;
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineVerticalBottom {
  0% {
    transform-origin: bottom center;
    transform: translateX(-50%) scaleY(0);
  }
  to {
    transform-origin: bottom center;
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineLoopVertical {
  0% {
    transform-origin: bottom center;
    transform: translateX(-50%) scaleY(1);
  }
  50% {
    transform-origin: bottom center;
    transform: translateX(-50%) scaleY(0);
  }
  50.01% {
    transform-origin: top center;
    transform: translateX(-50%) scaleY(0);
  }
  to {
    transform-origin: top center;
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes moveIn {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes moveOut {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes moveInOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes moveInVertical {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes moveOutVertical {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(200%);
  }
}
@keyframes moveInOutVertical {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(200%);
  }
}
@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 circleArrowRemove {
  0% {
    stroke-width: 0.6;
  }
  100% {
    stroke-width: 0.4;
  }
}
@keyframes marqueeStart {
  from {
    left: 0%;
  }
  to {
    left: -200%;
    @media screen and (min-width: 1025px) and (orientation: landscape) {
      left: -100%;
    }
  }
}
@keyframes marqueeContinue {
  from {
    left: 200%;
    @media screen and (min-width: 1025px) and (orientation: landscape) {
      left: 100%;
    }
  }
  to {
    left: 0%;
  }
}
@keyframes plus_line1 {
  0% {
    transform: scaleX(1);
    transform-box: fill-box;
    transform-origin: 100% 0;
  }
  48% {
    transform: scaleX(0);
    transform-box: fill-box;
    transform-origin: 100% 0;
  }
  52% {
    transform: scaleX(0);
    transform-box: fill-box;
    transform-origin: 0 0;
  }
  to {
    transform: scaleX(1);
    transform-box: fill-box;
    transform-origin: 0 0;
  }
}
@keyframes plus_line2 {
  0% {
    transform: scaleY(1);
    transform-box: fill-box;
    transform-origin: 0 100%;
  }
  48% {
    transform: scaleY(0);
    transform-box: fill-box;
    transform-origin: 0 100%;
  }
  52% {
    transform: scaleY(0);
    transform-box: fill-box;
    transform-origin: 0 0;
  }
  to {
    transform: scaleY(1);
    transform-box: fill-box;
    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;
}

.xxs {
  display: block;
}

@media screen and (min-width: 769px) {
  .xxs {
    display: none;
  }

  .xs,
.xs_inline_block,
.xs_inline {
    display: none;
  }

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

  .tb_inline_block {
    display: inline-block;
  }
}
@media screen and (min-width: 1081px) {
  .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 {
  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__imgBgColor {
  transition: all 1.35s cubic-bezier(0.36, 0.14, 0, 1) 0.6s;
  transform: translateY(15rem);
  opacity: 0;
}
.c-animation__imgBgColor.is_active {
  opacity: 1;
  transform: translateY(0);
}
.c-animation__imgBgColor.is_active .c-animation__imgBgColor_img::before {
  content: "";
  display: block;
  transform: scaleX(0);
  opacity: 0;
  background: #4e3524;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform-origin: center top;
  animation: imgCoverBf 0.65s cubic-bezier(0.73, 0, 0.83, 1) 0.8s forwards;
}
.c-animation__imgBgColor.is_active .c-animation__imgBgColor_img::after {
  content: "";
  display: block;
  transform: scaleX(0);
  background: #4e3524;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform-origin: center bottom;
  animation: imgCoverAf 0.65s cubic-bezier(0.73, 0, 0.83, 1) 0.8s forwards;
}
.c-animation__imgBgColor.is_active .c-animation__imgBgColor_img_inner {
  opacity: 0;
  animation: topSlideMv 0.65s cubic-bezier(0.33, 0, 0.24, 1) 0.8s forwards;
  transform: translateY(0);
}

@keyframes imgCoverBf {
  0%, 46.84% {
    opacity: 0;
    transform: scaleY(0);
  }
  46.85% {
    opacity: 100%;
    transform: scale(1);
  }
  65.85% {
    opacity: 100%;
    transform: scale(1);
  }
  100% {
    opacity: 100%;
    transform: scaleY(0);
  }
}
@keyframes imgCoverAf {
  0% {
    opacity: 100%;
    transform: scaleY(0);
  }
  46.84% {
    opacity: 100%;
    transform: scale(1);
  }
  46.85%, 100% {
    opacity: 0;
  }
}
@keyframes topSlideMv {
  0% {
    opacity: 0%;
  }
  46.84% {
    opacity: 0%;
  }
  46.85%, 100% {
    opacity: 100%;
  }
}
@keyframes opacity {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
.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;
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-animation__textGradient.--hover:hover .c-animation__textGradient_target {
    animation: 3s 0.1s textGradientDrawer ease forwards;
  }
}

@keyframes textGradient {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes textGradientDrawer {
  from {
    background-position: 80% 0;
  }
  to {
    background-position: 0 0;
  }
}
.c-animation__fadeIn {
  opacity: 0;
  filter: blur(0.4rem);
  transition: 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.2s;
}
.c-animation__fadeIn.is_active {
  opacity: 1;
  filter: blur(0);
}
.c-animation__fadeIn:first-child {
  transition-delay: 0s !important;
}
.c-animation__fadeIn:nth-of-type(1) {
  transition-delay: 400ms;
}
.c-animation__fadeIn:nth-of-type(2) {
  transition-delay: 600ms;
}
.c-animation__fadeIn:nth-of-type(3) {
  transition-delay: 800ms;
}
.c-animation__fadeIn:nth-of-type(4) {
  transition-delay: 1000ms;
}
.c-animation__fadeIn:nth-of-type(5) {
  transition-delay: 1200ms;
}
.c-animation__fadeIn:nth-of-type(6) {
  transition-delay: 1400ms;
}
.c-animation__fadeIn:nth-of-type(7) {
  transition-delay: 1600ms;
}
.c-animation__fadeIn:nth-of-type(8) {
  transition-delay: 1800ms;
}
.c-animation__fadeIn:nth-of-type(9) {
  transition-delay: 2000ms;
}
.c-animation__fadeIn:nth-of-type(10) {
  transition-delay: 2200ms;
}
.c-animation__fadeIn:nth-of-type(1).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__fadeIn:nth-of-type(2).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__fadeIn:nth-of-type(3).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__fadeIn:nth-of-type(4).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__fadeIn:nth-of-type(5).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__fadeIn:nth-of-type(6).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__fadeIn:nth-of-type(7).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__fadeIn:nth-of-type(8).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__fadeIn:nth-of-type(9).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__fadeIn:nth-of-type(10).__nodeley {
  animation-delay: 0s !important;
}

.c-animation__textFadeIn {
  display: block;
  line-height: inherit;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text {
  display: inline-block;
  opacity: 0;
  animation: 1.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  line-height: inherit;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(1) {
  animation-delay: 40ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(2) {
  animation-delay: 80ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(3) {
  animation-delay: 120ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(4) {
  animation-delay: 160ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(5) {
  animation-delay: 200ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(6) {
  animation-delay: 240ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(7) {
  animation-delay: 280ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(8) {
  animation-delay: 320ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(9) {
  animation-delay: 360ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(10) {
  animation-delay: 400ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(11) {
  animation-delay: 440ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(12) {
  animation-delay: 480ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(13) {
  animation-delay: 520ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(14) {
  animation-delay: 560ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(15) {
  animation-delay: 600ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(16) {
  animation-delay: 640ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(17) {
  animation-delay: 680ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(18) {
  animation-delay: 720ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(19) {
  animation-delay: 760ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(20) {
  animation-delay: 800ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(21) {
  animation-delay: 840ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(22) {
  animation-delay: 880ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(23) {
  animation-delay: 920ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(24) {
  animation-delay: 960ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(25) {
  animation-delay: 1000ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(26) {
  animation-delay: 1040ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(27) {
  animation-delay: 1080ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(28) {
  animation-delay: 1120ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(29) {
  animation-delay: 1160ms;
}
.c-animation__textFadeIn .c-animation__textFadeIn_text:nth-of-type(30) {
  animation-delay: 1200ms;
}
.c-animation__textFadeIn.is_active .c-animation__textFadeIn_text {
  animation-name: textFadeInAnimation;
}
.c-animation__textFadeIn.__hoverline {
  padding-bottom: 0.2rem;
}
.c-animation__textFadeIn.__slow .c-animation__textFadeIn-inner {
  transition: transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1.8s ease;
}
.c-animation__textFadeIn.__opacity .c-animation__textFadeIn-inner {
  opacity: 0;
}
.c-animation__textFadeIn.__opacity.is_active .c-animation__textFadeIn-inner {
  opacity: 1;
}

@keyframes textFadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-animation__textSlideIn {
  display: block;
  line-height: inherit;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text {
  display: inline-block;
  opacity: 0;
  animation: 1.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  line-height: inherit;
  transform: translateY(100%);
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(1) {
  animation-delay: 40ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(2) {
  animation-delay: 80ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(3) {
  animation-delay: 120ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(4) {
  animation-delay: 160ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(5) {
  animation-delay: 200ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(6) {
  animation-delay: 240ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(7) {
  animation-delay: 280ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(8) {
  animation-delay: 320ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(9) {
  animation-delay: 360ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(10) {
  animation-delay: 400ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(11) {
  animation-delay: 440ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(12) {
  animation-delay: 480ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(13) {
  animation-delay: 520ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(14) {
  animation-delay: 560ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(15) {
  animation-delay: 600ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(16) {
  animation-delay: 640ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(17) {
  animation-delay: 680ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(18) {
  animation-delay: 720ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(19) {
  animation-delay: 760ms;
}
.c-animation__textSlideIn .c-animation__textSlideIn_text:nth-of-type(20) {
  animation-delay: 800ms;
}
.c-animation__textSlideIn.js_scroll_event.is_active .c-animation__textSlideIn_text {
  animation-name: textSlideInAnimation;
}
.c-animation__textSlideIn.__hoverline {
  padding-bottom: 0.2rem;
}
.c-animation__textSlideIn.__slow .c-animation__textSlideIn-inner {
  transition: transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1.8s ease;
}
.c-animation__textSlideIn.__opacity .c-animation__textSlideIn-inner {
  opacity: 0;
}
.c-animation__textSlideIn.__opacity.is_active .c-animation__textSlideIn-inner {
  opacity: 1;
}

@keyframes textSlideInAnimation {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-animation__slideIn {
  opacity: 0;
  transform: translateY(3rem);
  animation: 2s ease both;
}
.c-animation__slideIn.is_active {
  animation-name: slideInAnimation;
  opacity: 1;
}
.c-animation__slideIn.__no_delay {
  animation-delay: 0s !important;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .c-animation__slideIn.--splinear {
    animation: 0.7s linear both;
  }
}
.c-animation__slideIn:nth-of-type(1) {
  animation-delay: 200ms;
}
.c-animation__slideIn:nth-of-type(2) {
  animation-delay: 400ms;
}
.c-animation__slideIn:nth-of-type(3) {
  animation-delay: 600ms;
}
.c-animation__slideIn:nth-of-type(4) {
  animation-delay: 800ms;
}
.c-animation__slideIn:nth-of-type(5) {
  animation-delay: 1000ms;
}
.c-animation__slideIn:nth-of-type(6) {
  animation-delay: 1200ms;
}
.c-animation__slideIn:nth-of-type(7) {
  animation-delay: 1400ms;
}
.c-animation__slideIn:nth-of-type(8) {
  animation-delay: 1600ms;
}
.c-animation__slideIn:nth-of-type(9) {
  animation-delay: 1800ms;
}
.c-animation__slideIn:nth-of-type(10) {
  animation-delay: 2000ms;
}
.c-animation__slideIn:nth-of-type(1).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(2).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(3).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(4).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(5).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(6).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(7).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(8).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(9).__nodeley {
  animation-delay: 0s !important;
}
.c-animation__slideIn:nth-of-type(10).__nodeley {
  animation-delay: 0s !important;
}

@keyframes slideInAnimation {
  0% {
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    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;
}

.c-animation__rotation {
  animation: 3s linear infinite rotation;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes linkLine {
  0% {
    left: auto;
    right: 0;
    width: 0;
  }
  99.999% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: 0;
    right: auto;
    width: 0;
  }
}
@keyframes objectShow {
  0% {
    opacity: 0;
    display: none;
  }
  0.1% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
@keyframes objectHide {
  0% {
    opacity: 1;
    display: block !important;
  }
  99.9% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.c-animation__imgFadeMask {
  -webkit-mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
  /* mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000); */
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-mask-size: 250% 100%;
  mask-size: 200% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 0;
}
.c-animation__imgFadeMask.is_active {
  transition: opacity 1.8s, -webkit-mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.8s, mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.8s, mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-mask-position 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  opacity: 1;
}

.c-animation__textLine {
  position: relative;
}
.c-animation__textLine::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  bottom: -0.1em;
  right: 0;
  left: auto;
  transition: 0.3s ease;
  background: #4e3524;
  position: absolute;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-animation__textLine:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.c-animation__textLine.__thin::before {
  height: 0.5px;
}
.c-animation__textLine.__font::before {
  background: #4e3524;
}
.c-animation__textLine.__white::before {
  background: #fff;
}
.c-animation__textLine.__underline::before {
  left: 0;
  right: auto;
  width: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-animation__textLine.__underline:hover::before {
    right: 0;
    left: auto;
    width: 0;
  }
}

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

@keyframes rightToLeft {
  0% {
    transform: translateX(0);
    visibility: visible;
  }
  48% {
    transform: translateX(100%);
    visibility: visible;
  }
  49% {
    transform: translateX(100%);
    visibility: hidden;
  }
  50% {
    transform: translate(-100%);
    visibility: hidden;
  }
  51% {
    transform: translate(-100%);
    visibility: visible;
  }
  100% {
    transform: translate(0);
    visibility: visible;
  }
}
.c-dropshadow {
  filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
}
@media screen and (min-width: 769px) {
  .c-dropshadow {
    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: 769px) {
  .c-boxshadow--inset {
    box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.12) inset;
  }
}

.c-dropshadow {
  filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
}
@media screen and (min-width: 769px) {
  .c-dropshadow {
    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.__center a,
.c-btn__round.__center a {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__round a:hover .c-btn__arrow_icon,
.c-btn__round .c-btn__arrow_inner:hover .c-btn__arrow_icon, .c-btn__round.c-btn__arrow_wrap:hover .c-btn__arrow_icon,
.c-btn__arrow a:hover .c-btn__arrow_icon,
.c-btn__arrow .c-btn__arrow_inner:hover .c-btn__arrow_icon,
.c-btn__arrow.c-btn__arrow_wrap:hover .c-btn__arrow_icon {
    background: rgba(78, 53, 36, 0.35);
  }
  .c-btn__round a:hover .c-btn__arrow_icon svg path,
.c-btn__round a:hover .c-btn__arrow_icon svg line,
.c-btn__round .c-btn__arrow_inner:hover .c-btn__arrow_icon svg path,
.c-btn__round .c-btn__arrow_inner:hover .c-btn__arrow_icon svg line, .c-btn__round.c-btn__arrow_wrap:hover .c-btn__arrow_icon svg path,
.c-btn__round.c-btn__arrow_wrap:hover .c-btn__arrow_icon svg line,
.c-btn__arrow a:hover .c-btn__arrow_icon svg path,
.c-btn__arrow a:hover .c-btn__arrow_icon svg line,
.c-btn__arrow .c-btn__arrow_inner:hover .c-btn__arrow_icon svg path,
.c-btn__arrow .c-btn__arrow_inner:hover .c-btn__arrow_icon svg line,
.c-btn__arrow.c-btn__arrow_wrap:hover .c-btn__arrow_icon svg path,
.c-btn__arrow.c-btn__arrow_wrap:hover .c-btn__arrow_icon svg line {
    stroke: #fff;
  }
  .c-btn__round a:hover .c-btn__arrow_icon.__target_blank,
.c-btn__round .c-btn__arrow_inner:hover .c-btn__arrow_icon.__target_blank, .c-btn__round.c-btn__arrow_wrap:hover .c-btn__arrow_icon.__target_blank,
.c-btn__arrow a:hover .c-btn__arrow_icon.__target_blank,
.c-btn__arrow .c-btn__arrow_inner:hover .c-btn__arrow_icon.__target_blank,
.c-btn__arrow.c-btn__arrow_wrap:hover .c-btn__arrow_icon.__target_blank {
    background: none;
  }
}
.c-btn__round.__simple a,
.c-btn__round.__simple .c-btn__arrow_inner,
.c-btn__arrow.__simple a,
.c-btn__arrow.__simple .c-btn__arrow_inner {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #4e3524;
  color: #4e3524;
  font-size: 1.4rem;
  gap: 0.5rem;
}
.c-btn__arrow_icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: #f8f4f4;
}
.c-btn__arrow_icon .inner {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-btn__arrow_icon svg {
  width: 0.825rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-btn__arrow_icon svg:nth-child(1) {
  animation: arrow-slide02 0.5s ease forwards;
}
.c-btn__arrow_icon svg:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
  animation: arrow-slide01 0.5s ease forwards;
}
.c-btn__arrow_icon.__prev {
  transform: rotate(180deg);
}
.c-btn__arrow_icon.__target_blank {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: none;
  box-shadow: none;
}
.c-btn__arrow_icon.__target_blank .inner {
  transform: rotate(-45deg);
  width: 1.2rem;
}
.c-btn__arrow_icon.__target_blank svg {
  width: 1.2rem;
}
.c-btn__arrow_icon.__top .inner {
  transform: rotate(-90deg);
}
.c-btn__arrow_icon.__bottom .inner {
  transform: rotate(90deg);
}
.c-btn__arrow_icon.__xlarge {
  width: 3rem;
  height: 3rem;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__arrow_icon.__xlarge {
    width: 7rem;
    height: 7rem;
  }
}
.c-btn__arrow_icon.__xlarge svg {
  width: 0.9rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__arrow_icon.__xlarge svg {
    width: 2.1rem;
  }
}
.c-btn__arrow_icon.__large {
  width: 3rem;
  height: 3rem;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__arrow_icon.__large {
    width: 5rem;
    height: 5rem;
  }
}
.c-btn__arrow_icon.__large svg {
  width: 0.9rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__arrow_icon.__large svg {
    width: 1.5rem;
  }
}
.c-btn__arrow_icon.__large.__sp_large {
  width: 5rem;
  height: 5rem;
}
.c-btn__arrow_icon.__large.__sp_large svg {
  width: 1.5rem;
}
.c-btn__arrow_icon.__middle {
  width: 2.8rem;
  height: 2.8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__arrow_icon.__middle {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.c-btn__arrow_icon.__middle svg {
  width: 0.875rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__arrow_icon.__middle svg {
    width: 1rem;
  }
}
.c-btn__arrow_icon.__small {
  width: 2.6rem;
  height: 2.6rem;
}
@keyframes arrow-slide01 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes arrow-slide02 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.c-btn__round a {
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 0 0.5rem 0 rgba(78, 53, 36, 0.5) inset;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 20rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 4.5rem;
}
.c-btn__round a .c-btn__round_text {
  color: #4e3524;
  font-weight: 600;
}
.c-btn__round a .c-btn__arrow_icon {
  width: 4.5rem;
  height: 4.5rem;
  background: #4e3524;
}
.c-btn__round a .c-btn__arrow_icon svg {
  width: 1.1rem;
  transition: 0.5s;
}
.c-btn__round a .c-btn__arrow_icon svg path,
.c-btn__round a .c-btn__arrow_icon svg line {
  stroke: #fff;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__round a:hover .c-btn__arrow_icon {
    background: #ec8700;
  }
}
.c-btn__round.__orange a {
  background: #4e3524;
  box-shadow: none;
}
.c-btn__round.__orange a span {
  color: #fff;
}
.c-btn__round.__orange a .c-btn__arrow_icon {
  background: #fff;
  box-shadow: 0 0 1rem 0.5rem rgba(78, 53, 36, 0.5) inset;
}
.c-btn__round.__orange a .c-btn__arrow_icon svg path,
.c-btn__round.__orange a .c-btn__arrow_icon svg line {
  stroke: #4e3524;
}

.p-news__archive_btn {
  margin-top: 4rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__archive_btn {
    margin-top: 6rem;
  }
}

.c-btn__text_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__text_list {
    gap: 2rem 0;
  }
}

.c-btn__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__text {
    width: 100%;
  }
}
.c-btn__text a {
  padding: 1rem 2rem 1rem 0;
  line-height: 1;
  position: relative;
  color: rgba(89, 87, 87, 0.6);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__text a:hover {
    color: #4e3524;
  }
}
.c-btn__text a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.2rem;
  background: #4e3524;
  opacity: 0;
}
.c-btn__text.__current a {
  color: #4e3524;
}
.c-btn__text.__current a::before {
  opacity: 1;
}

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

.c-color__default {
  color: #4e3524 !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: 1.4rem;
  line-height: 1.8;
  width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid rgba(78, 53, 36, 0.1);
  border-radius: 0.5rem;
  /* 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: 1025px) 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 {
    padding: 2rem;
    width: 100%;
  }
}
.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: rgba(78, 53, 36, 0.4);
}
.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: rgba(78, 53, 36, 0.4);
}
.c-form__input.__pd {
  border-bottom: 1px solid #4e3524;
  padding: 1.5rem 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-form__input.__pd {
    padding: 2.4rem 0;
  }
}
.c-form__input textarea {
  display: block;
}

.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 3rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .mwform-checkbox-field label .mwform-checkbox-field-text {
    padding: 0 0 0 4rem;
  }
}
.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% - 1rem);
  width: 2rem;
  height: 2rem;
  background: #dfdcd9;
  border-radius: 0.3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .mwform-checkbox-field label .mwform-checkbox-field-text::before {
    top: calc(50% - 1rem);
    width: 2.4rem;
    height: 2.4rem;
  }
}
.mwform-checkbox-field label .mwform-checkbox-field-text::after {
  opacity: 1;
  width: 1rem;
  height: 0.6rem;
  background: none;
  border: none;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 0.3em;
  top: calc(50% - 0.35rem);
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .mwform-checkbox-field label .mwform-checkbox-field-text::after {
    width: 1.2rem;
    height: 0.7rem;
    left: 0.55rem;
    top: calc(50% - 0.3rem);
  }
}
.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-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background: #2a90de;
}

.mwform-radio-field {
  display: block;
  margin: 0 2em 0 0 !important;
}
@media screen and (min-width: 1025px) 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.3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .mwform-radio-field label .mwform-radio-field-text {
    font-size: 1.5rem;
    padding: 0 0 0 3em;
  }
}
.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% - 1rem);
  width: 2.2rem;
  height: 2.2rem;
  background: #fff;
  border: 1px solid rgba(78, 53, 36, 0.15);
  border-radius: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .mwform-radio-field label .mwform-radio-field-text::before {
    top: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
  }
}
.mwform-radio-field label .mwform-radio-field-text::after {
  opacity: 0;
  width: 0.8rem;
  height: 0.8rem;
  left: 0.7rem;
  top: calc(50% - 0.3rem);
  background: rgba(173, 122, 55, 0.3);
  border-radius: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .mwform-radio-field label .mwform-radio-field-text::after {
    width: 1.2rem;
    height: 1.2rem;
    left: 0.9rem;
    top: calc(50% - 0.6rem);
  }
}
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.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: #4e3524;
}

.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: 1025px) 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: 1025px) and (orientation: landscape) {
  .c-form__checkbox--small .c-form__checkbox-text {
    font-size: 1.2rem;
  }
}

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

.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;
}

.c-form__checkbox-text--large {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) 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.3em;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-form__checkbox-icon {
    top: 0.2em;
  }
}
.c-form__checkbox-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid rgba(173, 122, 55, 0.3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-form__checkbox-icon::after {
  content: "";
  position: absolute;
  left: 0.45rem;
  top: 0.5rem;
  display: block;
  width: 0.9rem;
  height: 0.55rem;
  border-left: 2px solid #4e3524;
  border-bottom: 2px solid #4e3524;
  transform: rotate(-42deg);
  transition: 0.3s;
  opacity: 0;
}

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

.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: #4e3524;
}
.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: 1025px) 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: 1025px) 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: 1025px) and (orientation: landscape) {
  .c-form__radio-icon {
    top: 0.3em;
  }
}
@media screen and (min-width: 1081px) {
  .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: #4e3524;
  margin: auto;
}

.c-form__selectbox {
  position: relative;
}
.c-form__selectbox::before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.3em);
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid #4e3524;
  border-bottom: 2px solid #4e3524;
  transform: rotate(45deg);
  display: block;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-form__selectbox::before {
    top: calc(50% - 0.4em);
    width: 0.8rem;
    height: 0.8rem;
    right: 2rem;
  }
}
.c-form__selectbox select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  letter-spacing: 0.08em;
  background: #fff;
  color: #4e3524;
  border: 1px solid #fff;
  padding: 1.5rem 4rem 1.5rem 2rem;
  font-size: 1.2rem;
  border-radius: 0;
  width: 100%;
  border-radius: 0.25rem;
  /* Firefox */
  /* safari */
}
.c-form__selectbox select:focus {
  outline: none;
}
.c-form__selectbox select::-ms-expand {
  display: none;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-form__selectbox select {
    padding: 2.05rem 5rem 2.05rem 3rem;
    font-size: 1.5rem;
    border-radius: 0.5rem;
    min-width: 30rem;
  }
}
.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: #4e3524;
}
.c-form__selectbox.__small select {
  padding: 1.6rem 1.8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-form__selectbox.__small select {
    padding: 1.6rem 1.8rem;
  }
}
.c-form__selectbox.__small::before {
  right: 1.8rem;
  top: calc(50% - 0.25rem);
  width: 0.5rem;
  height: 0.5rem;
}

.wpcf7-acceptance,
.wpcf7-checkbox {
  margin: 0 0 3rem !important;
}
.wpcf7-acceptance input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.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;
  font-weight: bold;
  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.4em;
  height: 1.4em;
  background: #fff;
  display: inline-block;
  vertical-align: -0.4em;
  margin-right: 0.8em;
  border: 1px solid #4e3524;
}
.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 {
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  content: "";
  display: block;
  width: 0.8em;
  height: 0.5em;
  border-bottom: 0.2em solid #4e3524;
  border-left: 0.2em solid #4e3524;
  transform: rotate(-45deg);
}
.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: 1025px) 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: 1025px) 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 #4e3524;
}
@media screen and (min-width: 1025px) 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: 1025px) 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: #4e3524;
}
.wpcf7-radio .wpcf7-radio .wpcf7-list-item {
  margin: 0 1.5rem 0 0;
}

.c-form__btn {
  position: relative;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-form__btn {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .c-form__btn:hover .c-btn__inner::after {
    transform: translateX(0.8rem);
    background-image: url("../img/icon/btn_arrow_white.svg");
  }
}
.c-form__btn.__back a,
.c-form__btn.__back button {
  background: #4e3524;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-form__btn.__back a:hover,
.c-form__btn.__back button:hover {
    background: #fff;
    color: #4e3524;
  }
}
.c-form__btn.__back .c-btn__inner::after {
  right: auto;
  left: 2.4rem;
  background-image: url("../img/icon/btn_arrow_white_left.svg");
}
@media screen and (min-width: 769px) {
  .c-form__btn.__back:hover .c-btn__inner::after {
    transform: translateX(-0.8rem);
    background-image: url("../img/icon/btn_arrow_left.svg");
  }
}
.c-form__btn.js_contact_btn.is_disable .c-btn__inner::after {
  background-image: url("../img/icon/arrow_right.svg");
}
.c-form__btn.js_contact_btn.is_disable a,
.c-form__btn.js_contact_btn.is_disable input {
  border-color: #b7b7b7;
  color: #b7b7b7;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .c-form__btn.js_contact_btn.is_disable a:hover,
.c-form__btn.js_contact_btn.is_disable input:hover {
    background: #fff;
    color: #b7b7b7;
  }
}
.c-form__btn .c-btn__inner {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-form__btn .c-btn__inner::after {
  content: "";
  display: block;
  position: absolute;
  right: 2.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 1rem;
  background: url("../img/icon/btn_arrow.svg") no-repeat center center/contain;
  transition: 0.3s;
  z-index: 2;
}
.c-form__btn .wpcf7-spinner {
  position: absolute;
  right: -2%;
  margin: 0;
  top: calc(50% - 12px);
}
@media screen and (min-width: 1025px) 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;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 5rem;
  border: none;
  overflow: hidden;
  width: 100%;
  max-width: 20rem;
  background: #fff;
  transition: 0.3s ease;
  text-indent: inherit;
  color: #4e3524;
  text-align: center;
  border-radius: 10rem;
  border: 1px solid #4e3524;
  margin: 0 auto;
  font-size: 1.6rem;
}
.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: 1025px) and (orientation: landscape) {
  .c-form__btn a,
.c-form__btn button {
    width: 28rem;
    max-width: 100%;
    height: 6rem;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-form__btn a:hover,
.c-form__btn button:hover {
    background: #4e3524;
    color: #fff;
  }
}
.c-form__btn a a,
.c-form__btn button a {
  margin: 0;
}

.c-form__privacy s dl {
  border-bottom: none !important;
}
.c-form__privacy p {
  margin-top: 1rem;
}
.c-form__privacy a {
  color: #4e3524;
  border-bottom: 0.5px solid #4e3524;
}

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

@media screen and (min-width: 1081px) {
  .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: #4e3524;
  }
  .c-hover__lineWrap:hover .c-hover__line.__green::before {
    background-color: #ec8700;
  }
}

.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: 1025px) and (orientation: landscape) {
  .c-hover__line::before {
    height: 0.1rem;
    bottom: 0;
  }
}
@media screen and (min-width: 1081px) {
  .c-hover__line:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 1081px) {
  .c-hover__line.__white:hover::before {
    background-color: white;
  }
}
@media screen and (min-width: 1081px) {
  .c-hover__line.__black:hover::before {
    background-color: #4e3524;
  }
}
@media screen and (min-width: 1081px) {
  .c-hover__line.__green:hover::before {
    background-color: #ec8700;
  }
}

.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: 1081px) {
  .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;
  transform: scale(0);
  transform-origin: top right;
  display: block;
  transition: transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
@media screen and (min-width: 1081px) {
  .c-hover__lineText:hover .c-hover__lineText-target::before {
    transform: scale(1);
    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: 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-img img {
    border-radius: 1rem;
  }
}

.c-img__radius {
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-img__radius {
    border-radius: 1rem;
  }
}

.c-img__radius_caption {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.2rem;
  margin-top: 1.5rem;
}

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

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

.c-navi__item {
  position: relative;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-navi__item {
    margin: 0 1.5rem;
    background: none;
  }
}
.c-navi__item a {
  position: relative;
  display: inline-block;
  padding: 0.7rem 2.5rem;
  transition: 0.2s;
  color: #4e3524;
  font-weight: 500;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-navi__item a {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-navi__item a:hover {
    color: #4e3524;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-navi__item a.is_active {
    color: #4e3524;
    border-color: #4e3524;
  }
}
.c-navi__item:first-child {
  margin-left: 0;
}
.c-navi__item:last-child {
  margin-right: 0;
}

.c-table__wrap {
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__wrap {
    border-radius: 2rem;
  }
}

.c-table__nomal {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
.c-table__nomal thead {
  background: #4e3524;
  color: #fff;
}
.c-table__nomal th,
.c-table__nomal td {
  vertical-align: middle;
  padding: 1.9rem 0;
  line-height: 1;
}
.c-table__nomal th.__wide,
.c-table__nomal td.__wide {
  width: 72.2388%;
  border-right: 1px solid rgba(78, 53, 36, 0.15);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__nomal th.__wide,
.c-table__nomal td.__wide {
    width: 72.4138%;
  }
}
.c-table__nomal tbody {
  background: #fff;
}
.c-table__nomal tbody tr {
  border-bottom: 1px solid rgba(78, 53, 36, 0.15);
}
.c-table__nomal tbody tr:last-child {
  border-bottom: none;
}

.c-text__normal {
  font-weight: 400;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__normal {
    font-weight: 400;
    font-size: 1.5rem;
  }
}

.c-text__small {
  font-size: 1.1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__small {
    font-size: 1.3rem;
  }
}

.c-text__xsmall {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.c-text__large {
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__large {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .c-text__large.__xs_small {
    font-size: 1.2rem;
  }
}

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

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

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

.c-text__spacing {
  letter-spacing: -0.1em;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__spacing {
    letter-spacing: -0.15em;
  }
}

.c-text__numberList {
  counter-reset: number 0;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__numberList {
    margin-bottom: 6rem;
  }
}
.c-text__numberList li {
  display: flex;
  justify-content: flex-start;
  gap: 2.2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__numberList li {
    gap: 2.5rem;
    align-items: center;
  }
}
.c-text__numberList li + li {
  margin-top: 2rem;
}
.c-text__numberList li .icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a90de;
  border: 1px solid rgba(78, 53, 36, 0.1);
  border-radius: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__numberList li .icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.c-text__numberList li .icon::before {
  counter-increment: number 1;
  content: counter(number) " ";
  line-height: 1;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__numberList li .icon::before {
    font-size: 1.8rem;
  }
}
.c-text__numberList li .text {
  flex: 1;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .c-text__numberList li .text {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__iconList.__mt {
    margin-top: -0.5em;
  }
}
.c-text__iconList.__col2, .c-text__iconList.__col3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__iconList.__col2, .c-text__iconList.__col3 {
    gap: 2%;
  }
  .c-text__iconList.__col2 li, .c-text__iconList.__col3 li {
    width: 49%;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__iconList.__col2.__left_wide, .c-text__iconList.__col3.__left_wide {
    gap: 6%;
  }
  .c-text__iconList.__col2.__left_wide li, .c-text__iconList.__col3.__left_wide li {
    width: 50%;
  }
  .c-text__iconList.__col2.__left_wide li:nth-child(2n), .c-text__iconList.__col3.__left_wide li:nth-child(2n) {
    width: 43%;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__iconList.__col3 {
    gap: 1.333%;
  }
  .c-text__iconList.__col3 li {
    width: 32%;
  }
}
.c-text__iconList li {
  padding: 0 0 0 1.2rem;
  position: relative;
  font-weight: 500;
  width: 100%;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__iconList li + li {
    margin-top: 0.7rem;
  }
}
.c-text__iconList li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #4e3524;
  border-radius: 100%;
  position: absolute;
  top: 0.8em;
  left: 0;
}
.c-text__iconList li.__icon_none {
  padding: 0;
}
.c-text__iconList li.__icon_none::before {
  display: none;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .c-text__iconList li.__last {
    order: 100;
  }
}

.c-text__simpleIconList li {
  padding: 0 0 0 1.5em;
  position: relative;
  font-weight: 500;
  width: 100%;
}
.c-text__simpleIconList li::before {
  content: "・";
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0.2em;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .c-text__simpleIconList li.__last {
    order: 100;
  }
}

.c-text__colorList li {
  line-height: normal;
  color: #4e3524;
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__colorList li {
    margin-top: 1.5rem;
  }
}
.c-text__colorList li.__mt_none {
  margin-top: 0;
}
.c-text__colorList li.__frame {
  border: 0.5px solid #4e3524;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  margin-top: 0.3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__colorList li.__frame {
    border-width: 1px;
    padding: 1.5rem 2rem;
    border-radius: 0.8rem;
    margin-top: 0.5rem;
  }
}
.c-text__colorList li.__indent_03 {
  padding-left: 3em;
}
.c-text__colorList li.__indent_04 {
  padding-left: 4em;
}

.c-text__normalList li {
  position: relative;
  display: flex !important;
  justify-content: flex-start;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__normalList li {
    font-size: 1.6rem;
  }
}
.c-text__normalList li::before {
  content: "";
  display: block;
  height: 0.3rem;
  width: 0.3rem;
  border-radius: 100%;
  background: #4e3524;
  margin: 0.6em;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__normalList li::before {
    height: 0.5rem;
    width: 0.5rem;
    margin: 0.7em;
  }
}
.c-text__normalList li a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 1px;
  text-underline-position: from-font;
}
.c-text__normalList li.__wrap {
  flex-wrap: wrap;
}
.c-text__normalList li.__wrap span,
.c-text__normalList li.__wrap small {
  display: block;
  line-height: 1.35;
  width: 100%;
}
.c-text__normalList li span,
.c-text__normalList li small {
  display: inline-block;
  line-height: 1.35;
}
.c-text__normalList.__font_color li::before {
  background: #4e3524;
}
.c-text__normalList.__full li {
  width: 100%;
}
.c-text__normalList.__icon_large li::before {
  height: 0.42rem;
  width: 0.42rem;
  margin: 0.8em 0.6em;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__normalList.__icon_large li::before {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.c-text__normalList.__icon_dark li::before {
  background: #ec8700;
}
.c-text__normalList.__info li {
  font-size: 1.2rem;
  display: flex;
  justify-content: fex-start;
  line-height: 2;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__normalList.__info li {
    font-size: 1.3rem;
  }
}
.c-text__normalList.__info li::before {
  content: "※";
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  margin: 0 0.1em 0 0;
  line-height: inherit;
  top: 0;
}
.c-text__normalList.__mt {
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__normalList.__mt {
    margin-top: 1rem;
  }
}
.c-text__normalList.__table_mt {
  margin-top: -0.3em;
}

.c-text__point {
  border-top: 1px solid rgba(78, 53, 36, 0.1);
}

.c-text__point_item {
  border-bottom: 1px solid rgba(78, 53, 36, 0.1);
  padding: 1.5rem 0 6rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__point_item {
    padding: 1.5rem 0 8.9rem;
  }
}

.c-text__point_item_title {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #2a90de;
}

.c-text__point_item_detail {
  margin-top: 3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__point_item_detail {
    margin-top: 6rem;
  }
}
.c-text__point_item_detail dt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.c-text__point_item_img {
  margin-top: 3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-text__point_item_img {
    display: none;
  }
}

.c-title__main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.8rem 1.9rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__main {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 2.4rem 1.9rem;
  }
}
.c-title__main .en {
  display: inline-block;
  height: 3.5rem;
  width: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__main .en {
    height: 5.18rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-title__main .en img {
  width: auto;
  height: 100%;
}
.c-title__main .jp {
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid #4e3524;
  line-height: 1.44;
  padding-bottom: 0.22rem;
  font-size: 1.2rem;
  white-space: nowrap;
  margin-bottom: -0.6em;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__main .jp {
    font-size: 1.6rem;
    padding-bottom: 0.3rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__main.__middle .en {
    height: 5.2rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__main.__large .en {
    height: 5.3rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__main.__right {
    justify-content: flex-end;
    margin: 0 0 0 auto;
  }
}
.c-title__main.__jp_bottom {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__main.__jp_bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.c-title__main.__jp_bottom .jp {
  margin-bottom: 0;
}
.c-title__main.__white {
  color: #fff !important;
}
.c-title__main.__white .jp {
  border-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-breadcrumb__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-breadcrumb__list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-breadcrumb__list li {
    font-size: 1.2rem;
  }
}
.l-breadcrumb__list li + li::before {
  content: "";
  display: block;
  height: 0.9rem;
  width: 0.9rem;
  margin: 0 1rem;
  border-radius: 100%;
  background: url("../img/common/icon_arrow.svg") no-repeat center center/contain;
}
.l-breadcrumb__list li a {
  padding: 1rem 0;
  display: block;
  line-height: 1;
  color: rgba(89, 87, 87, 0.6);
  font-weight: 500;
}
.l-breadcrumb__list li a span {
  display: block;
  line-height: 1;
  opacity: 1;
}

.l-container {
  z-index: 1;
  padding: 0 2.6rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-container {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-container {
    max-width: 144rem;
    padding: 0 6.2rem;
    margin: 0 auto;
  }
}
.l-container.__s {
  padding: 0 2.8rem;
}
@media screen and (min-width: 769px) {
  .l-container.__s {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-container.__s {
    max-width: 144rem;
    padding: 0 18.5rem;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .l-container.__xs {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-container.__xs {
    padding: 0 2.5rem;
  }
}
.l-container.__m {
  width: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-container.__m {
    /* max-width: 144rem;
    padding: 0 20.2rem;
    margin: 0 auto; */
  }
}
.l-container.__l {
  width: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-container.__l {
    max-width: 144rem;
    padding: 0 6rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-container.__max {
    max-width: 100%;
  }
}

.l-container__inner {
  position: relative;
}

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

.l-contentwrap {
  padding: 8rem 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-contentwrap {
    padding: 12rem 0;
  }
}
.l-contentwrap:last-child {
  margin-bottom: 0;
}
.l-contentwrap:first-child {
  margin-top: 0;
}

.l-footer {
  position: relative;
  z-index: 1;
}

.l-footer__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-footer__sticky img {
  height: 100vh;
  object-fit: cover;
}

.l-footer__sticky_dummy {
  height: 100vh;
}

.l-footer__inner {
  background: #fff;
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__contents {
    display: flex;
    justify-content: space-between;
    height: 64rem;
  }
}

.l-footer__contact {
  background: #585858;
  color: #fff;
  padding: 7.8rem 4rem 8.3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__contact {
    background: #4e3524;
    width: 50%;
    padding: 15.8rem 12rem 0 14.3rem;
  }
}

.l-footer__contact_text {
  font-weight: 600;
  margin: 4.8rem -2rem 5.5rem 0;
  width: calc(100% + 2rem);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__contact_text {
    font-size: 1.8rem;
  }
}

.l-footer__contact_btn {
  display: block;
  background: #fff;
  border: 1px solid #000;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__contact_btn:hover {
    background: #000;
    border: 1px solid #fff;
    transition: 0.3s;
  }
  .l-footer__contact_btn:hover svg path,
.l-footer__contact_btn:hover svg .arrow {
    fill: #fff;
  }
}
.l-footer__contact_btn img {
  pointer-events: none;
}
.l-footer__contact_btn svg {
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .l-footer__contact_btn svg path {
    stroke: none;
  }
}

.l-footer__bottom {
  padding: 2.5rem 0 2.9rem;
  border-top: 1px solid #4e3524;
  border-bottom: 0.4rem solid #4e3524;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}

.l-footer__navi {
  position: relative;
  padding: 5.4rem 4rem 3.3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__navi {
    width: 50%;
    padding: 9.4rem 9.2rem;
  }
}
.l-footer__navi .c-navi__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  gap: 0;
}
.l-footer__navi .c-navi__list a {
  padding: 0;
  height: 5.1rem;
  display: inline-flex;
  align-items: center;
}
.l-footer__navi .c-navi__list a span {
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 0.2rem solid transparent;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__navi .c-navi__list a:hover span {
    border-bottom: 0.2rem solid #000;
  }
}
.l-footer__navi .c-navi__list .c-navi__item {
  margin: 0 !important;
}
.l-footer__navi .c-navi__list .c-navi__item .__sub {
  display: none;
}

.l-footer__logo {
  width: 32.4rem;
  margin: 6.2rem -1.9rem 0 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__logo {
    position: absolute;
    width: 22.8rem;
    right: 6.6rem;
    bottom: 6.6rem;
    margin: 0;
  }
}

.l-footer__totop {
  position: absolute;
  right: 1.6rem;
  top: -3rem;
  width: 6rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__totop {
    width: 8rem;
    top: -4rem;
    right: 5.8rem;
  }
}
.l-footer__totop svg {
  width: 100%;
  height: 100%;
}

.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 {
  padding: 2rem 0 1.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__confirm .c-form__input {
    padding: 0 0 2rem;
  }
}
.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: 1025px) 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: 1025px) and (orientation: landscape) {
  .l-form__finishmsg h3 {
    font-size: 1.8rem;
  }
}
.l-form__finishmsg p {
  font-size: 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__finishmsg p {
    font-size: 1.5rem;
  }
}

.l-form__inner {
  margin-top: 5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__inner {
    margin-top: 8rem;
  }
}

.l-form__step-list {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__step-list {
    margin-bottom: 0;
  }
}
.l-form__step-list.__right::after {
  left: auto;
  right: 0;
}
.l-form__step-list.__none::after {
  display: none;
}
.l-form__step-list li {
  position: relative;
  padding-left: 1.5em;
}
.l-form__step-list li + li {
  margin-top: 2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__step-list li + li {
    margin-top: 3rem;
  }
}
.l-form__step-list li:last-child::after {
  display: none;
}
.l-form__step-list li::before {
  content: "";
  background: #4e3524;
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  border-radius: 100%;
  padding: 0.3rem;
  border: 0.3rem solid #fff;
  z-index: 1;
  position: absolute;
  left: -0.1rem;
  top: 0.35rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__step-list li::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.4em;
  }
}
.l-form__step-list li::after {
  content: "";
  width: 1px;
  height: 2.6rem;
  background: #bbb;
  display: block;
  position: absolute;
  top: 1.7rem;
  left: 0.4rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__step-list li::after {
    height: 4.5rem;
    top: 1.3rem;
    left: 0.55rem;
  }
}
.l-form__step-list li .en {
  color: #f8e17c;
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__step-list li .en {
    font-size: 1.2rem;
  }
}
.l-form__step-list li .text {
  display: block;
  color: #bbb;
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
}
@-moz-document url-prefix() {
  .l-form__step-list li .text {
    font-weight: 400;
  }
}
.l-form__step-list li.active .text {
  color: #4e3524;
}

.l-form__message {
  margin: 7rem 0 5.5rem;
  text-align: center;
}
.l-form__message small {
  display: block;
}

.l-form__table-item + .l-form__table-item {
  margin-top: 3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__table-item + .l-form__table-item {
    margin-top: 4.8rem;
  }
}
.l-form__table-item dt {
  position: relative;
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__table-item dt {
    margin: 0 0 0 0;
    margin-bottom: 1.6rem;
    align-items: stretch;
  }
}
.l-form__table-item dt.__ptnone {
  padding-top: 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__table-item dt.__ptnone sup {
    top: 0.6em;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__table-item dd {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.l-form__table-item dd a {
  color: #4e3524;
  border-bottom: 1px solid #4e3524;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__table-item dd a:hover {
    opacity: 0.7;
  }
}
.l-form__table-item .l-form__table-item_wide {
  display: block;
}
.l-form__table-item .l-form__table-item_wide .c-form__input {
  width: 100%;
}

.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: #4e3524;
}
@media screen and (min-width: 1025px) 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 {
  margin: 4rem 0 5rem;
  text-align: center;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__privacy {
    margin: 4rem 0 6rem;
  }
}
.l-form__privacy .l-form__privacy_link {
  display: inline-block;
  margin-top: 2rem;
  padding-bottom: 0.1em;
  border-bottom: 0.5px solid #4e3524;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__privacy .l-form__privacy_link {
    margin-top: 1.5rem;
    margin-top: 3rem;
    border-bottom: 1px solid #4e3524;
  }
}

.l-form__btnlist {
  margin: 5rem 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-form__btnlist {
    margin: 6rem 0 0;
  }
}
.l-form__btnlist .c-form__btn {
  margin: 0 1rem;
}
@media screen and (max-width: 1024px) and (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: 1025px) 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: 1025px) 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: 1025px) 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 {
  margin: 4rem 0 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .mw_wp_form_input .l-form__btnlist {
    margin: 5rem 0 0;
  }
}
.mw_wp_form_input .l-form__btnlist .c-form__btn {
  margin: 0;
}

.mw_wp_form_confirm .l-form__table-item dt {
  padding-top: 0 !important;
}
.mw_wp_form_confirm .c-form__privacy {
  padding-top: 0 !important;
}
.mw_wp_form_confirm .l-form__table-item dt sup {
  top: 0.6em !important;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .mw_wp_form_confirm .l-form__table-item dt sup {
    top: 0.6em !important;
  }
}
.mw_wp_form_confirm .c-form__selectbox::before {
  display: none !important;
}

.require {
  color: #dd6a3f;
}

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

.l-header {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 120;
  transition: 0.6s;
  transform: translateY(0);
  height: 7.5rem;
  border-top: 0.5rem solid #4e3524;
  padding-top: 0.9rem;
}
@media screen and (min-width: 1081px) {
  .l-header {
    height: auto;
    padding: 1.9rem 0;
  }
}
.l-header__inner {
  width: 100%;
  z-index: 100;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 120;
  transition: 0.4s ease;
  margin: auto;
  padding: 6.5rem 2rem 0;
  height: 100%;
}
@media screen and (min-width: 1081px) {
  .l-header__inner {
    width: 100%;
    padding: 0;
    height: auto;
    background: none;
  }
}

.l-header__menuIcon {
  position: absolute;
  top: 1.2rem;
  left: 1.4rem;
  z-index: 120;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 1081px) {
  .l-header__menuIcon {
    right: 2%;
    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: 1081px) {
  .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__menuIconOpen .l-header__menuIcon-iconLine:nth-child(3) {
  transition-delay: 100ms !important;
}
.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 {
  transform: scale(1);
  width: 2rem !important;
  background: #000;
}
.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;
  transform: rotate(30deg);
}
.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;
  transform: rotate(-30deg);
}
@media screen and (min-width: 1081px) {
  .l-header__menuIconClose .l-header__menuIcon-iconLine:nth-child(2) {
    margin-top: 0.4rem;
  }
}
.l-header__menuIconClose .l-header__menuIcon-text {
  color: #4e3524;
}

.l-header__menuIcon-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  order: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1081px) {
  .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: 1.55rem 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  width: 1.57rem;
  height: 0.1rem;
  background: #4e3524;
  transition: transform 1000ms cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  display: block;
  border-radius: 2rem;
}
.l-header__logo {
  position: absolute;
  top: 0.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.4s ease;
  transform-origin: center left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 1081px) {
  .l-header__logo {
    top: 2.3rem;
    left: 3.6rem;
    right: auto;
    margin: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.l-header__logo a {
  display: block;
  width: 10.6rem;
}
.l-header__logo a img {
  width: 100%;
}
.l-header__logo a span {
  display: block;
  overflow: hidden;
  text-indent: 300%;
  white-space: nowrap;
  height: 0;
}

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

.l-header__navi_sns {
  position: absolute;
  top: 0.2rem;
  right: 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 0.2rem;
}
@media screen and (min-width: 1081px) {
  .l-header__navi_sns {
    top: 0.3rem;
    right: 1.8rem;
  }
}
.l-header__navi_sns a {
  display: inline-flex;
  gap: 0.2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-header__navi_sns a:hover .__text .__inner {
    background: #4e3524;
    color: #fff;
  }
  .l-header__navi_sns a:hover .__icon .__inner {
    background: #fff;
  }
  .l-header__navi_sns a:hover .__icon .__inner svg path {
    fill: #4e3524;
  }
}
.l-header__navi_sns .__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  border-radius: 5rem;
  transition: 0.3s;
}
.l-header__navi_sns .__text {
  display: none;
}
@media screen and (min-width: 1081px) {
  .l-header__navi_sns .__text {
    display: block;
  }
}
.l-header__navi_sns .__text .__inner {
  background: #fff;
  font-size: 1.3rem;
  padding: 0 1.8rem;
}
.l-header__navi_sns .__icon .__inner {
  aspect-ratio: 1/1;
  background: #4e3524;
}

.l-header__navi_list {
  display: none;
}
@media screen and (min-width: 1081px) {
  .l-header__navi_list {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    padding: 0 3.2rem 0 0rem;
    border-radius: 10rem;
  }
}
.l-header__navi_list .c-navi__list {
  gap: 3.4rem;
}
.l-header__navi_list .c-navi {
  width: 100%;
}
.l-header__navi_list .c-navi__item {
  position: relative;
  height: 100%;
  margin: 0;
}
.l-header__navi_list .c-navi__item.__line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__navi_list .c-navi__item.__line::before {
  content: "";
  display: block;
  width: 1px;
  height: 3rem;
  border-left: 1px dotted rgba(78, 53, 36, 0.4);
  margin: 0 1.5rem;
}
.l-header__navi_list .c-navi__item.__last {
  padding-right: 1.7rem;
}
.l-header__navi_list .c-navi__item.__small a {
  font-size: 1.4rem;
  font-weight: 500;
}
.l-header__navi_list .c-navi__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1rem;
  color: #4e3524;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 800;
  height: 4.7rem;
}
.l-header__navi_list .c-navi__item a span {
  display: block;
  padding: 0 0;
  border-bottom: 0.2rem solid transparent;
  transition: 0.3s;
  line-height: 1.4;
}
.l-header__navi_list .c-navi__item a span.__sub {
  display: none;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item a:hover {
    color: #4e3524;
  }
  .l-header__navi_list .c-navi__item a:hover span {
    border-color: #000;
  }
}
.l-header__navi_list .c-navi__item:hover .c-navi__item_child {
  animation: 0.3s 0s objectShow ease forwards;
}
.l-header__navi_list .c-navi__item .c-navi__item_child {
  opacity: 0;
  position: absolute;
  padding: 2.3rem 2.5rem;
  width: 17.3rem;
  background: #f7f2eb;
  animation: 0.3s 0s objectHide ease forwards;
  border-radius: 0.5rem;
}
.l-header__navi_list .c-navi__item .c-navi__item_child .c-navi__item_child_list {
  position: relative;
  width: 100%;
}
.l-header__navi_list .c-navi__item .c-navi__item_child .c-navi__item_child_list + .c-navi__item_child_list {
  margin-top: 1.4rem;
}
.l-header__navi_list .c-navi__item .c-navi__item_child .c-navi__item_child_list li + li {
  margin-top: 1.4rem;
}
.l-header__navi_list .c-navi__item .c-navi__item_child .c-navi__item_child_list a {
  padding: 0.2rem 0;
  display: block;
  line-height: 1;
  text-align: left;
  font-size: 1.2rem;
  color: #4e3524;
}
.l-header__navi_list .c-navi__item .c-navi__item_child .c-navi__item_child_list a span {
  display: inline-block;
}
.l-header__navi_list .c-navi__item.__btn {
  overflow: hidden;
  color: #fff;
  width: 19.5rem;
  text-align: center;
  height: 5.1rem;
  cursor: pointer;
}
.l-header__navi_list .c-navi__item.__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #4e3524;
  box-shadow: 0 0 1rem 0.5rem #ec8700 inset;
  gap: 1.5rem;
  border-radius: 10rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item.__btn a:hover {
    background: #ec8700;
  }
}
.l-header__navi_list .c-navi__item.__btn .icon {
  padding-right: 1.2rem;
  border-right: 1px dotted rgba(255, 255, 255, 0.7);
}
.l-header__navi_list .c-navi__item.__btn .icon svg {
  width: 1.9rem;
}
.l-header__navi_list .c-navi__item.__btn .text {
  text-align: left;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}
.l-header__navi_list .c-navi__item.__btn .open {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  margin-top: 0.3rem;
}

.header_menu_active .l-header__menuIcon {
  background: #f8f4f4;
}
.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: #4e3524 !important;
}

.l-header__mainMenuContent {
  height: 100%;
}

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

.l-header__mainMenuContent-menu {
  margin-top: 12.7rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-header__mainMenuContent-menu {
    margin-top: 14.6rem;
  }
}
.l-header__mainMenuContent-menu .c-navi__list {
  padding: 0;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item {
  padding: 0;
  width: 100%;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item + .c-navi__item {
  margin-top: 2.7rem;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item a {
  padding: 0 3.2rem;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item a img {
  height: 1.83rem;
  width: auto;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item a img.__large {
  height: 1.9rem;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item a .__sub {
  display: inline-block;
  border-bottom: 1px solid #4e3524;
  line-height: 1.2;
  font-size: 1.053rem;
  font-weight: 700;
  margin-top: 1rem;
}

.l-header__mainMenuContent-img {
  margin: 5rem -0.2rem 7.2rem 0.1rem;
  width: calc(100% + 0.1rem);
}

.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-header__reserve a {
  background: rgba(173, 122, 55, 0.3);
  margin-top: 5rem;
  border-radius: 5rem;
  height: 6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #4e3524;
}
.l-header__reserve a .en {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.2;
  transform: translateY(0.15em);
}

.l-header__tel {
  margin-top: 1rem;
}
.l-header__tel a {
  padding: 1rem 0;
  color: #4e3524;
  font-size: 1.8rem;
}
.l-header__tel span {
  display: inline-block;
  border-bottom: 0.5px solid #4e3524;
  line-height: 1.2;
}

.l-header__consultation {
  margin: 4rem 0 8rem;
  color: #4e3524;
}

.l-header__mainMenuContent-copyright {
  padding-bottom: 2.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 3;
}

.l-page {
  padding: 0 0;
  overflow: clip;
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-page {
    padding: 0 0;
    font-size: 1.6rem;
  }
}

.l-page__contents_inner {
  padding: 8rem 0 10rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-page__contents_inner {
    padding: 11rem 0 16rem;
  }
}

.l-page__mainv {
  display: block;
  padding: 15rem 0 7rem;
  background: no-repeat top 0 center/auto 15rem;
}
@media screen and (min-width: 769px) {
  .l-page__mainv {
    padding: 20rem 0 11rem;
    background: no-repeat top 0 center/contain;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-page__mainv {
    padding: 27rem 0 11rem;
    background: no-repeat top -8rem center/contain;
  }
}
@media screen and (min-width: 1701px) {
  .l-page__mainv {
    padding: 40rem 0 11rem;
  }
}

.l-page__mainv_none {
  display: block;
  padding: 2.5rem 0 7rem;
  background: #fff;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-page__mainv_none {
    padding: 3.5rem 0 11rem;
    background: none;
  }
}

.l-page__single {
  position: relative;
  z-index: 1;
  padding-top: 4.4rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-page__single {
    padding-top: 7rem;
  }
}

.l-page__colmun {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-page__colmun {
    flex-wrap: nowrap;
  }
}

.l-page__colmun_main {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-page__colmun_main {
    flex: 1;
  }
}

.l-page__single_section + .l-page__single_section,
.l-page__single_section + .l-page__colmun_main_section,
.l-page__colmun_main_section + .l-page__single_section,
.l-page__colmun_main_section + .l-page__colmun_main_section {
  margin-top: 8rem;
}

.l-page__colmun_sidebar {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-page__colmun_sidebar {
    width: 20%;
    margin: 0;
  }
}
.l-page__colmun_sidebar.__mb_none {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-page__sticky {
    display: flex;
    justify-content: space-between;
  }
}
.l-page__sticky.__mt {
  margin-top: 5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-page__sticky.__mt {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-page__sticky_item {
    width: 57.3%;
  }
}
.l-page__sticky_item.__sticky {
  position: relative;
  display: none;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-page__sticky_item.__sticky {
    width: 37.8%;
    display: block;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-page__sticky_target {
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
    left: 0;
  }
}

.l-page__sticky_target_img {
  opacity: 0;
  transition: 0.3s;
}
.l-page__sticky_target_img.__fixed {
  position: absolute;
  left: 0;
  top: 0;
}
.l-page__sticky_target_img.is_active {
  opacity: 1;
}
.l-page__sticky_target_img img {
  border-radius: 1rem;
}

.l-pageheader {
  position: relative;
}
.l-pageheader.__news .l-pageheader__inner {
  background: none;
  padding-bottom: 0;
  border-radius: 0;
}

.l-pageheader__inner {
  background: #fee8cc url("../img/common/bg_page.webp") no-repeat top left/cover;
  padding: 9.5rem 0 6.4rem;
  overflow: clip;
  border-radius: 0 0 0 6rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pageheader__inner {
    padding: 14rem 0 10.6rem;
    border-radius: 0 0 0 15rem;
  }
}

.l-pageheader__contents {
  position: relative;
  z-index: 1;
  padding: 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pageheader__contents {
    padding: 0 12rem;
  }
}

.l-pageheader__title {
  margin-top: 5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pageheader__title {
    margin-top: 8rem;
  }
}
.l-pageheader__title .en {
  display: block;
  color: #4e3524;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pageheader__title .en {
    font-size: 1.6rem;
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .l-pageheader__title .en.__small {
    font-size: 4rem;
  }
}
.l-pageheader__title .jp {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  display: block;
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pageheader__title .jp {
    font-size: 5.2rem;
  }
}

.l-pageheader__img {
  display: block;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .l-pageheader__img img {
    object-fit: cover;
    aspect-ratio: 375/230;
  }
}

.l-pageheader__news {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pageheader__news {
    gap: 3rem;
    margin-bottom: 7rem;
  }
}

.l-pager {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8rem auto 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pager {
    margin: 12.5rem auto 0;
  }
}
.l-pager .page_numbers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-pager .page_numbers.__list {
  position: relative;
}
.l-pager .page_numbers .link_number {
  margin: 0 0.2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number {
    margin: 0 1.2rem;
  }
}
.l-pager .page_numbers .link_number.disable {
  pointer-events: none;
}
.l-pager .page_numbers .link_number .page-numbers {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10rem;
  font-weight: 600;
  color: #4e3524;
  border-radius: 25.5px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number .page-numbers {
    width: 3.2rem;
    height: 3.2rem;
    border-width: 1px;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number .page-numbers:hover {
    color: #fff;
    background: #ec8700;
    box-shadow: 0 0 10px 0 #4e3524 inset;
  }
}
.l-pager .page_numbers .link_number .page-numbers.current {
  color: #fff;
  background: #ec8700;
  box-shadow: 0 0 10px 0 #4e3524 inset;
}
.l-pager .page_numbers .link_number .page-numbers.dots {
  color: #4e3524;
  background: none;
  pointer-events: none;
}
.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: absolute;
  justify-content: center;
  align-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 10rem;
  top: -0.7rem;
  border: none;
  background: url("../img/common/icon_arrow_ol.svg") no-repeat center center/1.5rem auto;
  overflow: hidden;
  text-indent: 300%;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pager .page_numbers .page-numbers.prev, .l-pager .page_numbers .page-numbers.next {
    top: 0;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.l-pager .page_numbers .page-numbers.prev svg, .l-pager .page_numbers .page-numbers.next svg {
  width: 0.8rem;
  transition: 0.3s;
}
.l-pager .page_numbers .page-numbers.prev svg path, .l-pager .page_numbers .page-numbers.next svg path {
  transition: 0.3s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pager .page_numbers .page-numbers.prev:hover, .l-pager .page_numbers .page-numbers.next:hover {
    box-shadow: 0 0 1rem 0 #4e3524 inset;
    background: #ec8700 url("../img/common/icon_arrow_wh.svg") no-repeat center center/1.5rem auto !important;
  }
}
.l-pager .page_numbers .page-numbers.prev {
  left: -3.5rem;
  transform: rotate(180deg);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pager .page_numbers .page-numbers.prev {
    left: -2.4rem;
  }
}
.l-pager .page_numbers .page-numbers.next {
  right: -3.5rem;
  text-align: right;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pager .page_numbers .page-numbers.next {
    right: -2.4rem;
  }
}
body.no_scroll #page {
  /* filter: blur(1rem);
  -webkit-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  mix-blend-mode: normal;
  @include g.mq(s) {
  }
  &::before {
    opacity: 1;
  }
  &::after {
    //opacity: 1;
    //z-index: 100;
  } */
}

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

.l-popup__inner {
  width: 1180rem;
  max-width: calc(100% - 5.2rem);
  max-height: 80%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-popup__inner {
    max-height: 80%;
  }
}
.l-popup__content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #4e3524;
  background: #fff;
  overflow: scroll;
  height: 80vh;
}

.l-popup__content_inner {
  padding: 7.6rem 2.6rem 7.6rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-popup__content_inner {
    padding: 12rem 9.2rem 7.6rem;
  }
}

.l-popup__close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  z-index: 10;
  top: -1.7rem;
  right: -0.9rem;
  cursor: pointer;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background: #4e3524;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-popup__close {
    width: 8rem;
    height: 8rem;
    top: -2.7rem;
    right: -0.9rem;
  }
}
.l-popup__close::before, .l-popup__close::after {
  content: "";
  width: 1.8rem;
  height: 0.1rem;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-popup__close::before, .l-popup__close::after {
    width: 3.4rem;
  }
}
.l-popup__close::before {
  transform: rotate(-45deg);
}
.l-popup__close::after {
  transform: rotate(45deg);
}

.l-popup__content_main .c-btn__round_list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-popup__content_main .c-btn__round_list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .l-popup__content_main .c-table__consultation table th:first-child {
    width: 30.5%;
  }
}

.l-slider {
  position: relative;
}

.l-sidebar {
  position: relative;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .l-sidebar.__spcol2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .l-sidebar.__spcol2 .l-sidebar__widget {
    width: 47.5%;
  }
}

.l-sidebar__widget + .l-sidebar__widget {
  margin-top: 6rem;
}
.l-sidebar__widget_title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.3rem;
  border-bottom: 1px solid #4e3524;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-sidebar__widget_title {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
  }
}

.l-sidebar__category_list {
  margin: 3rem 0 0;
  padding: 0 2rem;
}
.l-sidebar__category_list li {
  display: block;
}
.l-sidebar__category_list li a {
  word-break: keep-all;
  padding: 0.3rem 1.5rem;
  border: 1px solid rgba(78, 53, 36, 0.1);
  border-radius: 5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-sidebar__category_list li a {
    padding: 0.3rem 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-sidebar__category_list li a:hover {
    border-color: #4e3524;
    color: #4e3524;
  }
}
.l-sidebar__category_list li + li {
  margin-top: 1rem;
}

.l-sidebar__navi_list {
  margin: 0;
}
.l-sidebar__navi_list li a {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-sidebar__navi_list li a {
    padding: 1rem 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_list li a:hover {
    color: #4e3524;
  }
  .l-sidebar__navi_list li a:hover::before {
    opacity: 1;
  }
}
.l-sidebar__navi_list li a::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: #4e3524;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 0.2rem);
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-sidebar__navi_list li a::before {
    width: 0.8rem;
    height: 0.8rem;
    top: calc(50% - 0.3rem);
  }
}
.l-sidebar__navi_list li a.current {
  color: #4e3524;
}
.l-sidebar__navi_list li a.current::before {
  opacity: 1;
}
.l-sidebar__navi_list ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
  display: none;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-sidebar__navi_list ul {
    display: block;
  }
}
.l-sidebar__navi_list ul li a {
  color: rgba(89, 87, 87, 0.6);
  font-size: 1.2rem;
  padding: 0.5rem 2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-sidebar__navi_list ul li a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_list ul li a:hover::before {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .l-sidebar__navi_list ul li a:hover {
    color: #4e3524;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .l-sidebar__navi_list.__sp_col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .l-sidebar__navi_list.__sp_col2 li {
    width: 50%;
  }
}

.l-sidebar__navi_more {
  position: relative;
  display: block;
  padding: 1.4rem 0 1.4rem 2rem;
  font-size: 1.1rem;
  cursor: pointer;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-sidebar__navi_more {
    padding: 2rem 0 2rem 3rem;
    font-size: 1.4rem;
  }
}
.l-sidebar__navi_more span::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: 0.3rem;
  border-left: 0.5px solid #4e3524;
  border-bottom: 0.5px solid #4e3524;
  transform: rotate(-45deg);
  margin-left: 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-sidebar__navi_more span::after {
    width: 0.8rem;
    height: 0.8rem;
    border-left: 1px solid #4e3524;
    border-bottom: 1px solid #4e3524;
  }
}

.l-sidebar__navi_morewrap.is_active .l-sidebar__navi_more span::after {
  border: none;
  border-right: 0.5px solid #4e3524;
  border-top: 0.5px solid #4e3524;
  vertical-align: -0.2em;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-sidebar__navi_morewrap.is_active .l-sidebar__navi_more span::after {
    border: none;
    border-right: 1px solid #4e3524;
    border-top: 1px solid #4e3524;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-sidebar__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
    left: 0;
  }
}

.l-tab__menu {
  display: flex;
  justify-content: center;
  margin: 0 -1% 4rem;
}
@media screen and (min-width: 769px) {
  .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: #4e3524;
}
@media screen and (min-width: 769px) {
  .l-tab__menu-item {
    padding: 0.5rem 1.2rem 0.6rem;
  }
}
.l-tab__menu-item.is_active {
  background: #4e3524;
  color: #fff;
}

.l-wysiwyg {
  /*記事本文*/
}
.l-wysiwyg.__single *:first-child {
  margin-top: 0;
}
.l-wysiwyg.__single *:last-child {
  margin-bottom: 0;
}
.l-wysiwyg * > * {
  margin-top: 4rem;
}
.l-wysiwyg * > .c-text__normalList {
  margin-top: 0.4rem;
}
.l-wysiwyg h1,
.l-wysiwyg h2 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1em;
  position: relative;
  margin: 6.5rem 0 3.5rem;
  line-height: 1.4;
  color: #4e3524;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg h1,
.l-wysiwyg h2 {
    font-size: 2.8rem;
  }
}
.l-wysiwyg h3 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.4rem;
  font-size: 1.8rem;
  line-height: normal;
  margin: 6.5rem 0 2.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg h3 {
    font-size: 2.4rem;
  }
}
.l-wysiwyg h3::before {
  content: "";
  display: block;
  background: #4e3524;
  margin-left: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.5rem;
}
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 5.5rem 0 3.5rem;
  color: #4e3524;
}
.l-wysiwyg h4.__black,
.l-wysiwyg h5.__black,
.l-wysiwyg h6.__black {
  color: #4e3524;
  margin-bottom: 1rem;
}
.l-wysiwyg p {
  line-height: 1.8;
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg p {
    font-size: 1.6rem;
  }
}
.l-wysiwyg ul,
.l-wysiwyg ol {
  margin: 3rem 0;
}
.l-wysiwyg ul li,
.l-wysiwyg ol li {
  line-height: normal;
  margin: 0;
}
.l-wysiwyg ul li + li,
.l-wysiwyg ol li + li {
  margin-top: 1rem;
}
.l-wysiwyg ul li {
  padding: 0 0 0 1.2em;
  position: relative;
  font-weight: 500;
  width: 100%;
}
.l-wysiwyg ul li::before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: #4e3524;
  border-radius: 100%;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg ul li::before {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.l-wysiwyg .c-text__normalList.__info li {
  margin: 0;
}
.l-wysiwyg ol {
  list-style-type: none;
}
.l-wysiwyg ol li {
  position: relative;
  padding-left: 1.2em;
  counter-increment: listCounter;
}
.l-wysiwyg ol li::before {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
  display: inline-block;
  counter-increment: number 1;
  content: counter(listCounter) ".";
  color: #4e3524;
  vertical-align: middle;
  transform: translateY(-0.1em);
  font-size: 1em;
  margin-right: 0.6em;
  font-weight: 700;
  min-width: 0.5em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0.2em;
  line-height: normal;
}
.l-wysiwyg a {
  color: #4e3524;
  line-height: 1.8;
  transition: color 0.3s ease;
  font-size: 1.3rem;
  display: inline-block;
  align-items: centter;
  border-bottom: 1px solid #4e3524;
  margin: 1rem 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg a {
    font-size: 1.6rem;
  }
}
.l-wysiwyg a::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_arrow_normal.svg) no-repeat center center/contain;
  vertical-align: middle;
  transform: translateY(-0.1em);
  margin-left: 0.5em;
  transition: 0.3s;
}
.l-wysiwyg a[target=_blank]::after {
  content: "";
  background: url(../img/common/icon_target_blank.svg) no-repeat center center/contain;
}
.l-wysiwyg a.__pdf::after {
  width: 2.3rem;
  background: url(../img/common/icon_pdf.svg) no-repeat center center/contain;
}
.l-wysiwyg img {
  max-width: 100% !important;
  width: auto;
  height: auto;
  border-radius: 2rem;
}
.l-wysiwyg figcaption {
  line-height: 1.8;
  margin-block: 0.5rem 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg figcaption {
    margin-block: 1.5rem 0;
  }
}
.l-wysiwyg blockquote {
  margin-top: -3.5rem;
}
.l-wysiwyg blockquote > * {
  font-size: 1.3rem;
  line-height: 1.84;
}
.l-wysiwyg strong {
  font-weight: bold;
}
.l-wysiwyg em {
  font-style: italic;
}
.l-wysiwyg .wp-block-spacer {
  height: 6rem !important;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg .wp-block-spacer {
    height: 10rem !important;
  }
}
.l-wysiwyg strong {
  font-weight: bold;
}
.l-wysiwyg .wp-block-table {
  border-radius: 0;
  overflow: hidden;
}
.l-wysiwyg table {
  width: calc(100% + 2px) !important;
  margin: 0;
  border-collapse: separate;
  border: none;
}
.l-wysiwyg table.small td,
.l-wysiwyg table.small th {
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg table.small td,
.l-wysiwyg table.small th {
    padding: 2rem 2rem;
  }
}
.l-wysiwyg table thead {
  border: none;
}
.l-wysiwyg table thead td,
.l-wysiwyg table thead th {
  background: #4e3524;
  color: #fff;
  border: none;
}
.l-wysiwyg table tr:first-child {
  /* th {
    border-radius: 0.5rem 0 0 0;

    @include g.mq(s) {
      border-radius: 1rem 0 0 0;
    }
  }

  td {
    border-radius: 0 0.5rem 0 0;

    @include g.mq(s) {
      border-radius: 0 1rem 0 0;
    }
  } */
}
.l-wysiwyg table tr:last-child {
  /* th {
    border-radius: 0 0 0 0.5rem;

    @include g.mq(s) {
      border-radius: 0 0 0 1rem;
    }
  }

  td {
    border-radius: 0 0 0.5rem 0;

    @include g.mq(s) {
      border-radius: 0 0 1rem 0;
    }
  } */
}
.l-wysiwyg table tr + tr {
  border-top: 0.5px solid rgba(78, 53, 36, 0.1);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg table tr + tr {
    border-top-width: 1px;
  }
}
.l-wysiwyg table td,
.l-wysiwyg table th {
  vertical-align: middle;
  padding: 0.5rem 1rem;
  min-width: 7rem;
  line-height: 1.35;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid rgba(78, 53, 36, 0.1);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg table td,
.l-wysiwyg table th {
    padding: 1.5rem 2rem;
    min-width: 21.2%;
  }
}
.l-wysiwyg table th {
  background: #f6efe8;
  font-weight: 700;
}
.l-wysiwyg table th + th {
  border-left: 0.5px solid rgba(78, 53, 36, 0.1);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg table th + th {
    border-left-width: 1px;
  }
}
.l-wysiwyg table td {
  background: #fff;
}
.l-wysiwyg table td + td {
  border-left: 0.5px solid rgba(78, 53, 36, 0.1);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg table td + td {
    border-left-width: 1px;
  }
}
.l-wysiwyg .wp-block-image {
  margin: 6rem auto 3rem;
}
.l-wysiwyg .wp-block-image *:first-child {
  margin-top: 0;
}
.l-wysiwyg .wp-block-image *:last-child {
  margin-bottom: 0;
}
.l-wysiwyg .wp-block-image img {
  width: auto;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 2rem;
}
.l-wysiwyg .wp-block-image.size-full {
  width: 100% !important;
}
.l-wysiwyg .wp-block-image .wp-element-caption {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg .wp-block-image .wp-element-caption {
    font-size: 1.4rem;
  }
}
.l-wysiwyg .wp-block-columns {
  margin: 6rem auto;
}
.l-wysiwyg .wp-block-columns *:first-child {
  margin-top: 0;
}
.l-wysiwyg .wp-block-columns *:last-child {
  margin-bottom: 0;
}
.l-wysiwyg .wp-block-paragraph {
  margin: 1rem 0;
}

html {
  margin: 0 !important;
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  body {
    padding-top: 0;
  }
}

.bg_main {
  background: #fafafa;
}

.bg_white {
  background: #fff;
}
.bg_white.__z-index {
  position: relative;
  z-index: 1;
}

.border_line {
  width: 100%;
  height: 1px;
  background: #4e3524;
}

.p-loading {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  animation: loadingHideAnimation 1s 1s ease both;
}
.p-loading svg {
  width: 70%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-loading svg {
    width: 23.7rem;
  }
}

body.loading_true .l-header {
  opacity: 0;
}
body.loading_true .l-header.is_animate {
  animation: loadingShowAnimation 1s ease both;
}
body.loading_true .p-mainv__contents {
  opacity: 0;
}
body.loading_true .p-mainv__contents.is_animate {
  animation: loadingShowAnimation 1s ease both;
}

@keyframes loadingHideAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes loadingShowAnimation {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__archive {
    display: flex;
    justify-content: flex-start;
    gap: 0 5.3271%;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__archive.__slide {
    width: calc(100% + 2.75rem + 2.75rem);
    margin-inline: -2.75rem;
    display: block;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__archive_item {
    width: 29.9065%;
  }
}
.p-news__archive_item a,
.p-news__archive_item .p-news__archive_item_inner {
  display: block;
  padding: 0 2.6rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-news__archive_item a,
.p-news__archive_item .p-news__archive_item_inner {
    padding: 0 2.75rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__archive_item a,
.p-news__archive_item .p-news__archive_item_inner {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__archive_item a.__slide,
.p-news__archive_item .p-news__archive_item_inner.__slide {
    padding: 0 2.75rem;
  }
}
.p-news__archive_item a:hover .p-news__archive_img img,
.p-news__archive_item .p-news__archive_item_inner:hover .p-news__archive_img img {
  opacity: 0.32;
}
.p-news__archive_item.__detail a {
  flex-wrap: wrap;
  gap: 1rem;
  padding-inline: 0;
}
.p-news__archive_item.__detail .p-news__archive_title {
  font-weight: 700;
}
.p-news__archive_item.__detail .p-news__archive_title,
.p-news__archive_item.__detail .p-news__archive_text {
  width: 100%;
  flex: auto;
}
.p-news__archive_item.__detail .p-news__archive_text {
  margin-top: -0.2em;
}
.p-news__archive_icon {
  width: 0.2rem;
  height: 0.2rem;
  background: #262626;
  border-radius: 100%;
}

.p-news__date,
.p-news__archive_date {
  min-width: 10rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
  color: rgba(78, 53, 36, 0.6);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__date,
.p-news__archive_date {
    font-size: 1.6rem;
  }
}

.p-news__date {
  color: #4e3524;
}

.p-news__archive_category {
  width: 8.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  line-height: 1;
  border-radius: 10rem;
  font-size: 1.2rem;
  background: #fff;
  transition: 0.2s;
  border: 1px solid rgba(78, 53, 36, 0.1);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__archive_category {
    min-width: 8.8rem;
  }
}
.p-news__archive_category span {
  display: inline-block;
  padding: 0.4rem 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #4e3524;
  line-height: 1;
  border-radius: 0.5rem;
  border: 0.5px solid rgba(78, 53, 36, 0.5);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__archive_category span {
    font-size: 1.2rem;
  }
}
.p-news__archive_category.__important {
  color: #a54343;
}

.p-news__archive_img {
  margin-bottom: 2rem;
}
.p-news__archive_img img {
  aspect-ratio: 32/26;
  object-fit: cover;
  transition: 0.3s;
}

.p-news__archive_title {
  width: 100%;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.44;
}

.p-news__archive_more {
  margin: 3.5rem 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1.7rem;
}
.p-news__archive_more .inner {
  display: inline-block;
  border-bottom: 1px solid #4e3524;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__archive_more .inner {
    padding-bottom: 0.9rem;
  }
}
.p-news__archive_more .icon {
  position: relative;
  width: 1.9rem;
  aspect-ratio: 1/1;
  margin-top: -0.28rem;
}
.p-news__archive_more .icon::before, .p-news__archive_more .icon::after {
  content: "";
  display: block;
  background: #4e3524;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-news__archive_more .icon::before {
  width: 100%;
  height: 1px;
}
.p-news__archive_more .icon::after {
  width: 1px;
  height: 100%;
}

.p-news__archive_text {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1.65;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__archive_text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-news__archive_arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.p-news__single {
  background: #fbf9f5 url("../img/common/bg_page_header.webp") no-repeat top center/100% auto;
}

.p-news__single_article {
  padding: 4rem 0 8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__single_article {
    padding: 10rem 12rem;
  }
}

.p-news__single_header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__single_header {
    gap: 2.5rem;
  }
}

.p-news__single_title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  position: relative;
  border-bottom: 1px solid #e2e1df;
  line-height: 1.75;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 1.5rem;
  margin: 2rem 0 4rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__single_title {
    font-size: 4.2rem;
    margin: 1.5rem 0 6.5rem;
    padding-bottom: 2.5rem;
  }
}
.p-news__single_title::before {
  content: "";
  display: block;
  width: calc(100% - 5rem);
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #4e3524;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__single_title::before {
    width: calc(100% - 10rem);
  }
}

.p-news__single_navi {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 6rem 0 10rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__single_navi {
    padding: 9rem 0 16rem;
  }
}
.p-news__single_navi .c-btn__bottom_line.__prev {
  position: absolute;
  left: 0;
}
.p-news__single_navi .c-btn__bottom_line.__next {
  position: absolute;
  right: 0;
}