@charset "UTF-8";
/*
* awards2024.css
*
*/
/* ------------------------
  main
------------------------ */
.l-main {
  background-color: #fff;
}

.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pcDISP {
    display: none;
  }
  .spDISP {
    display: initial !important;
  }
}
/* ------------------------
  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 {
  width: 6600px;
  background-image: url("/sharen/img/awards2022/hero_emblem_01.png");
}
.top_bg .emblem_02 .emblem {
  width: 7100px;
  background-image: url("/sharen/img/awards2022/hero_emblem_02.png");
}
.top_bg .emblem_03 .emblem {
  width: 4950px;
  background-image: url("/sharen/img/awards2022/hero_emblem_03.png");
}
.top_bg .emblem_04 .emblem {
  width: 4800px;
  background-image: url("/sharen/img/awards2022/hero_emblem_04.png");
}
.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: 46%;
  left: 50%;
  width: 150px;
  transform: translate(-50%, -50%);
}
.vote_button:hover .bg {
  transition: all 0.4s;
  transform: scale(1.1);
  background-color: #d1b454;
}

@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;
  height: 67px;
}

@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%;
}
.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_bg {
    background-image: url("/sharen/img/awards2022/mv_bg2_sm.png");
    background-size: cover;
  }
}
@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: #d1b454;
}
.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: #d1b454;
  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: #d1b454;
  }
  .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_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;
}

@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;
  }
}
@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: #d1b454;
  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: #d1b454;
  }
}
/* ------------------------
  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.25em;
  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: 4.5vw;
    top: 3.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: 230px;
  height: 40px;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  background-color: #d1b454;
  text-align: initial;
  font-size: 0;
  font-size: 16px;
  color: #231815;
  z-index: 1;
}
.title:hover {
  background-color: #525250;
  color: #ffffff;
}
.title .intro_button_txt {
  display: inline-block;
  width: 190px;
  text-align: center;
  padding: 7px 0px 7px 0px;
  cursor: pointer;
}
.title .intro_button_txt:hover {
  color: #ffffff;
}
.title .intro_button_decoration02 {
  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;
  cursor: pointer;
}
.title:hover .intro_button_decoration02 {
  background-color: #d1b454;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 30px;
    width: 53.33333vw;
    height: 9.33333vw;
  }
}
@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: 3.2vw;
    padding: 2vw 0px 2vw 0px;
  }
}
@media screen and (max-width: 768px) {
  .title .intro_button_decoration02 {
    width: 9.33333vw;
    height: 100%;
  }
}
.intro_button_decoration02:hover .intro_button_txt:hover {
  color: #ffffff;
}

/* ------------------------
  about
------------------------ */
.about {
  display: none;
  position: relative;
  background-color: #eeede5;
  background-image: url("/sharen/img/awards2022/about_bg_lg.png");
  background-repeat: repeat;
}
.about .about_container {
  padding-bottom: 105px;
  text-align: center;
}
.about .about_container .about_ttl {
  padding: 88px 0 35px 0;
  letter-spacing: 1px;
  color: #ceaf68;
  font-size: 20px;
}
.about .about_container .about_txt {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  line-height: 1.8;
}
.about .about_container .about_img {
  padding: 27px 0;
}
.about .about_container .about_note {
  margin: 0 120px;
  padding-top: 10px;
  text-align: justify;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 1.9;
}
.about .about_container .sdgs {
  display: flex;
  margin: 65px 120px 0 120px;
  padding: 60px 60px 42px 60px;
  background-color: #fff;
  flex-flow: wrap;
}
.about .about_container .sdgs .sdgs_content {
  width: 42%;
  text-align: initial;
}
.about .about_container .sdgs .sdgs_content .sdgs_ttl {
  padding: 0 20px;
  letter-spacing: 2px;
  color: #ceaf68;
  font-size: 20px;
}
.about .about_container .sdgs .sdgs_content .sdgs_txt {
  padding: 20px;
  text-align: justify;
  letter-spacing: 1.5px;
  font-size: 16px;
  line-height: 1.85;
}
.about .about_container .sdgs .sdgs_img {
  padding-left: 22px;
  width: 55%;
}

@media screen and (max-width: 768px) {
  .about {
    background-image: url("/sharen/img/awards2022/about_bg_sm.png");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .about .about_container {
    margin: 0 12px;
    padding-bottom: 17px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_container .about_ttl {
    padding-top: 90px;
    padding-bottom: 15px;
    letter-spacing: -0.5px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_container .about_txt {
    padding: 0 20px;
    letter-spacing: 0px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_container .about_img {
    padding: 34px 15px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_container .about_note {
    margin: 0;
    padding: 10px 14px 38px 14px;
    letter-spacing: 0.6px;
    font-size: 3.2vw;
    line-height: 1.9;
  }
}
@media screen and (max-width: 768px) {
  .about .about_container .sdgs {
    margin: 0;
    padding: 30px 25px 30px 25px;
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  .about .about_container .sdgs .sdgs_content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about .about_container .sdgs .sdgs_content .sdgs_ttl {
    text-align: center;
    letter-spacing: 3.5px;
    font-size: 4.53333vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_container .sdgs .sdgs_content .sdgs_txt {
    padding: 15px 0 28px 0;
    letter-spacing: 1px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .about .about_container .sdgs .sdgs_img {
    padding: 2px 13px;
    width: 100%;
  }
}
/* ------------------------
  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;
}

@media screen and (max-width: 768px) {
  .case .case_ttl {
    margin-bottom: 50px;
  }
  .case .case_ttl img {
    width: 70.13333vw;
  }
}
.map {
  /*height: 529px; */
  background-image: url("/sharen/img/awards2022/case_map_bg_lg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.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-img {
  position: relative;
  padding: 60px 0;
}
.map .map-img img {
  margin: 8px -39px 0 0;
}

@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: #d1b454;
  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: #d1b454;
  }
}
.-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;
}
.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;
  background-color: #fff;
  flex-flow: wrap;
}
.p-cards:last-child {
  margin-bottom: 100px;
}
.p-cards .p-card {
  box-sizing: content-box;
  position: relative;
  z-index: 10;
  border: #30280f 2px solid;
  min-width: 316px;
  max-width: 316px;
  /*height: 100%;*/
  background-color: #30280f;
}
.p-cards .p-card::after {
  content: "";
  position: absolute;
  z-index: -10;
  top: 1px;
  left: 5px;
  width: 100%;
  height: 102%;
  background-color: #30280f;
}
.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: #30280f;
  text-align: right;
  color: #c2b38a;
  font-size: 16px;
  font-weight: bold;
}
.p-cards .p-card_emblem {
  position: absolute;
  z-index: 10;
  top: -3px;
  left: 5px;
  width: 100px;
}
.p-cards .p-card_emblem img {
  width: 60%;
  height: 100%;
}
.p-cards .p-card_content {
  background-color: #fff;
}
.p-cards .p-card_figure {
  position: relative;
  padding: 5px;
}
.p-cards .p-card_figure img {
  width: 100%;
  height: 200px;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
}
.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: 20px 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_figure img {
    height: 22.93333vw;
  }
}
@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: #d1b454;
    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 0px 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;
}
.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 23px 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 {
  display: none;
  display: block;
  position: relative;
  background-color: #eeede5;
  background-image: url("/sharen/img/awards2022/about_bg_lg.png");
  background-repeat: repeat;
}
.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 {
    background-image: url("/sharen/img/awards2022/about_bg_sm.png");
    background-size: cover;
  }
}
@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: #d1b454;
  border: 3px solid #d1b454;
}
.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: #d1b454;
  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: #d1b454;
  }
}
/*  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 {
  margin: 105px 0;
  background-color: #fff;
}
.overview .overview_container {
  text-align: center;
}
.overview .overview_container .overview_ttl {
  padding-top: 20px;
}
.overview .overview_list {
  margin-top: 68px;
}
.overview .overview_list .overview_item {
  display: flex;
  position: relative;
  margin-bottom: 72px;
  padding: 48px 0 35px 0;
  background-color: #f6f6f6;
  flex-flow: row;
  align-items: center;
}
.overview .overview_list .overview_item: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(1) {
  padding: 69px 0;
  background: url("/sharen/img/awards2022/overview_bg_01_lg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.overview .overview_list .overview_item:nth-child(2) {
  padding: 56px 0 57px 0;
  background: url("/sharen/img/awards2022/overview_bg_02_lg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.overview .overview_list .overview_item:nth-child(2) .overview_head p {
  line-height: 1.6;
}
.overview .overview_list .overview_item:nth-child(3) {
  margin-bottom: 3px;
  padding: 69px 0 65px 0;
  background: url("/sharen/img/awards2022/overview_bg_03_lg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.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 {
    margin-bottom: 43px;
    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(1) {
    padding: 35px 0 48px;
    background: url("/sharen/img/awards2022/overview_bg_01_sm.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(2) {
    padding: 33px 0 48px 0;
    background: url("/sharen/img/awards2022/overview_bg_02_sm.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@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) {
    margin-bottom: 0;
    padding: 38px 0 50px 0;
    background: url("/sharen/img/awards2022/overview_bg_03_sm.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@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;
  }
}
/* ------------------------
  vote
------------------------ */
.vote {
  position: relative;
  margin-top: 174px;
  height: 600px;
  background: url("/sharen/img/awards2022/case_good_bg_lg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.vote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.vote::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 49%;
  left: 0;
  border: 1px solid #000;
  width: 100%;
  height: 200px;
  transform: translateY(-50%);
  background-color: rgba(200, 181, 142, 0.8);
}
.vote .vote_container {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
}
.vote .vote_container .vote_outer {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
  flex-flow: row;
}
.vote .vote_container .vote_outer .vote_ttl {
  padding-top: 33px;
}
.vote .vote_container .vote_outer .vote_ttl img {
  max-width: 986px;
}
.vote .vote_container .vote_outer .vote_ttl picture:last-child img {
  margin-top: 25px;
}
.vote .vote_container .vote_outer .vote_button-right {
  margin-top: -13px;
  margin-right: 24px;
  flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
  .vote {
    margin-top: 160px;
    padding-bottom: 44px;
    height: 81.33333vw;
    background: url("/sharen/img/awards2022/case_good_bg_sm.png");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .vote::before {
    top: 0;
    height: 40vw;
    transform: none;
    background-color: rgba(200, 181, 142, 0.8);
  }
}
@media screen and (max-width: 768px) {
  .vote .vote_container {
    align-items: inherit;
  }
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer {
    text-align: center;
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer .vote_ttl {
    padding-top: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer .vote_ttl img {
    max-width: 85.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer .vote_ttl picture:last-child img {
    margin-top: 4vw;
    max-width: 66.66667vw;
  }
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer .vote_button-right {
    margin: 10.5% auto 0 auto;
  }
}
/* ------------------------
  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 {
  height: auto;
  background: url("/sharen/img/awards2022/share_bg_lg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.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 {
    background: url("/sharen/img/awards2022/share_bg_sm.png");
  }
}
@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: #d1b454;
}
.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: #d1b454;
}

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

/* ------------------------
  photo
------------------------ */
.photo {
  width: 120px;
  margin: auto;
}

.position01 {
  position: absolute;
  top: -90px;
  left: -150px;
  transform: rotate(-10deg);
}

.position02 {
  position: absolute;
  top: 160px;
  left: -200px;
  transform: rotate(-5deg);
}

.position03 {
  position: absolute;
  top: 350px;
  left: -120px;
  transform: rotate(5deg);
}

.position04 {
  position: absolute;
  top: 540px;
  left: -240px;
  transform: rotate(-5deg);
}

.position05 {
  position: absolute;
  top: 750px;
  left: -150px;
  transform: rotate(-10deg);
}

.position06 {
  position: absolute;
  top: -90px;
  right: -120px;
  transform: rotate(10deg);
}

.position07 {
  position: absolute;
  top: 100px;
  right: -200px;
  transform: rotate(5deg);
}

.position08 {
  position: absolute;
  top: 380px;
  right: -150px;
  transform: rotate(-10deg);
}

.position09 {
  position: absolute;
  top: 560px;
  right: -200px;
  transform: rotate(10deg);
}

.position10 {
  position: absolute;
  top: 900px;
  right: -150px;
  transform: rotate(10deg);
}

.position11 {
  position: absolute;
  top: 0px;
  left: -200px;
  transform: rotate(10deg);
}

.position12 {
  position: absolute;
  top: 260px;
  left: -120px;
  transform: rotate(10deg);
}

.position13 {
  position: absolute;
  top: 540px;
  left: -200px;
  transform: rotate(10deg);
}

.position14 {
  position: absolute;
  top: 1050px;
  left: -150px;
  transform: rotate(10deg);
}

.position15 {
  position: absolute;
  top: 1320px;
  left: -200px;
  transform: rotate(10deg);
}

.position16 {
  position: absolute;
  top: 170px;
  right: -150px;
  transform: rotate(10deg);
}

.position17 {
  position: absolute;
  top: 900px;
  right: -200px;
  transform: rotate(10deg);
}

.position18 {
  position: absolute;
  top: 390px;
  right: -150px;
  transform: rotate(10deg);
}

.position19 {
  position: absolute;
  top: 630px;
  right: -200px;
  transform: rotate(10deg);
}

.position20 {
  position: absolute;
  top: 1140px;
  right: -150px;
  transform: rotate(10deg);
}

.position21 {
  position: absolute;
  top: 710px;
  left: -130px;
  transform: rotate(-10deg);
}

.position22 {
  position: absolute;
  top: 1500px;
  left: -200px;
  transform: rotate(-5deg);
}

.position23 {
  position: absolute;
  top: 1830px;
  left: -150px;
  transform: rotate(5deg);
}

.position24 {
  position: absolute;
  top: 2110px;
  left: -250px;
  transform: rotate(-5deg);
}

.position25 {
  position: absolute;
  top: 2310px;
  left: -150px;
  transform: rotate(-10deg);
}

.position26 {
  position: absolute;
  top: 1440px;
  right: -150px;
  transform: rotate(-20deg);
}

.position27 {
  position: absolute;
  top: 1750px;
  right: -250px;
  transform: rotate(5deg);
}

.position28 {
  position: absolute;
  top: 1910px;
  right: -150px;
  transform: rotate(-10deg);
}

.position29 {
  position: absolute;
  top: 2220px;
  right: -200px;
  transform: rotate(10deg);
}

.position30 {
  position: absolute;
  top: 2460px;
  right: -150px;
  transform: rotate(5deg);
}

.position31 {
  position: absolute;
  top: 2000px;
  left: -150px;
  transform: rotate(-10deg);
}

.position32 {
  position: absolute;
  top: 2220px;
  left: -200px;
  transform: rotate(5deg);
}

.position33 {
  position: absolute;
  top: 2520px;
  left: -150px;
  transform: rotate(5deg);
}

.position34 {
  position: absolute;
  top: 2100px;
  right: -150px;
  transform: rotate(10deg);
}

.position35 {
  position: absolute;
  top: 2500px;
  right: -200px;
  transform: rotate(5deg);
}

.position36 {
  position: absolute;
  top: 4290px;
  right: -180px;
  transform: rotate(10deg);
}

.position37 {
  position: absolute;
  top: 4000px;
  right: -150px;
  transform: rotate(-10deg);
}

.position38 {
  position: absolute;
  top: 4590px;
  right: -150px;
  transform: rotate(-10deg);
}

.position39 {
  position: absolute;
  top: 5110px;
  right: -150px;
  transform: rotate(10deg);
}

.position40 {
  position: absolute;
  top: 3750px;
  right: -190px;
  transform: rotate(-10deg);
}

.position41 {
  position: absolute;
  top: 3450px;
  right: -220px;
  transform: rotate(-10deg);
}

.position42 {
  position: absolute;
  top: 3300px;
  right: -150px;
  transform: rotate(-10deg);
}

.position43 {
  position: absolute;
  top: 2930px;
  left: -150px;
  transform: rotate(-10deg);
}

.position44 {
  position: absolute;
  top: 3270px;
  left: -200px;
  transform: rotate(10deg);
}

.position45 {
  position: absolute;
  top: 3430px;
  left: -150px;
  transform: rotate(5deg);
}

.position46 {
  position: absolute;
  top: 3760px;
  left: -150px;
  transform: rotate(-10deg);
}

.position47 {
  position: absolute;
  top: 4080px;
  left: -150px;
  transform: rotate(5deg);
}

.position48 {
  position: absolute;
  top: 4380px;
  left: -150px;
  transform: rotate(-10deg);
}

.position49 {
  position: absolute;
  top: 2720px;
  right: -150px;
  transform: rotate(-10deg);
}

.position50 {
  position: absolute;
  top: 2990px;
  right: -200px;
  transform: rotate(5deg);
}

.position51 {
  position: absolute;
  top: 5410px;
  right: -200px;
  transform: rotate(10deg);
}

.position52 {
  position: absolute;
  top: 4900px;
  right: -150px;
  transform: rotate(-10deg);
}

.position53 {
  position: absolute;
  top: 5710px;
  right: -150px;
  transform: rotate(-10deg);
}

.position54 {
  position: absolute;
  top: 5890px;
  right: -120px;
  transform: rotate(10deg);
}

.position55 {
  position: absolute;
  top: 4710px;
  left: -150px;
  transform: rotate(5deg);
}

.position56 {
  position: absolute;
  top: 4900px;
  left: -150px;
  transform: rotate(5deg);
}

.position57 {
  position: absolute;
  top: 5220px;
  left: -150px;
  transform: rotate(5deg);
}

.position58 {
  position: absolute;
  top: 6680px;
  right: -150px;
  transform: rotate(-10deg);
}

.position59 {
  position: absolute;
  top: 5630px;
  left: -184px;
  transform: rotate(-10deg);
}

.position60 {
  position: absolute;
  top: 5850px;
  left: -150px;
  transform: rotate(-10deg);
}

.position01_2 {
  position: absolute;
  top: 6350px;
  left: -170px;
  transform: rotate(10deg);
}

.position02_2 {
  position: absolute;
  top: 6570px;
  left: -190px;
  transform: rotate(-10deg);
}

.position03_2 {
  position: absolute;
  top: 6830px;
  left: -170px;
  transform: rotate(10deg);
}

.position04_2 {
  position: absolute;
  top: 7080px;
  left: -190px;
  transform: rotate(-10deg);
}

.position05_2 {
  position: absolute;
  top: 7310px;
  left: -170px;
  transform: rotate(10deg);
}

.position06_2 {
  position: absolute;
  top: 7640px;
  left: -190px;
  transform: rotate(-10deg);
}

.position07_2 {
  position: absolute;
  top: 7810px;
  left: -180px;
  transform: rotate(10deg);
}

.position08_2 {
  position: absolute;
  top: 8130px;
  left: -190px;
  transform: rotate(-10deg);
}

.position09_2 {
  position: absolute;
  top: 8470px;
  left: -170px;
  transform: rotate(10deg);
}

.position10_2 {
  position: absolute;
  top: 8690px;
  left: -180px;
  transform: rotate(-20deg);
}

.position11_2 {
  position: absolute;
  top: 9070px;
  left: -180px;
  transform: rotate(10deg);
}

.position12_2 {
  position: absolute;
  top: 9440px;
  left: -200px;
  transform: rotate(-10deg);
}

.position13_2 {
  position: absolute;
  top: 9640px;
  left: -180px;
  transform: rotate(0deg);
}

.position14_2 {
  position: absolute;
  top: 9930px;
  left: -180px;
  transform: rotate(-10deg);
}

.position15_2 {
  position: absolute;
  top: 10220px;
  left: -160px;
  transform: rotate(10deg);
}

.position16_2 {
  position: absolute;
  top: 10520px;
  left: -210px;
  transform: rotate(0deg);
}

.position17_2 {
  position: absolute;
  top: 10790px;
  left: -160px;
  transform: rotate(10deg);
}

.position18_2 {
  position: absolute;
  top: 11150px;
  left: -160px;
  transform: rotate(-10deg);
}

.position19_2 {
  position: absolute;
  top: 11490px;
  left: -200px;
  transform: rotate(10deg);
}

.position20_2 {
  position: absolute;
  top: 11650px;
  left: -170px;
  transform: rotate(-6deg);
}

.position21_2 {
  position: absolute;
  top: 11890px;
  left: -170px;
  transform: rotate(10deg);
}

.position22_2 {
  position: absolute;
  top: 12120px;
  left: -170px;
  transform: rotate(-10deg);
}

.position23_2 {
  position: absolute;
  top: 12500px;
  left: -200px;
  transform: rotate(10deg);
}

.position24_2 {
  position: absolute;
  top: 12700px;
  left: -150px;
  transform: rotate(-10deg);
}

.position25_2 {
  position: absolute;
  top: 13050px;
  left: -150px;
  transform: rotate(10deg);
}

.position26_2 {
  position: absolute;
  top: 13350px;
  left: -150px;
  transform: rotate(-10deg);
}

.position27_2 {
  position: absolute;
  top: 13700px;
  left: -200px;
  transform: rotate(10deg);
}

.position28_2 {
  position: absolute;
  top: 14090px;
  left: -150px;
  transform: rotate(-10deg);
}

.position29_2 {
  position: absolute;
  top: 14280px;
  left: -150px;
  transform: rotate(10deg);
}

.position30_2 {
  position: absolute;
  top: 14580px;
  left: -150px;
  transform: rotate(-10deg);
}

.position31_2 {
  position: absolute;
  top: 6150px;
  right: -170px;
  transform: rotate(10deg);
}

.position32_2 {
  position: absolute;
  top: 6400px;
  right: -190px;
  transform: rotate(-10deg);
}

.position33_2 {
  position: absolute;
  top: 6920px;
  right: -170px;
  transform: rotate(10deg);
}

.position34_2 {
  position: absolute;
  top: 7220px;
  right: -190px;
  transform: rotate(-10deg);
}

.position35_2 {
  position: absolute;
  top: 7380px;
  right: -170px;
  transform: rotate(10deg);
}

.position36_2 {
  position: absolute;
  top: 7680px;
  right: -190px;
  transform: rotate(-10deg);
}

.position37_2 {
  position: absolute;
  top: 8020px;
  right: -180px;
  transform: rotate(10deg);
}

.position38_2 {
  position: absolute;
  top: 8280px;
  right: -190px;
  transform: rotate(-10deg);
}

.position39_2 {
  position: absolute;
  top: 8630px;
  right: -170px;
  transform: rotate(10deg);
}

.position40_2 {
  position: absolute;
  top: 8880px;
  right: -180px;
  transform: rotate(-20deg);
}

.position41_2 {
  position: absolute;
  top: 9190px;
  right: -180px;
  transform: rotate(10deg);
}

.position42_2 {
  position: absolute;
  top: 9500px;
  right: -200px;
  transform: rotate(-10deg);
}

.position43_2 {
  position: absolute;
  top: 9700px;
  right: -180px;
  transform: rotate(0deg);
}

.position44_2 {
  position: absolute;
  top: 9990px;
  right: -180px;
  transform: rotate(-10deg);
}

.position45_2 {
  position: absolute;
  top: 10350px;
  right: -160px;
  transform: rotate(10deg);
}

.position46_2 {
  position: absolute;
  top: 10560px;
  right: -220px;
  transform: rotate(0deg);
}

.position47_2 {
  position: absolute;
  top: 10800px;
  right: -160px;
  transform: rotate(10deg);
}

.position48_2 {
  position: absolute;
  top: 11090px;
  right: -160px;
  transform: rotate(-10deg);
}

.position49_2 {
  position: absolute;
  top: 11320px;
  right: -200px;
  transform: rotate(10deg);
}

.position50_2 {
  position: absolute;
  top: 11710px;
  right: -170px;
  transform: rotate(-6deg);
}

.position51_2 {
  position: absolute;
  top: 12060px;
  right: -170px;
  transform: rotate(10deg);
}

.position52_2 {
  position: absolute;
  top: 12280px;
  right: -170px;
  transform: rotate(-10deg);
}

.position53_2 {
  position: absolute;
  top: 12500px;
  right: -200px;
  transform: rotate(10deg);
}

.position54_2 {
  position: absolute;
  top: 12700px;
  right: -150px;
  transform: rotate(-10deg);
}

.position55_2 {
  position: absolute;
  top: 13050px;
  right: -150px;
  transform: rotate(10deg);
}

.position56_2 {
  position: absolute;
  top: 13350px;
  right: -150px;
  transform: rotate(-10deg);
}

.position57_2 {
  position: absolute;
  top: 13700px;
  right: -200px;
  transform: rotate(10deg);
}

.position58_2 {
  position: absolute;
  top: 14090px;
  right: -150px;
  transform: rotate(-10deg);
}

.position59_2 {
  position: absolute;
  top: 14280px;
  right: -150px;
  transform: rotate(10deg);
}

.position60_2 {
  position: absolute;
  top: 14580px;
  right: -150px;
  transform: rotate(-10deg);
}

/* ------------------------
  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: #f6f5ef;
}

@media screen and (max-width: 768px) {
  .show_pop {
    width: 40vw;
    font-size: 3vw;
    padding: 2vw 0px 2vw 0px;
  }
}
/*-- 投票済み --*/
.voted {
  border: 3px solid #30280f !important;
  background-color: #30280f !important;
  color: #c2b38a !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: #d1b454 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: #1b95e0;
}

@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: 35px 0 0;
  }
  .overview_txt li {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}/*# sourceMappingURL=awards2024.css.map */