@charset "utf-8";
/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_special a {
  background-color: rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

sup {
  vertical-align: text-top;
  vertical-align: top;
  font-size: 60%;
}

.row-reverse {
  flex-direction: row-reverse;
}

/* ------ caption ------ */
figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow:
    0px 0px 1px #000,
    0 0 5px #000,
    0 0 6px #000,
    0 0 7px #000,
    0 0 8px #000,
    0 0 9px #000,
    0 0 10px #000;
  z-index: 5;
}

figcaption.mv_cap {
  bottom: auto;
  top: 0;
  right: 0;
}
figcaption.cap_b {
  color: #000;
  bottom: 10px;
  right: auto;
  left: 0;
  text-shadow: none;
}

figcaption.cap_b_right {
  color: #000;
  bottom: -22px;
  text-shadow: none;
}

@media only screen and (max-width: 768px) {
  figcaption.cap_b {
    bottom: 24px;
    padding: 0;
  }
}

.mvCap {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow:
    0px 0px 1px #000,
    0 0 5px #000,
    0 0 6px #000,
    0 0 7px #000,
    0 0 8px #000,
    0 0 9px #000,
    0 0 10px #000;
  z-index: 5;
}

/* ------ inner ------ */
.inner {
  width: calc(100% - 40px);
  margin-inline: auto;
  max-width: 1280px;
}

/* mv
=============================== */
.mv {
  position: relative;
}
.mv_wrap {
  width: 90%;
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
.mv_title {
  font-size: 60px;
  letter-spacing: 0.2em;
}
.mv_lead {
  margin-top: 20px;
  font-size: 28px;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
  .mv_wrap {
    top: 22%;
  }
  .mv_title {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .mv_lead {
    margin-top: 14px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

/* top_area
==================================== */
.bg_area {
  background-color: #fff;
}
.top_area {
  padding-top: 100px;
  padding-bottom: 120px;
}
.top_lead {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 2.1;
}
.top_lead2 {
  max-width: 800px;
  margin-top: 30px;
  margin-inline: auto;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 2.1;
}
.top_img {
  max-width: 1000px;
  margin-inline: auto;
}
.top_text {
  margin-top: 10px;
  width: 90%;
  max-width: 180px;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  .top_area {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .top_lead {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .top_lead2 {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .top_img {
    width: 100%;
  }
  .top_text {
    margin-top: 10px;
    width: 50%;
    max-width: 100px;
  }
}

/* wide_img_wrap
============================= */
.wide_img_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .wide_img_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}

/* 
============================ */
.area_lead {
  margin-top: 30px;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.img_cap {
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px) {
  .area_lead {
    margin-top: 20px;
    font-size: 14px;
  }
  .img_cap {
    margin-top: 4px;
    margin-left: 3px;
    font-size: 10px;
  }
}

/* scenery_area
============================= */
.scenery_area {
  padding-top: 80px;
}
.scenery_wrap {
  width: 100%;
  padding-right: max(20px, calc((100vw - 1280px) / 2));
  box-sizing: border-box;
  display: flex;
  align-items: end;
  column-gap: 60px;
}
.scenery_kv .scenery_img_cap {
  text-align: right;
}
.scenery_body .area_title {
  width: 80%;
}
.scenery_body_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.scenery_banner {
  box-sizing: border-box;
  margin-top: 40px;
  padding: 40px;
  background-color: #eeeceb;
}
.scenery_banner_wrap {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
.scenery_banner_img {
  width: 36%;
}
.scenery_banner_body {
  flex: 1;
}
.scenery_banner_title {
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.scenery_banner_text {
  margin-top: 16px;
  width: 90%;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .scenery_area {
    padding-top: 80px;
  }
  .scenery_wrap {
    position: relative;
    padding: 0;
    flex-direction: column;
  }
  .scenery_wrap .area_title {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    z-index: 2;
  }
  .scenery_body {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .scenery_body_wrap {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6px;
    row-gap: 10px;
  }
  .scenery_banner {
    margin-top: 20px;
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 10px;
  }
  .scenery_banner_wrap {
    display: contents;
  }
  .scenery_banner_img {
    order: 2;
    width: 54%;
  }
  .scenery_banner_body {
    display: contents;
  }
  .scenery_banner_title {
    width: 100%;
    order: 0;
    font-size: 14px;
  }
  .scenery_banner_text {
    order: 1;
    margin-top: 0px;
    width: 44%;
    font-size: 10px;
    letter-spacing: 0.02em;
  }
}

/* culture_area
=============================== */
.culture_area {
  padding-top: 80px;
  padding-bottom: 80px;
}
.culture_kv {
  width: 100%;
  padding-left: max(20px, calc((100vw - 1280px) / 2));
  box-sizing: border-box;
}
.culture_wrap {
  margin-top: 60px;
}
.culture_body_wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.culture_item_body {
  margin-top: 14px;
}
.culture_body_title {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.culture_body_text {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .culture_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .culture_kv {
    padding: 0;
  }
  .culture_wrap {
    margin-top: 30px;
  }
  .culture_body_wrap {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .culture_item {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
  .culture_item figure {
    width: 55%;
  }
  .culture_item_body {
    flex: 1;
    margin-top: 0px;
  }
  .culture_body_title {
    font-size: 14px;
  }
  .culture_body_text {
    margin-top: 5px;
    font-size: 10px;
  }
}

/* gourmet_area
=============================== */
.gourmet_area {
  padding-bottom: 80px;
}
.gourmet_kv {
  margin-bottom: 80px;
}
.gourmet_area .area_title {
  width: 60%;
}
.gourmet_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  padding-bottom: 80px;
}
.gourmet_wrap_body {
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gourmet_body_title {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.gourmet_body_text {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.gourmet_banner {
  margin: 50px 0;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 40px;
  display: flex;
  align-items: center;
  column-gap: 60px;
}
.gourmet_banner_img {
  width: 36%;
}
.gourmet_banner_body {
  flex: 1;
}
.gourmet_banner_title {
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.gourmet_banner_text {
  margin-top: 16px;
  width: 90%;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.gourmet_contents {
  margin-top: 80px;
}
.gourmet_contents_img {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .gourmet_area {
    padding-bottom: 100px;
  }
  .gourmet_kv {
    margin-bottom: 30px;
  }
  .gourmet_area .area_title {
    width: 60%;
  }
  .gourmet_wrap {
    margin-top: 30px;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 20px;
    padding-bottom: 40px;
  }
  .gourmet_wrap_img {
    margin-inline: -20px;
  }
  .gourmet_wrap_body {
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .gourmet_body_title {
    font-size: 16px;
    line-height: 1.5;
  }
  .gourmet_body_text {
    margin-top: 10px;
    font-size: 11px;
  }
  .gourmet_wrap_list {
    margin-top: 20px;
  }
  .gourmet_banner {
    margin: 20px 0;
    padding: 10px 0;
    flex-direction: column;
    row-gap: 14px;
  }
  .gourmet_banner_img {
    width: 100%;
  }
  .gourmet_banner_title {
    font-size: 16px;
  }
  .gourmet_banner_text {
    margin-top: 12px;
    width: 100%;
    font-size: 11px;
  }
  .gourmet_contents {
    margin-top: 40px;
  }
  .gourmet_contents_img {
    margin-top: 20px;
  }
}

/* sports_area
============================= */
.sports_area {
  position: relative;
  padding-bottom: 80px;
}
.sports_wrap {
  width: 100%;
  padding-left: max(20px, calc((100vw - 1280px) / 2));
  box-sizing: border-box;
  display: flex;
  justify-content: right;
  align-items: end;
  column-gap: 30px;
}
.sports_kv {
  width: 50%;
}
.sports_body .area_title {
  width: 120%;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.sports_body {
  width: 40%;
}
.sports_img {
  margin-top: 60px;
  width: 88%;
}
.sports_banner {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .sports_area {
    padding-bottom: 40px;
  }
  .sports_wrap {
    padding: 0;
    flex-direction: column-reverse;
  }
  .sports_kv {
    width: 100%;
  }
  .sports_body .area_title {
    width: 50%;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sports_body {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .sports_img {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 14px;
  }
  .sports_banner {
    margin-top: 40px;
  }
}

/* nanoniwa_area
============================= */
.nanoniwa_contents {
  background-color: #a1b50a;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: sans-serif;
}
.nanoniwa_head {
  width: 100%;
  max-width: 840px;
  margin-inline: auto;
}
.nanoniwa_title_img {
  max-width: 420px;
  margin-inline: auto;
}
.nanoniwa_title {
  text-align: center;
  margin-top: 20px;
  font-size: 38px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-weight: 500;
}
.nanoniwa_text {
  margin-top: 30px;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 2.5;
}
.nanoniwa_list {
  margin-top: 60px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  .nanoniwa_contents {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .nanoniwa_title_img {
    width: 56%;
  }
  .nanoniwa_title {
    margin-top: 12px;
    font-size: 16px;
  }
  .nanoniwa_text {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .nanoniwa_list {
    margin-top: 30px;
  }
}
