@charset "UTF-8";
/* main colors */
/*トップページのスタイル*/
.home .container-base {
  width: 100%;
  max-width: 1164px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .home .container-base {
    max-width: 1204px;
    padding: 0 40px;
  }
}
.home_section_title {
  font-size: min(13.7142857143vw, 48px);
  color: #fafafa;
  font-weight: 700;
  line-height: 1;
  font-family: "Figtree", sans-serif;
}
@media (min-width: 920px) {
  .home_section_title {
    font-size: min(8.5714285714vw, 120px);
  }
}

.mv {
  padding: 10px 10px 0;
  border-radius: 16px;
}
@media (min-width: 920px) {
  .mv {
    padding: 20px 20px 0;
    border-radius: 20px;
  }
}
.mv_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mv_img img {
  width: 100%;
}
.mv_top {
  font-family: "garamond-premier-pro", serif;
  font-size: 5.3333333333vw;
  writing-mode: vertical-rl;
  line-height: 1.25;
  font-weight: 500;
  color: #fafafa;
  position: absolute;
  top: 79.7333333333vw;
  right: 2.666667vw;
}
@media (min-width: 920px) {
  .mv_top {
    font-size: 2.7142857143vw;
    writing-mode: unset;
    top: 1.4285714286vw;
    right: 50%;
    transform: translateX(50%);
  }
}
.mv_catch {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 5.3333333333vw;
  writing-mode: tb;
  line-height: 1.35;
  font-weight: 400;
  color: #fafafa;
  position: absolute;
  top: 37.6vw;
  left: 8.2666666667vw;
}
@media (min-width: 920px) {
  .mv_catch {
    font-size: 3vw;
    writing-mode: unset;
    top: 24.5vw;
    left: 4.3571428571vw;
  }
}
.mv_catch .sp-space {
  display: inline;
}
.mv_catch .sp-space::after {
  content: "       ";
}
@media (min-width: 920px) {
  .mv_catch .sp-space {
    display: none;
  }
}
.mv_main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10.9333333333vw;
  width: 65.3333333333vw;
}
@media (min-width: 920px) {
  .mv_main {
    bottom: 4.8571428571vw;
    width: 39.3571428571vw;
  }
}
.mv_main img {
  width: 100%;
}
.mv .fm_logo {
  position: absolute;
  right: 3.866667vw;
  bottom: 9.6vw;
  width: 9.6vw;
}
@media (min-width: 920px) {
  .mv .fm_logo {
    bottom: 4.8571428571vw;
    width: 5.7142857143vw;
    right: 20.214286vw;
  }
}
.mv .fm_logo img {
  width: 100%;
}
.mv_bottom {
  display: none;
}
@media (min-width: 920px) {
  .mv_bottom {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2vw;
    width: 92.8571428571vw;
  }
}
.mv_bottom img {
  width: 100%;
}
.mv_slide {
  display: block;
  bottom: 16px;
  position: absolute;
}
@media (min-width: 920px) {
  .mv_slide {
    display: none;
  }
}
.mv_slide .swiper {
  overflow: hidden;
}
.mv_slide .swiper-wrapper {
  transition-timing-function: linear;
}
.mv_slide .swiper-slide {
  width: auto;
}
.mv_slide .mv_slide_item {
  display: inline-block;
  height: 10px;
}
.mv_slide .mv_slide_item img {
  height: 100%;
}
.mv .scroll {
  position: absolute;
  width: 5.3333333333vw;
  height: 26.6666666667vw;
  border: 1px solid #fafafa;
  border-radius: 9999px;
  bottom: 13.6vw;
  left: 5.8666666667vw;
  overflow: hidden;
}
@media (min-width: 920px) {
  .mv .scroll {
    width: 2.7142857143vw;
    height: 12.8571428571vw;
    bottom: 5.3571428571vw;
    left: 3.5714285714vw;
  }
}
.mv .scroll_text {
  position: absolute;
  font-family: "Figtree", sans-serif;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollDown 20s linear infinite;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1;
  font-size: 2.6666666667vw;
  color: #fafafa;
  font-weight: 700;
}
@media (min-width: 920px) {
  .mv .scroll_text {
    font-size: 1vw;
  }
}
@keyframes scrollDown {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}

.home_latest {
  position: relative;
  overflow-x: clip;
  padding-top: 80px;
}
@media (min-width: 920px) {
  .home_latest {
    padding-top: 120px;
  }
}
@media (min-width: 920px) {
  .home_latest::before {
    content: "";
    display: inline-block;
    width: 1205px;
    height: 1224px;
    background-image: url(../img/home/home_onair_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -366px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media (min-width: 920px) {
  .home_latest .container-base {
    max-width: 1400px;
    padding: 0 min(11.4166666667vw, 137px) 0 40px;
  }
}
.home_latest .home_section_title {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 920px) {
  .home_latest .home_section_title {
    text-align: unset;
    writing-mode: vertical-rl;
    margin: 0;
  }
}
.home_latest_body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .home_latest_body {
    flex-direction: row;
    justify-content: space-between;
  }
}
.home_latest_body_main {
  padding: 40px 20px;
  position: relative;
  border: 4px solid #2b2b2b;
  border-radius: 20px;
  background-color: #fafafa;
}
@media (min-width: 920px) {
  .home_latest_body_main {
    width: min(73.4166666667vw, 881px);
    padding: 60px min(6.3076923077vw, 82px) 78px;
    border-radius: 28px;
  }
}
.home_latest_body_main .dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #2b2b2b;
  border-radius: 50%;
}
@media (min-width: 920px) {
  .home_latest_body_main .dot {
    width: 12px;
    height: 12px;
  }
}
.home_latest_body_main_top {
  text-align: center;
  margin-bottom: 28px;
}
@media (min-width: 920px) {
  .home_latest_body_main_top {
    margin-bottom: 34px;
  }
}
.home_latest_body_main_top_en {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 6px;
}
@media (min-width: 920px) {
  .home_latest_body_main_top_en {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.home_latest_body_main_top_ja {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 920px) {
  .home_latest_body_main_top_ja {
    font-size: 32px;
  }
}
.home_latest_body_main .home_onair_area {
  margin-bottom: 52px;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_onair_area {
    margin-bottom: 62px;
  }
}
.home_latest_body_main .home_onair_area_date {
  border: 2px solid #2b2b2b;
  border-radius: 99px;
  padding: 4px 11px 6px;
  width: fit-content;
  margin: 0 auto 8px;
  line-height: 1.25;
}
.home_latest_body_main .home_onair_area_date_text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
.home_latest_body_main .home_onair_area_title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 13px;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_onair_area_title {
    font-size: 32px;
  }
}
.home_latest_body_main .home_onair_area_ic {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_onair_area_ic {
    font-size: 18px;
  }
}
.home_latest_body_main .home_onair_area_thumbnail {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  width: 76.5333333333vw;
  height: 43.2vw;
  position: relative;
  margin: 0 auto 20px;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_onair_area_thumbnail {
    max-width: 717px;
    max-height: 405px;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
}
.home_latest_body_main .home_onair_area_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.home_latest_body_main .home_onair_area_thumbnail .view_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  gap: 16px;
  align-items: center;
  background-color: #A56F2B;
  border-radius: 999px;
  margin: 0 auto 76px;
  width: fit-content;
  justify-content: center;
  padding: 19px 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_onair_area_thumbnail .view_btn {
    padding: 30px 36px;
    background-color: #2b2b2b;
  }
}
.home_latest_body_main .home_onair_area_thumbnail .view_btn_text {
  font-size: 16px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  color: #fafafa;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_onair_area_thumbnail .view_btn_text {
    font-size: 20px;
  }
}
.home_latest_body_main .home_onair_area_thumbnail .view_btn_arrow {
  width: 10px;
  height: 18px;
  -webkit-mask-image: url("../img/common/btn_arrow.svg");
  mask-image: url("../img/common/btn_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fafafa;
  transition: background-color 0.3s ease;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_onair_area_thumbnail:hover .view_btn {
    background-color: #A56F2B;
  }
}
.home_latest_body_main .home_present_area {
  border-radius: 20px;
  background: linear-gradient(180deg, #ffe201 0%, #d9a24e 100%);
  position: relative;
  padding: 40px 20px;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_present_area {
    padding: 34px min(6vw, 78px) 84px;
  }
}
.home_latest_body_main .home_present_area_top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  width: 100%;
  max-width: 212px;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_present_area_top {
    max-width: 547px;
  }
}
.home_latest_body_main .home_present_area_title {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  font-family: "Figtree", sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_present_area_title {
    font-size: 13px;
  }
}
.home_latest_body_main .home_present_area_text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 22px;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_present_area_text {
    font-size: 20px;
  }
}
.home_latest_body_main .home_present_area_thumbnail {
  border-radius: 16px;
  position: relative;
  width: 66.1333333333vw;
  height: 49.6vw;
  margin: 0 auto 38px;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_present_area_thumbnail {
    overflow: hidden;
    max-width: 420px;
    max-height: 314px;
    width: 100%;
    height: 100%;
    margin: 0 auto 16px;
  }
}
.home_latest_body_main .home_present_area_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 919px) {
  .home_latest_body_main .home_present_area_thumbnail_inr {
    overflow: hidden;
    border-radius: 16px;
  }
}
.home_latest_body_main .home_present_area_thumbnail_num {
  position: absolute;
  border-radius: 99px;
  background-color: #fafafa;
  bottom: -20px;
  right: 50%;
  transform: translateX(50%);
  padding: 8px 27px 12px;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_present_area_thumbnail_num {
    bottom: 12px;
    right: 12px;
    transform: none;
  }
}
.home_latest_body_main .home_present_area_thumbnail_num_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_present_area_thumbnail_num_text {
    font-size: 16px;
  }
}
.home_latest_body_main .home_present_area_thumbnail_num_text .bold {
  font-size: 36px;
  font-weight: 700;
  color: #A56F2B;
  line-height: 1;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_present_area_thumbnail_num_text .bold {
    font-size: 40px;
  }
}
.home_latest_body_main .home_present_area .arrow_btn {
  width: 100%;
  margin: 0 auto 18px;
  max-width: 260px;
  gap: 10px;
  justify-content: center;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_present_area .arrow_btn {
    margin-bottom: 14px;
    width: auto;
    max-width: 460px;
    padding: 18px 30px;
    justify-content: space-between;
  }
}
.home_latest_body_main .home_present_area .arrow_btn_text {
  font-size: 16px;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_present_area .arrow_btn_text {
    font-size: min(1.6666666667vw, 20px);
  }
}
@media (min-width: 920px) {
  .home_latest_body_main .home_present_area .arrow_btn:hover .arrow_btn_circle {
    background-color: #fafafa;
  }
}
@media (min-width: 920px) {
  .home_latest_body_main .home_present_area .arrow_btn:hover .arrow_btn_circle .arrow {
    background-color: #2b2b2b;
  }
}
.home_latest_body_main .home_present_area_closing {
  background-color: #f41d1d;
  border-radius: 99px;
  padding: 8px 11px;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_present_area_closing {
    padding: 8px 20px;
  }
}
.home_latest_body_main .home_present_area_closing_text {
  font-size: 12px;
  font-weight: 700;
  color: #fafafa;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .home_latest_body_main .home_present_area_closing_text {
    font-size: 16px;
  }
}
.home_latest_body_main .top-left {
  top: 20px;
  left: 20px;
}
@media (min-width: 920px) {
  .home_latest_body_main .top-left {
    top: 30px;
    left: 30px;
  }
}
.home_latest_body_main .top-right {
  top: 20px;
  right: 20px;
}
@media (min-width: 920px) {
  .home_latest_body_main .top-right {
    top: 30px;
    right: 30px;
  }
}
.home_latest_body_main .bottom-left {
  bottom: 20px;
  left: 20px;
}
@media (min-width: 920px) {
  .home_latest_body_main .bottom-left {
    bottom: 30px;
    left: 30px;
  }
}
.home_latest_body_main .bottom-right {
  bottom: 20px;
  right: 20px;
}
@media (min-width: 920px) {
  .home_latest_body_main .bottom-right {
    bottom: 30px;
    right: 30px;
  }
}

.home_spot {
  padding: 80px 0 26px;
  overflow: hidden;
}
@media (min-width: 920px) {
  .home_spot {
    padding: 120px 0 60px;
  }
}
.home_spot .container-base {
  max-width: 1333px;
}
@media (min-width: 920px) {
  .home_spot .container-base {
    max-width: 1373px;
  }
}
.home_spot .home_section_title_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #fafafa;
  padding-bottom: 20px;
  margin-bottom: 46px;
}
@media (min-width: 920px) {
  .home_spot .home_section_title_wrap {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 26px;
    margin-bottom: 60px;
  }
}
.home_spot .home_section_title_wrap .home_section_text {
  font-size: 18px;
  color: #fafafa;
  font-weight: 700;
}
@media (min-width: 920px) {
  .home_spot .home_section_title_wrap .home_section_text {
    font-size: min(2.4615384615vw, 32px);
  }
}
.home_spot_body {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 920px) {
  .home_spot_body {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}
.home_spot_body_img {
  display: none;
}
@media (min-width: 920px) {
  .home_spot_body_img {
    display: block;
  }
}
.home_spot_body_slider {
  display: block;
}
@media (min-width: 920px) {
  .home_spot_body_slider {
    display: none;
  }
}
.home_spot_body_slider .swiper {
  overflow: visible;
}
.home_spot_body_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.home_spot_body_slider .swiper-slide {
  width: max-content;
}
.home_spot_body_slider_item {
  width: 270px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
}
.home_spot_body_img {
  width: min(56.1666666667vw, 674px);
  height: min(41.6666666667vw, 500px);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.home_spot_body_img_item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 0;
}
.home_spot_body_img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home_spot_body_img_item.is-active {
  opacity: 1;
  z-index: 1;
}
@media (min-width: 920px) {
  .home_spot_body_nav {
    width: min(46.1666666667vw, 554px);
  }
}
.home_spot_body_nav_title {
  margin-bottom: 26px;
}
@media (min-width: 920px) {
  .home_spot_body_nav_title {
    padding-left: 28px;
    margin-bottom: 34px;
  }
}
.home_spot_body_nav_title .en {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #fafafa;
  font-family: "Figtree", sans-serif;
  margin-bottom: 6px;
}
@media (min-width: 920px) {
  .home_spot_body_nav_title .en {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.home_spot_body_nav_title .ja {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #fafafa;
}
@media (min-width: 920px) {
  .home_spot_body_nav_title .ja {
    font-size: 32px;
  }
}
.home_spot_body_nav_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 500px;
  margin: 0 auto 18px;
}
@media (min-width: 920px) {
  .home_spot_body_nav_wrap {
    margin: 0;
    max-width: none;
  }
}
.home_spot_body_nav_wrap_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 16px;
  border-radius: 28px;
  background-color: #fafafa;
  transition: background-color 0.3s ease;
}
@media (min-width: 920px) {
  .home_spot_body_nav_wrap_item {
    padding: 28px 40px;
  }
}
@media (min-width: 920px) {
  .home_spot_body_nav_wrap_item:hover {
    background-color: #2b2b2b;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 920px) {
  .home_spot_body_nav_wrap_item:hover .arrow {
    background-color: #A56F2B;
  }
}
@media (min-width: 920px) {
  .home_spot_body_nav_wrap_item:hover .category_name_en {
    color: #fafafa;
  }
}
@media (min-width: 920px) {
  .home_spot_body_nav_wrap_item:hover .category_name_ja {
    color: #fafafa;
  }
}
.home_spot_body_nav_wrap_item .category {
  display: flex;
  gap: 20px;
  align-items: center;
}
.home_spot_body_nav_wrap_item .category_name_en {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  font-family: "Figtree", sans-serif;
  transition: color 0.3s ease;
}
@media (min-width: 920px) {
  .home_spot_body_nav_wrap_item .category_name_en {
    font-size: 28px;
  }
}
.home_spot_body_nav_wrap_item .category_name_ja {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  transition: color 0.3s ease;
}
@media (min-width: 920px) {
  .home_spot_body_nav_wrap_item .category_name_ja {
    font-size: 16px;
  }
}
.home_spot_body_nav_wrap_item .arrow {
  width: 36px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2b2b2b;
  border: 1px solid #2b2b2b;
  border-radius: 999px;
  transition: background-color 0.3s ease;
}
.home_spot_body_nav_wrap_item .arrow_icon {
  width: 5px;
  height: 8px;
  -webkit-mask-image: url("../img/common/arrow_icon.svg");
  mask-image: url("../img/common/arrow_icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fafafa;
  transition: background-color 0.3s ease;
}

.home_area {
  background-color: #fafafa;
  padding: 44px 0;
  border-radius: 40px;
}
@media (min-width: 920px) {
  .home_area {
    padding: 96px 0;
  }
}
.home_area .section_title_text {
  padding-bottom: 0;
}
.home_area .container-base {
  max-width: 1360px;
}
.home_area .section_title {
  margin-bottom: 26px;
  align-items: flex-start;
}
@media (min-width: 920px) {
  .home_area .section_title {
    margin-bottom: 84px;
  }
}
.home_area .section_title_img {
  display: none;
}
@media (min-width: 920px) {
  .home_area .section_title_img {
    display: block;
    width: min(63.4615384615vw, 825px);
  }
}
.home_area .section_title_text_en {
  margin-bottom: 10px;
}
.home_area_body {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .home_area_body {
    flex-direction: row;
    gap: 20px;
    margin: 0;
    max-width: none;
  }
}
.home_area_body_map {
  display: none;
}
@media (min-width: 920px) {
  .home_area_body_map {
    display: block;
    position: relative;
  }
}
.home_area_body_map .area_hover_info {
  display: none;
}
@media (min-width: 920px) {
  .home_area_body_map .area_hover_info {
    display: block;
    padding-top: 40px;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
.home_area_body_map .area_hover_info.is-active {
  opacity: 1;
  visibility: visible;
}
.home_area_body_map .area_hover_info-01 {
  top: min(4.4117647059vw, 60px);
  left: min(16.1764705882vw, 220px);
}
.home_area_body_map .area_hover_info-02 {
  top: min(0.7352941176vw, 10px);
  left: min(7.0588235294vw, 96px);
}
.home_area_body_map .area_hover_info-03 {
  top: min(2.9411764706vw, 40px);
  left: min(16.1764705882vw, 220px);
}
.home_area_body_map .area_hover_info-04 {
  top: min(6.3235294118vw, 86px);
  left: min(20.2941176471vw, 276px);
}
.home_area_body_map .area_hover_info-05 {
  top: min(12.5vw, 170px);
  left: min(9.1176470588vw, 124px);
}
.home_area_body_map .area_hover_info-06 {
  top: min(19.7058823529vw, 268px);
  left: min(8.0882352941vw, 110px);
}
.home_area_body_map .area_hover_info-07 {
  top: min(20.4411764706vw, 278px);
  left: min(2.3529411765vw, 32px);
}
.home_area_body_map .area_hover_info-08 {
  top: min(29.4117647059vw, 400px);
  left: min(22.3529411765vw, 304px);
}
.home_area_body_nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 920px) {
  .home_area_body_nav {
    width: 710px;
  }
}
.home_area_body_nav_areas_double {
  display: flex;
  gap: 12px;
}
@media (min-width: 920px) {
  .home_area_body_nav_areas_double {
    ap: 30px;
    width: 350px;
  }
}
.home_area_body_nav_areas_double .area_group {
  flex: 1;
}
.home_area_body_nav_areas_columns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 56px;
}
@media (min-width: 920px) {
  .home_area_body_nav_areas_columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }
}
.home_area_body_nav_areas_columns .area_group {
  width: 100%;
}
.home_area_slide {
  display: block;
}
@media (min-width: 920px) {
  .home_area_slide {
    display: none;
  }
}
.home_area_slide .swiper {
  overflow: hidden;
}
.home_area_slide .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}
.home_area_slide .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: inline-block;
  white-space: nowrap;
}
.home_area_slide .home_bottom_sns_body_slide_item {
  display: inline-block;
  height: 50px;
}
.home_area_slide .home_bottom_sns_body_slide_item img {
  height: 100%;
}

.area_group_title {
  font-size: 18px;
  margin-bottom: 2px;
  transition: color 0.3s ease;
}
@media (min-width: 920px) {
  .area_group_title {
    font-size: min(1.5384615385vw, 20px);
  }
}
@media (min-width: 920px) {
  .area_group_title.is-hovered {
    color: #A56F2B;
  }
}
.area_group_box {
  border-radius: 20px;
  padding: 30px 32px;
  background-color: #ebebeb;
}
@media (min-width: 920px) {
  .area_group_box {
    padding: 25px min(2.2857142857vw, 32px);
  }
}
.area_group_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 8px;
}
@media (min-width: 920px) {
  .area_group_box ul {
    row-gap: 4px;
    column-gap: min(2.1428571429vw, 30px);
  }
}
.area_group_box ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s ease;
}
@media (min-width: 920px) {
  .area_group_box ul li a {
    font-size: min(1.2857142857vw, 18px);
  }
}
@media (min-width: 920px) {
  .area_group_box ul li a:hover {
    color: #A56F2B;
    text-decoration: underline;
  }
}
.area_group:last-child ul {
  display: flex;
  justify-content: center;
}

.home_area_body_nav_areas_double ul {
  display: flex;
  justify-content: center;
}

.area_link path,
.area_link g,
.area_link ellipse {
  transition: opacity 0.3s ease;
}

@media (min-width: 920px) {
  .area_link:hover path,
  .area_link:hover g,
  .area_link:hover ellipse {
    opacity: 1;
  }
}

@media (min-width: 920px) {
  .area_link.is-hovered path,
  .area_link.is-hovered g,
  .area_link.is-hovered ellipse {
    opacity: 1;
  }
}

@media (min-width: 920px) {
  .area_link.is-hovered path,
  .home_area_link.is-hovered {
    opacity: 1;
  }
}

.instagram {
  padding: 58px 0 64px;
}
@media (min-width: 920px) {
  .instagram {
    padding: 120px 0 100px;
  }
}
.instagram_body_wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .instagram_body_wrap {
    display: block;
  }
}
.instagram_head {
  margin-bottom: 86px;
  display: contents;
}
@media (min-width: 920px) {
  .instagram_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.instagram_head .follow_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #ffffff;
  border-radius: 99px;
  padding: 17px 26px;
  transition: background-color 0.3s ease;
  margin: 0 auto;
  order: 3;
  max-width: 218px;
}
@media (min-width: 920px) {
  .instagram_head .follow_btn {
    order: none;
    padding: 20px 42px;
    margin-top: 22px;
    max-width: none;
  }
}
.instagram_head .follow_btn .instagram_icon {
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("../img/home/instagram_icon.svg");
  mask-image: url("../img/home/instagram_icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #2b2b2b;
  transition: background-color 0.3s ease;
}
.instagram_head .follow_btn_text {
  font-size: 18px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  transition: color 0.3s ease;
}
@media (min-width: 920px) {
  .instagram_head .follow_btn_text {
    font-size: 20px;
  }
}
@media (min-width: 920px) {
  .instagram_head .follow_btn:hover {
    background-color: #2b2b2b;
  }
}
@media (min-width: 920px) {
  .instagram_head .follow_btn:hover .instagram_icon {
    background-color: #fff;
  }
}
@media (min-width: 920px) {
  .instagram_head .follow_btn:hover .follow_btn_text {
    color: #fff;
  }
}
.instagram_head_title {
  order: 1;
  margin-bottom: 26px;
}
@media (min-width: 920px) {
  .instagram_head_title {
    order: none;
    margin: 0;
  }
}
.instagram_head_title_top {
  font-size: 56px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  color: #fafafa;
  line-height: 1;
  margin-bottom: 4px;
}
@media (min-width: 920px) {
  .instagram_head_title_top {
    font-size: min(9.2307692308vw, 120px);
    margin-bottom: 10px;
  }
}
.instagram_head_title_bottom {
  font-size: 28px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  line-height: 1;
  color: #fafafa;
}
@media (min-width: 920px) {
  .instagram_head_title_bottom {
    font-size: 60px;
  }
}
.instagram_body {
  order: 2;
}
@media (min-width: 920px) {
  .instagram_body {
    order: unset;
  }
}
.instagram_body #sb_instagram {
  order: 2;
}
@media (min-width: 920px) {
  .instagram_body #sb_instagram {
    order: none;
  }
}
.instagram_body #sb_instagram #sbi_images {
  display: grid !important;
  grid-template-columns: min(31.2396694215vw, 458px) 0 repeat(3, min(19.0909090909vw, 209px)) !important;
  grid-template-rows: repeat(0, min(24.75vw, 275px)) !important;
  column-gap: 13px !important;
  row-gap: 15px !important;
  align-items: end !important;
}
.instagram_body #sb_instagram #sbi_images .sbi_item {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
}
.instagram_body #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.instagram_body #sb_instagram #sbi_images .sbi_item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.instagram_body #sb_instagram #sbi_images .sbi_item .sbi_play_icon {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2 !important;
  pointer-events: none !important;
  width: 50px !important;
  height: 50px !important;
}
.instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(1) {
  grid-column: 1;
  grid-row: 1/span 2;
  width: min(35.2307692308vw, 452px) !important;
  height: min(40.9285714286vw, 565px) !important;
  align-self: end !important;
}
.instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(1) .sbi_photo_wrap {
  width: 35.2307692308vw, 452px !important;
  height: min(40.9285714286vw, 565px) !important;
}
.instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(1) img {
  width: min(35.2307692308vw, 452px) !important;
  height: min(40.9285714286vw, 565px) !important;
}
.instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
.instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}
.instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(4) {
  grid-column: 5;
  grid-row: 1;
}
.instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
.instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(6) {
  grid-column: 4;
  grid-row: 2;
}
.instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(7) {
  grid-column: 5;
  grid-row: 2;
}
.instagram_body #sb_instagram #sbi_images .sbi_item:not(:nth-child(1)) {
  width: min(14.9285714286vw, 206px) !important;
  height: min(19.9285714286vw, 275px) !important;
}
.instagram_body #sb_instagram #sbi_images .sbi_item:not(:nth-child(1)) .sbi_photo_wrap {
  width: min(14.9285714286vw, 206px) !important;
  height: min(19.9285714286vw, 275px) !important;
}
.instagram_body #sb_instagram #sbi_images .sbi_item:not(:nth-child(1)) img {
  width: min(14.9285714286vw, 206px) !important;
  height: min(19.9285714286vw, 275px) !important;
}
@media (max-width: 919px) {
  .instagram_body #sb_instagram #sbi_images {
    grid-template-columns: repeat(3, 106px) !important;
    grid-template-rows: auto !important;
    column-gap: 10px !important;
    row-gap: 10px !important;
    justify-content: center !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item {
    overflow: hidden !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(1) {
    grid-column: 1/span 3 !important;
    grid-row: 1 !important;
    width: 225px !important;
    height: 281px !important;
    margin: 0 auto 10px !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(1) .sbi_photo_wrap {
    width: 225px !important;
    height: 281px !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(1) img {
    width: 225px !important;
    height: 281px !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(2) {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(3) {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(4) {
    grid-column: 3 !important;
    grid-row: 2 !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(5) {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(6) {
    grid-column: 2 !important;
    grid-row: 3 !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item:nth-child(7) {
    grid-column: 3 !important;
    grid-row: 3 !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item:not(:nth-child(1)) {
    width: 106px !important;
    height: 142px !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item:not(:nth-child(1)) .sbi_photo_wrap {
    width: 106px !important;
    height: 142px !important;
  }
  .instagram_body #sb_instagram #sbi_images .sbi_item:not(:nth-child(1)) img {
    width: 106px !important;
    height: 142px !important;
  }
}

.home_onair {
  padding: 44px 0 92px;
  border-radius: 32px 32px 0 0;
  background-image: url(../img/home/onair_bg.png);
  background-image: image-set(url(../img/home/onair_bg.png) 1x, url(../img/home/onair_bg@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/home/onair_bg.png) 1x, url(../img/home/onair_bg@2x.png) 2x);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 920px) {
  .home_onair {
    border-radius: 40px 40px 0 0;
    padding: 140px 0 252px;
  }
}
.home_onair_body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .home_onair_body {
    display: block;
  }
}
.home_onair_body .section_title {
  margin-bottom: 40px;
  display: contents;
}
@media (min-width: 920px) {
  .home_onair_body .section_title {
    display: flex;
  }
}
.home_onair_body .section_title_text {
  color: #fafafa;
  order: 1;
}
@media (min-width: 920px) {
  .home_onair_body .section_title_text {
    order: none;
  }
}
.home_onair_body .section_title .text_btn {
  order: 3;
}
@media (min-width: 920px) {
  .home_onair_body .section_title .text_btn {
    order: none;
  }
}
.home_onair_body .section_title .text_btn .arrow {
  background-color: #fafafa;
  border: 1px solid #fafafa;
}
.home_onair_body .section_title .text_btn .arrow_icon {
  background-color: #2b2b2b;
}
@media (min-width: 920px) {
  .home_onair_body .section_title .text_btn:hover .arrow {
    background-color: #2b2b2b;
  }
}
@media (min-width: 920px) {
  .home_onair_body .section_title .text_btn:hover .arrow_icon {
    background-color: #fafafa;
  }
}
.home_onair_body .section_title .text_btn_inr {
  color: #fafafa;
}
.home_onair_body .section_title .link_line {
  background-image: linear-gradient(to right, #fafafa, #fafafa);
}
.home_onair_list {
  display: flex;
  flex-direction: column;
  order: 2;
  margin-bottom: 40px;
}
@media (min-width: 920px) {
  .home_onair_list {
    order: none;
    margin: 0;
  }
}
.home_onair_list li {
  list-style: none;
}
.home_onair_item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fafafa;
  padding: 23px 0;
  border-bottom: 1px solid #fafafa;
  transition: background-color 0.3s ease;
}
@media (min-width: 920px) {
  .home_onair_item a {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 12px;
  }
}
.home_onair_item a .arrow {
  border: none;
}
@media (min-width: 920px) {
  .home_onair_item a:hover {
    background-color: #A56F2B;
  }
}
@media (min-width: 920px) {
  .home_onair_item a:hover .arrow {
    background-color: #2b2b2b;
  }
}
@media (min-width: 920px) {
  .home_onair_item a:hover .arrow_icon {
    background-color: #fafafa;
  }
}
.home_onair_item_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 920px) {
  .home_onair_item_content {
    flex-direction: row;
    width: 63%;
    align-items: center;
    gap: 20px;
  }
}
.home_onair_item_content_thumb {
  width: 100%;
  height: 50.9333333333vw;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 920px) {
  .home_onair_item_content_thumb {
    width: 140px;
    height: 80px;
  }
}
.home_onair_item_content_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home_onair_item_content_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home_onair_item_day {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 920px) {
  .home_onair_item_day {
    font-size: 16px;
  }
}
.home_onair_item_day span {
  margin-left: 8px;
  font-weight: bold;
}
.home_onair_item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4px;
}
@media (min-width: 920px) {
  .home_onair_item_title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.home_onair_item_ic {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 920px) {
  .home_onair_item_ic {
    font-size: 16px;
  }
}
.home_onair_item_meta {
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .home_onair_item_meta {
    width: 32%;
    align-items: center;
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 919px) {
  .home_onair_item_meta .arrow {
    margin-left: auto;
  }
}
.home_onair_item_meta_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.home_onair_item_meta_info .home_onair_item_terms {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.home_onair_item_meta_info .home_onair_item_terms .term_label {
  background: #fafafa;
  color: #2b2b2b;
  border-radius: 99px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .home_onair_item_meta_info .home_onair_item_terms .term_label {
    font-size: 13px;
    padding: 6px 9px;
  }
}
.home_onair_item_meta .arrow {
  width: 36px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  border: 1px solid #fafafa;
  border-radius: 999px;
  transition: background-color 0.3s ease;
}
.home_onair_item_meta .arrow_icon {
  width: 5px;
  height: 8px;
  -webkit-mask-image: url("../img/common/arrow_icon.svg");
  mask-image: url("../img/common/arrow_icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #2b2b2b;
  transition: background-color 0.3s ease;
}
.home_onair_item:first-child a {
  border-top: 1px solid #fafafa;
}

.home_about {
  position: relative;
  background: linear-gradient(180deg, #A56F2B 0%, #D7C7B7 100%);
  padding: 38px 0 80px;
}
.home_about::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  border-radius: 32px 32px 0 0;
  background-color: #A56F2B;
  left: 0;
  top: -20px;
}
@media (min-width: 920px) {
  .home_about::before {
    border-radius: 40px 40px 0 0;
    height: 40px;
    top: -40px;
  }
}
.home_about_top {
  padding: 0 13px;
  margin: 0 auto 29px;
  max-width: 1400px;
}
@media (min-width: 920px) {
  .home_about_top {
    padding: 0 56px 0 38px;
    margin: 0 auto 41px;
  }
}
.home_about_top_title {
  font-size: 14px;
  font-weight: 700;
  color: #fafafa;
  font-family: "Figtree", sans-serif;
  margin-top: -22px;
}
@media (min-width: 920px) {
  .home_about_top_title {
    font-size: 20px;
    margin: 0;
  }
}
.home_about_top_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -62px;
}
@media (min-width: 920px) {
  .home_about_top_body {
    flex-direction: row;
    margin-top: -32px;
  }
}
.home_about_top_body_img {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .home_about_top_body_img {
    max-width: none;
    margin: 0;
    width: min(70.5714285714vw, 988px);
  }
}
.home_about_top_body_img .bubble {
  position: absolute;
  background-color: #fafafa;
  border-radius: 99px;
  width: 241px;
  height: 30px;
  display: flex;
  align-items: center;
  top: min(-1vw, -14px);
  left: 62px;
}
@media (min-width: 920px) {
  .home_about_top_body_img .bubble {
    left: min(50.7142857143vw, 710px);
    width: min(39.0833333333vw, 469px);
    height: 48px;
  }
}
.home_about_top_body_img .bubble_inr {
  overflow: hidden;
}
.home_about_top_body_img .bubble_item {
  position: absolute;
  bottom: -16px;
  left: 150px;
  transform: scaleX(-1);
}
@media (min-width: 920px) {
  .home_about_top_body_img .bubble_item {
    transform: none;
    left: 10px;
    bottom: -10px;
  }
}
.home_about_top_body_img .bubble_text {
  display: inline-flex;
  align-items: center;
  animation: marquee 20s linear infinite;
}
.home_about_top_body_img .bubble_text span {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  margin-left: 8px;
}
@media (min-width: 920px) {
  .home_about_top_body_img .bubble_text span {
    font-size: 16px;
    margin-left: 12px;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    /* bubble_text 全体幅の半分分だけ左へ */
    transform: translateX(-50%);
  }
}
.home_about_top_body_img .box {
  position: absolute;
  border: 4px solid #2b2b2b;
  background-color: #fafafa;
  border-radius: 10px;
  padding: 8px 33px 4px;
  right: 12px;
  top: 118px;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .home_about_top_body_img .box {
    padding: 18px 58px 10px;
    border-radius: 16px;
    right: min(3vw, 42px);
    top: min(17.1428571429vw, 240px);
  }
}
.home_about_top_body_img .box_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .home_about_top_body_img .box_text {
    font-size: 28px;
  }
}
.home_about_top_body_img .box_top {
  position: absolute;
  background-color: #2b2b2b;
  border-radius: 20px;
  font-size: 9px;
  font-weight: 700;
  color: #fafafa;
  text-align: center;
  top: -12px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 3px;
}
@media (min-width: 920px) {
  .home_about_top_body_img .box_top {
    font-size: 13px;
    padding: 3px 10px;
    top: -14px;
  }
}
.home_about_top_body_text {
  font-size: 14px;
  font-weight: 700;
  color: #fafafa;
  line-height: 1.5;
  padding-top: 16px;
}
@media (min-width: 920px) {
  .home_about_top_body_text {
    width: min(25.8333333333vw, 320px);
    font-size: min(1.2307692308vw, 16px);
    line-height: 1.75;
    padding-top: 54px;
  }
}
.home_about_slider {
  margin-bottom: 46px;
}
@media (min-width: 920px) {
  .home_about_slider {
    margin-bottom: 122px;
  }
}
.home_about_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.home_about_slider .swiper-slide {
  width: max-content;
}
.home_about_slider_item {
  width: 200px;
  height: 150px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 920px) {
  .home_about_slider_item {
    width: 300px;
    height: 225px;
  }
}
.home_about .home_nexco .section_title {
  display: contents;
}
@media (min-width: 920px) {
  .home_about .home_nexco .section_title {
    display: flex;
  }
}
.home_about .home_nexco .section_title_text {
  order: 1;
}
@media (min-width: 920px) {
  .home_about .home_nexco .section_title_text {
    order: unset;
  }
}
.home_about .home_nexco .section_title .text_btn {
  order: 3;
}
@media (min-width: 920px) {
  .home_about .home_nexco .section_title .text_btn {
    order: unset;
  }
}
.home_about .home_nexco_body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .home_about .home_nexco_body {
    display: block;
    order: unset;
  }
}
.home_about .home_nexco_body .external-news-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  order: 2;
  margin-bottom: 42px;
}
@media (min-width: 920px) {
  .home_about .home_nexco_body .external-news-grid {
    flex-direction: row;
    justify-content: space-between;
    order: unset;
    margin-bottom: 0;
  }
}
.home_about .home_nexco_body .external-news-grid .news-card {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3215686275);
  border-radius: 12px;
  overflow: hidden;
  flex: 1;
  background-color: #fafafa;
}
@media (min-width: 920px) {
  .home_about .home_nexco_body .external-news-grid .news-card {
    border-radius: 16px;
    width: 100%;
    max-width: 364px;
  }
}
.home_about .home_nexco_body .external-news-grid .news-card-title {
  line-height: 1.5;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 920px) {
  .home_about .home_nexco_body .external-news-grid .news-card-title {
    font-size: 18px;
  }
}
.home_about .home_nexco_body .external-news-grid .news-card-date {
  font-size: 12px;
}
@media (min-width: 920px) {
  .home_about .home_nexco_body .external-news-grid .news-card-date {
    font-size: 13px;
  }
}
.home_about .home_nexco_body .external-news-grid .news-card-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-flex;
  padding: 12px;
  gap: 11px;
  align-items: flex-start;
}
@media (min-width: 920px) {
  .home_about .home_nexco_body .external-news-grid .news-card-link {
    max-width: 364px;
    display: inline-block;
    padding: 0;
  }
}
.home_about .home_nexco_body .external-news-grid .news-card-link .arrow {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
@media (min-width: 920px) {
  .home_about .home_nexco_body .external-news-grid .news-card-link .arrow {
    bottom: 20px;
    right: 20px;
  }
}
@media (min-width: 920px) {
  .home_about .home_nexco_body .external-news-grid .news-card-link:hover .news-card-thumb img {
    transform: scale(1.1);
  }
}
@media (min-width: 920px) {
  .home_about .home_nexco_body .external-news-grid .news-card-link:hover .arrow {
    background-color: #446718;
  }
}
.home_about .home_nexco_body .external-news-grid .news-card-thumb {
  overflow: hidden;
  width: 26.6666666667vw;
  height: 29.3333333333vw;
  border-radius: 8px;
}
@media (min-width: 920px) {
  .home_about .home_nexco_body .external-news-grid .news-card-thumb {
    height: 170px;
    width: 100%;
    border-radius: unset;
  }
}
.home_about .home_nexco_body .external-news-grid .news-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  transform-origin: center center;
}
.home_about .home_nexco_body .external-news-grid .news-card-content {
  width: 53.3333333333vw;
  min-height: 113px;
}
@media (min-width: 920px) {
  .home_about .home_nexco_body .external-news-grid .news-card-content {
    padding: 20px 20px 48px;
    width: auto;
    min-height: none;
  }
}
.home_about .home_correspondent {
  padding: 63px 0 0;
  position: relative;
  overflow-x: clip;
}
@media (min-width: 920px) {
  .home_about .home_correspondent {
    padding: 133px 0 0;
  }
}
@media (min-width: 920px) {
  .home_about .home_correspondent::before {
    content: "";
    display: inline-block;
    width: 1566px;
    height: 1591px;
    background-image: url(../img/home/home_blog_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
}
.home_about .home_correspondent_body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_body {
    display: block;
    position: relative;
    z-index: 1;
  }
}
.home_about .home_correspondent .section_title {
  margin-bottom: 38px;
  display: contents;
}
@media (min-width: 920px) {
  .home_about .home_correspondent .section_title {
    display: flex;
  }
}
.home_about .home_correspondent .section_title_text {
  order: 1;
}
@media (min-width: 920px) {
  .home_about .home_correspondent .section_title_text {
    order: unset;
  }
}
.home_about .home_correspondent .section_title .text_btn {
  order: 3;
}
@media (min-width: 920px) {
  .home_about .home_correspondent .section_title .text_btn {
    order: unset;
  }
}
.home_about .home_correspondent_list {
  margin-bottom: 38px;
  order: 2;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list {
    order: unset;
    margin-bottom: 80px;
  }
}
.home_about .home_correspondent_list .home_correspondent_item {
  margin-bottom: 12px;
  background-color: #fafafa;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list .home_correspondent_item {
    margin-bottom: 18px;
  }
}
.home_about .home_correspondent_list .home_correspondent_item_link {
  padding: 12px;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list .home_correspondent_item_link {
    padding: 0;
  }
}
.home_about .home_correspondent_list .home_correspondent_item:last-child {
  margin-bottom: 0;
}
.home_about .home_correspondent_list .home_correspondent_item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.home_about .home_correspondent_list .home_correspondent_item a .arrow {
  border: none;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list .home_correspondent_item a:hover .home_correspondent_item_inner_img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list .home_correspondent_item a:hover .arrow {
    background-color: #A56F2B;
  }
}
.home_about .home_correspondent_list .home_correspondent_item_inner {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list .home_correspondent_item_inner {
    min-height: 233px;
    align-items: stretch;
    justify-content: unset;
    gap: 0;
  }
}
.home_about .home_correspondent_list .home_correspondent_item_inner_img {
  width: 26.6666666667vw;
  height: 37.3333333333vw;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list .home_correspondent_item_inner_img {
    width: 100%;
    max-width: 310px;
    height: auto;
    border-radius: 20px 0 0 20px;
  }
}
.home_about .home_correspondent_list .home_correspondent_item_inner_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
.home_about .home_correspondent_list .home_correspondent_item_inner_text {
  padding: 0;
  width: 100%;
  position: relative;
  width: 53.3333333333vw;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list .home_correspondent_item_inner_text {
    padding: 20px;
    width: 100%;
  }
}
.home_about .home_correspondent_list .home_correspondent_item_inner_text_flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list .home_correspondent_item_inner_text_flex {
    flex-direction: row;
    gap: 20px;
  }
}
.home_about .home_correspondent_list .home_correspondent_item_inner_text .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2b2b2b;
  border: 1px solid #2b2b2b;
  border-radius: 999px;
  transition: background-color 0.3s ease;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list .home_correspondent_item_inner_text .arrow {
    bottom: 20px;
    right: 20px;
  }
}
.home_about .home_correspondent_list .home_correspondent_item_inner_text .arrow_icon {
  width: 5px;
  height: 8px;
  -webkit-mask-image: url("../img/common/arrow_icon.svg");
  mask-image: url("../img/common/arrow_icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fafafa;
  transition: background-color 0.3s ease;
}
.home_about .home_correspondent_list .home_correspondent_item_inner_text .post_meta {
  width: 53.3333333333vw;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list .home_correspondent_item_inner_text .post_meta {
    max-width: 387px;
    border-block-end-width: 100%;
  }
}
.home_about .home_correspondent_list .home_correspondent_item_inner_text .post_meta .item_date {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list .home_correspondent_item_inner_text .post_meta .item_date {
    font-size: 13px;
  }
}
.home_about .home_correspondent_list .home_correspondent_item_inner_text .post_meta .item_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list .home_correspondent_item_inner_text .post_meta .item_title {
    font-size: 24px;
  }
}
.home_about .home_correspondent_list .home_correspondent_item_inner_text .post_meta .item_title a {
  text-decoration: none;
  color: inherit;
}
.home_about .home_correspondent_list .home_correspondent_item_inner_text .post_meta .item_person {
  font-size: 10px;
  line-height: 1.25;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list .home_correspondent_item_inner_text .post_meta .item_person {
    font-size: 16px;
  }
}
.home_about .home_correspondent_list .home_correspondent_item_inner_text .post_meta .item_person span {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #2b2b2b;
  line-height: 1.25;
}
.home_about .home_correspondent_list .home_correspondent_item_inner_text .post_excerpt .item_excerpt {
  display: none;
}
@media (min-width: 920px) {
  .home_about .home_correspondent_list .home_correspondent_item_inner_text .post_excerpt .item_excerpt {
    max-width: 272px;
    font-size: 15px;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: justify;
    line-height: 1.5;
    display: block;
  }
}

.home_bottom {
  background-color: #A56F2B;
  position: relative;
}
.home_bottom::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  background-color: #A56F2B;
  border-radius: 0 0 32px 32px;
  left: 0;
  bottom: -40px;
}
@media (min-width: 920px) {
  .home_bottom::before {
    border-radius: 0 0 40px 40px;
  }
}
.home_bottom::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  background-color: #A56F2B;
  border-radius: 32px 32px 0 0;
  left: 0;
  top: -16px;
}
@media (min-width: 920px) {
  .home_bottom::after {
    border-radius: 40px 40px 0 0;
    height: 40px;
    top: -40px;
  }
}
.home_bottom_sns {
  padding: 0 12px 40px;
  max-width: 1400px;
  margin: 0 auto;
  border-bottom: 1px solid #fafafa;
}
@media (min-width: 920px) {
  .home_bottom_sns {
    padding: 40px 60px 80px;
  }
}
.home_bottom_sns_body {
  border-radius: 20px;
  background-color: rgba(250, 250, 250, 0.1);
  padding: 40px 20px 90px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
@media (min-width: 920px) {
  .home_bottom_sns_body {
    flex-direction: row;
    justify-content: space-between;
    padding: 76px 78px 246px;
    gap: 87px;
  }
}
.home_bottom_sns_body_text {
  position: relative;
  z-index: 1;
}
@media (min-width: 920px) {
  .home_bottom_sns_body_text {
    width: min(40.5vw, 486px);
  }
}
.home_bottom_sns_body_text .arrow_btn .icon {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("../img/common/icon_x.svg");
  mask-image: url("../img/common/icon_x.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fafafa;
  transition: background-color 0.3s ease;
}
@media (min-width: 920px) {
  .home_bottom_sns_body_text .arrow_btn .icon {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 920px) {
  .home_bottom_sns_body_text .arrow_btn:hover .icon {
    background-color: #2b2b2b;
  }
}
.home_bottom_sns_body_text_en {
  font-size: 14px;
  font-weight: 700;
  color: #fafafa;
  font-family: "Figtree", sans-serif;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 920px) {
  .home_bottom_sns_body_text_en {
    font-size: 20px;
    text-align: left;
  }
}
.home_bottom_sns_body_text_ja {
  font-size: 23px;
  font-weight: 700;
  color: #fafafa;
  line-height: 1.25;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .home_bottom_sns_body_text_ja {
    white-space: nowrap;
    font-size: min(3.3333333333vw, 40px);
    text-align: left;
  }
}
.home_bottom_sns_body_text_inr {
  font-size: 14px;
  font-weight: 500;
  color: #fafafa;
  line-height: 1.5;
  margin-bottom: 38px;
}
@media (min-width: 920px) {
  .home_bottom_sns_body_text_inr {
    font-size: 16px;
    line-height: 1.85;
  }
}
.home_bottom_sns_body_text .arrow_btn {
  margin: 0 auto;
  background-color: #2b2b2b;
  width: 100%;
  max-width: 295px;
  justify-content: center;
}
@media (min-width: 920px) {
  .home_bottom_sns_body_text .arrow_btn {
    justify-content: space-between;
    width: auto;
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 920px) {
  .home_bottom_sns_body_text .arrow_btn:hover {
    background-color: #fafafa;
  }
}
@media (min-width: 920px) {
  .home_bottom_sns_body_text .arrow_btn:hover .arrow_btn_text {
    color: #2b2b2b;
  }
}
@media (min-width: 920px) {
  .home_bottom_sns_body_text .arrow_btn:hover .arrow {
    background-color: #2b2b2b;
  }
}
@media (min-width: 920px) {
  .home_bottom_sns_body_text .arrow_btn:hover .arrow_icon {
    background-color: #fafafa;
  }
}
.home_bottom_sns_body_text .arrow_btn_text {
  color: #fafafa;
}
.home_bottom_sns_body_text .arrow_btn .arrow {
  background-color: #fafafa;
}
.home_bottom_sns_body_text .arrow_btn .arrow_icon {
  background-color: #2b2b2b;
}
.home_bottom_sns_body_slide {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 0;
  opacity: 0.3;
}
@media (min-width: 920px) {
  .home_bottom_sns_body_slide {
    bottom: 80px;
  }
}
.home_bottom_sns_body_slide .swiper {
  overflow: hidden;
}
.home_bottom_sns_body_slide .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}
.home_bottom_sns_body_slide .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: inline-block;
  white-space: nowrap;
}
.home_bottom_sns_body_slide .home_bottom_sns_body_slide_item {
  display: inline-block;
  height: 50px;
}
@media (min-width: 920px) {
  .home_bottom_sns_body_slide .home_bottom_sns_body_slide_item {
    height: 90px;
  }
}
.home_bottom_sns_body_slide .home_bottom_sns_body_slide_item img {
  height: 100%;
}
.home_bottom_bnr {
  padding: 40px 48px 0;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .home_bottom_bnr {
    padding: 80px 90px 40px;
  }
}
.home_bottom_bnr_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
@media (min-width: 920px) {
  .home_bottom_bnr_body {
    flex-direction: row;
    gap: 20px;
  }
}
.home_bottom_bnr_body_lg {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 920px) {
  .home_bottom_bnr_body_lg {
    flex-direction: row;
    gap: 20px;
  }
}
.home_bottom_bnr_body_lg_item {
  overflow: hidden;
}
.home_bottom_bnr_body_lg_item img {
  display: block;
  transition: transform 0.3s ease;
}
@media (min-width: 920px) {
  .home_bottom_bnr_body_lg_item:hover img {
    transform: scale(1.075);
  }
}
.home_bottom_bnr_body_sm {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media (min-width: 920px) {
  .home_bottom_bnr_body_sm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.home_bottom_bnr_body_sm_item {
  overflow: hidden;
}
.home_bottom_bnr_body_sm_item img {
  display: block;
  transition: transform 0.3s ease;
}
@media (min-width: 920px) {
  .home_bottom_bnr_body_sm_item:hover img {
    transform: scale(1.075);
  }
}

.fixed_button {
  position: fixed;
  right: 50%;
  transform: translateX(50%);
  bottom: 10px;
  z-index: 99;
  display: inline-block;
  width: 100%;
  max-width: 355px;
  transition: opacity 0.3s ease;
}
@media (min-width: 920px) {
  .fixed_button {
    right: 0;
    bottom: 0;
    transform: none;
    width: auto;
    max-width: none;
    width: 304px;
  }
}
.fixed_button.is-hide {
  opacity: 0;
  pointer-events: none;
}
.fixed_button .arrow {
  position: absolute;
  right: 16px;
  bottom: 32%;
}
@media (min-width: 920px) {
  .fixed_button .arrow {
    right: 50%;
    transform: translateX(50%);
    bottom: 40px;
  }
}
.fixed_button .arrow {
  background-color: #2b2b2b;
}
@media (min-width: 920px) {
  .fixed_button:hover .arrow {
    background-color: #fafafa;
  }
}
@media (min-width: 920px) {
  .fixed_button:hover .arrow_icon {
    background-color: #2b2b2b;
  }
}

.home_bottom_sns_body_timeline {
  width: 100%;
}
@media (min-width: 920px) {
  .home_bottom_sns_body_timeline {
    width: min(39.3571428571vw, 551px);
  }
}
.home_bottom_sns_body_timeline_inr {
  border-radius: 10px;
  height: 500px;
  overflow-y: scroll;
}
@media (min-width: 920px) {
  .home_bottom_sns_body_timeline_inr {
    height: 700px;
    border-radius: 13px;
  }
}/*# sourceMappingURL=home.css.map */