@charset "UTF-8";

/*
* awards2026.css
*
*/
/* ------------------------
  main
------------------------ */
.l-main {
  background-color: #F6F5EF;
}

.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

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

  .spDISP {
    display: initial !important;
  }
}

a:visited {
  color: #C0A55C;
}

/* ------------------------
  header
------------------------ */
/* ------------------------
  container
------------------------ */
.container, .area {
  margin: 0 auto;
  max-width: 1100px;
}

@media screen and (max-width: 768px) {
  .container, .area {
    margin: 0 10px;
  }
}

.picsarea {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

/* ------------------------
  背景(仮)
------------------------ */
.-fadeIn::after {
  animation: fadeOut 5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

.u-visible-flex-sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-visible-flex-sm {
    display: flex !important;
  }
}

.u-hidden-flex-sm {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .u-hidden-flex-sm {
    display: none !important;
  }
}

.top_bg {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 180px;
  left: 0;
  width: auto;
  height: auto;
  transform: rotate(-6deg);
  transform-origin: 3% 120%;
}

.top_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_bg .emblem_01, .top_bg .emblem_02, .top_bg .emblem_03, .top_bg .emblem_04 {
  display: flex;
  margin-bottom: 10px;
}

.top_bg .emblem_01 .emblem, .top_bg .emblem_02 .emblem, .top_bg .emblem_03 .emblem, .top_bg .emblem_04 .emblem {
  display: inline-block;
  overflow: hidden;
  height: 170px;
  transform: translate3d(0, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
  perspective: 1000;
}

.top_bg .emblem_01 .emblem:first-child, .top_bg .emblem_03 .emblem:first-child {
  animation: loop 110s -55s linear infinite;
  will-change: animation;
}

.top_bg .emblem_01 .emblem:last-child, .top_bg .emblem_03 .emblem:last-child {
  animation: loop2 110s linear infinite;
  will-change: animation;
}

.top_bg .emblem_02 .emblem:first-child, .top_bg .emblem_04 .emblem:first-child {
  animation: loop 120s -60s linear infinite reverse;
  will-change: animation;
}

.top_bg .emblem_02 .emblem:last-child, .top_bg .emblem_04 .emblem:last-child {
  animation: loop2 120s linear infinite reverse;
  will-change: animation;
}

@media screen and (max-width: 768px) {
  .top_bg {
    top: 120vw;
    transform: rotate(-6deg);
  }
}

@media screen and (max-width: 456px) {
  .top_bg {
    top: 121vw;
  }
}

@media screen and (max-width: 768px) {
  .top_bg .emblem_01:not(:last-child), .top_bg .emblem_02:not(:last-child), .top_bg .emblem_03:not(:last-child), .top_bg .emblem_04:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .top_bg .emblem_01 .emblem, .top_bg .emblem_02 .emblem, .top_bg .emblem_03 .emblem, .top_bg .emblem_04 .emblem {
    height: 75px;
    background-size: contain !important;
  }
}

@media screen and (max-width: 768px) {
  .top_bg .emblem_01 .emblem {
    width: 2500px;
  }
}

@media screen and (max-width: 768px) {
  .top_bg .emblem_02 .emblem {
    width: 3000px;
  }
}

@media screen and (max-width: 768px) {
  .top_bg .emblem_03 .emblem {
    width: 3300px;
  }
}

@media screen and (max-width: 768px) {
  .top_bg .emblem_04 .emblem {
    width: 2400px;
  }
}

@media screen and (max-width: 768px) {
  .top_bg .emblem_01 .emblem:first-child, .top_bg .emblem_03 .emblem:first-child {
    animation: loop 120s -60s linear infinite;
  }
}

@media screen and (max-width: 768px) {
  .top_bg .emblem_01 .emblem:last-child, .top_bg .emblem_03 .emblem:last-child {
    animation: loop2 120s linear infinite;
  }
}

@media screen and (max-width: 768px) {
  .top_bg .emblem_02 .emblem:first-child, .top_bg .emblem_04 .emblem:first-child {
    animation: loop 130s -65s linear infinite reverse;
  }
}

@media screen and (max-width: 768px) {
  .top_bg .emblem_02 .emblem:last-child, .top_bg .emblem_04 .emblem:last-child {
    animation: loop2 130s linear infinite reverse;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

/* ------------------------
  vote_button
------------------------ */
.vote_button {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 220px;
}

.vote_button .bg {
  position: relative;
  border: 6px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background: #231815;
  box-shadow: #1f292e 0 0 3px;
}

.vote_button a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vote_button img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  transform: translate(-50%, -50%);
}

.vote_button:hover .bg {
  transition: all 0.4s;
  transform: scale(1.1);
  background-color: #C0A55C;
}

@media screen and (max-width: 768px) {
  .vote_button {
    width: 32.93333vw;
    height: 32.93333vw;
  }
}

@media screen and (max-width: 768px) {
  .vote_button .bg {
    border: 3px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .vote_button img {
    width: 16.66667vw;
    height: 16.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .vote_container .vote_button {
    width: 33.33333vw;
    height: 33.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .vote_container .vote_button img {
    width: 14.66667vw;
    height: 14.66667vw;
  }
}

.p-drawer_vote .vote_button {
  width: 147px;
  height: 147px;
}

.p-drawer_vote .vote_button img {
  width: 87px;
}

@media screen and (max-width: 768px) {
  .p-drawer_vote .vote_button {
    width: 26.66667vw;
    height: 26.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-drawer_vote .vote_button img {
    width: 13.33333vw;
    height: 13.33333vw;
  }
}

.vote_button.topsharen {
  display: block;
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 190;
  right: 62px;
  bottom: 27px;
  width: 180px;
  height: 180px;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
}

.vote_button.topsharen img {
  margin-top: -6px;
  width: 130px;
}

.vote_button.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
}

@media screen and (max-width: 768px) {
  .vote_button.topsharen {
    right: 4vw;
    bottom: 13.33333vw;
    width: 24vw;
    height: 24vw;
  }
}

@media screen and (max-width: 768px) {
  .vote_button.topsharen img {
    width: 13.33333vw;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .vote_container .vote_button .vote_button-twitter {
    width: 20.26667vw;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-drawer_vote .vote_button .vote_button-twitter {
    width: 17.6vw;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .vote_button.topsharen .vote_button-twitter {
    margin-top: 0;
    width: 14.66667vw;
    height: auto;
  }
}

/* ------------------------
  hero
------------------------ */
.kv-area {
  position: relative;
  width: 100%;
  min-width: 100%;
  top: 85px;
}

@media screen and (max-width: 768px) {
  .kv-area {
    top: 11.46667vw;
  }
}

.kv-area img {
  width: 100%;
  min-width: 100%;
}

.mv:after {
  content: "後援：スポーツ庁";
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: 600;
}

.mv .mv_container {
  position: relative;
  z-index: 1;
  top: -100px;
  left: 55px;
}

.mv .mv_ttl {
  position: relative;
  z-index: 10;
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .mv .mv_container {
    top: -17px;
    left: inherit;
    margin: 0;
  }
}

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

.mv_ttl_bg {
  position: absolute;
  z-index: 0;
  top: -200px;
  right: 186px;
}

@media screen and (max-width: 768px) {
  .mv_ttl_bg {
    position: absolute;
    top: -170px;
    right: -30px;
    left: 73px;
    max-width: 85.33333vw;
  }
}

/* ------------------------
  result
------------------------ */
.result {
  position: relative;
  z-index: 1;
  margin: 115px 0 0;
  padding-top: 95px;
}

.result .result_inner-line {
  position: absolute;
  z-index: 4;
  top: 0;
  border: 2px solid #e6e4d8;
  width: 100%;
  height: 100%;
  transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
}

.result .result-container {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 45px 0;
  background-color: #f6f5ef;
  text-align: center;
}

.result .result-container::before, .result .result-container::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 150px;
  background-color: #C0A55C;
}

.result .result-container::before {
  top: -23%;
  left: -12%;
  transform: rotate(-38deg);
}

.result .result-container::after {
  right: -8%;
  bottom: -46%;
  transform: rotate(-38deg);
}

.result .result_ttl {
  position: relative;
  z-index: 3;
  margin-bottom: 25px;
  letter-spacing: -1px;
  color: #c0a047;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.result .result_link {
  display: flex;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  border: unset;
  border: none;
  outline: none;
  width: 180px;
  height: 40px;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  background-color: #C0A55C;
  text-align: initial;
  font-size: 0;
  font-size: 16px;
  align-items: center;
}

.result .result_link .result_link_txt {
  display: inline-block;
  width: 140px;
  text-align: center;
  color: #231815;
}

.result .result_link .result_link_decoration {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  background-color: #525250;
  text-align: center;
  color: #fff;
}

.result .result_link .result_link_decoration::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 44%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 10px;
  height: 0;
  height: 10px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.result .result_obj {
  position: absolute;
  z-index: 2;
  top: 13%;
  left: 3.5%;
  height: 100%;
}

.result .result_obj img {
  width: 273px;
}

@media screen and (max-width: 768px) {
  .result {
    margin-top: 18vw;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .result .result-container {
    margin: 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .result .result-container:hover .result_inner-line {
    border: 10px solid #e6e4d8;
  }

  .result .result-container:hover .result_link {
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    background-color: #525250;
  }

  .result .result-container:hover .result_link .result_link_decoration {
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    background-color: #C0A55C;
  }

  .result .result-container:hover .result_link_txt {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .result .result-container::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .result .result-container::after {
    right: -70px;
    bottom: -200px;
    width: 150%;
    height: 250px;
    transform: rotate(-20deg);
  }
}

@media screen and (max-width: 768px) {
  .result .result_ttl {
    letter-spacing: -2px;
    font-size: 4.26667vw;
  }
}

@media screen and (max-width: 768px) {
  .result .result_link {
    margin: -6px auto 32vw auto;
    width: 36vw;
    height: 8vw;
  }
}

@media screen and (max-width: 468px) {
  .result .result_link {
    margin: -6px auto 26.66667vw auto;
  }
}

@media screen and (max-width: 768px) {
  .result .result_link .result_link_txt {
    width: 28vw;
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  .result .result_link .result_link_decoration {
    width: 9.33333vw;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .result .result_obj {
    top: inherit;
    right: 23%;
    bottom: -54%;
    left: inherit;
    height: 100%;
  }
}

@media screen and (max-width: 468px) {
  .result .result_obj {
    bottom: -59%;
  }
}

@media screen and (max-width: 768px) {
  .result .result_obj img {
    width: 46.4vw;
  }
}

/* ------------------------
  movie
------------------------ */
.movie {
  position: relative;
  margin-top: 62px;
}

.movie ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.movie ul li {
  padding: 0.5%;
  width: 25%;
  box-sizing: border-box;
}

.movie .base-container {
  position: relative;
  text-align: center;
}

.movie .intro_txt {
  padding-top: 40px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.1;
}

@media screen and (max-width: 768px) {
  .movie ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: unset;
  }
}

@media screen and (max-width: 768px) {
  .movie ul li {
    padding: 0.5%;
    width: 50%;
    box-sizing: border-box;
  }

  .movie ul li p {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .movie .intro_txt {
    padding: 27px 0 40px 0;
    font-size: 3.2vw;
    line-height: 2.2;
  }
}

/* ------------------------
  base
------------------------ */
.base {
  position: relative;
  margin-top: 120px;
  padding-top: 88px;
}

.base .base-container {
  position: relative;
  text-align: center;
}

.base .intro_ttl {
  margin-top: 20px;
}

.base .intro_ttl picture img {
  max-width: 700px;
  width: 100%;
}

.base .intro_txt {
  padding-top: 40px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.1;
}

.base .intro_illust_left {
  position: absolute;
  top: 149px;
  left: 47px;
  width: 107px;
  height: 128px;
}

.base .intro_illust_right {
  position: absolute;
  top: 160px;
  right: 54px;
  width: 145px;
  height: 132px;
}

.base .intro_kome {
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
  max-width: 900px;
  margin: 30px auto 0;
  background-color: #ecebe6;
  padding: 40px;
}

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

@media screen and (max-width: 768px) {
  .base .intro_ttl {
    margin-top: 8vw;
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .base .intro_txt {
    padding: 27px 0 40px 0;
    font-size: 3.2vw;
    line-height: 2.2;
  }

  .base .intro_kome {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .base .intro_illust_left {
    display: inline-block;
    position: static;
    padding-right: 10px;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .base .intro_illust_right {
    display: inline-block;
    position: static;
    padding-left: 10px;
    width: auto;
    height: auto;
  }
}

.intro_accordion_line {
  position: absolute;
  z-index: 3;
  bottom: -220px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.intro_accordion_line span {
  display: inline-block;
  width: 1px;
  height: 80px;
  transition: transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleY(0);
  transform-origin: 0% 0%;
  background: #1f292e;
}

.intro_accordion_line .is-accordion {
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleY(1);
}

@media screen and (max-width: 768px) {
  .intro_accordion_line {
    bottom: -155px;
  }
}

@media all and (-ms-high-contrast: none) {
  .intro_accordion_line span {
    width: 2px;
  }
}

.intro_accordion_line02 {
  position: absolute;
  z-index: 3;
  bottom: -140px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.intro_accordion_line02 span {
  display: inline-block;
  width: 1px;
  height: 80px;
  transition: transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleY(0);
  transform-origin: 0% 0%;
  background: #1f292e;
}

@media screen and (max-width: 768px) {
  .intro_accordion_line02 {
    bottom: -75px;
  }
}

@media all and (-ms-high-contrast: none) {
  .intro_accordion_line02 span {
    width: 2px;
  }
}

@media screen and (max-width: 768px) {
  .intro_accordion_line02 span {
    height: 40px;
  }
}

.toggle:checked+.title .intro_accordion_line02 span {
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleY(1);
}

.intro_button {
  display: block;
  position: relative;
  margin: 73px auto 130px;
  border: unset;
  border: none;
  outline: none;
  width: 230px;
  height: 40px;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  background-color: #C0A55C;
  text-align: initial;
  font-size: 0;
  font-size: 16px;
}

.intro_button .intro_button_txt {
  display: inline-block;
  width: 190px;
  text-align: center;
  color: #231815;
}

.intro_button .intro_button_decoration {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  background-color: #525250;
  text-align: center;
  color: #fff;
}

.intro_button .intro_button_decoration::after {
  content: "＋";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.3;
}

.intro_button .is-accordion::after {
  content: "ー";
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .intro_button {
    margin-bottom: 75px;
    width: 53.33333vw;
    height: 9.33333vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .intro_button .intro_button_txt {
    padding-right: 18%;
  }
}

@media screen and (max-width: 768px) {
  .intro_button .intro_button_txt {
    width: 44vw;
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  .intro_button .intro_button_decoration {
    width: 9.33333vw;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .intro_button:hover {
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    background-color: #525250;
  }

  .intro_button:hover .intro_button_txt {
    color: #fff;
  }

  .intro_button:hover .intro_button_decoration {
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    background-color: #C0A55C;
  }
}

/* ------------------------
  accordion
------------------------ */
.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.title, .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title::after, .title::before {
  content: "";
  position: absolute;
  right: 1.35em;
  top: 1em;
  width: 2px;
  height: 0.75em;
  background-color: #ffffff;
  transition: all 0.3s;
  z-index: 1;
}

.title::after {
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .title::after, .title::before {
    right: 5.5vw;
    top: 4.8vw;
  }
}

.content {
  max-height: 0;
  overflow: hidden;
}

.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.toggle:checked+.title+.content {
  max-height: 500px;
  transition: all 1.5s;
}

.toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

@media screen and (max-width: 768px) {
  .toggle:checked+.title+.content {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

.title {
  display: block;
  position: relative;
  margin: 0px auto 130px;
  margin: 0px auto 50px;
  border: unset;
  border: none;
  outline: none;
  width: 270px;
  height: 50px;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  background-color: #525250;
  text-align: initial;
  font-size: 0;
  font-size: 18px;
  color: #fff;
  z-index: 1;
}

.title:hover {
  background-color: #525250;
  color: #ffffff;
}

.title .intro_button_txt {
  display: inline-block;
  width: 190px;
  text-align: center;
  padding: 10px 0px;
  cursor: pointer;
  font-weight: 600;
}

.title .intro_button_txt:hover {
  color: #ffffff;
}

.title .intro_button_decoration02 {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  background-color: #646464;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.title:hover .intro_button_decoration02 {
  background-color: #C0A55C;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 30px;
    width: 56vw;
    height: 12vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .title .intro_button_txt {
    padding-right: 18%;
  }
}

@media screen and (max-width: 768px) {
  .title .intro_button_txt {
    width: 44vw;
    font-size: 4vw;
    padding: 2.5vw 0px 2.5vw 0px;
  }
}

@media screen and (max-width: 768px) {
  .title .intro_button_decoration02 {
    width: 12vw;
    height: 100%;
  }
}

.intro_button_decoration02:hover .intro_button_txt:hover {
  color: #ffffff;
}

/* ------------------------
  case
------------------------ */
@media screen and (max-width: 768px) {
  .case {
    margin-top: 7px;
  }

  .case .area_top {
    margin-top: 190px;
  }
}

@media screen and (max-width: 468px) {
  .case .area_top {
    margin-top: 100px;
  }
}

.case .case_ttl {
  margin-top: -12px;
  margin-bottom: 100px;
}

.case .case_ttl picture img {
  max-width: 700px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .case .case_ttl {
    margin-bottom: 50px;
    padding: 0 30px;
  }
}

.map .map_container {
  position: relative;
  padding: 0 10px;
  width: 1100px;
  max-width: unset;
  text-align: center;
}

.map .map_ttl {
  position: absolute;
  top: -12px;
  left: 120px;
  text-align: initial;
}

.map .map_ttl picture img {
  max-width: 390px;
  width: 100%;
}

.map .map-img {
  position: relative;
  padding: 60px 0;
}

.map .map-img img {
  margin: 8px -39px 0 0;
  max-width: 474px;
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .map .map_ttl {
    top: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .map .map_ttl img {
    width: 50.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .map .map-img {
    margin: 0 15px;
    padding: 180px 0;
  }
}

@media screen and (max-width: 768px) {
  .map .map-img img {
    margin: -50px 19px 0 0;
    width: 70.13333vw;
  }
}

.map_button {
  position: relative;
  margin: 50px 0;
  border: unset;
  border: none;
  width: 180px;
  height: 40px;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  background-color: #C0A55C;
  text-align: unset;
  text-align: initial;
  font-size: 0;
  font-size: 16px;
}

.map_button .map_button_txt {
  display: inline-block;
  display: inline-flex;
  width: 140px;
  height: 100%;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  text-align: center;
  color: #231815;
  line-height: 36px;
  line-height: normal;
  align-items: center;
  justify-content: center;
}

.map_button .map_button_decoration {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  background-color: #525250;
  text-align: center;
}

.map_button .map_button_decoration::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 50%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 10px;
  height: 0;
  height: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .map_button {
    width: 36vw;
    height: 8vw;
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  .map_button .map_button_txt {
    width: 28vw;
    height: 8vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .map_button .map_button_txt {
    /* IE */
    padding-top: 1%;
    padding-right: 20%;
  }
}

@media screen and (max-width: 768px) {
  .map_button .map_button_decoration {
    width: 8vw;
    height: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .map_button .map_button_decoration::after {
    width: 2.4vw;
    height: 2.4vw;
  }
}

@media screen and (min-width: 768px) {
  .map_button:hover {
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    background-color: #525250;
  }

  .map_button:hover .map_button_txt {
    color: #fff;
  }

  .map_button:hover .map_button_decoration {
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    background-color: #C0A55C;
  }
}

.-hokkaido {
  position: absolute;
  top: 6px;
  right: 126px;
}

@media screen and (max-width: 768px) {
  .-hokkaido {
    top: 6%;
    right: 10px;
  }
}

.-kitakanto {
  position: absolute;
  top: 225px;
  right: 126px;
}

@media screen and (max-width: 768px) {
  .-kitakanto {
    top: unset;
    right: 10px;
    bottom: 24%;
  }
}

.-minamikanto {
  position: absolute;
  top: 285px;
  right: 126px;
}

@media screen and (max-width: 768px) {
  .-minamikanto {
    top: unset;
    right: 10px;
    bottom: 16%;
  }
}

.-koshinetsu {
  position: absolute;
  top: 112px;
  right: 418px;
}

@media screen and (max-width: 768px) {
  .-koshinetsu {
    top: 21%;
    right: unset;
    left: -5px;
  }
}

.-tokai {
  position: absolute;
  right: 418px;
  bottom: 18px;
}

@media screen and (max-width: 768px) {
  .-tokai {
    top: unset;
    right: 10px;
    bottom: 8%;
  }
}

.-kansai {
  position: absolute;
  top: 112px;
  left: 258px;
}

@media screen and (max-width: 768px) {
  .-kansai {
    top: 5%;
    left: -5px;
  }
}

.-chugoku {
  position: absolute;
  top: 167px;
  left: 258px;
}

@media screen and (max-width: 768px) {
  .-chugoku {
    top: 13%;
    right: unset;
    left: -5px;
  }
}

.-kyusyu {
  position: absolute;
  bottom: 82px;
  left: 116px;
}

@media screen and (max-width: 768px) {
  .-kyusyu {
    bottom: 50px;
    left: -10px;
  }
}

/* ------------------------
  area
------------------------ */
.area {
  position: relative;
  margin-top: 100px;
  width: 1100px;
}

.area .area_ttl {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 1;
}

.area .area_decoration {
  position: absolute;
  right: -19.5%;
  bottom: -17px;
}

@media screen and (max-width: 768px) {
  .area {
    margin: 0;
    margin-top: 70px;
    padding: 0 10px;
    width: 100%;
  }
}

@media screen and (max-width: 468px) {
  .area {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .area .area_ttl {
    top: -4%;
    margin-top: 35px;
  }
}

@media screen and (max-width: 468px) {
  .area .area_ttl {
    top: -15px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .area .area_ttl img {
    height: 22.26667vw;
  }
}

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

.p-cards {
  display: flex;
  overflow: hidden;
  padding-top: 194px;
  padding-bottom: 4px;
  flex-flow: wrap;
}

.p-cards:last-child {
  margin-bottom: 100px;
}

.p-cards .p-card {
  box-sizing: content-box;
  position: relative;
  z-index: 10;
  border: #C0A55C 5px solid;
  min-width: 336px;
  max-width: 336px;
  /*height: 100%;*/
  border: 5px solid #C0A55C;
  box-sizing: border-box;
  box-shadow: 5px 6px 0 rgba(82, 82, 80, 1);
}

.p-cards .p-card:not(:nth-child(3n)) {
  margin-right: 6.2%;
}

.p-cards .p-card_team {
  position: relative;
  top: 0px;
  padding: 10px;
  height: 50px;
  background-color: #C0A55C;
  text-align: right;
  color: #333333;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}

.p-cards .p-card_emblem {
  position: absolute;
  z-index: 10;
  top: -25px;
  left: 0;
  width: 100px;
}

.p-cards .p-card_emblem img {
  width: 100%;
  height: 100%;
}

.p-cards .p-card_content {
  background-color: #fff;
}

.p-cards .p-card_figure {
  position: relative;
  padding: 10px;
}

.p-cards .p-card_figure img {
  width: 100%;
}

.p-cards .p-card_item {
  position: relative;
  background-color: #fff;
  padding: 0px 0px 10px 0px;
}

.p-cards .p-card_tag {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  margin-bottom: -30px;
  padding: 5px 60px 5px 25px;
  border-radius: 0 30px 30px 0;
  background-color: #c0a047;
  letter-spacing: 1px;
  color: #fff;
  font-size: 12px;
}

.p-cards .p-card_lead {
  margin: 0 25px;
  padding: 15px 0px 15px 0px;
  /*border-bottom: 1px dashed #dbdbdb;*/
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.p-cards .p-card_txt {
  margin: 0 30px 0 25px;
  padding-bottom: 22px;
  border-bottom: 1px dashed #dbdbdb;
  text-align: justify;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.5;
}

.p-cards .p-card_link {
  padding: 22px 0;
  text-align: center;
  border-top: 1px dashed #dbdbdb;
}

.p-cards .p-card_link img {
  padding-right: 10px;
}

.p-cards .p-card_link a {
  display: inline-flex;
  transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  color: #1f292e;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}

.p-cards .p-card_link a:hover {
  transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  color: #c2b38a;
}

@media screen and (max-width: 768px) {
  .p-cards {
    padding-top: 117px;
    flex-flow: column;
  }
}

@media screen and (max-width: 768px) {
  .p-cards:last-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-cards .p-card::after {
    top: 5px;
    left: 4px;
    width: calc(100% + 3px);
  }
}

@media screen and (max-width: 768px) {
  .p-cards .p-card {
    margin: 10px 0 !important;
    width: calc(100% - 10px);
    min-width: unset;
    min-width: none;
    max-width: unset;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .p-cards .p-card_team {
    height: 100%;
    font-size: 3.33333vw;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .p-cards .p-card_team {
    /* IE */
    height: 7.2vw;
  }
}

@media screen and (max-width: 768px) {
  .p-cards .p-card_emblem {
    top: -25px;
    left: -4px;
    width: 22vw;
  }
}

@media screen and (max-width: 768px) {
  .p-cards .p-card_content {
    display: flex;
    padding: 14px 10px 7px 10px;
    flex-flow: row;
  }
}

@media screen and (max-width: 768px) {
  .p-cards .p-card_figure {
    display: inline-block;
    padding: 0;
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .p-cards .p-card_item {
    display: inline-block;
    padding: 0 10px;
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .p-cards .p-card_tag {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
    color: #C0A55C;
    font-size: 2.66667vw;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-cards .p-card_tag {
    /* IE */
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-cards .p-card_lead {
    margin: 0 0 0 25px;
    padding: 0;
    padding-top: 3px;
    border-bottom: none;
    font-size: 3.06667vw;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .p-cards .p-card_txt {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-cards .p-card_link {
    margin-left: 25px;
    padding: 5px 0px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .p-cards .p-card_link img {
    margin-right: 5px;
    padding-right: 0;
    width: 3.33333vw;
    height: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .p-cards .p-card_link a {
    letter-spacing: 1px;
    font-size: 2.66667vw;
  }
}

/*-- SDGs一覧 --*/
.card_sdgs {
  margin: 0px 20px 10px 20px;
}

.card_sdgs ul {
  display: block;
  margin: auto;
  padding: 0px;
  list-style: none;
}

.card_sdgs ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0px;
  font-size: 0em;
  line-height: 0;
  clear: both;
}

.card_sdgs ul li {
  display: block;
  width: 40px;
  margin: 0px 5px 5px 0px;
  padding: 0px;
  float: left;
}

.card_sdgs ul li:nth-child(6n) {
  margin: 0px 0px 5px 0px;
}

.card_sdgs ul li img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .card_sdgs ul li {
    width: 6.5vw;
    margin: 0px 1% 1% 0px;
  }
}

/* ------------------------
  絞り込み
------------------------ */
.is-hide {
  display: none;
}

.p-cards ol.targets {
  margin: auto;
  padding: 0px;
  list-style: none;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  overflow: visible;
}

.p-cards ol.targets:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0px;
  font-size: 0em;
  line-height: 0;
  clear: both;
}

.p-cards ol.targets>li {
  /*display: block;*/
  margin: 0px 10px 50px;
  padding: 0px;
  float: left;
}

@media screen and (max-width: 768px) {
  .p-cards ol.targets>li {
    margin: 0px 0px 0px;
    width: 100%;
  }
}

/* フィルタリング
[value="All"]:checked ~ .filters [for="All"],
[value="sdg_01"]:checked ~ .filters [for="sdg_01"],
[value="sdg_17"]:checked ~ .filters [for="sdg_17"] {
  color: #fff;
}
*/
[value=All]:checked~.targets [data-category] {
  display: block;
}

[value=sdg_01]:checked~.targets .target:not([data-category~=sdg_01]), [value=sdg_02]:checked~.targets .target:not([data-category~=sdg_02]), [value=sdg_03]:checked~.targets .target:not([data-category~=sdg_03]), [value=sdg_04]:checked~.targets .target:not([data-category~=sdg_04]), [value=sdg_05]:checked~.targets .target:not([data-category~=sdg_05]), [value=sdg_06]:checked~.targets .target:not([data-category~=sdg_06]), [value=sdg_07]:checked~.targets .target:not([data-category~=sdg_07]), [value=sdg_08]:checked~.targets .target:not([data-category~=sdg_08]), [value=sdg_09]:checked~.targets .target:not([data-category~=sdg_09]), [value=sdg_10]:checked~.targets .target:not([data-category~=sdg_10]), [value=sdg_11]:checked~.targets .target:not([data-category~=sdg_11]), [value=sdg_12]:checked~.targets .target:not([data-category~=sdg_12]), [value=sdg_13]:checked~.targets .target:not([data-category~=sdg_13]), [value=sdg_14]:checked~.targets .target:not([data-category~=sdg_14]), [value=sdg_15]:checked~.targets .target:not([data-category~=sdg_15]), [value=sdg_16]:checked~.targets .target:not([data-category~=sdg_16]), [value=sdg_17]:checked~.targets .target:not([data-category~=sdg_17]) {
  display: none;
}

/* ------------------------
  search
------------------------ */
.search .search_container {
  text-align: center;
  padding: 50px 0px 50px 0px;
}

.search .search_container ul {
  display: block;
  margin: auto;
  padding: 0px;
  list-style: none;
}

.search .search_container ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0px;
  font-size: 0em;
  line-height: 0;
  clear: both;
}

.search .search_container ul li {
  display: block;
  width: 19.5%;
  margin: 0px 0.5% 0.5% 0px;
  padding: 0px;
  float: left;
  position: relative;
}

.search .search_container ul li:nth-child(5n) {
  width: 20%;
  margin: 0px 0px 1% 0px;
}

.search .search_container ul li img {
  display: block;
  width: 50px;
}

@media screen and (max-width: 768px) {
  .search .search_container {
    margin: 0 5%;
    padding: 20px 0px 20px 0px;
  }
}

@media screen and (max-width: 768px) {
  .search .search_container ul li {
    width: 19.5%;
    margin: 0px 0.5% 0.5% 0px;
  }

  .search .search_container ul li:nth-child(5n) {
    width: 19.5%;
    margin: 0px 0% 0.5% 0px;
  }

  .search .search_container ul li img {
    display: block;
    width: 100%;
  }
}

.ECM_CheckboxInput {
  padding: 0px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #e2e1d9;
  box-sizing: border-box;
  border: 3px solid #e2e1d9;
}

.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
  position: absolute;
}

.ECM_CheckboxInput:hover {
  background: rgb(214, 191, 144) !important;
}

/*
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput{
  border: dashed 2px #333333;
}
*/
.ECM_CheckboxInput-Input:checked~.ECM_CheckboxInput {
  background: #C0A55C;
  border: 3px solid #C0A55C;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput {
  background: #333333;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 3px;
  border-radius: 2px;
  transform: translate(-4px, 2px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 3px;
  border-radius: 2px;
  transform: translate(-2px, 2px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}

.ECM_CheckboxInput-DummyInput {
  position: absolute;
  top: 10%;
  right: 5px;
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px transparent;
  background: rgb(238, 237, 229);
  border-radius: 4px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .ECM_CheckboxInput-DummyInput {
    position: absolute;
    top: inherit;
    bottom: 5px;
    width: 15px;
    height: 15px;
  }
}

.ECM_CheckboxInput-LabelText {
  margin-left: 5px;
  display: block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .ECM_CheckboxInput-LabelText {
    font-size: 2vw;
    display: none;
  }
}

.btn_search_area {
  position: relative;
  margin: 50px auto 0px auto;
  width: 240px;
}

.btn_search {
  position: relative;
  border: unset;
  border: none;
  width: 100%;
  height: 40px;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  background-color: #C0A55C;
  font-size: 0;
  font-size: 16px;
  text-align: center;
  padding: 0px 40px 0px 0px;
}

@media screen and (max-width: 768px) {
  .btn_search_area {
    width: 36vw;
  }

  .btn_search {
    height: 8vw;
    font-size: 3.2vw;
    padding: 0px 4vw 0px 0px;
  }
}

.search_button_decoration {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  background-color: #525250;
  text-align: center;
  cursor: pointer;
}

.search_button_decoration::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 50%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 10px;
  height: 0;
  height: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .search_button_decoration {
    width: 8vw;
    height: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .search_button_decoration::after {
    width: 2.4vw;
    height: 2.4vw;
  }
}

@media screen and (min-width: 768px) {
  .btn_search:hover {
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    background-color: #525250;
    color: #ffffff;
  }

  .btn_search:hover+.search_button_decoration {
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    background-color: #C0A55C;
  }
}

/*  leftのクラスはタイトルを右に、アイテムの並びを左上から右下に階段状にする  */
.left .area_ttl {
  right: 0;
}

@media screen and (max-width: 768px) {
  .left .area_ttl {
    left: 0;
  }
}

/*
.left .p-card:nth-child(0) {
  margin-top: 60px;
}

.left .p-card:nth-child(1) {
  margin-top: -60px;
}

.left .p-card:nth-child(2) {
  margin-top: 0;
}

.left .p-card:nth-child(3) {
  margin-top: 60px;
}

.left .p-card:nth-child(4) {
  margin-top: -60px;
}

.left .p-card:nth-child(5) {
  margin-top: 0;
}

.left .p-card:nth-child(6) {
  margin-top: 60px;
}

.left .p-card:nth-child(7) {
  margin-top: -60px;
}

.left .p-card:nth-child(8) {
  margin-top: 0;
}

.left .p-card:nth-child(9) {
  margin-top: 60px;
}

.left .p-card:nth-child(10) {
  margin-top: -60px;
}

.left .p-card:nth-child(11) {
  margin-top: 0;
}

.left .p-card:nth-child(12) {
  margin-top: 60px;
}

.left .p-card:nth-child(13) {
  margin-top: -60px;
}

.left .p-card:nth-child(14) {
  margin-top: 0;
}

.left .p-card:nth-child(15) {
  margin-top: 60px;
}
*/
.right .area_decoration {
  right: -16.5%;
  bottom: 165px;
}

.right .area_ttl {
  left: 0;
}

/*
.right .p-card:nth-child(0) {
  margin-top: -60px;
}

.right .p-card:nth-child(1) {
  margin-top: 60px;
}

.right .p-card:nth-child(2) {
  margin-top: 0;
}

.right .p-card:nth-child(3) {
  margin-top: -60px;
}

.right .p-card:nth-child(4) {
  margin-top: 60px;
}

.right .p-card:nth-child(5) {
  margin-top: 0;
}

.right .p-card:nth-child(6) {
  margin-top: -60px;
}

.right .p-card:nth-child(7) {
  margin-top: 60px;
}

.right .p-card:nth-child(8) {
  margin-top: 0;
}

.right .p-card:nth-child(9) {
  margin-top: -60px;
}

.right .p-card:nth-child(10) {
  margin-top: 60px;
}

.right .p-card:nth-child(11) {
  margin-top: 0;
}

.right .p-card:nth-child(12) {
  margin-top: -60px;
}

.right .p-card:nth-child(13) {
  margin-top: 60px;
}

.right .p-card:nth-child(14) {
  margin-top: 0;
}

.right .p-card:nth-child(15) {
  margin-top: -60px;
}
*/
/* ------------------------
  overview
------------------------ */
.overview {
  padding: 70px 0;
  background-color: #fff;
}

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

.overview .overview_container {
  text-align: center;
}

.overview .overview_container .overview_ttl {
  padding-top: 20px;
}

.overview .overview_list {
  margin-top: 68px;
}

@media screen and (max-width: 768px) {
  .overview .overview_list {
    margin-top: 26px;
  }
}

.overview .overview_list .overview_wrap {
  position: relative;
  margin-bottom: 72px;
  padding: 48px 0 35px 0;
  background-color: #f6f6f6;
}

.overview .overview_list .overview_wrap:last-child {
  margin-bottom: 10px;
}

.overview .overview_list .overview_wrap table {
  width: 95%;
  table-layout: fixed;
  margin: 30px auto 10px;
  border-collapse: collapse;
}

.overview .overview_list .overview_wrap table thead {
  background: #c0a55d;
}

.overview .overview_list .overview_wrap table tbody {
  background: #fff;
}

.overview .overview_list .overview_wrap table th {
  padding: 8px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_wrap table th {
    padding-top: 6px;
    letter-spacing: 0.6px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

.overview .overview_list .overview_wrap table td {
  font-size: 15px;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_wrap table td {
    padding: 10px;
    letter-spacing: 0.6px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

.overview .overview_list .overview_wrap table th:nth-child(1) {
  width: 25%;
}

.overview .overview_list .overview_wrap table th:nth-child(2) {
  width: 50%;
}

.overview .overview_list .overview_wrap table th:nth-child(3) {
  width: 25%;
}

.overview .overview_list .overview_wrap table,
.overview .overview_list .overview_wrap table th,
.overview .overview_list .overview_wrap table td {
  border: 1px solid #dbdbdb;
}

.overview .overview_list .overview_wrap table td:nth-child(2) {
  text-align: left;
}

.overview .overview_list .overview_item {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

.overview .overview_list .overview_wrap:not(:last-child)::after {
  content: "▼";
  position: absolute;
  bottom: -55px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  font-size: 19px;
}

.overview .overview_list .overview_item:nth-child(3) .overview_head p {
  letter-spacing: -3.5px;
}

.overview .overview_list .overview_item:nth-child(3) .overview_content {
  margin-top: -10px;
}

.overview .overview_list .overview_item:nth-child(3) .overview_content .overview_txt {
  padding-top: 5px;
  line-height: 2;
}

.overview .overview_list .overview_item .overview_head {
  width: 40%;
}

.overview .overview_list .overview_item .overview_content {
  width: 60%;
}

.overview .overview_list .overview_item .overview_head {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.overview .overview_list .overview_item .overview_head::before {
  content: "";
  position: absolute;
  top: -25%;
  right: 0;
  width: 2px;
  height: 150%;
  background: #ededed;
  display: none;
}

.overview .overview_list .overview_item .overview_head img {
  width: 380px;
}

.overview .overview_list .overview_item .overview_head p {
  color: #1f292e;
  font-size: 36px;
  font-weight: bold;
}

.overview .overview_list .overview_item .overview_head p span {
  display: inline-block;
  text-align: left;
}

.overview .overview_list .overview_item .overview_content {
  margin-top: -4px;
  padding: 0px 0px 0 30px;
  text-align: left;
}

.overview .overview_list .overview_item .overview_content .overview_txt {
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 1.33;
}

.overview .overview_list .overview_item .overview_content .overview_txt.overview_txt-description br {
  display: none;
}

.overview .overview_list .overview_item .overview_content .overview_time {
  padding-top: 9px;
  letter-spacing: 1.3px;
  font-size: 18px;
}

.overview .overview_list .overview_item .overview_end {
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
}

.overview .overview_change {
  text-align: right;
  letter-spacing: 0.5px;
  color: #242d31;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .overview {
    margin: 33px 0;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_container {
    margin: 0 12px;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_container .overview_ttl img {
    width: 54.13333vw;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item {
    padding: 31px 0 18px 0;
    flex-flow: column;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:not(:last-child)::after {
    bottom: -39px;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(2) .overview_content {
    padding-top: 13px;
  }
}

/*
.overview .overview_list .overview_item:nth-child(2) .overview_content li:nth-child(3),
.overview .overview_list .overview_item:nth-child(2) .overview_content li:nth-child(4) {
  display: inline-block;
}*/
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(2) .overview_content p {
    padding-top: 2px;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(3) .overview_head p {
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(3) .overview_content {
    margin-top: -3px;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(3) .overview_content .overview_time {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(3) .overview_content .overview_txt {
    padding-top: 31px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_head, .overview .overview_list .overview_item .overview_content {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_head::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_head img {
    width: 85.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_head p {
    font-size: 6.4vw;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_content {
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_content .overview_txt {
    padding-top: 6px;
    letter-spacing: 0.6px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_content .overview_txt.overview_txt-description {
    padding-top: 35px;
  }

  .overview .overview_list .overview_item .overview_content .overview_txt.overview_txt-description br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_content .overview_txt.overview_txt-award {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_content .overview_time {
    padding-top: 6px;
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_end {
    letter-spacing: 1px;
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .overview .overview_change {
    margin-top: 7px;
    text-align: center;
    font-size: 2.66667vw;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* ------------------------
  bnr
------------------------ */
.bnr {
  margin: 83px 0 102px;
  text-align: center;
}

.bnr .bnr_container {
  display: flex;
  flex-flow: column;
}

.bnr .bnr_container a {
  display: inline-block;
  transition: opacity cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
}

.bnr .bnr_container a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .bnr {
    margin: 67px 20px;
  }
}

@media screen and (max-width: 768px) {
  .bnr .bnr_container a+a {
    margin-top: 6vw;
  }
}

/* ------------------------
  sns
------------------------ */
.sns .sns_container {
  text-align: center;
}

.sns .sns_ttl {
  display: inline-block;
  padding: 150px 0 45px 0;
}

.sns .sns_share {
  display: flex;
  position: relative;
  border: 2px solid #dbd5d5;
  height: 140px;
  background-color: #fff;
  flex-flow: row;
}

.sns .sns_share::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 50%;
  border-right: 2px solid #dbd5d5;
  height: 100%;
}

.sns .sns_share .share_facebook, .sns .sns_share .share_twitter {
  position: relative;
  border: 0px solid #f3f3f3;
  width: 50%;
  transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
}

.sns .sns_share .share_facebook img, .sns .sns_share .share_twitter img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sns .sns_share .share_facebook a, .sns .sns_share .share_twitter a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.sns .sns_share .share_facebook:hover, .sns .sns_share .share_twitter:hover {
  border: 8px solid #f3f3f3;
  transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
}

.sns .sns_ttl_news {
  padding: 100px 0 50px 0;
}

.sns .sns_news {
  display: flex;
  padding: 10px 0 150px 0;
  flex-flow: column;
}

.sns .sns_news .news_facebook {
  margin: 0 auto;
  background-color: #fff;
}

.sns .sns_news .share_instagram {
  position: relative;
  margin: 50px auto 0 auto;
  border: 2px solid #dbd5d5;
  width: 500px;
  height: 140px;
  background-color: #fff;
}

.sns .sns_news .share_instagram a {
  display: inline-block;
  border: 0px solid #f3f3f3;
  width: 100%;
  height: 100%;
  transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
}

.sns .sns_news .share_instagram a:hover {
  border: 8px solid #f3f3f3;
  transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
}

.sns .sns_news .share_instagram img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .sns .sns_container {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .sns .sns_ttl {
    padding: 72px 0 30px 0;
    width: 55.73333vw;
  }
}

@media screen and (max-width: 768px) {
  .sns .sns_share {
    margin: 0 15px;
    height: 29.06667vw;
  }
}

@media screen and (max-width: 768px) {
  .sns .sns_share .share_facebook img, .sns .sns_share .share_twitter img {
    width: 25.6vw;
  }
}

@media screen and (max-width: 768px) {
  .sns .sns_share .share_twitter img {
    width: 22.4vw;
  }
}

@media screen and (max-width: 768px) {
  .sns .sns_ttl_news {
    padding: 76px 0 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .sns .sns_ttl_news img {
    width: 50.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .sns .sns_news {
    margin: 0 15px;
    padding-top: 15px;
    padding-bottom: 33px;
    flex-flow: wrap;
  }
}

@media screen and (max-width: 768px) {
  .sns .sns_news .news_facebook {
    overflow: hidden;
    margin: 0;
    height: 60.66667vw;
  }

  .sns .sns_news .news_facebook .fb-page {
    display: block !important;
    margin: 0;
    width: 100%;
    height: auto;
  }

  .sns .sns_news .news_facebook .fb-page span {
    width: 86.66667vw !important;
    height: auto !important;
  }

  .sns .sns_news .news_facebook .fb-page span iframe {
    position: relative;
    width: 86.66667vw !important;
  }
}

@media screen and (max-width: 768px) {
  .sns .sns_news .share_instagram {
    margin-top: 30px;
    width: 100%;
    height: 29.06667vw;
  }
}

@media screen and (max-width: 768px) {
  .sns .sns_news .share_instagram img {
    width: 20.66667vw;
  }
}

.pagetop a {
  background-color: #C0A55C;
}

.pagetop a::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 7px;
  height: 7px;
}

.p-drawer .p-drawer_content .p-drawer_list .p-drawer_item a:hover, .p-drawer .p-drawer_content .p-drawer_links li a:hover {
  color: #C0A55C;
}

/* ------------------------
  footer
------------------------ */
.footer_link a:hover {
  color: #C0A55C;
}

/* ------------------------
  photo
------------------------ */


img[class*="position"] {
  position: absolute;
  width: 100%;
  height: auto;
}

.bg_about .position01 {
  max-width: 160px;
  top: 230px;
  left: 90px;
}

.bg_about .position02 {
  max-width: 160px;
  top: 20px;
  right: 160px;
}

.bg_map .position03 {
  max-width: 160px;
  top: 140px;
  left: -110px;
}

.bg_map .position04 {
  max-width: 160px;
  top: -280px;
  right: -140px;
}

.bg_map .position05 {
  max-width: 160px;
  bottom: -70px;
  right: -100px;
}

.bg_hokkaido .position06 {
  max-width: 241px;
  top: 200px;
  left: -210px;
}

.bg_hokkaido .position07 {
  max-width: 208px;
  top: 900px;
  left: -180px;
}

.bg_hokkaido .position08 {
  max-width: 104px;
  top: 1400px;
  left: -180px;
}

.bg_hokkaido .position09 {
  max-width: 192px;
  top: 170px;
  right: -180px;
}

.bg_hokkaido .position10 {
  max-width: 255px;
  top: 880px;
  right: -160px;
}

.bg_hokkaido .position11 {
  max-width: 110px;
  top: 1420px;
  right: -150px;
}

.bg_hokkaido .position12 {
  max-width: 213px;
  top: 1640px;
  right: -70px;
}

.bg_kitakanto .position13 {
  max-width: 108px;
  top: 2180px;
  left: -80px;
}

.bg_kitakanto .position14 {
  max-width: 214px;
  top: 2530px;
  left: -180px;
}

.bg_kitakanto .position15 {
  max-width: 208px;
  top: 3450px;
  left: -130px;
}

.bg_kitakanto .position16 {
  max-width: 211px;
  top: 2180px;
  right: -220px;
}

.bg_kitakanto .position17 {
  max-width: 110px;
  top: 2670px;
  right: -40px;
}

.bg_kitakanto .position18 {
  max-width: 252px;
  top: 3100px;
  right: -180px;
}

.bg_minamikanto .position19 {
  max-width: 192px;
  top: 4170px;
  left: -180px;
}

.bg_minamikanto .position20 {
  max-width: 107px;
  top: 4550px;
  left: -70px;
}

.bg_minamikanto .position21 {
  max-width: 207px;
  top: 4840px;
  left: -180px;
}

.bg_minamikanto .position22 {
  max-width: 108px;
  top: 5380px;
  left: -90px;
}

.bg_minamikanto .position23 {
  max-width: 187px;
  top: 5760px;
  left: -140px;
}

.bg_minamikanto .position24 {
  max-width: 259px;
  top: 4170px;
  right: -200px;
}

.bg_minamikanto .position25 {
  max-width: 187px;
  top: 4920px;
  right: -180px;
}

.bg_minamikanto .position26 {
  max-width: 107px;
  top: 5640px;
  right: -190px;
}

.bg_minamikanto .position27 {
  max-width: 187px;
  top: 5960px;
  right: -110px;
}

.bg_koshinetsu .position28 {
  max-width: 229px;
  top: 6830px;
  left: -210px;
}

.bg_koshinetsu .position29 {
  max-width: 187px;
  top: 7250px;
  left: -180px;
}

.bg_koshinetsu .position30 {
  max-width: 110px;
  top: 7770px;
  left: -180px;
}

.bg_koshinetsu .position31 {
  max-width: 107px;
  top: 6670px;
  right: -180px;
}

.bg_koshinetsu .position32 {
  max-width: 206px;
  top: 7060px;
  right: -180px;
}

.bg_koshinetsu .position33 {
  max-width: 108px;
  top: 7650px;
  right: -180px;
}

.bg_tokai .position34 {
  max-width: 220px;
  top: 8060px;
  left: -180px;
}

.bg_tokai .position35 {
  max-width: 108px;
  top: 8500px;
  left: -60px;
}

.bg_tokai .position36 {
  max-width: 243px;
  top: 9050px;
  left: -180px;
}

.bg_tokai .position37 {
  max-width: 187px;
  top: 8180px;
  right: -120px;
}

.bg_tokai .position38 {
  max-width: 201px;
  top: 8600px;
  right: -140px;
}

.bg_tokai .position39 {
  max-width: 108px;
  top: 9190px;
  right: -50px;
}

.bg_kansai .position40 {
  max-width: 107px;
  top: 9600px;
  left: -180px;
}

.bg_kansai .position41 {
  max-width: 217px;
  top: 9960px;
  left: -170px;
}

.bg_kansai .position42 {
  max-width: 245px;
  top: 10520px;
  left: -180px;
}

.bg_kansai .position43 {
  max-width: 104px;
  top: 9600px;
  right: -180px;
}

.bg_kansai .position44 {
  max-width: 207px;
  top: 10020px;
  right: -180px;
}

.bg_kansai .position45 {
  max-width: 108px;
  top: 10540px;
  right: -180px;
}

.bg_chugoku .position46 {
  max-width: 229px;
  top: 11250px;
  left: -140px;
}

.bg_chugoku .position47 {
  max-width: 107px;
  top: 11630px;
  left: -180px;
}

.bg_chugoku .position48 {
  max-width: 187px;
  top: 12060px;
  left: -120px;
}

.bg_chugoku .position49 {
  max-width: 104px;
  top: 12610px;
  left: -180px;
}

.bg_chugoku .position50 {
  max-width: 204px;
  top: 11020px;
  right: -180px;
}

.bg_chugoku .position51 {
  max-width: 107px;
  top: 11370px;
  right: -40px;
}

.bg_chugoku .position52 {
  max-width: 187px;
  top: 11980px;
  right: -180px;
}

.bg_chugoku .position53 {
  max-width: 108px;
  top: 12260px;
  right: -50px;
}

.bg_chugoku .position54 {
  max-width: 231px;
  top: 12670px;
  right: -180px;
}

.bg_kyusyu .position55 {
  max-width: 187px;
  top: 12990px;
  left: -170px;
}

.bg_kyusyu .position56 {
  max-width: 107px;
  top: 13370px;
  left: -60px;
}

.bg_kyusyu .position57 {
  max-width: 110px;
  top: 13730px;
  left: -230px;
}

.bg_kyusyu .position58 {
  max-width: 187px;
  bottom: 390px;
  left: -160px;
}

.bg_kyusyu .position59 {
  max-width: 281px;
  bottom: -70px;
  left: -130px;
}

.bg_kyusyu .position60 {
  max-width: 107px;
  bottom: 1370px;
  right: -180px;
}

.bg_kyusyu .position61 {
  max-width: 202px;
  bottom: 950px;
  right: -130px;
}

.bg_kyusyu .position62 {
  max-width: 239px;
  bottom: 420px;
  right: -160px;
}

.bg_kyusyu .position63 {
  max-width: 250px;
  bottom: -30px;
  right: -130px;
}

@media screen and (max-width: 768px) {
  .bg_about .position01 {
    max-width: 120px;
    top: 470px;
    left: -65px;
  }

  .bg_about .position02 {
    max-width: 110px;
    top: 100px;
    right: -80px;
  }

  .bg_map .position03 {
    max-width: 130px;
    bottom: -120px;
    left: -90px;
  }

  .bg_map .position04 {
    max-width: 80px;
    top: -210px;
    right: -40px;
  }

  .bg_map .position05 {
    max-width: 110px;
    bottom: -170px;
    right: -60px;
  }

  .bg_hokkaido .position06 {
    max-width: 130px;
    top: 100px;
    left: -20px;
  }

  .bg_hokkaido .position07 {
    top: 370px;
    left: -110px;
    max-width: 168px;
  }

  .bg_hokkaido .position08 {
    top: 680px;
    left: -10px;
    max-width: 88px;
  }

  .bg_hokkaido .position09 {
    top: 400px;
    right: -20px;
    max-width: 168px;
  }

  .bg_hokkaido .position10 {
    max-width: 150px;
    top: 620px;
    right: -30px;
  }

  .bg_hokkaido .position11 {
    right: -30px;
    top: 910px;
  }

  .bg_hokkaido .position12 {
    max-width: 153px;
    top: 1470px;
    right: -20px;
  }

  .bg_hokkaido .position13 {
    top: 1720px;
  }

  .bg_kitakanto .position14 {
    left: -20px;
    top: 2380px;
  }

  .bg_kitakanto .position15 {
    left: -60px;
    top: 2920px;
  }

  .bg_kitakanto .position16 {
    top: 2010px;
    right: -120px;
  }

  .bg_kitakanto .position17 {
    top: 2640px;
  }

  .bg_kitakanto .position18 {
    right: -30px;
  }

  .bg_minamikanto .position19 {
    left: -170px;
    top: 3400px;
  }

  .bg_minamikanto .position20 {
    top: 3880px;
    left: -30px;
  }

  .bg_minamikanto .position21 {
    top: 4160px;
    left: -80px;
  }

  .bg_minamikanto .position22 {
    top: 4850px;
    left: -40px;
  }

  .bg_minamikanto .position23 {
    top: 5450px;
    left: -80px;
  }

  .bg_minamikanto .position24 {
    top: 3420px;
    right: -70px;
  }

  .bg_minamikanto .position25 {
    top: 3880px;
    right: -30px;
  }

  .bg_minamikanto .position26 {
    top: 4510px;
    right: -10px;
  }

  .bg_minamikanto .position27 {
    top: 5260px;
  }

  .bg_koshinetsu .position29 {
    left: -90px;
    top: 6670px;
  }

  .bg_koshinetsu .position30 {
    top: 7150px;
    left: -20px;
  }

  .bg_koshinetsu .position31 {
    top: 5920px;
    right: -40px;
  }

  .bg_koshinetsu .position32 {
    top: 6370px;
    right: -110px;
  }

  .bg_koshinetsu .position33 {
    top: 6950px;
    right: -40px;
  }

  .bg_tokai .position34 {
    left: -40px;
    top: 7550px;
  }

  .bg_tokai .position35 {
    top: 8010px;
    left: -10px;
  }

  .bg_tokai .position36 {
    left: -20px;
    top: 8490px;
  }

  .bg_tokai .position37 {
    top: 7320px;
    right: -70px;
  }

  .bg_tokai .position38 {
    top: 7820px;
  }

  .bg_tokai .position39 {
    right: 0;
    top: 8270px;
  }

  .bg_kansai .position40 {
    top: 8970px;
    left: -40px;
  }

  .bg_kansai .position41 {
    top: 9260px;
    left: -120px;
  }

  .bg_kansai .position42 {
    top: 10020px;
    left: -30px;
  }

  .bg_kansai .position43 {
    top: 8740px;
    right: -50px;
  }

  .bg_kansai .position44 {
    top: 9190px;
  }

  .bg_kansai .position45 {
    top: 9640px;
    right: -40px;
  }

  .bg_chugoku .position46 {
    top: 10420px;
    left: -20px;
  }

  .bg_chugoku .position47 {
    left: -50px;
    top: 10870px;
  }

  .bg_chugoku .position48 {
    left: -70px;
    top: 11460px;
  }

  .bg_chugoku .position49 {
    top: 11990px;
    left: -10px;
  }

  .bg_chugoku .position50 {
    top: 10260px;
    right: -20px;
  }

  .bg_chugoku .position51 {
    top: 10630px;
  }

  .bg_chugoku .position52 {
    top: 11060px;
    right: -80px;
  }

  .bg_chugoku .position53 {
    top: 11330px;
  }

  .bg_chugoku .position54 {
    right: -20px;
    top: 12180px;
  }

  .bg_kyusyu .position55 {
    left: -50px;
    top: 12520px;
  }

  .bg_kyusyu .position56 {
    top: 13070px;
  }

  .bg_kyusyu .position57 {
    left: -20px;
    top: 13460px;
  }

  .bg_kyusyu .position58 {
    bottom: 300px;
    left: -90px;
  }

  .bg_kyusyu .position59 {
    left: -30px;
  }

  .bg_kyusyu .position60 {
    top: 12530px;
    right: 10px;
  }

  .bg_kyusyu .position61 {
    bottom: 870px;
    right: -140px;
  }

  .bg_kyusyu .position62 {
    right: -20px;
  }

  .bg_kyusyu .position63 {
    max-width: 190px;
    bottom: 50px;
  }
}


/* ------------------------
  THANKS
------------------------ */
.show_pop {
  display: block;
  margin: 0px auto;
  outline: none;
  width: 250px;
  background-color: #ffffff;
  text-align: center;
  font-size: 15px;
  color: #b6a073;
  border: 3px solid #b6a073;
  color: #e40000;
  border: 3px solid #e40000;
  transition: background 0.2s ease;
  border-radius: 10px;
  font-weight: 700;
  padding: 10px 0px 10px 0px;
}

.show_pop:hover {
  background-color: #e40000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .show_pop {
    width: 40vw;
    font-size: 3vw;
    padding: 2vw 0px 2vw 0px;
  }
}

/*-- 投票済み --*/
.voted {
  border: 3px solid #e40000 !important;
  background-color: #e40000 !important;
  color: #fff !important;
  pointer-events: none;
}

/*-- 投票できなくなる --*/
.vote_over {
  display: none !important;
}

.modal_pop {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997 !important;
  background: rgba(0, 0, 0, 0.5);
}

.modal_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998 !important;
  top: 0;
}

.thanks {
  background: #fff;
  border: #C0A55C 5px solid;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  text-align: center;
  padding: 75px 50px;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  .thanks {
    width: 90%;
    padding: 50px 5%;
  }
}

.thanks__close {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #525250;
  font-size: 3rem;
  cursor: pointer;
  transition: all 0.3s linear;
  line-height: 1;
}

.thanks__close:hover {
  opacity: 0.6;
}

.thanks__title {
  color: #525250;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .thanks__title {
    font-size: 5vw;
  }
}

.thanks__btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}

.thanks__btn__item {
  margin: 0 5px;
}

.thanks__btn__item a {
  display: block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.1s linear;
}

.thanks__btn__item a:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.thanks__btn__item a.twitter {
  background: #000;
}

@media screen and (max-width: 768px) {
  .thanks__btn__item {
    margin: 0 2%;
  }

  .thanks__btn__item a {
    width: 40vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 3vw;
  }
}

.clubApply .howtoApply__apply li {
  margin: 0 5px;
  line-height: 0;
}

.thanks__btn__item a.facebook {
  background: #3b5999;
}

.overview_txt li {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(1) {
    padding: 0;
  }

  .overview_txt li {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}