@charset "utf-8";

/*//////////////////////////////////////////////////////////

Copyright (C) KUKAN DESIGN AWARD All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  KUKAN DESIGN AWARD

//////////////////////////////////////////////////////////*/

/*
0:Base
------------------------------------------------------------
*/
html,
body {
  width: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", Helvetica, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    Arial, Verdana, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  letter-spacing: 1px;
  /* iOS4でのテキストの隙間への対応 */
  -webkit-text-size-adjust: 100%;
  /* 文字サイズの自動調整機能のキャンセル */
}

.win body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", Helvetica, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    Arial, Verdana, sans-serif;
}

.en-US {
  font-family: Helvetica, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana,
    sans-serif;
}

.win .en-US {
  font-family: Helvetica, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana,
    sans-serif;
}

a,
a:link,
a:active,
a:visited {
  text-decoration: underline;
  color: #000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

a:hover {
  color: #999;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

.opacity:hover {
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}

.fadein {
  -moz-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  -ms-transition: all 1000ms;
  transition: all 1000ms;
}

.fadein_left {
  -moz-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  -ms-transition: all 1000ms;
  transition: all 1000ms;
}

.fadein_right {
  -moz-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  -ms-transition: all 1000ms;
  transition: all 1000ms;
}

.fadein.scrollin,
.fadein_left.scrollin,
.fadein_right.scrollin {
  -moz-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.sp {
  display: none;
}

/*
1:Base
------------------------------------------------------------
*/
#containerWrap {
  min-width: 1200px;
}

#container {
  width: 100%;
  padding-top: 140px;
  margin: 0 auto 3em;
}

#content {
  padding: 0px;
  clear: both;
  margin: 0 auto;
}

#single_wrap {
  padding: 0 5%;
}

#single_inner {
  max-width: 1108px;
  margin: 0 auto;
  overflow: hidden;
}

#main {
  float: left;
  width: 730px;
}

#sub {
  float: right;
  width: 250px;
}

.talk_container {
  background: #333333;
  padding-bottom: 50px;
}

#breadcrumbList {
  margin-bottom: 15px;
  font-size: 100%;
}

.wp-pagenavi {
  clear: both;
  padding: 15px 0 !important;
}

.secound {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  height: 90px;
  background: url(../images/secoundBg.png) no-repeat 0 0;
  padding-bottom: 25px;
}

.sectionC {
  margin-bottom: 2em;
  clear: both;
  overflow: hidden;
  text-align: center;
}

.leftCol {
  float: left;
  padding: 10px;
  width: 265px;
}

.rightCol {
  float: right;
  padding: 10px;
  width: 380px;
}

.leftBox {
  float: left;
  margin: 0;
  width: 200px;
}

.rightBox {
  width: 430px;
  float: right;
  margin: 0;
}

.ate {
  padding: 15px;
  border: 1px dotted #1d1d1d;
}

.box {
  padding: 15px;
  background: #f7f7f7;
}

/*
2:h_tag
------------------------------------------------------------
*/
h2.mainTi {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 100%;
  background: #000;
  color: #fff;
}

h3.mainTi {
  margin-bottom: 20px;
  font-size: 138.5%;
  border-bottom: 1px solid #3a2714;
  padding: 10px 0px 5px 0;
}

h3.subTi {
  font-weight: bold;
  font-size: 131%;
  margin-bottom: 15px;
}

h4.mainTi {
  border: 1px solid #111;
  padding: 5px;
  text-align: center;
  color: #111;
  font-size: 123.1%;
  margin-bottom: 15px;
}

h4.subTi {
  font-weight: bold;
  font-size: 116%;
}

/*
3:Common style
------------------------------------------------------------
*/
.notoseri {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
    "MS PMincho", serif;
}

.yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.en-US .yumin {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
    "MS PMincho", serif;
}

.page-id-1888 .yumin {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
    "MS PMincho", serif;
}

.center {
  text-align: center;
}

.alignleft {
  float: left;
  padding: 0 15px 15px 0;
}

.alignright {
  float: right;
  padding: 0 0 15px 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.photoL {
  float: left;
  padding: 0 15px 15px 0;
}

.photoL p {
  overflow: auto;
}

.photoR {
  float: right;
  padding: 0 0 15px 15px;
}

.photoR p {
  overflow: auto;
}

.imgTi {
  margin-bottom: 15px;
}

.imgTi0 {
  margin-bottom: 0px;
}

.imgTi5 {
  padding-bottom: 5px;
}

.imgTi10 {
  padding-bottom: 10px;
}

.imgTi15 {
  padding-bottom: 15px;
}

.imgTi20 {
  padding-bottom: 20px;
}

/*
4:Header
------------------------------------------------------------
*/
header {
  width: 100%;
  min-width: 1200px;
  padding: 20px 5% 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
@media (min-width: 1024px) {
  header {
    height: 140px;
  }
}

#headerLeft {
  float: left;
  margin-top: 0px;
  width: 425px;
  position: relative;
}

#headerRight {
  float: right;
  text-align: right;
  width: 670px;
  padding-top: 15px;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
}

ul.list_sns {
  margin: 0 30px 10px 0;
  float: right;
}

ul.list_sns li {
  display: inline-block;
  padding: 0 8px;
  vertical-align: middle;
}

ul.bogo-language-switcher {
  float: right;
  font-weight: bold;
  line-height: 1;
  padding-top: 3px;
}

ul.bogo-language-switcher .bogoflags {
  display: none;
}

ul.bogo-language-switcher li {
  float: left;
  padding: 0 10px !important;
  border-right: 2px solid #000;
}

ul.bogo-language-switcher li a:link,
ul.bogo-language-switcher li a:visited {
  text-decoration: none;
}

ul.bogo-language-switcher li:last-child {
  border-right: none;
  padding-right: 0 !important;
}

#gnavi {
  position: relative;
  width: 918px;
  padding-left: 210px;
  clear: both;
  margin: 0 auto;
}

#gnavi ul {
  position: absolute;
  top: 20px;
  left: 210px;
  width: 100%;
}

#gnavi li {
  float: left;
  margin-left: 20px;
  font-size: 87.5%;
}

#gnavi li:first-child {
  margin-left: 0;
}

#gnavi li a:link,
#gnavi li a:visited {
  text-decoration: none;
}

#jMenu li ul {
  position: absolute;
  z-index: 100;
  background: #fff;
  display: none;
  padding: 10px 20px;
}

#jMenu li ul li {
  float: inherit;
  margin-left: 0;
  text-align: left;
}

.en-US #jMenu li ul li {
  margin-left: 0;
}

.popup {
  position: fixed;
  max-width: 800px;
  right: 20px;
  bottom: 20px;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 200;
  font-size: 75%;
}

.btn_close {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
}

.popup .center {
  margin-top: 15px;
}

.popup .center input {
  padding: 3px 20px;
}

/*
8:top
------------------------------------------------------------
*/
@media (min-width: 1024px) {
  .main-visual {
    padding: 0 80px;
  }
}
.main-visual__controller {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin: 12px 0;
}
@media (min-width: 1024px) {
  .main-visual .main-visual__controller {
    margin: 26px 0;
  }
}
.main-visual .swiper-button-prev,
.main-visual .swiper-button-next {
  position: static;
  margin: 0 !important;
  border: 1px solid black;
  border-radius: 9999px;
  width: 24px;
  height: 13px;
  transition: background-color 0.25s;
}
.main-visual .swiper-button-prev {
  transform: rotate(180deg);
}
.main-visual .swiper-button-prev:hover,
.main-visual .swiper-button-next:hover {
  background-color: black;
}
.main-visual .swiper-button-prev:hover svg,
.main-visual .swiper-button-next:hover svg {
  fill: white;
}
.main-visual .swiper-button-prev svg,
.main-visual .swiper-button-next svg {
  width: 9px;
  transition: fill 0.25s;
}
.main-visual .swiper-button-prev::after,
.main-visual .swiper-button-next::after {
  display: none;
}
.main-visual .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  position: static;
  width: fit-content;
}
.main-visual .swiper-pagination-dot {
  display: block;
  position: relative;
  margin: 0 !important;
  width: 6px !important;
  height: 6px !important;
  background-color: #b4b4b4;
  opacity: 1;
  --length: 45;
}
.main-visual .swiper-pagination-dot.swiper-pagination-bullet-active {
  background-color: black;
}
.main-visual .swiper-pagination-dot-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  aspect-ratio: 1;
  fill: transparent;
  stroke: black;
  stroke-width: 1px;
  stroke-dashoffset: calc(var(--length) * (1 - var(--progress)));
  stroke-dasharray: var(--length);
  opacity: 0;
  transform: translate(-50%, -50%);
}
.main-visual
  .swiper-pagination-dot.swiper-pagination-bullet-active
  .swiper-pagination-dot-circle {
  opacity: 1;
}

h2.main_txt {
  font-size: 304%;
  color: #000;
  line-height: 1.2;
}

h2.main_txt span {
  background: -moz-linear-gradient(
    transparent 0%,
    transparent 10%,
    rgba(255, 255, 255, 0.8) 10%,
    rgba(255, 255, 255, 0.8) 90%,
    transparent 90%,
    transparent 100%
  );
  background: -webkit-linear-gradient(
    transparent 0%,
    transparent 10%,
    rgba(255, 255, 255, 0.8) 10%,
    rgba(255, 255, 255, 0.8) 90%,
    transparent 90%,
    transparent 100%
  );
  background: -ms-linear-gradient(
    transparent 0%,
    transparent 10%,
    rgba(255, 255, 255, 0.8) 10%,
    rgba(255, 255, 255, 0.8) 90%,
    transparent 90%,
    transparent 100%
  );
  background: linear-gradient(
    transparent 0%,
    transparent 10%,
    rgba(255, 255, 255, 0.8) 10%,
    rgba(255, 255, 255, 0.8) 90%,
    transparent 90%,
    transparent 100%
  );
}

#about {
  padding: 70px 5% 100px;
  background: #f8f8f8;
  overflow: hidden;
}

.top_box_wrap {
  max-width: 918px;
  margin: 0 auto;
  position: relative;
}

.top_box1 {
  background: #fff;
  padding: 100px 10%;
  position: relative;
  width: 85%;
  max-width: 783px;
}

.top_box1:after {
  position: absolute;
  width: 50%;
  height: 80px;
  background: #fff;
  content: "";
}

#about_box {
  margin-bottom: 160px;
}

#about_box:after {
  bottom: -80px;
  left: 0;
}

#award_box {
  margin-left: 14.7%;
  padding: 80px 9.5% 60px;
}

#award_box:after {
  top: -80px;
  right: 0;
}

h3.topTi {
  font-size: 150%;
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
}

table.top_table {
  width: 100%;
}

table.top_table th {
  font-weight: normal;
  vertical-align: top;
  width: 20%;
  text-decoration: underline;
  padding-bottom: 15px;
}

table.top_table td {
  font-weight: normal;
  vertical-align: top;
  width: 80%;
  padding-bottom: 15px;
  font-size: 75%;
}

table.top_table td p {
  margin-bottom: 15px;
}

table.top_table td .ti {
  font-size: 133%;
  line-height: 1.4;
  margin-bottom: 0;
}

#movie {
  padding: 70px 0;
  overflow: hidden;
}

.top_box_wrap2 {
  position: relative;
  padding: 65px 5%;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.top_box_wrap2:before,
.top_box_wrap2:after {
  position: absolute;
  width: 1px;
  height: calc(100% + 140px);
  top: -70px;
  background: #d5d5d5;
  content: "";
}

.top_box_wrap2:before {
  left: 5%;
}

.top_box_wrap2:after {
  right: 5%;
}

#movie .inner {
  max-width: 918px;
  margin: 0 auto;
}

#movie img {
  width: 100%;
}

ul.photo {
  overflow: hidden;
  margin: 9.5px 0 55px;
}

ul.photo li {
  float: left;
  margin: 0 1.25% 9.5px 0;
  width: 19%;
}

ul.photo li:nth-child(5n) {
  margin-right: 0;
}

ul.cere_slide {
  margin-bottom: 55px;
}

#movie dl {
  overflow: hidden;
}

#movie dl dt {
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.en-US #movie dl dt {
  letter-spacing: 0;
}

dl#top_event dd {
  margin-bottom: 55px;
}

dl#top_event br {
  display: none;
}

#top_award {
  padding: 0 5%;
  overflow: hidden;
}

h3.topTi2 {
  font-size: 175%;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 80px;
}

#top_award h3.topTi2 {
  position: relative;
  padding-bottom: 30px;
}

#top_award h3.topTi2:after {
  position: absolute;
  bottom: 0;
  left: -100%;
  height: 1px;
  width: 300%;
  content: "";
  background: #d5d5d5;
}

.winner_box {
  max-width: 983px;
  margin: 0 auto 80px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

.winner_box img {
  width: 100%;
}

.credit_box {
  padding: 30px 40px;
}

.winner_box dl {
  overflow: hidden;
}

.winner_box dl dt {
  float: left;
  clear: left;
  font-size: 125%;
  /*background: url(../images/badge_winner.svg) no-repeat left center;
    line-height: 1.5;
    padding: 20px 0 0 130px;
    height: 90px;
    letter-spacing: 0;*/
}

.winner_box dl dt p {
  padding-left: 65px;
}

.en-US .winner_box dl dt p {
  font-family: Helvetica, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana,
    sans-serif;
}

.winner_box dl dd {
  margin-left: 435px;
}

.winner_box dl dd .ti {
  font-size: 150%;
  line-height: 1.4;
  margin-bottom: 15px;
}

.winner_box dl dd .tag {
  margin-top: 15px;
  font-size: 87.5%;
}

.winner_box dl dd .tag a {
  display: inline-block;
  margin-right: 10px;
}

.cat_prize_box {
  position: relative;
}

.cat_prize_box:before {
  position: absolute;
  top: 0;
  left: -100%;
  height: 1px;
  width: 300%;
  content: "";
  background: #d5d5d5;
}

h4.topTi {
  text-align: center;
  font-size: 125%;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0;
}

h4.topTi .block {
  display: block;
  padding-bottom: 10px;
  font-size: 90%;
}

h4.topTi .bg_bk {
  background: #000;
  color: #fff;
  padding: 0 15px;
}

.cat_prize_box .inner {
  overflow: hidden;
  border-left: 1px solid #d5d5d5;
  max-width: 1108px;
  margin: 0 auto 60px;
  font-size: 87.5%;
}

.gold_box {
  width: 46%;
  border-right: 1px solid #d5d5d5;
  float: left;
}

.silver_box {
  width: 27%;
  border-right: 1px solid #d5d5d5;
  float: left;
}

.bronze_box {
  width: 27%;
  float: left;
  border-right: 1px solid #d5d5d5;
}

.gold_box .award_box_inner,
.silver_box .award_box_inner,
.bronze_box .award_box_inner {
  margin-bottom: 30px;
}

.gold_box .award_box_inner:last-child,
.silver_box .award_box_inner:last-child,
.bronze_box .award_box_inner:last-child {
  margin-bottom: 0;
}

.cat_prize_box img {
  width: 100%;
  margin-bottom: 20px;
}

.cat_prize_box .credit_box {
  padding: 0 30px;
  font-size: 87.5%;
}

.badge_p {
  line-height: 1.5;
  margin-bottom: 25px;
}

.badge_p img {
  margin-bottom: 0;
  max-width: 203px;
}

.gold_box .badge_p img {
  max-width: 260px;
}

/*.gold_box .badge_p{
    font-size: 142%;
    padding: 40px 0 20px 110px;
    background: url(../images/badge_gold.svg) no-repeat 0 0;
}
.silver_box .badge_p{
    padding: 25px 0 10px 70px;
    background: url(../images/badge_silver.svg) no-repeat 0 0;
}
.bronze_box .badge_p{
    padding: 25px 0 10px 70px;
    background: url(../images/badge_bronze.svg) no-repeat 0 0;
}*/
.cat_prize_box .credit_box .ti {
  font-size: 128%;
  line-height: 1.4;
  margin-bottom: 15px;
}

.cat_prize_box .credit_box .tag {
  margin-top: 15px;
}

.cat_prize_box .credit_box .tag a {
  display: inline-block;
  margin-right: 10px;
}

ul.list_btn {
  max-width: 1108px;
  margin: 0 auto 105px;
  overflow: hidden;
}

ul.list_btn li {
  width: 50%;
  float: left;
}

ul.list_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d5d5d5;
  height: 90px;
  text-align: center;
  font-size: 150%;
  line-height: 1.5;
}

ul.list_btn li a span {
  font-size: 83%;
}

ul.list_btn li a:link,
ul.list_btn li a:visited {
  text-decoration: none;
}

ul.list_btn li:first-child a {
  border-right: none;
}

#introduction {
  padding: 100px 5%;
  background: #eeeeee;
  overflow: hidden;
}

.top_box_wrap3 {
  max-width: 1108px;
  margin: 0 auto;
}

.intro_box {
  padding: 7% 8%;
  background: #f8f8f8;
  width: 87%;
  max-width: 962px;
  position: relative;
}

#intro_inner2 {
  margin-left: 13%;
}

.intro_box .inner {
  width: 70%;
  max-width: 570px;
}

#intro_inner2 .inner {
  margin-left: 30%;
}

h4.introTi {
  font-size: 150%;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: bold;
}

.disc {
  color: #fff;
  font-size: 125%;
  margin-bottom: 30px;
  background: #000;
  padding: 10px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0;
}

#introduntion_img1 {
  position: absolute;
  top: 10%;
  right: -14%;
  width: 38%;
  max-width: 421px;
}

#introduntion_img2 {
  position: absolute;
  top: 10%;
  left: -14%;
  width: 38%;
  max-width: 421px;
}

#intro_inner1 {
  margin-bottom: 200px;
}

.intro_box:after {
  position: absolute;
  background: #f8f8f8;
  width: 50%;
  height: 100px;
  content: "";
}

#intro_inner1:after {
  bottom: -100px;
  left: 0;
}

#intro_inner2:after {
  top: -100px;
  right: 0;
}

/* 2021 追加 -----------------------------------------------*/
#top_btn_wrap {
  position: absolute;
  top: -60px;
  right: -100px;
  width: 320px;
}

#top_more1 {
  position: absolute;
  bottom: -95px;
  left: 12%;
  z-index: 10;
}

#top_btn1 {
  position: absolute;
  width: 255px;
  height: 255px;
  background: url(../images/top_btn1.svg) no-repeat 0 0;
  top: 35px;
  left: 0;
  text-align: center;
  padding-top: 135px;
  line-height: 1.3;
}

#top_btn2 {
  position: absolute;
  width: 193px;
  height: 193px;
  background: url(../images/top_btn2.svg) no-repeat 0 0;
  top: 35px;
  right: 0;
  text-align: center;
  padding-top: 60px;
  line-height: 1.7;
}

#top_btn2 span {
  font-size: 75%;
  display: block;
  letter-spacing: -1px;
  padding-top: 5px;
}

#top_btn_wrap a:link,
#top_btn_wrap a:visited {
  color: #fff;
  text-decoration: none;
}

#news {
  background: #888888;
  padding: 50px 5%;
}

#news h3.topTi {
  color: #fff;
  margin-bottom: 25px;
}

#news a:link,
#news a:visited {
  color: #fff;
}

ul.top_news li dl {
  overflow: hidden;
}

ul.top_news li dl dt {
  padding: 25px 0;
  clear: left;
  float: left;
  width: 200px;
  border-top: 3px solid #fff;
}

ul.top_news li dl dd {
  padding: 25px 0;
  margin-left: 200px;
  border-top: 1px solid #cccccc;
}

ul.top_news li a:link,
ul.top_news li a:visited {
  text-decoration: none;
}

#top_news_more {
  position: absolute;
  top: 0;
  right: 0;
}

#talks {
  background: #333;
  color: #fff;
}

#talks .inner {
  padding: 50px 5%;
  background: #888888;
  overflow: hidden;
}

.talks_new_box {
  overflow: hidden;
}

.talks_left {
  width: 56%;
  float: left;
}

.talks_left img {
  width: 100%;
}

.talks_right {
  padding: 5%;
  width: 44%;
  float: right;
}

.talks_right .ti {
  font-size: 112.5%;
  padding-left: 70px;
  position: relative;
  word-break: break-all;
  line-height: 1.6;
}

.talks_right .ti:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 250%;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
    "MS PMincho", serif;
  line-height: 1.4;
}

.top_talk1 .talks_right .ti:before {
  content: "01";
}

.top_talk2 .talks_right .ti:before {
  content: "02";
}

.top_talk3 .talks_right .ti:before {
  content: "03";
}

.top_talk4 .talks_right .ti:before {
  content: "04";
}

.top_talk5 .talks_right .ti:before {
  content: "05";
}

.top_talks_more {
  margin: 45px 0 0;
  text-align: center;
}

.top_talks_more a:link,
.top_talks_more a:visited {
  color: #fff;
}

#thumb_wrap {
  max-width: 1108px;
  margin: 0 auto;
}

#talks_more {
  float: left;
  clear: left;
  font-size: 112.5%;
}

#talks_more:link,
#talks_more:visited {
  color: #fff;
}

ul.thumb-item-nav {
  margin-left: 210px;
}

ul.thumb-item-nav li {
  margin: 0 10px;
}

#movie_new {
  background: #333;
  margin-bottom: 110px;
  color: #fff;
}

#movie_new .inner {
  max-width: 918px;
  margin: 0 auto;
}

#movie_new img {
  width: 100%;
}

#movie_new .top_box_wrap2:before,
#movie_new .top_box_wrap2:after {
  display: none;
}

#movie_new dl {
  overflow: hidden;
}

#movie_new dl dt {
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.en-US #movie_new dl dt {
  letter-spacing: 0;
}

#movie_new a:link,
#movie_new a:visited {
  color: #fff;
}

ul.photo li a {
  position: relative;
  display: block;
}

ul.photo li a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(../images/triangle.svg) no-repeat center;
  content: "";
}

ul.list_btn li.w100 {
  width: 99.9%;
}

ul.list_btn li.w30 {
  width: 33.3%;
}

ul.list_btn li.w100 a {
  border-right: 1px solid #d5d5d5;
  border-bottom: none;
}

ul.list_btn li.w30 a {
  border-right: none;
}

ul.list_btn li:last-child a {
  border-right: 1px solid #d5d5d5;
}

.youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 55px;
}

.youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 20250406追加 */
.pickup-content {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  background-color: black;
  z-index: 9999;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.5s, transform 0.5s;
}
.pickup-content.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .pickup-content {
    position: fixed;
    bottom: 30px;
    right: 30px;
    max-width: 530px;
  }
}
.pickup-content__link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  width: 100%;
  color: white !important;
  text-decoration: none !important;
}
@media (min-width: 1024px) {
  .pickup-content__link {
    gap: 24px;
  }
}
.pickup-content__link:hover {
  text-decoration: underline !important;
}
.pickup-content__image {
  width: 100px;
  aspect-ratio: 10 / 7;
  background-color: white;
}
@media (min-width: 1024px) {
  .pickup-content__image {
    width: 186px;
  }
}
.pickup-content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pickup-content__text {
  font-size: 18px;
  line-height: 1.5;
  color: white;
}
.pickup-content__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  width: 15px;
  aspect-ratio: 1;
  background-color: white;
  cursor: pointer;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.pickup-content__close:hover {
  transform: scale(1.2) rotate(135deg);
}
.pickup-content__close::before,
.pickup-content__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background-color: black;
  transform: translate(-50%, -50%);
}
.pickup-content__close::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*
10:Footer
------------------------------------------------------------
*/
footer {
  clear: both;
  padding: 50px 5%;
}

#footer {
  text-align: center;
  letter-spacing: 0;
}

#topcontrol {
  background: url(../images/pageTop.svg) no-repeat 0 0;
  width: 12px;
  height: 37px;
}

.copy {
  clear: both;
  text-align: center;
  font-size: 62.5%;
  margin-top: 35px;
}

.f_fix_btn {
  position: fixed;
  right: 40px;
  bottom: 10px;
  display: inline-block;
  background: #000;
  line-height: 1.5;
  padding: 10px 30px;
}

.f_fix_btn:link,
.f_fix_btn:visited {
  color: #fff;
  text-decoration: none;
}

.f_fix_btn:hover {
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

/*
下層
------------------------------------------------------------
*/
/* award詳細 ------------------------------*/
h2.award_ti {
  padding: 45px 5% 45px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 65px;
  text-align: center;
  font-size: 175%;
  letter-spacing: 2px;
  line-height: 1.4;
}

.award_content {
  width: 918px;
  margin: 0 auto;
}

.award_prize_box {
  width: 300px;
  font-size: 150%;
  line-height: 1.5;
  float: left;
}

.en-US .award_prize_box {
  font-family: Helvetica, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana,
    sans-serif;
}

.award_prize_box img {
  /*width: 150px;*/
  margin-bottom: 15px;
  max-width: 100%;
}

.award_credit_box {
  float: right;
  width: 595px;
  margin-bottom: 100px;
}

table.award_credit {
  width: 100%;
}

table.award_credit th {
  font-size: 75%;
  font-weight: normal;
  vertical-align: top;
  text-decoration: underline;
  padding-bottom: 30px;
  width: 25%;
  padding-right: 20px;
}

table.award_credit td {
  vertical-align: top;
  padding-bottom: 30px;
}

.award_cat {
  font-size: 87.5%;
}

.award_cat span {
  color: #fff;
  background: #000;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 115%;
}

h3.award_ti {
  font-size: 150%;
  line-height: 1.5;
}

.f14 {
  font-size: 87.5%;
}

.award_tag {
  margin-top: 50px;
}

.award_tag a {
  margin-right: 10px;
}

.award_concept {
  clear: both;
  margin-top: 100px;
}

.img_box {
  clear: both;
  margin-top: 100px;
}

.img_box img {
  display: block;
  margin: 0 auto 20px;
}

/* award一覧 ------------------------------*/
.list_award_wrap {
  max-width: 1100px;
  margin: 0 auto;
}

ul.term_box {
  width: 100%;
}

ul.term_box li.inner {
  float: left;
  margin-bottom: 110px;
  font-size: 87.5%;
  width: 15%;
  position: relative;
}

ul.term_box li.inner:nth-child(3) {
  width: 40%;
}

ul.term_box li.inner:nth-child(4) {
  width: 30%;
}

h3.sub_ti {
  padding: 0 0 10px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 15px;
  font-size: 128%;
}

.triger_ti {
  position: relative;
  cursor: pointer;
}

.triger_ti:after {
  position: absolute;
  top: 50%;
  left: 60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  margin-top: -4px;
  content: "";
}

.triger_ti.active:after {
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #000000 transparent;
}

.term_box div ul {
  margin-right: 5%;
}

ul.award_menu,
.slidedown_menu {
  display: none;
  position: absolute;
  top: 89px;
  left: 0;
  padding: 15px 5px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 50;
}

.slidedown_menu span {
  display: inline-block;
  margin-right: 10px;
}

ul.list_award {
  clear: both;
}

ul.list_award li {
  width: 348px;
  float: left;
  margin: 0 28px 50px 0;
  font-size: 87.5%;
}

ul.list_award li:nth-child(3n) {
  margin: 0 0 50px 0;
}

ul.list_award li dl {
  margin: 20px 0;
  overflow: hidden;
}

ul.list_award li dl dt {
  /*width: 60px;
    float: left;
    clear: left;*/
}

ul.list_award li dl dt img {
  height: 45px;
  width: auto;
}

/*ul.list_award li dl dd{
    margin-left: 70px;
    padding-top: 15px;
    line-height: 1.5;
}*/
ul.list_award li dl.list_award_prize_box_winner dd {
  padding-top: 0;
}

ul.list_award li .caption {
  margin-top: 8px;
  font-size: 0.9em;
  font-weight: bold;
}

ul.list_award li .ti {
  font-size: 128%;
  margin-bottom: 40px;
}

#pagenav_wrap {
  clear: both;
  text-align: center;
  padding: 30px 5%;
  border-top: 1px solid #d5d5d5;
  font-size: 112.5%;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none !important;
  background: #888888 !important;
  color: #fff !important;
  padding: 3px 10px !important;
  margin: 4px !important;
  display: inline-block;
}

.wp-pagenavi span.current {
  background: #000 !important;
}

/* shortlist一覧 ------------------------------*/
.shortlist_wrap {
  clear: both;
  width: 100%;
  padding: 30px 5% 50px;
}

.shortlist_wrap .inner {
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
}

.shortL {
  width: 465px;
  float: left;
  font-size: 87.5%;
  line-height: 1.5;
}

.shortR {
  width: 578px;
  float: right;
}

.shortR li {
  margin-top: 20px;
}

ul.short_fancy li img {
  display: none;
}

ul.short_fancy li:first-child img {
  display: block;
}

ul.short_fancy li:first-child a,
.longR a {
  display: block !important;
  position: relative;
}

ul.short_fancy li:first-child a:before,
ul.short_fancy li:first-child a:after,
.longR a:before,
.longR a:after {
  background: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

ul.short_fancy li:first-child a:after,
.longR a:after {
  background-position: center;
  z-index: 10;
}

ul.short_fancy li:first-child a:hover:before,
.longR a:hover:before {
  background: rgba(255, 255, 255, 0.6);
}

ul.short_fancy li:first-child a:hover:after,
.longR a:hover:after {
  background-image: url(../images/Search.svg);
  background-repeat: no-repeat;
}

.short_cat {
  margin: 35px 0;
}

.short_cat span {
  color: #fff;
  background: #000;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 115%;
}

.shortL h3.ti {
  font-size: 115%;
  margin-bottom: 50px;
}

.short_daihyo {
  margin-bottom: 35px;
}

.short_concept {
  margin-top: 35px;
}

/* longlist一覧 ------------------------------*/
.longL {
  width: 382px;
  float: left;
  font-size: 87.5%;
  line-height: 1.5;
  margin-right: 54px;
}

.longR {
  width: 227px;
  float: right;
}

.longL h3.ti {
  font-size: 115%;
  margin-bottom: 50px;
}

/* about ------------------------------*/
h3.ti_about {
  font-size: 150%;
  line-height: 2;
  margin-bottom: 85px;
}

h4.ti_about {
}

.about_top_box {
  padding-left: 210px;
  margin-bottom: 110px;
}

table.table_about {
  width: 100%;
}

table.table_about th {
  padding: 35px 0 65px;
  border-top: 3px solid #707070;
  font-size: 125%;
  width: 22%;
  vertical-align: top;
  line-height: 1.5;
  font-weight: normal;
}

table.table_about th .small {
  font-size: 78%;
}

table.table_about td {
  border-top: 1px solid #d5d5d5;
  padding: 35px 10px 65px;
  vertical-align: top;
}

.a_img_wrap {
  text-align: center;
  margin-bottom: 60px;
}

.mb1em {
  margin-bottom: 2em;
}

.mb2em {
  margin-bottom: 4em;
}

.about_disc {
  font-size: 87.5%;
  margin-bottom: 60px;
}

.logo_name {
  font-size: 112.5%;
  margin-bottom: 20px;
  line-height: 1.5;
}

.border_top {
  border-top: 1px solid #d5d5d5;
  padding-top: 70px;
  margin-top: 50px;
}

h4.ti_about {
  font-size: 112.5%;
  margin-bottom: 45px;
  line-height: 1.5;
}

table.table_kouen th {
  padding: 40px 0 80px;
  font-size: 100%;
  letter-spacing: 0;
}

table.table_kouen td {
  padding: 40px 0 80px;
}

.a_img_wrap2 {
  margin-bottom: 55px;
}

table.table_kouen td .koen_wrap {
  width: 100%;
  padding: 0 0 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d5d5d5;
  overflow: hidden;
}

table.table_kouen td .koen_wrap div {
  vertical-align: middle;
  float: left;
  padding: 15px 0 0 0;
}

table.table_kouen td .koen_wrap div:first-child {
  padding: 15px 40px 0 0;
}

table.table_kouen td .koen_wrap div.koen_logo {
  width: 30%;
  float: right;
  padding: 0;
}

.f18 {
  font-size: 112.5%;
}

/* detail ------------------------------*/
ul.nav_detail {
  text-align: center;
  margin: -25px 0 75px;
}

ul.nav_detail li {
  margin: 0 20px;
  padding-right: 25px;
  display: inline-block;
  background: url(../images/under.svg) no-repeat right center;
}

ul.nav_detail li a:link,
ul.nav_detail li a:visited {
  text-decoration: none;
}

table.table_about td table.top_table th {
  width: 20%;
  font-size: 112.5%;
  text-decoration: none;
  border-top: none;
  padding: 0 0 15px 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", Helvetica, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    Arial, Verdana, sans-serif;
}

table.table_about td table.top_table td {
  border-top: none;
  padding: 0 0 15px 0;
}

table.table_about td table.top_table td .ti {
  line-height: 2;
}

table.table_about td table.top_table td .f14 {
  font-size: 116%;
}

.f20 {
  font-size: 125%;
}

.mb05em {
  margin-bottom: 0.5em;
}

.kikan_txt {
  border: 1px solid #707070;
  margin-bottom: 30px;
  padding: 15px;
}

.link {
  display: block;
  background: #707070;
  width: 240px;
  text-align: center;
  margin: 0 0 35px;
  line-height: 45px;
}

.link:link,
.link:visited {
  color: #fff;
  text-decoration: none;
}

.link2 {
  border: 1px solid #707070;
  background: #fff;
}

.link2:link,
.link2:visited {
  color: #000;
}

ul.list_d_btn li {
  float: left;
  margin-right: 50px;
}

p.jury_ti {
  font-size: 112.5%;
  margin-bottom: 10px;
}

p.jury_ti .border_b {
  border-bottom: 1px solid #000;
}

p.jury_ti .small {
  font-size: 78%;
}

ul.list_jury {
  overflow: hidden;
  margin-bottom: 15px;
}

ul.list_jury li {
  width: 100%;
  margin: 0 0 60px 0;
}

ul.list_jury li dl {
  overflow: hidden;
}

ul.list_jury li dl dt {
  width: 155px;
  clear: left;
  float: left;
}

ul.list_jury li dl dd {
  margin-left: 190px;
}

ul.list_jury li .ti {
  font-size: 112.5%;
  margin: 0 0 10px;
}

ul.list_jury li .ti .small {
  font-size: 66.6%;
  padding-left: 20px;
}

ul.list_jury li .jury_yaku {
  position: relative;
  margin-bottom: 25px;
  font-size: 87.5%;
}

ul.list_jury li .jury_yaku:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 70px;
  height: 1px;
  background: #707070;
  content: "";
}

p.jury_ti2 {
  margin-bottom: 30px;
  font-size: 112.5%;
}

p.jury_ti2 .small {
  font-size: 88.8%;
}

dl.list_faq {
  border-top: 1px solid #d5d5d5;
}

dl.list_faq dt {
  padding-top: 20px;
  padding-bottom: 10px;
}

dl.list_faq dd {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
}

dl.list_faq dt span,
dl.list_faq dd span {
  font-size: 150%;
  padding-right: 10px;
  font-weight: bold;
}

.m90 {
  margin-bottom: 90px;
}

table.table_about td .inner_table {
  width: 100%;
}

table.table_about td .inner_table th {
  border: none;
  font-size: 112.5%;
  padding: 0 0 20px;
  font-weight: normal;
  width: 20%;
}

table.table_about td .inner_table td {
  border: none;
  padding: 0 0 20px;
  font-size: 87.5%;
}

.right {
  text-align: right;
}

.application_btn_wrap {
  clear: both;
  margin: 65px 0 0;
}

.application_btn_wrap li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
}

.application_btn_wrap a {
  display: block;
  background: #d60000 url(../images/right.svg) no-repeat center 70%;
  font-size: 125%;
  letter-spacing: 2px;
  padding: 50px 10px 90px;
  text-align: center;
}

.application_btn_wrap a:link,
.application_btn_wrap a:visited {
  color: #fff;
  text-decoration: none;
}

/* news ------------------------------*/
.single_day {
  /* font-family: 'Noto Serif JP',"YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
  margin-bottom: 20px;
}

h3.single_ti {
  font-size: 150%;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: bold;
}

.share {
  margin-bottom: 30px;
}

.share div {
  display: inline-block;
  vertical-align: top;
}

.fb-share-button span {
  /* Facebook */
  vertical-align: top !important;
}

h4.ti_single {
  font-size: 125%;
  line-height: 1.6;
  margin-bottom: 60px;
}

.section {
  margin-bottom: 110px;
  clear: both;
  overflow: hidden;
}

.wp-caption {
  margin-bottom: 50px;
  font-size: 75%;
  line-height: 1.6;
}

.wp-caption img {
  margin-bottom: 20px;
}

ul.list_photo {
  overflow: hidden;
  margin-bottom: 40px;
}

ul.list_photo li {
  float: left;
  width: 48%;
  margin: 0 4% 20px 0;
}

ul.list_photo li:nth-child(2n) {
  margin: 0 0 20px;
}

ul.list_photo li .wp-caption {
  margin-bottom: 0;
}

.pagenation {
  /* font-family: 'Noto Serif JP', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
  display: -webkit-flex;
  display: flex;
  margin-top: 60px;
}

.pagenation .prev,
.pagenation .backList,
.pagenation .next {
  width: 33%;
  display: block;
}

.pagenation a:link,
.pagenation a:visited {
  text-decoration: none;
}

.pagenation .backList {
  text-align: center;
}

.pagenation .next {
  text-align: right;
}

h3.ti_side {
  /* font-family: 'Noto Serif JP', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
}

ul.list_side,
ul.list_side2 {
  margin-bottom: 50px;
  font-size: 87.5%;
  line-height: 1.5;
}

ul.list_side2 {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
}

ul.list_side li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

ul.list_side li a:link,
ul.list_side li a:visited,
ul.list_side2 li a:link,
ul.list_side2 li a:visited {
  text-decoration: none;
}

ul.list_side2 li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 10px;
}

ul.list_side2 li:before {
  position: absolute;
  content: ">";
  left: 0;
  top: 0;
}

ul.list_award li .ti_news {
  margin: 20px 0 0;
  font-size: 112.5%;
  line-height: 1.6;
}

ul.list_award li .new {
  height: 30px;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",
    "MS PMincho", serif;
  color: #fff;
}

ul.list_award li .new span {
  width: 100px;
  display: block;
  line-height: 30px;
  background: #000;
  text-align: center;
}

.n_movie_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 110px;
}

.n_movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.n_right_img {
  max-width: 350px;
  float: right;
  margin: 0 0 15px 15px;
}

.n_left_img {
  max-width: 350px;
  float: left;
  margin: 0 15px 15px 0;
}

/* talks ------------------------------------------------------------*/
.talk_container h2.award_ti {
  color: #fff;
  border-bottom: none;
  margin-bottom: 0;
}

.talk_container ul.list_award {
  padding-top: 65px;
  background: #cccccc;
  overflow: hidden;
}

.talk_container #pagenav_wrap {
  border-top: none;
}

.talk_container #single_inner {
  background: #888888;
}

.talk_container #main {
  padding: 65px 45px 0;
  background: #cccccc;
  overflow: hidden;
  width: 825px;
}

.talk_container #sub {
  padding-top: 65px;
}

/* terms ------------------------------*/
.f12 {
  font-size: 85.7%;
}

.link_term1 {
  width: 300px;
}

.link_term2 {
  max-width: 400px;
  width: inherit;
}

.ls0 {
  letter-spacing: -1px;
  margin-top: 110px;
}

/* contact ------------------------------------------------------------*/
#contact_wrap {
  padding: 0 5%;
}

table.contactform {
  margin: 50px 0 40px;
  width: 100%;
}

table.contactform th {
  padding: 25px 0;
  width: 22%;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

table.contactform th .small {
  font-size: 87.5%;
  letter-spacing: -1px;
}

table.contactform td {
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
  font-size: 87.5%;
}

table.contactform td input[type="text"],
table.contactform td input[type="email"],
table.contactform td textarea {
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  background: #f8f8f8;
}

table.contactform td textarea {
  max-width: 643px;
}

.submit_wrap {
  height: 45px;
  margin: 75px 0 0;
}

.submit_wrap input {
  width: 240px;
  line-height: 45px;
  color: #fff;
  border: none;
  background: #707070;
}

.wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
}

/*
12:option/wordpress
------------------------------------------------------------
*/
.widget_search {
  background: #fff;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
}

h3.widget-title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 100%;
  background: #000;
  color: #fff;
}

.sideSectionw ul {
  margin-bottom: 20px;
}

.sideSectionw ul li {
  padding-bottom: 8px;
  padding-left: 15px;
  margin-bottom: 8px;
  background: url(migi1.gif) no-repeat 0 5px;
  border-bottom: 1px dotted #604c3f;
}

/*
14:original
------------------------------------------------------------
*/

/*
15: single-award.php
------------------------------------------------------------
*/

.award_prize_box .bronze {
  width: 240px;
}

.award_prize_box .silver {
  width: 223px;
}

.award_prize_box .gold {
  width: 196px;
}

.award_prize_box .winner {
  width: 165px;
}

.award_badge_box {
  margin-top: 20px;
}

.award_badge_list:not(:only-child) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.award_badge_list:not(:only-child) {
  margin-top: 80px;
}

.award_badge_short-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .award_badge_short-list {
    flex-direction: row;
  }
}

.award_badge_item {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #000;
  text-align: center;
  padding: 5.5px 10px;
  min-width: 160px;
}

/*
16: 作品集一覧ページ
------------------------------------------------------------
*/

.search-form {
  margin-bottom: 63px;
}

.archive_award_type_title {
  font-weight: bold;
  margin: 15px 0 5px;
}

.archive_navigation_wrapper {
  display: none;
}

.archive_navigation {
  display: none;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .archive_navigation {
    flex-direction: row;
    gap: 0;
  }
}

.archive_navigation_label {
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5;
}

.archive_navigation_list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 20px;
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 1024px) {
  .archive_navigation_list {
    display: grid;
    grid-template-columns: 1fr;
    padding-right: 30px;
  }
}

.archive-navigation__category-list {
  display: grid;
  gap: 10px 20px;
  font-size: 14px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .archive-navigation__category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.archive_checkbox {
  font-size: 13px;
}

.archive_checkbox::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #000;
  margin-right: 7px;
  vertical-align: -3px;
}

.archive_checkbox:hover {
  cursor: pointer;
}

.archive_checkbox__input {
  display: none;
}

.archive_checkbox__input:checked + .archive_checkbox::before {
  background-color: #000;
}

.archive_navigation_button_box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .archive_navigation_button_box {
    grid-template-columns: 244px 244px 1fr;
    gap: 20px;
  }
}

.button-filter {
  position: relative;
  color: #fff;
  font-family: inherit;
  background-color: #000;
  border: none;
  padding: 6px;
}

.button-filter::before {
  margin-right: 8px;
  vertical-align: middle;
  content: url("../images/icon_filter.svg");
}

.button-filter::after {
  position: absolute;
  right: 20px;
  top: 8px;
  content: url("../images/icon_arrow.svg");
  transform: rotate(180deg);
  transition: all 0.2s;
}

.button-filter.active::after {
  transform: rotate(0);
}

.button-search {
  display: inline-flex;
}

.button-search button {
  display: inline-block;
  width: 45px;
  padding: 4px 0 0 2px;
  text-align: center;
  background-color: #000;
  vertical-align: middle;
  border: none;
}

.button-search input {
  font-family: inherit;
  width: calc(100% - 45px);
  padding: 6px 10px;
  border-radius: 0;
  outline: none;
  appearance: none;
  border: 2px solid #000;
  background-color: #fff;
}

.button-search input:focus {
  outline: none;
}

.archive-button-submit-box {
  margin-top: 33px;
}

@media (min-width: 1024px) {
  .archive-button-submit-box {
    display: grid;
    grid-template-columns: 175px;
    justify-content: end;
    margin-top: 60px;
  }
}

.archive-button-submit {
  font-family: inherit;
  border-radius: 50px;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #000;
  padding: 6.5px;
  text-align: center;
  width: 100%;
  color: inherit;
}

.archive_tag_footer {
  display: flex;
  gap: 60px;
  margin: 0 auto;
  width: min(95vw, 1100px);
  border-top: 1px solid #d5d5d5;
  line-height: 1;
  padding-top: 20px;
}

.archive_tag_title {
  font-size: 18px;
}

.archive_tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
