@charset "UTF-8";
* {
  min-height: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #EEEEEE;
  color: #333;
  padding-top: 0 !important;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url("/area/common/assets/fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url("/area/common/assets/fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url("/area/common/assets/fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

.wrap {
  color: #3C3830;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7;
  overflow: hidden;
  text-align: justify;
}

@media screen and (max-width: 1200px) {
  .wrap {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    font-size: 14px;
  }
}

.wrap img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .wrap img {
    width: 100%;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc-inline {
  display: inline-block !important;
}

.sp-inline {
  display: none !important;
}

.super {
  font-size: 0.8em;
  vertical-align: super;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.icj-pagetop {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease, bottom 0.3s;
}

.icj-pagetop.show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .icj-pagetop.is-active {
    bottom: 80px;
  }
}

/* 上段ラッパー */
.split-wrapper {
  display: flex;
  justify-content: center;
}

.outer-contents {
  position: relative;
  margin: 50px 30px;
  max-height: 100vh;
  width: 550px;
}

.nav {
  position: fixed;
  top: 100px;
  right: 51vw;
  width: 550px;
  height: 100%;
  transition: opacity 0.2s;
}

.nav.disabled {
  opacity: 0;
}

.nav li {
  background: #DFD6C1;
  padding: 10px 0;
  color: #6B604C;
  text-align: center;
}

/* 右スクロール領域 */
.right-scroll {
  max-width: 560px;
  margin: auto;
  overflow: hidden;
}

.mv {
  position: relative;
  margin-bottom: 181px;
}

@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 24.26667vw;
  }
}

.mv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  max-width: 1200px;
  height: 118px;
  background: linear-gradient(180deg, rgba(90, 90, 90, 0) 0%, rgba(90, 90, 90, 0.2) 32.69%, #EEEEEE 100%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mv::after {
    content: "";
    height: 14.93vw;
  }
}

.mv-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.mv-logo {
  position: absolute;
  top: 40px;
  left: -20px;
  width: 125px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .mv-logo {
    left: 10px;
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .mv-logo {
    top: 2.93333vw;
    left: 3.46667vw;
    width: 17.33333vw;
  }
}

.mv-heading {
  display: block;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #6B524C;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  z-index: 21;
}

@media screen and (max-width: 768px) {
  .mv-heading {
    top: 6.66667vw;
    font-size: 6.4vw;
  }
}

.mv-highlight {
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 3;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mv-highlight {
    top: auto;
    bottom: -10vw;
    width: 100%;
  }
}

.mv-highlight-text {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .mv-highlight-text {
    display: block;
    width: 100%;
    margin-bottom: 1.33333vw;
    font-weight: 700;
    font-size: 5.33333vw;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }
}

.mv-award {
  padding: 15px 0 0;
  width: 200px;
  background: #94876E;
  border-radius: 5px 0 0 5px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .mv-award {
    padding: 1.6vw 0 0;
    width: 38.93333vw;
  }
}

.mv-award.--radius {
  border-radius: 5px;
  padding: 15px 0 10px;
}

@media screen and (max-width: 768px) {
  .mv-award.--radius {
    padding: 1.6vw 0 1.06667vw;
  }
}

.mv-award-area {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .mv-award-area {
    font-size: 3.2vw;
    font-weight: normal;
    letter-spacing: 0.05em;
  }
}

.mv-award-rank {
  position: relative;
  display: block;
  font-size: 42px;
  letter-spacing: 0.1em;
  font-family: "CabinetGrotesk-Extrabold";
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .mv-award-rank {
    font-size: 8vw;
  }
}

.mv-award-rank .rank-text {
  position: absolute;
  top: 9px;
  left: 44px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .mv-award-rank .rank-text {
    top: 1.33333vw;
    left: 10.93333vw;
    font-size: 2.4vw;
  }
}

.mv-award-rank .rank-number {
  position: relative;
  top: -1px;
  font-size: 68px;
  letter-spacing: 0.15em;
  font-family: "CabinetGrotesk-bold";
}

@media screen and (max-width: 768px) {
  .mv-award-rank .rank-number {
    font-size: 12.8vw;
    top: -0.26667vw;
    letter-spacing: -0.15em;
    left: -1.33333vw;
  }
}

.mv-award-rank .rank-number span {
  position: absolute;
  top: 7px;
  right: -6px;
  letter-spacing: 0;
  font-size: 12px;
  font-family: "Noto Sans JP",sans-serif;
}

@media screen and (max-width: 768px) {
  .mv-award-rank .rank-number span {
    top: 1.6vw;
    right: -5.06667vw;
    font-size: 2.4vw;
  }
}

.mv-award-anniv {
  display: block;
  font-size: 32px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .mv-award-anniv {
    font-size: 5.33333vw;
  }
}

.mv-award-anniv .anniv-number {
  position: relative;
  top: 3px;
  font-size: 60px;
  font-family: "CabinetGrotesk-bold";
}

@media screen and (max-width: 768px) {
  .mv-award-anniv .anniv-number {
    font-size: 10.66667vw;
  }
}

.mv-award-anniv .anniv-number span {
  font-size: 20%;
}

.mv-record {
  padding: 14px 0 6px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0 5px 5px 0;
  width: 280px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .mv-record {
    padding: 1.6vw 0 0.8vw;
    width: 50.66667vw;
  }
}

.mv-record.--radius {
  border-radius: 5px;
}

.mv-record-title {
  color: #6B604C;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 768px) {
  .mv-record-title {
    font-size: 3.2vw;
  }
}

.mv-record-count {
  display: block;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .mv-record-count {
    margin-top: 2px;
    font-size: 5.33333vw;
  }
}

.mv-record-count .count-number {
  color: #A9844D;
  font-size: 66px;
  font-family: "CabinetGrotesk-bold";
}

@media screen and (max-width: 768px) {
  .mv-record-count .count-number {
    font-size: 10.66667vw;
  }
}

.mv-record-count .count-text {
  margin-left: -10px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .mv-record-count .count-text {
    margin-left: -4px;
  }
}

.mv-record-count .count-super {
  position: absolute;
  top: 4px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .mv-record-count .count-super {
    top: -3;
    font-size: 2.4vw;
  }
}

.mv-notes {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  color: #747474;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .mv-notes {
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: -5.33333vw;
    right: 2.66667vw;
    font-size: 3.2vw;
    text-align: right;
    line-height: 1.2;
  }
}

.mv-slide {
  width: 1200px !important;
  transform: scale(0.8) !important;
  transition: transform 0.2s;
}

@media screen and (max-width: 768px) {
  .mv-slide {
    width: 100% !important;
    transform: scale(1) !important;
  }
}

.mv-slide.swiper-slide-active {
  transform: scale(1) !important;
}

.mv-slide a {
  display: block;
}

.mv-cv {
  position: absolute;
  width: 240px;
  display: block;
  background: #F2F2F2;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
  border-radius: 20px 0px 0px 20px;
  top: 77%;
  padding: 26px 15px 27px 16px;
  right: 0;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .mv-cv {
    display: none;
    width: 294px;
    max-width: 100%;
    border-radius: 20px;
    bottom: -110px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 75px 15px 14px 15px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .mv-cv:hover {
    opacity: 1;
  }
  .mv-cv:hover .mv-cv-button {
    background-color: #6B604C;
  }
}

@media screen and (max-width: 768px) {
  .mv-cv-image {
    position: absolute;
    top: -23px;
    left: 14px;
  }
}

.mv-cv-button {
  position: relative;
  background: #978460;
  display: block;
  border-radius: 30px;
  padding: 9px 0;
  margin: 7px auto 0;
  width: 190px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  transition: background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .mv-cv-button {
    border-radius: 50px;
    font-size: 15px;
    padding: 13px 0;
    margin: 0 auto;
    width: 100%;
  }
}

.mv-cv-button::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 21px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .mv-cv-button::after {
    top: 18px;
    right: 18px;
  }
}

.fixed-nav-banner {
  display: none;
}

@media screen and (max-width: 768px) {
  .fixed-nav-banner {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
  }
}

#fixed-nav-sentinel {
  height: 1px;
}

#fixed-nav-placeholder {
  height: 0;
}

@media screen and (max-width: 768px) {
  .fixed-nav .fixed-nav-item.--guide {
    display: none;
  }
}

.fixed-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #DFD6C1;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .fixed-nav.is-sticky {
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .fixed-nav.is-sticky .fixed-nav-item {
    width: calc(100% / 4);
  }
}

.fixed-nav.is-sticky .fixed-nav-item a {
  height: 60px;
}

.fixed-nav.is-sticky .fixed-nav-item::before {
  top: 12px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .fixed-nav.is-sticky .fixed-nav-item::before {
    top: 14px;
    height: 39px;
  }
}

.fixed-nav.is-sticky .fixed-nav-item.--guide {
  display: block;
}

.fixed-nav.is-sticky .fixed-nav-item.--guide::after {
  display: none;
}

.fixed-nav-list {
  background: #DFD6C1;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.fixed-nav-item {
  width: calc(100% / 4);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .fixed-nav-item {
    width: calc(100% / 3);
  }
}

.fixed-nav-item a {
  width: 100%;
  padding: 0 25px 0 0;
  color: #6B604C;
  text-align: center;
  font-size: 19px;
  transition: color 0.3s, background-color 0.3s;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .fixed-nav-item a {
    padding: 14px 0px 23px;
    font-size: 14px;
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (hover: hover) and (pointer: fine) {
  .fixed-nav-item a:hover {
    color: #fff;
    background: #978460;
  }
  .fixed-nav-item a:hover span::after {
    border-color: #fff;
  }
}

.fixed-nav-item a.is-active {
  color: #fff;
  background: #978460;
}

.fixed-nav-item a.is-active span::after {
  border-color: #fff;
}

.fixed-nav-item span {
  position: relative;
  display: inline-block;
  transition: color 0.3s;
}

.fixed-nav-item span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-right: 2px solid #6B604C;
  border-bottom: 2px solid #6B604C;
  transition: border-color 0.3s;
}

@media screen and (max-width: 768px) {
  .fixed-nav-item span::after {
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}

.fixed-nav-item + .fixed-nav-item {
  position: relative;
}

.fixed-nav-item + .fixed-nav-item::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 1px;
  height: 59px;
  background-image: repeating-linear-gradient(to bottom, #978460, #978460 3px, transparent 3px, transparent 8px);
}

@media screen and (max-width: 768px) {
  .fixed-nav-item + .fixed-nav-item::before {
    top: 14px;
    width: 1px;
    height: 39px;
    background-image: repeating-linear-gradient(to bottom, #978460, #978460 2px, transparent 2px, transparent 6px);
  }
}

.fixed-nav-item.--guide {
  position: relative;
  background: #DA850E;
}

.fixed-nav-item.--guide a {
  color: #fff;
  line-height: 1.2;
}

.fixed-nav-item.--guide span::after {
  border-color: #fff;
}

.fixed-nav-item.--guide::after {
  content: "";
  background: url(/area/common/assets/img/common/pc/fixed_balloon.png) no-repeat center center/cover;
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 225px;
  height: 96px;
}

@media screen and (max-width: 768px) {
  .fixed-nav-item.--guide::after {
    background: url(/area/common/assets/img/common/sp/fixed_balloon.png) no-repeat center center/cover;
    width: 150px;
    height: 65px;
    left: auto;
    top: -51px;
    right: 0;
    transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
  .section-wrap {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .section-wrap .event {
    display: none;
  }
}

.section-wrap .voice {
  order: 3;
}

.section-wrap .lineup {
  order: 1;
}

.section-wrap .iikoto {
  order: 2;
}

.voice {
  position: relative;
  margin-top: 97px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .voice {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}

.voice.is-collapsed {
  max-height: 900px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

@media screen and (max-width: 768px) {
  .voice.is-collapsed {
    max-height: 1140px;
  }
}

.voice.is-expanded {
  max-height: none;
  overflow: visible;
}

.voice-heading {
  text-align: center;
}

.voice-heading-01 {
  display: block;
  font-size: 19px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .voice-heading-01 {
    font-size: 16px;
  }
}

.voice-heading-02 {
  display: block;
  color: #6B604C;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .voice-heading-02 {
    font-size: 33px;
  }
}

.voice-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
  z-index: 1;
}

.voice-toggle-button {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 520px;
  z-index: 2;
  background-color: #978460;
  color: #fff;
  padding: 22px 0px;
  font-size: 19px;
  font-weight: bold;
  transition: background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .voice-toggle-button {
    bottom: 40px;
    width: 260px;
    padding: 11px 0;
    font-size: 14px;
    line-height: 2.4;
  }
}

@media (hover: hover) and (pointer: fine) {
  .voice-toggle-button:hover {
    background: #6B604C;
  }
}

.voice-toggle-button::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 36px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .voice-toggle-button::after {
    top: 21px;
    right: 19px;
    width: 9px;
    height: 9px;
  }
}

.voice-toggle-button span {
  color: #978460;
  background: #fff;
  border-radius: 30px;
  padding: 1px 10px;
}

@media screen and (max-width: 768px) {
  .voice-toggle-button span {
    display: block;
    width: 63px;
    margin: auto;
    line-height: 1;
    padding: 4px 0px;
  }
}

.voice-content {
  width: 100%;
  max-width: 1240px;
  margin: 60px auto 0;
  padding: 0 20px;
  display: flex;
  gap: 4.1%;
}

@media screen and (max-width: 768px) {
  .voice-content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

.voice-content:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .voice-content:nth-child(even) {
    margin-top: 60px;
    flex-direction: column;
  }
}

.voice-content-text {
  width: 35.4%;
}

@media screen and (max-width: 768px) {
  .voice-content-text {
    display: contents;
    width: 100%;
  }
}

.voice-content-image {
  width: 60.5%;
}

@media screen and (max-width: 768px) {
  .voice-content-image {
    margin-top: 20px;
    width: 100%;
    order: 2;
  }
}

.voice-content-image img {
  border-radius: 5px;
}

.voice-content-heading {
  position: relative;
  width: 92%;
  background: url(/area/common/assets/img/voice/pc/voice_bg_heading.png) no-repeat center center/100% 100%;
  padding: 20px 0 27px;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .voice-content-heading {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .voice-content-heading {
    background: url(/area/common/assets/img/voice/sp/voice_bg_heading.png) no-repeat center center/100% 100%;
    padding: 13px 0 22px;
    max-width: 330px;
    order: 1;
  }
}

.voice-content-heading-text {
  position: relative;
  font-size: 19px;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .voice-content-heading-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .voice-content-heading-text {
    font-size: 18px;
    line-height: 1.4;
  }
}

.voice-content-heading-name {
  position: relative;
  display: block;
  margin-top: 1px;
  color: #3C3830;
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  .voice-content-heading-name {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .voice-content-heading-name {
    margin-top: 2px;
    font-size: 13px;
  }
}

.voice-content-lead {
  margin-top: 31px;
}

@media screen and (max-width: 960px) {
  .voice-content-lead {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .voice-content-lead {
    margin-top: 13px;
    font-size: 16px;
    order: 3;
  }
}

.voice-content-note {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .voice-content-note {
    order: 4;
  }
}

.voice-slider {
  margin-top: 53px;
}

@media screen and (max-width: 768px) {
  .voice-slider {
    margin-top: 61px;
  }
}

.voice-slider-heading {
  color: #6B604C;
  font-size: 33px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .voice-slider-heading {
    font-size: 19px;
  }
}

.voice-slider-image {
  margin-top: 28px;
  display: flex;
  animation: voice-scroll-left 60s linear infinite;
  width: 6560px;
}

@media screen and (max-width: 768px) {
  .voice-slider-image {
    margin-top: 16px;
    animation: voice-scroll-left-sp 40s linear infinite;
    width: 4560px;
  }
}

.voice-slider-image img {
  display: block;
  width: 386px;
  height: 100%;
  object-fit: cover;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .voice-slider-image img {
    width: 275px;
    margin-right: 10px;
  }
}

@keyframes voice-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3280px);
  }
}

@keyframes voice-scroll-left-sp {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2280px);
  }
}

.voice-catalog {
  width: 100%;
  max-width: 860px;
  margin: 58px auto 0;
  padding: 19px 50px 37px 61px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 4px 4px 4px rgba(34, 34, 34, 0.05);
  display: flex;
  align-items: center;
  gap: 35px;
}

@media screen and (max-width: 960px) {
  .voice-catalog {
    padding: 19px 20px 37px;
  }
}

@media screen and (max-width: 768px) {
  .voice-catalog {
    width: calc(100% - 44px);
    padding: 0 20px 30px;
    margin-left: 22px;
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}

.voice-catalog-text {
  width: 49%;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .voice-catalog-text {
    width: 100%;
    padding-top: 0;
    margin-top: 6px;
    text-align: center;
  }
}

.voice-catalog-heading {
  text-align: center;
  line-height: 1.4;
}

.voice-catalog-heading-01 {
  display: inline;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 2px solid #3C3830;
}

@media screen and (max-width: 768px) {
  .voice-catalog-heading-01 {
    font-size: 16px;
  }
}

.voice-catalog-heading-01 span {
  font-size: 20px;
}

.voice-catalog-heading-02 {
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .voice-catalog-heading-02 {
    width: 242px;
    margin: 1px auto 0;
  }
}

.voice-catalog-button {
  position: relative;
  display: block;
  background: #978460;
  border-radius: 30px;
  width: 100%;
  max-width: 300px;
  margin: 22px auto 0;
  padding: 18px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  transition: background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .voice-catalog-button {
    max-width: 270px;
    padding: 20px 0;
    margin-top: 10px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .voice-catalog-button:hover {
    background-color: #6B604C;
  }
}

.voice-catalog-button::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 23px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .voice-catalog-button::after {
    top: 25px;
  }
}

.voice-catalog-link {
  position: relative;
  margin-top: 11px;
  display: block;
  color: #747474;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .voice-catalog-link {
    display: inline-block;
  }
}

.voice-catalog-link::after {
  content: "";
  position: absolute;
  top: 9px;
  right: -9px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #747474;
  border-right: 2px solid #747474;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .voice-catalog-link::after {
    top: 20px;
    right: -17px;
  }
}

.voice-catalog-image {
  width: 47%;
}

@media screen and (max-width: 768px) {
  .voice-catalog-image {
    width: 85%;
    margin: auto;
  }
}

.voice-catalog-image img {
  width: 100%;
}

.lineup {
  position: relative;
}

.lineup-heading {
  margin-top: 90px;
  color: #816E56;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lineup-heading {
    margin-top: 50px;
    font-size: 33px;
  }
}

.lineup-lead {
  margin-top: 4px;
  font-size: 19px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lineup-lead {
    margin-top: 15px;
    font-size: 16px;
    padding: 0 20px;
  }
}

.lineup-content {
  position: relative;
  max-width: 1200px;
  margin: 60px auto 0;
  padding-bottom: 30px;
  background: url(/area/common/assets/img/lineup/pc/lineup_bg.png) no-repeat center right/contain;
}

@media screen and (max-width: 768px) {
  .lineup-content {
    background: url(/area/common/assets/img/lineup/sp/lineup_bg.png) no-repeat center 30%/contain;
    display: block;
    margin-top: 31px;
  }
}

.lineup-content-image-01 {
  width: 50.91%;
}

@media screen and (max-width: 768px) {
  .lineup-content-image-01 {
    width: 100%;
  }
}

.lineup-content-text {
  position: absolute;
  top: 219px;
  right: 22%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .lineup-content-text {
    top: 18.25vw;
    font-size: 1.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .lineup-content-text {
    position: static;
    margin-top: 25px;
    font-size: 16px;
    text-align: center;
  }
}

.lineup-content-image-02 {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 44.08%;
}

@media screen and (max-width: 768px) {
  .lineup-content-image-02 {
    position: static;
    margin-top: 30px;
    width: 100%;
  }
}

.lineup-content-image-03 {
  position: absolute;
  right: 60px;
  bottom: 30px;
  width: 39.25%;
}

@media screen and (max-width: 768px) {
  .lineup-content-image-03 {
    position: static;
    margin-top: 30px;
    width: 100%;
  }
}

.lineup-slider {
  position: relative;
  margin-top: 59px;
}

@media screen and (max-width: 768px) {
  .lineup-slider {
    margin-top: 50px;
  }
}

.lineup-slider .swiper-wrapper {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .lineup-slider.lineup-slider-hokkaido .lineup-swiper-button-wrap {
    top: 55px;
  }
}

@media screen and (min-width: 769px) {
  .lineup-slider-hokkaido {
    max-width: 1440px;
    margin: 50px auto 0;
    padding: 0 20px;
  }
  .lineup-slider-hokkaido .swiper-wrapper {
    gap: 30px;
    align-items: flex-start;
  }
  .lineup-slider-hokkaido .lineup-swiper-button-wrap {
    display: none;
  }
  .lineup-slider-hokkaido .lineup-slide {
    width: calc(50% - 15px) !important;
    transform: scale(1) !important;
  }
}

.lineup-slider-heading {
  margin-bottom: 29px;
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .lineup-slider-heading {
    margin-bottom: 19px;
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .lineup-swiper-button-wrap {
    pointer-events: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 66.666vw;
  }
}

.lineup-swiper-button-prev,
.lineup-swiper-button-next,
.lineup-swiper-button-prev-sp,
.lineup-swiper-button-next-sp {
  position: absolute;
  top: calc(50% - 22px);
  transform: translateY(-50%);
  width: 86px;
  height: 86px;
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-button-prev,
  .lineup-swiper-button-next,
  .lineup-swiper-button-prev-sp,
  .lineup-swiper-button-next-sp {
    pointer-events: auto;
    top: calc(50% + 4px);
    width: 66.5px;
    height: 66.5px;
  }
}

.lineup-swiper-button-prev::before, .lineup-swiper-button-prev::after,
.lineup-swiper-button-next::before,
.lineup-swiper-button-next::after,
.lineup-swiper-button-prev-sp::before,
.lineup-swiper-button-prev-sp::after,
.lineup-swiper-button-next-sp::before,
.lineup-swiper-button-next-sp::after {
  display: none;
}

.lineup-swiper-button-prev,
.lineup-swiper-button-prev-sp {
  left: calc(50% - 716px / 2 - 114px);
  background: url(/area/common/assets/img/common/pc/slider_icon_prev.png) no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .lineup-swiper-button-prev,
  .lineup-swiper-button-prev-sp {
    left: calc(50% - 716px / 2 - 34px);
  }
}

@media screen and (max-width: 768px) {
  .lineup-swiper-button-prev,
  .lineup-swiper-button-prev-sp {
    left: 0;
    background: url(/area/common/assets/img/common/sp/slider_icon_prev.png) no-repeat center center/cover;
  }
}

.lineup-swiper-button-next,
.lineup-swiper-button-next-sp {
  right: calc(50% - 716px / 2 - 114px);
  background: url(/area/common/assets/img/common/pc/slider_icon_next.png) no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .lineup-swiper-button-next,
  .lineup-swiper-button-next-sp {
    right: calc(50% - 716px / 2 - 34px);
  }
}

@media screen and (max-width: 768px) {
  .lineup-swiper-button-next,
  .lineup-swiper-button-next-sp {
    right: 0;
    background: url(/area/common/assets/img/common/sp/slider_icon_next.png) no-repeat center center/cover;
  }
}

@media screen and (min-width: 769px) {
  .lineup-slide {
    width: 716px !important;
  }
}

.lineup-slide {
  transform: scale(0.8) !important;
  transition: width 0.2s;
}

@media screen and (max-width: 768px) {
  .lineup-slide {
    transform: scale(1) !important;
  }
}

.lineup-slide.swiper-slide-active {
  transform: scale(1) !important;
}

.lineup-slide a {
  display: block;
}

@media screen and (max-width: 768px) {
  .lineup-slide-image img {
    height: 66.666vw;
    object-fit: cover;
  }
}

.lineup-slide-name {
  color: #3C3830;
  margin-top: 28px;
  text-align: center;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name {
    margin-top: 15px;
  }
}

.lineup-slide-name-logo {
  display: block;
}

.lineup-slide-name-logo.grandsmart img {
  width: 270px;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name-logo.grandsmart img {
    width: 158px;
  }
}

.lineup-slide-name-logo.grandsaison img {
  width: 270px;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name-logo.grandsaison img {
    width: 158px;
  }
}

.lineup-slide-name-logo.ismart {
  margin-top: -11px;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name-logo.ismart {
    margin-top: -5px;
  }
}

.lineup-slide-name-logo.ismart img {
  width: 142px;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name-logo.ismart img {
    width: 77px;
  }
}

.lineup-slide-name-logo.icube {
  margin-top: -11px;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name-logo.icube {
    margin-top: -5px;
  }
}

.lineup-slide-name-logo.icube img {
  width: 148px;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name-logo.icube img {
    width: 96px;
  }
}

.lineup-slide-name-logo.saison {
  margin-top: -11px;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name-logo.saison {
    margin-top: -11px;
  }
}

.lineup-slide-name-logo.saison img {
  width: 121px;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name-logo.saison img {
    width: 68px;
  }
}

.lineup-slide-name-logo.saisona {
  margin-top: -11px;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name-logo.saisona {
    margin-top: 0;
  }
}

.lineup-slide-name-logo.saisona img {
  width: 175px;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name-logo.saisona img {
    width: 96px;
  }
}

.lineup-slide-name-logo.brillart {
  margin-top: -11px;
}

.lineup-slide-name-logo.brillart img {
  width: 109px;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name-logo.brillart {
    margin-top: -5px;
  }
  .lineup-slide-name-logo.brillart img {
    width: 75px;
  }
}

.lineup-slide-name-logo.hyakunen {
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name-logo.hyakunen {
    margin-top: -5px;
  }
}

.lineup-slide-name-logo.hyakunen img {
  width: 119px;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name-logo.hyakunen img {
    width: 61px;
  }
}

.lineup-slide-name-logo {
  line-height: 1;
}

.lineup-slide-name-logo img {
  vertical-align: bottom;
}

.lineup-slide-name-ja {
  display: block;
  margin-top: 11px;
  color: #3C3830;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .lineup-slide-name-ja {
    display: block;
    margin-top: 11px;
    font-size: 12px;
  }
}

.lineup-slider-text {
  margin-top: 9px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lineup-slider-text {
    display: block;
    font-size: 13px;
  }
}

.lineup-hiraya-inner {
  position: relative;
  border-top: 1px solid #747474;
  margin: 64px auto 0;
  padding-top: 60px;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .lineup-hiraya-inner {
    border-top: none;
    margin-top: 38px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .lineup-hiraya-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    background: #747474;
    height: 1px;
    width: calc(100% - 40px);
  }
}

.lineup-hiraya-text {
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .lineup-hiraya-text {
    font-size: 20px;
  }
}

.lineup-hiraya-content {
  position: relative;
  max-width: 700px;
  margin: 43px auto 0;
}

@media screen and (max-width: 768px) {
  .lineup-hiraya-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 29px;
    padding: 0 15px;
  }
}

.lineup-hiraya-icon {
  position: absolute;
  top: -5px;
  left: -24px;
}

@media screen and (max-width: 960px) {
  .lineup-hiraya-icon {
    left: -40px;
  }
}

@media screen and (max-width: 768px) {
  .lineup-hiraya-icon {
    position: static;
    width: 105px;
    margin: auto;
    order: 2;
  }
}

.lineup-hiraya-heading {
  margin-top: 0;
  color: #978460;
  font-size: 46px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.32em;
  width: 100%;
  order: 1;
}

@media screen and (max-width: 768px) {
  .lineup-hiraya-heading {
    margin-top: 0;
    color: #978460;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.32em;
    width: 100%;
    order: 1;
  }
}

.lineup-hiraya-lead {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lineup-hiraya-lead {
    margin-top: 16px;
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
    width: calc(100% - 105px);
    order: 3;
  }
}

.lineup-hiraya-notes {
  position: absolute;
  top: 140px;
  left: -19px;
  color: #747474;
  font-size: 13px;
  line-height: 1.3;
}

@media screen and (max-width: 960px) {
  .lineup-hiraya-notes {
    left: -30px;
  }
}

@media screen and (max-width: 768px) {
  .lineup-hiraya-notes {
    position: static;
    margin-top: 14px;
    padding: 0 20px;
    order: 4;
    width: 100%;
  }
}

.lineup-hiraya-slider {
  position: relative;
  margin-top: 67px;
}

@media screen and (max-width: 768px) {
  .lineup-hiraya-slider {
    margin-top: 31px;
  }
}

.lineup-hiraya-swiper-button-prev,
.lineup-hiraya-swiper-button-next {
  position: absolute;
  top: calc(50% + 23px);
  transform: translateY(-50%);
  width: 86px;
  height: 86px;
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .lineup-hiraya-swiper-button-prev,
  .lineup-hiraya-swiper-button-next {
    width: 66.5px;
    height: 66.5px;
  }
}

.lineup-hiraya-swiper-button-prev::before, .lineup-hiraya-swiper-button-prev::after,
.lineup-hiraya-swiper-button-next::before,
.lineup-hiraya-swiper-button-next::after {
  display: none;
}

.lineup-hiraya-swiper-button-prev {
  left: calc(50% - 716px / 2 - 114px);
  background: url(/area/common/assets/img/common/pc/slider_icon_prev.png) no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .lineup-hiraya-swiper-button-prev {
    left: calc(50% - 716px / 2 - 34px);
  }
}

@media screen and (max-width: 768px) {
  .lineup-hiraya-swiper-button-prev {
    left: 1px;
    background: url(/area/common/assets/img/common/sp/slider_icon_prev.png) no-repeat center center/cover;
  }
}

.lineup-hiraya-swiper-button-next {
  right: calc(50% - 716px / 2 - 114px);
  background: url(/area/common/assets/img/common/pc/slider_icon_next.png) no-repeat center center/cover;
}

@media screen and (max-width: 960px) {
  .lineup-hiraya-swiper-button-next {
    right: calc(50% - 716px / 2 - 34px);
  }
}

@media screen and (max-width: 768px) {
  .lineup-hiraya-swiper-button-next {
    right: 1px;
    background: url(/area/common/assets/img/common/sp/slider_icon_next.png) no-repeat center center/cover;
  }
}

@media screen and (min-width: 769px) {
  .lineup-hiraya-slide {
    width: 716px !important;
  }
}

.lineup-hiraya-slide {
  transform: scale(0.8) !important;
  transition: width 0.2s;
}

.lineup-hiraya-slide.swiper-slide-active {
  transform: scale(1) !important;
}

.lineup-hiraya-slide a {
  display: block;
}

@media screen and (max-width: 768px) {
  .lineup-hiraya-slide img {
    height: 56vw;
    object-fit: cover;
  }
}

.lineup-3fnisetai {
  position: relative;
  max-width: 940px;
  width: 100%;
  margin: 60px auto 0;
  display: flex;
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .lineup-3fnisetai {
    margin-top: 30px;
    display: block;
  }
}

.lineup-3f {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .lineup-3f {
    margin-top: 31px;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .lineup-3f.is-hide {
    display: none;
  }
}

.lineup-3f-image {
  width: 50%;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .lineup-3f-image {
    width: 52%;
    order: 2;
  }
}

.lineup-3f-textwrap {
  display: block;
}

@media screen and (max-width: 768px) {
  .lineup-3f-textwrap {
    display: contents;
  }
}

.lineup-3f-heading {
  color: #978460;
  margin-top: -0.5em;
  font-size: 30px;
  letter-spacing: 0.32em;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .lineup-3f-heading {
    width: 100%;
    order: 1;
    margin: 0 0 10px 0;
    font-size: 22px;
    text-align: center;
  }
}

.lineup-3f-text {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .lineup-3f-text {
    width: calc(48% - 10px);
    order: 3;
    margin: 0;
  }
}

.lineup-nisetai {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .lineup-nisetai {
    margin-top: 31px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
  }
}

.lineup-nisetai-heading {
  color: #978460;
  font-size: 30px;
  letter-spacing: 0.32em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .lineup-nisetai-heading {
    font-size: 22px;
    text-align: center;
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .lineup-nisetai-text {
    margin-top: 10px;
    padding: 0 9px;
    font-size: 16px;
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .lineup-nisetai-image {
    order: 3;
    margin-top: 10px;
  }
}

.lineup-hugme-wrap {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .lineup-hugme-wrap {
    padding: 0 22px;
  }
}

.lineup-hugme {
  position: relative;
  background: #fff;
  max-width: 940px;
  width: 100%;
  margin: 60px auto 0;
  padding: 40px 60px;
}

@media screen and (max-width: 768px) {
  .lineup-hugme {
    padding: 40px 16px 30px;
  }
}

@media screen and (max-width: 768px) {
  .lineup-hugme.hugmefamh {
    padding-top: 20px;
  }
}

.lineup-hugme-balloon {
  position: absolute;
  top: -28px;
  left: -28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background: #289B5D;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .lineup-hugme-balloon {
    top: -39px;
    left: 0px;
    width: 78px;
    height: 78px;
    font-size: 14px;
  }
}

.lineup-hugme-balloon.hugmefam {
  background: #EC6822;
}

.lineup-hugme-balloon.hugmefamh {
  background: #ECB000;
}

.lineup-hugme-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .lineup-hugme-inner {
    display: block;
  }
}

.lineup-hugme-text {
  width: 45.12%;
}

@media screen and (max-width: 768px) {
  .lineup-hugme-text {
    width: 100%;
  }
}

.lineup-hugme-image {
  width: 48.78%;
}

@media screen and (max-width: 768px) {
  .lineup-hugme-image {
    margin-top: 8px;
    width: 100%;
  }
}

.lineup-hugme-notes {
  margin-top: 15px;
  color: #747474;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .lineup-hugme-notes {
    margin-top: 5px;
    font-size: 12px;
  }
}

.cv-mid {
  background-color: #978460;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .cv-mid {
    margin-top: 60px;
    padding: 31px 0 29px;
  }
}

.cv-mid-inner {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 97px;
}

@media screen and (max-width: 1200px) {
  .cv-mid-inner {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cv-mid-inner {
    flex-direction: column;
    gap: 0;
  }
}

.cv-mid-content {
  width: 505px;
}

@media screen and (max-width: 1200px) {
  .cv-mid-content {
    width: 49%;
  }
}

@media screen and (max-width: 768px) {
  .cv-mid-content {
    width: 100%;
    display: contents;
  }
}

.cv-mid-content.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .cv-mid-content.pc-only {
    display: none;
  }
}

.cv-mid-content.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .cv-mid-content.sp-only {
    display: contents;
  }
}

.cv-mid-heading {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .cv-mid-heading {
    font-size: 29px;
  }
}

@media screen and (max-width: 960px) {
  .cv-mid-heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .cv-mid-heading {
    font-size: inherit;
    order: 1;
    text-align: left;
    max-width: 311px;
    width: 100%;
    margin: auto;
  }
}

.cv-mid-heading-text {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  text-align: left;
  font-weight: 500;
  line-height: 1.3;
}

.cv-mid-lead {
  margin-top: 18px;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .cv-mid-lead {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .cv-mid-lead {
    width: 100%;
    margin-top: 23px;
    font-size: 15px;
    order: 2;
    padding: 0 16px;
    text-align: left;
  }
}

.cv-mid-image {
  width: 700px;
}

.cv-mid-image img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .cv-mid-image {
    width: 47%;
  }
}

@media screen and (max-width: 768px) {
  .cv-mid-image {
    margin-top: 23px;
    width: 100%;
    order: 3;
  }
}

.cv-mid-button {
  position: relative;
  display: block;
  width: 440px;
  max-width: 100%;
  background: #fff;
  border-radius: 50px;
  margin: 31px auto 0;
  padding: 30px 0;
  color: #6B604C;
  font-size: 23px;
  text-align: center;
  transition: color 0.3s,background-color 0.3s;
}

@media screen and (max-width: 960px) {
  .cv-mid-button {
    width: 400px;
    padding: 20px 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cv-mid-button {
    width: 270px;
    margin-top: 23px;
    padding: 20px 0;
    font-size: 16px;
    order: 4;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cv-mid-button:hover {
    color: #fff;
    background-color: #6B604C;
  }
  .cv-mid-button:hover::after {
    border-color: #fff;
  }
}

.cv-mid-button::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 25px;
  width: 13px;
  height: 13px;
  border-right: 2px solid #6B604C;
  border-bottom: 2px solid #6B604C;
  transition: border-color 0.3s;
  transform: rotate(45deg);
}

@media screen and (max-width: 960px) {
  .cv-mid-button::after {
    top: 29px;
  }
}

@media screen and (max-width: 768px) {
  .cv-mid-button::after {
    top: 28px;
    right: 26px;
    width: 10px;
    height: 10px;
  }
}

.iikoto {
  background: #fff;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .iikoto {
    padding-bottom: 60px;
  }
}

.iikoto-heading {
  padding-top: 100px;
  color: #6B604C;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .iikoto-heading {
    padding-top: 60px;
    font-size: 30px;
    line-height: 1.4;
  }
}

.iikoto-lead {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .iikoto-lead {
    margin-top: 15px;
    text-align: left;
    font-size: 16px;
    padding: 0 20px;
  }
}

.iikoto-notes {
  margin-top: 13px;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .iikoto-notes {
    margin-top: 10px;
    padding: 0 20px;
    text-align: left;
  }
}

.iikoto-section {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
}

.iikoto-section + .iikoto-section {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .iikoto-section + .iikoto-section {
    margin-top: 60px;
  }
}

.iikoto-section:nth-child(even) .iikoto-section-heading {
  flex-direction: row-reverse;
}

.iikoto-section:nth-child(even) .iikoto-section-heading .iikoto-section-heading-number {
  left: 52%;
}

@media screen and (max-width: 960px) {
  .iikoto-section:nth-child(even) .iikoto-section-heading .iikoto-section-heading-number {
    left: 57%;
  }
}

@media screen and (max-width: 960px) {
  .iikoto-section:nth-child(even) .iikoto-section-heading {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-section:nth-child(even) .iikoto-section-heading {
    flex-direction: column;
    padding: 50px 20px 30px;
    gap: 0;
  }
}

.iikoto-section-heading {
  position: relative;
  background: #F4F4F4;
  padding: 60px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .iikoto-section-heading {
    gap: 4%;
    padding: 60px 20px;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-section-heading {
    flex-direction: column;
    padding: 50px 20px 30px;
  }
}

.iikoto-section-heading-text {
  position: relative;
  width: 44%;
  padding-top: 130px;
}

@media screen and (max-width: 960px) {
  .iikoto-section-heading-text {
    width: 42%;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-section-heading-text {
    display: contents;
  }
}

.iikoto-section-heading-number {
  position: absolute;
  left: 2.5%;
  top: 6.1%;
  color: #BEAD8F;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .iikoto-section-heading-number {
    left: 6% !important;
    top: 31px !important;
    font-size: 13px;
  }
}

.iikoto-section-heading-number span {
  color: #BEAD8F;
  display: block;
  font-size: 120px;
  font-family: "CabinetGrotesk-Medium";
  line-height: 1;
  font-weight: 500;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .iikoto-section-heading-number span {
    font-size: 50px;
  }
}

.iikoto-section-heading-title {
  display: block;
  margin: auto;
  font-size: 40px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .iikoto-section-heading-title {
    padding-top: 0;
    margin: 0;
    padding-left: 80px;
    white-space: nowrap;
    font-size: 25px;
    line-height: 1.4;
    order: 1;
  }
}

.iikoto-section-heading-lead {
  margin-top: 40px;
}

.iikoto-section-heading-lead span {
  color: #DA850E;
}

@media screen and (max-width: 768px) {
  .iikoto-section-heading-lead {
    margin-top: 7px;
    padding: 0 24px;
    font-size: 16px;
    order: 3;
  }
}

.iikoto-section-heading-image {
  width: 49%;
}

@media screen and (max-width: 960px) {
  .iikoto-section-heading-image {
    width: 54%;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-section-heading-image {
    margin-top: 19px;
    padding: 0 24px;
    width: 100%;
    order: 2;
  }
}

.iikoto-section-content-wrapper {
  position: relative;
}

.iikoto-section-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
  padding: 0 20px;
}

.iikoto-section-content.is-collapsed {
  max-height: 600px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.iikoto-section-content.is-expanded {
  max-height: none;
  overflow: visible;
}

.iikoto-section-content--warm.is-collapsed {
  max-height: 833px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-content--warm.is-collapsed {
    max-height: 1110px;
  }
}

.iikoto-section-content--cost.is-collapsed {
  max-height: 857px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-content--cost.is-collapsed {
    max-height: 1117px;
  }
}

.iikoto-section-content--sarapoka {
  max-width: 1060px;
}

.iikoto-section-content--sarapoka.is-collapsed {
  max-height: 1194px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-content--sarapoka.is-collapsed {
    max-height: 596px;
  }
}

.iikoto-section-content--kidsdesign {
  max-width: 1060px;
}

.iikoto-section-content--kidsdesign.is-collapsed {
  max-height: 624px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-content--kidsdesign.is-collapsed {
    max-height: 784px;
  }
}

.iikoto-section-content--space.is-collapsed {
  max-height: 2050px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-content--space.is-collapsed {
    max-height: 1540px;
  }
}

.iikoto-section-content--disaster.is-collapsed {
  max-height: 1090px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-content--disaster.is-collapsed {
    max-height: 921px;
  }
}

.iikoto-section-content--housework.is-collapsed {
  max-height: 1090px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-content--housework.is-collapsed {
    max-height: 810px;
  }
}

.iikoto-section-content--wall {
  max-width: 1060px;
}

.iikoto-section-content--wall.is-collapsed {
  max-height: 1084px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-content--wall.is-collapsed {
    max-height: 1584px;
  }
}

.iikoto-section-content--air {
  max-width: 1060px;
}

.iikoto-section-content--air.is-collapsed {
  max-height: 870px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-content--air.is-collapsed {
    max-height: 806px;
  }
}

.iikoto-section-content--air.is-collapsed.hokkaido {
  max-height: 1084px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-content--air.is-collapsed.hokkaido {
    max-height: 930px;
  }
}

.iikoto-section-content--storage {
  max-width: 1060px;
}

.iikoto-section-content--storage.is-collapsed {
  max-height: 1012px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-content--storage.is-collapsed {
    max-height: 1260px;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-section-content {
    padding: 0 22px;
  }
}

.iikoto-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
  z-index: 1;
}

.iikoto-toggle-button {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 520px;
  z-index: 2;
  background-color: #978460;
  color: #fff;
  padding: 22px 0px;
  font-size: 19px;
  font-weight: bold;
  transition: background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .iikoto-toggle-button {
    width: 260px;
    padding: 11px 0 2px;
    font-size: 14px;
    line-height: 2.4;
  }
}

@media (hover: hover) and (pointer: fine) {
  .iikoto-toggle-button:hover {
    background: #6B604C;
  }
}

.iikoto-toggle-button::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 36px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .iikoto-toggle-button::after {
    top: 27px;
    right: 19px;
    width: 9px;
    height: 9px;
  }
}

.iikoto-toggle-button span {
  color: #978460;
  background: #fff;
  border-radius: 30px;
  padding: 1px 10px;
}

@media screen and (max-width: 768px) {
  .iikoto-toggle-button span {
    display: block;
    width: 63px;
    margin: auto;
    line-height: 1;
    padding: 4px 0px;
  }
}

.iikoto-section-block {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-block {
    margin-top: 30px;
  }
}

.iikoto-section-block--kidsdesign, .iikoto-section-block--housework {
  border-top: 1px solid #E0DAD0;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-block--kidsdesign, .iikoto-section-block--housework {
    border-top: none;
    padding-top: 0;
  }
}

.iikoto-section-block--kidsdesign .iikoto-section-block-text, .iikoto-section-block--housework .iikoto-section-block-text {
  max-width: 940px;
}

.iikoto-section-block--kidsdesign .iikoto-section-block-image, .iikoto-section-block--housework .iikoto-section-block-image {
  max-width: 940px;
}

.iikoto-section-block-text {
  padding: 0 30px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .iikoto-section-block-text {
    padding: 0;
    display: block;
  }
}

.iikoto-section-block-heading {
  width: 320px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .iikoto-section-block-heading {
    width: 100%;
    font-size: 21px;
  }
}

.iikoto-section-block-heading span {
  color: #DA850E;
}

.iikoto-section-block-lead {
  width: calc(100% - 320px);
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-block-lead {
    margin-top: 16px;
    width: 100%;
  }
}

.iikoto-section-block-lead .iikoto-section-block-notes {
  margin-top: 15px;
  display: block;
  color: #747474;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-block-lead .iikoto-section-block-notes {
    margin-top: 6px;
  }
}

.iikoto-section-block-image {
  width: 100%;
  margin: 40px auto 0;
  max-width: 840px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-block-image {
    margin-top: 22px;
  }
}

.iikoto-section-block-images {
  display: flex;
  margin: 42px auto 0;
  max-width: 840px;
  gap: 0 40px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .iikoto-section-block-images {
    display: block;
    margin-top: 15px;
  }
}

.iikoto-section-block-images img {
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .iikoto-section-block-images img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-section-block-images img + img {
    margin-top: 6px;
  }
}

.iikoto-section-block-images > .iikoto-section-block-image {
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .iikoto-section-block-images > .iikoto-section-block-image {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-section-block-images > .iikoto-section-block-image + .iikoto-section-block-image {
    margin-top: 6px;
  }
}

.iikoto-section-block-images > .iikoto-section-block-image img {
  width: 100%;
}

.iikoto-section-column {
  background: rgba(151, 132, 96, 0.1);
  margin-top: 40px;
  padding: 40px 90px;
}

@media screen and (max-width: 960px) {
  .iikoto-section-column {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-section-column {
    margin-top: 17px;
    padding: 27px 20px;
  }
}

.iikoto-section-column-heading {
  position: relative;
  font-size: 23px;
  padding-left: 17px;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .iikoto-section-column-heading {
    font-size: 19px;
    padding-left: 12px;
  }
}

.iikoto-section-column-heading::before {
  content: "";
  background: #DA850E;
  width: 4px;
  height: 27px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .iikoto-section-column-heading::before {
    height: 100%;
    top: 3px;
  }
}

.iikoto-section-column-lead {
  margin-top: 20px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-column-lead {
    margin-top: 13px;
  }
}

.iikoto-section-column-image {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .iikoto-section-column-image {
    margin-top: 24px;
  }
}

.iikoto-section-column-notes {
  color: #747474;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-column-notes {
    margin-top: 26px;
  }
}

.iikoto-section-column-row {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-column-row {
    margin-top: 13px;
    display: block;
  }
}

.iikoto-section-column-text {
  width: calc(54% - 20px);
}

@media screen and (max-width: 768px) {
  .iikoto-section-column-text {
    font-size: 16px;
    width: 100%;
  }
}

.iikoto-section-column-row-image {
  width: calc(46% - 20px);
}

@media screen and (max-width: 768px) {
  .iikoto-section-column-row-image {
    margin-top: 23px;
    width: 100%;
  }
}

.iikoto-cost-image {
  margin-top: 73px;
}

@media screen and (max-width: 768px) {
  .iikoto-cost-image {
    margin-top: 22px;
  }
}

.iikoto-cost-image picture {
  display: block;
  margin-top: 37px;
}

@media screen and (max-width: 768px) {
  .iikoto-cost-image picture {
    margin-top: 19px;
  }
}

.iikoto-cost-image-heading {
  position: relative;
  font-size: 33px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .iikoto-cost-image-heading {
    font-size: 20px;
  }
}

.iikoto-solar {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .iikoto-solar {
    margin-top: 30px;
  }
}

.iikoto-solar-heading {
  text-align: center;
  line-height: 1.3;
}

.iikoto-solar-heading .iikoto-solar-heading-01 {
  font-size: 33px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .iikoto-solar-heading .iikoto-solar-heading-01 {
    font-size: 20px;
  }
}

.iikoto-solar-heading .iikoto-solar-heading-02 {
  display: block;
  color: #DA850E;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .iikoto-solar-heading .iikoto-solar-heading-02 {
    font-size: 28px;
    line-height: 1.6;
  }
}

.iikoto-solar-heading .number {
  font-size: 46px;
  font-family: "CabinetGrotesk-Medium";
}

@media screen and (max-width: 768px) {
  .iikoto-solar-heading .number {
    font-size: 34px;
  }
}

.iikoto-solar-heading .position {
  font-size: 46px;
  font-family: "CabinetGrotesk-Medium";
}

@media screen and (max-width: 768px) {
  .iikoto-solar-heading .position {
    font-size: 34px;
  }
}

.iikoto-solar-row {
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  max-width: 740px;
  gap: 3.7%;
}

@media screen and (max-width: 768px) {
  .iikoto-solar-row {
    margin-top: 8px;
    display: block;
  }
}

.iikoto-solar-row-image {
  width: 43.4%;
}

@media screen and (max-width: 768px) {
  .iikoto-solar-row-image {
    width: 100%;
  }
}

.iikoto-solar-row-inner {
  position: relative;
  width: 52.9%;
  padding-right: 110px;
}

@media screen and (max-width: 768px) {
  .iikoto-solar-row-inner {
    margin-top: 18px;
    width: 100%;
    padding-right: 0;
    padding-left: 83px;
  }
}

.iikoto-solar-row-text {
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .iikoto-solar-row-text {
    margin-top: 19px;
  }
}

.iikoto-solar-row-notes {
  color: #747474;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .iikoto-solar-row-notes {
    text-align: right;
  }
}

.iikoto-solar-row-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
}

@media screen and (max-width: 768px) {
  .iikoto-solar-row-logo {
    width: 61px;
    top: -2px;
    left: 6px;
  }
}

.iikoto-moisture {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .iikoto-moisture {
    margin-top: 40px;
  }
}

.iikoto-moisture-heading {
  position: relative;
  font-size: 33px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .iikoto-moisture-heading {
    font-size: 20px;
  }
}

.iikoto-moisture-image {
  margin-top: 31px;
}

.iikoto-moisture-notes {
  margin-top: 16px;
  color: #747474;
  font-size: 13px;
}

.iikoto-section-block-image-sarapoka {
  max-width: 1060px;
}

.iikoto-section-block-image-sarapoka img {
  width: 100%;
}

.iikoto-sarapoka-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 42px 30px;
}

@media screen and (max-width: 768px) {
  .iikoto-sarapoka-list {
    margin-top: 30px;
    gap: 12px 10px;
  }
}

.iikoto-sarapoka-item {
  width: calc(100% / 3 - 20px);
}

@media screen and (max-width: 768px) {
  .iikoto-sarapoka-item {
    width: calc(50% - 5px);
  }
}

.iikoto-sarapoka-item-text {
  font-size: 20px;
  text-align: center;
  display: block;
  line-height: 1.4;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .iikoto-sarapoka-item-text {
    font-size: 13px;
    line-height: 1.2;
  }
}

.iikoto-section-column-sarapoka {
  max-width: 940px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .iikoto-section-column-sarapoka {
    margin-top: 35px;
  }
}

.iikoto-kidsdesign-column {
  background: rgba(151, 132, 96, 0.1);
  margin: 40px auto 0;
  max-width: 940px;
  padding: 40px 63px;
  display: flex;
  align-items: center;
  gap: 3.5%;
}

@media screen and (max-width: 960px) {
  .iikoto-kidsdesign-column {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-column {
    display: block;
    margin-top: 35px;
    padding: 27px 20px;
  }
}

.iikoto-kidsdesign-column-text {
  width: 72%;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-column-text {
    width: 100%;
  }
}

.iikoto-kidsdesign-column-heading {
  position: relative;
  font-size: 23px;
  padding-left: 17px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-column-heading {
    font-size: 19px;
    padding-left: 12px;
  }
}

.iikoto-kidsdesign-column-heading::before {
  content: "";
  background: #DA850E;
  width: 4px;
  height: 27px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-column-heading::before {
    height: 100%;
    top: 3px;
  }
}

.iikoto-kidsdesign-column-lead {
  margin-top: 20px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-column-lead {
    margin-top: 13px;
    font-size: 14px;
  }
}

.iikoto-kidsdesign-column-image {
  text-align: center;
  width: 24.5%;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-column-image {
    margin-top: 16px;
    width: 100%;
  }
}

.iikoto-kidsdesign-block {
  margin-top: 60px;
  display: flex;
  gap: 5.8%;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-block {
    margin-top: 39px;
    display: block;
  }
}

.iikoto-kidsdesign-text {
  border-top: 1px solid #E0DAD0;
  padding: 42px 70px 0 37px;
  width: 56.9%;
}

@media screen and (max-width: 960px) {
  .iikoto-kidsdesign-text {
    padding: 42px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-text {
    border-top: none;
    padding: 0;
    width: 100%;
  }
}

.iikoto-kidsdesign-heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-heading {
    font-size: 21px;
  }
}

.iikoto-kidsdesign-heading span {
  color: #DA850E;
}

.iikoto-kidsdesign-lead {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-lead {
    margin-top: 14px;
    font-size: 16px;
  }
}

.iikoto-kidsdesign-image {
  width: 37.3%;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-image {
    margin-top: 12px;
    width: 100%;
  }
}

.iikoto-kidsdesign-row {
  background: url(/area/common/assets/img/iikoto/pc/iikoto_bg.png) no-repeat center top/cover;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 40px -50vw 0;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-row {
    background: url(/area/common/assets/img/iikoto/sp/iikoto_bg.png) repeat center top/100%;
    margin-top: 15px;
    padding: 28px 22px;
  }
}

.iikoto-kidsdesign-row-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 940px;
  padding: 0 20px;
  display: flex;
  gap: 6.6%;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-row-inner {
    display: block;
    padding: 0;
  }
}

.iikoto-kidsdesign-row-item {
  width: 46.7%;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-row-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-row-item + .iikoto-kidsdesign-row-item {
    margin-top: 48px;
  }
}

.iikoto-kidsdesign-row-image {
  display: block;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-row-image {
    width: 100%;
    margin-top: 15px;
  }
}

.iikoto-kidsdesign-row-image--mt {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-row-image--mt {
    margin-top: 15px;
  }
}

.iikoto-kidsdesign-row-heading {
  color: #6B604C;
  font-size: 23px;
  font-weight: normal;
  text-decoration: underline;
  text-underline-offset: 5px;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-row-heading {
    font-size: 19px;
  }
}

.iikoto-kidsdesign-row-lead {
  margin-top: 16px;
  color: #6B604C;
}

@media screen and (max-width: 768px) {
  .iikoto-kidsdesign-row-lead {
    font-size: 16px;
  }
}

.iikoto-housework-column {
  background: rgba(151, 132, 96, 0.1);
  margin: 40px auto 0;
  max-width: 940px;
  padding: 40px 85px;
  display: flex;
  gap: 3.5%;
}

@media screen and (max-width: 960px) {
  .iikoto-housework-column {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-housework-column {
    display: block;
    margin-top: 35px;
    padding: 27px 20px;
  }
}

.iikoto-housework-column-text {
  width: 54.4%;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-column-text {
    width: 100%;
  }
}

.iikoto-housework-column-heading {
  position: relative;
  font-size: 23px;
  padding-left: 17px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-column-heading {
    font-size: 19px;
    padding-left: 12px;
  }
}

.iikoto-housework-column-heading::before {
  content: "";
  background: #DA850E;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-column-heading::before {
    height: 100%;
    top: 3px;
  }
}

.iikoto-housework-column-lead {
  margin-top: 29px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-column-lead {
    margin-top: 13px;
  }
}

.iikoto-housework-column-image {
  text-align: center;
  width: 42.1%;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-column-image {
    margin-top: 16px;
    width: 100%;
  }
}

.iikoto-housework-block {
  margin-top: 60px;
  display: flex;
  gap: 5.8%;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-block {
    margin-top: 39px;
    display: block;
  }
}

.iikoto-housework-text {
  border-top: 1px solid #E0DAD0;
  padding: 42px 70px 0 37px;
  width: 56.9%;
}

@media screen and (max-width: 960px) {
  .iikoto-housework-text {
    padding: 42px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-housework-text {
    border-top: none;
    padding: 0;
    width: 100%;
  }
}

.iikoto-housework-heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-heading {
    font-size: 21px;
  }
}

.iikoto-housework-heading span {
  color: #DA850E;
}

.iikoto-housework-lead {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-lead {
    margin-top: 14px;
    font-size: 16px;
  }
}

.iikoto-housework-notes p {
  margin-top: 11px;
  color: #747474;
  font-size: 13px;
}

.iikoto-housework-image {
  width: 37.3%;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-image {
    margin-top: 12px;
    width: 100%;
  }
}

.iikoto-housework-row {
  background: url(/area/common/assets/img/iikoto/pc/iikoto_bg.png) no-repeat center top/cover;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 40px -50vw 0;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-row {
    background: url(/area/common/assets/img/iikoto/sp/iikoto_bg.png) repeat center top/100%;
    margin-top: 30px;
    padding: 28px 22px;
  }
}

.iikoto-housework-row-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1020px;
  display: flex;
  gap: 3.05%;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-row-inner {
    display: block;
    padding: 0;
  }
}

.iikoto-housework-row-item {
  width: 31.3%;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-row-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-housework-row-item + .iikoto-housework-row-item {
    margin-top: 48px;
  }
}

.iikoto-housework-row-image {
  display: block;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-row-image {
    width: 100%;
    margin-top: 15px;
  }
}

.iikoto-housework-row-heading {
  position: relative;
  padding-bottom: 23px;
  color: #6B604C;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-row-heading {
    font-size: 19px;
  }
}

.iikoto-housework-row-heading span {
  font-size: 23px;
}

.iikoto-housework-row-heading::after {
  content: "";
  background: url(/area/common/assets/img/iikoto/pc/iikoto_housework_bg_heading.png) no-repeat center center/100% 100%;
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 320px;
}

.iikoto-housework-row-subheading {
  text-align: center;
  margin-top: 6px;
  color: #DA850E;
  font-size: 18px;
}

.iikoto-housework-row-lead {
  margin-top: 10px;
  color: #6B604C;
}

@media screen and (max-width: 768px) {
  .iikoto-housework-row-lead {
    font-size: 16px;
  }
}

.iikoto-housework-row-notes {
  margin-top: 10px;
  color: #747474;
  font-size: 13px;
  line-height: 1.7;
}

.iikoto-space-block {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .iikoto-space-block {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-space-block + .iikoto-space-block {
    margin-top: 20px;
  }
}

.iikoto-space-content {
  display: flex;
  gap: 4%;
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .iikoto-space-content {
    display: block;
    margin-top: 14px;
  }
}

.iikoto-space-content-item {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .iikoto-space-content-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-space-content-item + .iikoto-space-content-item {
    margin-top: 24px;
  }
}

.iikoto-space-heading {
  color: #DA850E;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 960px) {
  .iikoto-space-heading {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-space-heading {
    font-size: 21px;
  }
}

.iikoto-space-heading span {
  border: 1px solid #DA850E;
  border-radius: 50%;
  font-family: "CabinetGrotesk-Medium";
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

@media screen and (max-width: 768px) {
  .iikoto-space-heading span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}

.iikoto-space-subheading {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media screen and (max-width: 768px) {
  .iikoto-space-subheading {
    margin-top: 5px;
    font-size: 15px;
  }
}

.iikoto-space-lead {
  margin-top: 14px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .iikoto-space-lead {
    margin-top: 7px;
  }
}

.iikoto-space-list-bg {
  background: url(/area/common/assets/img/iikoto/pc/iikoto_bg.png) no-repeat center top/cover;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 44px -50vw 0;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .iikoto-space-list-bg {
    background: url(/area/common/assets/img/iikoto/sp/iikoto_bg.png) repeat center top/100%;
    padding: 28px 22px;
  }
}

.iikoto-space-list-wrap {
  width: 100%;
  max-width: 1020px;
  margin: auto;
}

.iikoto-space-list-heading {
  position: relative;
  font-size: 23px;
  font-weight: 500;
  padding-left: 17px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .iikoto-space-list-heading {
    font-size: 19px;
  }
}

.iikoto-space-list-heading::after {
  content: "";
  background: #DA850E;
  width: 4px;
  height: 27px;
  position: absolute;
  top: 8px;
  left: 0;
}

.iikoto-space-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .iikoto-space-list {
    display: block;
    margin-top: 27px;
  }
}

.iikoto-space-item {
  width: calc( 100% / 3 - 20px);
}

@media screen and (max-width: 768px) {
  .iikoto-space-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-space-item + .iikoto-space-item {
    margin-top: 48px;
  }
}

.iikoto-space-item-image img {
  width: 100%;
}

.iikoto-space-item-heading {
  margin-top: 13px;
  color: #6B604C;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (max-width: 960px) {
  .iikoto-space-item-heading {
    font-size: 19px;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-space-item-heading {
    margin-top: 15px;
    font-size: 19px;
  }
}

.iikoto-space-item-lead {
  margin-top: 12px;
  color: #6B604C;
}

@media screen and (max-width: 768px) {
  .iikoto-space-item-lead {
    margin-top: 17px;
  }
}

.iikoto-section-block-image-storage {
  max-width: 940px;
}

.iikoto-storage-list-bg {
  background: url(/area/common/assets/img/iikoto/pc/iikoto_bg.png) no-repeat center top/cover;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 44px -50vw 0;
  padding: 61px 0;
}

@media screen and (max-width: 768px) {
  .iikoto-storage-list-bg {
    background: url(/area/common/assets/img/iikoto/sp/iikoto_bg.png) repeat center top/100%;
    margin-top: 30px;
    padding: 28px 32px;
  }
}

.iikoto-storage-list-wrap {
  width: 100%;
  max-width: 1020px;
  margin: auto;
}

.iikoto-storage-list-heading {
  position: relative;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .iikoto-storage-list-heading {
    font-size: 20px;
  }
}

.iikoto-storage-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .iikoto-storage-list {
    display: block;
    margin-top: 42px;
  }
}

.iikoto-storage-item {
  width: calc( 50% - 10px);
  display: flex;
}

@media screen and (max-width: 768px) {
  .iikoto-storage-item {
    width: 100%;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-storage-item + .iikoto-storage-item {
    margin-top: 40px;
  }
}

.iikoto-storage-item-image {
  width: 44%;
}

@media screen and (max-width: 768px) {
  .iikoto-storage-item-image {
    width: 100%;
    order: 2;
  }
}

.iikoto-storage-item-image img {
  width: 100%;
}

.iikoto-storage-item-inner {
  padding: 15px;
  width: 56%;
  background: #F4F2EF;
}

@media screen and (max-width: 768px) {
  .iikoto-storage-item-inner {
    display: contents;
  }
}

.iikoto-storage-item-heading {
  color: #6B604C;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (max-width: 768px) {
  .iikoto-storage-item-heading {
    order: 1;
    text-decoration: none;
    text-align: center;
  }
}

.iikoto-storage-item-lead {
  margin-top: 12px;
  color: #6B604C;
}

@media screen and (max-width: 768px) {
  .iikoto-storage-item-lead {
    margin-top: 0;
    background: #F4F2EF;
    padding: 15px;
    line-height: 1.7;
    order: 3;
    font-size: 16px;
  }
}

.iikoto-disaster-image {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .iikoto-disaster-image {
    margin-top: 30px;
  }
}

.iikoto-disaster-bg {
  background: url(/area/common/assets/img/iikoto/pc/iikoto_bg.png) no-repeat center top/cover;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 42px -50vw 0;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .iikoto-disaster-bg {
    background: url(/area/common/assets/img/iikoto/sp/iikoto_bg.png) repeat center top/100%;
    margin-top: 30px;
    padding: 30px 0;
  }
}

.iikoto-disaster-list {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .iikoto-disaster-list {
    display: block;
  }
}

.iikoto-disaster-item {
  display: flex;
  gap: 4.7%;
}

@media screen and (max-width: 768px) {
  .iikoto-disaster-item {
    display: block;
  }
}

.iikoto-disaster-item + .iikoto-disaster-item {
  margin-top: 40px;
}

.iikoto-disaster-item:nth-child(even) {
  flex-direction: row-reverse;
}

.iikoto-disaster-item-inner {
  width: 51.2%;
}

@media screen and (max-width: 768px) {
  .iikoto-disaster-item-inner {
    width: 100%;
  }
}

.iikoto-disaster-item-heading {
  position: relative;
  background: #DA850E;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  width: 115px;
  padding: 3px 0;
}

.iikoto-disaster-item-subheading {
  margin-top: 6px;
  font-size: 23px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (max-width: 768px) {
  .iikoto-disaster-item-subheading {
    font-size: 18px;
  }
}

.iikoto-disaster-item-lead {
  margin-top: 13px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .iikoto-disaster-item-lead {
    margin-top: 16px;
  }
}

.iikoto-disaster-item-image {
  width: 44.2%;
}

@media screen and (max-width: 768px) {
  .iikoto-disaster-item-image {
    margin-top: 13px;
    width: 100%;
  }
}

.iikoto-disaster-glass {
  position: relative;
  max-width: 860px;
  margin: 65px auto 0;
  background: rgba(151, 132, 96, 0.1);
  padding: 24px 45px 24px 36px;
  display: flex;
  gap: 4.7%;
}

@media screen and (max-width: 768px) {
  .iikoto-disaster-glass {
    display: block;
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
}

.iikoto-disaster-glass::before {
  content: "+";
  position: absolute;
  top: -66px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 47px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .iikoto-disaster-glass::before {
    top: -59px;
  }
}

.iikoto-disaster-glass-inner {
  width: 52.2%;
}

@media screen and (max-width: 768px) {
  .iikoto-disaster-glass-inner {
    width: 100%;
  }
}

.iikoto-disaster-glass-heading {
  color: #DA850E;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (max-width: 768px) {
  .iikoto-disaster-glass-heading {
    font-size: 19px;
  }
}

.iikoto-disaster-glass-lead {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .iikoto-disaster-glass-lead {
    margin-top: 17px;
    font-size: 16px;
  }
}

.iikoto-disaster-glass-image {
  width: 43.1%;
}

@media screen and (max-width: 768px) {
  .iikoto-disaster-glass-image {
    margin-top: 40px;
    width: 100%;
  }
}

.iikoto-section-block-heading-wall {
  position: relative;
  width: auto;
  text-align: center;
  font-size: 33px;
  color: #333;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-block-heading-wall {
    font-size: 20px;
  }
}

.iikoto-section-block-image-wall {
  max-width: 940px;
}

.iikoto-section-block-image-wall img {
  width: 100%;
}

.iikoto-wall-row {
  margin-top: 60px;
  display: flex;
  gap: 2%;
}

@media screen and (max-width: 768px) {
  .iikoto-wall-row {
    margin-top: 30px;
    flex-direction: column;
    gap: 0;
  }
}

.iikoto-wall-row-inner {
  width: 54%;
  border-top: 1px solid #E0DAD0;
  padding: 37px 0 0 40px;
}

@media screen and (max-width: 768px) {
  .iikoto-wall-row-inner {
    width: 100%;
    border-top: none;
    padding: 0;
    display: contents;
  }
}

.iikoto-wall-row-title {
  font-size: 28px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .iikoto-wall-row-title {
    font-size: 21px;
    order: 1;
  }
}

.iikoto-wall-row-text {
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .iikoto-wall-row-text {
    margin-top: 17px;
    font-size: 16px;
    order: 3;
  }
}

.iikoto-wall-row-button {
  position: relative;
  background: #978460;
  border-radius: 3px;
  display: block;
  padding: 13px 0;
  margin-top: 20px;
  max-width: 100%;
  width: 400px;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .iikoto-wall-row-button {
    order: 4;
    margin: 15px auto 0;
    width: 260px;
    font-size: 14px;
    line-height: 1.3;
    padding: 16px 0;
  }
}

.iikoto-wall-row-button::after {
  content: "";
  background: url(/area/common/assets/img/iikoto/iikoto_icon_detail.png) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 21px;
  right: 31px;
}

@media screen and (max-width: 768px) {
  .iikoto-wall-row-button::after {
    top: 25px;
    right: 25px;
  }
}

.iikoto-wall-row-image {
  width: 44%;
}

@media screen and (max-width: 768px) {
  .iikoto-wall-row-image {
    margin-top: 11px;
    width: 100%;
    order: 2;
  }
}

.iikoto-modal-content-title {
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .iikoto-modal-content-title {
    font-size: 16px;
  }
}

.iikoto-modal-content-image {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0;
  text-align: center;
}

.iikoto-modal-content-notes {
  margin-top: 20px;
}

.iikoto-modal-content-notes p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}

.iikoto-section-block-air {
  padding: 40px 10px 0;
  border-top: 1px solid #E0DAD0;
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .iikoto-section-block-air {
    padding: 0;
    border: none;
    margin-top: 30px;
  }
}

.iikoto-air-hokkaido {
  margin: 60px auto 0;
  max-width: 940px;
}

@media screen and (max-width: 768px) {
  .iikoto-air-hokkaido {
    margin-top: 25px;
  }
}

.iikoto-air-hokkaido-heading {
  font-size: 28px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .iikoto-air-hokkaido-heading {
    font-size: 19px;
  }
}

.iikoto-air-hokkaido-heading span {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .iikoto-air-hokkaido-heading span {
    font-size: 14px;
  }
}

.iikoto-air-hokkaido-text {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .iikoto-air-hokkaido-text {
    font-size: 16px;
  }
}

.iikoto-air-hokkaido-image {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .iikoto-air-hokkaido-image {
    margin-top: 22px;
  }
}

.iikoto-air-row {
  margin-top: 60px;
  display: flex;
  gap: 2%;
}

@media screen and (max-width: 768px) {
  .iikoto-air-row {
    margin-top: 30px;
    display: block;
  }
}

.iikoto-air-row-inner {
  width: 57%;
  border-top: 1px solid #E0DAD0;
  padding: 37px 0 0 40px;
}

@media screen and (max-width: 768px) {
  .iikoto-air-row-inner {
    width: 100%;
    border-top: none;
    padding: 0;
  }
}

.iikoto-air-row-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .iikoto-air-row-title {
    font-size: 21px;
  }
}

.iikoto-air-row-title span {
  color: #DA850E;
}

.iikoto-air-row-text {
  margin-top: 31px;
}

@media screen and (max-width: 768px) {
  .iikoto-air-row-text {
    margin-top: 17px;
    font-size: 16px;
  }
}

.iikoto-air-row-image {
  width: 37%;
}

@media screen and (max-width: 768px) {
  .iikoto-air-row-image {
    margin-top: 21px;
    width: 100%;
  }
}

.iikoto-dannetsuou {
  width: 100%;
  max-width: 1200px;
  margin: 47px auto 0;
  background: #f6f3ef;
  border-radius: 3px;
  padding: 60px 15px;
}

@media screen and (max-width: 768px) {
  .iikoto-dannetsuou {
    padding: 30px 20px;
    width: calc(100% - 45px);
  }
}

.iikoto-dannetsuou-inner {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .iikoto-dannetsuou-inner {
    display: flex;
    flex-direction: column;
  }
}

.iikoto-dannetsuou-heading {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .iikoto-dannetsuou-heading {
    order: 1;
  }
}

.iikoto-dannetsuou-heading-01 {
  font-size: 28px;
  line-height: 1.5;
  text-align: left;
}

.iikoto-dannetsuou-heading-01 span {
  color: #729F00;
}

@media screen and (max-width: 768px) {
  .iikoto-dannetsuou-heading-01 {
    font-size: 23px;
  }
}

.iikoto-dannetsuou-heading-02 {
  display: block;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .iikoto-dannetsuou-heading-02 {
    width: 90%;
    margin: 13px auto 0;
  }
}

.iikoto-dannetsuou-notes {
  margin-top: 18px;
  color: #747474;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .iikoto-dannetsuou-notes {
    margin-top: 16px;
    font-size: 11px;
    order: 2;
  }
}

.iikoto-dannetsuou-subheading {
  display: inline-block;
  margin-top: 21px;
  font-size: 23px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media screen and (max-width: 768px) {
  .iikoto-dannetsuou-subheading {
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.5;
    order: 3;
  }
}

.iikoto-dannetsuou-sublead {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .iikoto-dannetsuou-sublead {
    margin-top: 16px;
    font-size: 16px;
    order: 4;
  }
}

.iikoto-dannetsuou-image {
  float: right;
}

@media screen and (max-width: 960px) {
  .iikoto-dannetsuou-image {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .iikoto-dannetsuou-image {
    width: 100%;
    margin-top: 13px;
    float: none;
    order: 5;
  }
}

.cv {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .cv {
    margin-top: 60px;
  }
}

.cv-heading {
  font-size: 48px;
  text-align: center;
  color: #6B604C;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .cv-heading {
    font-size: 26px;
    line-height: 1.4;
  }
}

.cv-inner {
  margin-top: 37px;
  padding: 28.21vw 20px 80px;
  background-image: url(/area/common/assets/img/cv/pc/cv_background.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: #D2C3AA;
}

@media screen and (max-width: 768px) {
  .cv-inner {
    margin-top: 30px;
    padding: 56.3vw 12px 20px;
    background-image: url(/area/common/assets/img/cv/sp/cv_background.png);
    background-color: #DFD6C1;
  }
}

.cv-tab {
  background: #fff;
  border-radius: 3px;
  width: 100%;
  max-width: 1200px;
  padding: 60px 50px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .cv-tab {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 768px) {
  .cv-tab {
    padding: 37px 0;
  }
}

.cv-tab-heading {
  color: #6B604C;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cv-tab-heading {
    font-size: 20px;
  }
}

.cv-tab-lead {
  margin-top: 11px;
  font-size: 19px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cv-tab-lead {
    margin-top: 11px;
    font-size: 16px;
    text-align: left;
    padding: 0 28px;
  }
}

.cv-tab-list {
  margin-top: 58px;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .cv-tab-list {
    margin-top: 30px;
  }
}

.cv-tab-button {
  display: block;
  width: 50%;
  padding: 17px 0;
  background: rgba(151, 132, 96, 0.2);
  border-radius: 20px 20px 0 0;
  color: #978460;
  font-size: 19px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cv-tab-button {
    padding: 6px 0;
    font-size: 13px;
  }
}

.cv-tab-button.is-active {
  padding: 22px 0;
  background: #978460;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cv-tab-button.is-active {
    padding: 14px 0;
  }
}

.cv-tab-panel-wrapper {
  margin-top: 47px;
}

@media screen and (max-width: 768px) {
  .cv-tab-panel-wrapper {
    margin-top: 27px;
  }
}

.cv-tab-panel {
  display: none;
}

.cv-tab-panel.is-active {
  display: block;
}

.cv-campaign {
  width: 100%;
  max-width: 730px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .cv-campaign {
    padding: 0 18px;
  }
}

.cv-campaign.summer {
  max-width: 900px;
  text-align: center;
}

.cv-campaign-heading {
  color: #6B604C;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cv-campaign-heading {
    font-size: 16px;
  }
}

.cv-campaign-list {
  margin-top: 13px;
  display: inline-flex;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .cv-campaign-list {
    margin-top: 20px;
    display: block;
  }
}

.cv-campaign-item {
  width: calc(50% - 15px);
  max-width: 350px;
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  .cv-campaign-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cv-campaign-item + .cv-campaign-item {
    margin-top: 30px;
  }
}

.cv-campaign-item-text {
  margin-top: 16px;
  color: #747474;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .cv-campaign-item-text {
    margin-top: 12px;
    font-size: 11px;
  }
}

.cv-campaign-banner {
  max-width: 730px;
  margin: 12px auto 0;
}

@media screen and (max-width: 768px) {
  .cv-campaign-banner {
    max-width: 350px;
  }
}

.cv-event {
  width: 100%;
  max-width: 730px;
  margin: 30px auto 0;
}

.cv-event-heading {
  color: #6B604C;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cv-event-heading {
    font-size: 16px;
  }
}

.cv-event-image {
  margin-top: 12px;
  background: #D9D9D9;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cv-event-image {
    width: calc(100% - 40px);
    margin: 11px auto 0;
  }
}

.cv-event-image img {
  width: 100%;
  margin: auto;
}

.cv-event-notes {
  margin-top: 16px;
  color: #747474;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .cv-event-notes {
    margin-top: 12px;
    padding: 0 20px;
    font-size: 11px;
  }
}

.cv-guide {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .cv-guide {
    margin-top: 30px;
  }
}

.cv-guide-heading {
  color: #6B604C;
  font-size: 48px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cv-guide-heading {
    font-size: 26px;
  }
}

.cv-guide-sort {
  margin-top: 23px;
}

@media screen and (max-width: 960px) {
  .cv-guide-sort {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cv-guide-sort {
    display: block;
    margin-top: 12px;
  }
}

.cv-guide-sort-location {
  position: relative;
  width: 174px;
  display: block;
  background: rgba(151, 132, 96, 0.2);
  border: 1px solid #6B604C;
  border-radius: 2px;
  margin: auto;
  padding: 3px 0 3px 20px;
  color: #6B604C;
  font-size: 14px;
  transition: color 0.3s, background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .cv-guide-sort-location {
    margin: auto;
    line-height: 1;
    padding: 7px 0 7px 20px;
    width: 162px;
  }
}

.cv-guide-sort-location::before {
  content: "";
  background: url(/area/common/assets/img/cv/cv_icon_location.png) no-repeat center center/cover;
  width: 12px;
  height: 15.5px;
  position: absolute;
  top: 5px;
  left: 20px;
  transition: filter 0.3s;
}

@media screen and (max-width: 768px) {
  .cv-guide-sort-location::before {
    top: 7px;
    left: 13px;
  }
}

.cv-guide-sort-location.is-active {
  background: #978460;
  color: #fff;
  width: 274px;
}

.cv-guide-sort-location.is-active::before {
  filter: brightness(200%) saturate(0%);
}

@media (hover: hover) and (pointer: fine) {
  .cv-guide-sort-location:hover {
    background: #978460;
    color: #fff;
  }
  .cv-guide-sort-location:hover::before {
    filter: brightness(200%) saturate(0%);
  }
}

.cv-guide-sort-button-list {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}

@media screen and (max-width: 768px) {
  .cv-guide-sort-button-list {
    width: 100%;
    margin-top: 24px;
    padding: 0 20px;
  }
}

.cv-guide-sort-button {
  display: block;
  border: 1px solid #6B604C;
  border-radius: 50px;
  padding: 8px 11px;
  color: #6B604C;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  transition: color 0.3s, background-color 0.3s;
}

.cv-guide-sort-button.is-active {
  background: #978460;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cv-guide-sort-button {
    padding: 4px 12px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cv-guide-sort-button:hover {
    background: #978460;
    color: #fff;
  }
}

.cv-guide-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 25px;
}

@media screen and (max-width: 768px) {
  .cv-guide-list {
    display: block;
    padding: 0 12px;
  }
}

.cv-guide-item {
  position: relative;
  display: block;
  width: calc(100% / 3 - 50px / 3);
  color: #3C3830;
}

@media screen and (max-width: 768px) {
  .cv-guide-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 14px;
  }
}

@media screen and (max-width: 768px) {
  .cv-guide-item + .cv-guide-item {
    border-top: 1px solid #D2C3AA;
    padding-top: 15px;
    margin-top: 15px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cv-guide-item:hover {
    opacity: 1;
  }
  .cv-guide-item:hover .cv-guide-item-button {
    background-color: #6B604C;
  }
}

@media screen and (max-width: 768px) {
  .cv-guide-item-image {
    width: 39%;
  }
}

.cv-guide-item-image img {
  width: 100%;
  max-height: 239px;
  object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .cv-guide-item-image img {
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  .cv-guide-item-content {
    width: 56%;
  }
}

.cv-guide-item-title {
  margin-top: 13px;
  font-size: 19px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .cv-guide-item-title {
    margin-top: 0;
    font-size: 16px;
  }
}

.cv-guide-item-inner {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .cv-guide-item-inner {
    display: block;
  }
}

.cv-guide-item-address {
  width: calc(100% - 140px);
  font-size: 13px;
}

@media screen and (max-width: 960px) {
  .cv-guide-item-address {
    width: 100%;
  }
}

.cv-guide-item-button {
  position: relative;
  background: #978460;
  border-radius: 30px;
  padding: 15px 4px 17px 0;
  margin-left: 10px;
  width: 130px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: background-color 0.3s;
}

@media screen and (max-width: 960px) {
  .cv-guide-item-button {
    padding: 10px 4px 11px 0;
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .cv-guide-item-button {
    margin: 12px 0 0 auto;
  }
}

.cv-guide-item-button::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 960px) {
  .cv-guide-item-button::after {
    top: 15px;
  }
}

.cv-guide-event {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .cv-guide-event {
    position: static;
    width: 100%;
  }
}

.cv-guide-event span {
  width: 89px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #EC6822;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .cv-guide-event span {
    padding: 3px 5px;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    border-radius: 0;
    display: inline-block;
    font-size: 13px;
  }
}

.cv-realsize {
  border-top: 1px solid #747474;
  margin-top: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .cv-realsize {
    margin: 13px auto 0;
    padding-top: 40px;
    width: calc(100% - 24px);
  }
}

.cv-realsize-heading {
  text-align: center;
}

.cv-realsize-heading-01 {
  position: relative;
  display: inline-block;
  color: #6B604C;
  font-size: 19px;
  border: 1px solid #6B604C;
  border-radius: 100px;
  padding: 9px 20px;
}

@media screen and (max-width: 768px) {
  .cv-realsize-heading-01 {
    font-size: 13px;
    padding: 5px 20px;
  }
}

.cv-realsize-heading-02 {
  display: block;
  margin-top: 8px;
  color: #816E56;
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cv-realsize-heading-02 {
    margin-top: 13px;
    font-size: 26px;
    line-height: 1.4;
  }
}

.cv-realsize-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 25px;
}

@media screen and (max-width: 768px) {
  .cv-realsize-list {
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid #747474;
  }
}

.cv-realsize-item {
  position: relative;
  display: block;
  width: calc(100% / 3 - 50px / 3);
  color: #3C3830;
}

@media screen and (max-width: 768px) {
  .cv-realsize-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 14px;
  }
}

@media screen and (max-width: 768px) {
  .cv-realsize-item + .cv-realsize-item {
    border-top: 1px solid #D2C3AA;
    padding-top: 15px;
    margin-top: 15px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cv-realsize-item:hover {
    opacity: 1;
  }
  .cv-realsize-item:hover .cv-guide-item-button {
    background-color: #6B604C;
  }
}

.cv-realsize-event {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .cv-realsize-event {
    position: static;
    width: 100%;
  }
}

.cv-realsize-event span {
  width: 89px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #EC6822;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .cv-realsize-event span {
    padding: 3px 5px;
    margin-bottom: 5px;
    width: auto;
    height: auto;
    border-radius: 0;
    display: inline-block;
    font-size: 13px;
  }
}

.cv-realsize-item-image {
  position: relative;
}

@media screen and (max-width: 768px) {
  .cv-realsize-item-image {
    width: 39%;
  }
}

.cv-realsize-item-image img {
  width: 100%;
  max-height: 239px;
  object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .cv-realsize-item-content {
    width: 56%;
  }
}

.cv-realsize-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .cv-realsize-item-inner {
    display: block;
  }
}

.cv-realsize-item-title {
  margin-top: 13px;
  font-size: 19px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .cv-realsize-item-title {
    margin-top: 0;
    font-size: 16px;
  }
}

.cv-realsize-item-address {
  width: calc(100% - 140px);
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .cv-realsize-item-address {
    width: 100%;
  }
}

.cv-realsize-item-button {
  position: relative;
  background: #978460;
  border-radius: 30px;
  padding: 15px 2px 16px 0;
  margin-left: 10px;
  width: 130px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .cv-realsize-item-button {
    padding: 10px 4px 11px 0;
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .cv-realsize-item-button {
    margin: 12px 0 0 auto;
  }
}

.cv-realsize-item-button::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 960px) {
  .cv-realsize-item-button::after {
    top: 15px;
  }
}

.cv-guide-button {
  position: relative;
  display: block;
  margin: 100px auto 0;
  border: 1px solid #6B604C;
  width: 640px;
  max-width: 100%;
  text-align: center;
  padding: 26px 0;
  color: #6B604C;
  transition: background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .cv-guide-button {
    margin-top: 60px;
    padding: 7px 0;
    width: 290px;
    font-size: 14px;
    line-height: 1.3;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cv-guide-button:hover {
    opacity: 1;
    background-color: #DFD6C1;
  }
}

.cv-guide-button::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 33px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #6B604C;
  border-right: 2px solid #6B604C;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .cv-guide-button::after {
    top: 22px;
    right: 25px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #6B604C;
    border-right: 1px solid #6B604C;
  }
}

.cv-quo {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cv-quo {
    padding: 0 20px;
  }
}

.cv-quo-text {
  margin-top: 16px;
  color: #747474;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .cv-quo-text {
    margin-top: 15px;
    font-size: 11px;
  }
}

.cv-subdivision {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .cv-subdivision {
    margin-top: 36px;
    padding: 0 20px;
  }
}

.cv-subdivision-heading {
  color: #6B604C;
  font-size: 48px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-heading {
    font-size: 26px;
  }
}

.cv-subdivision-list {
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 25px;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-list {
    margin-top: 20px;
    display: block;
  }
}

.cv-subdivision-item {
  width: calc(100% / 3 - 50px / 3);
  color: #3C3830;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cv-subdivision-item + .cv-subdivision-item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #D2C3AA;
  }
}

.cv-subdivision-item-category {
  display: flex;
  align-items: center;
}

.cv-subdivision-item-category li {
  background: #F4D0A9;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-item-category li {
    font-size: 12px;
  }
}

.cv-subdivision-item-category li + li {
  margin-left: 10px;
}

.cv-subdivision-item-category li.cv-subdivision-item-category--new {
  background: #ee766c;
}

.cv-subdivision-item-category li.cv-subdivision-item-category--land {
  background: #F4D0A9;
}

.cv-subdivision-item-category li.cv-subdivision-item-category--last {
  background: #7B9DED;
  color: #fff;
}

.cv-subdivision-item-category li.cv-subdivision-item-category--event {
  background: #b3ac91;
}

.cv-subdivision-item-category li.cv-subdivision-item-category--house {
  background: #C0E5B9;
}

.cv-subdivision-item-category li.cv-subdivision-item-category--modelhouse {
  background: #C4E8F0;
}

.cv-subdivision-item-category li.cv-subdivision-item-category--limited {
  background: #ee766c;
}

.cv-subdivision-item-inner {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-item-inner {
    margin-top: 6px;
    display: flex;
    gap: 9px;
  }
}

@media screen and (max-width: 768px) {
  .cv-subdivision-item-thumb {
    width: 41%;
  }
}

.cv-subdivision-item-thumb img {
  width: 100%;
  max-height: 239px;
  object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-item-content {
    width: calc(59% - 9px);
  }
}

.cv-subdivision-item-title {
  margin-top: 13px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-item-title {
    margin-top: 0;
    font-size: 16px;
  }
}

.cv-subdivision-item-info {
  display: flex;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-item-info {
    margin-top: 2px;
    display: block;
  }
}

.cv-subdivision-item-info-title {
  position: relative;
  color: #978460;
  width: 47px;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-item-info-title {
    width: 100%;
  }
}

.cv-subdivision-item-info-title::after {
  content: "";
  width: 1px;
  height: 8px;
  background: #978460;
  top: 7px;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-item-info-title::after {
    width: 36px;
    height: 1px;
    right: auto;
    left: 1px;
    top: auto;
    bottom: -1px;
  }
}

.cv-subdivision-item-info-content {
  width: calc(100% - 47px);
  padding-left: 8px;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-item-info-content {
    width: 100%;
    margin-top: 4px;
    padding-left: 0;
    line-height: 1.5;
  }
}

.cv-subdivision-item-address {
  width: calc(100% - 140px);
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-item-address {
    width: 100%;
  }
}

.cv-subdivision-item-button-wrap {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-item-button-wrap {
    margin-top: 8px;
  }
}

.cv-subdivision-item-button {
  display: block;
  border-radius: 30px;
  padding: 16px 0;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-item-button {
    padding: 8px 0;
  }
}

.cv-subdivision-item-button--detail {
  width: calc(42.3% - 4px);
  color: #6B604C;
  background: #ede7dd;
}

.cv-subdivision-item-button--reservation {
  width: calc(57.7% - 4px);
  color: #fff;
  background: #978460;
}

.cv-subdivision-button {
  position: relative;
  display: block;
  margin: 100px auto 0;
  border: 1px solid #6B604C;
  width: 640px;
  max-width: 100%;
  text-align: center;
  padding: 26px 0;
  color: #6B604C;
  transition: background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .cv-subdivision-button {
    margin-top: 60px;
    padding: 12px 0;
    width: 290px;
    font-size: 14px;
    line-height: 1.3;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cv-subdivision-button:hover {
    opacity: 1;
    background-color: #DFD6C1;
  }
}

.cv-subdivision-button::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 33px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #6B604C;
  border-right: 2px solid #6B604C;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .cv-subdivision-button::after {
    top: 18px;
    right: 25px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #6B604C;
    border-right: 1px solid #6B604C;
  }
}

.event {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .event {
    padding: 70px 0;
  }
}

.event-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
}

@media screen and (max-width: 768px) {
  .event-inner {
    display: block;
  }
}

.event-content {
  width: 304px;
  flex-shrink: 0;
}

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

.event-heading-01 {
  position: relative;
  display: block;
  width: 240px;
  padding: 12px 0 22px;
  background: url(/area/common/assets/img/event/pc/event_bg_heading.png) no-repeat center center/100% 100%;
  color: #6B604C;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .event-heading-01 {
    background: url(/area/common/assets/img/event/sp/event_bg_heading.png) no-repeat center center/100% 100%;
    width: 180px;
    padding: 12px 0 21px;
    margin: auto;
  }
}

.event-heading-02 {
  margin-top: 11px;
  color: #D2C3AA;
  font-size: 100px;
  font-family: "CabinetGrotesk-Medium";
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .event-heading-02 {
    text-align: center;
    font-size: 58px;
    margin-top: 6px;
  }
}

.event-heading-03 {
  font-size: 23px;
}

@media screen and (max-width: 768px) {
  .event-heading-03 {
    text-align: center;
    display: block;
    font-size: 20px;
  }
}

.event-button {
  position: relative;
  width: 160px;
  display: block;
  background: rgba(151, 132, 96, 0.2);
  border: 1px solid #6B604C;
  border-radius: 2px;
  padding: 7px 0 7px 20px;
  margin: 13px 0 0;
  color: #6B604C;
  font-size: 14px;
  transition: color 0.3s, background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .event-button {
    margin: 21px auto 0;
    line-height: 1;
    padding: 7px 0 7px 20px;
  }
}

.event-button::before {
  content: "";
  background: url(/area/common/assets/img/cv/cv_icon_location.png) no-repeat center center/cover;
  width: 12px;
  height: 15.5px;
  position: absolute;
  top: 9px;
  left: 20px;
  transition: filter 0.3s;
}

@media screen and (max-width: 768px) {
  .event-button::before {
    top: 6px;
    left: 19px;
  }
}

.event-button.is-active {
  background: #978460;
  color: #fff;
  width: 274px;
}

.event-button.is-active::before {
  filter: brightness(200%) saturate(0%);
}

@media (hover: hover) and (pointer: fine) {
  .event-button:hover {
    background: #978460;
    color: #fff;
  }
  .event-button:hover::before {
    filter: brightness(200%) saturate(0%);
  }
}

.event-sort {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

@media screen and (max-width: 768px) {
  .event-sort {
    margin-top: 24px;
    padding: 0 20px;
  }
}

.event-sort-button {
  display: block;
  border: 1px solid #6B604C;
  border-radius: 50px;
  padding: 8px 11px;
  color: #6B604C;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .event-sort-button {
    padding: 4px 12px;
  }
}

.event-sort-button.is-active {
  background: #978460;
  color: #fff;
}

.event-slider-wrapper {
  position: relative;
  flex-grow: 1;
  margin-left: 50px;
  margin-right: calc(((100vw - 1200px) / 2) * -1);
  width: calc(100% - 304px - 50px);
}

@media screen and (max-width: 768px) {
  .event-slider-wrapper {
    margin: 25px 0 0;
    width: 100%;
  }
}

.event-slider {
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .event-slider .swiper-wrapper {
    align-items: center;
  }
}

.event-slider-button-prev,
.event-slider-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 86px;
  height: 86px;
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .event-slider-button-prev,
  .event-slider-button-next {
    width: 66.5px;
    height: 66.5px;
  }
}

.event-slider-button-prev::before, .event-slider-button-prev::after,
.event-slider-button-next::before,
.event-slider-button-next::after {
  display: none;
}

.event-slider-button-prev.swiper-button-disabled,
.event-slider-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.event-slider-button-prev {
  left: -46px;
  background: url(/area/common/assets/img/common/pc/slider_icon_prev.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .event-slider-button-prev {
    left: 14px;
    background: url(/area/common/assets/img/common/sp/slider_icon_prev.png) no-repeat center center/cover;
  }
}

.event-slider-button-next {
  right: 14px;
  background: url(/area/common/assets/img/common/pc/slider_icon_next.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .event-slider-button-next {
    right: 14px;
    background: url(/area/common/assets/img/common/sp/slider_icon_next.png) no-repeat center center/cover;
  }
}

@media screen and (min-width: 769px) {
  .event-slide {
    width: 316px !important;
  }
}

.event-slide {
  background: #fff;
  padding: 12px 12px 15px;
  box-shadow: 4px 4px 4px rgba(34, 34, 34, 0.05);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .event-slide {
    transform: scale(0.9) !important;
  }
}

@media screen and (max-width: 768px) {
  .event-slide.swiper-slide-active {
    transform: scale(1) !important;
  }
}

.event-slide-thumb {
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .event-slide-thumb {
    height: 160px;
  }
}

.event-slide-thumb img {
  max-height: 100%;
}

@media screen and (max-width: 768px) {
  .event-slide-thumb img {
    width: auto;
  }
}

.event-slide-title {
  margin-top: 10px;
  padding: 0 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.event-slide-info {
  margin-top: 10px;
  padding: 0 8px;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.event-slide-info + .event-slide-info {
  margin-top: 0;
  margin-bottom: 10px;
}

.event-slide-info-title {
  position: relative;
  display: block;
  color: #978460;
  width: 37px;
}

.event-slide-info-title::after {
  content: "";
  width: 1px;
  height: 8px;
  background: #978460;
  top: 7px;
  right: 0;
  position: absolute;
}

.event-slide-info-content {
  display: block;
  width: calc(100% - 37px);
  padding-left: 8px;
}

.event-slide-button {
  display: block;
  width: 130px;
  margin: auto auto 0;
  padding: 5px 0;
  background: #ede7dd;
  border-radius: 50px;
  color: #6B604C;
  font-size: 13px;
  text-align: center;
  transition: color 0.3s, background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .event-slide-button {
    margin: 16px auto 0;
    padding: 0 20px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .event-slide-button:hover {
    background: #978460;
    color: #fff;
  }
}

.event-catalog {
  width: 100%;
  max-width: 860px;
  margin: 100px auto 0;
  background-image: url(/area/common/assets/img/event/pc/event_catalog_background.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  background-color: #fff;
  padding: 60px 40px 50px 60px;
  box-shadow: 4px 4px 4px rgba(34, 34, 34, 0.05);
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .event-catalog {
    width: calc(100% - 45px);
    background-image: url(/area/common/assets/img/event/sp/event_catalog_background.png);
    background-position: center top;
    padding: 50vw 15px 28px;
    margin-top: 60px;
  }
}

.event-catalog-content {
  width: 426px;
  text-align: center;
}

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

.event-catalog-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media screen and (max-width: 768px) {
  .event-catalog-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.event-catalog-heading {
  margin-top: 10px;
  font-size: 39px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .event-catalog-heading {
    font-size: 30px;
  }
}

.event-catalog-lead {
  margin-top: 13px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .event-catalog-lead {
    font-size: 14px;
  }
}

.event-catalog-button {
  position: relative;
  background: #978460;
  display: block;
  border-radius: 30px;
  padding: 21px 0;
  margin: 20px auto 0;
  width: 300px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  transition: background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .event-catalog-button {
    border-radius: 50px;
    font-size: 14px;
    padding: 26px 0;
    margin: 20px auto 0;
    width: 270px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .event-catalog-button:hover {
    opacity: 1;
    background-color: #6B604C;
  }
}

.event-catalog-button::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .event-catalog-button::after {
    top: 29px;
    right: 25px;
  }
}

.experience {
  position: relative;
  padding: 80px 0 100px;
}

@media screen and (max-width: 768px) {
  .experience {
    padding: 50px 0 60px;
  }
}

.experience::before {
  content: "";
  position: absolute;
  top: 0;
  left: -36px;
  display: block;
  width: 100%;
  height: 380px;
  background: #fff;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .experience::before {
    left: 0;
    height: 217px;
  }
}

.experience-heading {
  color: #6B604C;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .experience-heading {
    font-size: 30px;
  }
}

.experience-slider {
  margin-top: 12px;
  display: flex;
  animation: infinity-scroll-left 30s linear infinite;
  width: 3936px;
}

@media screen and (max-width: 768px) {
  .experience-slider {
    margin-top: 18px;
    animation: infinity-scroll-left-sp 20s linear infinite;
    width: 2304px;
  }
}

.experience-slider img {
  display: block;
  width: 468px;
  height: 100%;
  object-fit: cover;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .experience-slider img {
    width: 280px;
    margin-right: 8px;
  }
}

.experience-slider.--niigata {
  animation: infinity-scroll-left-niigata 30s linear infinite;
  width: 4920px;
}

@media screen and (max-width: 768px) {
  .experience-slider.--niigata {
    margin-top: 18px;
    animation: infinity-scroll-left-sp-niigata 20s linear infinite;
    width: 2880px;
  }
}

.experience-slider.--fukushima {
  animation: infinity-scroll-left-fukushima 30s linear infinite;
  width: 2952px;
}

@media screen and (max-width: 768px) {
  .experience-slider.--fukushima {
    margin-top: 18px;
    animation: infinity-scroll-left-sp-fukushima 20s linear infinite;
    width: 1728px;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1968px);
  }
}

@keyframes infinity-scroll-left-sp {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1152px);
  }
}

@keyframes infinity-scroll-left-niigata {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2460px);
  }
}

@keyframes infinity-scroll-left-sp-niigata {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1440px);
  }
}

@keyframes infinity-scroll-left-fukushima {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1476px);
  }
}

@keyframes infinity-scroll-left-sp-fukushima {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-864px);
  }
}

.experience-inner {
  width: 100%;
  max-width: 1000px;
  margin: 61px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .experience-inner {
    margin-top: 30px;
    display: block;
  }
}

.experience-text {
  width: 56.6%;
}

@media screen and (max-width: 768px) {
  .experience-text {
    width: 100%;
  }
}

.experience-title {
  color: #6B604C;
  font-size: 23px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 6px;
}

@media screen and (max-width: 768px) {
  .experience-title {
    font-size: 19px;
  }
}

.experience-lead {
  margin-top: 18px;
  color: #3C3830;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .experience-lead {
    font-size: 16px;
  }
}

.experience-info {
  position: relative;
  padding-left: 58px;
  width: 43.4%;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .experience-info {
    padding-left: 0;
    width: 100%;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px dashed #3C3830;
    text-align: center;
  }
}

.experience-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 194px;
  background-image: repeating-linear-gradient(to bottom, #3C3830, #3C3830 3px, transparent 3px, transparent 10px);
}

@media screen and (max-width: 768px) {
  .experience-info::before {
    display: none;
  }
}

.experience-name {
  margin-top: 14px;
  display: block;
  font-size: 19px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .experience-name {
    font-size: 18px;
  }
}

.experience-address {
  position: relative;
  margin-top: 15px;
  padding-left: 23px;
  display: block;
}

@media screen and (max-width: 768px) {
  .experience-address {
    display: inline-block;
    font-size: 15px;
    line-height: 1.3;
  }
}

.experience-address::before {
  content: "";
  background: url(/area/common/assets/img/experience/experience_icon_map.png) no-repeat center center/cover;
  width: 16px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.experience-tel {
  margin-top: 28px;
}

.experience-tel-text {
  display: block;
}

.experience-tel-number {
  position: relative;
  margin-top: 11px;
  padding-left: 35px;
  display: block;
  color: #6B604C;
  font-size: 33px;
  font-family: "CabinetGrotesk-Medium";
}

@media screen and (max-width: 768px) {
  .experience-tel-number {
    padding-left: 0;
    display: inline-block;
  }
}

.experience-tel-number::before {
  content: "";
  background: url(/area/common/assets/img/experience/experience_icon_tel.png) no-repeat center center/cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .experience-tel-number::before {
    left: -33px;
  }
}

.experience-tel-text02 {
  margin-top: 14px;
  display: block;
  color: #747474;
  font-size: 13px;
}

.experience-button {
  position: relative;
  border: 1px solid #6B604C;
  border-radius: 3px;
  background: #fff;
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 66px auto 0;
  padding: 23px 0;
  color: #6B604C;
  text-align: center;
  transition: background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .experience-button {
    margin-top: 35px;
    padding: 7px 0;
    max-width: 290px;
    font-size: 14px;
    line-height: 1.3;
  }
}

@media (hover: hover) and (pointer: fine) {
  .experience-button:hover {
    opacity: 1;
    background-color: #DFD6C1;
  }
}

.experience-button::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 33px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #6B604C;
  border-right: 2px solid #6B604C;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .experience-button::after {
    top: 23px;
    right: 24px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #6B604C;
    border-right: 1px solid #6B604C;
  }
}

.cmn-cv {
  display: none;
}

.cmn-footer {
  background: #8D8D8D;
}

.cmn-footer-list-heading a,
.cmn-footer-list-content a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cmn-footer-list-content a {
    color: #333;
  }
}

.cmn-footer-list-heading a::before,
.cmn-footer-list-heading a::after {
  border-color: #fff;
}

.cmn-footer-icon img {
  filter: invert(100%);
}

.cmn-footer-list-bottom {
  justify-content: flex-start;
}

.cmn-footer-list-bottom .cmn-footer-list-heading:first-child {
  display: none;
}

.cmn-footer-list-bottom .cmn-footer-list-heading:last-child {
  margin-left: 30px;
}

.fixed-cv {
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
}

.fixed-cv.show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .fixed-cv {
    background: #F2F2F2;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
    padding: 9px 15px 8px 12px;
    display: flex;
    justify-content: center;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    gap: 7px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .fixed-cv:hover {
    opacity: 1;
  }
  .fixed-cv:hover span {
    background-color: #6B604C;
  }
}

.fixed-cv span {
  position: relative;
  background: #978460;
  color: #fff;
  border-radius: 10px 0 0 10px;
  display: block;
  font-size: 16px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.12;
  padding: 56px 20px 32px;
  letter-spacing: 0.12em;
}

.fixed-cv span::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 23px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .fixed-cv span::after {
    bottom: 22px;
    right: 11px;
  }
}

@media screen and (max-width: 768px) {
  .fixed-cv span {
    width: 150px;
    padding: 6px 0;
    font-size: 15px;
    line-height: 1.4;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    border-radius: 50px;
    letter-spacing: 0.02em;
  }
}

.fixed-cv-image {
  position: absolute;
  top: -51px;
  left: -78px;
  width: 133px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fixed-cv-image {
    position: static;
    max-width: 190px;
    width: calc(100% - 150px);
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 100px 60px;
  z-index: 999999;
  overflow: scroll;
}

@media screen and (max-width: 768px) {
  .modal {
    padding: 70px 20px;
  }
}

.modal-bg {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}

.modal-content {
  position: relative;
  background: #fff;
  border-radius: 20px;
  max-width: 100%;
  padding: 40px;
  width: 960px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .modal-content {
    padding: 20px;
  }
}

.modal-content-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -50px;
  width: 40px;
  height: 50px;
}

.modal-content-close span {
  position: absolute;
  top: 15px;
  left: 0;
  background: #fff;
  width: 40px;
  height: 2px;
}

.modal-content-close span:nth-of-type(1) {
  transform: rotate(-45deg);
}

.modal-content-close span:nth-of-type(2) {
  transform: rotate(45deg);
}
