@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

html {
  color: #242424;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.font-en {
  font-family: "Cinzel", serif;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.c-header .inner-block {
  max-width: none;
  padding-block: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .header-btn {
  margin-left: auto;
  display: block;
}
.c-header .header-btn:focus-visible .lines .line {
  background: #242424;
}
.c-header .header-btn .lines {
  display: block;
  width: 36px;
  height: auto;
  aspect-ratio: 1;
  position: relative;
}
.c-header .header-btn .lines .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: translate, rotate, background;
  transition-property: translate, rotate, background;
}
.c-header .header-btn .lines .line:nth-child(1) {
  translate: 0 -6px;
}
.c-header .header-btn .lines .line:nth-child(2) {
  translate: 0 6px;
}
.c-header .contents-wrap {
  position: absolute;
  right: 0;
  top: 100%;
  overflow: hidden;
  translate: 100vw 0;
  -webkit-transition: translate 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out;
}
.c-header .contents-wrap > ul {
  background: rgba(255, 255, 255, 0.9);
  border-left: 2px solid #242424;
  border-bottom: 2px solid #242424;
  border-bottom-left-radius: 15px;
  padding: 30px;
  padding-top: 20px;
}
.c-header .contents-wrap > ul > li .header-link {
  border-bottom: 1px solid #003F92;
  width: 100%;
  text-align: left;
  padding-block: 16px 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.c-header .contents-wrap > ul > li .header-link:focus-visible {
  background: #C8E5F5;
}
.c-header .contents-wrap > ul > li .header-link .inn-txt {
  font-size: 18px;
  line-height: 1.3333333333;
  display: inline-block;
  width: 100%;
  padding-right: 2em;
  position: relative;
}
.c-header .contents-wrap > ul > li .header-link .inn-txt::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-arrow-circle.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow-circle.svg") no-repeat center/contain;
  background: currentColor;
  width: 1.5em;
  height: 1.5em;
  aspect-ratio: 1;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  rotate: 90deg;
}
.c-header.mv-out {
  background-color: rgba(0, 63, 146, 0.9);
}
.c-header.is-active .header-btn .lines .line {
  margin: auto;
}
.c-header.is-active .header-btn .lines .line:nth-child(1) {
  rotate: 45deg;
  translate: 0;
}
.c-header.is-active .header-btn .lines .line:nth-child(2) {
  rotate: -45deg;
  translate: 0;
}
.c-header.is-active .contents-wrap {
  translate: 0 0;
}

.c-footer {
  background-color: #242424;
  color: #fff;
  padding-block: 65px 170px;
}
.c-footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
.c-footer .wrap .sns-area,
.c-footer .wrap .link-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 44px;
}
.c-footer .wrap .sns-area > ul,
.c-footer .wrap .link-area > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.c-footer .wrap .sns-area > p {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.c-footer .wrap .sns-area > ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-footer .wrap .sns-area > ul li a:focus-visible {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.c-footer .wrap .sns-area > ul li img {
  width: 27px;
}
.c-footer .wrap .link-area {
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
  gap: 54px;
}
.c-footer .wrap .link-area > ul {
  gap: 15px;
}
.c-footer .wrap .link-area > ul li a {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration-color 0.3s ease-in-out;
  transition: -webkit-text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
}
.c-footer .wrap .link-area > ul li a:focus-visible {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.c-footer .wrap .link-area .copyright {
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
}

/* --------------------------------
c-title
----------------------------------- */
.c-ttl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px clamp(16px, 3.7288135593vw, 44px);
}
.c-ttl01 .main-txt {
  font-size: clamp(28px, 2.7818448023vw, 38px);
  line-height: 2.0526315789;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.c-ttl01 .sub-txt {
  font-size: clamp(16px, 1.4641288433vw, 20px);
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.c-ttl01 .sub-txt.ico-line::before {
  height: 1.85em;
}
.c-ttl01.has-en {
  padding-top: 19px;
  position: relative;
}
.c-ttl01.has-en .main-txt .en-txt {
  background: #6B96CE;
  background: -webkit-gradient(linear, right top, left top, from(#0052BE), to(#10AEC3));
  background: linear-gradient(270deg, #0052BE 0%, #10AEC3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 17px;
  line-height: 1.1176470588;
  letter-spacing: 0.05em;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-ttl01.has-en .main-txt .inn-txt {
  display: block;
}
.c-ttl01.clr-white {
  color: #fff;
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  background: #fff;
  font-size: 18px;
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
  padding-block: 24px;
  padding-inline: 28px;
  width: 100%;
  max-width: 500px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.c-btn01:focus-visible {
  background: #C8E5F5;
}
.c-btn01.txt-center .inn-txt {
  padding-left: 15px;
  text-align: center;
}
.c-btn01.bg-skyblue {
  background: #10AEC3;
  color: #fff;
}
.c-btn01.bg-skyblue:focus-visible {
  background: #003F92;
}
.c-btn01.grd-blue {
  background: #26499D;
  color: #fff;
  position: relative;
}
.c-btn01.grd-blue::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#0052BE), to(#10AEC3));
  background: linear-gradient(270deg, #0052BE 0%, #10AEC3 100%);
  opacity: 1;
  inset: 0;
  margin: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.c-btn01.grd-blue:focus-visible {
  background: #26499D;
}
.c-btn01.grd-blue:focus-visible::after {
  opacity: 0;
}
.c-btn01 .inn-txt {
  display: inline-block;
  padding-right: 15px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.c-btn01 .inn-txt::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow.svg") no-repeat center/contain;
  background: currentColor;
  width: 8px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.c-btn-anchor {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  padding-block: 16px;
  border-bottom: 1px solid #242424;
}
.c-btn-anchor:focus-visible {
  background: #C8E5F5;
}
.c-btn-anchor .num {
  font-size: 47px;
  line-height: 1.085106383;
  font-family: "Cinzel", serif;
  color: #003F92;
  font-weight: 400;
}
.c-btn-anchor .inn-txt {
  font-size: clamp(17px, 1.6837481698vw, 23px);
  line-height: 1.5714285714;
  font-weight: 700;
  text-align: center;
}
.c-btn-anchor .arrow {
  width: 36px;
  height: auto;
  aspect-ratio: 1;
  position: relative;
}
.c-btn-anchor .arrow::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-arrow-circle.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow-circle.svg") no-repeat center/contain;
  background: currentColor;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  rotate: 90deg;
}

/* --------------------------------
c-parts
----------------------------------- */
.c-underline-txt {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.c-accent-txt {
  color: #003F92;
}

.c-deco-txt {
  display: inline-block;
}
.c-deco-txt .inn-txt {
  margin-inline: 0.5em;
  padding-inline: 0.5em;
  padding-block: 2px 9px;
  background: #003F92;
  color: #fff;
  display: inline-block;
  position: relative;
}
.c-deco-txt .inn-txt::before, .c-deco-txt .inn-txt::after {
  position: absolute;
  content: "";
  background: #003F92;
  -webkit-clip-path: polygon(90% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(90% 0, 100% 0%, 100% 100%, 0% 100%);
  border-left: 10px solid #003F92;
  border-right: 2px solid #003F92;
  width: 0.5em;
  height: 100%;
  top: 0;
}
.c-deco-txt .inn-txt::before {
  right: calc(100% - 1px);
}
.c-deco-txt .inn-txt::after {
  left: calc(100% - 1px);
  scale: -1 -1;
}
.c-deco-txt.bg-white .inn-txt {
  background: #fff;
  color: #003F92;
}
.c-deco-txt.bg-white .inn-txt::before, .c-deco-txt.bg-white .inn-txt::after {
  background: #fff;
  border-color: #fff;
}

.c-icon-txt {
  padding-left: 1em;
  display: inline-block;
  position: relative;
}
.c-icon-txt::before {
  position: absolute;
  content: "・";
  width: 1.1em;
  height: 1.5em;
  top: 0;
  left: 0;
}
.c-icon-txt.ico-big-circle::before {
  content: "●";
  color: currentColor;
}
.c-icon-txt.ico-square::before {
  content: "■";
}
.c-icon-txt.ico-check {
  padding-left: 1.6em;
}
.c-icon-txt.ico-check::before {
  content: "";
  background: url("../img/common/ico-check.svg") no-repeat center/contain;
}
.c-icon-txt.ico-line {
  padding-left: 2.5em;
}
.c-icon-txt.ico-line::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, to(#242424));
  background: linear-gradient(0deg, #242424 100%);
  background-position: center;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  width: 2em;
}
.c-icon-txt.ico-caution::before {
  content: "※";
  color: currentColor;
}

.c-grd-txt {
  background: #6B96CE;
  background: -webkit-gradient(linear, right top, left top, from(#0052BE), to(#10AEC3));
  background: linear-gradient(270deg, #0052BE 0%, #10AEC3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-section-bg {
  background: -webkit-gradient(linear, right top, left top, from(#0052BE), to(#10AEC3));
  background: linear-gradient(270deg, #0052BE 0%, #10AEC3 100%);
}
.c-section-bg.bg-gray {
  background: #F7F7F7;
}
.c-section-bg.bg-skyblue {
  background: #10AEC3;
}
.c-section-bg.bg-darkblue {
  background: #003F92;
}

.c-section {
  padding-block: 110px;
}

.c-new-txt {
  width: 90px;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  line-height: 1;
  font-family: "Cinzel", serif;
  color: #fff;
  background: #003F92;
  border-radius: 50%;
}
.c-new-txt.bg-skyblue {
  background: #10AEC3;
}

.c-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-slider .slick-list {
  overflow: visible;
}
.c-slider .slide-each:not(:last-child) {
  margin-right: clamp(16px, 6.15vw, 24px);
}
.c-slider .slide__arrows {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  margin-top: 47px;
}
.c-slider .slider-progress {
  height: 3px;
  background: #D7D9D9;
  border-radius: 100vw;
}
.c-slider .slider-progress .slider-progress-bar {
  height: 3px;
  background: #737E7E;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.c-slider .slide__arrow {
  width: 43px;
  height: auto;
  aspect-ratio: 1;
  color: #242424;
}
.c-slider .slide__arrow--prev {
  scale: -1 1;
}
.c-slider .slide__arrow .arrow {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.c-slider .slide__arrow .arrow::after {
  position: absolute;
  content: "";
  -webkit-mask: url("../img/common/ico-arrow-circle.svg") no-repeat center/contain;
          mask: url("../img/common/ico-arrow-circle.svg") no-repeat center/contain;
  background: currentColor;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.mfp-bg {
  background: rgba(0, 63, 146, 0.85);
}

.mfp-container {
  padding-inline: 0;
}

.mfp-inline-holder .mfp-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: calc(var(--vh, 1vh) * 100);
  max-width: 960px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow-y: auto;
  padding: 40px;
  margin-block: 20px;
}
.mfp-inline-holder .mfp-content .slide-modal-cont {
  width: 100%;
  margin-inline: auto;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mfp-inline-holder .mfp-content .slide-modal-cont .contents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 40px;
}
.mfp-inline-holder .mfp-content .slide-modal-cont .contents-wrap .c-modal-ttl {
  margin-bottom: 16px;
}
.mfp-inline-holder .mfp-content .slide-modal-cont .contents-wrap > .img-area {
  width: 100%;
  margin-inline: auto;
}
.mfp-inline-holder .mfp-content .slide-modal-cont .contents-wrap > .img-area img {
  width: 100%;
}
.mfp-inline-holder .mfp-content .mfp-close {
  width: auto;
  height: auto;
  line-height: 1;
  top: 0px;
  right: 40px;
  opacity: 1;
}
.mfp-inline-holder .mfp-content .mfp-close .lines {
  width: 30px;
}

.c-close-btn {
  display: block;
}
.c-close-btn:focus-visible .lines .line {
  background: #242424;
}
.c-close-btn .lines {
  display: block;
  width: 36px;
  height: auto;
  aspect-ratio: 1;
  position: relative;
}
.c-close-btn .lines .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.c-close-btn .lines .line:nth-child(1) {
  rotate: 45deg;
  translate: 0;
}
.c-close-btn .lines .line:nth-child(2) {
  rotate: -45deg;
  translate: 0;
}

.c-modal-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  height: 100%;
  color: #242424;
}
.c-modal-ttl .small {
  font-size: 12px;
  line-height: 1.4166666667;
  font-weight: 400;
  font-family: "Cinzel", serif;
}
.c-modal-ttl .ttl {
  font-size: 20px;
  line-height: 1.45;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .mv-section {
  background: #003F92;
  position: relative;
}
.home .mv-section .contents-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr clamp(45%, 33.9677891654vw, 700px);
  grid-template-areas: ".. ttl" ".. txt";
  row-gap: 40px;
  height: 100%;
}
.home .mv-section .contents-wrap .ttl-area {
  grid-area: ttl;
  align-self: end;
  position: relative;
  z-index: 3;
}
.home .mv-section .contents-wrap .ttl-area .ttl-img {
  width: 100%;
  max-width: 700px;
  display: block;
  margin-inline: auto;
}
.home .mv-section .contents-wrap .ttl-area .ttl-img img {
  width: 100%;
}
.home .mv-section .contents-wrap .img-area {
  grid-area: img;
  height: 441px;
  width: auto;
  margin-top: -48px;
}
.home .mv-section .contents-wrap .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .mv-section .contents-wrap .txt-area {
  grid-area: txt;
  justify-self: end;
  padding-right: clamp(0rem, -3.853rem + 8.027vw, 3rem);
  margin-bottom: 53px;
}
.home .mv-section .contents-wrap .txt-area .txt {
  font-size: clamp(18px, 1.6105417277vw, 22px);
  line-height: 2;
  letter-spacing: 0.12em;
  color: #fff;
}
.home .mv-section > .img-area {
  max-width: min(60%, 59.8096632504vw);
  height: clamp(767px, var(--vh, 1vh) * 100, 56.149341142vw);
  position: relative;
  z-index: 2;
}
.home .mv-section > .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .float-btn-area {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 90;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  pointer-events: none;
}
.home .float-btn-area .float-btn .c-btn01 {
  font-size: clamp(14px, 1.0479041916vw, 20px);
  padding-right: 20px;
  pointer-events: all;
}
.home .float-btn-area .float-btn .c-btn01 .inn-txt::after {
  width: 6px;
  height: 11px;
}
.home .anchor-section .sub-ttl {
  margin-bottom: 20px;
}
.home .anchor-section .sub-ttl .inn-txt {
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: 0.12em;
}
.home .anchor-section .anchor-list-area {
  margin-top: 35px;
  max-width: 1080px;
  margin-inline: auto;
}
.home .anchor-section .anchor-list-area .anchor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px clamp(12px, 2.0497803807vw, 28px);
  row-gap: 24px;
}
.home .anchor-section .anchor-list-area .anchor-list > li {
  width: 100%;
  height: 100%;
}
.home .anchor-section .anchor-list-area .anchor-list .contents-wrap {
  padding: 24px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.home .anchor-section .anchor-list-area .anchor-list .contents-wrap .img-area {
  position: relative;
}
.home .anchor-section .anchor-list-area .anchor-list .contents-wrap .c-new-txt {
  position: absolute;
  top: -24px;
  left: -30px;
}
.home .anchor-section .anchor-list-area .anchor-list .contents-wrap .btn-area {
  margin-block: 20px 29px;
}
.home .anchor-section .anchor-list-area .anchor-list .contents-wrap .desc {
  font-size: 18px;
  line-height: 2.1111111111;
}
.home .anchor-section .anchor-list-area .anchor-list .contents-wrap .desc + .desc {
  margin-top: 5px;
}
.home .anchor-section .anchor-list-area .anchor-list .contents-wrap .point-txt {
  display: block;
}
.home .items-section {
  overflow: hidden;
}
.home .items-section .c-ttl01 .main-txt {
  letter-spacing: 0.12em;
}
.home .items-section .c-ttl01 .sub-txt {
  letter-spacing: 0.12em;
}
.home .items-section .items-list-area {
  margin-top: 65px;
}
.home .items-section .items-list-area .items-list-slider .items-list .slide-each {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: 100%;
}
.home .items-section .items-list-area .items-list-slider .items-list .slide-each .img-area {
  aspect-ratio: 347/217;
}
.home .items-section .items-list-area .items-list-slider .items-list .slide-each .img-area img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .items-section .items-list-area .items-list-slider .items-list .slide-each .ttl {
  font-size: clamp(15px, 1.4641288433vw, 20px);
  line-height: 1.75;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #003F92;
  text-align: center;
}
.home .items-section .items-list-area .items-list-slider .slide__arrows .arrow:focus-visible {
  background: #C8E5F5;
}
.home .items-section .btn-area {
  margin-top: 50px;
}
.home .banner-section .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  text-align: center;
}
.home .banner-section .txt .top-txt {
  font-size: clamp(24px, 2.0497803807vw, 28px);
  font-weight: 700;
  line-height: 1.7083333333;
  letter-spacing: 0.12em;
  color: #fff;
}
.home .banner-section .txt .top-txt .big {
  font-size: clamp(34px, 2.9282576867vw, 40px);
  line-height: 1;
}
.home .banner-section .txt .sub-txt {
  font-size: clamp(24px, 2.5622254758vw, 35px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.home .banner-section .txt .sub-txt .c-deco-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .banner-section .txt .sub-txt .c-deco-txt > .inn-txt + .inn-txt {
  margin-top: 15px;
}
.home .banner-section .txt .sub-txt .c-deco-txt > .inn-txt sup {
  vertical-align: top;
}
.home .banner-section .note {
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
}
.home .concern-section {
  background: url("../img/common/deco-bg.svg") no-repeat bottom center;
  background-size: 100% auto;
}
.home .concern-section .c-deco-txt {
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(24px, 2.8550512445vw, 39px);
  letter-spacing: 0.12em;
}
.home .concern-section .concern-list-area {
  margin-top: 5px;
}
.home .concern-section .concern-list-area .concern-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  width: 100%;
}
.home .concern-section .concern-list-area .concern-list > li .img {
  display: block;
}
.home .concern-section .concern-list-area .concern-list > li .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.home .concern-section .bottom-txt {
  font-size: clamp(28px, 2.7818448023vw, 38px);
  line-height: 1.5789473684;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 30px;
}
.home .point-section {
  overflow: hidden;
  background: #26499D;
}
.home .point-section .top-contents {
  display: grid;
  grid-template-columns: min(55%, 550px) 1fr;
  grid-template-areas: "txt movie" "slider slider";
  gap: 80px clamp(40px, 5.4904831625vw, 75px);
  margin-bottom: 56px;
}
.home .point-section .top-contents .ttl-area {
  grid-area: txt;
  color: #fff;
}
.home .point-section .top-contents .ttl-area .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -2px;
}
.home .point-section .top-contents .ttl-area .ttl .num {
  font-size: clamp(66px, 7.3206442167vw, 100px);
  line-height: 1;
  font-family: "Cinzel", serif;
  font-weight: 400;
}
.home .point-section .top-contents .ttl-area .ttl .c-new-txt {
  width: clamp(48px, 4.9048316252vw, 67px);
  height: clamp(48px, 4.9048316252vw, 67px);
  font-size: 17px;
  line-height: 1.1176470588;
  font-size: clamp(12px, 1.2445095168vw, 17px);
  margin-inline: clamp(14px, 1.3909224012vw, 19px) clamp(5px, 1.0248901903vw, 14px);
}
.home .point-section .top-contents .ttl-area .ttl .inn-txt {
  font-size: clamp(24px, 2.4890190337vw, 34px);
  line-height: 1.4705882353;
  letter-spacing: 0.12em;
  font-weight: 700;
  display: inline-block;
  padding-right: clamp(20px, 2.7818448023vw, 38px);
  position: relative;
}
.home .point-section .top-contents .ttl-area .ttl .inn-txt::after {
  position: absolute;
  content: "";
  background: url("../img/common/deco-drop-white.svg") no-repeat center/contain;
  width: clamp(20px, 2.7818448023vw, 38px);
  height: auto;
  aspect-ratio: 38.5/49.5;
  right: 0;
  bottom: 0;
}
.home .point-section .top-contents .ttl-area .desc {
  font-size: clamp(17px, 1.7857142857vw, 20px);
  line-height: 2;
  letter-spacing: 0.12em;
  margin-top: 20px;
}
.home .point-section .top-contents .movie-area {
  grid-area: movie;
  border-radius: 10px;
  width: 100%;
}
.home .point-section .top-contents .c-slider {
  grid-area: slider;
}
.home .point-section .top-contents .c-slider .slide-list .slide-each {
  max-width: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  min-width: 280px;
}
.home .point-section .top-contents .c-slider .slide-list .slide-each:not(:last-child) {
  margin-right: 60px;
}
.home .point-section .top-contents .c-slider .slide-list .slide-each > .img-area {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .point-section .top-contents .c-slider .slide-list .slide-each > .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .point-section .top-contents .c-slider .slide-list .slide-each .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.home .point-section .top-contents .c-slider .slide-list .slide-each .btn-wrap:focus-visible {
  background: #C8E5F5;
}
.home .point-section .top-contents .c-slider .slide-list .slide-each .btn-wrap .img-area {
  aspect-ratio: 380/247;
}
.home .point-section .top-contents .c-slider .slide-list .slide-each .btn-wrap .img-area img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home .point-section .top-contents .c-slider .slide-list .slide-each .btn-wrap .txt-area {
  padding-block: 12px 18px;
  padding-inline: 17px;
}
.home .point-section .top-contents .c-slider .slide-list .slide-each .plus {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: auto;
  border: 1px solid #242424;
  border-radius: 50%;
}
.home .point-section .top-contents .c-slider .slide-list .slide-each .plus .inn {
  position: relative;
  display: inline-block;
  width: 33px;
  height: auto;
  aspect-ratio: 1;
}
.home .point-section .top-contents .c-slider .slide-list .slide-each .plus .inn::after, .home .point-section .top-contents .c-slider .slide-list .slide-each .plus .inn::before {
  position: absolute;
  content: "";
  background: #242424;
  width: 45%;
  height: 1px;
  inset: 0;
  margin: auto;
  -webkit-transition: rotate, 0.3s ease-in-out;
  transition: rotate, 0.3s ease-in-out;
}
.home .point-section .top-contents .c-slider .slide-list .slide-each .plus .inn::after {
  rotate: -90deg;
}
.home .point-section .top-contents .c-slider .slide__arrows .slide__arrow .arrow::after {
  background: #fff;
}
.home .point-section.point-01 {
  padding-bottom: 0;
}
.home .point-section.point-01 .c-slider .slide__arrows .arrow:focus-visible {
  background: #F3F4FB;
}
.home .point-section.point-01 .c-slider .slide__arrows .arrow:focus-visible::after {
  background: #003F92;
}
.home .point-section.point-02 {
  background: #10AEC3;
}
.home .point-section.point-02 .top-contents .ttl-area .ttl {
  gap: 44px;
}
.home .point-section.point-02 .top-contents .ttl-area .ttl .inn-txt {
  padding-right: 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding-bottom: 10px;
}
.home .point-section.point-02 .top-contents .ttl-area .ttl .inn-txt::after {
  content: unset;
}
.home .point-section.point-02 .c-slider .slide__arrows .arrow:focus-visible {
  background: #fff;
}
.home .point-section.point-02 .c-slider .slide__arrows .arrow:focus-visible::after {
  background: #10AEC3;
}
.home .point-section .kirei-section {
  background: url("../img/common/deco-bg02.svg") no-repeat top center, #fff;
  background-size: 100% auto, 100%;
  margin-top: 1px;
}
.home .point-section .kirei-area {
  background: #fff;
  border: 1px solid #242424;
  padding-bottom: 30px;
}
.home .point-section .kirei-area .top-area {
  padding-bottom: 15px;
  position: relative;
}
.home .point-section .kirei-area .top-area::after {
  position: absolute;
  content: "";
  background: #242424;
  width: calc(100% - 34px - 23px);
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home .point-section .kirei-area .top-area .txt-area {
  display: grid;
  grid-template-columns: min(40%, 350px) 1fr;
  gap: 13px clamp(16px, 2.3952095808vw, 32px);
}
.home .point-section .kirei-area .top-area .txt-area .ttl .c-deco-txt {
  margin-top: 1px;
  font-size: clamp(16px, 1.497005988vw, 20px);
  letter-spacing: 0.05em;
  font-weight: 700;
  width: 100%;
  max-width: clamp(220px, 18.8622754491vw, 252px);
}
.home .point-section .kirei-area .top-area .txt-area .ttl .c-deco-txt .inn-txt {
  width: 100%;
  text-align: center;
}
.home .point-section .kirei-area .top-area .txt-area .ttl .c-deco-txt .inn-txt::before {
  -webkit-clip-path: none;
          clip-path: none;
}
.home .point-section .kirei-area .top-area .txt-area .ttl .ttl-bottom {
  display: grid;
  grid-template-columns: min(25%, 75px) 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 1.7964071856vw, 24px);
  margin-top: 7px;
  margin-left: 34px;
}
.home .point-section .kirei-area .top-area .txt-area .ttl .ttl-bottom .inn-txt {
  font-size: clamp(24px, 2.3952095808vw, 32px);
  line-height: 1.875;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.home .point-section .kirei-area .top-area .txt-area .desc {
  margin-top: 26px;
  margin-right: 23px;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.home .point-section .kirei-area .bottom-area {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.home .point-section .kirei-area .bottom-area .ttl {
  font-size: clamp(18px, 1.9461077844vw, 26px);
  font-weight: 700;
}
.home .point-section .kirei-area .bottom-area .desc {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  margin-block: 17px 14px;
}
.home .point-section .kirei-area .bottom-area .img-area {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
.home .point-section .kirei-area .bottom-area .shikumi-area,
.home .point-section .kirei-area .bottom-area .shikumi-points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .point-section .kirei-area .bottom-area .shikumi-area {
  padding-inline: clamp(20px, 2.6946107784vw, 36px) clamp(12px, 1.9461077844vw, 26px);
}
.home .point-section .kirei-area .bottom-area .shikumi-area .img-area {
  max-width: 642px;
}
.home .point-section .kirei-area .bottom-area .shikumi-area .img-area img {
  width: 100%;
}
.home .point-section .kirei-area .bottom-area .shikumi-points {
  padding-inline: clamp(12px, 1.9461077844vw, 26px) clamp(20px, 2.6946107784vw, 36px);
}
.home .point-section .kirei-area .bottom-area .shikumi-points .img-area {
  max-width: 320px;
}
.home .point-section .kirei-area .caption-area {
  padding: 20px 40px 0;
}
.home .point-section .aco-wrap {
  width: 100%;
  background: #fff;
  border: 1px solid #242424;
  margin-top: 27px;
  max-width: 665px;
  margin-inline: auto;
}
.home .point-section .aco-wrap .aco-btn {
  width: 100%;
  padding: 12px 20px;
  font-size: 19px;
  line-height: 2.2105263158;
}
.home .point-section .aco-wrap .aco-btn {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background;
  transition-property: background;
}
.home .point-section .aco-wrap .aco-btn:focus-visible {
  background: #C8E5F5;
}
.home .point-section .aco-wrap .aco-btn .inn-txt {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-inline: 29px;
}
.home .point-section .aco-wrap .aco-btn .inn-txt::after, .home .point-section .aco-wrap .aco-btn .inn-txt::before {
  position: absolute;
  content: "";
  background: #242424;
  width: 29px;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: rotate, 0.3s ease-in-out;
  transition: rotate, 0.3s ease-in-out;
}
.home .point-section .aco-wrap .aco-btn .inn-txt::after {
  rotate: -90deg;
}
.home .point-section .aco-wrap .aco-cont {
  padding-block: 10px 20px;
  padding-inline: 20px;
}
.home .point-section .aco-wrap .aco-cont .head {
  font-size: 14px;
}
.home .point-section .aco-wrap .aco-cont .head + .head {
  margin-top: 4px;
}
.home .point-section .aco-wrap .aco-cont .body {
  margin-top: 5px;
  padding-left: 1.2em;
  font-size: 12px;
}
.home .point-section .aco-wrap .aco-cont .body.indent {
  padding-left: 1.2em;
}
.home .point-section .aco-wrap .aco-cont .body + .head {
  margin-top: 15px;
}
.home .point-section .aco-wrap .aco-cont .note + .head {
  margin-top: 15px;
}
.home .point-section .aco-wrap .aco-cont .head {
  font-size: 14px;
}
.home .point-section .aco-wrap .aco-cont .body {
  font-size: 12px;
}
.home .point-section .aco-wrap .aco-cont .body.indent {
  padding-left: 1.2em;
}
.home .point-section .aco-wrap .aco-cont .note {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 9px;
  padding-left: 1em;
}
.home .button-section {
  position: relative;
}
.home .button-section > .inner-block {
  position: static;
}
.home .button-section .contents-wrap {
  position: relative;
  z-index: 2;
}
.home .button-section .contents-wrap .c-ttl01 .main-txt {
  font-size: clamp(24px, 2.3952095808vw, 32px);
  line-height: 1.9375;
  letter-spacing: 0.12em;
}
.home .button-section .contents-wrap .note {
  font-size: 14px;
}
.home .button-section .contents-wrap .desc {
  font-size: clamp(16px, 1.497005988vw, 20px);
  line-height: 2;
  letter-spacing: 0.12em;
  margin-block: 35px 78px;
}
.home .button-section .contents-wrap .button-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.home .button-section .contents-wrap .button-area .img-area img {
  border-radius: 15px;
}
.home .button-section .contents-wrap .button-area .tag-list > li {
  border: 1px solid #242424;
  border-radius: 100vw;
  background: #fff;
  padding-block: 13px;
  padding-inline: clamp(16px, 2.0958083832vw, 28px) clamp(16px, 1.7215568862vw, 23px);
  font-size: clamp(16px, 1.4221556886vw, 19px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .button-section .contents-wrap .button-area .tag-list > li + li {
  margin-top: 15px;
}
.home .button-section .contents-wrap .button-area .tag-list > li img {
  width: auto;
  height: 1.5em;
  margin-left: 14px;
}
.home .series-section {
  padding-bottom: 10px;
}
.home .series-section .c-ttl01 .main-txt {
  letter-spacing: 0.12em;
}
.home .series-section .series-list-area {
  margin-top: 55px;
}
.home .series-section .series-list-area .inner-block {
  padding-inline: 12px;
  max-width: 1360px;
}
.home .series-section .series-list-area .series-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 12px;
}
.home .series-section .series-list-area .series-list .contents-wrap {
  position: relative;
  display: block;
}
.home .series-section .series-list-area .series-list .contents-wrap:focus-visible .img-area::after {
  background: rgba(98, 98, 98, 0.7);
}
.home .series-section .series-list-area .series-list .contents-wrap .txt-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: clamp(30px, 3.6603221083vw, 50px);
  padding-top: clamp(25px, 3.2942898975vw, 45px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  color: #fff;
}
.home .series-section .series-list-area .series-list .contents-wrap .txt-area .txt {
  font-size: clamp(20px, 1.756954612vw, 24px);
  line-height: 1.6666666667;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.home .series-section .series-list-area .series-list .contents-wrap .txt-area .series-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  min-width: 170px;
  max-height: 210px;
}
.home .series-section .series-list-area .series-list .contents-wrap .txt-area .series-name img {
  height: 100%;
  width: auto;
}
.home .series-section .series-list-area .series-list .contents-wrap .img-area {
  border-radius: 15px;
  position: relative;
}
.home .series-section .series-list-area .series-list .contents-wrap .img-area::after {
  position: absolute;
  content: "";
  background: rgba(98, 98, 98, 0.4);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  -webkit-transition: background, 0.3s ease-in-out;
  transition: background, 0.3s ease-in-out;
}
.home .series-section .series-list-area .series-list .contents-wrap .img-area::after {
  border-radius: 15px;
}
.home .series-section .series-list-area .series-list .contents-wrap .img-area img {
  border-radius: 15px;
}
.home .showroom-section {
  position: relative;
}
.home .showroom-section > .inner-block {
  padding-block: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .showroom-section .contents-wrap {
  display: grid;
  grid-template-columns: min(55%, 535px) 1fr;
  grid-template-areas: "ttl desc" "ttl list" ".. btn";
  -webkit-column-gap: clamp(20px, 3.6603221083vw, 50px);
     -moz-column-gap: clamp(20px, 3.6603221083vw, 50px);
          column-gap: clamp(20px, 3.6603221083vw, 50px);
}
.home .showroom-section .c-ttl01 {
  grid-area: ttl;
  align-self: start;
  margin-top: 22px;
}
.home .showroom-section .c-ttl01 .main-txt {
  font-size: clamp(24px, 2.3426061493vw, 32px);
  line-height: 1.875;
  letter-spacing: 0.12em;
}
.home .showroom-section .desc {
  grid-area: desc;
  font-size: clamp(18px, 1.756954612vw, 24px);
  line-height: 1.6666666667;
  letter-spacing: 0.12em;
  color: #fff;
}
.home .showroom-section .list {
  grid-area: list;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #fff;
  margin-block: 35px 56px;
}
.home .showroom-section .list li::before {
  height: 1.4em;
}
.home .showroom-section .list li + li {
  margin-top: 15px;
}
.home .showroom-section .btn-area {
  grid-area: btn;
}
.home .showroom-section > .img-area {
  height: clamp(530px, 51.1607142857vw, 573px);
}
.home .showroom-section > .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .cta-section {
  position: relative;
}
.home .cta-section > .inner-block {
  padding-block: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .cta-section .contents-wrap {
  display: grid;
  grid-template-columns: 1fr min(45%, 436px);
  grid-template-areas: "ttl desc" "ttl btn";
  gap: 30px clamp(20px, 5.4904831625vw, 75px);
  width: 100%;
}
.home .cta-section .c-ttl01 {
  grid-area: ttl;
  align-self: center;
}
.home .cta-section .c-ttl01 .main-txt {
  font-size: clamp(24px, 2.635431918vw, 36px);
  line-height: 1.875;
  letter-spacing: 0.1em;
}
.home .cta-section .c-ttl01 .main-txt .inn-txt {
  position: relative;
  display: inline-block;
}
.home .cta-section .c-ttl01 .main-txt .inn-txt::before {
  position: absolute;
  content: "";
  background: url("../img/common/deco-lines.svg") no-repeat center/contain;
  width: clamp(60px, 8.4187408492vw, 115px);
  height: auto;
  aspect-ratio: 115/120;
  top: calc(clamp(60px, 8.4187408492vw, 115px) * -0.6666666667);
  left: calc(clamp(60px, 8.4187408492vw, 115px) * -0.652173913);
}
.home .cta-section .desc {
  grid-area: desc;
  font-size: clamp(18px, 1.756954612vw, 24px);
  line-height: 1.6666666667;
  letter-spacing: 0.12em;
  color: #fff;
}
.home .cta-section .btn-area {
  grid-area: btn;
}
.home .cta-section > .img-area {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.home .cta-section > .img-area .img {
  position: relative;
}
.home .cta-section > .img-area .img::after {
  position: absolute;
  content: "";
  background: rgba(98, 98, 98, 0.4);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  -webkit-transition: background, 0.3s ease-in-out;
  transition: background, 0.3s ease-in-out;
}
.home .cta-section > .img-area .img {
  display: block;
  height: 100%;
}
.home .cta-section > .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .inner-block {
    padding-block: 25px;
    padding-inline: 25px;
  }
  .c-header .logo {
    max-width: 80px;
  }
  .c-header .contents-wrap > ul {
    padding: 20px;
    padding-top: 12px;
  }
  .c-header .contents-wrap > ul > li .header-link .inn-txt {
    font-size: 16px;
  }
  .c-footer {
    padding-block: 50px 130px;
  }
  .c-footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .c-footer .wrap .sns-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-footer .wrap .sns-area > p {
    font-size: 18px;
  }
  .c-footer .wrap .sns-area > ul {
    gap: 30px;
  }
  .c-footer .wrap .sns-area > ul li img {
    width: 36px;
  }
  .c-footer .wrap .link-area {
    font-size: clamp(12px, 3.5897435897vw, 14px);
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: clamp(8px, 3.0769230769vw, 12px);
  }
  .c-footer .wrap .link-area > ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1em 0.5em;
  }
  .c-footer .wrap .link-area .copyright {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    font-size: clamp(12px, 3.5897435897vw, 14px);
  }
  .c-ttl01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .c-ttl01 .main-txt {
    font-size: 24px;
  }
  .c-ttl01 .main-txt {
    letter-spacing: 0.12em;
  }
  .c-ttl01 .sub-txt {
    font-size: 16px;
  }
  .c-ttl01.has-en .main-txt .en-txt {
    font-size: 9px;
  }
  .c-btn01 {
    padding-inline: clamp(16px, 5.1282051282vw, 20px);
    font-size: clamp(16px, 4.6153846154vw, 18px);
  }
  .c-btn01.txt-center .inn-txt {
    padding-left: 10px;
  }
  .c-btn01 .inn-txt {
    padding-right: 10px;
  }
  .c-btn-anchor {
    padding-top: 12px;
    padding-bottom: 6px;
  }
  .c-btn-anchor .num {
    font-size: 30px;
  }
  .c-btn-anchor .inn-txt {
    font-size: 22px;
    line-height: 1.2;
    -webkit-align-self: start;
        -ms-flex-item-align: start;
            align-self: start;
  }
  .c-btn-anchor .arrow {
    width: 20px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .c-section {
    padding-block: 70px;
  }
  .c-new-txt {
    width: 68px;
    font-size: 16px;
  }
  .c-slider .slide__arrows {
    margin-top: 30px;
  }
  .c-slider .slider-progress {
    height: 2px;
  }
  .c-slider .slider-progress .slider-progress-bar {
    height: 2px;
  }
  .c-slider .slide__arrow {
    width: 33px;
  }
  .mfp-inline-holder .mfp-content {
    padding: 30px 20px;
  }
  .mfp-inline-holder .mfp-content .slide-modal-cont .contents-wrap {
    padding: 20px;
  }
  .mfp-inline-holder .mfp-content .mfp-close {
    right: 20px;
  }
  .c-close-btn .lines {
    width: 30px;
  }
  .c-modal-ttl .small {
    font-size: 9px;
  }
  .c-modal-ttl .ttl {
    font-size: 14px;
  }
  .home .mv-section {
    padding-top: var(--header-height, 75px);
  }
  .home .mv-section .contents-wrap {
    position: relative;
    grid-template-columns: 100%;
    grid-template-areas: "ttl" "img" "txt";
    gap: 0;
  }
  .home .mv-section .contents-wrap .ttl-area {
    padding-left: clamp(4px, 2.5641025641vw, 10px);
    padding-right: clamp(8px, 7.6923076923vw, 30px);
  }
  .home .mv-section .contents-wrap .txt-area {
    justify-self: center;
    padding-right: 0;
    width: 100%;
    margin-block: 30px 45px;
    padding-inline: 20px;
  }
  .home .mv-section .contents-wrap .txt-area .txt {
    padding-left: clamp(10px, 5.1282051282vw, 20px);
    font-size: clamp(16px, 4.6153846154vw, 18px);
    line-height: 1.2777777778;
  }
  .home .float-btn-area .float-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .home .float-btn-area .float-btn .c-btn01 {
    font-size: 12px;
    padding-block: 18px;
    padding-inline: clamp(8px, 3.8461538462vw, 15px);
  }
  .home .float-btn-area .float-btn .c-btn01 .inn-txt {
    padding-left: 12px;
    text-align: center;
  }
  .home .anchor-section .sub-ttl {
    margin-bottom: 10px;
  }
  .home .anchor-section .sub-ttl .inn-txt {
    font-size: clamp(16px, 5.641025641vw, 22px);
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding-inline: 0.25em;
    margin-inline: 0.35em;
  }
  .home .anchor-section .sub-ttl .inn-txt::before, .home .anchor-section .sub-ttl .inn-txt::after {
    width: 0.35em;
  }
  .home .anchor-section .anchor-list-area {
    margin-top: 12px;
  }
  .home .anchor-section .anchor-list-area .anchor-list {
    grid-template-columns: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
  .home .anchor-section .anchor-list-area .anchor-list .contents-wrap {
    padding: 0;
    display: grid;
    gap: 14px;
  }
  .home .anchor-section .anchor-list-area .anchor-list .contents-wrap .img-area {
    margin-top: 7px;
    aspect-ratio: 350/220;
  }
  .home .anchor-section .anchor-list-area .anchor-list .contents-wrap .img-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home .anchor-section .anchor-list-area .anchor-list .contents-wrap .c-new-txt {
    top: -7px;
    left: -14px;
  }
  .home .anchor-section .anchor-list-area .anchor-list .contents-wrap .btn-area {
    grid-row: 1;
    margin-block: 0;
  }
  .home .anchor-section .anchor-list-area .anchor-list .contents-wrap .desc + .point-txt {
    margin-top: 10px;
  }
  .home .anchor-section .anchor-list-area .anchor-list .contents-wrap .desc, .home .anchor-section .anchor-list-area .anchor-list .contents-wrap .point-txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .home .items-section .c-ttl01 {
    gap: 25px;
  }
  .home .items-section .items-list-area {
    margin-top: 56px;
    margin-inline: -20px;
  }
  .home .items-section .items-list-area .items-list-slider .items-list .slide-each {
    max-width: calc(100vw - 100px);
    min-width: 270px;
    margin-right: 18px;
  }
  .home .items-section .items-list-area .items-list-slider .items-list .slide-each:nth-child(even) {
    margin-top: 42px;
  }
  .home .items-section .items-list-area .items-list-slider .items-list .slide-each:last-child {
    margin-right: 0;
  }
  .home .items-section .items-list-area .items-list-slider .items-list .slide-each .ttl {
    font-size: 17px;
  }
  .home .items-section .items-list-area .items-list-slider .slide__arrows {
    padding-inline: 20px;
    margin-top: 27px;
  }
  .home .items-section .btn-area {
    margin-top: 42px;
  }
  .home .banner-section {
    padding-block: 74px 62px;
  }
  .home .banner-section .inner-block {
    padding-inline: clamp(10px, 5.1282051282vw, 20px);
  }
  .home .banner-section .txt {
    gap: 36px;
  }
  .home .banner-section .txt .top-txt {
    font-size: clamp(18px, 6.1538461538vw, 24px);
    letter-spacing: 0.05em;
  }
  .home .banner-section .txt .top-txt .big {
    font-size: clamp(28px, 8.7179487179vw, 34px);
  }
  .home .banner-section .txt .sub-txt {
    font-size: clamp(16px, 5.1282051282vw, 20px);
    letter-spacing: 0.01em;
  }
  .home .banner-section .txt .sub-txt .c-deco-txt > .inn-txt {
    padding-inline: 0.25em;
    margin-inline: 0.25em;
    padding-block: 4px 9px;
  }
  .home .banner-section .txt .sub-txt .c-deco-txt > .inn-txt::before, .home .banner-section .txt .sub-txt .c-deco-txt > .inn-txt::after {
    width: 0.25em;
  }
  .home .concern-section {
    background-image: url("../img/common/deco-bg_sp.svg");
    background-size: min(100% + 48px, 768px) auto;
  }
  .home .concern-section .c-deco-txt {
    font-size: clamp(18px, 6.1538461538vw, 24px);
    letter-spacing: 0.02em;
  }
  .home .concern-section .c-deco-txt .inn-txt {
    padding-inline: 0.25em;
    margin-inline: 0.25em;
  }
  .home .concern-section .c-deco-txt .inn-txt::before, .home .concern-section .c-deco-txt .inn-txt::after {
    width: 0.25em;
  }
  .home .concern-section .concern-list-area {
    margin-top: 16px;
  }
  .home .concern-section .concern-list-area .concern-list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px;
    margin-inline: auto;
    gap: 10px 17px;
  }
  .home .concern-section .bottom-txt {
    font-size: clamp(18px, 6.1538461538vw, 24px);
    letter-spacing: 0;
    margin-top: 66px;
  }
  .home .point-section .top-contents {
    grid-template-columns: 100%;
    grid-template-areas: "txt" "movie" "slider";
    gap: 0;
    margin-bottom: 40px;
  }
  .home .point-section .top-contents .ttl-area .ttl {
    margin-left: -4px;
  }
  .home .point-section .top-contents .ttl-area .ttl .num {
    font-size: clamp(50px, 16.9230769231vw, 66px);
  }
  .home .point-section .top-contents .ttl-area .ttl .c-new-txt {
    width: clamp(30px, 11.5384615385vw, 45px);
    height: clamp(30px, 11.5384615385vw, 45px);
    font-size: clamp(8px, 2.8205128205vw, 11px);
    margin-inline: clamp(5px, 3.5897435897vw, 14px) clamp(2px, 1.2820512821vw, 5px);
  }
  .home .point-section .top-contents .ttl-area .ttl .inn-txt {
    padding-right: clamp(16px, 6.1538461538vw, 24px);
    font-size: clamp(16px, 5.641025641vw, 22px);
    line-height: 1.3636363636;
  }
  .home .point-section .top-contents .ttl-area .ttl .inn-txt::after {
    width: clamp(16px, 5.641025641vw, 22px);
    right: 8px;
  }
  .home .point-section .top-contents .ttl-area .desc {
    margin-top: 32px;
    font-size: clamp(14px, 4.1025641026vw, 16px);
  }
  .home .point-section .top-contents .movie-area {
    margin-block: 38px 60px;
  }
  .home .point-section .top-contents .c-slider .slide-list .slide-each:not(:last-child) {
    margin-right: 45px;
  }
  .home .point-section .top-contents .c-slider .slide-list .slide-each {
    max-width: 286px;
  }
  .home .point-section .top-contents .c-slider .slide-list .slide-each .btn-wrap .img-area {
    aspect-ratio: 286/186;
  }
  .home .point-section .top-contents .c-slider .slide-list .slide-each .btn-wrap .txt-area {
    padding-block: 9px 16px;
    padding-inline: 13px;
  }
  .home .point-section .top-contents .c-slider .slide-list .slide-each .plus {
    right: 13px;
    bottom: 13px;
  }
  .home .point-section .top-contents .c-slider .slide-list .slide-each .plus .inn {
    width: 25px;
  }
  .home .point-section.point-02 .top-contents .ttl-area .ttl {
    gap: 32px;
  }
  .home .point-section .kirei-section {
    background-image: url("../img/common/deco-bg02_sp.svg");
    background-size: min(100% + 48px, 768px) auto, 100%;
    background-position: center -48px, center;
    padding-bottom: 77px;
    margin-top: 80px;
  }
  .home .point-section .kirei-area {
    padding-bottom: 23px;
  }
  .home .point-section .kirei-area .top-area::after {
    width: calc(100% - 28px);
  }
  .home .point-section .kirei-area .top-area .txt-area {
    grid-template-columns: 100%;
  }
  .home .point-section .kirei-area .top-area .txt-area .ttl {
    margin-top: -1px;
  }
  .home .point-section .kirei-area .top-area .txt-area .ttl .c-deco-txt {
    font-size: 12px;
    max-width: 120px;
    margin-top: 0;
  }
  .home .point-section .kirei-area .top-area .txt-area .ttl .c-deco-txt .inn-txt {
    padding-block: 0;
  }
  .home .point-section .kirei-area .top-area .txt-area .ttl .ttl-bottom {
    grid-template-columns: min(25%, 43px) 1fr;
    margin-top: 6px;
    margin-inline: 18px;
    gap: 8px;
  }
  .home .point-section .kirei-area .top-area .txt-area .ttl .ttl-bottom .inn-txt {
    font-size: 18px;
  }
  .home .point-section .kirei-area .top-area .txt-area .desc {
    margin-top: 0;
    margin-inline: 14px;
    font-size: 12px;
    line-height: 1.5;
  }
  .home .point-section .kirei-area .bottom-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 6px;
  }
  .home .point-section .kirei-area .bottom-area .ttl {
    font-size: 15px;
    line-height: 1.9333333333;
  }
  .home .point-section .kirei-area .bottom-area .desc {
    font-size: 12px;
    margin-block: 10px 12px;
  }
  .home .point-section .kirei-area .bottom-area .shikumi-area {
    padding-inline: 0;
  }
  .home .point-section .kirei-area .bottom-area .shikumi-area .ttl,
  .home .point-section .kirei-area .bottom-area .shikumi-area .desc {
    padding-inline: 14px;
  }
  .home .point-section .kirei-area .bottom-area .shikumi-area .img-area {
    max-width: 500px;
    padding-inline: 7px;
  }
  .home .point-section .kirei-area .bottom-area .shikumi-points {
    margin-top: 16px;
    padding-top: 13px;
    position: relative;
  }
  .home .point-section .kirei-area .bottom-area .shikumi-points::after {
    position: absolute;
    content: "";
    background: #242424;
    width: calc(100% - 28px);
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .home .point-section .kirei-area .bottom-area .shikumi-points .img-area {
    max-width: 220px;
  }
  .home .point-section .kirei-area .caption-area {
    padding: 15px 10px 0;
  }
  .home .point-section .aco-wrap {
    margin-top: 40px;
  }
  .home .point-section .aco-wrap .aco-btn {
    padding: 24px 21px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
  .home .point-section .aco-wrap .aco-btn .inn-txt {
    padding-inline: 18px;
  }
  .home .point-section .aco-wrap .aco-btn .inn-txt::after, .home .point-section .aco-wrap .aco-btn .inn-txt::before {
    width: 18px;
  }
  .home .point-section .aco-wrap .aco-cont {
    padding-bottom: 16px;
    padding-inline: 16px;
  }
  .home .point-section .aco-wrap .aco-cont .note {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .home .button-section .contents-wrap {
    margin-bottom: 60px;
  }
  .home .button-section .contents-wrap .c-ttl01 .main-txt {
    font-size: 24px;
    text-align: center;
  }
  .home .button-section .contents-wrap .note {
    font-size: 12px;
    text-align: center;
  }
  .home .button-section .contents-wrap .desc {
    text-align: center;
    margin-block: 18px 55px;
  }
  .home .button-section .contents-wrap .button-area {
    display: grid;
    grid-template-columns: min(40%, 151px) 1fr;
    gap: clamp(16px, 5.1282051282vw, 20px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    max-width: 380px;
  }
  .home .button-section .contents-wrap .button-area .tag-list > li {
    padding: 6px clamp(8px, 4.1025641026vw, 16px);
    font-size: clamp(10px, 3.5897435897vw, 14px);
    line-height: 1.7142857143;
  }
  .home .button-section .contents-wrap .button-area .tag-list > li + li {
    margin-top: 10px;
  }
  .home .button-section .contents-wrap .button-area .tag-list > li img {
    height: 1.7142857143em;
    margin-left: clamp(4px, 1.7948717949vw, 7px);
  }
  .home .button-section .bg-area {
    margin-inline: -20px;
  }
  .home .series-section .series-list-area {
    margin-top: 36px;
  }
  .home .series-section .series-list-area .inner-block {
    padding-inline: 10px;
  }
  .home .series-section .series-list-area .series-list {
    grid-template-columns: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
  .home .series-section .series-list-area .series-list .contents-wrap .txt-area {
    padding: 23px;
  }
  .home .series-section .series-list-area .series-list .contents-wrap .txt-area .txt {
    font-size: 16px;
  }
  .home .series-section .series-list-area .series-list .contents-wrap .txt-area .series-name {
    max-height: 60px;
  }
  .home .showroom-section > .inner-block {
    padding-block: 45px 90px;
    z-index: 2;
  }
  .home .showroom-section .contents-wrap {
    grid-template-columns: 100%;
    grid-template-areas: "ttl" "desc" "list" "btn";
  }
  .home .showroom-section .c-ttl01 .main-txt {
    font-size: clamp(18px, 5.3846153846vw, 21px);
  }
  .home .showroom-section .desc {
    margin-top: 45px;
    font-size: 16px;
    line-height: 2;
  }
  .home .showroom-section .list {
    margin-block: 27px 35px;
    font-size: 14px;
    line-height: 1.9285714286;
    letter-spacing: 0.05em;
  }
  .home .showroom-section .list li::before {
    height: 1.9285714286em;
  }
  .home .showroom-section .list li + li {
    margin-top: 0px;
  }
  .home .showroom-section .btn-area .c-btn01 {
    padding-block: 20px;
  }
  .home .showroom-section > .img-area {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
  }
  .home .cta-section > .inner-block {
    padding-block: 95px 70px;
  }
  .home .cta-section .contents-wrap {
    grid-template-columns: 100%;
    grid-template-areas: "ttl" "desc" "btn";
    gap: 40px;
  }
  .home .cta-section .c-ttl01 .main-txt {
    text-align: center;
    font-size: clamp(18px, 6.1538461538vw, 24px);
  }
  .home .cta-section .c-ttl01 .main-txt .inn-txt::before {
    width: clamp(60px, 20.5128205128vw, 80px);
    top: calc(clamp(60px, 20.5128205128vw, 80px) * -0.6666666667);
    left: calc(clamp(60px, 20.5128205128vw, 80px) * -0.5217391304);
  }
  .home .cta-section .desc {
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1180px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-footer .wrap {
    padding-inline: 10px;
  }
  .c-footer .wrap .link-area {
    margin-left: auto;
  }
  .c-ttl01 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-icon-txt.ico-check {
    padding-left: 2em;
  }
  .c-slider .slide__arrows {
    gap: 22px;
  }
  .home .mv-section::after {
    position: absolute;
    content: "";
    background: #F7F7F7;
    width: 100%;
    height: 53px;
    bottom: -1px;
    left: 0;
  }
  .home .mv-section .contents-wrap {
    padding-inline: clamp(1.25rem, -7.579rem + 18.395vw, 8.125rem);
    margin-inline: auto;
  }
  .home .mv-section .contents-wrap .ttl-area .ttl-img {
    margin-right: -20px;
  }
  .home .float-btn-area.is-sticky {
    position: fixed;
  }
  .home .float-btn-area .float-btn {
    max-width: clamp(261px, 18.2291666667vw, 350px);
    margin-left: auto;
  }
  .home .anchor-section .anchor-list-area .anchor-list > li:nth-child(1) .contents-wrap {
    padding-left: clamp(8px, 1.756954612vw, 24px);
  }
  .home .anchor-section .anchor-list-area .anchor-list > li:nth-child(2) .contents-wrap {
    padding-right: clamp(8px, 1.756954612vw, 24px);
  }
  .home .anchor-section .anchor-list-area .anchor-list .contents-wrap .point-txt {
    margin-block: 12px;
    font-size: 24px;
    line-height: 1.5833333333;
  }
  .home .items-section .c-ttl01 {
    padding-top: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home .items-section .c-ttl01 .main-txt .inn-txt {
    margin-top: 10px;
  }
  .home .items-section .c-ttl01 .sub-txt {
    line-height: 2;
  }
  .home .items-section .items-list-area .items-list-slider .items-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 48px clamp(16px, 1.9765739385vw, 27px);
  }
  .home .items-section .items-list-area .items-list-slider .items-list .slide-each {
    width: calc((100% - clamp(16px, 1.9765739385vw, 27px) * 2) / 3);
    margin-right: 0;
  }
  .home .items-section .items-list-area .items-list-slider .items-list .slide-each:nth-child(2) {
    margin-top: 50px;
  }
  .home .banner-section .txt .sub-txt .c-deco-txt > .inn-txt {
    padding-block: 5px 14px;
  }
  .home .banner-section .note {
    text-align: center;
  }
  .home .concern-section {
    background-position: center calc(100% - 42px);
    padding-bottom: 150px;
  }
  .home .concern-section .concern-list-area .concern-list > li:nth-child(2), .home .concern-section .concern-list-area .concern-list > li:nth-child(3) {
    margin-top: clamp(50px, 5.8565153734vw, 80px);
  }
  .home .point-section .top-contents .c-slider .slide-list .slide-each {
    min-height: 360px;
  }
  .home .point-section .top-contents .c-slider .slide__arrows {
    margin-top: 36px;
  }
  .home .point-section.point-02 .top-contents {
    grid-template-columns: 1fr min(55%, 550px);
    grid-template-areas: "movie txt" "slider slider";
  }
  .home .point-section.point-02 .top-contents .ttl-area {
    margin-left: auto;
  }
  .home .point-section .kirei-section {
    padding-bottom: 110px;
  }
  .home .point-section .kirei-area .bottom-area .shikumi-points {
    border-left: 1px solid #242424;
  }
  .home .button-section > .inner-block {
    padding-bottom: 100px;
  }
  .home .button-section .contents-wrap .button-area .img-area {
    max-width: 215px;
  }
  .home .button-section .bg-area {
    height: clamp(400px, var(--vh, 100) * 100, 447px);
    aspect-ratio: 667/447;
    width: 49%;
    max-width: 49.9251497006vw;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .home .button-section .bg-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home .showroom-section > .inner-block {
    position: absolute;
    inset: 0;
  }
  .home .showroom-section .contents-wrap {
    margin-bottom: 40px;
  }
  .home .showroom-section .list {
    margin-left: 15px;
  }
  .home .showroom-section .btn-area .c-btn01 {
    margin-right: 0;
  }
  .home .cta-section .btn-area .c-btn01 {
    font-size: clamp(16px, 1.317715959vw, 18px);
  }
}
@media (any-hover: hover) {
  .c-header .header-btn:hover .lines .line {
    background: #242424;
  }
  .c-header .contents-wrap > ul > li .header-link:hover {
    background: #C8E5F5;
  }
  .c-footer .wrap .sns-area > ul li a:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .c-footer .wrap .link-area > ul li a:hover {
    -webkit-text-decoration-color: #fff;
            text-decoration-color: #fff;
  }
  .c-btn01:hover {
    background: #C8E5F5;
  }
  .c-btn01.bg-skyblue:hover {
    background: #003F92;
  }
  .c-btn01.grd-blue:hover {
    background: #26499D;
  }
  .c-btn01.grd-blue:hover::after {
    opacity: 0;
  }
  .c-btn-anchor:hover {
    background: #C8E5F5;
  }
  .c-close-btn:hover .lines .line {
    background: #242424;
  }
  .home .items-section .items-list-area .items-list-slider .slide__arrows .arrow:hover {
    background: #C8E5F5;
  }
  .home .point-section .top-contents .c-slider .slide-list .slide-each .btn-wrap:hover {
    background: #C8E5F5;
  }
  .home .point-section.point-01 .c-slider .slide__arrows .arrow:hover {
    background: #F3F4FB;
  }
  .home .point-section.point-01 .c-slider .slide__arrows .arrow:hover::after {
    background: #003F92;
  }
  .home .point-section.point-02 .c-slider .slide__arrows .arrow:hover {
    background: #fff;
  }
  .home .point-section.point-02 .c-slider .slide__arrows .arrow:hover::after {
    background: #10AEC3;
  }
  .home .point-section .aco-wrap .aco-btn:hover {
    background: #C8E5F5;
  }
  .home .series-section .series-list-area .series-list .contents-wrap:hover .img-area::after {
    background: rgba(98, 98, 98, 0.7);
  }
}
@media only screen and (min-width: 1700px) {
  .home .mv-section .contents-wrap .txt-area {
    width: 100%;
    max-width: 700px;
    padding-right: 0;
  }
  .home .mv-section .contents-wrap .txt-area .txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1366px) {
  .home .mv-section .contents-wrap .txt-area .txt {
    font-size: clamp(1.375rem, 0.45rem + 1.083vw, 1.75rem);
  }
}