@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

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

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

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

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

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

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

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

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

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul, ol {
  list-style: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

:root {
  --vw: 1vw;
}

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

:root {
  --primary-color: #333;
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
@media (hover: none) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  a:active {
    opacity: 0.4;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  a:hover {
    opacity: 0.4;
  }
}
@media print, screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

button {
  transition: 0.3s;
}

.text-link-01 {
  color: #EF0000;
  text-decoration: underline;
}
@media (hover: none) {
  .text-link-01 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .text-link-01:active {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .text-link-01:hover {
    text-decoration: none;
  }
}

img,
svg {
  vertical-align: top;
  width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media only screen and (max-width: 768px) {
  img {
    image-rendering: auto;
  }
}

.js-show,
.js-show-group > * {
  opacity: 0;
}
@media print {
  .js-show,
  .js-show-group > * {
    opacity: 1;
  }
}
.js-show.is-visible,
.js-show-group > *.is-visible {
  opacity: 1;
}

.fade-in {
  transition: opacity 1.2s ease-in-out;
  will-change: opacity;
}
@media print {
  .fade-in {
    opacity: 1;
  }
}

.scroll-in {
  transform: translateY(2rem);
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
  will-change: transform, opacity;
}
@media print {
  .scroll-in {
    transform: translateY(0);
  }
}
.scroll-in.is-visible {
  transform: translateY(0);
}

.fade-in-group > * {
  transition: opacity 1.2s ease-in-out;
}
@media print {
  .fade-in-group > * {
    opacity: 1;
  }
}

.scroll-in-group > * {
  transform: translateY(2rem);
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
  will-change: transform, opacity;
}
@media print {
  .scroll-in-group > * {
    transform: translateY(0);
  }
}
.scroll-in-group > *.is-visible {
  transform: translateY(0);
}
.scroll-in-group > *.is-visible > * {
  transform: translateY(0);
}

:root {
  font-size: 62.5%;
}
@media only screen and (min-width: 769px) and (max-width: 1150px) {
  :root {
    font-size: calc(0.8695652174 * var(--vw));
  }
}
@media only screen and (max-width: 768px) {
  :root {
    font-size: calc(2.6666666667 * var(--vw));
  }
}

@page {
  size: A4 portrait;
  /* 横の場合はlandscape */
  margin: 0mm;
}
html,
body {
  height: 100%;
}

body {
  color: #1A1A1A;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "pkna";
  font-weight: 400;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.main-contents {
  position: relative;
  padding: 9rem 0 0;
}

.bg-gray {
  background: #F5F5F5;
}

.bg-ivory {
  background: #F5F1EC;
}

.sec {
  position: relative;
  padding: 12rem 0;
}
@media only screen and (max-width: 768px) {
  .sec {
    padding: 5rem 0;
  }
}
.sec.pt-0 {
  padding-top: 0;
}
.sec-in {
  position: relative;
  max-width: 115rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 3rem;
}
@media only screen and (max-width: 768px) {
  .sec-in {
    padding: 0 2rem;
  }
}
.sec-in--02 {
  max-width: 89.1rem;
}
.sec-in--03 {
  max-width: 89.1rem !important;
}
.sec-title--01 {
  position: relative;
  display: grid;
  justify-content: center;
  font-family: "Poppins", serif;
  color: #C88D32;
  font-size: 5.7rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-title--01 {
    font-size: 4rem;
  }
}
.sec-title--01 .sub {
  color: #1A1A1A;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
.sec-title--02 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: last baseline;
  gap: 1.5rem;
  font-family: "Poppins", serif;
  color: #1A1A1A;
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  border-bottom: 0.1rem solid #1A1A1A;
  padding: 0 0 1.6rem;
}
@media only screen and (max-width: 768px) {
  .sec-title--02 {
    font-size: 3.2rem;
  }
}
.sec-title--02 .sub {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
.sec-title--03 {
  position: relative;
  display: grid;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
  color: #1a1a1a;
  text-align: center;
}
.sec-title--03 h3 {
  font-size: 3.7rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .sec-title--03 h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.sec-title--03 .sub {
  color: #1A1A1A;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  text-align: left;
}
.sec-title--04 {
  position: relative;
  display: grid;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
  color: #1a1a1a;
  text-align: center;
}
.sec-title--04 h3 {
  font-size: 2.7rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
.sec .btn-box {
  margin: 5.4rem auto 0;
}
.sec .btn-basic--01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1A1A1A;
  font-size: 1.6rem;
  border: 0.1rem solid;
  border-radius: 0.3rem;
  aspect-ratio: 401/57;
  min-width: 0;
  width: 40.1rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sec .btn-basic--01 {
    font-size: 1.5rem;
  }
}
.sec .btn-basic--01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  background: #1a1a1a;
  aspect-ratio: 3/5;
  clip-path: polygon(0.9rem 50%, 0% 0%, 0% 1.5rem);
  width: 0.9rem;
}
@media only screen and (max-width: 768px) {
  .sec .btn-basic--01::after {
    width: 0.8rem;
    clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  }
}
.sec .btn-basic--02 {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  border-bottom: 0.1rem solid #1A1A1A;
  padding: 0 2.8rem 0.8rem 1.2rem;
}
.sec .btn-basic--02::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #1A1A1A;
  transform: rotate(-45deg);
  transform-origin: bottom right;
  aspect-ratio: 1/18;
  min-width: 0;
  width: 0.1rem;
}
.sec .btn-basic--02.white {
  border-bottom-color: #fff;
}
.sec .btn-basic--02.white::after {
  background-color: #fff;
}
.sec .btn-basic--03 {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  border-bottom: 0.1rem solid #1A1A1A;
  padding: 0 4rem 0.8rem 2.6rem;
}
.sec .btn-basic--03::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #1A1A1A;
  transform: rotate(-45deg);
  transform-origin: bottom right;
  aspect-ratio: 1/35;
  min-width: 0;
  width: 0.1rem;
}
.sec .btn-basic--03.white {
  border-bottom-color: #fff;
}
.sec .btn-basic--03.white::after {
  background-color: #fff;
}

@keyframes light {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pop {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes arrowBefore {
  to {
    left: auto;
    right: -100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
}
@keyframes arrowAfter {
  to {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes arrowBeforeReturn {
  to {
    left: -100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
}
@keyframes arrowAfterReturn {
  to {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 1;
  }
}
@keyframes btn_line {
  0% {
    width: 0;
    transform: translate3d(0, 0, 0);
  }
  50% {
    width: 100%;
    transform: translate3d(0%, 0, 0);
  }
  100% {
    width: 100%;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 2rem) scale(1.05);
  }
  25% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(0, -2rem) scale(0.95);
  }
  75% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(0, 2rem) scale(1.05);
  }
}
@keyframes fuwafuwa1 {
  0% {
    transform: translate(0, -1rem) scale(1.02);
  }
  25% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(0, 1rem) scale(0.98);
  }
  75% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(0, -1rem) scale(1.02);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 1rem) scale(1.02);
  }
  25% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(0, -1rem) scale(0.98);
  }
  75% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(0, 1rem) scale(1.02);
  }
}
@keyframes fuwafuwa3 {
  0% {
    transform: translate(0, -1rem) scale(0.98);
  }
  25% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(0, 1rem) scale(1.02);
  }
  75% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(0, -1rem) scale(0.98);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 9rem;
}
.header-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 125rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 3rem;
}
@media only screen and (max-width: 768px) {
  .header-in {
    padding: 1.5rem 2rem 1.5rem;
  }
}
.header-logo {
  width: 39rem;
}
@media only screen and (max-width: 768px) {
  .header-logo {
    width: 22rem;
    margin: initial;
  }
}
.header-contents {
  display: grid;
  grid-template-columns: 1fr;
}
.header-shop-info {
  grid-area: 1/1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  color: #202733;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  height: 2.8rem;
  padding: 0 8.2rem 0 0;
}
.header-shop-info-sp {
  font-size: 1.2rem;
  padding-top: 5px;
}
.header-nav {
  grid-area: 1/1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}
.header-nav-list {
  display: flex;
  gap: 2.2rem;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.2;
}
.header-sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: fit-content;
  margin: 0 0 0 auto;
}
.header-sns-item {
  aspect-ratio: 1;
  min-width: 0;
  width: 2.8rem;
}
.header .hamburger-menu-wrap {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: auto;
  aspect-ratio: 1;
  min-width: 0;
  width: 5.6rem;
}
.header .hamburger-menu {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 100;
  aspect-ratio: 1;
  min-width: 0;
  width: 4rem;
}
.header .hamburger-menu span {
  position: absolute;
  right: 0;
  left: 0;
  background: #000;
  transition: 0.3s;
  aspect-ratio: 13/1;
  width: 3.5rem;
  margin: 0 auto;
}
.header .hamburger-menu span:nth-of-type(1) {
  top: 1rem;
}
.header .hamburger-menu span:nth-of-type(2) {
  top: 1.8rem;
}
.header .hamburger-menu span:nth-of-type(3) {
  top: 2.6rem;
}
.header .hamburger-menu p {
  margin-top: 3rem;
  letter-spacing: 0.3rem;
}
.header .hamburger-menu.is-active span {
  top: 40%;
  transform: translateY(-50%);
}
.header .hamburger-menu.is-active span:nth-of-type(1) {
  transform: rotate(45deg);
}
.header .hamburger-menu.is-active span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.header .hamburger-menu.is-active span:nth-of-type(3) {
  opacity: 0;
}

.sidemenu {
  position: fixed;
  top: 12.5rem;
  right: 0;
  z-index: 99;
}
.sidemenu-list {
  display: grid;
  gap: 1rem;
}
.sidemenu-item {
  width: 4.6rem;
}
.sidemenu-img {
  filter: drop-shadow(0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3));
}

.footer {
  position: relative;
  background: url(../img/common/bg_footer_01.webp) no-repeat center/cover, #333;
  color: #fff;
  height: 39.6rem;
}
@media only screen and (max-width: 768px) {
  .footer {
    height: 69.1rem;
  }
}
.footer-in {
  display: grid;
  max-width: 89rem;
  margin: 0 auto;
  padding: 5rem 3rem 0;
}
@media only screen and (max-width: 768px) {
  .footer-in {
    display: flex;
    padding: 5.5rem 3rem 4rem;
    flex-direction: column;
    align-items: center;
  }
}
.footer-info {
  grid-area: 1/1;
}
@media only screen and (max-width: 768px) {
  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer-description {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .footer-description {
    text-align: center;
  }
}
.footer-tel-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 2.1rem;
  margin: 2rem 0 0;
}
.footer-tel-badge {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: 500;
}
.footer-tel-num {
  position: relative;
  font-family: "Poppins", serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 0 0 3rem;
}
.footer-tel-num::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../img/common/ico_footer_tel_01.webp) no-repeat center/100% auto;
  aspect-ratio: 49/55;
  min-width: 0;
  width: 2.45rem;
  margin: auto 0;
}
.footer-tel-info {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-family: "Noto Sans", sans-serif;
}
.footer-tel .info-time {
  padding-left: 5rem;
}
.footer-links {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 0 0 auto;
}
.footer-sns-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  width: 10.6rem;
  margin: 0 0 0 auto;
  padding: 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .footer-sns-list {
    margin: 0 auto;
  }
}
.footer-sns-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/orn_footer_sns_01.webp) no-repeat center/100% auto;
  aspect-ratio: 212/59;
  min-width: 0;
  width: 10.6rem;
}
@media only screen and (max-width: 768px) {
  .footer-sns-list::before {
    left: inherit;
  }
}
.footer-sns-item {
  aspect-ratio: 1;
  min-width: 0;
  width: 2.9rem;
}
.footer-actions {
  display: grid;
  gap: 2.4rem;
  margin-top: auto;
}
@media only screen and (max-width: 768px) {
  .footer-actions {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
}
.footer-btn {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .footer-btn {
    margin: 3rem auto 0;
  }
}
.footer-btn .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #898989;
  font-size: 1.7rem;
  font-weight: 500;
  aspect-ratio: 236/44;
  min-width: 0;
  width: 23.6rem;
}
.footer-btn .btn span {
  position: relative;
  padding: 0 0 0 2.5rem;
}
.footer-btn .btn span::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  background: url(../img/common/ico_book_01.svg) no-repeat center/100% auto;
  aspect-ratio: 4/3;
  width: 2rem;
}
.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  line-height: 1.6153846154;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .footer-nav-list {
    justify-content: center;
  }
}
.footer-nav-item {
  position: relative;
}
.footer-nav-item::before {
  content: "｜";
}
@media only screen and (max-width: 768px) {
  .footer-nav-item::before {
    content: "";
  }
}
.footer-btn_fix {
  position: fixed;
  left: 0;
  bottom: -1px;
  z-index: 10;
  background-color: #fff;
}
.footer-btn3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.footer-btn_sns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.footer .pagetop {
  position: fixed;
  right: 5rem;
  bottom: 3rem;
  z-index: 100;
  aspect-ratio: 1;
  min-width: 0;
  width: 6rem;
}
@media only screen and (max-width: 768px) {
  .footer .pagetop {
    right: 1rem;
    bottom: 12rem;
  }
}
.footer .pagetop.--bottom {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .footer .pagetop.--bottom {
    bottom: calc(100% + 3rem);
  }
}

.copylight {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  padding: 1.9rem;
}
@media print, screen and (min-width: 769px) {
  .copylight {
    border-bottom: solid 1px #000;
  }
}
@media only screen and (max-width: 768px) {
  .copylight {
    padding: 2.4rem 1.2rem 11.2rem;
  }
}

.gnavi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100vh;
}
.gnavi.is-active {
  display: block;
}
.gnavi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
.gnavi-overlay .orn {
  position: absolute;
}
.gnavi-overlay .orn-01 {
  top: 0;
  left: 18rem;
  width: 14rem;
}
.gnavi-overlay .orn-02 {
  top: 37rem;
  right: 0;
  width: 10.6rem;
}
.gnavi-overlay .orn-03 {
  top: 64.3rem;
  left: 0;
  width: 8.2rem;
}
.gnavi-in {
  position: relative;
  pointer-events: none;
  overflow: auto;
  height: 100vh;
  padding: 5.4rem 0 6.4rem;
}
.gnavi-container {
  display: grid;
  grid-template-columns: 1fr;
  pointer-events: auto;
  width: 28rem;
  margin: 0 auto;
}
.gnavi-list {
  display: grid;
  width: 25rem;
  margin: 0 auto;
  padding: 0 0 0 1rem;
}
.gnavi-item {
  position: relative;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 700;
  border-bottom: 0.1rem solid #999999;
}
.gnavi-link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 6.4rem;
  padding: 0 0 0 4.5rem;
}
.gnavi-link::before {
  content: "";
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 2rem;
  background: url(../img/common/ico_arrow_white_01.svg) no-repeat 0 center/100% auto;
  transition: top 0.5s ease, opacity 0.5s ease;
  aspect-ratio: 7/6;
  opacity: 0;
  width: 1.4rem;
  margin: auto 0;
}
.gnavi-link.current::before {
  top: 0;
  opacity: 1;
}
.gnavi .btn-entry {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c88d32;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  aspect-ratio: 5/1;
  width: 28rem;
  margin: 5rem auto 2rem;
}
.gnavi .btn-entry::after {
  content: "";
  position: absolute;
  top: 0;
  right: 3.2rem;
  bottom: 0;
  background: url(../img/common/ico_arrow_gradation_02.svg) no-repeat 0 center/100% auto;
  aspect-ratio: 20/17;
  width: 2rem;
  margin: auto 0;
}
.gnavi .btn-entry2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #898989;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  aspect-ratio: 5/1;
  width: 28rem;
  margin: 0 auto 2rem;
}
.gnavi .btn-entry2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 3.2rem;
  bottom: 0;
  background: url(../img/common/ico_arrow_gradation_02.svg) no-repeat 0 center/100% auto;
  aspect-ratio: 20/17;
  width: 2rem;
  margin: auto 0;
}
.gnavi .btn-entry3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002d5d;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  aspect-ratio: 5/1;
  width: 28rem;
  margin: 0 auto;
}
.gnavi .btn-entry3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 3.2rem;
  bottom: 0;
  background: url(../img/common/ico_arrow_gradation_02.svg) no-repeat 0 center/100% auto;
  aspect-ratio: 20/17;
  width: 2rem;
  margin: auto 0;
}

#TOP .kv {
  display: flex;
  justify-content: center;
  background: url(../img/top/kv_01.webp) no-repeat center center/auto 100%;
  aspect-ratio: 2180/1180;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #TOP .kv {
    aspect-ratio: auto;
  }
}
#TOP .kv-in {
  padding: calc(5.2173913043 * var(--vw)) 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #TOP .kv-in {
    padding: calc(5.3333333333 * var(--vw));
  }
}
#TOP .kv-in .top-batch {
  position: absolute;
  z-index: 10;
  width: calc(17.9130434783 * var(--vw));
  left: calc(56.0869565217 * var(--vw));
}
@media only screen and (max-width: 768px) {
  #TOP .kv-in .top-batch {
    position: static;
    width: 160px;
    vertical-align: bottom;
  }
}
#TOP .kv-catch {
  color: #fff;
  font-size: calc(4.347826087 * var(--vw));
  line-height: 1.58;
  font-weight: 700;
  letter-spacing: 0.08rem;
  filter: drop-shadow(0 0 calc(0.6086956522 * var(--vw)) rgba(0, 0, 0, 0.5));
}
@media only screen and (max-width: 768px) {
  #TOP .kv-catch {
    font-size: calc(6.4 * var(--vw));
  }
}
#TOP .kv-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(2.0869565217 * var(--vw));
  margin-top: calc(2.9565217391 * var(--vw));
}
@media only screen and (max-width: 768px) {
  #TOP .kv-bottom {
    gap: calc(4.8 * var(--vw)) 0;
    margin-top: calc(6.4 * var(--vw));
  }
}
#TOP .kv-award {
  display: grid;
}
#TOP .kv-txt {
  color: #fff;
  font-size: calc(1.7391304348 * var(--vw));
  line-height: 1.45;
  font-weight: 700;
  margin-top: calc(8.6956521739 * var(--vw));
  filter: drop-shadow(0 0 calc(0.4347826087 * var(--vw)) rgba(0, 0, 0, 0.5));
}
@media only screen and (max-width: 768px) {
  #TOP .kv-txt {
    margin-top: 0;
    font-size: calc(4 * var(--vw));
  }
}
#TOP .sec-news {
  background: #F0E6D2;
  height: 7rem;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-news {
    height: auto;
  }
}
#TOP .sec-news .sec-title {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#TOP .sec-news .news-box {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  height: 100%;
  padding: 1.15rem 0;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-news .news-box {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    gap: calc(3.2 * var(--vw)) 0;
  }
}
#TOP .sec-news .news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
  border-left: 0.1rem solid #000;
  height: 100%;
  margin: 0 0 0 3.5rem;
  padding: 0 3.5rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-news .news-item {
    flex-direction: column;
    align-items: stretch;
    gap: calc(2.6666666667 * var(--vw)) 0;
    margin-left: 0;
    padding: 0 0 0 calc(4 * var(--vw));
  }
}
#TOP .sec-news .news-date {
  font-size: 1.6rem;
  line-height: 1.2;
}
#TOP .sec-news .news-content {
  font-size: 1.6rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-event {
    padding: 24dvw 0 28dvw;
  }
}
#TOP .sec-event .event-box {
  margin: 4rem auto 0;
}
#TOP .sec-event .swiper-event {
  width: 100rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-event .swiper-event {
    width: calc(100dvw - 13.3333333333 * var(--vw));
  }
}
#TOP .sec-event .swiper-event-button-prev, #TOP .sec-event .swiper-event-button-next {
  background: url(../img/common/ico_arrow_carousel_01.svg) no-repeat center/100% auto;
  aspect-ratio: 11/38;
  min-width: 0;
  width: 1.1rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-event .swiper-event-button-prev, #TOP .sec-event .swiper-event-button-next {
    top: 32%;
  }
}
#TOP .sec-event .swiper-event-button-prev::after, #TOP .sec-event .swiper-event-button-next::after {
  content: "";
}
@media only screen and (max-width: 768px) {
  #TOP .sec-event .swiper-event-button-prev {
    left: 0;
  }
}
#TOP .sec-event .swiper-event-button-next {
  transform: scale(-1, 1);
}
@media only screen and (max-width: 768px) {
  #TOP .sec-event .swiper-event-button-next {
    right: 0;
  }
}
#TOP .sec-event .event-list {
  margin: 0 auto;
}
#TOP .sec-event .event-item {
  width: 28rem;
  margin: 0 2rem;
}
#TOP .sec-event .event-status {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  height: 2.7rem;
}
#TOP .sec-event .event-status--open {
  background: #C88D32;
  color: #fff;
}
#TOP .sec-event .event-status--closed {
  background: #ccc;
}
#TOP .sec-event .event-img {
  margin: 1rem auto 0;
}
#TOP .sec-event .event-title {
  font-size: 1.6rem;
  line-height: 1.75;
  border-bottom: 0.1rem solid #000;
  margin: 1.6rem auto 0;
  padding: 0 0 1.6rem;
}
#TOP .sec-event .event-detail {
  display: grid;
  grid-template-columns: 4.2rem 1fr;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 1.2rem 0 0;
}
#TOP .sec-event .event-detail-title {
  color: #C88D32;
}
#TOP .sec-reason {
  padding-top: 11rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason {
    padding: 28dvw 0 24dvw;
  }
}
#TOP .sec-reason .sec-in::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -11rem;
  right: 16rem;
  background: url(../img/top/orn_reason_01.svg) no-repeat center/100% auto;
  aspect-ratio: 1375/925;
  width: 137.5rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .sec-in::before {
    top: -28dvw;
    right: 0;
    width: 163dvw;
    height: calc(100% + 52dvw);
    aspect-ratio: auto;
    background: url(../img/top/orn_reason_01.svg) top center/contain no-repeat, #f8f3eb linear-gradient(to bottom, #fff 0%, #fff 100%) top center/100% 10% no-repeat;
  }
}
#TOP .sec-reason .sec-title {
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 0 13rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .sec-title {
    margin: 0;
  }
}
#TOP .sec-reason .sec-title .line {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
}
#TOP .sec-reason .sec-title .line--01 {
  position: relative;
  width: fit-content;
  margin: 0 0 0 1.6rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .sec-title .line--01 {
    font-size: calc(5.3333333333 * var(--vw));
  }
}
#TOP .sec-reason .sec-title .line--01::before, #TOP .sec-reason .sec-title .line--01::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3.2rem;
  height: 0.2rem;
  background-color: #000;
  transform: rotate(70deg);
}
#TOP .sec-reason .sec-title .line--01::before {
  left: -2.8rem;
}
#TOP .sec-reason .sec-title .line--01::after {
  right: -2.8rem;
  transform: rotate(-70deg);
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .sec-title .line--02 {
    font-size: calc(8 * var(--vw));
  }
}
#TOP .sec-reason .sec-title .highlight {
  font-size: 3.5rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .sec-title .highlight {
    font-size: calc(8 * var(--vw));
  }
}
#TOP .sec-reason .sec-title .highlight--02 {
  background: url(../img/common/orn_wavy_01.svg) repeat-x center bottom/auto 0.43rem;
  padding-bottom: 0.2rem;
}
#TOP .sec-reason .reason-box {
  margin: 4.5rem auto 0;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .reason-box {
    margin-top: 3rem;
  }
}
#TOP .sec-reason .accordion-reason {
  max-width: 102.5rem;
  margin: 4.5rem 0 0;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason {
    margin-top: 3rem;
  }
}
#TOP .sec-reason .accordion-reason .accordion-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-container {
    flex-direction: column;
  }
}
#TOP .sec-reason .accordion-reason .accordion-item {
  display: grid;
  grid-template-columns: 5.5rem 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden;
  width: 5.5rem;
  height: 60rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    row-gap: 20px;
    width: 100%;
    height: auto;
    aspect-ratio: 170/87;
    padding: 18px;
    background-size: cover;
  }
}
#TOP .sec-reason .accordion-reason .accordion-item--01 {
  background-color: #A18052;
  background-image: url(../img/top/bg_reason_01.webp);
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item--01 {
    background-image: url(../img/top/bg_reason_01_sp.webp);
  }
}
#TOP .sec-reason .accordion-reason .accordion-item--02 {
  background-color: #534741;
  background-image: url(../img/top/bg_reason_02.webp);
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item--02 {
    background-image: url(../img/top/bg_reason_02_sp.webp);
  }
}
#TOP .sec-reason .accordion-reason .accordion-item--03 {
  background-color: #1F603F;
  background-image: url(../img/top/bg_reason_03.webp);
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item--03 {
    background-image: url(../img/top/bg_reason_03_sp.webp);
  }
}
#TOP .sec-reason .accordion-reason .accordion-item--04 {
  background-color: #003A67;
  background-image: url(../img/top/bg_reason_04.webp);
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item--04 {
    background-image: url(../img/top/bg_reason_04_sp.webp);
  }
}
#TOP .sec-reason .accordion-reason .accordion-item--05 {
  background-color: #898989;
  background-image: url(../img/top/bg_reason_05.webp);
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item--05 {
    background-image: url(../img/top/bg_reason_05_sp.webp);
  }
}
#TOP .sec-reason .accordion-reason .accordion-item--06 {
  background-color: #C88D32;
  background-image: url(../img/top/bg_reason_06.webp);
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item--06 {
    background-image: url(../img/top/bg_reason_06_sp.webp);
  }
}
#TOP .sec-reason .accordion-reason .accordion-item--07 {
  background-color: #C14029;
  background-image: url(../img/top/bg_reason_07.webp);
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item--07 {
    background-image: url(../img/top/bg_reason_07_sp.webp);
  }
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item--07 .accordion-content__in {
    align-items: stretch;
  }
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item--07 .accordion-content__in .accordion-column {
    align-self: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item--07 .accordion-content__in .btn-box {
    align-self: flex-end;
  }
}
#TOP .sec-reason .accordion-reason .accordion-item.active {
  width: 69.2rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item.active {
    width: 100%;
  }
}
#TOP .sec-reason .accordion-reason .accordion-item.active .accordion-content {
  opacity: 1;
  visibility: visible;
}
#TOP .sec-reason .accordion-reason .accordion-item .accordion-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  direction: ltr;
  color: #fff;
  font-size: 2rem;
  line-height: 2.3;
  font-weight: 500;
  writing-mode: vertical-rl; /* 縦書きにする */
  text-orientation: upright; /* 文字の向きを直立にする */
  width: 5.5rem;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .accordion-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    padding: 0 0 0 45px;
    writing-mode: horizontal-tb;
    line-height: 1.7;
    text-align: left;
    text-orientation: mixed;
    font-weight: 700;
  }
}
#TOP .sec-reason .accordion-reason .accordion-item .accordion-number {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 2rem;
  font-weight: 500;
  border: 0.1rem solid #fff;
  aspect-ratio: 1;
  width: 3.2rem;
  margin: 0 0 1.6rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .accordion-number {
    position: absolute;
    left: 0;
    top: 3px;
    width: 32px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 400;
  }
}
#TOP .sec-reason .accordion-reason .accordion-item .accordion-content {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: 63.7rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .accordion-content {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
}
#TOP .sec-reason .accordion-reason .accordion-item .accordion-content__in {
  display: grid;
  direction: ltr;
  color: #fff;
  text-align: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 6.4rem 3.2rem 4rem 6.4rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .accordion-content__in {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 15px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .accordion-content__in--04 {
    align-items: flex-start;
  }
}
#TOP .sec-reason .accordion-reason .accordion-item .accordion-content__in--04 .img {
  width: 15.4rem;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .accordion-content__in--04 .img {
    width: 80px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .accordion-content__in--04 .accordion-box {
    width: calc(100% - 95px);
  }
}
#TOP .sec-reason .accordion-reason .accordion-item .accordion-content__in--04 .btn-box {
  align-self: flex-end;
}
#TOP .sec-reason .accordion-reason .accordion-item .accordion-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .accordion-box {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}
#TOP .sec-reason .accordion-reason .accordion-item .accordion-column {
  grid-area: 1/1;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .accordion-column {
    width: calc(100% - 15px);
  }
}
#TOP .sec-reason .accordion-reason .accordion-item .accordion-column--00 {
  direction: ltr;
  text-align: left;
  width: 53rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .accordion-column--00 {
    width: calc(100% - 15px);
  }
}
#TOP .sec-reason .accordion-reason .accordion-item .accordion-column--01 {
  direction: ltr;
  text-align: left;
  width: 37.65rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .accordion-column--01 {
    width: calc(100% - 15px);
  }
}
#TOP .sec-reason .accordion-reason .accordion-item .accordion-column--02 {
  position: absolute;
  left: 64rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .accordion-column--02 {
    position: static;
    width: 80px;
  }
}
#TOP .sec-reason .accordion-reason .accordion-item .accordion-heading {
  font-family: "Noto Serif", serif;
  font-size: 3.5rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .accordion-heading {
    line-height: 1.75;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
  }
}
#TOP .sec-reason .accordion-reason .accordion-item .accordion-description {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin: 4.2rem 0 0;
}
#TOP .sec-reason .accordion-reason .accordion-item .btn-box {
  text-align: left;
  margin: initial !important;
  margin-bottom: 1rem !important;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .btn-box {
    width: 14px;
    height: 42px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .btn-box a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .btn-box a::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 1px;
    height: 24px;
    background-color: #fff;
    transform: rotate(30deg);
    transform-origin: bottom;
  }
}
@media only screen and (max-width: 768px) {
  #TOP .sec-reason .accordion-reason .accordion-item .btn-box a::after {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    width: 1px;
    height: 24.5px;
    aspect-ratio: auto;
    transform: rotate(-30deg);
    transform-origin: top left;
  }
}
#TOP .sec-reason .reason-img {
  display: block;
  width: 102.5rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-experience {
    padding: 20dvw 0;
  }
}
#TOP .sec-experience .experience-img {
  display: block;
  width: 84.3rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-experience .experience-img {
    width: 102%;
    margin-left: -2%;
  }
}
#TOP .sec-lineup .lineup-box {
  margin: 6.4rem auto 0;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-lineup .lineup-box {
    width: 340px;
    margin-top: 4rem;
  }
}
#TOP .sec-lineup .lineup-box .btn-box {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-lineup .lineup-wrapper {
    width: 300px;
    margin: 0 auto;
  }
}
#TOP .sec-lineup .lineup-list {
  display: grid;
  grid-template-columns: repeat(3, 25rem);
  gap: 5.6rem 4.2rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-lineup .lineup-list {
    display: flex;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  #TOP .sec-lineup .lineup-item {
    width: 300px;
    padding: 0 25px;
    box-sizing: border-box;
  }
}
#TOP .sec-lineup .lineup-detail {
  margin: 2rem 0 0;
}
#TOP .sec-lineup .lineup-description {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin: 1.6rem 0 0;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-lineup .swiper-lineup-button-prev, #TOP .sec-lineup .swiper-lineup-button-next {
    position: absolute;
    background: url(../img/common/ico_arrow_carousel_01.svg) no-repeat center/100% auto;
    aspect-ratio: 11/38;
    min-width: 0;
    width: 1.1rem;
    height: auto;
    top: 40%;
    z-index: 10;
  }
}
@media only screen and (max-width: 768px) {
  #TOP .sec-lineup .swiper-lineup-button-prev {
    left: 0%;
  }
}
@media only screen and (max-width: 768px) {
  #TOP .sec-lineup .swiper-lineup-button-next {
    transform: scale(-1, 1);
    right: 0%;
  }
}
@media only screen and (max-width: 768px) {
  #TOP .sec-blog .btn-box {
    width: 105px;
    margin-top: 25px;
  }
}
#TOP .sec-blog .btn-basic--02 {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-blog .btn-basic--02::after {
    bottom: 1px;
  }
}
@media only screen and (max-width: 768px) {
  #TOP .sec-blog .btn-basic--02 {
    position: relative;
    display: block;
    padding-left: 10px;
    padding-right: 0;
    font-size: 14px;
  }
}
#TOP .sec-blog .blog-box {
  margin: 3rem auto 0;
}
#TOP .sec-blog .blog-list {
  display: grid;
  grid-template-columns: repeat(2, 37.2rem);
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-blog .blog-list {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
  }
}
#TOP .sec-blog .blog-link {
  display: grid;
  grid-template-columns: 14.4rem 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-blog .blog-link {
    grid-template-columns: 14rem 1fr;
  }
}
#TOP .sec-blog .blog-link picture {
  display: flex;
  align-items: center;
}
#TOP .sec-blog .blog-details {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 2rem 0 0;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-blog .blog-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }
}
#TOP .sec-blog .blog-date {
  color: #C88D32;
}
#TOP .sec-info {
  /*
  informationに移動
      .info-list {
        border-bottom: .1rem solid #1a1a1a;
        margin: 2rem auto 0;
        padding: 0 0 2rem;
      }

      .info-item {
        display: grid;
        grid-template-columns: 5em 10.9rem 1fr;
        gap: 1.4rem;
        font-size: 1.6rem;
        line-height: 2;

        @include media(sp) {
          display: flex;
          flex-wrap: wrap;
          gap: 1.4rem;
        }

        & + .info-item {
          border-top: .1rem dotted #1A1A1A;
          margin-top: 2rem;
          padding-top: 1.8rem;
        }
      }

      .info-category {
        background: #ccc;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: .3rem;
        aspect-ratio: 109 / 26;
        width: 10.9rem;
        // margin: 0 0 0 1.4rem;
      }

      .info-content {
        // margin: 0 0 0 3.2rem;
        @include media(sp) {
          width: 100%;
        }
      }
  */
}
@media only screen and (max-width: 768px) {
  #TOP .sec-info {
    padding-bottom: 12rem;
  }
}
#TOP .sec-info .btn-basic--01 {
  width: 24rem;
  aspect-ratio: 80/17;
}
#TOP .sec-banner .banner-list {
  display: grid;
  grid-template-columns: repeat(2, 39.7rem);
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-banner .banner-list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    row-gap: 35px;
    width: 310px;
    margin: 0 auto;
  }
}
#TOP .sec-bnr {
  padding-bottom: 0;
}
#TOP .sec-bnr a {
  display: block;
  width: min(100%, 83rem);
  margin: 0 auto;
}

.PAGE .page-header {
  width: 100%;
  height: 19.3rem;
}
.PAGE .page-header .sec-in {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .PAGE .page-header {
    height: 7.5rem;
  }
}

.mb-45 {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .mb-45 {
    margin-bottom: 3rem;
  }
}

.mb-24 {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .mb-24 {
    margin-bottom: 1.2rem;
  }
}

.mb-12 {
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .mb-12 {
    margin-bottom: 0.6rem;
  }
}

.mb-5 {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .mb-5 {
    margin-bottom: 0.5rem;
  }
}

.mtb-16-24 {
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .mtb-16-24 {
    margin-top: 1.56rem;
    margin-bottom: 1.2rem;
  }
}

.mb-m1 {
  margin-bottom: -1rem !important;
}

.mt-m2_4 {
  margin-top: -2.4rem;
}

.page-nt {
  margin-top: -6rem;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .page-nt {
    margin-top: -6rem;
    margin-bottom: 7rem;
  }
}

.txt {
  font-size: 1.6rem;
  line-height: 2;
}

.txt-small {
  font-size: 1.4rem;
}

.sec-pd {
  padding: 12rem 0 0 !important;
}
@media only screen and (max-width: 768px) {
  .sec-pd {
    padding: 4.5rem 0 0 !important;
  }
}

.sec-pd2 {
  padding: 12rem 0 0 !important;
}
@media only screen and (max-width: 768px) {
  .sec-pd2 {
    padding: 4.5rem 0 !important;
  }
}

.sec-pd00 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.ls-adj-05 {
  letter-spacing: -0.05rem;
}

.ls-adj-1 {
  letter-spacing: -0.1rem;
}

.sec-works {
  padding-top: 21rem;
}
.sec-works .sec-in::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -21rem;
  left: 16rem;
  background: url(../img/top/orn_works_01.svg) no-repeat center/100% auto;
  aspect-ratio: 1375/925;
  width: 137.5rem;
}
.sec-works .works-list {
  display: grid;
  grid-template-columns: repeat(3, 28.2rem);
  justify-content: center;
  gap: 3rem;
  margin: 4.8rem auto 0;
}
.sec-works .works-details {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 2rem 0 0;
}
.sec-works .works-date {
  color: #C88D32;
}
.sec-works .works-title {
  color: #999;
  font-size: 1.5rem;
  line-height: 1.3888888889;
}
.sec-works .series-title {
  font-size: 3.7rem;
  font-weight: bold;
  text-align: center;
}
.sec-works .works-description {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
}
.sec-works .works-info {
  margin-top: 0.8rem;
}
.sec-works .works-info-item {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.sec-contact .contact-list {
  display: grid;
  grid-template-columns: repeat(3, 26.5rem);
  justify-content: space-between;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 768px) {
  .sec-contact .contact-list {
    grid-template-columns: inherit;
    gap: 2rem;
  }
}

#REASON .features-title,
#REASON .features-description,
#REASON .feature-title,
#REASON .sub-title.bg-colored,
#REASON .sub-title-text {
  color: #000;
}
#REASON .feature-item::before,
#REASON .sub-title.bg-colored {
  background-color: #000;
}
#REASON .features-description {
  border-right: 0.1rem solid #000;
  border-left: 0.1rem solid #000;
}
#REASON.theme1 .features-title,
#REASON.theme1 .features-description,
#REASON.theme1 .feature-title,
#REASON.theme1 .sub-title.bg-colored,
#REASON.theme1 .sub-title-text {
  color: #FF5733;
}
#REASON.theme1 .feature-item::before,
#REASON.theme1 .sub-title.bg-colored {
  background-color: #FF5733;
}
#REASON.theme1 .features-description {
  border-right: 0.1rem solid #FF5733;
  border-left: 0.1rem solid #FF5733;
}
#REASON.theme2 .features-title,
#REASON.theme2 .features-description,
#REASON.theme2 .feature-title,
#REASON.theme2 .sub-title.bg-colored,
#REASON.theme2 .sub-title-text {
  color: #534741;
}
#REASON.theme2 .feature-item::before,
#REASON.theme2 .sub-title.bg-colored {
  background-color: #534741;
}
#REASON.theme2 .features-description {
  border-right: 0.1rem solid #534741;
  border-left: 0.1rem solid #534741;
}
#REASON.theme3 .features-title,
#REASON.theme3 .features-description,
#REASON.theme3 .feature-title,
#REASON.theme3 .sub-title.bg-colored,
#REASON.theme3 .sub-title-text {
  color: #1F603F;
}
#REASON.theme3 .feature-item::before,
#REASON.theme3 .sub-title.bg-colored {
  background-color: #1F603F;
}
#REASON.theme3 .features-description {
  border-right: 0.1rem solid #1F603F;
  border-left: 0.1rem solid #1F603F;
}
#REASON.theme4 .features-title,
#REASON.theme4 .features-description,
#REASON.theme4 .feature-title,
#REASON.theme4 .sub-title.bg-colored,
#REASON.theme4 .sub-title-text {
  color: #002D5D;
}
#REASON.theme4 .feature-item::before,
#REASON.theme4 .sub-title.bg-colored {
  background-color: #002D5D;
}
#REASON.theme4 .features-description {
  border-right: 0.1rem solid #002D5D;
  border-left: 0.1rem solid #002D5D;
}
#REASON.theme5 .features-title,
#REASON.theme5 .features-description,
#REASON.theme5 .feature-title,
#REASON.theme5 .sub-title.bg-colored,
#REASON.theme5 .sub-title-text {
  color: #002D5D;
}
#REASON.theme5 .feature-item::before,
#REASON.theme5 .sub-title.bg-colored {
  background-color: #002D5D;
}
#REASON.theme5 .features-description {
  border-right: 0.1rem solid #002D5D;
  border-left: 0.1rem solid #002D5D;
}
#REASON.theme6 .features-title,
#REASON.theme6 .features-description,
#REASON.theme6 .feature-title,
#REASON.theme6 .sub-title.bg-colored,
#REASON.theme6 .sub-title-text {
  color: #C88D32;
}
#REASON.theme6 .feature-item::before,
#REASON.theme6 .sub-title.bg-colored {
  background-color: #C88D32;
}
#REASON.theme6 .features-description {
  border-right: 0.1rem solid #C88D32;
  border-left: 0.1rem solid #C88D32;
}
#REASON.theme7 .features-title,
#REASON.theme7 .features-description,
#REASON.theme7 .feature-title,
#REASON.theme7 .sub-title.bg-colored,
#REASON.theme7 .sub-title-text {
  color: #002D5D;
}
#REASON.theme7 .feature-item::before,
#REASON.theme7 .sub-title.bg-colored {
  background-color: #002D5D;
}
#REASON.theme7 .features-description {
  border-right: 0.1rem solid #002D5D;
  border-left: 0.1rem solid #002D5D;
}
#REASON .two-column {
  display: grid;
}
#REASON .reason-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#REASON .reason-header--01 {
  background-image: url(../img/reason/reason1/bg_reason_header_01.webp);
}
#REASON .reason-header--02 {
  background-image: url(../img/reason/reason2/bg_reason_header_01.webp);
}
#REASON .reason-header--03 {
  background-image: url(../img/reason/reason3/bg_reason_header_01.webp);
}
#REASON .reason-header--04 {
  background-image: url(../img/reason/reason4/bg_reason_header_01.webp);
}
#REASON .reason-header--05 {
  background-image: url(../img/reason/reason5/bg_reason_header_01.webp);
}
#REASON .reason-header--06 {
  background-image: url(../img/reason/reason6/bg_reason_header_01.webp);
}
#REASON .reason-header--07 {
  background-image: url(../img/reason/reason7/bg_reason_header_01.webp);
}
#REASON .reason-header .reason-title {
  display: inline-flex;
  align-items: first baseline;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.7037037037;
}
@media only screen and (max-width: 768px) {
  #REASON .reason-header .reason-title {
    font-size: calc(4.5333333333 * var(--vw));
  }
}
#REASON .reason-header .reason-title .highlight {
  font-size: 3.5rem;
}
@media only screen and (max-width: 768px) {
  #REASON .reason-header .reason-title .highlight {
    font-size: calc(5.6 * var(--vw));
  }
}
#REASON .reason-header .reason-title .highlight--02 {
  background: url(../img/common/orn_wavy_02.svg) repeat-x center bottom/auto 0.43rem;
  padding-bottom: 0.2rem;
}
#REASON .page-summary-title {
  font-size: 3.4rem;
  line-height: 1.5882352941;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #REASON .page-summary-title {
    font-size: calc(5.8666666667 * var(--vw));
  }
}
#REASON .page-summary-title .highlight {
  font-size: 4.3rem;
  line-height: 1.2558139535;
}
@media only screen and (max-width: 768px) {
  #REASON .page-summary-title .highlight {
    font-size: calc(7.2 * var(--vw));
  }
}
#REASON .page-summary-title .marker {
  background: linear-gradient(transparent 75%, #FFDA69 25%);
}
#REASON .page-summary-content {
  display: grid;
  margin: 4rem auto 0;
}
#REASON .page-summary-content--03 {
  grid-template-columns: 1fr 38.7rem;
  gap: 4.2rem;
}
@media only screen and (max-width: 768px) {
  #REASON .page-summary-content--03 {
    grid-template-columns: 1fr;
    row-gap: calc(7.2 * var(--vw));
  }
}
#REASON .page-summary-content--04 {
  grid-template-columns: 1fr 21rem;
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #REASON .page-summary-content--04 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  #REASON .page-summary-content--04 .page-summary-img {
    margin-bottom: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #REASON .page-summary-content--04 .page-summary-img img {
    width: 61%;
  }
}
#REASON .page-summary-text {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features {
    padding-bottom: 0;
  }
}
#REASON .sec-features .features-box {
  width: 97rem;
  margin: 0 auto;
  padding: 15.5rem 0;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .features-box {
    padding: 7.5rem 0;
  }
}
#REASON .sec-features .features-box--02 {
  background: #F0EFEE;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .features-box--02 {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}
#REASON .sec-features .features-box--03 {
  background: #F1F5F3;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .features-box--03 {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}
#REASON .sec-features .features-box--04 {
  background: #EFF2F5;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .features-box--04 {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}
#REASON .sec-features .features-box--06 {
  background: #FAF4EC;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .features-box--06 {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-bottom: 7rem;
  }
}
#REASON .sec-features .features-title {
  font-size: 4.2rem;
  line-height: 1.2857142857;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .features-title {
    font-size: calc(6.6666666667 * var(--vw));
  }
}
#REASON .sec-features .features-description {
  font-size: 1.6rem;
  line-height: 2;
  border-right: 0.1rem solid;
  border-left: 0.1rem solid;
  width: 75.5rem;
  margin: 4.5rem auto 0;
  padding: 1.6rem 6rem;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .features-description {
    width: calc(100% - 6rem);
    margin-top: 2rem;
    padding: 2.4rem 1.5rem;
  }
}
#REASON .sec-features .features-description--02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .features-description--02 {
    grid-template-columns: 1fr;
    row-gap: calc(7.2 * var(--vw));
  }
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .features-description--02 > div {
    grid-area: 2/1/3/2;
  }
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .features-description--02 figure {
    grid-area: 1/1/2/2;
    margin-bottom: 0;
  }
}
#REASON .sec-features .features-body {
  counter-reset: featureNum;
  margin: 12rem 0 0;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .features-body {
    margin-top: 6rem;
  }
}
#REASON .sec-features .feature-item {
  position: relative;
  counter-increment: featureNum;
  padding: 0 7.2rem 0 6.4rem;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .feature-item {
    padding: 0 2rem;
  }
}
#REASON .sec-features .feature-item::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  width: 3.6rem;
  aspect-ratio: 0.5;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .feature-item::before {
    top: 1.6rem;
    width: 7.37vw;
  }
}
#REASON .sec-features .feature-item + .feature-item {
  margin-top: 8rem;
}
#REASON .sec-features .feature-item.no-orn::before {
  display: none;
}
#REASON .sec-features .feature-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: last baseline;
  font-size: 3.4rem;
  line-height: 1.5882352941;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .feature-title.top {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .feature-title {
    margin: 0 0 3.8rem calc(13.9vw - 2rem);
    font-size: calc(7.4666666667 * var(--vw));
  }
}
#REASON .sec-features .feature-title::before {
  content: counter(featureNum);
  position: relative;
  bottom: -0.4rem;
  font-family: "Poppins", serif;
  font-size: 10.9rem;
  line-height: 1;
  margin: 0 0.8rem 0 0;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .feature-title::before {
    margin-right: 0.4rem;
    font-size: calc(23.4666666667 * var(--vw));
  }
}
#REASON .sec-features .feature-description {
  font-size: 1.6rem;
  line-height: 2;
  margin: 2rem 0 0;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .feature-description .mb-24 + p {
    margin-top: -1.2rem;
  }
}
#REASON .sec-features .sub-title {
  position: relative;
}
#REASON .sec-features .sub-title.bg-colored {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.4rem 3.8rem 0.4rem 2rem;
  width: fit-content;
  margin: 1.6rem 0 0.8rem;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .sub-title.bg-colored {
    padding-right: 3rem;
    padding-left: 1rem;
    font-size: calc(4.2666666667 * var(--vw));
  }
}
#REASON .sec-features .sub-title.bg-colored::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.1rem;
  height: calc(100% + 0.2rem);
  aspect-ratio: 11/18;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #eff2f5;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .sub-title.bg-colored::after {
    top: -0.1rem;
  }
}
#REASON .sec-features .sub-title.bg-colored .small {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .sub-title.bg-colored .small {
    font-size: calc(3.2 * var(--vw));
  }
}
#REASON .sec-features .sub-title-text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #REASON .sec-features .sub-title-text {
    max-width: 100%;
  }
}
#REASON .sec-features .row-box + .row-box {
  margin-top: 3.6rem;
}
#REASON.REASON1 .sec-page-summary .page-summary-img {
  margin: 5.6rem auto 0;
}
#REASON.REASON1 .sec-features .feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON1 .sec-features .feature-list {
    grid-template-columns: 1fr;
  }
}
#REASON.REASON1 .sec-features .feature-box {
  background: #fff;
  border: 0.1rem solid #A18052;
  padding: 4.2rem 3.6rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON1 .sec-features .feature-box {
    padding: calc(9.3333333333 * var(--vw)) calc(6.6666666667 * var(--vw));
  }
}
#REASON.REASON1 .sec-features .feature-box-title {
  font-size: 2.7rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON1 .sec-features .feature-box-title {
    font-size: calc(7.2 * var(--vw));
  }
}
#REASON.REASON1 .sec-features .feature-box-description {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 1.6rem auto 0;
}
#REASON.REASON1 .sec-features .feature-box .btn-box {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON1 .sec-features .feature-box .btn-box {
    margin-top: 2.7rem;
  }
}
#REASON.REASON1 .sec-features .btn-basic--03 {
  color: #A18052;
  border-bottom-color: #A18052;
}
#REASON.REASON1 .sec-features .btn-basic--03::after {
  background: #A18052;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON2 .feature-item--03 figure {
    margin-bottom: 0;
  }
}
#REASON.REASON2 .feature-item--03 .two-column {
  grid-template-columns: 1fr 47rem;
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON2 .feature-item--03 .two-column {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 769px) {
  #REASON.REASON2 .feature-item--03 .two-column .feature-img {
    padding-top: 13rem;
  }
}
@media only screen and (max-width: 768px) {
  #REASON.REASON2 .feature-item--03:nth-of-type(2) img {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  #REASON.REASON2 .feature-item--05 .feature-title {
    align-items: flex-start;
    margin-right: -2rem;
    letter-spacing: calc(-0.5333333333 * var(--vw));
  }
}
#REASON.REASON2 .feature-item--05 .two-column {
  grid-template-columns: 1fr 47rem;
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON2 .feature-item--05 .two-column {
    grid-template-columns: 1fr;
    row-gap: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #REASON.REASON2 .feature-item--05 figure {
    margin-bottom: 1.6rem;
  }
}
#REASON.REASON3 .feature-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 12rem 6rem;
  padding: 0 6.4rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON3 .feature-list {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #REASON.REASON3 .feature-item {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  #REASON.REASON3 .feature-item::before {
    display: block !important;
  }
}
#REASON.REASON3 .feature-item .feature-description .highlight {
  color: #1F603F;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON3 .sec-warranty {
    padding-bottom: 0;
  }
}
#REASON.REASON3 .sec-warranty .warranty-box {
  padding: 0 7.2rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON3 .sec-warranty .warranty-box {
    padding: 7.2rem 0;
  }
}
#REASON.REASON3 .sec-warranty .warranty-text {
  font-size: 1.6rem;
  line-height: 2;
  margin: 4rem 0 0;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON3 .sec-warranty .warranty-text {
    margin-top: 2rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 768px) {
  #REASON.REASON4 .feature-item--01 .two-column {
    grid-template-columns: 100%;
    row-gap: 2.2rem;
  }
}
#REASON.REASON4 .feature-item--01 .two-column .column {
  grid-area: 1/1;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON4 .feature-item--01 .two-column .column {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #REASON.REASON4 .feature-item--01 .two-column .column:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
}
@media only screen and (max-width: 768px) {
  #REASON.REASON4 .feature-item--01 .two-column .column:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
}
#REASON.REASON4 .feature-item--01 .two-column .feature-img {
  width: 37.9rem;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON4 .feature-item--01 .two-column .feature-img {
    width: 100%;
  }
}
#REASON.REASON4 .feature-item--03 .two-column {
  grid-template-columns: 1fr 43rem;
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON4 .feature-item--03 .two-column {
    grid-template-columns: 1fr;
  }
}
#REASON.REASON4 .feature-item--04 .two-column {
  grid-template-columns: 40.6rem 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON4 .feature-item--04 .two-column {
    grid-template-columns: 100%;
  }
}
#REASON.REASON4 .feature-item--04 .feature-img {
  width: 49.1rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON4 .feature-item--04 .feature-img {
    width: 100%;
  }
}
#REASON.REASON4 .feature-item--06 .two-column {
  grid-template-columns: 1fr 35.1rem;
  gap: 2.2rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON4 .feature-item--06 .two-column {
    grid-template-columns: 100%;
  }
}
#REASON.REASON5 .sec-blocks {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON5 .sec-blocks:not(:last-of-type) {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #REASON.REASON5 .sec-blocks:last-of-type .sec-in {
    margin-left: auto;
    margin-right: 0;
  }
}
#REASON.REASON5 .sec-blocks:last-of-type .sec-in::before {
  display: none;
}
#REASON.REASON5 .sec-blocks--color {
  background: #FFF;
}
#REASON.REASON5 .sec-blocks--color .sec-in {
  background: #F2F2F2;
  position: relative;
  padding: 7rem 7rem 7rem 3rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON5 .sec-blocks--color .sec-in {
    width: calc(100dvw - 20px);
    max-width: none;
    margin-left: 0;
  }
}
#REASON.REASON5 .sec-blocks--color .sec-in::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background: #F2F2F2;
  position: absolute;
  left: -100vw;
  top: 0;
}
#REASON.REASON5 .sec-blocks .sec-in {
  max-width: 89rem;
  padding-right: 7rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON5 .sec-blocks .sec-in {
    padding: 7rem 20px;
  }
}
#REASON.REASON5 .sec-blocks .sec-blocks-title {
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.581;
  margin-bottom: 3.2rem;
  color: #898989;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON5 .sec-blocks .sec-blocks-title {
    font-size: 2.4rem;
  }
}
#REASON.REASON5 .sec-blocks .two-column {
  grid-template-columns: 1fr 40rem;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON5 .sec-blocks .two-column {
    grid-template-columns: 100%;
    row-gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #REASON.REASON5 .sec-blocks figure {
    margin-bottom: 0;
  }
}
#REASON.REASON6 .img_summary {
  margin: 3.2rem 0;
}
#REASON.REASON6 .feature-item--03 .two-column {
  grid-template-columns: 1fr 47rem;
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON6 .feature-item--03 .two-column {
    grid-template-columns: 1fr;
  }
}
#REASON.REASON6 .feature-item--05 .two-column {
  grid-template-columns: 1fr 47rem;
  gap: 3.2rem;
}
#REASON.REASON6 .features-description {
  color: #000;
}
#REASON.REASON7 .sec-page-summary .sec-in--summary {
  max-width: 102rem;
  padding: 0 0 0 9rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-summary .sec-in--summary {
    padding: 0 2rem;
  }
}
#REASON.REASON7 .sec-page-summary .two-column {
  margin-top: 3.2rem;
  grid-template-columns: 1fr 54.8rem;
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-summary .two-column {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}
#REASON.REASON7 .sec-page-summary .summary-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-summary .summary-column {
    grid-template-columns: 1fr;
  }
}
#REASON.REASON7 .sec-page-summary .summary-column .summary-column--tag {
  color: #FFF;
  background: #C14029;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.2rem 1.6rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-summary .summary-column .summary-column--tag {
    grid-area: 1/1/2/2;
    padding: 0.2rem 20px;
    font-size: 20px;
    word-break: keep-all;
  }
}
#REASON.REASON7 .sec-page-summary .summary-column .summary-column--title {
  font-size: 2rem;
  font-weight: bold;
  color: #C14029;
  margin-bottom: 0.8rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-summary .summary-column .summary-column--title {
    grid-area: 2/1/3/3;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 20px;
  }
}
#REASON.REASON7 .sec-page-summary .summary-column .summary-column--01 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-summary .summary-column .summary-column--01 {
    position: static;
    display: grid;
    grid-template-columns: 120px auto 160px;
    grid-template-rows: repeat(3, auto);
    width: 100%;
  }
}
#REASON.REASON7 .sec-page-summary .summary-column .summary-column--01 .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 15.9rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-summary .summary-column .summary-column--01 .img {
    position: static;
    grid-area: 1/3/3/4;
    text-align: center;
  }
}
#REASON.REASON7 .sec-page-summary .summary-column .summary-column--02 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-summary .summary-column .summary-column--02 {
    position: static;
    display: grid;
    grid-template-columns: 180px auto 145px;
    grid-template-rows: repeat(3, auto);
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-summary .summary-column .summary-column--02 .summary-column--title {
    margin-bottom: 1.3rem;
  }
}
#REASON.REASON7 .sec-page-summary .summary-column .summary-column--02 .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 14.3rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-summary .summary-column .summary-column--02 .img {
    position: static;
    grid-area: 1/3/3/4;
    width: auto;
    margin-bottom: 0;
    text-align: center;
  }
}
#REASON.REASON7 .sec-page-summary .summary-column .summary-column--02 .img img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-summary .summary-column .txt {
    grid-area: 3/1/4/4;
  }
}
#REASON.REASON7 .sec-blocks {
  overflow: hidden;
}
#REASON.REASON7 .sec-blocks--color {
  background: #FFF;
}
#REASON.REASON7 .sec-blocks--color .sec-in {
  background: #FBF2F0;
  position: relative;
  padding: 7rem 7rem 7rem 3rem;
}
#REASON.REASON7 .sec-blocks--color .sec-in::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background: #F2F2F2;
  position: absolute;
  left: -100vw;
  top: 0;
}
#REASON.REASON7 .sec-blocks .sec-in {
  max-width: 89rem;
  padding-right: 7rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-blocks .sec-in {
    padding: 7rem 20px;
  }
}
#REASON.REASON7 .sec-blocks .two-column--head {
  margin-top: 4.8rem;
  grid-template-columns: 40.6rem 1fr;
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-blocks .two-column--head {
    grid-template-columns: 1fr;
    row-gap: 2.2rem;
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-blocks .two-column--head figure {
    margin-bottom: 0;
  }
}
#REASON.REASON7 .blocks-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .blocks-list {
    grid-template-columns: 1fr;
  }
}
#REASON.REASON7 .blocks-list li .list-title {
  font-weight: bold;
  font-size: 2rem;
  color: #C14029;
  border-left: 1px solid #C14029;
  border-right: 1px solid #C14029;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .blocks-list li .list-title {
    width: 23.5rem;
    margin: 0 auto 0.8rem;
    line-height: 1.6;
  }
}
#REASON.REASON7 .blocks-list li .img {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .blocks-list li .img {
    width: 23.5rem;
    margin: 0 auto 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-content {
    padding-bottom: 10rem;
  }
}
#REASON.REASON7 .sec-page-content .two-column--head {
  margin-top: 4.8rem;
  grid-template-columns: 1fr 37.6rem;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-content .two-column--head {
    grid-template-columns: 1fr;
    row-gap: 1.8rem;
    margin-top: 2.4rem;
  }
}
#REASON.REASON7 .sec-page-content .block-title {
  background: #C14029;
  font-size: 2.8rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 0.7rem 0;
  margin: 11rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-content .block-title {
    margin: 7rem 0 3rem;
    padding: 1.2rem 0;
    line-height: 1.4;
    font-size: 2rem;
  }
}
#REASON.REASON7 .sec-page-content .list-structure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-content .list-structure {
    grid-template-columns: 1fr;
    row-gap: 5rem;
  }
}
#REASON.REASON7 .sec-page-content .list-structure li .list-title {
  font-weight: bold;
  font-size: 2rem;
  color: #C14029;
  border-left: 1px solid #C14029;
  padding: 0 0 0.8rem 1.6rem;
  line-height: 1.8;
}
#REASON.REASON7 .sec-page-content .list-structure li .img {
  margin-bottom: 1.6rem;
}
#REASON.REASON7 .sec-page-content .list-structure li .img.img_structure_03 {
  max-width: 26.95rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-content .list-structure li .img.img_structure_03 {
    max-width: none;
  }
}
#REASON.REASON7 .sec-page-content .list-structure li .img.img_structure_04 {
  max-width: 26.95rem;
}
@media only screen and (max-width: 768px) {
  #REASON.REASON7 .sec-page-content .list-structure li .img.img_structure_04 {
    max-width: none;
  }
}

#NAGARE .nagare-header {
  background: #000;
  color: #FFF;
}
#NAGARE .nagare-header .lineup-title {
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  font-size: 3.5rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #NAGARE .nagare-header .lineup-title {
    font-size: 2.1rem;
  }
}
#NAGARE .nagare-header .lineup-title--jp {
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  margin-left: 1.6rem;
}
#NAGARE .sec-page-head {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head {
    padding: 3rem 0 7rem;
  }
}
#NAGARE .sec-page-head .sec-in--head {
  max-width: 102rem;
  padding: 0 0 0 9rem;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .sec-in--head {
    padding-left: 0;
  }
}
#NAGARE .sec-page-head .layout--02 {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .layout--02 {
    padding-bottom: 3rem;
    border-bottom: 1px solid #c88d32;
  }
}
#NAGARE .sec-page-head .layout--02__box {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .layout--02__box {
    flex-direction: column;
    gap: 2rem;
  }
}
#NAGARE .sec-page-head .layout--02__box--reverse {
  flex-direction: row-reverse;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .layout--02__box--reverse {
    margin-top: 1.6rem;
  }
}
#NAGARE .sec-page-head .layout--02__img {
  object-fit: contain;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .layout--02__img {
    display: block;
    width: auto;
    max-width: 100%;
    margin-bottom: 1.8rem;
  }
}
#NAGARE .sec-page-head .layout--02__img--left {
  flex: 1;
}
#NAGARE .sec-page-head .layout--02__img--right {
  flex: 1;
}
#NAGARE .sec-page-head .layout--02__info {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .layout--02__info {
    width: 100%;
  }
}
#NAGARE .sec-page-head .layout--02__ttl {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .layout--02__ttl {
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
  }
}
#NAGARE .sec-page-head .layout--02__txt {
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .layout--02__txt {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
#NAGARE .sec-page-head .layout--02__co-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .layout--02__co-box {
    margin-top: 2.4rem;
  }
}
#NAGARE .sec-page-head .layout--02__co-box .upper {
  font-size: 1.6rem;
  text-align: center;
}
#NAGARE .sec-page-head .layout--02__co-box .lower {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
#NAGARE .sec-page-head .layout--02__co-box .lower .imgs img {
  padding-top: 0.5rem;
}
#NAGARE .sec-page-head .layout--02__co-box .lower .txt {
  font-size: 4.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .layout--02__co-box .lower .txt {
    font-size: 3.6rem;
  }
}
#NAGARE .sec-page-head .layout--02 .bnr-box {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .layout--02 .bnr-box {
    flex-direction: column;
    gap: 1.4rem;
  }
}
#NAGARE .sec-page-head .layout--02 .bnr-box a {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .layout--02 .bnr-box a {
    width: 100%;
  }
}
#NAGARE .sec-page-head .flow-003 {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003 {
    width: calc(100dvw - 20px);
    margin: 0 auto 0 0;
  }
}
#NAGARE .sec-page-head .flow-003::after {
  content: "";
  display: block;
  position: absolute;
  top: 8.2rem;
  left: 6.6rem;
  width: 1.2rem;
  height: calc(100% - 46rem);
  background-color: #c88d32;
  opacity: 0.2;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003::after {
    top: 4.2rem;
    left: 2.5rem;
    height: calc(100% - 43.6rem);
  }
}
#NAGARE .sec-page-head .flow-003__item {
  padding: 3.2rem;
  display: flex;
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003__item {
    padding: 2.4rem 0 0;
    gap: 0;
  }
}
#NAGARE .sec-page-head .flow-003__item:first-of-type {
  padding-top: 0;
}
#NAGARE .sec-page-head .flow-003__item:nth-child(odd) .flow-003__number {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003__item:nth-of-type(n+10) .layout--02 {
    padding-bottom: 0;
    border-bottom: none;
  }
}
#NAGARE .sec-page-head .flow-003__number {
  width: 8rem;
  height: 8rem;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  font-family: "Poppins", serif;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003__number {
    width: 6rem;
    height: 6rem;
  }
}
#NAGARE .sec-page-head .flow-003__number .number {
  font-size: 5.9rem;
  display: block;
  color: #c88d32;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003__number .number {
    font-size: 4rem;
  }
}
#NAGARE .sec-page-head .flow-003__number11 {
  width: 3.2rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  font-family: "Poppins", serif;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003__number11 {
    width: 0;
    height: 6rem;
  }
}
#NAGARE .sec-page-head .flow-003__number11 .number {
  font-size: 5.9rem;
  display: block;
  color: #002d5d;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003__number11 .number {
    font-size: 4rem;
  }
}
#NAGARE .sec-page-head .flow-003__number11 .ab-set {
  position: absolute;
  left: -3.2rem;
  top: -4.8rem;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003__number11 .ab-set {
    left: -2.4rem;
    top: -2.7rem;
  }
}
#NAGARE .sec-page-head .flow-003__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003__ttl {
    font-size: 1.8rem;
  }
}
#NAGARE .sec-page-head .flow-003 .last-pos {
  margin-left: 6.8rem;
  padding-left: 1.2rem;
  background-color: #d6e1ee;
  border-radius: 20px;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003 .last-pos {
    position: relative;
    z-index: 1;
    margin-top: 4.4rem;
    margin-left: 2rem;
    padding: 2.4rem 2rem;
    background-color: transparent;
  }
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003 .last-pos::before, #NAGARE .sec-page-head .flow-003 .last-pos::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003 .last-pos::before {
    top: 0;
    z-index: -1;
    height: 100%;
    border-radius: 20px;
    background-color: #d6e1ee;
  }
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003 .last-pos::after {
    top: -2rem;
    z-index: -2;
    height: calc(2rem + 20px);
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  #NAGARE .sec-page-head .flow-003 .last-pos .layout--02__ttl {
    margin-left: 2rem;
  }
}
#NAGARE .sec-page-head .flow-003 .mt-0 {
  margin-top: 0 !important;
}

#LINEUP .lineup-header {
  background: #000;
  color: #FFF;
}
#LINEUP .lineup-header .lineup-title {
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  font-size: 5.7rem;
  font-family: "Poppins", serif;
  font-weight: bold;
}
#LINEUP .lineup-header .lineup-title--jp {
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .lineup-header .lineup-title {
    font-size: 3.5rem;
  }
}
#LINEUP .sec-page-head .sec-in--head {
  max-width: 102rem;
}
@media print, screen and (min-width: 769px) {
  #LINEUP .sec-page-head .sec-in--head {
    padding: 0 0 0 9rem;
  }
}
#LINEUP .sec-page-head .two-column {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  #LINEUP .sec-page-head .two-column {
    grid-template-columns: 1fr 51.4rem;
    gap: 5.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column .order-01sp {
    order: 1;
  }
  #LINEUP .sec-page-head .two-column .order-02sp {
    order: 2;
  }
}
#LINEUP .sec-page-head .two-column .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#LINEUP .sec-page-head .two-column .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#LINEUP .sec-page-head .two-column .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column .column1 .model-titile {
    font-size: 2rem;
  }
  #LINEUP .sec-page-head .two-column .column1 .model-titile .highlight {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  #LINEUP .sec-page-head .two-column .column2 .series-img {
    margin-top: 4rem;
  }
}
#LINEUP .sec-page-head .two-column .column2 .series-img--v {
  max-width: 11.1rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column .column2 .series-img--v {
    max-width: 8.8rem;
  }
}
#LINEUP .sec-page-head .two-column .column2 .series-img--cx {
  max-width: 13.1rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column .column2 .series-img--cx {
    max-width: 10.5rem;
  }
}
#LINEUP .sec-page-head .two-column .column2 .series-img--sky {
  max-width: 18.6rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column .column2 .series-img--sky {
    max-width: 14.8rem;
  }
}
#LINEUP .sec-page-head .two-column--body {
  margin-top: 1.6rem;
  align-items: flex-end;
}
#LINEUP .sec-page-head .two-column_3 {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  #LINEUP .sec-page-head .two-column_3 {
    grid-template-columns: 1fr 38.4rem;
    gap: 5.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_3 .order-01sp {
    order: 1;
  }
  #LINEUP .sec-page-head .two-column_3 .order-02sp {
    order: 2;
  }
}
#LINEUP .sec-page-head .two-column_3 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#LINEUP .sec-page-head .two-column_3 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#LINEUP .sec-page-head .two-column_3 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_3 .column1 .model-titile {
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    position: absolute;
  }
  #LINEUP .sec-page-head .two-column_3 .column1 .model-titile .highlight {
    font-size: 2.8rem;
  }
  #LINEUP .sec-page-head .two-column_3 .column1 .model-titile .co-highlight {
    font-size: 1.2rem;
    letter-spacing: -0.07rem;
  }
}
@media print, screen and (min-width: 769px) {
  #LINEUP .sec-page-head .two-column_3 .column2 .series-img {
    margin-top: 4rem;
  }
}
#LINEUP .sec-page-head .two-column_3 .column2 .series-img--v {
  max-width: 11.1rem;
}
#LINEUP .sec-page-head .two-column_3 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#LINEUP .sec-page-head .two-column_3 .column2 .series-img--sky {
  max-width: 18.6rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_3 .column2 .series-img--sky {
    max-width: 14.8rem;
    margin-top: 2.5rem;
    margin-bottom: 0 !important;
  }
}
#LINEUP .sec-page-head .two-column_3 .column2 .series-img--gran {
  max-width: 51.4rem;
}
#LINEUP .sec-page-head .two-column_3--body {
  margin-top: 1.6rem;
  align-items: center;
}
#LINEUP .sec-page-head .two-column_4 {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  #LINEUP .sec-page-head .two-column_4 {
    grid-template-columns: 1fr 35.3rem;
    gap: 5.5rem;
  }
}
#LINEUP .sec-page-head .two-column_4 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#LINEUP .sec-page-head .two-column_4 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#LINEUP .sec-page-head .two-column_4 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_4 .column1 .model-titile {
    font-size: 2rem;
  }
  #LINEUP .sec-page-head .two-column_4 .column1 .model-titile .highlight {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_4 .column2 {
    display: flex;
    justify-content: flex-end;
  }
}
#LINEUP .sec-page-head .two-column_4 .column2 .series-img {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_4 .column2 .series-img {
    margin-top: 2rem;
  }
}
#LINEUP .sec-page-head .two-column_4 .column2 .series-img--v {
  max-width: 11.1rem;
}
#LINEUP .sec-page-head .two-column_4 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#LINEUP .sec-page-head .two-column_4 .column2 .series-img--sky {
  max-width: 18.6rem;
}
#LINEUP .sec-page-head .two-column_4 .column2 .series-img--cm {
  max-width: 35.3rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_4 .column2 .series-img--cm {
    max-width: 26.8rem;
  }
}
#LINEUP .sec-page-head .two-column_4--body {
  margin-top: 1.6rem;
  align-items: flex-end;
}
#LINEUP .sec-page-head .two-column_41 {
  display: grid;
  grid-template-columns: 1fr;
}
#LINEUP .sec-page-head .two-column_41 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#LINEUP .sec-page-head .two-column_41 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#LINEUP .sec-page-head .two-column_41 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#LINEUP .sec-page-head .two-column_41 .column2 .series-img {
  margin-top: 4rem;
}
#LINEUP .sec-page-head .two-column_41 .column2 .series-img--v {
  max-width: 11.1rem;
}
#LINEUP .sec-page-head .two-column_41 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#LINEUP .sec-page-head .two-column_41 .column2 .series-img--sky {
  max-width: 18.6rem;
}
#LINEUP .sec-page-head .two-column_41--body {
  margin-top: 1.6rem;
  align-items: flex-end;
}
#LINEUP .sec-page-head .two-column_5 {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  #LINEUP .sec-page-head .two-column_5 {
    grid-template-columns: 1fr 43.4rem;
    gap: 5.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_5 .order-01sp {
    order: 1;
  }
  #LINEUP .sec-page-head .two-column_5 .order-02sp {
    order: 2;
  }
}
#LINEUP .sec-page-head .two-column_5 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#LINEUP .sec-page-head .two-column_5 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#LINEUP .sec-page-head .two-column_5 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_5 .column1 .model-titile {
    font-size: 2rem;
  }
  #LINEUP .sec-page-head .two-column_5 .column1 .model-titile .highlight {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_5 .column2 {
    display: flex;
    justify-content: flex-end;
  }
}
#LINEUP .sec-page-head .two-column_5 .column2 .series-img {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_5 .column2 .series-img {
    margin-top: 2rem;
  }
}
#LINEUP .sec-page-head .two-column_5 .column2 .series-img--v {
  max-width: 11.1rem;
}
#LINEUP .sec-page-head .two-column_5 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#LINEUP .sec-page-head .two-column_5 .column2 .series-img--sky {
  max-width: 18.6rem;
}
#LINEUP .sec-page-head .two-column_5 .column2 .series-img--gran {
  max-width: 22.8rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_5 .column2 .series-img--gran {
    max-width: 13.7rem;
  }
}
#LINEUP .sec-page-head .two-column_5--body {
  margin-top: 1.6rem;
  align-items: center;
}
#LINEUP .sec-page-head .two-column_6 {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  #LINEUP .sec-page-head .two-column_6 {
    grid-template-columns: 1fr 43.4rem;
    gap: 5.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_6 .order-01sp {
    order: 1;
  }
  #LINEUP .sec-page-head .two-column_6 .order-02sp {
    order: 2;
  }
}
#LINEUP .sec-page-head .two-column_6 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#LINEUP .sec-page-head .two-column_6 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#LINEUP .sec-page-head .two-column_6 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_6 .column1 .model-titile {
    font-size: 2rem;
  }
  #LINEUP .sec-page-head .two-column_6 .column1 .model-titile .highlight {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_6 .column2 {
    display: flex;
    justify-content: flex-end;
  }
}
#LINEUP .sec-page-head .two-column_6 .column2 .series-img {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_6 .column2 .series-img {
    margin-top: 2rem;
  }
}
#LINEUP .sec-page-head .two-column_6 .column2 .series-img--v {
  max-width: 11.1rem;
}
#LINEUP .sec-page-head .two-column_6 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#LINEUP .sec-page-head .two-column_6 .column2 .series-img--sky {
  max-width: 18.6rem;
}
#LINEUP .sec-page-head .two-column_6 .column2 .series-img--gran {
  max-width: 22.8rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .two-column_6 .column2 .series-img--gran {
    max-width: 16.6rem;
  }
}
#LINEUP .sec-page-head .two-column_6--body {
  margin-top: 1.6rem;
  align-items: center;
}
#LINEUP .sec-page-head .head-title--sub {
  font-size: 2.9rem;
  font-family: "Noto Serif", serif;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .head-title--sub {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    margin-top: 6rem;
  }
}
#LINEUP .sec-page-head .head-block {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .head-block {
    margin-top: 6rem;
  }
}
#LINEUP .sec-page-head .head-block-title {
  font-size: 2.9rem;
  font-feature-settings: "palt";
  margin-bottom: 6rem;
  font-family: "Noto Serif", serif;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .head-block-title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}
#LINEUP .sec-page-head .head-text {
  margin: 5rem 0 0;
  text-align: left;
}
#LINEUP .sec-page-head .head-text p:nth-child(1) {
  font-size: 2.9rem;
  font-feature-settings: "palt";
  font-family: "Noto Serif", serif;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .head-text p:nth-child(1) {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
#LINEUP .sec-page-head .head-text p:nth-child(2) {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .column-sp {
    grid-template-columns: 65% 35%;
  }
}
@media only screen and (max-width: 768px) {
  #LINEUP .sec-page-head .column-sp2 {
    grid-template-columns: 55% 45%;
  }
}
@media print, screen and (min-width: 769px) {
  #LINEUP .sec-contact {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  #LINEUP .ul-line {
    margin-top: 3rem;
    border-top: solid 1px #979898;
    padding-top: 3rem;
  }
}
#LINEUP.LINEUP1 .list-commit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP.LINEUP1 .list-commit {
    grid-template-columns: repeat(2, 1fr);
  }
}
#LINEUP.LINEUP1 .list-commit li {
  text-align: center;
}
#LINEUP.LINEUP1 .list-commit li .commit-title {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP.LINEUP1 .list-commit li .commit-title {
    font-size: 1.7rem;
  }
}
#LINEUP.LINEUP1 .list-commit li .img {
  margin-bottom: 0.8rem;
}
#LINEUP.LINEUP1 .list-commit li .txt {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #LINEUP.LINEUP1 .list-commit li .txt {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
#LINEUP.LINEUP2 .list-feature {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  #LINEUP.LINEUP2 .list-feature {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.7rem;
  }
}
@media only screen and (max-width: 768px) {
  #LINEUP.LINEUP2 .list-feature {
    gap: 6rem;
  }
}
#LINEUP.LINEUP2 .list-feature li .feature-title {
  font-size: 2.2rem;
  font-family: "Noto Serif", serif;
  line-height: 1.6;
  border-left: 2px solid #C88D32;
  padding: 0.8rem 0 0.8rem 1.6rem;
}
#LINEUP.LINEUP2 .list-feature li .img {
  margin-bottom: 1.6rem;
}
#LINEUP.LINEUP3 .list-feature {
  display: grid;
  gap: 3.7rem;
}
@media print, screen and (min-width: 769px) {
  #LINEUP.LINEUP3 .list-feature {
    grid-template-columns: repeat(2, 1fr);
  }
}
#LINEUP.LINEUP3 .list-feature li .feature-title {
  font-size: 2.2rem;
  font-family: "Noto Serif", serif;
  line-height: 1.6;
  border-left: 2px solid #C88D32;
  padding: 0.8rem 0 0.8rem 1.6rem;
}
#LINEUP.LINEUP3 .list-feature li .img {
  margin-bottom: 1.6rem;
}
#LINEUP.LINEUP4 .list-feature {
  display: grid;
  gap: 3.7rem;
}
@media print, screen and (min-width: 769px) {
  #LINEUP.LINEUP4 .list-feature {
    grid-template-columns: repeat(3, 1fr);
  }
}
#LINEUP.LINEUP4 .list-feature li .feature-title {
  font-size: 2.2rem;
  font-family: "Noto Serif", serif;
  line-height: 1.6;
  border-left: 2px solid #C88D32;
  padding: 0.8rem 0 0.8rem 1.6rem;
}
#LINEUP.LINEUP4 .list-feature li .img {
  margin-bottom: 1.6rem;
}
#LINEUP.LINEUP5 .list-feature {
  display: grid;
}
@media print, screen and (min-width: 769px) {
  #LINEUP.LINEUP5 .list-feature {
    grid-template-columns: repeat(2, 1fr);
  }
}
#LINEUP.LINEUP5 .list-feature li .feature-title {
  font-size: 2.2rem;
  font-family: "Noto Serif", serif;
  line-height: 1.6;
  border-left: 2px solid #C88D32;
  padding: 0.8rem 0 0.8rem 1.6rem;
}
#LINEUP.LINEUP5 .list-feature li .img {
  margin-bottom: 1.6rem;
}
#LINEUP.LINEUP5 .list-feature .li1-border {
  border-bottom: solid 1px #000;
}
@media print, screen and (min-width: 769px) {
  #LINEUP.LINEUP5 .list-feature .li1-border {
    border-right: solid 1px #000;
  }
}
#LINEUP.LINEUP5 .list-feature .li2-border {
  border-bottom: solid 1px #000;
}
@media print, screen and (min-width: 769px) {
  #LINEUP.LINEUP5 .list-feature .li3-border {
    border-right: solid 1px #000;
  }
}
@media only screen and (max-width: 768px) {
  #LINEUP.LINEUP5 .list-feature .li3-border {
    border-bottom: solid 1px #000;
  }
}
#LINEUP.LINEUP5 .list-feature .li-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.3rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP.LINEUP5 .list-feature .li-box {
    padding: 2.2rem 0;
  }
}
#LINEUP.LINEUP5 .list-feature .li-box .txt {
  font-size: 1.9rem;
  line-height: 3.4rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP.LINEUP5 .list-feature .li-box .txt {
    font-size: 1.7rem;
    line-height: 3.2rem;
  }
}
#LINEUP.LINEUP5 .list-feature .li-box .txt2 {
  font-size: 1.9rem;
  line-height: 3.4rem;
  margin-top: 1.9rem;
}
@media only screen and (max-width: 768px) {
  #LINEUP.LINEUP5 .list-feature .li-box .txt2 {
    font-size: 1.7rem;
    line-height: 3.2rem;
  }
}
#LINEUP.LINEUP6 .list-feature {
  display: grid;
  gap: 3.7rem;
}
@media print, screen and (min-width: 769px) {
  #LINEUP.LINEUP6 .list-feature {
    grid-template-columns: repeat(2, 1fr);
  }
}
#LINEUP.LINEUP6 .list-feature li .feature-title {
  font-size: 2.2rem;
  font-family: "Noto Serif", serif;
  line-height: 1.6;
  border-left: 2px solid #C88D32;
  padding: 0.8rem 0 0.8rem 1.6rem;
}
#LINEUP.LINEUP6 .list-feature li .img {
  margin-bottom: 1.6rem;
}
#COMPANY .lineup-header {
  background: #000;
  color: #FFF;
}
#COMPANY .lineup-header .lineup-title {
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  font-size: 3.5rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}
#COMPANY .lineup-header .lineup-title--jp {
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #COMPANY .lineup-header .lineup-title {
    font-size: 2.1rem;
  }
}
#COMPANY .sec-page-head .sec-in--head {
  max-width: 102rem;
}
#COMPANY .sec-page-head .two-column {
  display: grid;
  grid-template-columns: 1fr 61rem;
  grid-template-rows: repeat(2, auto);
  gap: 1rem 3.4em;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-page-head .two-column {
    grid-template-columns: 17.5rem 1fr;
    gap: 2.7rem 1.5rem;
  }
}
#COMPANY .sec-page-head .two-column .column1 {
  grid-area: 1/1/3/2;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-page-head .two-column .column1 {
    grid-area: 1/1/2/2;
  }
}
#COMPANY .sec-page-head .two-column .column1 .series-img {
  margin-top: 0rem;
}
#COMPANY .sec-page-head .two-column .column1 .series-img--ceo {
  max-width: 18rem;
  margin-bottom: 0;
}
#COMPANY .sec-page-head .two-column .column2 {
  grid-area: 1/2/2/3;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-page-head .two-column .column2 {
    display: flex;
    align-items: flex-end;
  }
}
#COMPANY .sec-page-head .two-column .column2 .intro-title {
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: 400 !important;
}
#COMPANY .sec-page-head .two-column .column2 .intro-title .intro-name {
  font-size: 1.7rem;
  line-height: 3.2rem;
  font-family: "Noto Serif", serif;
}
#COMPANY .sec-page-head .two-column .highlight {
  grid-area: 2/2/3/3;
  font-size: 2.9rem;
  line-height: 5.6rem;
  font-family: "Noto Serif", serif;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-page-head .two-column .highlight {
    grid-area: 2/1/3/3;
    line-height: 1.7;
    font-size: 2.4rem;
  }
}
#COMPANY .sec-page-head .two-column--body {
  margin-top: 1.6rem;
  align-items: flex-end;
}
#COMPANY .sec-page-head .two-column_3 {
  display: grid;
  grid-template-columns: 1fr 38.4rem;
  gap: 5.5rem;
}
#COMPANY .sec-page-head .two-column_3 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#COMPANY .sec-page-head .two-column_3 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#COMPANY .sec-page-head .two-column_3 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#COMPANY .sec-page-head .two-column_3 .column2 .series-img {
  margin-top: 4rem;
}
#COMPANY .sec-page-head .two-column_3 .column2 .series-img--v {
  max-width: 11.1rem;
}
#COMPANY .sec-page-head .two-column_3 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#COMPANY .sec-page-head .two-column_3 .column2 .series-img--sky {
  max-width: 18.6rem;
}
#COMPANY .sec-page-head .two-column_3 .column2 .series-img--gran {
  max-width: 51.4rem;
}
#COMPANY .sec-page-head .two-column_3--body {
  margin-top: 1.6rem;
  align-items: center;
}
#COMPANY .sec-page-head .two-column_4 {
  display: grid;
  grid-template-columns: 1fr 35.3rem;
  gap: 5.5rem;
}
#COMPANY .sec-page-head .two-column_4 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#COMPANY .sec-page-head .two-column_4 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#COMPANY .sec-page-head .two-column_4 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#COMPANY .sec-page-head .two-column_4 .column2 .series-img {
  margin-top: 4rem;
}
#COMPANY .sec-page-head .two-column_4 .column2 .series-img--v {
  max-width: 11.1rem;
}
#COMPANY .sec-page-head .two-column_4 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#COMPANY .sec-page-head .two-column_4 .column2 .series-img--sky {
  max-width: 18.6rem;
}
#COMPANY .sec-page-head .two-column_4 .column2 .series-img--cm {
  max-width: 35.3rem;
}
#COMPANY .sec-page-head .two-column_4--body {
  margin-top: 1.6rem;
  align-items: flex-end;
}
#COMPANY .sec-page-head .two-column_41 {
  display: grid;
  grid-template-columns: 1fr;
}
#COMPANY .sec-page-head .two-column_41 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#COMPANY .sec-page-head .two-column_41 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#COMPANY .sec-page-head .two-column_41 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#COMPANY .sec-page-head .two-column_41 .column2 .series-img {
  margin-top: 4rem;
}
#COMPANY .sec-page-head .two-column_41 .column2 .series-img--v {
  max-width: 11.1rem;
}
#COMPANY .sec-page-head .two-column_41 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#COMPANY .sec-page-head .two-column_41 .column2 .series-img--sky {
  max-width: 18.6rem;
}
#COMPANY .sec-page-head .two-column_41--body {
  margin-top: 1.6rem;
  align-items: flex-end;
}
#COMPANY .sec-page-head .two-column_5 {
  display: grid;
  grid-template-columns: 1fr 43.4rem;
  gap: 5.5rem;
}
#COMPANY .sec-page-head .two-column_5 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#COMPANY .sec-page-head .two-column_5 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#COMPANY .sec-page-head .two-column_5 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#COMPANY .sec-page-head .two-column_5 .column2 .series-img {
  margin-top: 4rem;
}
#COMPANY .sec-page-head .two-column_5 .column2 .series-img--v {
  max-width: 11.1rem;
}
#COMPANY .sec-page-head .two-column_5 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#COMPANY .sec-page-head .two-column_5 .column2 .series-img--sky {
  max-width: 18.6rem;
}
#COMPANY .sec-page-head .two-column_5 .column2 .series-img--gran {
  max-width: 22.8rem;
}
#COMPANY .sec-page-head .two-column_5--body {
  margin-top: 1.6rem;
  align-items: center;
}
#COMPANY .sec-page-head .two-column_6 {
  display: grid;
  grid-template-columns: 1fr 43.4rem;
  gap: 5.5rem;
}
#COMPANY .sec-page-head .two-column_6 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#COMPANY .sec-page-head .two-column_6 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#COMPANY .sec-page-head .two-column_6 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#COMPANY .sec-page-head .two-column_6 .column2 .series-img {
  margin-top: 4rem;
}
#COMPANY .sec-page-head .two-column_6 .column2 .series-img--v {
  max-width: 11.1rem;
}
#COMPANY .sec-page-head .two-column_6 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#COMPANY .sec-page-head .two-column_6 .column2 .series-img--sky {
  max-width: 18.6rem;
}
#COMPANY .sec-page-head .two-column_6 .column2 .series-img--gran {
  max-width: 22.8rem;
}
#COMPANY .sec-page-head .two-column_6--body {
  margin-top: 1.6rem;
  align-items: center;
}
#COMPANY .sec-page-head .head-title--sub {
  font-size: 2.9rem;
  font-family: "Noto Serif", serif;
  margin-bottom: 1.6rem;
}
#COMPANY .sec-page-head .head-block {
  margin-top: 10rem;
}
#COMPANY .sec-page-head .head-block-title {
  font-size: 2.9rem;
  font-feature-settings: "palt";
  margin-bottom: 6rem;
  font-family: "Noto Serif", serif;
}
#COMPANY .sec-page-head .head-text {
  margin: 5rem 0 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-page-head .head-text {
    margin-top: 2.4rem;
  }
}
#COMPANY .sec-page-head .head-text p {
  line-height: 3.2rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-page-head .head-text p {
    line-height: 1.75;
  }
}
#COMPANY .sec-contact {
  margin-top: 10rem;
}
#COMPANY .sec-company {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-company {
    margin-top: 7rem;
  }
}
#COMPANY .sec-company .sec-in--head {
  max-width: 102rem;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-company .sec-title--03 {
    row-gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-company .sec-title--03 h3 {
    margin-bottom: 0;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-company .sec-title--03 p {
    line-height: 1.75;
  }
}
#COMPANY .sec-company .table-003 {
  width: 100%;
  margin-top: 5rem;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-company .table-003 {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-company .table-003 tbody {
    display: block;
  }
}
#COMPANY .sec-company .table-003 tr {
  border-bottom: 1px solid #b3b3b3;
}
#COMPANY .sec-company .table-003 tr:first-of-type {
  border-top: 1px solid #b3b3b3;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-company .table-003 tr {
    display: block;
  }
}
#COMPANY .sec-company .table-003 th,
#COMPANY .sec-company .table-003 td {
  padding: 1.6rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-company .table-003 th,
  #COMPANY .sec-company .table-003 td {
    display: block;
  }
}
#COMPANY .sec-company .table-003 th {
  width: 20%;
  background-color: #f2f2f2;
  font-size: 1.6rem;
  font-weight: 600;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-company .table-003 th {
    width: 100%;
    padding: 1.2rem 1.9rem;
  }
}
#COMPANY .sec-company .table-003 td {
  width: 80%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-company .table-003 td {
    width: 100%;
    padding: 1.9rem;
    line-height: 1.625;
  }
}
#COMPANY .sec-company .sdgs-box {
  display: flex;
  justify-content: space-between;
  gap: 5.5rem;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-company .sdgs-box {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
#COMPANY .sec-company .sdgs-box p {
  width: 56%;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-company .sdgs-box p {
    width: 100%;
  }
}
#COMPANY .sec-company .sdgs-box .img {
  width: 44%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #COMPANY .sec-company .sdgs-box .img {
    width: 85%;
  }
}

.pt-97 {
  padding-top: 9.7rem;
}
@media only screen and (max-width: 768px) {
  .pt-97 {
    padding-top: 5rem;
  }
}

#CONTACT {
  /*
  .progress-bar {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 40px 0;

    &__item {
      position: relative;
      text-align: center;
      width: 24%;
      color: #a18052;
      font-weight: bold;
      counter-increment: steps;

      @include media(sp) {
        width: 33.33333%;
      }

      &:before {
        content: "";
        width: 13.4rem;
        height: 13.4rem;
        margin: 0 auto 8px auto;
        border-radius: 50%;
        //background-color: #f5f5f5;
        border: solid 1px #a18052;
        content: counter(steps);
        display: grid;
        place-content: center;
      }

      &:not(:first-child) {
        &:after {
          content: "";
          position: absolute;
          z-index: -1;
          top: 20px;
          left: -50%;
          width: 100%;
          height: 2px;
          //background-color: #f5f5f5;
        }
      }

      &.current {
        color: var(--primary-color);

        &::before,
        &::after {
          background-color: rgba(161, 128, 82, 0.3);
          color: #a18052;
        }
      }
    }
  }
  */
}
@media only screen and (max-width: 768px) {
  #CONTACT {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #CONTACT .sec:has(.two-column) {
    padding: 10rem 0 10rem 5rem;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec:has(.two-column) {
    padding-top: 4rem;
    padding-bottom: 7rem;
  }
}
@media print, screen and (min-width: 769px) {
  #CONTACT .sec-l {
    padding-left: 5rem;
  }
}
#CONTACT .sec-sub {
  margin-top: 3.8rem;
  margin-bottom: 8rem;
}
#CONTACT .lineup-header {
  background: #000;
  color: #FFF;
}
#CONTACT .lineup-header .lineup-title {
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  font-size: 3.5rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}
#CONTACT .lineup-header .lineup-title--jp {
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .lineup-header .lineup-title {
    font-size: 2.1rem;
  }
}
#CONTACT .header-bg-brown {
  background-color: #a18052 !important;
}
#CONTACT .sec-page-head .sec-in--head {
  max-width: 102rem;
}
#CONTACT .sec-page-head .form-title-text {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.8rem;
}
#CONTACT .sec-page-head .form-title-text .color-red {
  color: #ff0000;
}
#CONTACT .sec-page-head .form-title-text .area-text {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
#CONTACT .sec-page-head .form-title-tel {
  font-size: 3.7rem;
  font-weight: 600;
  margin: 6.6rem 0 5.2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .form-title-tel {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 6rem 0 2.5rem;
    text-align: center;
  }
}
#CONTACT .sec-page-head .two-column {
  display: grid;
  gap: 5.5rem;
}
@media print, screen and (min-width: 769px) {
  #CONTACT .sec-page-head .two-column {
    grid-template-columns: 52.2rem 1fr;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .two-column {
    gap: 2.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  #CONTACT .sec-page-head .two-column .column1 {
    width: 41rem;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .two-column .column1 {
    grid-area: 2/1/3/2;
  }
}
#CONTACT .sec-page-head .two-column .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#CONTACT .sec-page-head .two-column .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#CONTACT .sec-page-head .two-column .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#CONTACT .sec-page-head .two-column .column1 .txt1 {
  line-height: 1.6;
  font-size: 1.4rem;
}
#CONTACT .sec-page-head .two-column .column1 .txt2 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .two-column .column1 .txt2 {
    margin-top: 4.5rem;
    line-height: 1.7;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .two-column .column2 {
    grid-area: 1/1/2/2;
  }
}
#CONTACT .sec-page-head .two-column .column2 figure {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .two-column .column2 figure {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}
#CONTACT .sec-page-head .two-column .column2 .series-img {
  margin-top: 4rem;
}
#CONTACT .sec-page-head .two-column .column2 .series-img--v {
  max-width: 11.1rem;
}
#CONTACT .sec-page-head .two-column .column2 .series-img--cx {
  max-width: 13.1rem;
}
#CONTACT .sec-page-head .two-column .column2 .series-img--sky {
  max-width: 18.6rem;
}
#CONTACT .sec-page-head .two-column--body {
  align-items: flex-end;
  margin-bottom: 9rem;
}
#CONTACT .sec-page-head .two-column-m {
  display: grid;
  gap: 2.5rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .two-column-m {
    gap: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  #CONTACT .sec-page-head .two-column-m .column1 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .two-column-m .column1 {
    width: 100%;
  }
}
#CONTACT .sec-page-head .two-column-m .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#CONTACT .sec-page-head .two-column-m .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#CONTACT .sec-page-head .two-column-m .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#CONTACT .sec-page-head .two-column-m .column1 .txt1 {
  line-height: 2.2;
  font-size: 1.6rem;
}
#CONTACT .sec-page-head .two-column-m .column1 .txt2 {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .two-column-m .column1 .txt2 {
    margin-top: 1.5rem;
    line-height: 1.7;
    font-size: 1.5rem;
  }
}
#CONTACT .sec-page-head .two-column-m .column2 figure {
  margin-bottom: 0;
  max-width: 83rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .two-column-m .column2 figure {
    width: 100%;
  }
}
#CONTACT .sec-page-head .two-column-m .column2 .series-img {
  margin-top: 4rem;
}
#CONTACT .sec-page-head .two-column-m .column2 .series-img--v {
  max-width: 11.1rem;
}
#CONTACT .sec-page-head .two-column-m .column2 .series-img--cx {
  max-width: 13.1rem;
}
#CONTACT .sec-page-head .two-column-m .column2 .series-img--sky {
  max-width: 18.6rem;
}
#CONTACT .sec-page-head .two-column-m--body {
  align-items: flex-end;
  margin-bottom: 9rem;
}
#CONTACT .sec-page-head .head-title--sub {
  margin-bottom: 2rem;
  line-height: 5.6rem;
  font-size: 2.9rem;
  font-family: "Noto Serif", serif;
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .head-title--sub {
    line-height: 1.7;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .head-title--sub:nth-child(3) {
    margin-bottom: 1rem;
    line-height: 2;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #CONTACT .sec-page-head .column3 {
    display: flex;
    justify-content: space-between;
    max-width: 83rem;
    margin-bottom: 11rem;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .column3 {
    margin-bottom: 7rem;
  }
}
@media print, screen and (min-width: 769px) {
  #CONTACT .sec-page-head .column3 .item {
    width: calc(33.3333333333% - 2.7rem);
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .column3 .item {
    margin-bottom: 4rem;
  }
}
#CONTACT .sec-page-head .column3 .item p {
  line-height: 1.9;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .column3 .item p {
    margin-top: 2rem;
  }
}
#CONTACT .sec-page-head .head-block {
  margin-top: 10rem;
}
#CONTACT .sec-page-head .head-block-title {
  font-size: 2.9rem;
  font-feature-settings: "palt";
  margin-bottom: 6rem;
  font-family: "Noto Serif", serif;
}
#CONTACT .sec-page-head .map {
  display: grid;
  width: 100%;
  max-width: 83rem;
}
@media print, screen and (min-width: 769px) {
  #CONTACT .sec-page-head .map {
    grid-template-columns: 52.2rem 1fr;
    gap: 5.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .map {
    gap: 2.5rem;
  }
}
#CONTACT .sec-page-head .map iframe {
  display: block;
  aspect-ratio: 1.718;
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .map iframe {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    aspect-ratio: 0.84;
  }
}
#CONTACT .sec-page-head .map .txt1 {
  display: flex;
  flex-direction: column;
  width: 41rem;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
  #CONTACT .sec-page-head .map .txt1 {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .sec-page-head .map .txt1 {
    width: 100%;
    row-gap: 2rem;
  }
}
#CONTACT .empty-fields-count {
  background-color: #f2f2f2;
  position: fixed;
  right: 20px;
  top: 100px;
  line-height: 1.4;
  padding: 16px;
  display: none;
  z-index: 3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #CONTACT .empty-fields-count {
    top: auto;
    bottom: 10px;
    right: 10px;
    padding: 10px;
  }
}
#CONTACT .empty-fields-count::before {
  content: "";
  position: absolute;
  left: -24px;
  bottom: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #f2f2f2 transparent;
  border-width: 0px 0px 24px 24px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .empty-fields-count::before {
    left: -18px;
    border-style: solid;
    border-color: transparent #f2f2f2 transparent transparent;
    border-width: 0px 18px 18px 0px;
  }
}
#CONTACT .empty-fields-count__number {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #CONTACT .empty-fields-count__number {
    font-size: 18px;
  }
}
#CONTACT .tel-area {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #CONTACT .tel-area {
    margin-bottom: 32px;
  }
}
#CONTACT .tel-area__num {
  position: relative;
  font-weight: bold;
  font-size: 5.9rem;
  line-height: 1;
  display: block;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .tel-area__num {
    font-size: 3.2rem;
    margin-top: 1.4rem;
  }
}
#CONTACT .tel-area__num::before {
  content: "";
  display: inline-block;
  height: 4rem;
  width: 6rem;
  background-size: contain;
  background-image: url("../../assets/img/contact/icon-tel.png");
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #CONTACT .tel-area__num::before {
    height: 2.5rem;
    width: 3.8rem;
  }
}
#CONTACT .notes {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  display: inline-block;
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .notes {
    font-size: 12px;
  }
}
#CONTACT .notes::before {
  content: "※";
  position: absolute;
  left: 0;
}
#CONTACT .flow-003 {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #CONTACT .flow-003 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
#CONTACT .flow-003__item {
  padding: 3.2rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .flow-003__item {
    padding: 2.4rem 2rem;
    gap: 1rem;
  }
}
#CONTACT .flow-003__item:nth-child(odd) .flow-003__number {
  border: 1px solid #a18052;
}
#CONTACT .flow-003__number {
  width: 13.4rem;
  height: 13.4rem;
  border-radius: 50%;
  display: flex;
  border: 1px solid #a18052;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  font-family: "Poppins", serif;
}
@media only screen and (max-width: 768px) {
  #CONTACT .flow-003__number {
    width: 8.8rem;
    height: 8.8rem;
    line-height: 1.9rem !important;
  }
}
#CONTACT .flow-003__number .txt {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 5rem;
  color: #a18052;
}
@media only screen and (max-width: 768px) {
  #CONTACT .flow-003__number .txt {
    font-size: 1.9rem;
    line-height: inherit;
  }
}
#CONTACT .flow-003__number .number {
  font-size: 3rem;
  font-weight: 500;
  color: #a18052;
}
@media only screen and (max-width: 768px) {
  #CONTACT .flow-003__number .number {
    font-size: 2.1rem;
  }
}
#CONTACT .flow-003__number .txt2 {
  font-size: 1.7rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #a18052;
}
@media only screen and (max-width: 768px) {
  #CONTACT .flow-003__number .txt2 {
    font-size: 1.4rem;
  }
}
#CONTACT .flow-003__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .flow-003__ttl {
    font-size: 18px;
  }
}
#CONTACT .flow-003 .bg2 {
  background-color: rgba(161, 128, 82, 0.3);
}
#CONTACT .flow-003 .bg3 {
  background-color: rgb(161, 128, 82);
}
#CONTACT .flow-003 .bg3 .txt,
#CONTACT .flow-003 .bg3 .number,
#CONTACT .flow-003 .bg3 .txt2 {
  color: #fff !important;
}
#CONTACT .form-sec {
  display: none;
  background-color: #f5f5f5;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec {
    padding-bottom: 70px;
  }
}
#CONTACT .form-sec .sec-in {
  max-width: 948px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec .sec-in {
    width: 100%;
  }
}
#CONTACT .form-sec .sec-in .form-title {
  font-size: 3.7rem;
  font-weight: 600;
  padding: 12rem 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec .sec-in .form-title {
    font-size: 2.2rem;
    padding: 5rem 0 0;
  }
}
#CONTACT .form-sec .sec-in .form-txt {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding: 2.5rem 0 0;
  text-align: center;
}
#CONTACT .form-sec .sec-in .form-title2 {
  font-size: 2.7rem;
  font-weight: 600;
  padding: 10rem 0 0;
  text-align: center;
}
#CONTACT .form-sec .sec-in .form-title2 .number {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  color: #c88d32;
}
#CONTACT .form-sec .sec-in-wide {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.4rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec .sec-in-wide {
    width: 100%;
  }
}
#CONTACT .form-sec .sec-in-wide .form-title {
  font-size: 3.7rem;
  font-weight: 600;
  padding: 12rem 0 0;
  text-align: center;
}
#CONTACT .form-sec .sec-in-wide .form-txt {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding: 2.5rem 0 0;
  text-align: center;
}
#CONTACT .form-sec .sec-in-wide .form-title2 {
  font-size: 2.7rem;
  font-weight: 600;
  padding: 10rem 0 0;
  text-align: center;
}
#CONTACT .form-sec .sec-in-wide .form-title2 .number {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  color: #c88d32;
}
#CONTACT .form-sec .sec-in-wide .form-sel-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  gap: 2rem;
  padding: 6rem 0 0;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec .sec-in-wide .form-sel-box {
    gap: 10px;
  }
}
#CONTACT .form-sec .sec-in-wide .form-sel-box li {
  width: 23.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: solid 1px #a18052;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec .sec-in-wide .form-sel-box li {
    width: calc(50% - 5px);
  }
}
#CONTACT .form-sec .sec-in-wide .form-sel-box li img {
  width: auto;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec .sec-in-wide .form-sel-box li img {
    margin-top: 2rem;
  }
}
#CONTACT .form-sec .sec-in-wide .form-sel-cobox {
  width: 23.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: solid 1px #a18052;
  position: relative;
}
#CONTACT .form-sec .sec-in-wide .form-sel-cobox img {
  width: auto;
  margin-top: 2.5rem;
}
#CONTACT .form-sec .sec-in-wide .count-catalog {
  display: none;
}
#CONTACT .form-sec .sec-in-wide .catalog-on {
  display: block;
}
#CONTACT .form-sec__box {
  display: grid;
  grid-template-columns: 25.7rem 1fr;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec__box {
    grid-template-columns: 1fr;
  }
}
#CONTACT .form-sec__box .last-border {
  border-bottom: solid 1px #999999;
}
#CONTACT .form-sec__box .last-border2 {
  border-bottom: solid 1px #a18052;
}
#CONTACT .form-sec__box .label-pos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#CONTACT .form-sec__item {
  font-weight: bold;
  position: relative;
  padding: 2rem 1.2rem;
  background-color: #999999;
  border-bottom: solid 1px #fff;
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec__item {
    padding: 1.5rem 1rem;
    border-bottom: none;
  }
}
#CONTACT .form-sec__item .icon-required {
  margin-top: 0.3rem;
  display: inline-block;
  font-size: 1.2rem;
  height: 2rem;
  line-height: 2rem;
  font-weight: normal;
  padding: 0 0.5rem;
  color: #fff;
  background-color: #df0000;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec__item .icon-required {
    position: static;
    width: 4.8rem;
    margin: 2px 0 0;
    border-radius: 0.2rem;
    line-height: 1.8rem;
    text-align: center;
    font-size: 1.3rem;
  }
}
#CONTACT .form-sec__item_int {
  font-weight: bold;
  position: relative;
  padding: 2rem 1.2rem;
  background-color: #a18052;
  border-bottom: solid 1px #fff;
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec__item_int {
    padding: 1.5rem 1rem;
  }
}
#CONTACT .form-sec__item_int .icon-required {
  margin-top: 0.3rem;
  display: inline-block;
  font-size: 1.2rem;
  height: 2rem;
  line-height: 2rem;
  font-weight: normal;
  padding: 0 0.5rem;
  color: #fff;
  background-color: #df0000;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec__item_int .icon-required {
    position: static;
    margin-left: 0.8rem;
    font-size: 1rem;
  }
}
#CONTACT .form-sec fieldset legend {
  width: 25.7rem;
  float: left;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec fieldset legend {
    width: 100%;
  }
}
#CONTACT .form-sec__field {
  font-size: 1.6rem;
  padding: 1.4rem;
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec__field {
    padding: 10px;
    border-left: solid 1px #999999;
  }
}
#CONTACT .form-sec__field--zip {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 16px;
}
#CONTACT .form-sec__field--zip .btn-zip {
  width: 148px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  line-height: 1.3;
  align-items: center;
  padding: 0 24px;
  min-height: 50px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec__field--zip .btn-zip {
    width: calc(50% - 8px);
  }
}
#CONTACT .form-sec__field--zip .btn-zip::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -2px 6px 0 0;
  transition: 0.3s;
  background-image: url("../../assets/img/contact/icon_search.svg");
}
#CONTACT .form-sec__field_int {
  font-size: 1.6rem;
  padding: 1.4rem;
  border-top: solid 1px #a18052;
  border-right: solid 1px #a18052;
}
#CONTACT .form-sec__field_int--zip {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 16px;
}
#CONTACT .form-sec__field_int--zip .btn-zip {
  width: 148px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  line-height: 1.3;
  align-items: center;
  padding: 0 24px;
  min-height: 50px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec__field_int--zip .btn-zip {
    width: calc(50% - 8px);
  }
}
#CONTACT .form-sec__field_int--zip .btn-zip::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -2px 6px 0 0;
  transition: 0.3s;
  background-image: url("../../assets/img/contact/icon_search.svg");
}
#CONTACT .form-sec .v-center {
  display: flex;
  align-items: center;
}
#CONTACT .form-sec .w-75 {
  width: 75%;
}
#CONTACT .form-sec .w-50 {
  width: 50%;
}
#CONTACT .form-sec .w-25 {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec .w-75,
  #CONTACT .form-sec .w-50,
  #CONTACT .form-sec .w-25 {
    width: 100%;
  }
}
#CONTACT .form-sec2 {
  background-color: #f5f5f5;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2 {
    padding-bottom: 70px;
  }
}
#CONTACT .form-sec2 .sec-in {
  max-width: 948px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2 .sec-in {
    width: 100%;
  }
}
#CONTACT .form-sec2 .sec-in .form-title {
  font-size: 3.7rem;
  font-weight: 600;
  padding: 12rem 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2 .sec-in .form-title {
    font-size: 2.2rem;
    padding: 5rem 0 0;
  }
}
#CONTACT .form-sec2 .sec-in .form-txt {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding: 2.5rem 0 0;
  text-align: center;
}
#CONTACT .form-sec2 .sec-in .form-title2 {
  font-size: 2.7rem;
  font-weight: 600;
  padding: 10rem 0 0;
  text-align: center;
}
#CONTACT .form-sec2 .sec-in .form-title2 .number {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  color: #c88d32;
}
#CONTACT .form-sec2 .sec-in-wide {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.4rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2 .sec-in-wide {
    width: 100%;
  }
}
#CONTACT .form-sec2 .sec-in-wide .form-title {
  font-size: 3.7rem;
  font-weight: 600;
  padding: 12rem 0 0;
  text-align: center;
}
#CONTACT .form-sec2 .sec-in-wide .form-txt {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding: 2.5rem 0 0;
  text-align: center;
}
#CONTACT .form-sec2 .sec-in-wide .form-title2 {
  font-size: 2.7rem;
  font-weight: 600;
  padding: 10rem 0 0;
  text-align: center;
}
#CONTACT .form-sec2 .sec-in-wide .form-title2 .number {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  color: #c88d32;
}
#CONTACT .form-sec2 .sec-in-wide .form-sel-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  gap: 2rem;
  padding: 6rem 0 0;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2 .sec-in-wide .form-sel-box {
    gap: 10px;
  }
}
#CONTACT .form-sec2 .sec-in-wide .form-sel-box li {
  width: 23.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: solid 1px #a18052;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2 .sec-in-wide .form-sel-box li {
    width: calc(50% - 5px);
  }
}
#CONTACT .form-sec2 .sec-in-wide .form-sel-box li img {
  width: auto;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2 .sec-in-wide .form-sel-box li img {
    margin-top: 2rem;
  }
}
#CONTACT .form-sec2 .sec-in-wide .form-sel-cobox {
  width: 23.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: solid 1px #a18052;
  position: relative;
}
#CONTACT .form-sec2 .sec-in-wide .form-sel-cobox img {
  width: auto;
  margin-top: 2.5rem;
}
#CONTACT .form-sec2 .sec-in-wide .count-catalog {
  display: none;
}
#CONTACT .form-sec2 .sec-in-wide .catalog-on {
  display: block;
}
#CONTACT .form-sec2__box {
  display: grid;
  grid-template-columns: 25.7rem 1fr;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2__box {
    grid-template-columns: 1fr;
  }
}
#CONTACT .form-sec2__box .last-border {
  border-bottom: solid 1px #999999;
}
#CONTACT .form-sec2__box .last-border2 {
  border-bottom: solid 1px #a18052;
}
#CONTACT .form-sec2__box .label-pos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#CONTACT .form-sec2__item {
  font-weight: bold;
  position: relative;
  padding: 2rem 1.2rem;
  background-color: #999999;
  border-bottom: solid 1px #fff;
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2__item {
    padding: 1.5rem 1rem;
    border-bottom: none;
  }
}
#CONTACT .form-sec2__item .icon-required {
  margin-top: 0.3rem;
  display: inline-block;
  font-size: 1.2rem;
  height: 2rem;
  line-height: 2rem;
  font-weight: normal;
  padding: 0 0.5rem;
  color: #fff;
  background-color: #df0000;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2__item .icon-required {
    position: static;
    width: 4.8rem;
    margin: 2px 0 0;
    border-radius: 0.2rem;
    line-height: 1.8rem;
    text-align: center;
    font-size: 1.3rem;
  }
}
#CONTACT .form-sec2__item_int {
  font-weight: bold;
  position: relative;
  padding: 2rem 1.2rem;
  background-color: #a18052;
  border-bottom: solid 1px #fff;
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2__item_int {
    padding: 1.5rem 1rem;
  }
}
#CONTACT .form-sec2__item_int .icon-required {
  margin-top: 0.3rem;
  display: inline-block;
  font-size: 1.2rem;
  height: 2rem;
  line-height: 2rem;
  font-weight: normal;
  padding: 0 0.5rem;
  color: #fff;
  background-color: #df0000;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2__item_int .icon-required {
    position: static;
    margin-left: 0.8rem;
    font-size: 1rem;
  }
}
#CONTACT .form-sec2 fieldset legend {
  width: 25.7rem;
  float: left;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2 fieldset legend {
    width: 100%;
  }
}
#CONTACT .form-sec2__field {
  font-size: 1.6rem;
  padding: 1.4rem;
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2__field {
    padding: 10px;
    border-left: solid 1px #999999;
  }
}
#CONTACT .form-sec2__field--zip {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 16px;
}
#CONTACT .form-sec2__field--zip .btn-zip {
  width: 148px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  line-height: 1.3;
  align-items: center;
  padding: 0 24px;
  min-height: 50px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2__field--zip .btn-zip {
    width: calc(50% - 8px);
  }
}
#CONTACT .form-sec2__field--zip .btn-zip::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -2px 6px 0 0;
  transition: 0.3s;
  background-image: url("../../assets/img/contact/icon_search.svg");
}
#CONTACT .form-sec2__field_int {
  font-size: 1.6rem;
  padding: 1.4rem;
  border-top: solid 1px #a18052;
  border-right: solid 1px #a18052;
}
#CONTACT .form-sec2__field_int--zip {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 16px;
}
#CONTACT .form-sec2__field_int--zip .btn-zip {
  width: 148px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  line-height: 1.3;
  align-items: center;
  padding: 0 24px;
  min-height: 50px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2__field_int--zip .btn-zip {
    width: calc(50% - 8px);
  }
}
#CONTACT .form-sec2__field_int--zip .btn-zip::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -2px 6px 0 0;
  transition: 0.3s;
  background-image: url("../../assets/img/contact/icon_search.svg");
}
#CONTACT .form-sec2 .v-center {
  display: flex;
  align-items: center;
}
#CONTACT .form-sec2 .w-75 {
  width: 75%;
}
#CONTACT .form-sec2 .w-50 {
  width: 50%;
}
#CONTACT .form-sec2 .w-25 {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  #CONTACT .form-sec2 .w-75,
  #CONTACT .form-sec2 .w-50,
  #CONTACT .form-sec2 .w-25 {
    width: 100%;
  }
}
#CONTACT .kc-calendar {
  text-align: center;
  background: #fff;
  height: 800px;
}
#CONTACT .kc-calendar iframe {
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #CONTACT .kc-calendar {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  #CONTACT .kc-calendar {
    height: 750px;
  }
  #CONTACT .kc-calendar iframe {
    height: 750px;
  }
}
#CONTACT input[type=text], #CONTACT input[type=email], #CONTACT input[type=tel], #CONTACT input[type=number], #CONTACT input[type=zip], #CONTACT input[type=url], #CONTACT input[type=date] {
  width: 100%;
  height: 3rem;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 0 15px;
  outline: none;
  position: relative;
}
#CONTACT input::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#CONTACT textarea {
  width: 100%;
  height: 240px;
  border: 1px solid #999999;
  border-radius: 4px;
  line-height: 1.4;
  padding: 16px;
  outline: none;
  resize: none;
}
#CONTACT input,
#CONTACT textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #CONTACT input,
  #CONTACT textarea {
    font-size: 12px;
  }
}
#CONTACT input::placeholder,
#CONTACT textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #bbb;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #CONTACT input::placeholder,
  #CONTACT textarea::placeholder {
    font-size: 13px;
  }
}
#CONTACT input:focus,
#CONTACT textarea:focus {
  border: 2px #005fcc solid;
}
#CONTACT input.error,
#CONTACT textarea.error {
  background: #fbe9e8;
  border-color: red;
}
#CONTACT input, #CONTACT select, #CONTACT textarea, #CONTACT radio, #CONTACT checkbox {
  background-color: #fff;
}
#CONTACT .select-list {
  margin-bottom: 1rem;
}
#CONTACT .select-list-non {
  margin-bottom: initial !important;
  padding-top: 0.5rem;
}
#CONTACT .list-box {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  gap: 0 8rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box {
    width: 100%;
    column-gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box li {
    width: 35%;
  }
}
#CONTACT .list-box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
    grid-column-gap: 0px;
    grid-row-gap: 8px;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#CONTACT .list-box2 li:nth-of-type(3n+1) {
  width: 38%;
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:nth-of-type(3n+1) {
    width: 100%;
  }
}
#CONTACT .list-box2 li:nth-of-type(3n+2) {
  width: 28%;
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:nth-of-type(3n+2) {
    width: 100%;
  }
}
#CONTACT .list-box2 li:nth-of-type(3n) {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:nth-of-type(3n) {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:nth-of-type(1) {
    grid-area: 1/1/3/2;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:nth-of-type(2) {
    grid-area: 6/1/7/2;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:nth-of-type(3) {
    grid-area: 4/2/5/3;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:nth-of-type(4) {
    grid-area: 3/1/4/2;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:nth-of-type(5) {
    grid-area: 1/2/2/3;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:nth-of-type(6) {
    grid-area: 5/2/6/3;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:nth-of-type(7) {
    grid-area: 4/1/5/2;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:nth-of-type(8) {
    grid-area: 2/2/3/3;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:nth-of-type(9) {
    grid-area: 6/2/7/3;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:nth-of-type(10) {
    grid-area: 5/1/6/2;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .list-box2 li:nth-of-type(11) {
    grid-area: 3/2/4/3;
  }
}
#CONTACT .select-box {
  overflow: hidden;
  position: relative;
  border: 1px solid #999999;
  border-radius: 4px;
  background-color: #fff;
}
#CONTACT .select-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 24px;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: translateY(-50%) rotate(135deg);
}
#CONTACT .select-box select {
  font-size: 1.6rem;
  height: 3rem;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
  padding: 0 32px 0 15px;
  color: var(--primary-color);
}
#CONTACT .select-box select.error {
  background: #fbe9e8;
  border: 1px solid red;
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box select {
    font-size: 13px;
  }
}
#CONTACT .select-box select::-ms-expand {
  display: none;
}
#CONTACT .select-box select:focus {
  border: 2px #005fcc solid;
}
#CONTACT .select-box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
#CONTACT .select-box2 li {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box2 li {
    width: 100%;
  }
}
#CONTACT .select-box3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, auto);
    grid-column-gap: 0px;
    grid-row-gap: 8px;
  }
}
#CONTACT .select-box3 li {
  width: 33%;
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li {
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(2) {
    grid-area: 7/1/8/2;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(3) {
    grid-area: 5/2/7/3;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(4) {
    grid-area: 2/1/3/2;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(5) {
    grid-area: 8/1/9/2;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(6) {
    grid-area: 3/1/4/2;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(7) {
    grid-area: 1/2/2/3;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(8) {
    grid-area: 7/2/8/3;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(9) {
    grid-area: 4/1/5/2;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(10) {
    grid-area: 2/2/3/3;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(11) {
    grid-area: 8/2/9/3;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(12) {
    grid-area: 3/2/4/3;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(13) {
    grid-area: 5/1/6/2;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(14) {
    grid-area: 4/2/5/3;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .select-box3 li:nth-of-type(15) {
    grid-area: 6/1/7/2;
  }
}
#CONTACT .radio:not(:last-of-type) {
  margin-bottom: 8px;
}
#CONTACT .radio label {
  font-size: 1.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 32px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .radio label {
    padding-left: 27px;
  }
}
#CONTACT .radio label::before, #CONTACT .radio label::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 1.2rem;
  left: 0;
  aspect-ratio: 1;
}
@media only screen and (max-width: 768px) {
  #CONTACT .radio label::before, #CONTACT .radio label::after {
    top: 11px;
  }
}
#CONTACT .radio label::before {
  background-color: #fff;
  border: 1px solid #999999;
  width: 20px;
}
#CONTACT .radio label:has(.error)::before {
  background: #fbe9e8;
  border-color: red;
}
#CONTACT .radio label::after {
  background-color: var(--primary-color);
  opacity: 0;
  width: 1.2rem;
  left: 0.4rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .radio label::after {
    width: 12px;
  }
}
#CONTACT .radio label:has(input:checked)::after {
  opacity: 1;
}
#CONTACT .radio__input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#CONTACT .check-box:not(:last-of-type) {
  margin-bottom: 8px;
}
#CONTACT .check-box label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 1140px) {
  #CONTACT .check-box label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #CONTACT .check-box label {
    padding-left: 27px;
  }
}
#CONTACT .check-box__input {
  margin: 0;
  width: 0;
  opacity: 0;
}
#CONTACT .check-box__input.error + .check-box__border {
  background: #fbe9e8;
  border-color: red;
}
#CONTACT .check-box__input:checked + .check-box__border {
  background: #fff;
  border: 1px solid #b3b3b3;
}
#CONTACT .check-box__input:checked + .check-box__border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background: url("../../assets/img/contact/icon_check.svg") no-repeat center;
}
#CONTACT .check-box__border {
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #999999;
  background-color: #fff;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .check-box__border {
    top: 1px;
  }
}
#CONTACT .check-box-req:not(:last-of-type) {
  margin-bottom: 8px;
}
#CONTACT .check-box-req label {
  cursor: pointer;
  width: 100%;
  text-align: center;
}
#CONTACT .check-box-req .bg-non p:nth-child(5) {
  color: #a18052;
}
#CONTACT .check-box-req .bg-brown {
  background-color: #a18052;
  color: #fff;
}
#CONTACT .check-box-req .bg-brown p:nth-child(5) {
  color: #fff;
}
#CONTACT .check-box-req__input {
  margin: 0;
  width: 0;
  opacity: 0;
}
#CONTACT .check-box-req__input.error + .check-box__border {
  background: #fbe9e8;
  border-color: red;
}
#CONTACT .check-box-req__input:checked + .check-box__border {
  background: #fff;
  border: 1px solid #b3b3b3;
}
#CONTACT .check-box-req__input:checked + .check-box__border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background: url("../../assets/img/contact/icon_check.svg") no-repeat center;
}
#CONTACT .check-box-req__border {
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #a18052;
  background-color: #fff;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: initial !important;
  /*
  @include media(sp) {
    top: 2px;
  }
  */
}
#CONTACT .check-box-req .title {
  font-size: 1.7rem;
  font-weight: 500;
  padding: 1.2rem 0;
}
@media only screen and (max-width: 768px) {
  #CONTACT .check-box-req .title {
    font-size: 1.5rem;
  }
}
#CONTACT .check-box-req .text-w {
  color: #fff;
}
#CONTACT .check-box-req .co-title {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .check-box-req .co-title {
    padding-bottom: 1.4rem;
  }
}
#CONTACT input[type=file] {
  display: block;
  margin-top: 8px;
  padding-right: 8px;
}
#CONTACT input[type=file]:not(:last-of-type) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  #CONTACT input[type=file] {
    margin-top: 0;
    width: 100%;
  }
}
#CONTACT .file-btn::file-selector-button {
  font-weight: bold;
  background-color: var(--primary-color);
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  margin-right: 16px;
  transition: 0.3s;
}
#CONTACT .file-btn::file-selector-button:hover {
  opacity: 0.6;
}
#CONTACT span.error {
  color: red;
  margin-top: 4px;
  display: block;
  width: 100%;
}
#CONTACT .remarks {
  font-weight: normal;
  font-size: 14px;
}
#CONTACT .agree-check {
  display: flex;
  justify-content: center;
}
#CONTACT .agree-check + .error {
  text-align: center;
}
#CONTACT .agree-check a {
  text-decoration: underline;
  color: #1558d6;
}
#CONTACT .agree-check a:hover {
  text-decoration: none;
}
#CONTACT .privacy {
  background-color: #f6f6f6;
  margin: 65px 0 40px;
}
#CONTACT .privacy__in {
  border: 40px solid #f6f6f6;
  overflow-y: scroll;
  height: 300px;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .privacy__in {
    border: 24px solid #f6f6f6;
    padding-right: 24px;
  }
}
#CONTACT .privacy__in::-webkit-scrollbar {
  width: 3px;
}
#CONTACT .privacy__in::-webkit-scrollbar-track {
  background-color: #ccc;
}
#CONTACT .privacy__in::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 50px;
}
#CONTACT .privacy__ttl {
  font-size: 22px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .privacy__ttl {
    font-size: 18px;
  }
}
#CONTACT .privacy__sub-ttl {
  font-weight: bold;
  margin: 32px 0 16px;
}
#CONTACT .privacy__sub-txt {
  margin-top: 0.5em;
}
#CONTACT .privacy__enactment {
  text-align: right;
  margin-top: 40px;
}
#CONTACT .btn {
  cursor: pointer;
  line-height: 1.3;
  width: 40rem;
  height: 6.2rem;
  line-height: 2.8rem;
  border: 1px solid #999999;
  color: #000;
  position: relative;
  transition: 0.3s;
  font-size: 2.4rem;
  font-weight: bold;
  display: grid;
  place-content: center;
  margin: 6rem auto 0 !important;
  /* &::after {
    content: "";
    transition: .3s;
    position: absolute;
    width: 6px;
    height: 6px;
    top: calc(50% - 6px / 2);
    right: 16px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
  } */
}
@media only screen and (max-width: 768px) {
  #CONTACT .btn {
    width: 260px;
    height: 48px;
    margin-top: 30px !important;
    font-size: 19px;
  }
}
#CONTACT .btn:hover {
  background-color: #999999;
  color: #000;
}
#CONTACT .btn:hover::after {
  border-color: #999999;
}
#CONTACT .btn--back {
  background-color: #fff;
  color: #000;
}
#CONTACT .btn--back::after {
  right: auto;
  left: 16px;
  transform: rotate(-135deg);
  border-color: #999999;
}
#CONTACT .btn--back:hover {
  background-color: #999999;
  color: #000;
}
#CONTACT .btn--back:hover::after {
  border-color: #999999;
}
#CONTACT .icon-arrow {
  position: relative;
  display: flex;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  /* &::after {
    content: "";
    transition: .3s;
    position: absolute;
    width: 6px;
    height: 6px;
    top: calc(50% - 6px / 2);
    right: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  } */
}
#CONTACT .icon-arrow:has(.btn):hover::after {
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
}
#CONTACT .icon-arrow .btn {
  margin: 0;
}
#CONTACT .icon-arrow.no-link {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 1024px) {
  #CONTACT a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
#CONTACT input[type=number]::-webkit-outer-spin-button,
#CONTACT input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#CONTACT input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
#CONTACT input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
}
#CONTACT textarea {
  resize: none;
}
#CONTACT.confirm .form-sec__item {
  padding-top: 0;
}
#CONTACT.confirm .form-sec__item .icon-required {
  top: 4px;
}
#CONTACT.confirm .form-sec .btn-column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}
#CONTACT.confirm .form-sec .btn-column .icon-arrow {
  margin: 0;
}
#CONTACT.confirm .form-sec .btn-column .btn {
  margin: 0;
}
#CONTACT .imgbox {
  width: 18rem;
  text-align: center;
}
#CONTACT .imgbox img {
  width: 13.3rem;
}
#CONTACT .thanks {
  text-align: center;
}
#CONTACT .thanks .thanks-ttl {
  font-size: 26px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .thanks .thanks-ttl {
    font-size: 20px;
  }
}
#CONTACT .faq-box {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .faq-box {
    margin-bottom: 56px;
    font-size: 18px;
  }
}
#CONTACT .faq-box .q-box {
  color: #a18052;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .faq-box .q-box {
    margin-bottom: 7px;
  }
}
#CONTACT .faq-box .q-box .faq-txt {
  position: relative;
  padding-left: 3.2rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #CONTACT .faq-box .q-box .faq-txt {
    padding-top: 4px;
    padding-left: 40px;
  }
}
#CONTACT .faq-box .q-box .faq-txt::before {
  content: "";
  display: inline-block;
  height: 3.7rem;
  width: 6rem;
  background-size: contain;
  background-image: url("../../assets/img/contact/faq-q.png");
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #CONTACT .faq-box .q-box .faq-txt::before {
    position: absolute;
    top: 0;
    left: -8px;
    width: 50px;
    height: 30px;
  }
}
#CONTACT .faq-box .a-box {
  color: #1a1a1a;
}
#CONTACT .faq-box .a-box .faq-txt {
  position: relative;
  padding-left: 3.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .faq-box .a-box .faq-txt {
    margin-bottom: 32px;
    padding-left: 40px;
  }
}
#CONTACT .faq-box .a-box .faq-txt::before {
  content: "";
  display: inline-block;
  height: 3.7rem;
  width: 6rem;
  background-size: contain;
  background-image: url("../../assets/img/contact/faq-a.png");
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #CONTACT .faq-box .a-box .faq-txt::before {
    position: absolute;
    top: 0;
    left: -8px;
    width: 50px;
    height: 30px;
  }
}
#CONTACT .faq-box .a-box .faq-txt-n {
  position: relative;
  padding-left: 3.2rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #CONTACT .faq-box .a-box .faq-txt-n {
    padding-left: 40px;
  }
}
#CONTACT .faq-box .a-box .faq-txt-n::before {
  content: "";
  display: inline-block;
  height: 3.7rem;
  width: 6rem;
  background-size: contain;
  background-image: url("../../assets/img/contact/faq-a.png");
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #CONTACT .faq-box .a-box .faq-txt-n::before {
    position: absolute;
    top: 0;
    left: -8px;
    width: 50px;
    height: 30px;
  }
}
#CONTACT .faq-box .a-box .faq-txt-non {
  padding-left: 3.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .faq-box .a-box .faq-txt-non {
    padding-left: 40px;
  }
}
#CONTACT .faq-box .a-box .faq-txt-non::before {
  content: "";
  display: inline-block;
  height: 3.7rem;
  width: 6rem;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #CONTACT .faq-box .a-box .faq-txt-non::before {
    position: absolute;
    top: 0;
    left: -8px;
    width: 50px;
    height: 30px;
  }
}
#CONTACT .p-poricy {
  border: solid 1px #999999;
  padding: 3rem;
  margin: 3rem 3rem 12rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .p-poricy {
    margin: 0 0 70px;
    padding: 15px;
  }
}
#CONTACT .p-poricy h3 {
  font-size: 1.9rem;
  background-color: #000;
  padding-left: 1.6rem;
  line-height: 4.5rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #CONTACT .p-poricy h3 {
    margin-bottom: 15px;
    padding-left: 0;
    text-align: center;
  }
}
#CONTACT .p-poricy .co-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
}
#CONTACT .p-poricy .poricy-box ol {
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
}
#CONTACT .p-poricy .poricy-box li {
  font-size: 1.5rem;
  line-height: 2.8rem;
  text-indent: -2.3rem;
  padding-left: 2.5rem;
}
#CONTACT .p-poricy .poricy-box li::before {
  counter-increment: listnum;
  content: counter(listnum) "："; /* 半角スペースを入れて""の中にピリオドを追加 */
  vertical-align: middle;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
}
#CONTACT .footer_catalog {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 2.4rem;
  z-index: 999;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 768px) {
  #CONTACT .footer_catalog {
    font-size: 1.8rem;
  }
}
#CONTACT .footer-on {
  display: block;
}
#CONTACT .footer_catalog .obi_bg {
  color: #b38d51;
  font-size: 2.4rem;
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 768px) {
  #CONTACT .footer_catalog .obi_bg {
    font-size: 1.8rem;
  }
}
#CONTACT .mb0 {
  margin-bottom: 0 !important;
}
#CONTACT .text-center {
  text-align: center;
}
#CONTACT .footer_catalog .obi_bg strong, #CONTACT h3 strong {
  font-size: 3.6rem;
  padding: 0 5px;
  font-weight: 700;
  font-family: "Noto Serif", serif;
}
@media only screen and (max-width: 768px) {
  #CONTACT .footer_catalog .obi_bg strong, #CONTACT h3 strong {
    font-size: 2.7rem;
  }
}
#CONTACT .footer_catalog .catalog_bg {
  background-color: rgba(179, 141, 81, 0.8901960784);
  color: #fff;
  padding: 1.5rem 0;
}
#CONTACT .footer_catalog .d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #CONTACT .footer_catalog .d-flex {
    column-gap: 1.5rem;
  }
}
#CONTACT .footer_catalog .foot_count {
  --size: 3.5rem;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: #fff;
  color: #b38d51;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.7rem;
  font-family: "Noto Serif", serif;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #CONTACT .footer_catalog .foot_count {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 2rem;
  }
}
#CONTACT .footer_catalog .arrow {
  --size: 1.5rem;
  width: var(--size);
  height: var(--size);
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translateY(-7px);
}
#CONTACT .sec-pd {
  padding-top: 60px !important;
}

.blog-boxs {
  width: 66%;
}
@media only screen and (max-width: 768px) {
  .blog-boxs {
    width: 100%;
  }
}

.side-box {
  width: 28%;
}
@media only screen and (max-width: 768px) {
  .side-box {
    width: 100%;
    margin-bottom: 5rem;
  }
}

.side-title2 {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 6.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #1a1a1a;
  margin-bottom: 1.5rem;
}
.side-title2:first-child {
  padding-top: 0;
}

.cat-list {
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 500;
}
.cat-list li:nth-of-type(n+2) {
  border-top: solid 1px #999999;
}

#BLOG .lineup-header {
  background: #000;
  color: #FFF;
}
#BLOG .lineup-header .lineup-title {
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  font-size: 3.5rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}
#BLOG .lineup-header .lineup-title--jp {
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #BLOG .lineup-header .lineup-title {
    font-size: 2.1rem;
  }
}
#BLOG .header-bg-brown {
  background-color: #a18052 !important;
}
#BLOG .sec-page-head .sec-in--head {
  max-width: 93rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #BLOG .sec-page-head .sec-in--head {
    flex-direction: column;
  }
}
#BLOG .sec-page-head .form-title-text {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.8rem;
}
#BLOG .sec-page-head .form-title-text .color-red {
  color: #ff0000;
}
#BLOG .sec-page-head .form-title-text .area-text {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
#BLOG .sec-page-head .form-title-tel {
  font-size: 3.7rem;
  font-weight: 600;
  margin: 6.6rem 0 5.2rem;
  text-align: center;
}
#BLOG .sec-page-head .two-column {
  display: grid;
  grid-template-columns: 1fr 52.2rem;
  gap: 5.5rem;
}
#BLOG .sec-page-head .two-column .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#BLOG .sec-page-head .two-column .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#BLOG .sec-page-head .two-column .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#BLOG .sec-page-head .two-column .column1 .txt1 {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
#BLOG .sec-page-head .two-column .column1 .txt2 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 5rem;
}
#BLOG .sec-page-head .two-column .column2 .series-img {
  margin-top: 4rem;
}
#BLOG .sec-page-head .two-column .column2 .series-img--v {
  max-width: 11.1rem;
}
#BLOG .sec-page-head .two-column .column2 .series-img--cx {
  max-width: 13.1rem;
}
#BLOG .sec-page-head .two-column .column2 .series-img--sky {
  max-width: 18.6rem;
}
#BLOG .sec-page-head .two-column--body {
  margin-top: 1.6rem;
  align-items: flex-start;
}
#BLOG .sec-page-head .head-title--sub {
  font-size: 2.9rem;
  font-family: "Noto Serif", serif;
  margin-bottom: 1.6rem;
  line-height: 5.6rem;
  margin-top: -2rem;
}
#BLOG .sec-page-head .head-block {
  margin-top: 10rem;
}
#BLOG .sec-page-head .head-block-title {
  font-size: 2.9rem;
  font-feature-settings: "palt";
  margin-bottom: 6rem;
  font-family: "Noto Serif", serif;
}
#BLOG .sec-page-head .map {
  width: 100%;
  display: block;
}
#BLOG .sec-page-head .map img {
  max-width: 83rem;
  margin-top: 5rem;
}
#BLOG .sec-page-head .blog-boxs {
  width: 66%;
}
@media only screen and (max-width: 768px) {
  #BLOG .sec-page-head .blog-boxs {
    width: 100%;
  }
}
#BLOG .sec-page-head .side-box {
  width: 28%;
}
@media only screen and (max-width: 768px) {
  #BLOG .sec-page-head .side-box {
    width: 100%;
  }
}
#BLOG .sec-page-head .blog-dat {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 3.5rem;
  border-bottom: solid #1a1a1a 1px;
  margin-bottom: 3.5rem;
}
#BLOG .sec-page-head .blog-dat-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 3.5rem;
  border-bottom: solid #1a1a1a 1px;
  margin-bottom: 3.5rem;
}
#BLOG .sec-page-head .blog-link {
  display: grid;
  gap: 2rem;
}
@media print, screen and (min-width: 769px) {
  #BLOG .sec-page-head .blog-link {
    grid-template-columns: 20.4rem 1fr;
  }
}
#BLOG .sec-page-head .blog-link-side {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 2rem;
  border-bottom: solid 1px #999;
  margin-bottom: 1.5rem;
}
#BLOG .sec-page-head .blog-link-top {
  width: 100%;
}
#BLOG .sec-page-head .blog-dat-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#BLOG .sec-page-head .blog-dat-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#BLOG .sec-page-head .blog-date {
  font-size: 1.2rem;
}
#BLOG .sec-page-head .blog-date-side {
  font-size: 1.2rem;
  padding: 1rem 0;
}
#BLOG .sec-page-head .blog-date-top {
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #BLOG .sec-page-head .blog-date-top {
    font-size: 1.1rem;
  }
}
#BLOG .sec-page-head .blog-title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #999;
}
#BLOG .sec-page-head .blog-title-side {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  padding-bottom: 1.5rem;
}
#BLOG .sec-page-head .blog-title-top {
  width: 100%;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding: 1.5rem 0;
  border-bottom: solid 1px #999;
}
#BLOG .sec-page-head .blog-title-top::after {
  content: "New!!";
  color: #ff0000;
  margin-left: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #BLOG .sec-page-head .blog-title-top {
    font-size: 1.4rem;
  }
}
#BLOG .sec-page-head .blog-title-top-2 {
  width: 100%;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding: 1.5rem 0;
  border-bottom: solid 1px #999;
}
@media only screen and (max-width: 768px) {
  #BLOG .sec-page-head .blog-title-top-2 {
    font-size: 1.4rem;
  }
}
#BLOG .sec-page-head .blog-text {
  font-size: 1.4rem;
  padding-top: 1.5rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 768px) {
  #BLOG .sec-page-head .blog-text {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
}
#BLOG .sec-page-head .more-link {
  background-color: #c88d32;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
}
#BLOG .sec-page-head .more-link_single {
  background-color: #c88d32;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
}
#BLOG .sec-page-head .linkbox {
  width: 100%;
  margin-top: 2.5rem;
  text-align: right;
}
#BLOG .sec-page-head .linkbox-side {
  width: 100%;
  margin-top: 1.8rem;
  text-align: center;
  background-color: #c88d32;
  padding: 1.5rem 1.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
#BLOG .sec-page-head .linkbox_single {
  width: 100%;
  margin-top: 5.5rem;
  text-align: center;
}
#BLOG .sec-page-head .side-title {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #1a1a1a;
  margin-bottom: 1.5rem;
}
#BLOG .sec-page-head .side-title2 {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 6.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #1a1a1a;
  margin-bottom: 1.5rem;
}
#BLOG .sec-page-head .side-title3 {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #1a1a1a;
  margin-bottom: 1.5rem;
}
#BLOG .blog-text h2 {
  margin: 4.4rem 0;
  border-left: 2.4rem solid #000;
  padding-left: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #BLOG .blog-text h2 {
    border-left-width: 2.2rem;
    padding-left: 1.1rem;
    font-size: 2.2rem;
  }
}
#BLOG .blog-text h3 {
  margin: 3.3rem 0;
  border-bottom: 0.2rem solid #000;
  padding-bottom: 0.6rem;
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #BLOG .blog-text h3 {
    margin: 3rem 0;
    padding-bottom: 0.5rem;
    font-size: 2rem;
  }
}
#BLOG .blog-text figure {
  margin-bottom: 2.2rem;
}
#BLOG .blog-text p a {
  text-decoration: underline;
}
#BLOG .blog-text p a:hover, #BLOG .blog-text p a:active {
  text-decoration: none;
}
#BLOG .blog-text ul {
  padding-left: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #BLOG .blog-text ul {
    padding-left: 2rem;
  }
}
#BLOG .blog-text ul li {
  list-style-type: disc;
}
#BLOG .blog-text ol {
  padding-left: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #BLOG .blog-text ol {
    padding-left: 2rem;
  }
}
#BLOG .blog-text ol li {
  list-style-type: decimal;
}
#BLOG .cat-list {
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 500;
}
#BLOG .cat-list li:nth-of-type(n+2) {
  border-top: solid 1px #999999;
}
#BLOG .cat_ttl {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  #BLOG .cat_ttl {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}

.info-list {
  border-bottom: 0.1rem solid #1a1a1a;
  margin: 2rem auto 0;
  padding: 0 0 2rem;
}

.info-item {
  display: grid;
  grid-template-columns: 5em 10.9rem 1fr;
  gap: 1.4rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .info-item {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
  }
}
.info-item + .info-item {
  border-top: 0.1rem dotted #1A1A1A;
  margin-top: 2rem;
  padding-top: 1.8rem;
}

.info-category {
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3rem;
  aspect-ratio: 109/26;
  width: 10.9rem;
}

@media only screen and (max-width: 768px) {
  .info-content {
    width: 100%;
  }
}

.blog-title-top {
  width: 100%;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding: 1.5rem 0;
  border-bottom: solid 1px #999;
}
.blog-title-top::after {
  content: "New!!";
  color: #ff0000;
  margin-left: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .blog-title-top {
    font-size: 1.4rem;
  }
}

.blog-text {
  font-size: 1.4rem;
  padding-top: 1.5rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .blog-text {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
}
.blog-text > *:nth-child(n+2) {
  margin-bottom: 1rem;
}

.blog-date-top {
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .blog-date-top {
    font-size: 1.1rem;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8rem;
  gap: 1.4rem 2.8rem;
}
@media only screen and (max-width: 768px) {
  .pagination {
    margin-top: 4rem;
    gap: 0.9rem 1.8rem;
  }
}
.pagination a {
  text-decoration: underline;
  font-weight: 600;
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 768px) {
  .pagination a {
    font-size: 1.4rem;
  }
}
.pagination a:hover, .pagination a:active {
  text-decoration: none;
  opacity: 1;
}
.pagination a.current {
  color: #c88d32;
}
.pagination .arrows {
  text-decoration: none;
}
.pagination .arrows:hover, .pagination .arrows:active {
  text-decoration: underline;
}

#INFORMATION .blog-boxs ul:first-child {
  margin-top: 0;
  padding-top: 2rem;
  border-top: 0.1rem solid #1a1a1a;
}
#INFORMATION .sec-title--02 {
  text-align: left;
  font-family: "Poppins", sans-serif;
}
#INFORMATION .sec-page-head .sec-in--head {
  display: flex;
  justify-content: space-between;
  max-width: 93rem;
}
@media only screen and (max-width: 768px) {
  #INFORMATION .sec-page-head .sec-in--head {
    flex-direction: column;
  }
}
#INFORMATION .lineup-header {
  background: #000;
  color: #FFF;
}
#INFORMATION .lineup-header .lineup-title {
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  font-size: 3.5rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}
#INFORMATION .lineup-header .lineup-title--jp {
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #INFORMATION .lineup-header .lineup-title {
    font-size: 2.1rem;
  }
}
#INFORMATION .blog-title-top {
  padding-top: 0;
}
#INFORMATION .blog-title-top::after {
  display: none;
}

#PRIVACY .page-header {
  background-color: #000;
  color: #fff;
}
#PRIVACY .page-header h1 {
  line-height: 1.2;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  font-size: 3.5rem;
}
@media only screen and (max-width: 768px) {
  #PRIVACY .page-header h1 {
    font-size: 2rem;
  }
}

.privacy {
  max-width: 89rem;
  counter-reset: p;
}
.privacy h2 {
  margin-bottom: 3rem;
  line-height: 2;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .privacy h2 {
    margin-bottom: 2rem;
    line-height: 1.5;
  }
}
.privacy h2:has(span) {
  display: flex;
  align-items: flex-start;
  column-gap: 1.5rem;
  counter-increment: p;
}
.privacy h2:has(span)::before {
  content: counter(p);
  width: 2.6rem;
  border: 1px solid #1a1a1a;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.privacy h2:has(span) span {
  width: calc(100% - 4.1rem);
  margin-top: -1rem;
  padding-top: 0.1rem;
  font-weight: inherit;
}
@media only screen and (max-width: 768px) {
  .privacy h2:has(span) span {
    margin-top: -0.4rem;
  }
}
.privacy > p {
  line-height: 1.9;
  font-size: 1.5rem;
}
.privacy > p:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .privacy > p:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.privacy > p + ul,
.privacy > p + ol {
  margin-top: -8rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .privacy > p + ul,
  .privacy > p + ol {
    margin-top: -6rem;
    margin-bottom: 6rem;
  }
}
.privacy li {
  line-height: 1.9;
  font-size: 1.5rem;
}
.privacy .kakko {
  counter-reset: k;
}
.privacy .kakko > li {
  position: relative;
  counter-increment: k;
  padding-left: 2.5rem;
}
.privacy .kakko > li::before {
  content: "(" counter(k) ")";
  position: absolute;
  left: 0;
  top: 0;
}
.privacy .dots {
  padding-left: 2.25rem;
}
.privacy .dots > li {
  list-style-type: disc;
}
.privacy .circle {
  padding-left: 2.25rem;
}
.privacy .circle > li {
  list-style-type: circle;
}

#WORKS .lineup-header {
  background: #000;
  color: #FFF;
}
#WORKS .lineup-header .lineup-title {
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  font-size: 3.5rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}
#WORKS .lineup-header .lineup-title--jp {
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #WORKS .lineup-header .lineup-title {
    font-size: 2.1rem;
  }
}
#WORKS .header-bg-brown {
  background-color: #a18052 !important;
}
#WORKS .sec-page-head .sec-in--head {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #WORKS .sec-page-head .sec-in--head {
    flex-direction: column;
  }
}
#WORKS .sec-page-head .form-title-text {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.8rem;
}
#WORKS .sec-page-head .form-title-text .color-red {
  color: #ff0000;
}
#WORKS .sec-page-head .form-title-text .area-text {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
#WORKS .sec-page-head .form-title-tel {
  font-size: 3.7rem;
  font-weight: 600;
  margin: 6.6rem 0 5.2rem;
  text-align: center;
}
#WORKS .sec-page-head .two-column {
  display: grid;
  grid-template-columns: 1fr 52.2rem;
  gap: 5.5rem;
}
#WORKS .sec-page-head .two-column .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#WORKS .sec-page-head .two-column .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#WORKS .sec-page-head .two-column .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#WORKS .sec-page-head .two-column .column1 .txt1 {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
#WORKS .sec-page-head .two-column .column1 .txt2 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 5rem;
}
#WORKS .sec-page-head .two-column .column2 .series-img {
  margin-top: 4rem;
}
#WORKS .sec-page-head .two-column .column2 .series-img--v {
  max-width: 11.1rem;
}
#WORKS .sec-page-head .two-column .column2 .series-img--cx {
  max-width: 13.1rem;
}
#WORKS .sec-page-head .two-column .column2 .series-img--sky {
  max-width: 18.6rem;
}
#WORKS .sec-page-head .two-column--body {
  margin-top: 1.6rem;
  align-items: flex-start;
}
#WORKS .sec-page-head .head-title--sub {
  font-size: 2.9rem;
  font-family: "Noto Serif", serif;
  margin-bottom: 1.6rem;
  line-height: 5.6rem;
  margin-top: -2rem;
}
#WORKS .sec-page-head .head-block {
  margin-top: 10rem;
}
#WORKS .sec-page-head .head-block-title {
  font-size: 2.9rem;
  font-feature-settings: "palt";
  margin-bottom: 6rem;
  font-family: "Noto Serif", serif;
}
#WORKS .sec-page-head .map {
  width: 100%;
  display: block;
}
#WORKS .sec-page-head .map img {
  max-width: 83rem;
  margin-top: 5rem;
}
#WORKS .sec-page-head .blog-boxs {
  width: 66%;
}
@media only screen and (max-width: 768px) {
  #WORKS .sec-page-head .blog-boxs {
    width: 100%;
  }
}
#WORKS .sec-page-head .side-box {
  width: 28%;
}
@media only screen and (max-width: 768px) {
  #WORKS .sec-page-head .side-box {
    width: 100%;
  }
}
#WORKS .sec-page-head .blog-dat {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 3.5rem;
  border-bottom: solid #1a1a1a 1px;
  margin-bottom: 3.5rem;
}
#WORKS .sec-page-head .blog-dat-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 3.5rem;
  border-bottom: solid #1a1a1a 1px;
  margin-bottom: 3.5rem;
}
#WORKS .sec-page-head .blog-link {
  display: grid;
  gap: 2rem;
}
@media print, screen and (min-width: 769px) {
  #WORKS .sec-page-head .blog-link {
    grid-template-columns: 20.4rem 1fr;
  }
}
#WORKS .sec-page-head .blog-link-side {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 2rem;
  border-bottom: solid 1px #999;
  margin-bottom: 1.5rem;
}
#WORKS .sec-page-head .blog-link-top {
  width: 100%;
}
#WORKS .sec-page-head .blog-dat-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#WORKS .sec-page-head .blog-dat-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#WORKS .sec-page-head .blog-date {
  font-size: 1.2rem;
}
#WORKS .sec-page-head .blog-date-side {
  font-size: 1.2rem;
  padding: 1rem 0;
}
#WORKS .sec-page-head .blog-date-top {
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #WORKS .sec-page-head .blog-date-top {
    font-size: 1.1rem;
  }
}
#WORKS .sec-page-head .blog-title {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #999;
}
#WORKS .sec-page-head .blog-title-side {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  padding-bottom: 1.5rem;
}
#WORKS .sec-page-head .blog-title-top {
  width: 100%;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding: 1.5rem 0;
  border-bottom: solid 1px #999;
}
#WORKS .sec-page-head .blog-title-top::after {
  content: "New!!";
  color: #ff0000;
  margin-left: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #WORKS .sec-page-head .blog-title-top {
    font-size: 1.4rem;
  }
}
#WORKS .sec-page-head .blog-title-top-2 {
  width: 100%;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding: 1.5rem 0;
  border-bottom: solid 1px #999;
}
@media only screen and (max-width: 768px) {
  #WORKS .sec-page-head .blog-title-top-2 {
    font-size: 1.4rem;
  }
}
#WORKS .sec-page-head .blog-text {
  font-size: 1.6rem;
  padding-top: 1.5rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 768px) {
  #WORKS .sec-page-head .blog-text {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
}
#WORKS .sec-page-head .blog-text2 {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 768px) {
  #WORKS .sec-page-head .blog-text2 {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
}
#WORKS .sec-page-head .more-link {
  background-color: #c88d32;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
}
#WORKS .sec-page-head .more-link_single {
  background-color: #c88d32;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
}
#WORKS .sec-page-head .linkbox {
  width: 100%;
  margin-top: 2.5rem;
  text-align: right;
}
#WORKS .sec-page-head .linkbox-side {
  width: 100%;
  margin-top: 1.8rem;
  text-align: center;
  background-color: #c88d32;
  padding: 1.5rem 1.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
#WORKS .sec-page-head .linkbox_single {
  width: 100%;
  margin-top: 5.5rem;
  text-align: center;
}
#WORKS .sec-page-head .side-title {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #1a1a1a;
  margin-bottom: 1.5rem;
}
#WORKS .sec-page-head .side-title2 {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 6.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #1a1a1a;
  margin-bottom: 1.5rem;
}
#WORKS .sec-page-head .side-title3 {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #1a1a1a;
  margin-bottom: 1.5rem;
}
#WORKS .cat-list {
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 500;
}
#WORKS .cat-list li:nth-of-type(n+2) {
  border-top: solid 1px #999999;
}
#WORKS .cat_ttl {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  #WORKS .cat_ttl {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}

#ONLINE .sec-pd {
  padding-top: 0 !important;
}
#ONLINE .lineup-header {
  background: #000;
  color: #FFF;
}
#ONLINE .lineup-header .lineup-title {
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  font-size: 3.5rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}
#ONLINE .lineup-header .lineup-title--jp {
  font-size: 1.6rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #ONLINE .lineup-header .lineup-title {
    font-size: 2.1rem;
  }
}
#ONLINE .top-box {
  padding: 5rem 40% 5rem 0;
  background: #eeeff0 url(../img/contact/bg_online_pc.jpg) center right -5%/contain no-repeat;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #ONLINE .top-box {
    padding: 80% 0 6rem;
    background-image: url(../img/contact/bg_online_sp.jpg);
    background-position: top center;
  }
}
#ONLINE .top-box h2 {
  margin-bottom: 0.5rem;
  line-height: 1.3;
  text-align: center;
  font-size: 5.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #ONLINE .top-box h2 {
    line-height: 1.3;
    font-size: 5rem;
  }
}
#ONLINE .top-box h2 span {
  display: block;
  line-height: 6.8rem;
  text-align: center;
  font-size: 5.7rem;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #c88d32;
}
@media only screen and (max-width: 768px) {
  #ONLINE .top-box h2 span {
    line-height: 1.2;
    font-size: 5rem;
  }
}
#ONLINE .top-box p:nth-of-type(1) {
  margin-bottom: 1rem;
  line-height: 1.7;
  font-size: 2.1rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #ONLINE .top-box p:nth-of-type(1) {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
}
#ONLINE .top-box p:nth-of-type(2) {
  line-height: 2.8rem;
  font-size: 1.7rem;
  font-weight: 500;
}
#ONLINE .top-box p:nth-of-type(2) .color-red {
  color: #f00;
}
#ONLINE .top-box img {
  display: block;
  width: 7rem;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 768px) {
  #ONLINE .top-box img {
    width: 6.7rem;
    margin-bottom: 2rem;
  }
}
#ONLINE .sec-page-head .sec-in--head {
  margin-bottom: -1rem;
  padding: 9rem 0 0;
}
@media only screen and (max-width: 768px) {
  #ONLINE .sec-page-head .sec-in--head {
    margin-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}
#ONLINE .sec-page-head .sec-in--head .nx-txt {
  margin: 7rem 0 0;
  line-height: 1.8;
  text-align: center;
  font-size: 3.7rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #ONLINE .sec-page-head .sec-in--head .nx-txt {
    margin: 6rem 0 0;
    font-size: 2.2rem;
  }
}
#ONLINE .sec-page-head .two-column {
  display: grid;
  grid-template-columns: 1fr 61rem;
  grid-template-rows: repeat(2, auto);
  gap: 1rem 3.4em;
}
@media only screen and (max-width: 768px) {
  #ONLINE .sec-page-head .two-column {
    grid-template-columns: 17.5rem 1fr;
    gap: 2.7rem 1.5rem;
  }
}
#ONLINE .sec-page-head .two-column .column1 {
  grid-area: 1/1/3/2;
}
@media only screen and (max-width: 768px) {
  #ONLINE .sec-page-head .two-column .column1 {
    grid-area: 1/1/2/2;
  }
}
#ONLINE .sec-page-head .two-column .column1 .series-img {
  margin-top: 0rem;
}
#ONLINE .sec-page-head .two-column .column1 .series-img--ceo {
  max-width: 18rem;
  margin-bottom: 0;
}
#ONLINE .sec-page-head .two-column .column2 {
  grid-area: 1/2/2/3;
}
@media only screen and (max-width: 768px) {
  #ONLINE .sec-page-head .two-column .column2 {
    display: flex;
    align-items: flex-end;
  }
}
#ONLINE .sec-page-head .two-column .column2 .intro-title {
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: 400 !important;
}
#ONLINE .sec-page-head .two-column .column2 .intro-title .intro-name {
  font-size: 1.7rem;
  line-height: 3.2rem;
  font-family: "Noto Serif", serif;
}
#ONLINE .sec-page-head .two-column .highlight {
  grid-area: 2/2/3/3;
  font-size: 2.9rem;
  line-height: 5.6rem;
  font-family: "Noto Serif", serif;
}
@media only screen and (max-width: 768px) {
  #ONLINE .sec-page-head .two-column .highlight {
    grid-area: 2/1/3/3;
    line-height: 1.7;
    font-size: 2.4rem;
  }
}
#ONLINE .sec-page-head .two-column--body {
  margin-top: 1.6rem;
  align-items: flex-end;
}
#ONLINE .sec-page-head .two-column_3 {
  display: grid;
  grid-template-columns: 1fr 38.4rem;
  gap: 5.5rem;
}
#ONLINE .sec-page-head .two-column_3 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#ONLINE .sec-page-head .two-column_3 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#ONLINE .sec-page-head .two-column_3 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#ONLINE .sec-page-head .two-column_3 .column2 .series-img {
  margin-top: 4rem;
}
#ONLINE .sec-page-head .two-column_3 .column2 .series-img--v {
  max-width: 11.1rem;
}
#ONLINE .sec-page-head .two-column_3 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#ONLINE .sec-page-head .two-column_3 .column2 .series-img--sky {
  max-width: 18.6rem;
}
#ONLINE .sec-page-head .two-column_3 .column2 .series-img--gran {
  max-width: 51.4rem;
}
#ONLINE .sec-page-head .two-column_3--body {
  margin-top: 1.6rem;
  align-items: center;
}
#ONLINE .sec-page-head .two-column_4 {
  display: grid;
  grid-template-columns: 1fr 35.3rem;
  gap: 5.5rem;
}
#ONLINE .sec-page-head .two-column_4 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#ONLINE .sec-page-head .two-column_4 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#ONLINE .sec-page-head .two-column_4 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#ONLINE .sec-page-head .two-column_4 .column2 .series-img {
  margin-top: 4rem;
}
#ONLINE .sec-page-head .two-column_4 .column2 .series-img--v {
  max-width: 11.1rem;
}
#ONLINE .sec-page-head .two-column_4 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#ONLINE .sec-page-head .two-column_4 .column2 .series-img--sky {
  max-width: 18.6rem;
}
#ONLINE .sec-page-head .two-column_4 .column2 .series-img--cm {
  max-width: 35.3rem;
}
#ONLINE .sec-page-head .two-column_4--body {
  margin-top: 1.6rem;
  align-items: flex-end;
}
#ONLINE .sec-page-head .two-column_41 {
  display: grid;
  grid-template-columns: 1fr;
}
#ONLINE .sec-page-head .two-column_41 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#ONLINE .sec-page-head .two-column_41 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#ONLINE .sec-page-head .two-column_41 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#ONLINE .sec-page-head .two-column_41 .column2 .series-img {
  margin-top: 4rem;
}
#ONLINE .sec-page-head .two-column_41 .column2 .series-img--v {
  max-width: 11.1rem;
}
#ONLINE .sec-page-head .two-column_41 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#ONLINE .sec-page-head .two-column_41 .column2 .series-img--sky {
  max-width: 18.6rem;
}
#ONLINE .sec-page-head .two-column_41--body {
  margin-top: 1.6rem;
  align-items: flex-end;
}
#ONLINE .sec-page-head .two-column_5 {
  display: grid;
  grid-template-columns: 1fr 43.4rem;
  gap: 5.5rem;
}
#ONLINE .sec-page-head .two-column_5 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#ONLINE .sec-page-head .two-column_5 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#ONLINE .sec-page-head .two-column_5 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#ONLINE .sec-page-head .two-column_5 .column2 .series-img {
  margin-top: 4rem;
}
#ONLINE .sec-page-head .two-column_5 .column2 .series-img--v {
  max-width: 11.1rem;
}
#ONLINE .sec-page-head .two-column_5 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#ONLINE .sec-page-head .two-column_5 .column2 .series-img--sky {
  max-width: 18.6rem;
}
#ONLINE .sec-page-head .two-column_5 .column2 .series-img--gran {
  max-width: 22.8rem;
}
#ONLINE .sec-page-head .two-column_5--body {
  margin-top: 1.6rem;
  align-items: center;
}
#ONLINE .sec-page-head .two-column_6 {
  display: grid;
  grid-template-columns: 1fr 43.4rem;
  gap: 5.5rem;
}
#ONLINE .sec-page-head .two-column_6 .column1 .model-titile {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
#ONLINE .sec-page-head .two-column_6 .column1 .model-titile .highlight {
  font-size: 4.4rem;
}
#ONLINE .sec-page-head .two-column_6 .column1 .model-titile .co-highlight {
  font-size: 2rem;
  letter-spacing: -0.07rem;
}
#ONLINE .sec-page-head .two-column_6 .column2 .series-img {
  margin-top: 4rem;
}
#ONLINE .sec-page-head .two-column_6 .column2 .series-img--v {
  max-width: 11.1rem;
}
#ONLINE .sec-page-head .two-column_6 .column2 .series-img--cx {
  max-width: 13.1rem;
}
#ONLINE .sec-page-head .two-column_6 .column2 .series-img--sky {
  max-width: 18.6rem;
}
#ONLINE .sec-page-head .two-column_6 .column2 .series-img--gran {
  max-width: 22.8rem;
}
#ONLINE .sec-page-head .two-column_6--body {
  margin-top: 1.6rem;
  align-items: center;
}
#ONLINE .sec-page-head .head-title--sub {
  font-size: 2.9rem;
  font-family: "Noto Serif", serif;
  margin-bottom: 1.6rem;
}
#ONLINE .sec-page-head .head-block {
  margin-top: 10rem;
}
#ONLINE .sec-page-head .head-block-title {
  font-size: 2.9rem;
  font-feature-settings: "palt";
  margin-bottom: 6rem;
  font-family: "Noto Serif", serif;
}
#ONLINE .sec-page-head .head-text {
  margin: 5rem 0 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #ONLINE .sec-page-head .head-text {
    margin-top: 2.4rem;
  }
}
#ONLINE .sec-page-head .head-text p {
  line-height: 3.2rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #ONLINE .sec-page-head .head-text p {
    line-height: 1.75;
  }
}
#ONLINE .step-list {
  width: 60rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #ONLINE .step-list {
    width: calc(100% - 2rem);
    margin-right: 0;
  }
}
#ONLINE .step-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#ONLINE .step-list li:nth-of-type(1) h3 {
  border: 0.1rem solid #a18052;
  background-color: #fff;
  color: #a18052;
}
#ONLINE .step-list li:nth-of-type(2) h3 {
  border: 0.1rem solid rgba(161, 128, 82, 0.3);
  background-color: rgba(161, 128, 82, 0.3);
  color: #a18052;
}
#ONLINE .step-list li:nth-of-type(3) h3 {
  border: 0.1rem solid #a18052;
  background-color: #a18052;
  color: #fff;
}
#ONLINE .step-list li h3 {
  width: 10.8rem;
  height: 5rem;
  padding: 0.9rem;
  text-align: center;
  font: 600 2.6rem/3rem "Poppins", serif;
}
@media only screen and (max-width: 768px) {
  #ONLINE .step-list li h3 {
    width: 10rem;
    height: auto;
    aspect-ratio: 1;
    padding: 3.4rem 0;
  }
}
#ONLINE .step-list li h3 span {
  font-size: 3rem;
}
#ONLINE .step-list li p {
  width: calc(100% - 12.2rem);
  margin-left: auto;
  line-height: 1.65;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  #ONLINE .step-list li p {
    width: calc(100% - 11rem);
    line-height: 1.7;
    font-size: 1.6rem;
  }
}
#ONLINE .step-list li:not(:last-of-type)::after {
  content: "";
  width: 10.8rem;
  height: 5rem;
  background: transparent url(../img/contact/bg_step.png) center/1.4rem auto no-repeat;
}
@media only screen and (max-width: 768px) {
  #ONLINE .step-list li:not(:last-of-type)::after {
    width: 10rem;
  }
}
#ONLINE .sec-contact {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  #ONLINE .sec-contact {
    margin-top: 7rem;
  }
}
#ONLINE .sec-contact .sec-in--head {
  max-width: 102rem;
}
@media only screen and (max-width: 768px) {
  #ONLINE .sec-contact .sec-title--03 {
    row-gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #ONLINE .sec-contact .sec-title--03 h3 {
    margin-bottom: 0;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #ONLINE .sec-contact .sec-title--03 p {
    line-height: 1.75;
  }
}

#SHOP .lineup-header {
  background-color: #000;
  color: #fff;
}
#SHOP .lineup-header .lineup-title {
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  font-size: 3.5rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #SHOP .lineup-header .lineup-title {
    font-size: 2.1rem;
  }
}
#SHOP .sec-page-head {
  margin-bottom: 20rem;
}
@media only screen and (max-width: 768px) {
  #SHOP .sec-page-head {
    margin-bottom: 8rem;
  }
}

@media print, screen and (min-width: 769px) {
  .shop-intro {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.shop-intro .info {
  width: 35rem;
  padding-left: 2.4rem;
  border-left: 0.4rem solid #000;
}
@media only screen and (max-width: 768px) {
  .shop-intro .info {
    width: auto;
    max-width: 30.4rem;
    margin-bottom: 3.6rem;
  }
}
.shop-intro .info h2 {
  margin-bottom: 1.8rem;
  padding-bottom: 0.7rem;
  border-bottom: 0.1rem solid #000;
  line-height: 1.5;
  font-size: 2.8rem;
  font-family: "Noto Serif", serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .shop-intro .info h2 {
    padding-bottom: 0.3rem;
    font-size: 2.4rem;
  }
}
.shop-intro .info p {
  line-height: 1.5;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .shop-intro .visual {
    width: calc(50vw + 1.5rem);
    margin: 0 calc(50% - 50vw) 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .shop-intro .visual {
    width: calc(100% + 4rem);
    margin: 0 0 5rem -2rem;
  }
}
.shop-intro .lead {
  width: 100%;
  line-height: 2;
  font-size: 1.6rem;
  margin: 5rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .shop-intro .lead {
    margin: 0 0 5rem;
    font-size: 1.4rem;
  }
}
.shop-intro .tile {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .shop-intro .tile {
    gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .shop-intro .tile {
    gap: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .shop-intro .tile img {
    width: calc(33.3333333333% - 2rem);
  }
}
@media only screen and (max-width: 768px) {
  .shop-intro .tile img {
    width: calc(50% - 1rem);
  }
}/*# sourceMappingURL=style.css.map */