@charset "UTF-8";
main.main-top {
  margin-top: 0px;
  overflow: hidden;
}

.top_page .swiper-slide {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.top_page .swiper-slide .img-box {
  border-radius: 16px;
  overflow: hidden;
}
.top_page .swiper-slide .img-box img {
  transition: 0.3s;
}
.top_page .swiper-slide .img-box img:hover {
  transform: scale(1.1);
}
.top_page .t-slide-MV {
  position: relative;
}
.top_page .t-slide-MV .swiper-mv {
  position: relative;
}
.top_page .t-slide-MV .swiper-mv .select-img {
  z-index: 9;
  position: absolute;
  right: 1.4%;
  top: 127px;
  transform: none;
  /* 中央基準オフセット不要 */
}
.top_page .t-slide-MV .swiper-mv .select-img .selimg {
  display: flex;
}
.top_page .t-slide-MV .swiper-mv .select-img .selimg:not(:last-child) {
  margin-bottom: 20px;
}
.top_page .t-slide-MV .swiper-mv .select-img .selimg img {
  max-width: 140px;
  width: clamp(110px, 12vw, 140px);
  border-radius: 16px;
  cursor: pointer;
  aspect-ratio: 140/70;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_page .t-slide-MV .swiper-mv .select-img .selimg .selimg-active {
  border: 1px solid #ffffff;
}
.top_page .t-slide-MV .swiper-mv .swiper-slide img {
  width: 100%;
  max-width: unset;
  aspect-ratio: 1200/600;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
}
.top_page .t-slide-MV .mv-text {
  position: absolute;
  /* 左から310px相当 */
  /* 下から75px相当 */
  transform: none;
  /* 中央基準オフセット不要 */
  z-index: 9;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}
.top_page .t-slide-MV .mv-text01 {
  right: auto;
  left: 9%;
  bottom: 10%;
}
.top_page .t-slide-MV .mv-text02 {
  right: auto;
  left: 5%;
  bottom: 16%;
}
.top_page .t-slide-MV .mv-text03 {
  top: 42%;
  left: 49%;
  transform: translate(-50%, -50%);
}
.top_page .t-slide-MV .mv-text04 {
  bottom: 16%;
  right: 16.83%;
}
.top_page .t-slide-MV .mv-text05 {
  bottom: 13%;
  right: 56.83%;
}
.top_page .t-slide-MV .mv-text06 {
  top: 18%;
  left: 6.83%;
}
.top_page .t-search .inner {
  padding: 22px 0px 0px 0px;
  background-color: #F1EDED;
}
.top_page .t-search .inner form {
  margin-bottom: 33px;
  padding: 0px 40px;
}
.top_page .t-search .inner img {
  width: 100%;
}
.top_page .t-slide-pickup {
  position: relative;
  margin-bottom: 60px;
}
.top_page .t-slide-pickup .ttl {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 60px;
}
.top_page .t-slide-pickup .ttl h2 {
  margin-bottom: 0;
}
.top_page .t-slide-pickup .swiper-pickup {
  position: initial;
}
.top_page .t-slide-pickup .swiper-pickup .slidBtn {
  position: absolute;
  top: 13%;
  left: 86%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.top_page .t-slide-pickup .swiper-pickup .slidBtn .swiper-button-prev {
  width: 40px;
}
.top_page .t-slide-pickup .swiper-pickup .slidBtn .swiper-button-next {
  right: -100px;
  left: auto;
}
.top_page .t-slide-pickup .swiper-pickup .slidBtn .swiper-button-next,
.top_page .t-slide-pickup .swiper-pickup .slidBtn .swiper-button-prev {
  opacity: 1;
  width: 40px;
  height: 40px;
}
.top_page .t-slide-pickup .swiper-pickup .swiper-slide {
  width: 75% !important;
  max-width: 310px !important;
}
.top_page .t-slide-pickup .swiper-pickup .swiper-slide .img-box {
  margin-bottom: 10px;
  position: relative;
}
.top_page .t-slide-pickup .swiper-pickup .swiper-slide .img-box .inf {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 9;
}
.top_page .t-slide-pickup .swiper-pickup .swiper-slide .img-box .inf span.feature {
  background-color: #5288C3;
}
.top_page .t-slide-pickup .swiper-pickup .swiper-slide .img-box .inf span.notice {
  background-color: #F06A4C;
}
.top_page .t-slide-pickup .swiper-pickup .swiper-slide img {
  border-radius: 16px;
  max-width: 310px;
  min-width: 250px;
  width: 100%;
  max-height: 155px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_page .t-slide-pickup .swiper-pickup .swiper-pagination {
  display: none;
}
.top_page .t-slide-detail .swiper-details .swiper-button-prev {
  display: none;
}
.top_page .t-information {
  margin-bottom: 80px;
  padding: 0px 60px;
}
.top_page .t-information .box .left .ttl {
  font-weight: normal;
}
.top_page .t-information .ttl {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 10px;
  font-weight: normal;
}
.top_page .t-information .block-information.information-common {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_page .t-information .block-information.information-common .box {
  max-width: 480px;
  width: 48%;
  padding: 20px 0px 20px 20px;
}
.top_page .t-information .block-information.information-common .box:nth-of-type(1), .top_page .t-information .block-information.information-common .box:nth-of-type(2) {
  margin-bottom: 40px;
}
.top_page .t-information .block-information.information-common .box .left {
  max-width: inherit;
  width: 100%;
  margin-right: 20px;
}
.top_page .t-information .block-information.information-common .box .right {
  margin-top: -30px;
}
.top_page .t-map {
  position: relative;
  margin-bottom: 60px;
  padding: 0px 20px;
}
.top_page .t-map .map-inner {
  background-color: #DAEBF3;
  padding-left: 20px;
  padding: 60px 20px 60px 20px;
  border-radius: 16px;
  overflow: hidden;
}
.top_page .t-map .vertical-text {
  writing-mode: vertical-rl;
  /* 縦書き（右から左に縦方向） */
  text-orientation: upright;
  /* 文字を起立させる */
  font-size: 7rem;
  color: #ffffff;
  position: absolute;
  top: 50px;
  left: 30px;
  line-height: 1;
}
.top_page .t-map .block {
  margin-bottom: 40px;
}
.top_page .t-map .block .map-area {
  position: relative;
  max-width: 766px;
  width: 100%;
  margin: 0 auto 158px;
}
.top_page .t-map .block .map-area .map-description {
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 26%;
  left: 10%;
  z-index: 9;
  font-family: "Zen Old Mincho", serif;
}
.top_page .t-map .block .map-area .decorations {
  position: absolute;
  width: 100%;
  max-width: 130px;
}
.top_page .t-map .block .map-area a {
  color: #12467F;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 130px;
  width: 100%;
  padding: 6px 21px 6px 6px;
  border: 1px solid #12467F;
  border-radius: 20px;
  position: relative;
  background-color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.top_page .t-map .block .map-area a svg {
  position: absolute;
  right: 3px;
}
.top_page .t-map .block .map-area a.map-on {
  background-color: #12467F;
  color: #ffffff;
}
.top_page .t-map .block .map-area a.map-on svg {
  position: absolute;
}
.top_page .t-map .block .map-area a.map-on svg path {
  fill: #ffffff;
}
.top_page .t-map .block .map-area a.map-on p.prefecture-text {
  background-color: #12467F;
  color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.top_page .t-map .block .map-area .prefecture {
  position: absolute;
  text-decoration: none;
  padding: 0;
  border: none;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  padding: 0px;
}
.top_page .t-map .block .map-area .hokkaido {
  top: 14%;
  right: 28%;
}
.top_page .t-map .block .map-area .tohoku {
  top: 47%;
  right: 10%;
}
.top_page .t-map .block .map-area .kanto {
  top: 69%;
  right: 19%;
}
.top_page .t-map .block .map-area .kanto .prefecture {
  top: 140%;
  left: -20%;
}
.top_page .t-map .block .map-area .chubu {
  top: 47%;
  right: 49%;
}
.top_page .t-map .block .map-area .chubu .prefecture {
  top: -280%;
  right: -30%;
}
.top_page .t-map .block .map-area .kinki {
  top: 84%;
  right: 51%;
}
.top_page .t-map .block .map-area .kinki .prefecture {
  top: 270%;
  right: 54%;
}
.top_page .t-map .block .map-area .kinki .prefecture .box {
  position: absolute;
}
.top_page .t-map .block .map-area .kinki .prefecture .box:last-child {
  right: -98%;
}
.top_page .t-map .block .map-area .kinki .prefecture.prefecture-kinki2 {
  right: 145%;
}
.top_page .t-map .block .map-area .chugoku-shikoku {
  top: 54%;
  right: 71%;
}
.top_page .t-map .block .map-area .kyushu {
  top: 64%;
  right: 87%;
}
.top_page .t-map .block .map-area .kyushu .prefecture {
  top: 340%;
  right: 10%;
}
.top_page .t-map .block .map-area .prefecture {
  max-width: 100px;
  width: 100%;
}
.top_page .t-map .block .map-area .prefecture img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-width: 100px;
}
.top_page .t-map .block .map-area .prefecture p {
  font-size: 1.4rem;
  text-align: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #ffffff;
  padding: 4px;
}
.top_page .t-map .block .map-brand {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}
.top_page .t-map .block .map-brand .map-brand-ttl {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 auto 20px;
  font-family: "Zen Old Mincho", serif;
}
.top_page .t-map .block .map-brand ul {
  display: flex;
  justify-content: space-between;
}
.top_page .t-map .block .map-brand ul li {
  width: 100%;
  text-align: center;
}
.top_page .t-map .block .map-brand ul li:not(:last-child) {
  margin-right: 20px;
}
.top_page .t-map .block .map-brand ul li a {
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.top_page .t-map .block .map-brand ul li a .img-box {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 10px;
}
.top_page .t-map .block .map-brand ul li a img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.top_page .t-map .block .map-brand ul li a img:hover {
  transform: scale(1.1);
}
.top_page .t-map .block .map-brand ul li a:hover {
  opacity: 0.7;
}
.top_page .t-slide-intro,
.top_page .t-slide-intro-uinder3 {
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 60px;
}
.top_page .t-slide-intro .ttl h2,
.top_page .t-slide-intro-uinder3 .ttl h2 {
  padding-left: 10px;
}
.top_page .t-slide-intro .swiper-intro .swiper-wrapper,
.top_page .t-slide-intro .swiper-intro-under3 .swiper-wrapper,
.top_page .t-slide-intro-uinder3 .swiper-intro .swiper-wrapper,
.top_page .t-slide-intro-uinder3 .swiper-intro-under3 .swiper-wrapper {
  margin-bottom: 40px;
}
.top_page .t-slide-intro .swiper-intro .swiper-button-next,
.top_page .t-slide-intro .swiper-intro-under3 .swiper-button-next,
.top_page .t-slide-intro-uinder3 .swiper-intro .swiper-button-next,
.top_page .t-slide-intro-uinder3 .swiper-intro-under3 .swiper-button-next {
  top: 33%;
}
.top_page .t-slide-intro .swiper-intro a.swiper-slide,
.top_page .t-slide-intro .swiper-intro-under3 a.swiper-slide,
.top_page .t-slide-intro-uinder3 .swiper-intro a.swiper-slide,
.top_page .t-slide-intro-uinder3 .swiper-intro-under3 a.swiper-slide {
  max-width: 330px !important;
  text-decoration: none;
  color: #000000;
  z-index: 9;
  position: relative;
}
.top_page .t-slide-intro .swiper-intro a.swiper-slide .img-box,
.top_page .t-slide-intro .swiper-intro-under3 a.swiper-slide .img-box,
.top_page .t-slide-intro-uinder3 .swiper-intro a.swiper-slide .img-box,
.top_page .t-slide-intro-uinder3 .swiper-intro-under3 a.swiper-slide .img-box {
  margin-bottom: 10px;
}
.top_page .t-slide-intro .swiper-intro a.swiper-slide img,
.top_page .t-slide-intro .swiper-intro-under3 a.swiper-slide img,
.top_page .t-slide-intro-uinder3 .swiper-intro a.swiper-slide img,
.top_page .t-slide-intro-uinder3 .swiper-intro-under3 a.swiper-slide img {
  border-radius: 16px;
  max-width: 330px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 330/220;
  /* 横:縦の比率を指定（＝約3:2） */
}
.top_page .t-slide-intro .swiper-intro a.swiper-slide span,
.top_page .t-slide-intro .swiper-intro-under3 a.swiper-slide span,
.top_page .t-slide-intro-uinder3 .swiper-intro a.swiper-slide span,
.top_page .t-slide-intro-uinder3 .swiper-intro-under3 a.swiper-slide span {
  color: #ffffff;
  font-size: 1.2rem;
}
.top_page .t-slide-intro .swiper-intro a.swiper-slide span.new,
.top_page .t-slide-intro .swiper-intro-under3 a.swiper-slide span.new,
.top_page .t-slide-intro-uinder3 .swiper-intro a.swiper-slide span.new,
.top_page .t-slide-intro-uinder3 .swiper-intro-under3 a.swiper-slide span.new {
  background-color: #F06A4C;
  padding: 3px 12px;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.top_page .t-slide-intro .swiper-intro a.swiper-slide span.date,
.top_page .t-slide-intro .swiper-intro-under3 a.swiper-slide span.date,
.top_page .t-slide-intro-uinder3 .swiper-intro a.swiper-slide span.date,
.top_page .t-slide-intro-uinder3 .swiper-intro-under3 a.swiper-slide span.date {
  color: #F06A4C;
  margin-top: 10px;
}
.top_page .t-slide-intro .btn,
.top_page .t-slide-intro-uinder3 .btn {
  z-index: 1;
}
.top_page .t-slide-intro .swiper-button-prev,
.top_page .t-slide-intro .swiper-button-next,
.top_page .t-slide-intro-uinder3 .swiper-button-prev,
.top_page .t-slide-intro-uinder3 .swiper-button-next {
  width: 60px;
  height: 60px;
}
.top_page .t-slide-intro02,
.top_page .t-slide-intro-uinder3 {
  margin-bottom: 95px;
  position: relative;
}
.top_page .t-slide-intro02 .bg,
.top_page .t-slide-intro-uinder3 .bg {
  position: absolute;
  background-color: #F4F7F8;
  width: 83%;
  height: 337px;
}
.top_page .t-slide-intro02 .bg {
  left: -100px;
  top: 101px;
}
.top_page .t-slide-intro-uinder3 {
  width: calc(100% - 100px);
}
.top_page .t-slide-intro-uinder3 .ttl h2 {
  width: 97%;
  text-align: center;
  padding-left: 0px;
}
.top_page .t-slide-intro-uinder3 .swiper-intro-under3 .swiper-wrapper {
  justify-content: center;
}
.top_page .t-slide-intro-uinder3 .bg {
  right: 0;
  top: 101px;
}
.top_page .t-brand {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 80px;
}
.top_page .t-brand .ttl {
  text-align: center;
}
.top_page .t-brand .ttl h2 {
  padding-left: 10px;
}
.top_page .t-brand .block {
  display: flex;
  overflow: hidden;
}
.top_page .t-brand .block .box {
  color: #000000;
  position: relative;
  max-width: 301px;
  width: 100%;
}
.top_page .t-brand .block .box .bottom {
  margin-top: -94px;
  z-index: 9;
  position: relative;
  padding: 66px 30px 51px 30px;
  color: #ffffff;
  height: 100%;
}
.top_page .t-brand .block .box .bottom .intro {
  margin: 0 0 20px 0;
}
.top_page .t-brand .block .box .bottom .des {
  font-size: 1.4rem;
}
.top_page .t-brand .block .box:nth-of-type(1) .bottom {
  background: linear-gradient(to top, #3A97C4 80%, rgba(18, 76, 127, 0) 96%);
}
.top_page .t-brand .block .box:nth-of-type(2) .bottom {
  background: linear-gradient(to top, #31919D 80%, rgba(18, 76, 127, 0) 96%);
}
.top_page .t-brand .block .box:nth-of-type(3) .bottom {
  background: linear-gradient(to top, #9B7055 80%, rgba(18, 76, 127, 0) 96%);
}
.top_page .t-brand .block .box:nth-of-type(4) .bottom {
  background: linear-gradient(to top, #A15557 80%, rgba(18, 76, 127, 0) 96%);
}

@media screen and (max-width: 1330px) {
  .top_page .t-slide-MV .swiper-mv .select-img {
    top: 107px;
  }
  .top_page .t-slide-MV .swiper-mv .select-img .selimg img {
    width: clamp(90px, 10vw, 120px);
  }
}
@media screen and (max-width: 1080px) {
  .top_page .t-slide-MV .swiper-mv .select-img {
    top: 67px;
  }
  .top_page .t-slide-MV .swiper-mv .select-img .selimg img {
    width: clamp(60px, 9vw, 90px);
  }
}
@media screen and (max-width: 1200px) {
  .top_page .t-slide-intro-uinder3 .ttl h2 {
    width: 100%;
    text-align: left;
    padding-left: 0px;
  }
  .top_page .t-slide-intro-uinder3 .swiper-intro-under3 .swiper-wrapper {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .top_page .t-map .block .map-area {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top_page .t-slide-MV .swiper-mv .select-img {
    display: none;
  }
  .top_page .t-slide-MV .swiper-mv .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    width: 100%;
    aspect-ratio: 4/6;
    overflow: hidden;
  }
  .top_page .t-slide-MV .swiper-mv .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -o-object-position: 80% 40%;
       object-position: 80% 40%;
  }
  .top_page .t-slide-MV .swiper-mv .swiper-slide.mv-slide01 img {
    -o-object-position: 77% 40%;
       object-position: 77% 40%;
  }
  .top_page .t-slide-MV .swiper-mv .swiper-slide.mv-slide02 img {
    -o-object-position: 80% 40%;
       object-position: 80% 40%;
  }
  .top_page .t-slide-MV .swiper-mv .swiper-slide.mv-slide03 img {
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
  .top_page .t-slide-MV .swiper-mv .swiper-slide.mv-slide04 img {
    -o-object-position: 14% 40%;
       object-position: 14% 40%;
  }
  .top_page .t-slide-MV .swiper-mv .swiper-slide.mv-slide05 img {
    -o-object-position: 80% 40%;
       object-position: 80% 40%;
  }
  .top_page .t-slide-MV .swiper-mv .swiper-slide.mv-slide06 img {
    -o-object-position: 2% 40%;
       object-position: 2% 40%;
  }
  .top_page .t-slide-MV .swiper-pagination {
    bottom: 13px;
  }
  .top_page .t-slide-MV .swiper-pagination .swiper-pagination-bullet {
    background: #CCCCCC;
    opacity: 1;
  }
  .top_page .t-slide-MV .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  .top_page .t-slide-MV .swiper-notification {
    bottom: 20px;
  }
  .top_page .t-slide-MV .mv-text {
    font-size: 2.2rem;
  }
  .top_page .t-slide-MV .mv-text01 {
    left: 8%;
    bottom: 16%;
  }
  .top_page .t-slide-MV .mv-text02 {
    left: 8%;
    bottom: 9%;
    text-shadow: 0 1px 6px rgb(0, 0, 0);
  }
  .top_page .t-slide-MV .mv-text03 {
    top: 41%;
    left: 41%;
    transform: translate(-34%, -50%);
  }
  .top_page .t-slide-MV .mv-text04 {
    bottom: 11%;
    left: 8%;
  }
  .top_page .t-slide-MV .mv-text05 {
    bottom: 12%;
    right: 55.83%;
  }
  .top_page .t-slide-MV .mv-text06 {
    top: 18%;
    left: 8.83%;
  }
  .top_page .t-slide-pickup .swiper-pickup .swiper-pagination {
    display: block;
  }
  .top_page .t-slide-pickup .swiper-pickup .slidBtn {
    top: 13%;
    right: 95px;
    left: inherit;
  }
  .top_page .t-slide-pickup .swiper-pickup .slidBtn .swiper-button-prev,
  .top_page .t-slide-pickup .swiper-pickup .slidBtn .swiper-button-next {
    width: 30px;
  }
  .top_page .t-slide-pickup .swiper-pickup .slidBtn .swiper-button-next {
    right: -75px;
  }
  .top_page .t-slide-pickup .ttl {
    padding: 20px;
  }
  .top_page .t-information {
    padding: 0px 20px;
  }
  .top_page .t-information .block-information.information-common {
    display: block;
  }
  .top_page .t-information .block-information.information-common .box {
    max-width: inherit;
    width: 100%;
  }
  .top_page .t-information .block-information.information-common .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .top_page .t-map {
    padding: 0;
    background-color: #DAEBF3;
  }
  .top_page .t-map .vertical-text {
    font-size: 4rem;
    z-index: 1;
  }
  .top_page .t-map .vertical-text img {
    height: 50%;
  }
  .top_page .t-map .map-inner {
    padding: 110px 20px 60px 20px;
  }
  .top_page .t-map .block .map-area {
    margin: 0 auto 147px;
  }
  .top_page .t-map .block .map-area a {
    min-width: -moz-max-content;
    min-width: max-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 25px 1px 15px;
    margin-left: 0;
  }
  .top_page .t-map .block .map-area a svg {
    right: 0;
  }
  .top_page .t-map .block .map-area a p.btn-custom {
    /* text-align: left; */
    font-size: 1.4rem;
  }
  .top_page .t-map .block .map-area a.prefecture {
    max-width: 80px;
    padding: 0px;
    background: none;
  }
  .top_page .t-map .block .map-area a.prefecture img {
    max-width: 80px;
  }
  .top_page .t-map .block .map-area .map-description {
    font-size: 1.6rem;
    top: 0%;
    left: 8%;
  }
  .top_page .t-map .block .map-area .decorations {
    z-index: 9;
    transform: translate(-50%, -50%);
    right: inherit;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top_page .t-map .block .map-area .decorations .prefecture {
    transform: translate(-50%, -50%);
    right: inherit;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top_page .t-map .block .map-area .hokkaido {
    top: -4%;
    left: 79%;
  }
  .top_page .t-map .block .map-area .tohoku {
    top: 53%;
    left: 86%;
  }
  .top_page .t-map .block .map-area .kanto {
    top: 75%;
    left: 79%;
  }
  .top_page .t-map .block .map-area .kanto .prefecture {
    top: 310%;
    left: 70%;
  }
  .top_page .t-map .block .map-area .chubu {
    top: 43%;
    left: 50%;
  }
  .top_page .t-map .block .map-area .chubu .prefecture {
    top: -190%;
    left: 50%;
  }
  .top_page .t-map .block .map-area .kinki {
    left: 52%;
    top: 90%;
  }
  .top_page .t-map .block .map-area .kinki .prefecture {
    top: 370%;
    left: 100%;
  }
  .top_page .t-map .block .map-area .kinki .prefecture.prefecture-kinki2 {
    right: inherit;
    left: -30%;
  }
  .top_page .t-map .block .map-area .chugoku-shikoku {
    top: 97%;
    left: 18%;
  }
  .top_page .t-map .block .map-area .kyushu {
    top: 53%;
    left: 22%;
  }
  .top_page .t-map .block .map-area .kyushu .prefecture {
    top: -190%;
    left: 36%;
  }
  .top_page .t-map .block .map-brand {
    padding: 0px 40px;
  }
  .top_page .t-map .block .map-brand ul {
    flex-wrap: wrap;
    gap: 20px;
  }
  .top_page .t-map .block .map-brand ul li {
    width: 46%;
  }
  .top_page .t-map .block .map-brand ul li:not(:last-child) {
    margin-right: 0px;
  }
  .top_page .t-map .block .map-brand ul li:first-child {
    width: 100%;
  }
  .top_page .t-map .block .map-brand ul li:first-child a {
    width: 100%;
  }
  .top_page .t-map .block .map-brand ul li:first-child a img {
    width: 100%;
  }
  .top_page .t-slide-intro,
  .top_page .t-slide-intro-uinder3 {
    width: 95%;
  }
  .top_page .t-slide-intro .swiper-intro a.swiper-slide,
  .top_page .t-slide-intro-uinder3 .swiper-intro a.swiper-slide {
    margin-right: 0;
  }
  .top_page .t-slide-intro .swiper-intro a.swiper-slide img,
  .top_page .t-slide-intro-uinder3 .swiper-intro a.swiper-slide img {
    min-width: 235px;
  }
  .top_page .t-slide-intro .swiper-button-prev,
  .top_page .t-slide-intro .swiper-button-next,
  .top_page .t-slide-intro-uinder3 .swiper-button-prev,
  .top_page .t-slide-intro-uinder3 .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  .top_page .t-slide-intro02 .bg,
  .top_page .t-slide-intro-uinder3 .bg {
    width: 100vw;
    height: 313px;
    right: initial;
    left: -20px;
  }
  .top_page .t-brand .block {
    display: block;
  }
  .top_page .t-brand .block .box {
    display: flex;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .top_page .t-brand .block .box:not(:last-child) {
    margin-bottom: 0;
  }
  .top_page .t-brand .block .box img {
    width: 45%;
  }
  .top_page .t-brand .block .box .bottom {
    padding: 4.6% 2% 4.6% 18.2%;
    margin-top: 0px;
    height: auto;
    position: absolute;
    left: 20%;
    height: -webkit-fill-available;
  }
  .top_page .t-brand .block .box .bottom .intro {
    margin: 0 0 10px 0;
  }
  .top_page .t-brand .block .box:nth-of-type(1) .bottom {
    background: linear-gradient(to left, #3A97C4 77%, rgba(18, 76, 127, 0) 96%);
  }
  .top_page .t-brand .block .box:nth-of-type(2) .bottom {
    background: linear-gradient(to left, #31919D 77%, rgba(18, 76, 127, 0) 96%);
  }
  .top_page .t-brand .block .box:nth-of-type(3) .bottom {
    background: linear-gradient(to left, #9B7055 77%, rgba(18, 76, 127, 0) 96%);
  }
  .top_page .t-brand .block .box:nth-of-type(4) .bottom {
    background: linear-gradient(to left, #A15557 77%, rgba(18, 76, 127, 0) 96%);
  }
}
@media screen and (max-width: 500px) {
  .top_page .t-map .block .map-area .map-description {
    font-size: 1.4rem;
    top: -25%;
  }
}/*# sourceMappingURL=top.css.map */