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

/* ------------------------
  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 {
  -webkit-animation: fadeOut 5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: fadeOut 5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@-webkit-keyframes fadeOut {
  from {
  }
  to {
    opacity: 0;
  }
}

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

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

.u-hidden-flex-sm {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  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;
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
  -webkit-transform-origin: 3% 120%;
      -ms-transform-origin: 3% 120%;
          transform-origin: 3% 120%;
}
.top_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top_bg {
    top: 120vw; 
    -webkit-transform: rotate(-6deg); 
        -ms-transform: rotate(-6deg); 
            transform: rotate(-6deg);
  }
}
@media screen and (max-width: 456px) {
  .top_bg {
    top: 121vw;
  }
}
.top_bg .emblem_01,
.top_bg .emblem_02,
.top_bg .emblem_03,
.top_bg .emblem_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@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;
  }
}
.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;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;

  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}
@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;
  }
}
.top_bg .emblem_01 .emblem {
  width: 6600px;
  background-image: url("/sharen/img/awards2022/hero_emblem_01.png");
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_01 .emblem {
    width: 2500px;
  }
}
.top_bg .emblem_02 .emblem {
  width: 7100px;
  background-image: url("/sharen/img/awards2022/hero_emblem_02.png");
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_02 .emblem {
    width: 3000px;
  }
}
.top_bg .emblem_03 .emblem {
  width: 4950px;
  background-image: url("/sharen/img/awards2022/hero_emblem_03.png");
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_03 .emblem {
    width: 3300px;
  }
}
.top_bg .emblem_04 .emblem {
  width: 4800px;
  background-image: url("/sharen/img/awards2022/hero_emblem_04.png");
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_04 .emblem {
    width: 2400px;
  }
}
.top_bg .emblem_01 .emblem:first-child,
.top_bg .emblem_03 .emblem:first-child {
  -webkit-animation: loop 110s -55s linear infinite;
          animation: loop 110s -55s linear infinite;

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

  will-change: animation;
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_01 .emblem:last-child,
  .top_bg .emblem_03 .emblem:last-child {
    -webkit-animation: loop2 120s linear infinite;
            animation: loop2 120s linear infinite;
  }
}
.top_bg .emblem_02 .emblem:first-child,
.top_bg .emblem_04 .emblem:first-child {
  animation: loop 120s -60s linear infinite reverse;

  will-change: animation;
}
@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;
  }
}
.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 .emblem_02 .emblem:last-child,
  .top_bg .emblem_04 .emblem:last-child {
    animation: loop2 130s linear infinite reverse;
  }
}

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

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

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

/* ------------------------
  vote_button
------------------------ */
.vote_button {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 220px;
}
@media screen and (max-width: 768px) {
  .vote_button {
    width: 32.93333vw;
    height: 32.93333vw;
  }
}
.vote_button .bg {
  position: relative;
  border: 6px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #231815;
  -webkit-box-shadow: #1f292e 0 0 3px;
          box-shadow: #1f292e 0 0 3px;
}
@media screen and (max-width: 768px) {
  .vote_button .bg {
    border: 3px solid #fff;
  }
}
.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; 
  -webkit-transform: translate(-50%, -50%); 
      -ms-transform: translate(-50%, -50%); 
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .vote_button img {
    width: 16.66667vw;
    height: 16.66667vw;
  }
}
.vote_button:hover .bg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #d6bf90;
}
@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;
}
@media screen and (max-width: 768px) {
  .p-drawer_vote .vote_button {
    width: 26.66667vw;
    height: 26.66667vw;
  }
}
.p-drawer_vote .vote_button img {
  width: 87px;
  height: 67px;
}
@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;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
  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;
  }
}
.vote_button.topsharen img {
  margin-top: -6px; 
  width: 130px;
}
@media screen and (max-width: 768px) {
  .vote_button.topsharen img {
    width: 13.33333vw;
    height: auto;
  }
}
.vote_button.is-hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
}

@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
------------------------ */
.mv {
  position: relative;
  top: 86px;
  border-top: #bb9e63 17px solid;
  border-bottom: #bb9e63 17px solid; 
  height: 630px;
  background-image: url("/sharen/img/awards2022/mv_bg1_lg.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv {
    top: 11.46667vw;
    border-top: #bb9e63 2.26667vw solid;
    border-bottom: #bb9e63 2.26667vw solid; 
    height: 166.66667vw;
    background-image: url("/sharen/img/awards2022/mv_bg1_sm.png");
    background-size: cover;
  }
}
.mv:after {
    content: "後援：スポーツ庁";
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
  .mv:after {
    font-size: 3.5vw;
  }
}
.mv .mv_bg {
  overflow: hidden; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/sharen/img/awards2022/mv_bg2_lg.png");
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .mv .mv_bg {
    background-image: url("/sharen/img/awards2022/mv_bg2_sm.png");
    background-size: cover;
  }
}
.mv .mv_container {
  position: relative;
  z-index: 1;
  top: -100px;
  left: 55px;
}
@media screen and (max-width: 768px) {
  .mv .mv_container {
    top: -17px;
    left: inherit;
    margin: 0;
  }
}
.mv .mv_ttl {
  position: relative;
  z-index: 10;
  text-align: center;
}
@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;
}
@media screen and (max-width: 768px) {
  .result {
    margin-top: 29.33333vw; 
    padding-top: 0;
  }
}
.result .result_inner-line {
  position: absolute;
  z-index: 4;
  top: 0;
  border: 2px solid #e6e4d8;
  width: 100%;
  height: 100%;
  -webkit-transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  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;
}
@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 {
    -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    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 {
    -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
    background-color: #d6bf90;
  }
  .result .result-container:hover .result_link_txt {
    color: #fff;
  }
}
.result .result-container::before,
.result .result-container::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 150px;
  background-color: #bb9e63;
}
.result .result-container::before {
  top: -23%;
  left: -12%;
  -webkit-transform: rotate(-38deg);
      -ms-transform: rotate(-38deg);
          transform: rotate(-38deg);
}
@media screen and (max-width: 768px) {
  .result .result-container::before {
    display: none;
  }
}
.result .result-container::after {
  right: -8%;
  bottom: -46%;
  -webkit-transform: rotate(-38deg);
      -ms-transform: rotate(-38deg);
          transform: rotate(-38deg);
}
@media screen and (max-width: 768px) {
  .result .result-container::after {
    right: -70px;
    bottom: -200px;
    width: 150%;
    height: 250px;
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .result .result_ttl {
    letter-spacing: -2px; 
    font-size: 4.26667vw;
  }
}
.result .result_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  border: unset;
  border: none;
  outline: none;
  width: 180px;
  height: 40px;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #d6bf90;
  text-align: initial;
  font-size: 0;
  font-size: 16px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@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;
  }
}
.result .result_link .result_link_txt {
  display: inline-block;
  width: 140px;
  text-align: center;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .result .result_link .result_link_txt {
    width: 28vw;
    font-size: 3.2vw;
  }
}
.result .result_link .result_link_decoration {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #525250;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .result .result_link .result_link_decoration {
    width: 9.33333vw;
    height: 100%;
  }
}
.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;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.result .result_obj {
  position: absolute;
  z-index: 2;
  top: 13%;
  left: 3.5%;
  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%;
  }
}
.result .result_obj img {
  width: 273px;
}
@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;;
}
@media screen and (max-width: 768px){
  .movie ul{
    display:flex;
    flex-wrap: wrap;
    margin-top:unset;
  }  
}
.movie ul li{
  padding: 0.5%;
  width: calc(100%/4);
  box-sizing: border-box;
}
@media screen and (max-width: 768px){
  .movie ul li{
    padding: 0.5%;
    width: calc(100%/2);
    box-sizing: border-box;
  }
  .movie ul li p{
    font-size:2vw;
  }
}
.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 .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;
}
@media screen and (max-width: 768px) {
  .base {
    margin-top: 17px; 
    padding-top: 25px;
  }
}
.base .base-container {
  position: relative;
  text-align: center;
}
.base .intro_ttl {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .base .intro_ttl {
    margin-top: 8vw;
    padding: 0 30px;
  }
}
.base .intro_txt {
  padding-top: 40px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600; 
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .base .intro_txt {
    padding: 27px 0 40px 0; 
    font-size: 3.2vw;
    line-height: 2.2;
  }
}
.base .intro_illust_left {
  position: absolute;
  top: 149px;
  left: 47px;
  width: 107px;
  height: 128px;
}
@media screen and (max-width: 768px) {
  .base .intro_illust_left {
    display: inline-block;
    position: static;
    padding-right: 10px;
    width: auto;
    height: auto;
  }
}
.base .intro_illust_right {
  position: absolute;
  top: 160px;
  right: 54px;
  width: 145px;
  height: 132px;
}
@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%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .intro_accordion_line {
    bottom: -155px;
  }
}
.intro_accordion_line span {
  display: inline-block;
  width: 1px;
  height: 80px;
  -webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: scaleY(0); 
      -ms-transform: scaleY(0); 
          transform: scaleY(0);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  background: #1f292e;
}
@media all and (-ms-high-contrast: none) {
  .intro_accordion_line span {
    width: 2px;
  }
}
.intro_accordion_line .is-accordion {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: scaleY(1); 
      -ms-transform: scaleY(1); 
          transform: scaleY(1);
}

.intro_accordion_line02 {
  position: absolute;
  z-index: 3;
  bottom: -140px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .intro_accordion_line02 {
    bottom: -75px;
  }
}

.intro_accordion_line02 span {
  display: inline-block;
  width: 1px;
  height: 80px;
  -webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: scaleY(0); 
      -ms-transform: scaleY(0); 
          transform: scaleY(0);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  background: #1f292e;
}
@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 {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: scaleY(1); 
      -ms-transform: scaleY(1); 
          transform: scaleY(1);
}


.intro_button {
  display: block;
  position: relative;
  margin: 73px auto 130px;
  border: unset;
  border: none;
  outline: none;
  width: 230px;
  height: 40px;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #d6bf90;
  text-align: initial;
  font-size: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .intro_button {
    margin-bottom: 75px; 
    width: 53.33333vw;
    height: 9.33333vw;
  }
}
.intro_button .intro_button_txt {
  display: inline-block;
  width: 190px;
  text-align: center;
  color: #231815;
}
@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;
  }
}
.intro_button .intro_button_decoration {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #525250;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .intro_button .intro_button_decoration {
    width: 9.33333vw;
    height: 100%;
  }
}
.intro_button .intro_button_decoration::after {
  content: "＋";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.3;
}
@media screen and (min-width: 768px) {
  .intro_button:hover {
    -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    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 {
    -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
    background-color: #d6bf90;
  }
}
.intro_button .is-accordion::after {
  content: "ー";
  font-size: 15px;
}



/* ------------------------
  accordion
------------------------ */
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
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;
}
@media screen and (max-width: 768px) {
	.title::after,
	.title::before {
		right: 4.5vw;
		top: 3.8vw;
	}
}
.title::after {
transform: rotate(90deg);
}
.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: 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;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #d6bf90;
  text-align: initial;
  font-size: 0;
  font-size: 16px;
	color: #231815;
	z-index: 1;
}
@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 30px; 
    width: 53.33333vw;
    height: 9.33333vw;
  }
}
.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;
}
@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;
  }
}
.title .intro_button_txt:hover {
	color: #ffffff;
}
.title .intro_button_decoration02 {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #525250;
  text-align: center;
  color: #fff;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
  .title .intro_button_decoration02 {
    width: 9.33333vw;
    height: 100%;
  }
}
.title:hover .intro_button_decoration02 {
  background-color: #d6bf90;
  color: #fff;
}
.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;
}
@media screen and (max-width: 768px) {
  .about {
    background-image: url("/sharen/img/awards2022/about_bg_sm.png");
    background-size: cover;
  }
}
.about .about_container {
  padding-bottom: 105px; 
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about .about_container {
    margin: 0 12px; 
    padding-bottom: 17px;
  }
}
.about .about_container .about_ttl {
  padding: 88px 0 35px 0;
  letter-spacing: 1px;
  color: #ceaf68; 
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .about .about_container .about_ttl {
    padding-top: 90px;
    padding-bottom: 15px;
    letter-spacing: -0.5px;
    font-size: 4vw;
  }
}
.about .about_container .about_txt {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about .about_container .about_txt {
    padding: 0 20px;
    letter-spacing: 0px; 
    font-size: 3.2vw;
  }
}
.about .about_container .about_img {
  padding: 27px 0;
}
@media screen and (max-width: 768px) {
  .about .about_container .about_img {
    padding: 34px 15px;
  }
}
.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;
}
@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;
  }
}
.about .about_container .sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 65px 120px 0 120px;
  padding: 60px 60px 42px 60px;
  background-color: #fff; 

  -ms-flex-flow: wrap; 

      flex-flow: wrap;
}
@media screen and (max-width: 768px) {
  .about .about_container .sdgs {
    margin: 0;
    padding: 30px 25px 30px 25px; 

    -webkit-box-orient: vertical; 

    -webkit-box-direction: normal; 

        -ms-flex-flow: column; 

            flex-flow: column;
  }
}
.about .about_container .sdgs .sdgs_content {
  width: 42%; 
  text-align: initial;
}
@media screen and (max-width: 768px) {
  .about .about_container .sdgs .sdgs_content {
    width: 100%;
  }
}
.about .about_container .sdgs .sdgs_content .sdgs_ttl {
  padding: 0 20px;
  letter-spacing: 2px;
  color: #ceaf68; 
  font-size: 20px;
}
@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;
  }
}
.about .about_container .sdgs .sdgs_content .sdgs_txt {
  padding: 20px;
  text-align: justify;
  letter-spacing: 1.5px;
  font-size: 16px;
  line-height: 1.85;
}
@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;
  }
}
.about .about_container .sdgs .sdgs_img {
  padding-left: 22px; 
  width: 55%;
}
@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;
}
@media screen and (max-width: 768px) {
  .map .map_container {
    width: 100%;
  }
}
.map .map_ttl {
  position: absolute;
  top: -12px;
  left: 120px;
  text-align: initial;
}
@media screen and (max-width: 768px) {
  .map .map_ttl {
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .map .map_ttl img {
    width: 50.66667vw;
  }
}
.map .map-img {
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .map .map-img {
    margin: 0 15px; 
    padding: 180px 0;
  }
}
.map .map-img img {
  margin: 8px -39px 0 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;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #d6bf90;
  text-align: unset;
  text-align: initial;
  font-size: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .map_button {
    width: 36vw;
    height: 8vw;
    font-size: 3.2vw;
  }
}
.map_button .map_button_txt {
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 140px;
  height: 100%;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  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;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@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%;
  }
}
.map_button .map_button_decoration {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #525250;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .map_button .map_button_decoration {
    width: 8vw;
    height: 8vw;
  }
}
.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;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@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 {
    -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    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 {
    -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
    background-color: #d6bf90;
  }
}

.-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;
}
@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;
  }
}
.area .area_ttl {
  position: absolute;
  top: 12px; 
  right: 0;
}
@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;
  }
}
.area .area_decoration {
  position: absolute;
  right: -19.5%; 
  bottom: -17px;
}
@media screen and (max-width: 768px) {
  .area .area_decoration {
    display: none;
  }
}

.p-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 194px;
  padding-bottom: 4px;
  background-color: #fff; 

  -ms-flex-flow: wrap; 

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

    -webkit-box-orient: vertical; 

    -webkit-box-direction: normal; 

        -ms-flex-flow: column; 

            flex-flow: column;
  }
}
.p-cards:last-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-cards:last-child {
    margin-bottom: 20px;
  }
}
.p-cards .p-card {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; 
  position: relative;
  z-index: 10;
  border: #585858 2px solid;
  min-width: 316px;
  max-width: 316px;
  /*height: 100%;*/
  background-color: #585858;
}
.p-cards .p-card::after {
  content: "";
  position: absolute;
  z-index: -10;
  top: 1px;
  left: 5px;
  width: 100%;
  height: 102%;
  background-color: #585858;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card::after {
    top: 5px;
    left: 4px;
    width: calc(100% + 3px);
  }
}
.p-cards .p-card:not(:nth-child(3n)) {
  margin-right: 6.2%;
}
@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;
  }
}
.p-cards .p-card_team {
  position: relative;
  top: 0px;
  padding: 1% 15px 1.5% 15px;
  height: 34px;
  background-color: #585858;
  text-align: right;
  color: #c2b38a;
  font-size: 16px;
  font-weight: bold;
}
@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;
  }
}
.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%;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_emblem {
    top: -25px;
    left: -4px;
    width: 22vw;
  }
}
.p-cards .p-card_content {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 10px 7px 10px; 

    -webkit-box-orient: horizontal; 

    -webkit-box-direction: normal; 

        -ms-flex-flow: row; 

            flex-flow: row;
  }
}
.p-cards .p-card_figure {
  position: relative;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_figure {
    display: inline-block;
    padding: 0; 
    width: 40%;
  }
}
.p-cards .p-card_figure img {
  width: 100%;
  height: 200px;
  font-family: "object-fit: cover;"; 

  -o-object-fit: cover; 

     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_figure img {
    height: 22.93333vw;
  }
}
.p-cards .p-card_item {
  position: relative;
  background-color: #fff;
	padding: 0px 0px 10px 0px;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_item {
    display: inline-block;
    padding: 0 10px; 
    width: 60%;
  }
}
.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;
}
@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: #d6bf90;
    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;
  }
}
.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;
}
@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;
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_txt {
    display: none;
  }
}
.p-cards .p-card_link {
  padding: 22px 0;
  text-align: center;
	border-top: 1px dashed #dbdbdb;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_link {
    margin-left: 25px; 
    padding: 5px 0px;
    text-align: left;
  }
}
.p-cards .p-card_link img {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_link img {
    margin-right: 5px; 
    padding-right: 0;
    width: 3.33333vw;
    height: 4vw;
  }
}
.p-cards .p-card_link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  color: #1f292e;
  font-size: 14px;
  font-weight: 600;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-cards .p-card_link a:hover {
  -webkit-transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  color: #c2b38a;
}
@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:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    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;
}
@media screen and (max-width: 768px) {
  .search {
    background-image: url("/sharen/img/awards2022/about_bg_sm.png");
    background-size: cover;
  }
}
.search .search_container {
  text-align: center;
	padding: 50px 0px 50px 0px;
}
@media screen and (max-width: 768px) {
  .search .search_container {
    margin: 0 5%; 
    padding: 20px 0px 20px 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 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: rgba(214,191,144,1) !important;
}
/*
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput{
  border: dashed 2px #333333;
}
*/
.ECM_CheckboxInput-Input:checked ~ .ECM_CheckboxInput {
	background: #d6bf90;
    border: 3px solid #d6bf90;
}
.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: rgba(238,237,229,1);
  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;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #d6bf90;
  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;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #525250;
  text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
.search_button_decoration {
    width: 8vw;
    height: 8vw;
  }
}
.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;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@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 {
    -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    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 {
    -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
    background-color: #d6bf90;
  }
}



/*  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;
}
@media screen and (max-width: 768px) {
  .overview {
    margin: 33px 0;
  }
}
.overview .overview_container {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .overview .overview_container {
    margin: 0 12px;
  }
}
.overview .overview_container .overview_ttl {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .overview .overview_container .overview_ttl img {
    width: 54.13333vw;
  }
}
.overview .overview_list {
  margin-top: 68px;
}
@media screen and (max-width: 768px) {
  .overview .overview_list {
    margin-top: 36px;
  }
}
.overview .overview_list .overview_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 72px;
  padding: 48px 0 35px 0; 
  background-color: #f6f6f6;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

      -ms-flex-flow: row;

          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item {
    margin-bottom: 43px; 
    padding: 31px 0 18px 0;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-flow: column;

            flex-flow: column;
  }
}
.overview .overview_list .overview_item:not(:last-child)::after {
  content: "▼";
  position: absolute;
  bottom: -55px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:not(:last-child)::after {
    bottom: -39px;
  }
}
.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%;
}
@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%;
  }
}
.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%;
}
@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%;
  }
}
.overview .overview_list .overview_item:nth-child(2) .overview_head p {
  line-height: 1.6;
}
.overview .overview_list .overview_item:nth-child(2) .overview_content {
  padding: 1px 36px;
}
@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 {
  padding-bottom: 10px;
}
/*
.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;
}*/
.overview .overview_list .overview_item:nth-child(2) .overview_content .overview_time {
  padding-top: 8px !important;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(2) .overview_content p {
    padding-top: 2px;
  }
}
.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%;
}
@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%;
  }
}
.overview .overview_list .overview_item:nth-child(3) .overview_head p {
  letter-spacing: -3.5px;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(3) .overview_head p {
    letter-spacing: 0px;
  }
}
.overview .overview_list .overview_item:nth-child(3) .overview_content {
  margin-top: -10px;
}
@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;
  }
}
.overview .overview_list .overview_item:nth-child(3) .overview_content .overview_txt {
  padding-top: 5px;
  line-height: 2;
}
@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;
  }
}
.overview .overview_list .overview_item .overview_head {
  width: 40%;
}
.overview .overview_list .overview_item .overview_content {
  width: 60%;
}
@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;
  }
}
.overview .overview_list .overview_item .overview_head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_head::before {
    display: none;
  }
}
.overview .overview_list .overview_item .overview_head img {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_head img {
    width: 85.33333vw;
  }
}
.overview .overview_list .overview_item .overview_head p {
  color: #1f292e; 
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_head p {
    font-size: 6.4vw;
    line-height: 2;
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_content {
    padding: 0; 
    text-align: center;
  }
}
.overview .overview_list .overview_item .overview_content .overview_txt {
  letter-spacing: 1px; 
  font-size: 17px;
  line-height: 1.33;
}
@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;
  }
}
.overview .overview_list .overview_item .overview_content .overview_txt.overview_txt-description br {
  display: none;
}
@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;
  }
}
.overview .overview_list .overview_item .overview_content .overview_time {
  padding-top: 9px;
  letter-spacing: 1.3px; 
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_content .overview_time {
    padding-top: 6px; 
    font-size: 3.2vw;
  }
}
.overview .overview_list .overview_item .overview_end {
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_end {
    letter-spacing: 1px; 
    font-size: 4vw;
  }
}
.overview .overview_change {
  text-align: right;
  letter-spacing: 0.5px; 
  color: #242d31;
  font-size: 14px;
}
@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;
}
@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;
  }
}
.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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); 
  background-color: rgba(200, 181, 142, 0.8);
}
@media screen and (max-width: 768px) {
  .vote::before {
    top: 0;
    height: 40vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; 
    background-color: rgba(200, 181, 142, 0.8);
  }
}
.vote .vote_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
@media screen and (max-width: 768px) {
  .vote .vote_container {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
.vote .vote_container .vote_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

      -ms-flex-flow: row;

          flex-flow: row;
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer {
    text-align: center; 

    -webkit-box-orient: vertical; 

    -webkit-box-direction: normal; 

        -ms-flex-flow: column; 

            flex-flow: column;
  }
}
.vote .vote_container .vote_outer .vote_ttl {
  padding-top: 33px;
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer .vote_ttl {
    padding-top: 5.33333vw;
  }
}
.vote .vote_container .vote_outer .vote_ttl img {
  max-width: 986px;
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer .vote_ttl img {
    max-width: 85.33333vw;
  }
}
.vote .vote_container .vote_outer .vote_ttl picture:last-child img {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer .vote_ttl picture:last-child img {
    margin-top: 4vw; 
    max-width: 66.66667vw;
  }
}
.vote .vote_container .vote_outer .vote_button-right {
  margin-top: -13px;
  margin-right: 24px;

  -webkit-box-flex: 0;

      -ms-flex: 0 0 auto;

          flex: 0 0 auto;
}
@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;
}
@media screen and (max-width: 768px) {
  .bnr {
    margin: 67px 20px;
  }
}
.bnr .bnr_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-flow: column;

          flex-flow: column;
}
.bnr .bnr_container a {
  display: inline-block;
  -webkit-transition: opacity cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  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 .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;
}
@media screen and (max-width: 768px) {
  .sns {
    background: url("/sharen/img/awards2022/share_bg_sm.png");
  }
}
.sns .sns_container {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sns .sns_container {
    padding-bottom: 50px;
  }
}
.sns .sns_ttl {
  display: inline-block; 
  padding: 150px 0 45px 0;
}
@media screen and (max-width: 768px) {
  .sns .sns_ttl {
    padding: 72px 0 30px 0; 
    width: 55.73333vw;
  }
}
.sns .sns_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 2px solid #dbd5d5;
  height: 140px;
  background-color: #fff; 

  -webkit-box-orient: horizontal; 

  -webkit-box-direction: normal; 

      -ms-flex-flow: row; 

          flex-flow: row;
}
@media screen and (max-width: 768px) {
  .sns .sns_share {
    margin: 0 15px;
    height: 29.06667vw;
  }
}
.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%;
  -webkit-transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  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%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sns .sns_share .share_facebook img,
  .sns .sns_share .share_twitter img {
    width: 25.6vw;
  }
}
.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;
  -webkit-transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
}
@media screen and (max-width: 768px) {
  .sns .sns_share .share_twitter img {
    width: 22.4vw;
  }
}
.sns .sns_ttl_news {
  padding: 100px 0 50px 0;
}
@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;
  }
}
.sns .sns_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 150px 0; 

  -webkit-box-orient: vertical; 

  -webkit-box-direction: normal; 

      -ms-flex-flow: column; 

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

    -ms-flex-flow: wrap;

        flex-flow: wrap;
  }
}
.sns .sns_news .news_facebook {
  margin: 0 auto; 
  background-color: #fff;
}
@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;
  }
}
.sns .sns_news .share_instagram {
  position: relative;
  margin: 50px auto 0 auto;
  border: 2px solid #dbd5d5;
  width: 500px;
  height: 140px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sns .sns_news .share_instagram {
    margin-top: 30px; 
    width: 100%;
    height: 29.06667vw;
  }
}
.sns .sns_news .share_instagram a {
  display: inline-block;
  border: 0px solid #f3f3f3;
  width: 100%;
  height: 100%;
  -webkit-transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  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;
  -webkit-transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  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%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sns .sns_news .share_instagram img {
    width: 20.66667vw;
  }
}

.pagetop a {
  background-color: #d6bf90;
}
.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 {
  color: #d6bf90;
}

.p-drawer .p-drawer_content .p-drawer_links li a:hover {
  color: #d6bf90;
}

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

/* ------------------------
  photo
------------------------ */
.photo {
	width: 120px;
	margin: auto;
	box-shadow: 5px 5px 0px rgba(224, 207, 172);
}

.position01 {
	position: absolute;
	top: -90px;
	left: -150px;
	transform: rotate(-10deg);
}
.position02 {
	position: absolute;
	top: 80px;
	left: -200px;
	transform: rotate(-5deg);
}
.position03 {
	position: absolute;
	top: 260px;
	left: -150px;
	transform: rotate(5deg);
}
.position04 {
	position: absolute;
	top: 430px;
	left: -200px;
	transform: rotate(-5deg);
}

.position06 {
	position: absolute;
	top: -90px;
	right: -150px;
	transform: rotate(10deg);
}
.position07 {
	position: absolute;
	top: 80px;
	right: -200px;
	transform: rotate(5deg);
}
.position08 {
	position: absolute;
	top: 260px;
	right: -150px;
	transform: rotate(-10deg);
}
.position09 {
	position: absolute;
	top: 430px;
	right: -200px;
	transform: rotate(10deg);
}

.position21 {
	position: absolute;
	top: 0px;
	left: -150px;
	transform: rotate(-10deg);
}
.position22 {
	position: absolute;
	top: 400px;
	left: -200px;
	transform: rotate(-5deg);
}
.position23 {
	position: absolute;
	top: 800px;
	left: -150px;
	transform: rotate(5deg);
}
.position24 {
	position: absolute;
	top: 1200px;
	left: -200px;
	transform: rotate(-5deg);
}
.position25 {
	position: absolute;
	top: 1600px;
	left: -150px;
	transform: rotate(-10deg);
}
.position26 {
	position: absolute;
	top: 100px;
	right: -150px;
	transform: rotate(10deg);
}
.position27 {
	position: absolute;
	top: 500px;
	right: -200px;
	transform: rotate(5deg);
}
.position28 {
	position: absolute;
	top: 900px;
	right: -150px;
	transform: rotate(-10deg);
}
.position29 {
	position: absolute;
	top: 1300px;
	right: -200px;
	transform: rotate(10deg);
}
.position30 {
	position: absolute;
	top: 1700px;
	right: -150px;
	transform: rotate(5deg);
}

.position31 {
	position: absolute;
	top: 2000px;
	left: -150px;
	transform: rotate(-10deg);
}
.position32 {
	position: absolute;
	top: 2400px;
	left: -200px;
	transform: rotate(-5deg);
}
.position33 {
	position: absolute;
	top: 2800px;
	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: 2900px;
	right: -150px;
	transform: rotate(-10deg);
}

.position43 {
	position: absolute;
	top: 3200px;
	left: -150px;
	transform: rotate(-10deg);
}
.position44 {
	position: absolute;
	top: 3600px;
	left: -200px;
	transform: rotate(-5deg);
}
.position45 {
	position: absolute;
	top: 4000px;
	left: -150px;
	transform: rotate(5deg);
}
.position46 {
	position: absolute;
	top: 4400px;
	left: -150px;
	transform: rotate(5deg);
}
.position47 {
	position: absolute;
	top: 4800px;
	left: -150px;
	transform: rotate(5deg);
}
.position48 {
	position: absolute;
	top: 5200px;
	left: -150px;
	transform: rotate(5deg);
}

.position49 {
	position: absolute;
	top: 3300px;
	right: -150px;
	transform: rotate(10deg);
}
.position50 {
	position: absolute;
	top: 3700px;
	right: -200px;
	transform: rotate(5deg);
}
.position51 {
	position: absolute;
	top: 4100px;
	right: -150px;
	transform: rotate(-10deg);
}
.position52 {
	position: absolute;
	top: 4500px;
	right: -150px;
	transform: rotate(-10deg);
}
.position53 {
	position: absolute;
	top: 4900px;
	right: -150px;
	transform: rotate(-10deg);
}
.position54 {
	position: absolute;
	top: 5300px;
	right: -150px;
	transform: rotate(-10deg);
}

.position55 {
	position: absolute;
	top: 5600px;
	left: -150px;
	transform: rotate(5deg);
}
.position56 {
	position: absolute;
	top: 6000px;
	left: -150px;
	transform: rotate(5deg);
}
.position57 {
	position: absolute;
	top: 6400px;
	left: -150px;
	transform: rotate(5deg);
}
.position58 {
	position: absolute;
	top: 5700px;
	right: -150px;
	transform: rotate(-10deg);
}
.position59 {
	position: absolute;
	top: 6100px;
	right: -150px;
	transform: rotate(-10deg);
}
.position60 {
	position: absolute;
	top: 6500px;
	right: -150px;
	transform: rotate(-10deg);
}

.position05 {
	position: absolute;
	top: 6800px;
	left: -150px;
	transform: rotate(-10deg);
}
.position10 {
	position: absolute;
	top: 6900px;
	right: -150px;
	transform: rotate(5deg);
}

/* ------------------------
  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 #585858 !important;
    background-color: #585858 !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: #d6bf90 5px solid;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -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;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  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;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@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;
	}
}

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

.thanks__btn__item a.twitter {
  background: #1b95e0;
}

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

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