@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500&display=swap");
* {
  min-height: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 2;
  color: #333;
  padding-top: 0 !important;
}

/* common */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

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

h2 {
  margin: auto;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

h2 + p {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

h2 + p.big {
  font-size: 22px;
  margin-top: 0;
}

a:hover {
  opacity: .8;
}

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

.section-container-01 {
  width: 100%;
  max-width: 940px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section-container-01 {
    padding: 0 20px;
  }
}

.section-container-02 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section-container-02 {
    padding: 0 20px;
  }
}

.section-title-01 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  justify-content: center;
  padding: 0;
}

@media screen and (max-width: 960px) {
  .section-title-01 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .section-title-01 {
    font-size: 22px;
  }
}

.section-title-01::before, .section-title-01::after {
  content: '';
  width: 66px;
  height: 66px;
}

@media screen and (max-width: 960px) {
  .section-title-01::before, .section-title-01::after {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 768px) {
  .section-title-01::before, .section-title-01::after {
    width: 22px;
    height: 22px;
  }
}

.section-title-01::before {
  border-left: solid 5px #333;
  border-top: solid 5px #333;
  margin-bottom: 55px;
  margin-right: 26px;
}

@media screen and (max-width: 768px) {
  .section-title-01::before {
    border-width: 3px;
    margin-bottom: 25px;
    margin-right: 5px;
  }
}

.section-title-01::after {
  border-right: solid 5px #333;
  border-bottom: solid 5px #333;
  margin-top: 55px;
  margin-left: 26px;
}

@media screen and (max-width: 768px) {
  .section-title-01::after {
    border-width: 3px;
    margin-top: 25px;
    margin-left: 5px;
  }
}

.section-title-02 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section-title-02 {
    width: 80%;
    margin: auto;
  }
}

.section-u-title {
  position: relative;
  text-align: center;
}

.cmn-button {
  position: relative;
  display: block;
  border: 1px solid #333;
  width: 520px;
  max-width: 100%;
  padding: 20px 0 21px;
  margin: 80px auto 0;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .cmn-button {
    width: 270px;
    margin-top: 30px;
    padding: 15px 0 16px;
    font-size: 14px;
  }
}

.cmn-button::after {
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
}

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

/* common */
/* component */
.c-inlineB {
  display: inline-block;
}

.c-h2-underline {
  position: relative;
  margin: 50px auto 60px;
}

.c-h2-underline::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 50px;
  height: 2px;
  background-color: #333;
}

.c-h2-underline img {
  height: 22.5px;
  width: auto;
}

.c-h2-underline img.gallery {
  height: 25.2027px;
}

.c-h2-underline--p1 {
  margin-bottom: 35px;
}

.c-h2-underline--none {
  margin-bottom: 0;
}

.c-h2-underline--none::after {
  display: none;
}

.c-ttl-triangle {
  position: relative;
  text-align: center;
  padding-top: 55px;
}

.c-ttl-triangle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2600px;
  border-top: 300px solid #EE5620;
  border-left: 1300px solid transparent;
  border-right: 1300px solid transparent;
  z-index: -1;
}

.c-ttl-triangle--orange img {
  max-width: 694.5108px;
}

.c-ttl-triangle--brown::after {
  border-top-color: #C6A474 !important;
  top: -65px;
}

.c-ttl-triangle--brown img {
  max-width: 785.4444px;
}

.c-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 20px 10px;
  line-height: 1;
  font-weight: bold;
}

.c-btn::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-btn--p1 {
  background-color: #fff;
  margin-top: 20px;
  color: #333;
}

.c-btn--p1::after {
  background-image: url(/area/fukushima/assets/img/ico-arrow-gray-r.svg);
}

.c-btn--application {
  background-color: #C6A474;
  color: #fff;
  font-size: 24px;
  padding: 31px 76px;
}

.c-btn--application::after {
  background-image: url(/area/fukushima/assets/img/ico-arrow-brown-r.svg);
  width: 30px;
  height: 30px;
}

.c-btn--detail {
  border-radius: 200px;
  color: #fff;
  background-color: #585858;
  padding: 12px 45px;
  font-weight: 500;
  margin-top: 35px;
}

.c-btn--detail::after {
  background-image: url(/area/fukushima/assets/img/ico-arrow-white-r.png);
  width: 15px;
  height: 15px;
}

.c-orange-block {
  position: relative;
  padding: 0 30px;
  margin: 70px auto 0;
  text-align: left;
  max-width: 1180px;
}

.c-orange-block-ttl {
  position: absolute;
  top: 0;
  left: 30px;
  color: #fff;
  background-color: #EE5620;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 4px 5px 4px 15px;
  vertical-align: top;
  line-height: 1.5;
}

.c-orange-block-ttl-sec2 {
  padding: 5px 13px 5px 15px;
}

.c-orange-block-ttl-sec4 {
  font-size: 18px;
  white-space: normal;
  padding: 5px 15px 5px 5px;
}

.c-orange-block-inner {
  border-radius: 0 20px 20px 20px;
  border: 3px solid #EE5620;
  background-color: #FFFBF6;
  padding: 20px;
  max-width: 1240px;
  display: flex;
  overflow: hidden;
}

.c-orange-block-left {
  width: 60%;
  padding-right: 20px;
}

.c-orange-block-cnt {
  margin-top: 37px;
}

.c-orange-block-cnt div.ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #EE5620;
  line-height: 1.5;
}

.c-orange-block-cnt div.txt {
  font-size: 14px;
}

.c-orange-block-img {
  width: 40%;
}

@media screen and (max-width: 1364px) {
  .c-orange-block-left {
    width: 66%;
  }
  .c-orange-block-img {
    padding-top: 40px;
    width: calc(34% + 20px);
  }
}

/* component */
.wrap {
  overflow: hidden;
}

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

.cv-btn {
  position: fixed;
  width: 195px;
  right: -32px;
  bottom: 0;
  transition: .4s;
  z-index: 100;
}

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

.mv a:nth-of-type(1) {
  position: absolute;
  width: 10%;
  left: 20px;
  top: 20px;
  transition: 0s;
  z-index: 4;
}

.mv .mv-fade {
  position: relative;
  max-width: 1180px;
  padding-top: 56.77%;
}

.mv picture {
  position: absolute;
  top: 0;
}

.mv picture:nth-child(1) {
  z-index: 3;
}

.mv picture:nth-child(2) {
  z-index: 2;
}

.mv picture:nth-child(3) {
  z-index: 1;
}

.kengaku_banner {
  width: 100%;
  margin: 40px auto 0;
  padding: 0 15px;
  max-width: 990px;
}

.kengaku_banner a {
  display: block;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.guinness {
  padding: 46px 0 30px;
  border-bottom: 1px solid #333;
  width: 100%;
  max-width: 1180px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .guinness {
    border-bottom: none;
    padding: 22px 0 7px;
  }
}

.guinness-container {
  position: relative;
  padding-left: 98px;
  width: 100%;
  max-width: 840px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .guinness-container {
    max-width: 300px;
    padding-left: 0;
  }
}

.guinness-icon {
  position: absolute;
  width: 76px;
  top: -21px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .guinness-icon {
    width: 50px;
    top: -13px;
    left: 11px;
  }
}

.guinness-title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guinness-title {
    padding-left: 67px;
  }
}

.guinness-notes {
  margin-top: 10px;
  color: #002852;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guinness-notes {
    font-size: 10px;
  }
}

.hugme {
  margin-top: 110px;
}

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

.hugme-title {
  position: relative;
  width: 960px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .hugme-title {
    width: 90%;
  }
  .hugme-title picture img {
    margin-left: 1vw;
  }
}

.hugme-notes {
  margin-top: 10px;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.7;
}

@media screen and (max-width: 1060px) {
  .hugme-notes {
    letter-spacing: -0.05em;
    white-space: nowrap;
    transform: scale(0.9);
    margin-left: -2vw;
  }
}

.hugme-button {
  position: absolute;
  bottom: 37%;
  left: 1%;
  display: block;
  width: 306px;
}

@media screen and (max-width: 1060px) {
  .hugme-button {
    width: 28.86792vw;
  }
}

@media screen and (max-width: 768px) {
  .hugme-button {
    position: relative;
    margin: 5.33333vw auto 0;
    width: 70%;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 120vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  border-radius: 1rem;
  left: 50%;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1024px;
  height: auto;
  overflow-y: visible;
  padding: 3rem 4rem;
}

.modal__content__inner {
  height: 100%;
}

.modal__content__row {
  display: flex;
  justify-content: space-between;
}

.modal__content__row__inner {
  width: calc(50% - 10px);
}

.modal__content__close {
  cursor: pointer;
  position: absolute;
  top: -3rem;
  right: 1.7rem;
  display: block;
  width: 3rem;
  height: 1.6rem;
}

.modal__content__close span {
  position: absolute;
  display: block;
  background: #fff;
  width: 3rem;
  height: 0.3rem;
}

.modal__content__close span:nth-of-type(1) {
  top: 0.6rem;
  transform: rotate(-45deg);
}

.modal__content__close span:nth-of-type(2) {
  top: 0.6rem;
  transform: rotate(45deg);
}

.lineup {
  background-color: #F3F3F3;
  margin-top: 140px;
  padding: 100px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lineup {
    margin-top: 35px;
    padding: 25px 0;
  }
}

.lineup-title {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 960px) {
  .lineup-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .lineup-title {
    font-size: 22px;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 768px) {
  .lineup-title span {
    font-size: 18px;
    display: inline-block;
    line-height: 1.3;
  }
}

.lineup-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 950px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .lineup-list {
    display: none;
  }
}

.lineup-list li {
  width: 24%;
}

.lineup-list li:nth-child(n + 5) {
  margin-top: 62px;
}

.lineup-list li a {
  display: block;
}

.lineup-text {
  margin-top: 52px;
}

@media screen and (max-width: 768px) {
  .lineup-text {
    padding: 0 20px;
    margin-top: 25px;
    text-align: left;
    line-height: 1.65;
  }
}

.lineup-block {
  margin-top: 120px;
}

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

.lineup-block-title {
  font-size: 30px;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .lineup-block-title {
    font-size: 18px;
  }
}

.lineup-block-text {
  margin-top: 30px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .lineup-block-text {
    margin-top: 10px;
  }
}

.lineup-block-image {
  margin-top: -180px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .lineup-block-image picture:nth-child(1) {
    width: 65%;
  }
}

@media screen and (max-width: 768px) {
  .lineup-block-image picture:nth-child(2) {
    width: 32%;
  }
}

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

/*スライダー
  ********************************/
.lineup-swiper {
  position: relative;
  padding-bottom: 5px;
}

.lineup-swiper .swiper-button-next, .lineup-swiper .swiper-button-prev {
  cursor: pointer;
  top: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  border-radius: 50%;
  background: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}

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

@media (hover) and (pointer: fine) {
  .lineup-swiper .swiper-button-next:hover, .lineup-swiper .swiper-button-prev:hover {
    background-color: #795548;
    border-color: #795548;
  }
  .lineup-swiper .swiper-button-next:hover::after, .lineup-swiper .swiper-button-prev:hover::after {
    border-color: #fff;
  }
}

.lineup-swiper .swiper-button-prev:after, .lineup-swiper .swiper-rtl .swiper-button-next:after,
.lineup-swiper .swiper-button-next:after, .lineup-swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 768px) {
  .lineup-swiper .swiper-button-prev:after, .lineup-swiper .swiper-rtl .swiper-button-next:after,
  .lineup-swiper .swiper-button-next:after, .lineup-swiper .swiper-rtl .swiper-button-prev:after {
    width: 1.6vw;
    height: 1.6vw;
  }
}

.lineup-swiper .swiper-button-prev:after, .lineup-swiper .swiper-rtl .swiper-button-next:after {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  left: 55%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.lineup-swiper .swiper-button-next:after, .lineup-swiper .swiper-rtl .swiper-button-prev:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.lineup-swiper .swiper-horizontal > .swiper-pagination-bullets, .lineup-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .lineup-swiper .swiper-pagination-custom, .lineup-swiper .swiper-pagination-fraction {
  text-align: center;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lineup-swiper .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 0;
  margin: 0;
  background: #e2e3e7;
  opacity: 1;
  transition: 0.3s;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lineup-swiper .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
  }
}

.lineup-swiper .swiper-pagination-bullet:first-child {
  border-radius: 3px 0 0 3px;
}

.lineup-swiper .swiper-pagination-bullet:last-child {
  border-radius: 0 3px 3px 0;
}

.lineup-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .lineup-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.lineup-swiper .swiper-pagination-bullet-active::after {
  border-radius: 3px;
  content: "";
  background: #707070;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s;
}

.lineup-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.lineup-swiper-container {
  margin-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-container {
    margin-top: 32px;
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .lineup-swiper-slide {
    width: 653px !important;
  }
}

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

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

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

.lineup-swiper-slide a:focus .lineup-swiper-img
img {
  transform: scale(1.1);
}

.lineup-swiper-slide a:focus .lineup-swiper-name,
.lineup-swiper-slide a:focus .lineup-swiper-description {
  opacity: 0.5;
}

@media (hover) {
  .lineup-swiper-slide a:hover .lineup-swiper-img img {
    transform: scale(1.1);
  }
  .lineup-swiper-slide a:hover .lineup-swiper-name,
  .lineup-swiper-slide a:hover .lineup-swiper-description {
    opacity: 0.5;
  }
}

.lineup-swiper-slide-content {
  display: block;
  margin: auto;
}

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

.lineup-swiper-img {
  display: block;
  margin: auto;
  overflow: hidden;
}

.lineup-swiper-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.lineup-swiper-name {
  color: #333;
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: opacity 0.3s;
}

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

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

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

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

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

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

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

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

.lineup-swiper-name-logo.saison img {
  width: 113px;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-name-logo.saison {
    margin-top: -5px;
  }
  .lineup-swiper-name-logo.saison img {
    width: 61px;
  }
}

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

.lineup-swiper-name-logo.saisona img {
  width: 116px;
}

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

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

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

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

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

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

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

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

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

.lineup-swiper-name-ja {
  color: #333;
  margin-left: 20px;
  line-height: 1;
  font-size: 18px;
}

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

.lineup-swiper-description {
  color: #333;
  margin-top: 19px;
  font-size: 15px;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-description {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 390px) {
  .lineup-swiper-description {
    font-size: 12px;
  }
}

.lineup-swiper-description::after {
  content: "";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg) translateY(-2px);
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
  margin-top: -4px;
}

@media screen and (max-width: 390px) {
  .lineup-swiper-description::after {
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-1px);
  }
}

.lineup-swiper-button-wrap {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 653px;
  margin: auto;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-button-wrap {
    width: 72%;
    top: 41%;
  }
}

.lineup-swiper-button-prev {
  left: -47px;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-button-prev {
    left: 2%;
  }
}

.lineup-swiper-button-next {
  right: -47px;
}

@media screen and (max-width: 768px) {
  .lineup-swiper-button-next {
    right: 2%;
  }
}

.gallery {
  text-align: center;
}

.gallery .swiper {
  padding-bottom: 30px;
}

.gallery .swiper-slide {
  padding: 0 20px;
}

.gallery .swiper-pagination {
  bottom: -5px;
}

.gallery .swiper-button-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 677px;
  z-index: 1;
}

.gallery .swiper-button-prev,
.gallery .swiper-button-next {
  width: 40px;
}

.gallery .swiper-button-prev:after,
.gallery .swiper-button-next:after {
  display: none;
}

.gallery .swiper-button-prev {
  left: 0;
}

.gallery .swiper-button-next {
  right: 0;
}

.gallery .swiper-button-next img {
  transform: rotate(180deg);
}

.gallery .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D3D0CA;
}

.gallery .swiper-pagination-bullet-active {
  background-color: #A77328;
}

@media screen and (min-width: 1000px) {
  .gallery .swiper-slide {
    width: 677px !important;
  }
}

.appropriate {
  text-align: center;
  margin-top: 143px;
}

.appropriate h2.first img {
  max-width: 550.7986px;
}

.appropriate-notes {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}

.appropriate-secWrap {
  margin-top: 60px;
}

.appropriate-sec {
  background-color: #F1F1F1;
  margin-top: 50px;
}

.appropriate-sec.active {
  padding-bottom: 50px;
}

.appropriate-sec--1 {
  margin-top: 0;
}

.appropriate-sec--2 .appropriate-sec-cnt-inner {
  padding: 70px 0 50px;
  max-width: 100%;
}

.appropriate-sec--2 .appropriate-ttl-1,
.appropriate-sec--2 p {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.appropriate-sec--2 .appropriate-ttl-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.appropriate-sec--3 .appropriate-sec-cnt-inner {
  padding: 70px 0 50px;
  max-width: 100%;
}

.appropriate-sec--3 .appropriate-ttl-1,
.appropriate-sec--3 p {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.appropriate-sec--3 .appropriate-ttl-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.appropriate-sec--4 .appropriate-sec-cnt-inner {
  padding: 70px 0 50px;
  max-width: 100%;
}

.appropriate-sec--4 .appropriate-ttl-1,
.appropriate-sec--4 p {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.appropriate-sec--4 .appropriate-ttl-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.appropriate-sec--4 .c-orange-block {
  margin-bottom: 110px;
}

.appropriate-sec--4 .c-h2-underline {
  margin-bottom: 80px;
}

.appropriate-sec--5 .appropriate-sec-cnt-inner {
  padding: 70px 0 50px;
  max-width: 100%;
}

.appropriate-sec--5 .appropriate-ttl-1,
.appropriate-sec--5 p {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.appropriate-sec--5 .appropriate-ttl-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.appropriate-sec--6 .appropriate-sec-cnt-inner {
  padding: 70px 0 50px;
  max-width: 100%;
}

.appropriate-sec--6 .appropriate-ttl-1,
.appropriate-sec--6 p {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.appropriate-sec--6 .appropriate-ttl-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.appropriate-sec-head {
  display: flex;
  max-width: 960px;
  margin: auto;
  cursor: pointer;
}

.appropriate-sec-head:not(.even) .appropriate-sec-head-bg img {
  right: 0;
}

.appropriate-sec-head.even {
  flex-direction: row-reverse;
}

.appropriate-sec-head.even .appropriate-sec-head-txt {
  max-width: 704px;
}

.appropriate-sec-head.even .appropriate-sec-head-bg img {
  left: 0;
}

.appropriate-sec-head:hover {
  opacity: .8;
}

.appropriate-sec-head-bg {
  position: relative;
  display: flex;
  width: 44%;
}

.appropriate-sec-head-bg img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.appropriate-sec-head-txt {
  width: 53%;
  padding: 45px 30px;
  text-align: left;
}

.appropriate-sec-head-txt img {
  max-height: 175.4712px;
  width: auto;
}

.appropriate-sec-cnt {
  display: none;
  text-align: center;
  margin: auto;
  max-width: 1100px;
  padding: 0 50px;
}

.appropriate-sec-cnt p {
  text-align: left;
  margin-bottom: 50px;
}

.appropriate-sec-cnt p.center {
  text-align: center;
}

.appropriate-sec-cnt p span.fs80 {
  font-size: 80%;
}

.appropriate-sec-cnt-bg {
  background-color: #fff;
}

.appropriate-sec-cnt-inner {
  max-width: 1160px;
  padding: 70px 30px 50px;
  margin: 50px auto 0;
}

.appropriate-ttl-1 {
  margin: 0 auto 50px;
}

.appropriate-ttl-1.sec1 {
  max-width: 745.501px;
}

.appropriate-ttl-1.sec2 {
  max-width: 1120.8516px;
}

.appropriate-ttl-1.sec3 {
  max-width: 1121.2017px;
}

.appropriate-ttl-1.sec4 {
  max-width: 999.6477px;
}

.appropriate-ttl-1.sec5 {
  max-width: 927.6477px;
}

.appropriate-ttl-1.sec6 {
  max-width: 752.6477px;
}

.appropriate-ttl-2 {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  margin: 50px auto;
  line-height: 1.8;
}

.appropriate-ttl-2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 50px;
  height: 1px;
  background-color: #333;
}

.appropriate-ttl-2 span {
  display: inline-block;
}

.appropriate-ttl-2 span.orange {
  background-color: #EE5620;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 6px 10px;
  line-height: 1;
}

.appropriate-ttl-2 span.main {
  padding-left: 130px;
}

.appropriate-ttl-2 span.mini {
  font-size: 40%;
  font-weight: 300;
}

.appropriate-sec1-block > div {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #B3B3B3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.appropriate-sec1-block > div:first-of-type {
  border-top: none;
}

.appropriate-sec1-block > div .left {
  width: 110px;
  margin-right: 20px;
}

.appropriate-sec1-block > div .right {
  width: calc(100% - 150px);
  text-align: left;
}

.appropriate-sec1-block > div .right div:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  color: #EE5620;
}

.appropriate-sec1-block > div .right div:nth-of-type(2) {
  font-size: 16px;
}

.appropriate-img-sec1.no1 {
  width: calc(100% + 60px);
  transform: translateX(-30px);
  margin: -10px 0 80px;
}

.appropriate-img-sec1.no2 {
  margin-bottom: 80px;
}

.sec2-block-mv {
  width: 80%;
  margin: auto;
}

.appropriate-sec-cnt .sec-block-mv-title {
  margin: 0;
  padding: 0;
  width: 243px;
}

.appropriate-sec-cnt .sec-block-mv-caption {
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.sec2-block-list {
  background-image: url(/area/fukushima/assets/img/bg-sec2-1.png);
  background-size: cover;
  margin-top: -7px;
  padding: 0 30px 50px;
}

.sec2-block-list-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1166px;
  margin: auto;
}

.sec2-block-list-inner > div {
  width: calc(100% / 3 - 15px);
  margin-top: 56px;
  border-radius: 20px;
  background-color: #fff;
}

.sec2-block-list-inner > div p {
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 10px;
  margin: 0;
}

.appropriate-sec2-block-2 {
  padding: 0 30px;
}

.appropriate-sec2-block-2 .appropriate-ttl-2 {
  margin-top: 0;
}

.appropriate-sec2-block-2 .sarapoka {
  display: flex;
  align-items: center;
}

.appropriate-sec2-block-2 p {
  padding: 0;
  font-size: 15px;
  width: calc(50% - 10px);
  padding-right: 10px;
}

.appropriate-sec2-block-2 .appropriate-img-sec2 {
  width: calc(50% - 10px);
  margin: auto;
  position: relative;
}

.appropriate-sec2-block-2 .appropriate-img-sec2::before {
  content: '通水イメージ';
  position: absolute;
  right: 10px;
  top: 5px;
  color: #4F7C86;
}

.appropriate-sec2-block-2-inner {
  max-width: 1166px;
  margin: 70px auto 0;
  padding: 1px 40px 52px;
  border-radius: 20px;
  box-shadow: 0px 0px 33px -6px #19a8eb inset;
  background-color: #f2f9fc;
  background-image: url(/area/fukushima/assets/img/bg-sec2-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  .sec2-block-list {
    padding: 0 20px 50px;
  }
  .sec2-block-list-inner > div {
    width: calc(100% / 3 - 2vw);
  }
  .sec2-block-list-inner > div p {
    font-size: 1.75vw;
    padding: 2vw 0.3vw;
  }
}

.appropriate-sec3-block {
  display: flex;
  max-width: 1184px;
  margin: auto;
  padding: 0 30px;
}

.appropriate-sec3-block .img {
  position: relative;
  width: 40%;
  overflow: hidden;
}

.appropriate-sec3-block .img img {
  object-fit: cover;
  height: 100%;
}

.appropriate-sec3-block .txt {
  width: 60%;
  padding: 30px;
  background-color: #F1F1EF;
}

.appropriate-sec3-block .txt p {
  margin-bottom: 30px;
  padding: 0;
}

.appropriate-sec3-block .world1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 15px 25px 15px 15px;
  text-align: left;
}

.appropriate-sec3-block .world1-txt {
  width: 80%;
}

.appropriate-sec3-block .world1-txt div:nth-of-type(1) {
  color: #EE5620;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}

.appropriate-sec3-block .world1-txt div:nth-of-type(2) {
  font-size: 15px;
}

.appropriate-sec3-block .world1-txt div:nth-of-type(2) span {
  font-size: 80%;
}

.appropriate-sec3-block .world1-img {
  width: 15%;
}

.appropriate-img-sec3 {
  margin: 80px auto 40px;
  padding: 0 30px 40px;
  border-bottom: 1px solid #999;
}

.appropriate-img-sec3.no1 {
  max-width: 940px;
}

.appropriate-img-sec3.no2 {
  max-width: 1154px;
}

.appropriate-img-sec4 {
  padding: 0 30px;
}

.appropriate-img-sec4.no1 {
  margin: 50px auto 0;
}

.appropriate-sec4-block {
  display: flex;
  justify-content: space-between;
  text-align: left;
  max-width: 1214px;
  margin: 0 auto 50px;
  padding: 0 30px;
}

.appropriate-sec4-block > div {
  width: calc(50% - 25px);
}

.appropriate-sec4-block > div .ttl img {
  height: 20px;
}

.appropriate-sec4-block > div .txt {
  margin: 20px 0 30px;
}

.appropriate-sec4-block > div .obi {
  margin-top: 5px;
  background-color: #EE5620;
  color: #fff;
  text-align: center;
  font-size: 21px;
}

@media screen and (max-width: 1034px) {
  .appropriate-sec4-block > div .obi {
    font-size: 1.85vw;
  }
}

.appropriate-sec4-block > div .notes {
  padding: 0 0 0 1em;
  margin: 5px 0 0;
  font-size: 12px;
  text-indent: -1em;
}

.appropriate-sec5-block-1 {
  display: flex;
  justify-content: space-between;
  max-width: 1250px;
  padding: 0 30px;
  margin: auto;
  text-align: left;
}

.appropriate-sec5-block-1.rev {
  flex-flow: row-reverse;
  margin-top: 50px;
}

.appropriate-sec5-block-1 .img {
  width: 45%;
}

.appropriate-sec5-block-1 .cnt {
  width: calc(55% - 40px);
}

.appropriate-sec5-block-1 .item + .item {
  margin-top: 30px;
}

.appropriate-sec5-block-1 .item-ttl {
  position: relative;
  display: flex;
  color: #EE5620;
  font-size: 21px;
  font-weight: bold;
  border: 2px solid #EE5620;
  margin-bottom: 10px;
  padding-left: 55px;
}

.appropriate-sec5-block-1 .item-ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #EE5620;
  width: 45px;
  position: absolute;
  height: 45px;
  top: -1px;
  left: -1px;
}

.appropriate-sec5-block-1 .item-txt span {
  display: inline-block;
  line-height: 1.5;
  font-weight: bold;
  font-size: 19px;
  margin: 3px 0 7px;
}

@media screen and (max-width: 1105px) {
  .appropriate-sec5-block-1 {
    display: block;
    padding: 0 15px;
  }
  .appropriate-sec5-block-1.rev {
    margin-top: 40px;
  }
  .appropriate-sec5-block-1 .img {
    width: 100%;
  }
  .appropriate-sec5-block-1 .cnt {
    width: 100%;
  }
  .appropriate-sec5-block-1 .item {
    margin-top: 30px;
  }
  .appropriate-sec5-block-1 .item-ttl {
    font-size: 20px;
  }
  .appropriate-sec5-block-1 .item-ttl span {
    width: 42px;
    height: 42px;
    top: -1px;
    left: -1px;
  }
  .appropriate-sec5-block-1 .item-txt span {
    font-size: 18px;
  }
}

.appropriate-sec5-block-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1224px;
  padding: 0 30px;
  margin: auto;
  text-align: left;
}

.appropriate-sec5-block-2 > div {
  display: flex;
  width: calc(50% - 15px);
  margin-top: 30px;
}

.appropriate-sec5-block-2 > div .img {
  width: 45%;
  position: relative;
  overflow: hidden;
}

.appropriate-sec5-block-2 > div .img img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}

.appropriate-sec5-block-2 > div .cnt {
  width: 55%;
  padding: 20px;
  background-color: #F1F1F1;
}

.appropriate-sec5-block-2 > div .cnt .ttl {
  color: #EE5620;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 17px;
}

.appropriate-sec5-block-2 > div .cnt .txt {
  font-size: 14px;
  line-height: 1.7;
}

.appropriate-sec5-block-2 > div .cnt .txt .mini {
  font-size: 80%;
}

.appropriate-sec5-block-2.v1 > div .img {
  background-size: cover;
  background-position: center;
}

.appropriate-sec5-block-2.v1 > div .img img {
  display: none;
}

.appropriate-sec5-block-2.v1 > div:nth-of-type(1) .img {
  background-image: url(/area/fukushima/assets/img/img-sec5-3-1.jpg);
}

.appropriate-sec5-block-2.v1 > div:nth-of-type(2) .img {
  background-image: url(/area/fukushima/assets/img/img-sec5-3-2.jpg);
}

.appropriate-sec5-block-2.v1 > div:nth-of-type(3) .img {
  background-image: url(/area/fukushima/assets/img/img-sec5-3-3.jpg);
}

.appropriate-sec5-block-2.v1 > div:nth-of-type(4) .img {
  background-image: url(/area/fukushima/assets/img/img-sec5-3-4.jpg);
}

.appropriate-sec5-block-2.v1 > div:nth-of-type(5) .img {
  background-image: url(/area/fukushima/assets/img/img-sec5-3-5.jpg);
}

.appropriate-sec5-block-2.v1 > div:nth-of-type(6) .img {
  background-image: url(/area/fukushima/assets/img/img-sec5-3-6.jpg);
}

.appropriate-sec5-block-2.v2 {
  margin: 0 auto 60px;
}

.appropriate-sec5-block-2.v2 > div {
  flex-direction: column;
  background-color: #F1F1F1;
}

.appropriate-sec5-block-2.v2 > div .img {
  width: 100%;
}

.appropriate-sec5-block-2.v2 > div .img img {
  width: 100%;
  height: auto;
  position: static;
  transform: inherit;
}

.appropriate-sec5-block-2.v2 > div .cnt {
  width: 100%;
}

.appropriate-sec5-block-2.v2 > div .cnt .ttl {
  font-size: 22px;
  text-align: center;
}

.appropriate-sec5-block-2.v3 > div {
  background-color: #F1F1F1;
  width: 100%;
  align-items: center;
}

.appropriate-sec5-block-2.v3 > div:nth-of-type(1) {
  margin-top: 20px;
}

.appropriate-sec5-block-2.v3 > div .img {
  width: 100%;
}

.appropriate-sec5-block-2.v3 > div .img img {
  width: 100%;
  height: auto;
  position: static;
  transform: inherit;
}

.appropriate-sec5-block-2.v3 > div .cnt {
  width: 100%;
  padding: 30px 10px 30px 30px;
}

.appropriate-sec5-block-2.v3 > div .cnt .ttl {
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .appropriate-sec5-block-2.v1 {
    padding: 0 15px;
    display: block;
  }
  .appropriate-sec5-block-2.v1 > div {
    width: 100%;
    background-color: #F1F1F1;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .appropriate-sec5-block-2.v1 > div .img {
    text-align: left;
    width: 30%;
    padding: 0 15px;
    background-image: inherit !important;
  }
  .appropriate-sec5-block-2.v1 > div .img img {
    display: inline-block;
    position: static;
    transform: inherit;
    height: auto;
    width: 100%;
    max-width: inherit;
  }
  .appropriate-sec5-block-2.v1 > div .cnt {
    width: 70%;
    padding: 15px;
  }
  .appropriate-sec5-block-2.v1 > div .cnt .ttl {
    text-align: left;
  }
}

@media screen and (max-width: 960px) {
  .appropriate-sec-head {
    min-height: inherit;
  }
  .appropriate-sec-head-txt {
    padding: 5.8vw 2.3vw;
  }
  .appropriate-sec-head-txt img {
    max-height: inherit;
  }
}

.modaal-overlay {
  background: #a5a5a5 !important;
}

.owner {
  max-width: 1020px;
  margin: auto;
  padding: 0 30px;
  text-align: left;
}

.owner .c-h2-underline {
  margin: 140px auto 80px;
}

ul.owner-list li {
  display: flex;
  justify-content: space-between;
}

ul.owner-list li:not(:first-child) {
  margin-top: 80px;
}

.owner-list-img {
  width: 37%;
}

.owner-list-img-inner {
  position: relative;
  background-color: #F1F1F1;
  padding: 15px;
}

img.owner-list-img-voice {
  position: absolute;
  left: 15px;
  top: -31.3457px;
  height: 31.3457px;
  width: auto;
}

.owner-list-txt {
  width: 59%;
}

.owner-list-txt p:nth-of-type(1) {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-color: #333;
  line-height: 1;
  padding: 5px;
}

.owner-list-txt p:nth-of-type(2) {
  padding: 14px 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.47;
}

.owner-list-txt p:nth-of-type(3) {
  font-size: 15px;
}

.consultation {
  text-align: center;
  margin-top: 150px;
}

.consultation-cnt {
  background-image: url(/area/fukushima/assets/img/bg-consultation.png);
  background-size: cover;
  background-color: #F6EBE0;
  padding: 50px 30px 46px;
  margin-top: 145px;
}

.consultation-cnt-inner {
  max-width: 960px;
  margin: auto;
  text-align: left;
}

.consultation-cnt-inner img.no1 {
  max-width: 960px;
}

.consultation-cnt-inner img.no2 {
  margin-top: 48px;
}

.consultation_quo {
  position: relative;
  max-width: 1020px;
  margin: 40px auto 0;
  padding: 0 30px 30px;
  text-align: left;
}

.consultation_quo_text {
  padding-left: 30px;
}

.consultation_quo_text p {
  display: inline-block;
  color: #131210;
  font-size: 12px;
  line-height: 1.46;
  margin-right: 5px;
}

.consultation_banner {
  max-width: 1020px;
  padding: 0 30px;
  margin: 40px auto 0;
  text-align: left;
}

.consultation_banner_sumikko {
  margin-top: 20px;
}

.consultation_banner_notes {
  padding-left: 30px;
}

.consultation_banner_notes span {
  display: inline-block;
  color: #131210;
  font-size: 12px;
  line-height: 1.46;
  margin-right: 5px;
}

.exhibition {
  padding: 0 0 140px;
}

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

.exhibition-title {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  font-size: 19px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.48em;
}

@media screen and (max-width: 768px) {
  .exhibition-title {
    font-size: 12px;
    letter-spacing: 0.13em;
    line-height: 1.75;
  }
}

.exhibition-title span {
  font-size: 38px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .exhibition-title span {
    margin-top: 5px;
    display: block;
    font-size: 22px;
    letter-spacing: 0.32em;
    line-height: 1.54;
  }
}

.exhibition-title::before, .exhibition-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 182px;
}

@media screen and (max-width: 768px) {
  .exhibition-title::before, .exhibition-title::after {
    width: 25px;
    height: 118px;
  }
}

.exhibition-title::before {
  background: url(/area/common/assets/img/deco_title_exhibition_left.png) no-repeat center center/cover;
  left: 0;
}

.exhibition-title::after {
  background: url(/area/common/assets/img/deco_title_exhibition_right.png) no-repeat center center/cover;
  right: 0;
}

.exhibition-text {
  margin-top: 87px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .exhibition-text {
    margin-top: 27px;
    font-size: 16px;
  }
}

.exhibition-text span {
  position: relative;
  font-size: 33px;
}

@media screen and (max-width: 768px) {
  .exhibition-text span {
    font-size: 21px;
  }
}

.exhibition-text span::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 49%;
  transform: translateX(-50%);
  background: rgba(235, 184, 69, 0.8);
  width: 105%;
  height: 27px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .exhibition-text span::after {
    bottom: -3px;
    height: 15px;
  }
}

.exhibition-cp {
  margin: 80px auto 0;
  width: 100%;
  max-width: 900px;
}

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

.exhibition-cp-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .exhibition-cp-title {
    font-size: 20px;
  }
}

.exhibition-cp-inner {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .exhibition-cp-inner {
    margin-top: 15px;
    display: block;
  }
}

.exhibition-cp-banner {
  width: calc(50% - 15px);
}

@media screen and (max-width: 768px) {
  .exhibition-cp-banner {
    width: 100%;
    max-width: 335px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .exhibition-cp-banner + .exhibition-cp-banner {
    margin-top: 30px;
  }
}

.exhibition-cp-banner-card {
  position: relative;
  display: block;
  border: 1px solid #707070;
  padding: 5px 5px 35px;
  min-height: 411px;
}

@media screen and (max-width: 768px) {
  .exhibition-cp-banner-card {
    min-height: auto;
  }
}

.exhibition-cp-banner-card::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #707070;
}

.exhibition-cp-banner-card::after {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 15px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.exhibition-cp-banner-text {
  margin-top: 15px;
  padding: 0 20px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .exhibition-cp-banner-text {
    font-size: 14px;
  }
}

.exhibition-cp-notes {
  margin-top: 10px;
}

.exhibition-cp-notes p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .exhibition-cp-notes p {
    font-size: 12px;
  }
}

.exhibition-block {
  margin-top: 140px;
}

@media screen and (max-width: 768px) {
  .exhibition-block {
    margin-top: 80px;
  }
}

.exhibition-sort {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .exhibition-sort {
    margin: 30px auto 0;
    max-width: 300px;
    flex-wrap: wrap;
  }
}

.exhibition-sort-label {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}

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

.exhibition-sort-select-wrap {
  position: relative;
  margin-left: 8px;
  line-height: 1;
}

.exhibition-sort-select-wrap::before, .exhibition-sort-select-wrap::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.exhibition-sort-select-wrap::before {
  top: 0;
  right: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 0 3px 3px 0;
  background-color: #707070;
}

@media screen and (max-width: 768px) {
  .exhibition-sort-select-wrap::before {
    width: 24px;
    height: 24px;
  }
}

.exhibition-sort-select-wrap::after {
  top: 44%;
  right: 8%;
  transform: translate(50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .exhibition-sort-select-wrap::after {
    top: 46%;
    right: 7%;
    width: 6px;
    height: 6px;
  }
}

.exhibition-sort-select {
  appearance: none;
  padding: 1px 5px;
  border: 1px solid #707070;
  border-radius: 3px;
  width: 176px;
  height: 28px;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .exhibition-sort-select {
    width: 159px;
    height: 24px;
    font-size: 14px;
  }
}

.exhibition-sort-select:focus {
  outline: 1px solid #707070;
}

.exhibition-sort-button {
  position: relative;
  margin-left: 34px;
  font-size: 16px;
  color: #fff;
  background: #707070;
  padding: 8px 40px;
  border-radius: 50px;
  line-height: 1;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .exhibition-sort-button {
    margin-top: 18px;
    margin-left: 0;
    font-size: 14px;
    padding: 8px 0px;
    width: 160px;
  }
}

.exhibition-sort-button::before {
  content: "";
  background: url("/area/common/assets/img/icon_map_white.svg") no-repeat center center/cover;
  width: 15px;
  height: 22px;
  position: absolute;
  top: 5px;
  left: 15px;
}

@media screen and (max-width: 768px) {
  .exhibition-sort-button::before {
    width: 12px;
    height: 18px;
    top: 6px;
    left: 10px;
  }
}

.exhibition-sort-button::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .exhibition-sort-button::after {
    right: 12px;
  }
}

.exhibition-modal {
  display: none;
  height: 100vh;
  left: 0%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .exhibition-modal {
    display: none;
    height: 100vh;
    left: 0%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}

.exhibition-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .exhibition-modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
}

.exhibition-modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .exhibition-modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
    text-align: center;
  }
}

.btn-yes {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-color: #00F9A9;
  transition: .4s;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .btn-yes {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-color: #00F9A9;
    transition: .4s;
  }
}

.btn-yes:hover {
  background-color: #64F9C1;
}

.btn-no {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-color: #444444;
  transition: .4s;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .btn-no {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-color: #444444;
    transition: .4s;
    /* width: 40%; */
  }
}

.btn-no:hover {
  background-color: #888888;
}

#text-info {
  font-size: 20px;
}

#text-Caution {
  font-size: 15px;
  color: #FF0000;
  margin-top: 15px;
  margin-bottom: 10px;
}

#text-info2 {
  font-size: 15px;
  margin-top: 10px;
}

.exhibition-block-list {
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.exhibition-block-list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 13px);
}

@media screen and (max-width: 768px) {
  .exhibition-block-list::after {
    display: none;
  }
}

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

.exhibition-block-item {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 13px);
  padding: 0 0 30px;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .exhibition-block-item {
    padding: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .exhibition-block-item:not(:first-child) {
    margin-top: 10px;
  }
}

.exhibition-block-item:nth-child(n + 4) {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .exhibition-block-item:nth-child(n + 4) {
    margin-top: 10px;
  }
}

.exhibition-block-item-img {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .exhibition-block-item-img {
    width: calc(50% - 7px);
  }
}

.exhibition-block-item-img img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .exhibition-block-item-img img {
    max-height: none;
    object-fit: initial;
  }
}

.exhibition-block-item-container {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .exhibition-block-item-container {
    flex-grow: 0;
    display: block;
    width: calc(50% - 7px);
  }
}

.exhibition-block-item-title p {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding-right: 16px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .exhibition-block-item-title p {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.2;
  }
}

.exhibition-block-item-title p::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 11px;
  height: 11px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

@media screen and (max-width: 768px) {
  .exhibition-block-item-title p::after {
    width: 9px;
    height: 9px;
  }
}

.exhibition-block-item-text {
  margin: 10px 0 15px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .exhibition-block-item-text {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.4;
  }
}

.exhibition-block-item-button {
  position: relative;
  width: 100%;
  border: 1px solid #333;
  max-width: 263px;
  padding: 5px 0 7px;
  margin: auto auto 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .exhibition-block-item-button {
    margin-top: 10px;
    padding: 8px 0 9px;
    font-size: 12px;
    margin-left: 0;
    line-height: 1;
  }
}

.exhibition-block-item-button::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(45deg);
}

.exhibition-banner {
  display: block;
  margin: 60px auto 0;
  padding: 0 15px;
  width: 100%;
  max-width: 990px;
}

.event {
  background: #F3F3F3;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .event {
    padding: 50px 0;
  }
}

.event-text {
  margin-top: 30px;
  font-size: 22px;
  letter-spacing: 0.12em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .event-text {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
  }
}

.event-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.event-list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 15px);
}

.event-item {
  margin-top: 30px;
  padding: 25px 20px 30px;
  background: #fff;
  width: calc(100% / 3 - 15px);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .event-item {
    margin-top: 20px;
    width: 100%;
  }
}

.event-item-title {
  flex-grow: 1;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.55;
}

@media screen and (max-width: 768px) {
  .event-item-title {
    font-size: 15px;
  }
}

.event-item-container {
  margin-top: 15px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .event-item-container {
    flex-direction: row;
  }
}

.event-item-thumb {
  margin-top: 27px;
  height: 240px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1180px) {
  .event-item-thumb {
    height: 22vw;
  }
}

@media screen and (max-width: 768px) {
  .event-item-thumb {
    margin-top: 0;
    width: 45%;
    height: auto;
  }
}

.event-item-thumb img {
  max-height: 100%;
}

@media screen and (max-width: 768px) {
  .event-item-thumb img {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .event-item-info-wrap {
    width: 50%;
  }
}

.event-item-info {
  display: flex;
  align-items: center;
}

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

.event-item-info + .event-item-info {
  margin-top: 10px;
}

.event-item-info-title {
  width: 57px;
  display: block;
  border: 1px solid #7C786F;
  border-radius: 4px;
  padding: 3px 0 4px;
  color: #7C786F;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .event-item-info-title {
    padding: 2px 0 3px;
    font-size: 10px;
  }
}

.event-item-info-content {
  margin-left: 12px;
  width: calc( 100% - 70px);
  color: #7C786F;
  font-size: 15px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .event-item-info-content {
    margin-left: 0;
    width: 100%;
    display: block;
    font-size: 11px;
    line-height: 1.7;
  }
}

.event-item-button-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.event-item-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

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

.event-item-button-map {
  width: 34%;
  background: #F2F1EB;
  border: 1px solid #7C786F;
  padding: 7px 0 8px;
  color: #7C786F;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .event-item-button-map {
    padding: 17px 0;
  }
}

.event-item-button-map::before {
  content: "";
  background: url(/area/tochigi/assets/img/icon_map.png) no-repeat center center/cover;
  width: 15px;
  height: 21px;
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .event-item-button-map::before {
    width: 10.5px;
    height: 15px;
  }
}

.event-item-button-detail {
  width: 62.5%;
  color: #fff;
  font-size: 13px;
  background: #7C786F;
  padding: 7px 10px 7px 0;
}

@media screen and (max-width: 768px) {
  .event-item-button-detail {
    padding: 17px 10px 17px 0;
  }
}

.event-item-button-detail::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .event-item-button-detail::after {
    width: 9px;
    height: 9px;
    right: 11px;
  }
}

.event-button {
  color: #333333;
  font-weight: bold;
}

.event-button::before {
  background: #333;
}

.event-button::after {
  content: "+";
  font-weight: bold;
  font-size: 29px;
  width: auto;
  height: auto;
  border: none;
  transform: translateY(-50%);
  top: 48%;
  right: 30px;
}

@media screen and (max-width: 768px) {
  .event-button::after {
    font-size: 17px;
    top: 49%;
    right: 13px;
  }
}

.catalog {
  background: #FCF8DF;
  padding: 90px 0;
}

@media screen and (max-width: 768px) {
  .catalog {
    padding: 40px 0;
  }
}

.catalog-title {
  text-align: center;
}

.catalog-inner {
  margin-top: 50px;
  display: grid;
  align-items: center;
  grid-template-areas: "catalog-image catalog-text" "catalog-image catalog-button";
}

@media screen and (max-width: 768px) {
  .catalog-inner {
    margin-top: 30px;
    grid-template-areas: "catalog-text" "catalog-image" "catalog-button";
  }
}

.catalog-image {
  grid-area: catalog-image;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .catalog-image {
    margin: 30px auto 0;
    max-width: 335px;
    width: 100%;
  }
}

.catalog-text {
  grid-area: catalog-text;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .catalog-text {
    margin: 0 auto;
    max-width: 335px;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}

.catalog-button {
  position: relative;
  grid-area: catalog-button;
  display: block;
  width: 430px;
  height: 70px;
  background: #333333;
  padding: 13px 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .catalog-button {
    margin: 30px auto 0;
    max-width: 335px;
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 16px;
  }
}

.catalog-button::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
}

.subdivision {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .subdivision {
    padding: 50px 0;
  }
}

.subdivision-text {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .subdivision-text {
    margin-top: 30px;
    font-size: 14px;
    font-weight: normal;
  }
}

.subdivision-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subdivision-item {
  position: relative;
  margin-top: 30px;
  padding: 50px;
  width: calc(50% - 15px);
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 768px) {
  .subdivision-item {
    padding: 20px 12px;
    width: 100%;
  }
}

.subdivision-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 41px 41px 0 0;
  border-color: #333 transparent transparent transparent;
  opacity: 0.24;
}

@media screen and (max-width: 768px) {
  .subdivision-item::before {
    border-width: 0 17px 17px 0;
    border-color: transparent #333 transparent transparent;
    left: auto;
    right: 0;
  }
}

.subdivision-item-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .subdivision-item-pc {
    display: none;
  }
}

.subdivision-item-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .subdivision-item-sp {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.subdivision-item-category {
  display: flex;
  align-items: center;
}

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

.subdivision-item-category li {
  padding: 4px 14px 5px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .subdivision-item-category li {
    font-size: 12px;
  }
}

.subdivision-item-category li + li {
  margin-left: 10px;
}

.subdivision-item-category li.subdivision-item-category--new {
  background: #ee766c;
}

.subdivision-item-category li.subdivision-item-category--land {
  background: #e79335;
}

.subdivision-item-category li.subdivision-item-category--last {
  background: #e8cb06;
}

.subdivision-item-category li.subdivision-item-category--event {
  background: #b3ac91;
}

.subdivision-item-category li.subdivision-item-category--house {
  background: #5493ef;
}

.subdivision-item-category li.subdivision-item-category--hotel {
  background: #079ab5;
}

.subdivision-item-category li.subdivision-item-category--limited {
  background: #ee766c;
}

.subdivision-item-title {
  position: relative;
  margin-top: 25px;
  padding-left: 21px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .subdivision-item-title {
    margin-top: 0;
    padding-left: 12px;
    width: 100%;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

.subdivision-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  background: #333;
  width: 6px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .subdivision-item-title::before {
    top: 0;
    height: 100%;
  }
}

.subdivision-item-container {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .subdivision-item-container {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .subdivision-item-sp-container {
    width: 50%;
  }
}

.subdivision-item-thumb {
  width: calc(50% - 9px);
}

@media screen and (max-width: 768px) {
  .subdivision-item-thumb {
    width: 45%;
  }
}

.subdivision-item-text {
  width: calc(50% - 9px);
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .subdivision-item-text {
    display: none;
  }
}

.subdivision-item-info {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

.subdivision-item-info-title {
  width: 80px;
  margin-top: 10px;
  display: block;
  background: #EBB845;
  padding: 4px 0 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .subdivision-item-info-title {
    font-size: 10px;
  }
}

.subdivision-item-info-content {
  width: calc(100% - 80px);
  margin-top: 10px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .subdivision-item-info-content {
    width: 100%;
    padding-left: 0;
    font-size: 10px;
  }
}

.subdivision-item-button-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .subdivision-item-button-wrap {
    display: block;
  }
}

.subdivision-item-button {
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.subdivision-item-button-detail {
  width: calc(40% - 7px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background: #F3F3F3;
  padding: 9px 10px 10px 0;
  font-size: 16px;
}

@media screen and (max-width: 1180px) {
  .subdivision-item-button-detail {
    padding: 9px 20px 10px 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .subdivision-item-button-detail {
    width: 100%;
    padding: 13px 15px 14px 0;
    font-size: 13px;
  }
}

.subdivision-item-button-detail::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1180px) {
  .subdivision-item-button-detail::after {
    width: 5px;
    height: 5px;
    border-width: 1px;
    right: 11px;
  }
}

@media screen and (max-width: 768px) {
  .subdivision-item-button-detail::after {
    width: 5px;
    height: 5px;
    border-width: 1px;
    right: 11px;
  }
}

.subdivision-item-button-reservation {
  width: calc(60% - 7px);
  color: #333;
  display: block;
  background: #333333;
  color: #fff;
  padding: 10px 10px 11px 0;
  font-size: 16px;
}

@media screen and (max-width: 1180px) {
  .subdivision-item-button-reservation {
    padding: 10px 20px 11px 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .subdivision-item-button-reservation {
    width: 100%;
    padding: 14px 15px 15px 0;
    margin-top: 10px;
    font-size: 13px;
  }
}

.subdivision-item-button-reservation::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1180px) {
  .subdivision-item-button-reservation::after {
    width: 5px;
    height: 5px;
    border-width: 1px;
    right: 11px;
  }
}

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

.experience {
  padding: 0 30px 100px;
  margin-top: 62px;
  overflow: hidden;
  text-align: center;
}

.experience h2 {
  margin-top: 235px;
  padding-left: 0;
  padding-right: 0;
}

.experience h2 img {
  max-width: 974.8233px;
}

.experience h2 + p {
  padding-left: 0;
  padding-right: 0;
}

.experience-img {
  max-width: 1020px;
  margin: 60px auto 0;
}

.experience-img-caption {
  font-size: 12px;
  margin-top: 8px;
  text-align: left;
}

.experience-txt {
  text-align: center;
  margin: 30px 0 80px;
}

.experience-txt span:nth-of-type(1) {
  font-size: 30px;
  font-weight: bold;
  margin-right: 20px;
}

.experience-txt span:nth-of-type(3) {
  font-size: 18px;
}

.h2upper-orange {
  display: inline-block;
  background-color: #EE5620;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 6px 10px;
  line-height: 1;
}

.h2upper-orange + .c-h2-underline {
  margin: 15px auto 70px;
}

.h2attention {
  position: absolute;
  bottom: 0;
  right: calc(50% - 400px);
  line-height: 1;
  font-size: 12px;
}

@media screen and (max-width: 930px) {
  .h2attention {
    right: calc(50% - 275px);
    bottom: -19px;
    text-align: left;
  }
}

@media screen and (max-width: 985px) {
  .experience-txt span:nth-of-type(1) {
    font-size: 3.6vw;
    margin-right: 1.5vw;
  }
  .experience-txt span:nth-of-type(2) {
    font-size: 1.7vw;
  }
  .experience-txt span:nth-of-type(3) {
    font-size: 2.4vw;
  }
}

.icj-pagetop {
  left: 30px;
  right: inherit;
  opacity: 0;
  transition: opacity 0.3s;
}

.icj-pagetop.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pc-inline {
    display: none !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
  h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  h2 + p {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  h2 + p.big {
    font-size: 20px;
    text-align: center;
  }
  /* component */
  .c-h2-underline {
    padding-left: 0;
    padding-right: 0;
  }
  .c-h2-underline img {
    height: 18px;
    width: auto;
    max-width: 100%;
  }
  .c-h2-underline img.r1 {
    height: 22px;
  }
  .c-h2-underline img.r2 {
    height: 74px;
  }
  .c-h2-underline img.r3 {
    height: 120px;
  }
  .c-h2-underline::after {
    height: 1px;
  }
  .c-ttl-triangle {
    padding: 30px 15px 0;
  }
  .c-ttl-triangle::after {
    width: 300vw;
    border-top: 170px solid #EE5620;
    border-left: 150vw solid transparent;
    border-right: 150vw solid transparent;
  }
  .c-ttl-triangle--orange img {
    max-width: 460px;
  }
  .c-ttl-triangle--brown img {
    max-width: 460px;
    margin: auto;
  }
  .c-ttl-triangle--brown::after {
    top: -5px;
  }
  .c-btn--p1 {
    padding: 15px 10px;
  }
  .c-btn--application {
    font-size: 19px;
    padding: 20px 10px;
    display: block;
  }
  .c-btn--application::after {
    width: 18px;
    height: 18px;
  }
  .c-swiper-sp {
    background-color: #fff;
    padding: 50px 15px 80px;
    max-width: calc(100% - 30px);
  }
  .c-swiper-sp .swiper-button-prev,
  .c-swiper-sp .swiper-button-next {
    top: inherit;
    bottom: 17px;
  }
  .c-swiper-sp .swiper-button-prev::after,
  .c-swiper-sp .swiper-button-next::after {
    color: #ccc;
    font-size: 20px;
  }
  .c-swiper-sp .swiper-pagination {
    bottom: 25px;
  }
  .c-swiper-sp .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ddd;
  }
  .c-swiper-sp .swiper-pagination-bullet-active {
    background-color: #999;
  }
  .c-orange-block {
    margin-top: 40px;
    padding: 0 15px;
  }
  .c-orange-block-inner {
    display: block;
    padding: 100px 0 15px;
    border-radius: 10px;
    border-width: 2px;
  }
  .c-orange-block-left {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .c-orange-block-ttl {
    left: 15px;
    width: calc(100% - 30px);
    border-radius: 10px 10px 0 0;
    padding: 18px 5px;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.05em;
    display: block;
  }
  .c-orange-block-cnt {
    padding: 0 15px 15px;
    margin-top: 0;
  }
  .c-orange-block-cnt div.ttl {
    font-size: 18px;
    text-align: center;
    margin: 7px 0 8px;
  }
  .c-orange-block-img {
    width: 100%;
    padding: 0 15px;
  }
  /* component */
  .wrap {
    overflow: hidden;
  }
  .cv-btn {
    top: inherit;
    right: inherit;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    max-width: none;
  }
  .cv-btn.active {
    opacity: 1;
    top: inherit;
  }
  .mv a:nth-of-type(1) {
    width: 12.4%;
    left: 1.75vw;
    top: 10px;
    opacity: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 485px) {
  .mv a:nth-of-type(1) {
    top: 3px;
  }
}

@media screen and (max-width: 768px) {
  .semiorder {
    padding-top: 15px;
    margin: 10px auto auto;
  }
  .semiorder h2 {
    position: static;
    transform: inherit;
    width: 100%;
    padding: 0;
  }
  .semiorder-inner {
    width: 100%;
    margin-top: 20px;
  }
  .semiorder-inner-image {
    display: none;
  }
  .semiorder-cnt {
    position: static;
    transform: inherit;
    padding: 50px 15px 0;
    max-width: 500px;
    margin: auto;
  }
  .semiorder-cnt > img {
    width: 100%;
  }
  .semiorder-cnt > p {
    position: static;
    width: 100%;
    font-size: 10px;
    line-height: 1.6;
    text-align: left;
    transform: translate(0);
  }
  .semiorder-cnt-btn {
    position: static;
    margin: 15px auto;
    display: block;
    width: 100%;
    max-width: 500px;
  }
  .modal__content {
    height: 85%;
    padding: 3rem 1.5rem;
  }
  .modal__content__inner {
    overflow-y: scroll;
  }
  .modal__content__row {
    display: block;
  }
  .modal__content__row__inner {
    width: 100%;
  }
  .modal__content__row__inner:last-child {
    margin-top: 30px;
  }
  .lineup {
    margin-top: 50px;
  }
  .lineup h2 img {
    max-width: 440px;
  }
  .lineup .swiper-slide img {
    display: block;
    height: auto;
    margin: auto;
  }
  .lineup .swiper-slide img.w65 {
    width: 65%;
    max-width: 250px;
  }
  .lineup .swiper-slide img.w55 {
    width: 55%;
    max-width: 240px;
  }
  .lineup-listWrap {
    display: none;
  }
  .lineup-txt {
    text-align: left;
    padding: 30px 15px 50px;
  }
  .gallery .swiper {
    padding: 0 15px 40px;
  }
  .gallery .swiper-button-prev {
    display: none;
  }
  .gallery .swiper-button-next {
    display: none;
  }
  .appropriate {
    margin-top: 80px;
  }
  .appropriate h2.first img {
    max-width: 250px;
  }
  .appropriate-sec {
    margin-top: 15px;
    padding-bottom: 30px;
  }
  .appropriate-sec.active {
    padding-bottom: 30px;
  }
  .appropriate-sec--2 .appropriate-ttl-1,
  .appropriate-sec--2 p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .appropriate-sec--2 .appropriate-sec-cnt-inner {
    padding: 30px 0;
  }
  .appropriate-sec--2 .appropriate-ttl-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .appropriate-sec--2 .c-h2-underline {
    margin: 20px 0 50px;
  }
  .appropriate-sec--3 .appropriate-ttl-1,
  .appropriate-sec--3 p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .appropriate-sec--3 .appropriate-sec-cnt-inner {
    padding: 30px 0;
  }
  .appropriate-sec--3 .appropriate-ttl-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .appropriate-sec--4 .appropriate-ttl-1,
  .appropriate-sec--4 p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .appropriate-sec--4 .appropriate-sec-cnt-inner {
    padding: 30px 0;
  }
  .appropriate-sec--4 .appropriate-ttl-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .appropriate-sec--4 .c-orange-block {
    margin-bottom: 50px;
  }
  .appropriate-sec--4 .c-h2-underline {
    margin: 20px 0 50px;
  }
  .appropriate-sec--5 .appropriate-ttl-1,
  .appropriate-sec--5 p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .appropriate-sec--5 .appropriate-sec-cnt-inner {
    padding: 30px 0;
  }
  .appropriate-sec--5 .appropriate-ttl-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .appropriate-sec--6 .appropriate-ttl-1,
  .appropriate-sec--6 p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .appropriate-sec--6 .appropriate-sec-cnt-inner {
    padding: 30px 0;
  }
  .appropriate-sec--6 .appropriate-ttl-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .appropriate-sec-head {
    flex-direction: column-reverse !important;
  }
  .appropriate-sec-head-bg {
    width: 100%;
  }
  .appropriate-sec-head-bg img {
    position: static;
    width: 100% !important;
  }
  .appropriate-sec-head-txt {
    width: 100%;
    padding: 30px;
  }
  .appropriate-sec-head-txt img {
    height: 22vw;
  }
  .appropriate-sec-cnt {
    max-width: 100%;
    padding: 0 15px;
  }
  .appropriate-sec-cnt p {
    margin-bottom: 30px;
  }
  .appropriate-sec-cnt p span.fs80 {
    display: inline-block;
    line-height: 1.7;
    margin-top: 7px;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .appropriate-sec-cnt-inner {
    padding: 30px 15px;
    margin-top: 15px;
  }
  .appropriate-ttl-1 {
    margin-bottom: 30px;
  }
  .appropriate-ttl-1 img {
    max-height: 118px;
    width: auto;
    max-width: 100%;
  }
  .appropriate-ttl-1 img.v2 {
    max-height: 65px;
  }
  .appropriate-ttl-2 {
    font-size: 26px;
    margin: 50px auto 40px;
  }
  .appropriate-ttl-2 span.main {
    padding: 0;
  }
  .appropriate-ttl-2 span.mini {
    display: block;
    margin-top: 5px;
    font-size: 50%;
  }
  .appropriate-ttl-2.v2::after {
    bottom: -16px;
  }
  .appropriate-img-sec1.no1 {
    width: 100%;
    transform: inherit;
    max-width: 450px;
    margin: auto;
  }
  .appropriate-img-sec1.no2 {
    width: 100%;
    max-width: 450px;
    margin: auto;
    transform: translateX(-9px);
  }
  .appropriate-sec1-block > div {
    display: block;
    padding-top: 0;
    margin-top: 0;
  }
  .appropriate-sec1-block > div .left {
    width: 100%;
  }
  .appropriate-sec1-block > div .left img {
    max-width: 90px;
  }
  .appropriate-sec1-block > div .right {
    width: 100%;
    margin-top: 20px;
  }
  .appropriate-sec1-block > div .right div:nth-of-type(1) {
    font-size: 20px;
    line-height: 1.5;
  }
  .appropriate-sec1-block > div:nth-of-type(2) {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .appropriate-sec1-block > div:nth-of-type(2) .right {
    margin-top: 10px;
  }
  .sec2-block-mv {
    width: 100%;
    padding: 0 15px;
  }
  .appropriate-sec-cnt .sec-block-mv-title {
    width: 50%;
  }
  .appropriate-sec-cnt .sec-block-mv-caption {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
  }
  .sec2-block-list-inner > div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    margin-top: 15px;
  }
  .sec2-block-list-inner > div:nth-of-type(1) {
    background-image: url(/area/fukushima/assets/img/img-sec2-2-1-sp.png);
  }
  .sec2-block-list-inner > div:nth-of-type(2) {
    background-image: url(/area/fukushima/assets/img/img-sec2-2-2-sp.png);
  }
  .sec2-block-list-inner > div:nth-of-type(3) {
    background-image: url(/area/fukushima/assets/img/img-sec2-2-3-sp.png);
  }
  .sec2-block-list-inner > div:nth-of-type(4) {
    background-image: url(/area/fukushima/assets/img/img-sec2-2-4-sp.png);
  }
  .sec2-block-list-inner > div:nth-of-type(5) {
    background-image: url(/area/fukushima/assets/img/img-sec2-2-5-sp.png);
  }
  .sec2-block-list-inner > div:nth-of-type(6) {
    background-image: url(/area/fukushima/assets/img/img-sec2-2-6-sp.png);
  }
  .sec2-block-list-inner > div p {
    width: 50%;
    font-size: 3.9vw;
    padding: 4.4vw 0.3vw;
    line-height: 1.7;
  }
  .sec2-block-list {
    padding: 0 15px 15px;
  }
  .appropriate-sec2-block-2 {
    padding: 0 15px;
  }
  .appropriate-sec2-block-2 p {
    width: 100%;
    padding-right: 0;
  }
  .appropriate-sec2-block-2 .appropriate-img-sec2 {
    width: 100%;
  }
  .appropriate-sec2-block-2 .sarapoka {
    display: block;
  }
  .appropriate-sec2-block-2-inner {
    padding: 30px 15px 40px;
    margin-top: 40px;
  }
  .appropriate-img-sec3 {
    margin: 60px auto 30px;
    padding: 0 15px 30px;
  }
  .appropriate-img-sec3.no1 {
    max-width: 450px;
  }
  .appropriate-img-sec3.no2 {
    max-width: 450px;
    margin-top: 0;
  }
  .appropriate-sec3-block {
    display: block;
    padding: 0 15px;
  }
  .appropriate-sec3-block .img {
    width: 100%;
  }
  .appropriate-sec3-block .img img {
    position: static;
    width: 100%;
    transform: inherit;
  }
  .appropriate-sec3-block .txt {
    width: 100%;
    padding: 15px;
  }
  .appropriate-sec3-block .txt p {
    margin-bottom: 15px;
  }
  .appropriate-sec3-block .world1 {
    display: block;
    position: relative;
    padding: 15px;
  }
  .appropriate-sec3-block .world1-txt {
    width: 100%;
  }
  .appropriate-sec3-block .world1-txt div:nth-of-type(1) {
    text-align: center;
    line-height: 1.8;
  }
  .appropriate-sec3-block .world1-txt div:nth-of-type(2) {
    width: 80%;
    min-height: 23vw;
    margin-top: 10px;
  }
  .appropriate-sec3-block .world1-img {
    position: absolute;
    right: 20px;
    top: 85px;
    width: 14%;
  }
}

@media screen and (max-width: 768px) and (max-width: 520px) {
  .appropriate-sec3-block .world1-txt div:nth-of-type(1) {
    font-size: 5vw;
  }
  .appropriate-sec3-block .world1-txt div:nth-of-type(2) {
    width: 100%;
  }
  .appropriate-sec3-block .world1-img {
    position: static;
    margin: 10px auto 0;
    width: 27%;
  }
}

@media screen and (max-width: 768px) {
  .appropriate-img-sec4 {
    padding: 0 15px;
  }
  .appropriate-img-sec4.no1 {
    margin: 30px auto 0;
  }
  .appropriate-sec4-block {
    display: block;
    padding: 0 15px;
  }
  .appropriate-sec4-block > div {
    width: 100%;
  }
  .appropriate-sec4-block > div:nth-of-type(2) {
    margin-top: 30px;
  }
  .appropriate-sec4-block > div .ttl img {
    max-height: 17px;
    width: 100%;
  }
  .appropriate-sec4-block > div .txt {
    margin: 10px 0 30px;
  }
  .appropriate-sec4-block > div .obi {
    font-size: 4vw;
  }
  .appropriate-sec5-block-1 .item-ttl {
    padding-left: 45px;
    font-size: 18px;
  }
  .appropriate-sec5-block-1 .item-ttl span {
    width: 38px;
    height: 38px;
  }
  .appropriate-sec5-block-1 .item-txt span {
    font-size: 16px;
  }
  .appropriate-sec5-block-2 > div {
    padding: 15px 15px 0;
    display: block;
    width: 100%;
    background-color: #F1F1F1;
    margin-top: 15px;
  }
  .appropriate-sec5-block-2 > div .img {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  .appropriate-sec5-block-2 > div .img img {
    position: static;
    transform: inherit;
    height: auto;
    width: 100%;
    max-width: 200px;
  }
  .appropriate-sec5-block-2 > div .cnt {
    width: 100%;
    padding: 15px;
  }
  .appropriate-sec5-block-2 > div .cnt .ttl {
    text-align: center;
  }
  .appropriate-sec5-block-2.v1 > div .img {
    width: 100%;
    text-align: center;
  }
  .appropriate-sec5-block-2.v1 > div .img img {
    max-width: 200px;
  }
  .appropriate-sec5-block-2.v1 > div .cnt {
    width: 100%;
    padding: 15px 0;
  }
  .appropriate-sec5-block-2.v1 > div .cnt .ttl {
    text-align: center;
  }
  .appropriate-sec5-block-2.v2 {
    padding: 0 15px;
  }
  .appropriate-sec5-block-2.v2 > div {
    padding-top: 0;
  }
  .appropriate-sec5-block-2.v2 > div:nth-of-type(1) {
    padding-top: 30px;
    margin-top: 45px;
  }
  .appropriate-sec5-block-2.v2 > div .img {
    padding: 0;
  }
  .appropriate-sec5-block-2.v2 > div .img img {
    max-width: 100%;
  }
  .appropriate-sec5-block-2.v2 > div .img img.toukyu {
    max-width: 200px;
  }
  .appropriate-sec5-block-2.v2 > div .cnt:not(.first) {
    padding-top: 25px;
  }
  .appropriate-sec5-block-2.v2 > div .cnt .ttl {
    font-size: 22px;
  }
  .appropriate-sec5-block-2.v3 > div {
    padding-top: 0;
  }
  .appropriate-sec5-block-2.v3 > div:nth-of-type(1) {
    margin-top: 0;
  }
  .appropriate-sec5-block-2.v3 > div .img {
    padding: 0;
  }
  .appropriate-sec5-block-2.v3 > div .img img {
    max-width: 100%;
  }
  .appropriate-sec5-block-2.v3 > div .cnt {
    padding: 15px;
  }
  .appropriate-sec5-block-2.v3 > div .cnt:not(.first) {
    padding-top: 25px;
  }
  .appropriate-sec5-block-2.v3 > div .cnt .ttl {
    font-size: 22px;
  }
  .swiper-sp-2 .swiper-slide > div {
    display: block;
    text-align: center;
    cursor: pointer;
  }
  .swiper-sp-2 .inner {
    display: block;
    padding: 15px;
    background-color: #F1F1F1;
    border: 1px solid #D3D0CA;
    color: #333;
  }
  .swiper-sp-2 .inner > p {
    text-align: left;
  }
  .swiper-sp-2 .inner > p:nth-of-type(1) {
    line-height: 1.8;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
  }
  .owner {
    padding: 0 15px;
  }
  .owner .c-h2-underline {
    margin: 70px auto 100px;
  }
  ul.owner-list li {
    display: block;
  }
  ul.owner-list li:last-of-type {
    margin-top: 60px;
  }
  .owner-list-img {
    width: 100%;
  }
  img.owner-list-img-voice {
    top: -28px;
    height: 28px;
  }
  .owner-list-txt {
    width: 100%;
    margin-top: 20px;
  }
  .owner-list-txt p:nth-of-type(2) {
    font-size: 20px;
    padding: 10px 0;
  }
  .consultation {
    margin-top: 50px;
  }
  .consultation-cnt {
    margin-top: 85px;
    padding: 50px 15px 70px;
  }
  .consultation-cnt-inner img.no1 {
    max-width: 400px;
    margin: auto;
  }
  .consultation_quo {
    padding: 0 15px;
  }
  .consultation_quo_text {
    padding: 0 0 0 3.5%;
    text-align: left;
    margin-top: 3px;
    line-height: 1;
  }
  .consultation_quo_text span {
    display: block;
    font-size: 10px;
    margin-right: 0;
    text-indent: -1em;
  }
  .consultation_banner {
    padding: 0 15px;
  }
  .consultation_banner p {
    font-size: 12px;
    padding: 0 20px;
  }
  .consultation_banner_notes {
    padding: 0 0 0 6.5%;
    text-align: left;
    margin-top: 3px;
  }
  .consultation_banner_notes span {
    display: block;
    text-indent: -1em;
  }
  .exhibition .c-btn {
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 12px;
  }
  .exhibition .c-btn::after {
    right: 0;
  }
  ul.exhibition-list {
    padding: 0 15px;
  }
  ul.exhibition-list li {
    width: 100%;
    margin: 15px 0 0 !important;
  }
  ul.exhibition-list li a {
    display: flex;
  }
  ul.exhibition-list::after {
    display: none;
  }
  .exhibition-list-thumb {
    width: 50%;
    position: relative;
    overflow: hidden;
  }
  .exhibition-list-txt {
    width: 50%;
    padding: 5px 15px 10px;
  }
  .exhibition-list-txt p:nth-of-type(1) {
    font-size: 14px;
  }
  .exhibition-list-txt p:nth-of-type(2) {
    line-height: 1.4;
    font-size: 10px;
    min-height: inherit;
  }
  .exhibition-character {
    margin: 20px 0 0;
    width: 100%;
  }
  .exhibition-character img {
    width: 104%;
    transform: translateX(26px);
  }
  .exhibition-banner {
    margin: 30px auto 0;
  }
  .landforsale {
    margin-top: 50px;
    padding: 50px 0 30px;
  }
  .landforsale .area_list {
    margin-top: 5px;
    padding: 0 15px;
  }
  .landforsale .area_item {
    margin: 25px 0 0 !important;
  }
  .landforsale .area_links {
    margin-top: 10px;
  }
  .landforsale .c-btn--p1 {
    width: calc(100% - 40px);
    max-width: 375px;
    margin: 30px auto 0;
    padding: 5px 0;
    font-size: 18px;
  }
  .landforsale .c-btn--p1::after {
    right: 6%;
    width: 10px;
    height: 10px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
  }
  .area_event_button::after {
    right: 6%;
    width: 10px;
    height: 10px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
  }
  .experience {
    padding: 0 15px 60px;
  }
  .experience h2 {
    max-width: 450px;
    margin-top: 130px;
  }
  .experience-img {
    margin-top: 30px;
  }
  .experience-txt {
    margin: 20px 0 30px;
  }
  .experience-txt span:nth-of-type(1) {
    font-size: 4.6vw;
    margin: 0;
    display: block;
  }
  .experience-txt span:nth-of-type(2) {
    font-size: 2.7vw;
  }
  .experience-txt span:nth-of-type(3) {
    font-size: 16px;
    text-align: left;
    display: block;
    line-height: 1.6;
    margin-top: 10px;
  }
  .h2upper-orange {
    font-size: 18px;
  }
  .h2upper-orange + .c-h2-underline {
    margin-bottom: 60px;
  }
  .h2attention {
    position: static;
    text-align: center;
  }
  #icj-footer {
    padding-bottom: 64px;
  }
  .icj-pagetop {
    bottom: 36vw;
  }
}

@media screen and (max-width: 380px) {
  .c-btn--application {
    font-size: 4.5vw;
  }
}

/*分譲エリアcss
*******************************************/
.area_item_box:hover {
  text-decoration: none !important;
  opacity: 1 !important;
}

.area_info:hover {
  text-decoration: none !important;
}

.area_item_box::after {
  display: none;
}

.area_links_form {
  font-size: 12px;
  letter-spacing: 0;
  padding: 14px 0;
  width: calc(50% - 5px);
}

.area_links_detail {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 0;
  padding: 14px 10px 14px 0;
  width: calc(50% - 5px);
}

.area_links_form::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  transform: rotate(45deg);
  width: 7px;
}

.area_links_detail::after {
  border-right: 1px solid #7a776a;
  border-top: 1px solid #7a776a;
  bottom: 0;
  content: "";
  display: block;
  height: 7px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  transform: rotate(45deg);
  width: 7px;
}

.pickup_ttl {
  max-width: 126px;
  margin: 100px auto 0;
  padding: 0;
  position: relative;
}

.pickup_ttl .pc-inline {
  height: 22.5px;
  width: auto;
}

.pickup_ttl::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  height: 2px;
  background-color: #333;
}

.bnr_area {
  margin-bottom: 50px;
}

.bnr_area a {
  display: block;
}

@media screen and (max-width: 768px) {
  .area_links_form {
    padding: 10px 10px 10px 0;
  }
  .area_links_detail {
    font-size: 13px;
    padding: 10px 10px 10px 0;
  }
  .pickup_ttl {
    max-width: 100px;
    bottom: -20px;
    margin: 100px auto 70px;
  }
  .pickup_ttl .sp-inline {
    height: 15px;
    width: auto;
    max-width: 100%;
  }
  .pickup_ttl::after {
    bottom: -20px;
    height: 1px;
  }
  .bnr_area {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 414px) {
  .area_links_form {
    width: 100%;
  }
  .area_links_detail {
    margin-top: 10px;
    width: 100%;
    padding: 7px 10px 7px 0;
  }
}

/*フッター
*******************************************/
.cmn-footer {
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .cmn-footer-copyright {
    padding: 5px 0 35vw;
  }
}
