@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.7vw;
  }
}
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #403821;
  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.5%;
  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: 2.2;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  *,
*::after,
*::before {
    line-height: 2.2;
  }
}
* *,
*::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 Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.jp-mincho {
  font-family: "Shippori Mincho";
  font-weight: 400;
}

.en {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

.en-sub {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
}
a.target_blank {
  color: #403821;
  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: #a57a43;
}

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

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: #ad7a37 !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;
  }
}
@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: #ad7a37;
  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: #ad7a37;
  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: 1.6s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.c-animation__slideIn.is_active {
  animation-name: slideInAnimation;
}
@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: #ad7a37;
  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: #403821;
}
.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 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #403821;
  border-bottom: 1px solid rgba(64, 56, 33, 0.1);
  position: relative;
  width: 18rem;
  padding: 1.5rem 0;
}
.c-btn a span {
  display: inline-block;
  line-height: 1;
  letter-spacing: 5%;
}
.c-btn a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  width: 11.1111%;
  height: 1px;
  transition: 0.3s;
  background: #649a74;
}
.c-btn a .arrow svg {
  width: 1rem;
}
.c-btn a .arrow svg line,
.c-btn a .arrow svg path {
  stroke: #403821;
  fill: none;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn a:not(:hover)::before {
    animation: 0.7s ease btnLineOut forwards;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn a:hover::before {
    animation: 0.6s ease btnLineHover forwards;
  }
  .c-btn a:hover .arrow svg line,
.c-btn a:hover .arrow svg path {
    stroke: #649a74 !important;
    fill: none;
    transition: 0.6s;
  }
}
.c-btn.__white a {
  color: #fff;
  border-color: #fff;
}
.c-btn.__white a .arrow svg line,
.c-btn.__white a .arrow svg path {
  stroke: #fff;
  fill: none;
}
.c-btn.__center a {
  margin: 0 auto;
}
.c-btn.__mt {
  margin-top: 4.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn.__mt {
    margin-top: 6.5rem;
  }
}

@keyframes btnLineOut {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  90% {
    left: auto;
    right: 0;
    width: 0%;
  }
  100% {
    left: 0;
    right: auto;
    width: 11.1111%;
  }
}
@keyframes btnLineHover {
  0% {
    left: 0;
    right: auto;
    width: 11.1111%;
  }
  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.c-btn__target_blank a {
  position: relative;
  padding: 1rem 0;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  border-bottom: 1px solid rgba(64, 56, 33, 0.1);
}
.c-btn__target_blank a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  bottom: -1px;
  z-index: 1;
  width: 0;
  height: 1px;
  transition: 0.6s;
  background: #ad7a37;
}
.c-btn__target_blank a .text {
  display: inline-block;
  line-height: 1;
}
.c-btn__target_blank a .arrow {
  transform: rotate(-45deg);
}
.c-btn__target_blank a .arrow svg line,
.c-btn__target_blank a .arrow svg path {
  stroke: #403821;
  fill: none;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__target_blank a:hover {
    color: #403821;
  }
  .c-btn__target_blank a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__round_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.c-btn__round_list.__xs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-btn__round_list.__col2 .c-btn__round {
  width: 48.7%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__round_list.__col2 .c-btn__round {
    width: 48.7%;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__round_list.__col3 .c-btn__round {
    width: 32.7%;
  }
}
@media screen and (max-width: 1024px) {
  .c-btn__round_list.__col3 .c-btn__round + .c-btn__round {
    margin-top: 2rem;
  }
}

.c-btn__round a {
  position: relative;
  border: 0.5px solid #ad7a37;
  background: rgba(173, 122, 55, 0.7);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  color: #fff;
  gap: 0.5rem;
  line-height: 1;
  width: 100%;
  min-width: 22.7rem;
  height: 4.7rem;
  border-radius: 10rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__round a {
    border-width: 1px;
  }
}
.c-btn__round a span {
  line-height: 1;
}
.c-btn__round a .en {
  transform: translateY(0.1em);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__round a:hover {
    background: #ad7a37;
  }
  .c-btn__round a:hover .icon {
    right: 1.8rem;
  }
}
.c-btn__round.__light a {
  color: #ad7a37;
  background: #f5f0e9;
  border: none;
  overflow: hidden;
}
.c-btn__round.__light a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(173, 122, 55, 0.15);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__round.__light a:hover::before {
    opacity: 1;
  }
}
.c-btn__round.__mt {
  margin-top: 4.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__round.__mt {
    margin-top: 6.5rem;
  }
}

.c-btn__simple a {
  display: inline-flex;
  gap: 0.2rem;
  align-items: center;
  color: #a57a43;
  line-height: normal;
}
.c-btn__simple.__small a {
  font-size: 1.1rem;
}

.c-btn__bottom_line {
  position: relative;
}
.c-btn__bottom_line a,
.c-btn__bottom_line button,
.c-btn__bottom_line .c-btn__item {
  position: relative;
  padding: 1rem 2.5rem 1rem 0.4rem;
  transition: 0.5s;
  border-bottom: 0.5px solid #dbcbb0;
  transition: background 0.6s, color cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  text-indent: inherit;
  line-height: 1.2;
  min-width: 13rem;
  background: url("../img/icon/arrow.svg") no-repeat right 0.5rem center/0.5rem auto;
  color: #92671b;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__bottom_line a,
.c-btn__bottom_line button,
.c-btn__bottom_line .c-btn__item {
    font-size: 1.4rem;
    padding: 1rem 3rem 1rem 0.4rem;
    min-width: 13rem;
    background-size: 0.5rem auto;
    border-width: 1px;
  }
}
.c-btn__bottom_line a *,
.c-btn__bottom_line button *,
.c-btn__bottom_line .c-btn__item * {
  line-height: inherit;
}
.c-btn__bottom_line a .c-btn__arrow svg path,
.c-btn__bottom_line button .c-btn__arrow svg path,
.c-btn__bottom_line .c-btn__item .c-btn__arrow svg path {
  transition: 0.5s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__bottom_line a:hover,
.c-btn__bottom_line button:hover,
.c-btn__bottom_line .c-btn__item:hover {
    background-position: right 0 center;
  }
  .c-btn__bottom_line a:hover .c-btn__arrow svg,
.c-btn__bottom_line button:hover .c-btn__arrow svg,
.c-btn__bottom_line .c-btn__item:hover .c-btn__arrow svg {
    transform: translateX(1rem);
  }
  .c-btn__bottom_line a:hover .c-btn__fill::before,
.c-btn__bottom_line button:hover .c-btn__fill::before,
.c-btn__bottom_line .c-btn__item:hover .c-btn__fill::before {
    transform: scaleY(1);
  }
  .c-btn__bottom_line a:hover .c-btn__text,
.c-btn__bottom_line button:hover .c-btn__text,
.c-btn__bottom_line .c-btn__item:hover .c-btn__text {
    transform: scaleX(1.05);
  }
  .c-btn__bottom_line a:hover .c-btn__text-copy,
.c-btn__bottom_line button:hover .c-btn__text-copy,
.c-btn__bottom_line .c-btn__item:hover .c-btn__text-copy {
    transform: translateY(0) rotateX(0);
  }
  .c-btn__bottom_line a:hover .c-btn__text-origin,
.c-btn__bottom_line button:hover .c-btn__text-origin,
.c-btn__bottom_line .c-btn__item:hover .c-btn__text-origin {
    transform: translateY(150%) rotateX(180deg);
  }
}
.c-btn__bottom_line .c-btn__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  transform: scaleX(1);
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  line-height: 1.2;
  font-weight: 700;
}
.c-btn__bottom_line .c-btn__text-copy {
  position: absolute;
  display: block;
  width: 100%;
  transform: translateY(-150%) rotateX(180deg);
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  line-height: 1.2;
  font-weight: 700;
}
.c-btn__bottom_line .c-btn__text-origin {
  position: relative;
  display: block;
  transform: translateY(0) rotateX(0);
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  line-height: 1.2;
  font-weight: 700;
}
.c-btn__bottom_line.__archive a,
.c-btn__bottom_line.__archive button,
.c-btn__bottom_line.__archive .c-btn__item, .c-btn__bottom_line.__prev a,
.c-btn__bottom_line.__prev button,
.c-btn__bottom_line.__prev .c-btn__item, .c-btn__bottom_line.__next a,
.c-btn__bottom_line.__next button,
.c-btn__bottom_line.__next .c-btn__item {
  min-width: 0;
}
.c-btn__bottom_line.__archive a,
.c-btn__bottom_line.__archive button,
.c-btn__bottom_line.__archive .c-btn__item, .c-btn__bottom_line.__prev a,
.c-btn__bottom_line.__prev button,
.c-btn__bottom_line.__prev .c-btn__item {
  padding: 1rem 0.4rem 1rem 2.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__bottom_line.__archive a,
.c-btn__bottom_line.__archive button,
.c-btn__bottom_line.__archive .c-btn__item, .c-btn__bottom_line.__prev a,
.c-btn__bottom_line.__prev button,
.c-btn__bottom_line.__prev .c-btn__item {
    padding: 1rem 0.4rem 1rem 3rem;
  }
}
.c-btn__bottom_line.__archive a,
.c-btn__bottom_line.__archive button,
.c-btn__bottom_line.__archive .c-btn__item {
  background: url("../img/icon/archive.svg") no-repeat left 0.5rem center/1.2rem auto;
}
.c-btn__bottom_line.__prev a,
.c-btn__bottom_line.__prev button,
.c-btn__bottom_line.__prev .c-btn__item {
  background: url("../img/icon/arrow_left.svg") no-repeat left 0.5rem center/0.5rem auto;
}
.c-btn__bottom_line.__important a,
.c-btn__bottom_line.__important button,
.c-btn__bottom_line.__important .c-btn__item {
  color: #a54343;
}
.c-btn__bottom_line.__border_none a,
.c-btn__bottom_line.__border_none button,
.c-btn__bottom_line.__border_none .c-btn__item {
  border: none;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .c-btn__bottom_line.__xs_right a,
.c-btn__bottom_line.__xs_right button,
.c-btn__bottom_line.__xs_right .c-btn__item {
    margin: 0 0 0 auto;
  }
}
.c-btn__bottom_line.__right a,
.c-btn__bottom_line.__right button,
.c-btn__bottom_line.__right .c-btn__item {
  margin: 0 0 0 auto;
}
.c-btn__bottom_line.__center a,
.c-btn__bottom_line.__center button,
.c-btn__bottom_line.__center .c-btn__item {
  justify-content: center;
  margin: 0 auto;
}
.c-btn__bottom_line.__wide a,
.c-btn__bottom_line.__wide button,
.c-btn__bottom_line.__wide .c-btn__item {
  width: 100%;
  max-width: 100%;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__bottom_line.__wide a,
.c-btn__bottom_line.__wide button,
.c-btn__bottom_line.__wide .c-btn__item {
    padding: 3rem 0;
    font-size: 1.6rem;
  }
}
.c-btn__bottom_line.__bottom a,
.c-btn__bottom_line.__bottom button,
.c-btn__bottom_line.__bottom .c-btn__item {
  background: url("../img/icon/arrow_bottom.svg") no-repeat right 0.5rem center/0.8rem auto;
}
.c-btn__bottom_line.__mt {
  margin-top: 3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__bottom_line.__mt {
    margin-top: 4rem;
  }
}
.c-btn__bottom_line.__current {
  opacity: 0.5;
  pointer-events: none;
}

.c-btn__bottom_line_list.__xs_col2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 0;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .c-btn__bottom_line_list .c-btn__bottom_line {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .c-btn__bottom_line_list .c-btn__bottom_line a,
.c-btn__bottom_line_list .c-btn__bottom_line button,
.c-btn__bottom_line_list .c-btn__bottom_line .c-btn__item {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__bottom_line_list .c-btn__bottom_line + .c-btn__bottom_line_list .c-btn__bottom_line {
    margin-top: 1.8rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__bottom_line_list.__mt {
    margin-top: -1rem;
  }
}

.c-btn__arrow a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.c-btn__arrow a .jp {
  display: none;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__arrow a .jp {
    display: inline-block;
  }
}
.c-btn__arrow a svg {
  width: 1.3rem;
}
.c-btn__arrow a svg line,
.c-btn__arrow a svg path {
  stroke: #403821;
  fill: none;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-btn__arrow a:hover {
    color: #403821;
  }
}
.c-btn__arrow.__prev, .c-btn__arrow.__next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-btn__arrow.__prev {
  left: 0;
}
.c-btn__arrow.__prev svg {
  transform: rotate(180deg);
}
.c-btn__arrow.__next {
  right: 0;
}

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

.c-color__default {
  color: #403821 !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(64, 56, 33, 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(173, 122, 55, 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(173, 122, 55, 0.4);
}
.c-form__input.__pd {
  border-bottom: 1px solid #403821;
  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 #cecece;
  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: #ad7a37;
}

.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 #ad7a37;
  border-bottom: 2px solid #ad7a37;
  transform: rotate(-42deg);
  transition: 0.3s;
  opacity: 0;
}

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

.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: #ad7a37;
}
.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: #ad7a37;
  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 #ad7a37;
  border-bottom: 2px solid #ad7a37;
  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: #403821;
  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: #403821;
}
.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 #ad7a37;
}
.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 #ad7a37;
  border-left: 0.2em solid #ad7a37;
  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 #ad7a37;
}
@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: #ad7a37;
}
.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: #403821;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-form__btn.__back a:hover,
.c-form__btn.__back button:hover {
    background: #fff;
    color: #403821;
  }
}
.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: #403821;
  text-align: center;
  border-radius: 10rem;
  border: 1px solid #403821;
  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: #403821;
    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: #ad7a37;
  border-bottom: 0.5px solid #ad7a37;
}

.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: #403821;
  }
  .c-hover__lineWrap:hover .c-hover__line.__green::before {
    background-color: #a57a43;
  }
}

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

.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: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  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: #403821;
  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: #ad7a37;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-navi__item a.is_active {
    color: #ad7a37;
    border-color: #ad7a37;
  }
}
.c-navi__item:first-child {
  margin-left: 0;
}
.c-navi__item:last-child {
  margin-right: 0;
}

.c-table__wrap {
  margin: 3rem 0;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .c-table__wrap {
    overflow-x: scroll;
    width: 100vw;
    margin: 3rem -5rem;
    padding: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-table__wrap {
    margin: 3rem -2.5rem;
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .c-table__wrap table {
    min-width: 60rem;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table dl,
.l-wysiwyg .c-table dl {
    display: flex;
    justify-content: space-between;
  }
}
.c-table dl dt,
.l-wysiwyg .c-table dl dt {
  background: #f6efe8;
  line-height: 1.75;
  text-align: center;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table dl dt,
.l-wysiwyg .c-table dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-width: 21.2%;
  }
}
.c-table dl dt + dt,
.l-wysiwyg .c-table dl dt + dt {
  border-left: 0.5px solid rgba(64, 56, 33, 0.1);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table dl dt + dt,
.l-wysiwyg .c-table dl dt + dt {
    border-left-width: 1px;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table dl dt.__middle,
.l-wysiwyg .c-table dl dt.__middle {
    min-width: 23.1%;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table dl dt.__wide,
.l-wysiwyg .c-table dl dt.__wide {
    min-width: 25.5%;
  }
}
.c-table dl dd,
.l-wysiwyg .c-table dl dd {
  padding: 2rem 2rem;
  line-height: 1.75;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #fff;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table dl dd,
.l-wysiwyg .c-table dl dd {
    flex: 1;
    padding: 2rem 3rem;
    min-height: 9rem;
  }
}
.c-table dl dd *,
.l-wysiwyg .c-table dl dd * {
  line-height: inherit;
}
.c-table dl dd b,
.l-wysiwyg .c-table dl dd b {
  width: 100%;
}
.c-table dl dd + dd,
.l-wysiwyg .c-table dl dd + dd {
  border-left: 0.5px solid rgba(64, 56, 33, 0.1);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table dl dd + dd,
.l-wysiwyg .c-table dl dd + dd {
    border-left-width: 1px;
  }
}
.c-table dl + dl,
.l-wysiwyg .c-table dl + dl {
  border-top: 0.5px solid rgba(64, 56, 33, 0.1);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table dl + dl,
.l-wysiwyg .c-table dl + dl {
    border-top-width: 1px;
  }
}
.c-table dl.__header dt,
.l-wysiwyg .c-table dl.__header dt {
  width: auto !important;
  padding: 2rem 2rem !important;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table dl.__header dt,
.l-wysiwyg .c-table dl.__header dt {
    flex: 1;
    padding: 2rem 3rem !important;
  }
}
.c-table dl.__header dt:first-child,
.l-wysiwyg .c-table dl.__header dt:first-child {
  width: 21.2% !important;
  padding: 0 2rem !important;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table dl.__header dt:first-child,
.l-wysiwyg .c-table dl.__header dt:first-child {
    flex: 0;
    padding: 0 3rem !important;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .c-table dl.__header dt:last-child,
.l-wysiwyg .c-table dl.__header dt:last-child {
    flex: 1;
  }
}
.c-table dl.__table_fixed dt,
.c-table dl.__table_fixed dd,
.l-wysiwyg .c-table dl.__table_fixed dt,
.l-wysiwyg .c-table dl.__table_fixed dd {
  flex: 1 !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 2rem 2rem !important;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table dl.__table_fixed dt,
.c-table dl.__table_fixed dd,
.l-wysiwyg .c-table dl.__table_fixed dt,
.l-wysiwyg .c-table dl.__table_fixed dd {
    padding: 2rem 3rem !important;
  }
}
.c-table.__mtb,
.l-wysiwyg .c-table.__mtb {
  margin: 3rem 0;
}
.c-table.__scroll,
.l-wysiwyg .c-table.__scroll {
  overflow-x: scroll;
}
.c-table.__scroll dl,
.l-wysiwyg .c-table.__scroll dl {
  display: flex;
  justify-content: space-between;
  min-width: 60rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table.__scroll dl,
.l-wysiwyg .c-table.__scroll dl {
    min-width: 0;
  }
}
.c-table.__scroll dl dt,
.l-wysiwyg .c-table.__scroll dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  width: 21.2%;
}
.c-table.__scroll dl dd,
.l-wysiwyg .c-table.__scroll dl dd {
  flex: 1;
  min-height: 5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table.__scroll dl dd,
.l-wysiwyg .c-table.__scroll dl dd {
    min-height: 9rem;
  }
}
.c-table.__wide dl dt,
.l-wysiwyg .c-table.__wide dl dt {
  padding-block: 1.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table.__wide dl dt,
.l-wysiwyg .c-table.__wide dl dt {
    padding-block: 4rem;
  }
}
.c-table.__lightblue dl dt,
.l-wysiwyg .c-table.__lightblue dl dt {
  background: #ecf0f3;
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__line dl {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    gap: 2rem;
  }
}
.c-table__line dl dt {
  position: relative;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__line dl dt {
    min-width: 24.6rem;
  }
}
.c-table__line dl dt b {
  position: relative;
  z-index: 1;
  font-weight: 700;
  padding-right: 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__line dl dt b {
    background: #fff;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__line dl dt::before {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    border-top: 1px dashed #403821;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    z-index: 0;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__line dl dd {
    flex: 1;
  }
}
.c-table__line dl dd a {
  color: #a57a43;
}
.c-table__line.__short dl dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  padding-right: 3rem;
}

.c-table__consultation table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__consultation table {
    font-size: 1.4rem;
  }
}
.c-table__consultation table th {
  font-size: 1.3rem;
  padding: 1.8rem 0;
  line-height: 1.4;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__consultation table th {
    font-size: 1.4rem;
    padding: 2.6rem 0;
  }
}
.c-table__consultation table th small {
  display: block;
  line-height: inherit;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__consultation table th small {
    font-size: 1.4rem;
  }
}
.c-table__consultation table th:first-child {
  width: 27%;
  padding-right: 0.2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__consultation table th:first-child {
    width: 26%;
    padding-inline: 3rem;
  }
}
.c-table__consultation table td {
  text-align: center;
  line-height: 1;
}
.c-table__consultation thead tr {
  border-bottom: 1px solid #e9d8be;
}
.c-table__consultation thead th {
  vertical-align: middle;
  font-weight: 400;
  text-align: center;
}
.c-table__consultation thead th.__hour {
  text-align: left;
}
.c-table__consultation tbody tr {
  border-bottom: 1px solid #e9d8be;
}
.c-table__consultation tbody th,
.c-table__consultation tbody td {
  vertical-align: middle;
  font-weight: 400;
  padding: 1.8rem 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__consultation tbody th,
.c-table__consultation tbody td {
    padding: 2.6rem 0;
  }
}
.c-table__consultation tbody .__hour {
  text-align: left;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .c-table__consultation tbody .__hour {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .c-table__consultation tbody .__hour small {
    font-size: 1.1rem;
  }
}
.c-table__consultation .__day {
  position: relative;
}
.c-table__consultation .__day .__info {
  font-size: 0.8rem;
  position: absolute;
  left: calc(47% + 1em);
  top: calc(50% - 1.2em);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__consultation .__day .__info {
    font-size: 1rem;
    font-size: 1rem;
    left: calc(47% + 1em);
    top: calc(50% - 1.5em);
  }
}
.c-table__consultation .__day small {
  font-size: 1.1rem;
  transform: translateY(-0.8em);
  display: inline-block;
  margin-right: -1.5rem;
  color: #a6a6a6;
  line-height: inherit;
}
.c-table__consultation .active {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  border: 1px solid #ad7a37;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__consultation .active {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.c-table__consultation .inactive {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #a6a6a6;
}
.c-table__consultation .inactive::before {
  content: "";
  width: 1.1rem;
  height: 1px;
  background: #ad7a37;
  display: block;
}
.c-table__consultation .other {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  font-size: 1.2rem;
  gap: 0.4rem;
}
.c-table__consultation .other svg {
  width: 1.6rem;
  display: inline-block;
  margin: 0 auto 0.4rem;
}
.c-table__consultation.__home thead tr,
.c-table__consultation.__home tbody tr {
  border-color: rgba(64, 56, 33, 0.1);
}
.c-table__consultation.__home .active {
  border-color: #403821;
}
.c-table__consultation.__home .inactive::before {
  background: #403821;
}

.c-table__consultation_title {
  background: rgba(173, 122, 55, 0.3);
  margin-bottom: 0.8rem;
  color: #2a90de;
  padding: 0.5rem 1.6rem 0.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__consultation_title {
    padding: 0.8rem 1.6rem 0.7rem;
    margin-bottom: 1.2rem;
  }
}
.c-table__consultation_title.__yellow {
  background: rgba(255, 219, 76, 0.15);
  color: #daae00;
}

.c-table__consultation_info {
  margin-top: 1.2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__consultation_info {
    margin-top: 1.4rem;
  }
}
.c-table__consultation_info p {
  font-size: 1.04rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__consultation_info p {
    font-size: 1.3rem;
    text-align: right;
    line-height: normal;
  }
}

.c-table__simple {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid rgba(64, 56, 33, 0.1);
}
.c-table__simple dl {
  border-top: 1px solid rgba(64, 56, 33, 0.1);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__simple dl {
    display: flex;
    justify-content: flex-start;
  }
}
.c-table__simple dl dt,
.c-table__simple dl dd {
  padding: 2rem 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__simple dl dt,
.c-table__simple dl dd {
    padding: 2.4rem 3.2rem;
  }
}
.c-table__simple dl dt {
  background: rgba(173, 122, 55, 0.3);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(64, 56, 33, 0.1);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-table__simple dl dt {
    width: 24.4%;
    border-bottom: none;
    border-right: 1px solid rgba(64, 56, 33, 0.1);
  }
}
.c-table__simple dl dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}

.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(64, 56, 33, 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: #ad7a37;
  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: #ad7a37;
  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 #ad7a37;
  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: #ad7a37;
  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: #403821;
}
.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: #a57a43;
}
.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(64, 56, 33, 0.1);
}

.c-text__point_item {
  border-bottom: 1px solid rgba(64, 56, 33, 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 {
  position: relative;
  color: #ad7a37;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__main {
    margin-bottom: 5rem;
  }
}
.c-title__main .jp {
  display: block;
  position: relative;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__main .jp {
    font-size: 1.6rem;
  }
}
.c-title__main .jp::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0 0.2rem;
  background: #649a74;
  position: absolute;
  left: -0.8rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__main .jp::before {
    left: -1.2rem;
  }
}
.c-title__main .en {
  display: block;
  font-size: 3.6rem;
  line-height: 1;
  margin-top: 1.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__main .en {
    font-size: 4.6rem;
    margin-top: 1.7rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__main.__mb_middle {
    margin-bottom: 6rem;
  }
}
.c-title__main.__mb_none {
  margin-bottom: 0;
}

.c-title__underline {
  color: #ad7a37;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(64, 56, 33, 0.2);
  position: relative;
  margin-bottom: 6rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__underline {
    padding-bottom: 0.8rem;
    margin-bottom: 8rem;
    font-size: 2.4rem;
  }
}
.c-title__underline::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #ad7a37;
  display: block;
  width: 4.5rem;
  height: 1px;
  z-index: 1;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__underline::before {
    height: 1.5px;
  }
}

.c-title__line {
  margin-bottom: 3rem;
  color: #ad7a37;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__line {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}
.c-title__line::after {
  content: "";
  display: block;
  width: 6rem;
  height: 1px;
  background: #ad7a37;
  opacity: 0.7;
  margin-bottom: -0.1em;
}

.c-title__middle {
  color: #ad7a37;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__middle {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.c-title__middle.__mt {
  margin-top: 8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__middle.__mt {
    margin-top: 12rem;
  }
}

.c-title__small {
  color: #ad7a37;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__small {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.c-title__center {
  color: #ad7a37;
  text-align: center;
  margin-bottom: 2.8rem;
}
.c-title__center span {
  display: inline-block;
  border-bottom: 1px solid #ad7a37;
  padding: 1.5rem 0.7rem;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .c-title__center span {
    padding: 1.8rem 1rem;
    font-size: 2.4rem;
  }
}

.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-end;
  align-items: center;
}
.l-breadcrumb__list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-breadcrumb__list li {
    font-size: 1.1rem;
  }
}
.l-breadcrumb__list li + li::before {
  content: "";
  display: block;
  height: 0.5px;
  width: 1rem;
  background: #403821;
  margin: 0 1rem;
  border-radius: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-breadcrumb__list li + li::before {
    height: 0.06rem;
    margin: 0 1rem;
  }
}
.l-breadcrumb__list li span {
  opacity: 0.6;
}
.l-breadcrumb__list li a {
  padding: 1rem 0;
  display: block;
  line-height: 1;
  color: #403821;
}
.l-breadcrumb__list li a span {
  display: block;
  line-height: 1;
  opacity: 1;
}

.l-container {
  z-index: 1;
  padding: 0 2rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-container {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-container {
    max-width: 144rem;
    padding: 0 18rem;
    margin: 0 auto;
  }
}
.l-container.__s {
  padding: 0 2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-container.__s {
    max-width: 144rem;
    padding: 0 30rem;
  }
}
@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;
  padding: 6rem 0 3rem;
  background: #403821 url("../img/common/bg_03.webp") repeat top center/auto;
  color: #fff;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer {
    padding: 6.7rem 0 4.8rem;
  }
}
.l-footer a {
  color: #fff !important;
}

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

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

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__detail {
    width: 50%;
  }
}

.l-footer__logo span {
  display: block;
  overflow: hidden;
  text-indent: 300%;
  white-space: nowrap;
  height: 0;
}
.l-footer__logo svg {
  width: 24.7rem;
}
.l-footer__logo svg path {
  fill: #fff;
}

.l-footer__detail_text {
  margin: 3rem 0 2.5rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

.l-footer__detail_btn a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5rem;
  height: 6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__detail_btn a {
    width: 20rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__detail_btn a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.l-footer__detail_btn a .jp {
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__detail_btn a .jp {
    font-size: 1.2rem;
  }
}
.l-footer__detail_btn a .en {
  font-size: 1.6rem;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.2;
  transform: translateY(0.1em);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__detail_btn a .en {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__navi {
    width: 40.9091%;
  }
}
.l-footer__navi .pc {
  width: 100%;
}
.l-footer__navi .pc .c-navi {
  display: flex;
  justify-content: flex-start;
  gap: 8rem;
}
.l-footer__navi .pc .c-navi__list {
  width: 29.6296%;
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  align-content: baseline;
  transform: translateY(-1rem);
}
.l-footer__navi .pc .c-navi__item {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__navi .pc .c-navi__item + li {
    margin-top: 0.5rem;
  }
}
.l-footer__navi .pc a {
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1rem 0;
}
.l-footer__navi .pc a .icon {
  display: none;
}
.l-footer__navi .pc a span {
  line-height: 1;
}
.l-footer__navi .pc a .c-animation__textLine::before {
  background: #fff;
}
.l-footer__navi .pc .c-navi__item_child_list {
  margin-top: 0.5rem;
}
.l-footer__navi .pc .c-navi__item_child_list a {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 1.3rem;
  padding: 0.9rem 0;
  line-height: 1;
  display: block;
}
.l-footer__navi .tb_xs .c-navi__list {
  display: block;
  padding: 3rem 0 0;
}
.l-footer__navi .tb_xs a,
.l-footer__navi .tb_xs .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.75rem 0;
  line-height: 1;
  font-size: 2rem;
  text-transform: uppercase;
}
.l-footer__navi .tb_xs a .icon,
.l-footer__navi .tb_xs .btn .icon {
  display: none;
}
.l-footer__navi .tb_xs a span,
.l-footer__navi .tb_xs .btn span {
  line-height: 1;
}
.l-footer__navi .tb_xs a.__target_blank,
.l-footer__navi .tb_xs .btn.__target_blank {
  justify-content: flex-start;
}
.l-footer__navi .tb_xs .c-navi__item_child {
  display: flex;
  justify-content: space-between;
  padding-top: 1.9rem;
  gap: 3.3rem;
}
.l-footer__navi .tb_xs .c-navi__item_child_list {
  width: 50%;
  position: relative;
  padding-left: 1.1rem;
}
.l-footer__navi .tb_xs .c-navi__item_child_list::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  display: block;
  width: 1px;
  height: calc(100% - 2rem);
  background: rgba(255, 255, 255, 0.3);
}
.l-footer__navi .tb_xs .c-navi__item_child_list li + li {
  margin-top: 0.5rem;
}
.l-footer__navi .tb_xs .c-navi__item_child_list a {
  padding: 1rem 0;
  display: block;
  line-height: 1;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.75) !important;
}

.l-footer__bottom {
  position: relative;
  margin-top: 8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2.8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__bottom {
    padding-top: 2.8rem;
    margin-top: 10rem;
  }
}

.l-footer__bottom_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__bottom_inner {
    align-items: center;
  }
}

.l-footer__copyright {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 300;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-footer__copyright {
    font-size: 1.2rem;
  }
}

.l-footer__totop {
  font-size: 1.2rem;
  margin-top: -1rem;
}
.l-footer__totop a {
  text-transform: uppercase;
  display: inline-flex;
  align-items: baseline;
  gap: 0.8rem;
  padding: 1rem 0;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .l-footer__totop a {
    transform: translateY(-0.5em);
  }
}
.l-footer__totop svg {
  transform: rotate(-90deg);
  width: 1.6rem;
}
.l-footer__totop svg path {
  fill: none;
  stroke: #649a74;
}
.l-footer__totop svg line {
  stroke: #649a74;
}

.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: #ad7a37;
  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: #ffdb4c;
  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: #403821;
}

.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: #ad7a37;
  border-bottom: 1px solid #ad7a37;
}
@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: #ad7a37;
}
@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 #403821;
}
@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 #403821;
  }
}

.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.__header_white .l-header__logo path {
  fill: #fff;
}
body.__header_white .l-header__navi_list .c-navi__item.__btn {
  background: rgba(255, 255, 255, 0.1);
}
body.__header_white .l-header__navi_list .c-navi__item.__btn a::before {
  background: rgba(255, 255, 255, 0.35);
}
body.__header_white .l-header__navi_list .c-navi__item a {
  color: #fff;
}
body.__header_white .l-header__navi_list .c-navi__item a .icon svg line {
  stroke: #fff;
}
body.__header_white .l-header__navi_list .c-navi__item a .c-animation__textLine::before {
  background: #fff;
}
body.__header_white .l-header__navi_list .c-navi__item_child {
  background: rgba(255, 255, 255, 0.2);
}
body.__header_white .l-header__navi_list .c-navi__item .c-navi__item_child .c-navi__item_child_list a {
  color: #fff !important;
}
body.__header_white .l-header__menuIconOpen .l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  background: #fff;
}

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

.l-header {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 120;
  transition: 0.6s;
  transform: translateY(0);
  height: 7.5rem;
}
@media screen and (min-width: 1081px) {
  .l-header {
    height: auto;
    top: 3.5rem;
    height: auto;
  }
}
.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: 0;
  right: 0;
  z-index: 120;
  width: 8rem;
  height: 6rem;
  padding: 0;
}
@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__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: 4rem !important;
}
.l-header__menuIconClose .l-header__menuIcon-iconLine:first-child {
  transition-delay: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto !important;
  transform: rotate(10deg);
}
.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(-10deg);
}
@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: #403821;
}

.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: 2.5rem 2rem 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  width: 4rem;
  height: 0.1rem;
  background: #ad7a37;
  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;
}
.l-header__menuIcon-icon .l-header__menuIcon-iconLine:first-child {
  margin-top: -0.2rem;
}

.l-header__logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  transition: 0.4s ease;
  transform-origin: center left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 1081px) {
  .l-header__logo {
    left: 6rem;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.l-header__logo a {
  display: block;
  width: 18rem;
}
@media screen and (min-width: 1081px) {
  .l-header__logo a {
    width: 21.2rem;
  }
}
.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_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 0.8rem 0 2.5rem;
    border-radius: 10rem;
  }
}
.l-header__navi_list .c-navi__list {
  gap: 0;
}
.l-header__navi_list .c-navi__item {
  position: relative;
  height: 100%;
  margin: 0;
}
.l-header__navi_list .c-navi__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.7rem 1.5rem;
  gap: 0.8rem;
  color: #ad7a37;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.l-header__navi_list .c-navi__item a span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  line-height: 1;
}
.l-header__navi_list .c-navi__item a.__disable {
  pointer-events: none;
}
.l-header__navi_list .c-navi__item a .icon svg {
  width: 0.7rem;
  margin-top: -0.17em;
}
.l-header__navi_list .c-navi__item a .icon svg g {
  transition: 0.3s;
}
.l-header__navi_list .c-navi__item a .icon.__bottom svg {
  transform: rotate(90deg);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item a:hover {
    color: #ad7a37;
  }
  .l-header__navi_list .c-navi__item a:hover svg g {
    fill: #ad7a37;
  }
}
.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: #ad7a37;
}
.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;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #f7f2eb;
  color: #ad7a37;
  width: 14rem;
  border-radius: 10rem;
  text-align: center;
  height: 3.1rem;
  position: absolute;
  right: 6rem;
  top: 0;
  cursor: pointer;
}
.l-header__navi_list .c-navi__item.__btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(173, 122, 55, 0.15);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-header__navi_list .c-navi__item.__btn a:hover::before {
    opacity: 1;
  }
}
.l-header__navi_list .c-navi__item.__btn .jp {
  font-size: 1.2rem;
  line-height: 1;
}
.l-header__navi_list .c-navi__item.__btn .en {
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: -0.1em;
}
.l-header__navi_list .c-navi__item.__btn .btn_inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.header_menu_active .l-header.__global {
  border-color: transparent;
}
.header_menu_active .l-header__menuIcon::before {
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
.header_menu_active .l-header__homeIcon {
  background: #fff;
}
.header_menu_active .l-header__menuIconOpen {
  opacity: 0 !important;
  pointer-events: none;
}
.header_menu_active .l-header__menuIconClose {
  opacity: 1;
  pointer-events: auto;
}
.header_menu_active .l-header__mainMenu {
  opacity: 1;
}
#popup_headerMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/common/bg_01.webp") repeat top center/auto;
}
#popup_headerMenu .l-header__menuIcon-icon .l-header__menuIcon-iconLine {
  background: #403821 !important;
}

.l-header__mainMenuContent {
  height: 100%;
}

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

.l-header__mainMenuContent-menu {
  margin-top: 9rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-header__mainMenuContent-menu {
    margin-top: 14.6rem;
  }
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item {
  padding: 0;
  width: 100%;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item.is_active .open::after {
  opacity: 0;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item.__icon_none {
  padding-bottom: 1.5rem;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item.__icon_none a.__disable {
  background: none;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item a,
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.75rem 0;
  line-height: 1;
  color: #ad7a37;
  font-size: 2rem;
  text-transform: uppercase;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item a .icon,
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .btn .icon {
  display: none;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item a.__target_blank,
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .btn.__target_blank {
  justify-content: flex-start;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item a .c-animation__textLine,
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .btn .c-animation__textLine {
  line-height: 1;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .c-navi__item_child {
  display: flex;
  justify-content: space-between;
  padding-top: 1.9rem;
  gap: 3.3rem;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .c-navi__item_child_list {
  width: 50%;
  position: relative;
  padding-left: 1.1rem;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .c-navi__item_child_list::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  display: block;
  width: 1px;
  height: calc(100% - 2rem);
  background: rgba(173, 122, 55, 0.3);
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .c-navi__item_child_list li + li {
  margin-top: 0.5rem;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .c-navi__item_child_list a {
  padding: 1rem 0;
  display: block;
  line-height: 1;
  font-size: 1.5rem;
  color: rgba(173, 122, 55, 0.75);
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item .icon {
  display: none;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item_child {
  position: relative;
  z-index: 1;
  margin-top: -1rem;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item_child a {
  height: auto;
  padding: 1.5rem 0;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item_child a .text {
  line-height: 1;
}
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item_child a figure,
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item_child a small,
.l-header__mainMenuContent-menu .c-navi__list .c-navi__item_child a .icon {
  display: none;
}

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

.l-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: #ad7a37;
}
.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: #ad7a37;
  font-size: 1.8rem;
}
.l-header__tel span {
  display: inline-block;
  border-bottom: 0.5px solid #ad7a37;
  line-height: 1.2;
}

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

.l-header__copyright {
  color: #ad7a37;
  font-size: 1.2rem;
  line-height: 1;
}

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

.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: 8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-page__colmun_sidebar {
    width: 23.1%;
    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;
  padding: 12.5rem 0 0;
  overflow: clip;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pageheader {
    padding: 20.7rem 0 0;
  }
}
.l-pageheader.__short .l-pageheader__title {
  text-align: left;
  margin-bottom: 5.8rem;
}
.l-pageheader.__short .l-pageheader__title .en {
  font-size: 3.6rem;
  margin: 0 0 1.2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pageheader.__short .l-pageheader__title .en {
    font-size: 6.6rem;
    margin-bottom: 2.4rem;
  }
}
.l-pageheader.__short .l-pageheader__title .jp {
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pageheader.__short .l-pageheader__title .jp {
    font-size: 2.2rem;
  }
}
.l-pageheader.__post .l-pageheader__title {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pageheader.__post .l-pageheader__title {
    margin-bottom: 4.5rem;
  }
}
.l-pageheader.__post .l-pageheader__title .en {
  display: none;
}
.l-pageheader.__post .l-pageheader__title .jp {
  line-height: 1.5;
  font-size: 2.6rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pageheader.__post .l-pageheader__title .jp {
    font-size: 4rem;
  }
}

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

.l-pageheader__title {
  text-align: center;
  color: #ad7a37;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pageheader__title {
    margin-bottom: 4.5rem;
  }
}
.l-pageheader__title .en {
  display: block;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.88;
  /* 75.68px */
  font-size: -0.02em;
  text-transform: uppercase;
  margin: 0 -2rem 1.2rem;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .l-pageheader__title .en.__small {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pageheader__title .en {
    font-size: 8.6rem;
    margin-bottom: 2.4rem;
  }
}
.l-pageheader__title .jp {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pageheader__title .jp {
    font-size: 1.6rem;
    letter-spacing: 0.3em;
  }
}

.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: 8rem auto 0;
  }
}
.l-pager .page_numbers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pager .page_numbers {
    height: 5.2rem;
  }
}
.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: 3.2rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10rem;
  font-weight: 400;
  color: #a57a43;
  border: 0.5px solid transparent;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number .page-numbers {
    width: 4.2rem;
    height: 5.6rem;
    border-width: 1px;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pager .page_numbers .link_number .page-numbers:hover {
    border-color: rgba(165, 122, 67, 0.7);
  }
}
.l-pager .page_numbers .link_number .page-numbers.current {
  border-color: rgba(165, 122, 67, 0.7);
}
.l-pager .page_numbers .link_number .page-numbers.dots {
  color: #a57a43;
  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: 4rem;
  border-radius: 10rem;
  top: -0.7rem;
  border: none;
  background: url("../img/icon/arrow.svg") no-repeat center center/0.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.6rem;
  }
}
.l-pager .page_numbers .page-numbers.prev svg, .l-pager .page_numbers .page-numbers.next svg {
  width: 0.5rem;
  transition: 0.3s;
}
.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;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pager .page_numbers .page-numbers.prev:hover {
    transform: rotate(180deg) translateX(0.5rem);
  }
}
.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;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-pager .page_numbers .page-numbers.next:hover {
    transform: translateX(0.5rem);
  }
}

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 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4rem 2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-popup__inner {
    padding: 5rem;
  }
}

.l-popup__content {
  width: 64rem;
  max-width: calc(100% - 5rem);
  max-height: 70%;
  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;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-popup__content {
    max-height: 80%;
    padding: 1rem;
  }
}

.l-popup__content_inner {
  background: #fff;
  padding: 1.25rem 1.25rem 2.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-popup__content_inner {
    padding: 2rem 5rem 4rem;
  }
}

.l-popup__close {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: -5rem;
  right: -1.4rem;
  cursor: pointer;
  border-radius: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-popup__close {
    border: 1px solid #92671b;
    background: #fff;
    top: -2rem;
    right: -2rem;
  }
}
.l-popup__close::before, .l-popup__close::after {
  content: "";
  width: 2.6rem;
  height: 1px;
  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 {
    background: #92671b;
  }
}
.l-popup__close::before {
  transform: rotate(-40deg);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-popup__close::before {
    transform: rotate(-35deg);
  }
}
.l-popup__close::after {
  transform: rotate(40deg);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-popup__close::after {
    transform: rotate(35deg);
  }
}

.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: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.3rem;
  border-bottom: 1px solid #403821;
  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(64, 56, 33, 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: #ad7a37;
    color: #ad7a37;
  }
}
.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: #ad7a37;
  }
  .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: #ad7a37;
  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: #ad7a37;
}
.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: #a6a6a6;
  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: #ad7a37;
  }
}
@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 #403821;
  border-bottom: 0.5px solid #403821;
  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 #403821;
    border-bottom: 1px solid #403821;
  }
}

.l-sidebar__navi_morewrap.is_active .l-sidebar__navi_more span::after {
  border: none;
  border-right: 0.5px solid #403821;
  border-top: 0.5px solid #403821;
  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 #403821;
    border-top: 1px solid #403821;
  }
}

@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: #ad7a37;
}
@media screen and (min-width: 769px) {
  .l-tab__menu-item {
    padding: 0.5rem 1.2rem 0.6rem;
  }
}
.l-tab__menu-item.is_active {
  background: #ad7a37;
  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-size: 2rem;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 400;
  margin: 5.5rem 0 3.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.5;
  border-bottom: 1px solid rgba(64, 56, 33, 0.2);
  color: #ad7a37;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg h1,
.l-wysiwyg h2 {
    font-size: 2.8rem;
    border-bottom-width: 1px;
    padding-bottom: 1rem;
  }
}
.l-wysiwyg h1::before,
.l-wysiwyg h2::before {
  content: "";
  display: block;
  width: 4.5rem;
  height: 1.5px;
  background: #ad7a37;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.l-wysiwyg h3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: normal;
  margin: 5.5rem 0 3.5rem;
  padding-left: 0.8em;
  color: #ad7a37;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg h3 {
    font-size: 2.2rem;
  }
}
.l-wysiwyg h3::before {
  content: "";
  display: block;
  width: 1.5px;
  height: 90%;
  background: #ad7a37;
  position: absolute;
  top: 7%;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto 0;
}
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 5.5rem 0 3.5rem;
  color: #ad7a37;
}
.l-wysiwyg h4.__black,
.l-wysiwyg h5.__black,
.l-wysiwyg h6.__black {
  color: #403821;
  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: 2rem 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.5rem;
  position: relative;
  font-weight: 500;
  width: 100%;
}
.l-wysiwyg ul li::before {
  content: "";
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  background: #ad7a37;
  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.5rem;
  counter-increment: listCounter;
}
.l-wysiwyg ol li::before {
  display: inline-block;
  counter-increment: number 1;
  content: counter(listCounter) ".";
  color: #ad7a37;
  vertical-align: middle;
  transform: translateY(-0.1em);
  font-size: 1em;
  margin-right: 0.6em;
  font-weight: 400;
  min-width: 0.5em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0.1em;
  line-height: normal;
}
.l-wysiwyg a {
  color: #a57a43;
  line-height: 1.8;
  transition: color 0.3s ease;
  font-size: 1.3rem;
  display: inline-block;
  align-items: centter;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg a:hover::after {
    transform: translate(0.5rem, -0.1em);
  }
}
.l-wysiwyg a::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  aspect-ratio: 1/1;
  background: url(../img/icon/arrow.svg) no-repeat center center/0.5rem auto;
  vertical-align: middle;
  transform: translateY(-0.1em);
  margin-left: 0.47em;
  transition: 0.3s;
}
.l-wysiwyg a[target=_blank]::after {
  content: "";
  background: url(../img/icon/target_blank.svg) no-repeat center center/0.9rem auto;
}
.l-wysiwyg img {
  max-width: 100% !important;
  width: auto;
  height: auto;
}
.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: 1px solid rgba(64, 56, 33, 0.1);
  border-radius: 0;
  overflow: hidden;
}
.l-wysiwyg table {
  width: calc(100% + 2px) !important;
  margin: 0;
  border-collapse: collapse;
}
.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;
  border-bottom: 1px solid rgba(64, 56, 33, 0.1);
}
.l-wysiwyg table thead td,
.l-wysiwyg table thead th {
  background: #f3ede6;
}
.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(64, 56, 33, 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.75;
  background: #fff;
  border: none;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-wysiwyg table td,
.l-wysiwyg table th {
    padding: 1.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(64, 56, 33, 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(64, 56, 33, 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 {
  max-width: 60rem;
  margin: 6rem auto;
}
.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: 0.5rem;
}
.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;
}

html {
  margin: 0 !important;
}

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

.bg_main {
  background: floralwhite;
}

.bg_01 {
  background: url("../img/common/bg_01.webp") repeat top center/auto;
}

.bg_02 {
  background: url("../img/common/bg_02.webp") repeat top center/auto;
}

.bg_03 {
  background: url("../img/common/bg_03.webp") repeat top center/auto;
}

.bg_04 {
  background: url("../img/common/bg_04.webp") repeat top center/auto;
}

.bg_05 {
  background: url("../img/common/bg_05.webp") repeat top center/auto;
}

.bg_white {
  background: #fff;
}

.bg_grad {
  position: relative;
  z-index: 1;
}
.bg_grad::before, .bg_grad::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  background: url("../img/common/bg_04.webp") repeat top center/auto;
}
.bg_grad::before {
  z-index: 0;
  background: url("../img/common/grad.svg") repeat-x top center/auto 35rem;
}
.bg_grad .bg_grad__inner {
  position: relative;
  z-index: 2;
}

.bg_lightblue02 {
  background: #ecf0f3;
}

.bg_vege {
  background: #f0d7b2;
}

.bg_lightvege {
  background: #f0d7b2;
}

.bg_dark {
  background: #92671b;
}

.p-blur {
  position: relative;
}
.p-blur::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.p-blur__inner {
  background: rgba(255, 255, 255, 0.7);
  border: 0.5px solid #fff;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-blur__inner {
    border-width: 1px;
  }
}

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

.p-description__title {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-description__title {
    font-size: 3.7rem;
  }
}

.p-description__text {
  text-align: center;
  line-height: 2.2;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-description__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-description__text.__xs_left {
    text-align: left;
  }
}

.p-servicelist {
  padding: 10rem 0 10rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-servicelist {
    padding: 15rem 0 16rem;
  }
}

.p-servicelist__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem 4.4776%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-servicelist__list {
    gap: 8.5rem 3.7037%;
  }
}

.p-servicelist__item {
  width: 47.7612%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-servicelist__item {
    width: 22.2222%;
  }
}
.p-servicelist__item a {
  display: block;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-servicelist__item a:hover {
    color: #403821;
  }
  .p-servicelist__item a:hover .p-servicelist__img {
    background: rgba(173, 122, 55, 0.2);
  }
}

.p-servicelist__img {
  width: 100%;
  border-radius: 0.5rem;
  background: rgba(173, 122, 55, 0.15);
  transition: 0.3s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-servicelist__img {
    background: rgba(173, 122, 55, 0.1);
  }
}

.p-servicelist__title {
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.5rem;
  margin: 2.5rem 0 1.4rem;
  color: #ad7a37;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-servicelist__title {
    font-size: 1.8rem;
    margin: 3rem 0 2.5rem;
    padding-right: 1rem;
  }
}
.p-servicelist__title svg {
  width: 1.3rem;
}
.p-servicelist__title svg path,
.p-servicelist__title svg line {
  stroke: #ad7a37;
  fill: none;
}

.p-servicelist__text {
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-servicelist__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.p-news__archive .c-btn__bottom_line {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__archive .c-btn__bottom_line {
    margin-top: -3rem;
  }
}

.p-news__archive_item {
  border-bottom: 1px solid rgba(64, 56, 33, 0.1);
}
.p-news__archive_item a {
  position: relative;
  padding: 3rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-news__archive_item a {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 2rem 0;
    gap: 1.5rem 1.5rem;
  }
}
.p-news__archive_item a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  bottom: -1px;
  z-index: 1;
  width: 0;
  height: 1px;
  transition: 0.6s;
  background: #ad7a37;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__archive_item a:hover {
    color: #ad7a37;
  }
  .p-news__archive_item a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.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: 6.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
  color: rgba(64, 56, 33, 0.5);
}
.p-news__category,
.p-news__archive_category {
  width: 9.6rem;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__category,
.p-news__archive_category {
    width: 9.6rem;
  }
}
.p-news__category span,
.p-news__archive_category span {
  display: inline-block;
  padding: 0.4rem 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #ad7a37;
  line-height: 1;
  border-radius: 0.5rem;
  border: 0.5px solid rgba(173, 122, 55, 0.5);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__category span,
.p-news__archive_category span {
    font-size: 1.2rem;
  }
}
.p-news__category.__important,
.p-news__archive_category.__important {
  color: #a54343;
}

.p-news__archive_title {
  width: 100%;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__archive_title {
    flex: 1;
    width: auto;
    margin-top: 0;
    font-size: 1.5rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

.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__archive_arrow svg {
  width: 1.6rem;
}
.p-news__archive_arrow svg line,
.p-news__archive_arrow svg path {
  stroke: #403821;
  fill: none;
  transition: 0.3s;
}

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

.p-news__single_article {
  padding: 4rem 2rem 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.2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__single_header {
    gap: 1rem;
  }
}

.p-news__single_title {
  position: relative;
  border-bottom: 1px solid #e2e1df;
  line-height: normal;
  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: 3.2rem;
    margin: 3.5rem 0 4rem;
    padding-bottom: 1.5rem;
  }
}
.p-news__single_title::before {
  content: "";
  display: block;
  width: calc(100% - 5rem);
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #ad7a37;
}
@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;
  margin: 6rem 0 10rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-news__single_navi {
    margin: 12rem 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;
}
.p-article__section + .p-article__section {
  margin-top: 9.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__section + .p-article__section {
    margin-top: 12rem;
  }
}

.p-article__headerBottomMessage {
  margin: 5rem 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__headerBottomMessage {
    margin: 8rem 0;
  }
}
.p-article__headerBottomMessage.__mb_none {
  margin-bottom: 0;
}

.p-article__imgList_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__imgList_item {
    gap: 0;
  }
}
.p-article__imgList_item + .p-article__imgList_item {
  margin-top: 8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__imgList_item + .p-article__imgList_item {
    margin-top: 8rem;
  }
}

.p-article__imgList_img {
  width: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__imgList_img {
    width: 44.4444%;
  }
}
.p-article__imgList_img img {
  border-radius: 0.5rem;
}

.p-article__imgList_inner {
  width: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__imgList_inner {
    width: 50%;
    margin-top: -0.1em;
  }
}

.p-article__imgList_title {
  font-size: 2rem;
  color: #ad7a37;
  margin-bottom: 3rem;
  display: inline-flex;
  align-items: baseline;
  line-height: 1.5;
  margin-top: -0.3em;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__imgList_title {
    font-size: 2.4rem;
  }
}
.p-article__imgList_title .number {
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__imgList_title .number {
    font-size: 2.4rem;
  }
}
.p-article__imgList_title .number::after {
  content: ".";
  line-height: 1;
}

.p-article__imgList_text {
  line-height: 2;
}
.p-article__imgList_text 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;
}
.p-article__imgList_text.__mt_none {
  margin-top: 0 !important;
}

.p-article__imgList_list li {
  line-height: 2;
}

.p-article__imgList_list + .p-article__imgList_text {
  margin-top: 1.5rem;
}

.p-article__smallSection {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__smallSection {
    margin-bottom: 4rem;
  }
}
.p-article__smallSection:last-child {
  margin-bottom: 0;
}
.p-article__smallSection.__mt {
  margin-top: 3rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__smallSection.__mt {
    margin-top: 4rem;
  }
}

.p-article__note {
  padding: 3rem 2rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__note {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__note.__fixed .p-article__note_title,
.p-article__note.__fixed .p-article__note_list {
    width: 30%;
  }
}
.p-article__note.__full {
  display: block;
}
.p-article__note.__full .p-article__note_title,
.p-article__note.__full .p-article__note_list {
  width: 100%;
}
.p-article__note.__mt {
  margin-top: 8rem;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-article__note.__xs_mt {
    margin-top: 5rem;
  }
}

.p-article__note_title {
  width: 100%;
  line-height: 1;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__note_title {
    font-size: 2rem;
    width: 15%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__note_title.__wide {
    width: 37%;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__note_title.__middle {
    width: 27%;
  }
}
.p-article__note_title.__small {
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__note_title.__mr {
    margin-right: 4rem;
  }
}

.p-article__note_text {
  line-height: 1.8;
}

.p-article__note_list {
  width: 100%;
  flex: 1;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__note_list {
    width: 23%;
  }
}
.p-article__note_list.__large {
  width: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__note_list.__large {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__note_list.__none {
    flex: none;
  }
}

.p-article__noteList {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 0.5rem;
  margin-top: 4rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__noteList {
    padding: 4rem;
  }
}

.p-article__noteList_item {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 3rem 0;
  width: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__noteList_item {
    width: 33.33%;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-article__noteList_item + .p-article__noteList_item {
    border-top: 1px solid rgba(64, 56, 33, 0.1);
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__noteList_item + .p-article__noteList_item {
    border-left: 1px solid rgba(64, 56, 33, 0.1);
  }
}
.p-article__noteList_item dt {
  line-height: 1;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.p-article__noteList_item dd {
  font-size: 1.3rem;
  line-height: 1.6;
}

.p-article__checkList {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3rem 2rem 1rem;
  background: #fff;
  border-radius: 0.5rem;
  margin: 4rem 0 4rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__checkList {
    padding: 4rem;
    margin-bottom: 4rem;
  }
}

.p-article__checkList_title {
  flex: 1;
  line-height: 1;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-article__checkList_title {
    font-size: 1.8rem;
    text-align: center;
  }
}

.p-article__checkList_item {
  display: flex;
  align-content: stretch;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 3rem 0;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-article__checkList_item {
    border-top: 1px solid rgba(64, 56, 33, 0.1);
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__checkList_item {
    width: 24.5%;
    padding: 0;
    border-left: 1px solid rgba(64, 56, 33, 0.1);
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-article__checkList_item:first-of-type {
    border-top: none;
  }
}
.p-article__checkList_item dt {
  line-height: 1;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
.p-article__checkList_item dd {
  font-size: 1.3rem;
  line-height: 1.6;
}
.p-article__checkList_item .c-text__normalList li {
  line-height: 1;
}

.p-article__checkList_name {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow {
    padding: 0 5.6rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__full {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__full .p-article__flow_item {
    width: 46.4544% !important;
  }
}
.p-article__flow.__mt {
  margin-top: 6rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__mt {
    margin-top: 9rem;
  }
}
.p-article__flow.__center {
  margin-top: 8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__center {
    margin-top: 11rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__center .p-article__flow_inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
  }
}
.p-article__flow.__center .p-article__flow_inner::after {
  height: calc(100% - 4.2rem);
  top: 1rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__center .p-article__flow_inner::after {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.p-article__flow.__center .p-article__flow_item {
  display: block;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__center .p-article__flow_item {
    width: 46.0744%;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__center .p-article__flow_item + .p-article__flow_item {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__center .p-article__flow_item:nth-child(2n+1), .p-article__flow.__center .p-article__flow_item.__right {
    margin: 0 0 0 auto;
  }
  .p-article__flow.__center .p-article__flow_item:nth-child(2n+1) .p-article__flow_header, .p-article__flow.__center .p-article__flow_item.__right .p-article__flow_header {
    flex-direction: row;
  }
  .p-article__flow.__center .p-article__flow_item:nth-child(2n+1) .p-article__flow_number, .p-article__flow.__center .p-article__flow_item.__right .p-article__flow_number {
    text-align: left;
  }
  .p-article__flow.__center .p-article__flow_item:nth-child(2n+1) .p-article__flow_number::after, .p-article__flow.__center .p-article__flow_item.__right .p-article__flow_number::after {
    left: -4.13rem;
  }
  .p-article__flow.__center .p-article__flow_item:nth-child(2n+1) .p-article__flow_title, .p-article__flow.__center .p-article__flow_item.__right .p-article__flow_title {
    flex: 1;
  }
  .p-article__flow.__center .p-article__flow_item:nth-child(2n+1) .p-article__flow_contents, .p-article__flow.__center .p-article__flow_item.__right .p-article__flow_contents {
    padding: 0 0 0 5rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__center .p-article__flow_contents {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__center .p-article__flow_number {
    text-align: right;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__center .p-article__flow_number::after {
    right: -4.13rem;
    left: auto;
  }
}
.p-article__flow.__center .p-article__flow_title {
  margin-bottom: 0;
}
.p-article__flow.__invisalign .p-article__flow_inner::after {
  height: calc(97% - 4.2rem);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__invisalign .p-article__flow_inner::after {
    height: calc(84% - 4.2rem);
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__invisalign .p-article__flow_item:nth-child(2) {
    transform: translateY(2%);
  }
  .p-article__flow.__invisalign .p-article__flow_item:nth-child(3) {
    transform: translateY(-47%);
  }
  .p-article__flow.__invisalign .p-article__flow_item:nth-child(4) {
    transform: translateY(-123%);
  }
  .p-article__flow.__invisalign .p-article__flow_item:nth-child(5) {
    transform: translateY(-110%);
  }
  .p-article__flow.__invisalign .p-article__flow_item:nth-child(6) {
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__implant .p-article__flow_inner {
    margin-bottom: calc(-45% + 8rem);
  }
}
.p-article__flow.__implant .p-article__flow_inner::after {
  height: calc(98% - 4.2rem);
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__implant .p-article__flow_inner::after {
    height: calc(71% - 4.2rem);
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow.__implant .p-article__flow_item:nth-child(2) {
    transform: translateY(5%);
  }
  .p-article__flow.__implant .p-article__flow_item:nth-child(3) {
    transform: translateY(-50%);
  }
  .p-article__flow.__implant .p-article__flow_item:nth-child(4) {
    transform: translateY(-80%);
  }
  .p-article__flow.__implant .p-article__flow_item:nth-child(5) {
    transform: translateY(-555%);
  }
  .p-article__flow.__implant .p-article__flow_item:nth-child(6) {
    transform: translateY(-478%);
  }
}

.p-article__flow_inner {
  position: relative;
  padding-left: 2.9rem;
}
.p-article__flow_inner::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 2rem);
  background-image: linear-gradient(to bottom, rgba(64, 56, 33, 0.6) 40%, transparent 40%, transparent 80%);
  background-size: 1px 0.6rem;
  background-repeat: repeat-y;
  background-position: left center;
  position: absolute;
  left: 0.55rem;
  top: -1rem;
  z-index: 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow_inner::after {
    left: 0.6rem;
  }
}

.p-article__flow_item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.8223%;
}
.p-article__flow_item + .p-article__flow_item {
  margin-top: 5.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow_item + .p-article__flow_item {
    margin-top: 4.5rem;
  }
}

.p-article__flow_header {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(173, 122, 55, 0.3);
  padding-bottom: 1rem;
  line-height: 1;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow_header {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 1.5rem;
  }
}

.p-article__flow_number {
  position: relative;
  color: #ad7a37;
  font-size: 2.2rem;
  line-height: 1;
  width: 2em;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow_number {
    font-size: 2.6rem;
  }
}
.p-article__flow_number::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #649a74;
  position: absolute;
  left: -2.6rem;
  top: 0.35em;
  z-index: 2;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow_number::after {
    width: 0.7rem;
    height: 0.7rem;
  }
}

.p-article__flow_contents {
  flex: 1;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow_contents.__flex {
    display: flex;
    justify-content: space-between;
  }
  .p-article__flow_contents.__flex .p-article__flow_text {
    width: 39.3939%;
  }
  .p-article__flow_contents.__flex .p-article__flow_img {
    width: 55.5556%;
  }
}

.p-article__flow_img img,
.p-article__flow_imgList_img img {
  border-radius: 0.5rem;
}
.p-article__flow_img figcaption,
.p-article__flow_imgList_img figcaption {
  font-size: 1.2rem;
  line-height: 1.35;
  margin-top: 0.8rem;
  display: block;
}

.p-article__flow_text {
  line-height: 1.6;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow_text {
    margin-top: 0;
  }
}

.p-article__flow_title {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  line-height: 1;
  color: #ad7a37;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow_title {
    font-size: 1.8rem;
  }
}

.p-article__flow_imgList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-article__flow_imgList_img {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__flow_imgList_img {
    width: 48.9035%;
    margin-top: 1.8rem;
  }
}

.p-article__point {
  margin-top: 8rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__point {
    margin-top: 12rem;
  }
}

.p-article__point_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8rem 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__point_list {
    justify-content: space-between;
  }
}

.p-article__point_list_item {
  width: 77.9104%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__point_list_item {
    width: 22.2222%;
  }
}

.p-article__point_list_img {
  width: 71.6418%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__point_list_img {
    width: 62.5%;
  }
}

.p-article__point_list_title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ad7a37;
  font-size: 2rem;
  margin: 3.4rem auto 2.5rem;
  line-height: 1;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__point_list_title {
    font-size: 2rem;
    margin: 3.4rem auto 2.5rem;
  }
}
.p-article__point_list_title::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0 0.2rem;
  background: #649a74;
  position: absolute;
  left: -0.8rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__point_list_title::before {
    left: -1.4rem;
  }
}

.p-article__point_list_text {
  line-height: 2;
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__tableArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.p-article__tableArea.__mt {
  margin-top: 8rem;
}

.p-article__tableArea_table {
  width: 100%;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  margin-bottom: 7rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__tableArea_table {
    width: 44.4444%;
    padding: 2rem 4rem;
    margin: 0;
  }
}
.p-article__tableArea_table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-article__tableArea_table table.__custom {
  table-layout: auto;
}
.p-article__tableArea_table table tbody tr {
  border-top: 1px solid rgba(64, 56, 33, 0.2);
}
.p-article__tableArea_table table th,
.p-article__tableArea_table table td {
  min-height: 5rem;
  vertical-align: center;
  padding: 1.5rem 1rem;
  text-align: left;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__tableArea_table table th,
.p-article__tableArea_table table td {
    padding: 1.5rem 2rem;
  }
}
.p-article__tableArea_table table th.__large,
.p-article__tableArea_table table td.__large {
  width: 60.5128%;
  padding-right: 0;
}
.p-article__tableArea_table table th.__spacing,
.p-article__tableArea_table table td.__spacing {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-article__tableArea_table table th.__pl,
.p-article__tableArea_table table td.__pl {
    padding-left: 3rem;
  }
}
.p-article__tableArea_table table th {
  font-weight: 400;
  color: #ad7a37;
}

.p-article__tableArea_detail {
  width: 100%;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__tableArea_detail {
    width: 50%;
  }
}

.p-article__faq_item {
  transition: 0.3s;
  border-bottom: 1px solid rgba(64, 56, 33, 0.1);
}
.p-article__faq_item dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.2rem;
  padding: 2.5rem 0;
  cursor: pointer;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__faq_item dt {
    gap: 3.2rem;
  }
}
.p-article__faq_item dt .en {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.04rem;
  color: #ad7a37;
}
.p-article__faq_item dt .jp {
  flex: 1;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__faq_item dt .jp {
    font-size: 1.6rem;
  }
}
.p-article__faq_item dt .icon {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
}
.p-article__faq_item dt .icon::before, .p-article__faq_item dt .icon::after {
  content: "";
  display: block;
  position: absolute;
  background: #403821;
  transition: 0.3s;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-article__faq_item dt .icon::before {
  width: 100%;
  height: 0.5px;
}
.p-article__faq_item dt .icon::after {
  width: 0.5px;
  height: 100%;
}
.p-article__faq_item dd span {
  padding: 0 4.4rem 2.5rem;
  line-height: 1.5;
  display: block;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__faq_item dd span {
    padding: 0 5.4rem 2.5rem;
  }
}
.p-article__faq_item.is_active {
  border-color: #ad7a37;
}
.p-article__faq_item.is_active dt .icon::after {
  opacity: 0;
}

.p-article__cta {
  margin: 8rem 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__cta {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__cta_item {
    width: 49.0741%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-article__cta_item + .p-article__cta_item {
    margin-top: 2rem;
  }
}

.p-article__cta_item_inner {
  padding: 4rem 0 3.5rem;
  background: rgba(173, 122, 55, 0.1);
  border-radius: 0.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
}
.p-article__cta_item_title {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1;
  color: #ad7a37;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__cta_item_title {
    font-size: 2rem;
  }
}

.p-article__cta_item_tel {
  margin: 3.2rem 0;
  color: #ad7a37;
  line-height: 1;
  font-size: 3.2rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__cta_item_tel {
    font-size: 3.6rem;
    margin: 3.6rem 0;
  }
}

.p-article__cta_item_btn {
  margin: 2.4rem 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-article__cta_item_btn {
    margin: 3rem 0;
  }
}

.p-article__cta_item_info {
  line-height: 1;
  font-size: 1.4rem;
  width: 100%;
}