@charset "UTF-8";
html {
  color: #000;
  font-size: 1em;
  line-height: 1.6;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  background-color: #F8F8ED;
}

* {
  box-sizing: border-box;
}

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

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.pc-item {
  display: none;
}

.sp-item {
  display: block;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  padding: 0;
}

.modaal-container {
  background: #333;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#loading {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
}

#loading-main:after, #loading-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 110%;
}

#loading-main {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 105;
}

#loading-main:after {
  animation: loading 0.75s linear infinite;
  border: 4px solid transparent;
  border-top-color: #5b1312;
}

#loading-main:before {
  border: 4px solid #B62524;
}

.noscroll {
  overflow: hidden;
}

a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

a:link {
  color: #fff;
}

a:visited {
  color: #fff;
}

.wrapper {
  position: relative;
}

.rightmenu {
  position: fixed;
  top: 3.59vw;
  right: 3.59vw;
  z-index: 200;
}
.rightmenu .nav_content .naviset {
  margin: 50vh auto 0;
  transform: translateY(-50%);
}
.rightmenu .nav_content .naviset .mainnav {
  color: #fff;
  padding: 0;
  margin: 0 auto;
  width: 82.051vw;
}
.rightmenu .nav_content .naviset .mainnav li {
  list-style: none;
  padding: 0 0 6.41vw 0;
  margin: 0 0 6.41vw 0;
  letter-spacing: 0.1em;
  font-size: 5.641vw;
  line-height: 1;
  text-align: center;
  border-bottom: solid 0.256vw #fff;
}
.rightmenu .nav_content .naviset .mainnav li a {
  display: block;
  color: #fff;
}
.rightmenu .nav_content .naviset ul.share {
  width: 82.051vw;
  margin: 5.128vw auto 0;
  text-align: center;
}
.rightmenu .nav_content .naviset ul.share li {
  list-style: none;
}
.rightmenu .nav_content .naviset ul.share li a {
  display: inline-block;
  position: relative;
  font-size: 6.41vw;
  padding: 0 0 0 12.821vw;
}
.rightmenu .nav_content .naviset ul.share li a::after {
  content: "";
  display: inline-block;
  width: 11.282vw;
  height: 11.282vw;
  background-image: url("../img/icon-x.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0vw;
}
.rightmenu .nav_content .naviset ul.language {
  width: 82.051vw;
  margin: 7.692vw auto 0;
  text-align: center;
}
.rightmenu .nav_content .naviset ul.language li {
  list-style: none;
  display: inline-block;
}
.rightmenu .nav_content .naviset ul.language li a {
  display: inline-block;
  position: relative;
  font-size: 6.41vw;
  padding: 0 0 0 0;
  line-height: 1;
}
.rightmenu .nav_content .naviset ul.language li a.current {
  opacity: 0.3;
}
.rightmenu .nav_content .naviset ul.language li:not(:last-child) {
  border-right: 0.513vw solid #fff;
  padding: 0 4.359vw 0 0;
  margin: 0 3.846vw 0 0;
}

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  width: 13.846vw;
  height: 13.846vw;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 310; /* 重なり順を一番上にする */
  cursor: pointer;
  background-color: #000;
  border: 0.513vw solid #fff;
  border-radius: 50%;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 0.513vw;
  width: 7.692vw;
  border-radius: 0.513vw;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 1.795vw;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 1.795vw;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: 100%;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  font-size: 4.615vw;
  line-height: 3;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.4em;
}
.nav_list li {
  text-align: center;
}
.nav_list li a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.nav_list li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  opacity: 1;
  transition: 0.5s;
  animation: fadeIn 0.5s ease-in 0s forwards;
}

#drawer_input:not(:checked) ~ .nav_content_bg {
  animation: fadeOut 0.5s ease-in 0s forwards;
}

.nav_content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
  z-index: 301;
}

#drawer_input:checked ~ .nav_content {
  pointer-events: auto;
  opacity: 1;
  transition: 0.5s;
  z-index: 301;
  animation: fadeIn 0.5s ease-in 0s forwards;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/* ここまで */
body {
  position: relative;
}

img {
  width: 100%;
}

#header {
  width: 100%;
  height: 20.513vw;
  position: absolute;
  top: 0vw;
  left: 0vw;
}
#header .logo {
  width: 28.205vw;
  height: 7.436vw;
  position: absolute;
  top: 3.59vw;
  left: 3.333vw;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 0.256vw;
  line-height: 0;
}
#header .logo a {
  display: block;
}
#header .logo a img {
  width: 100%;
}
#header ul.mainnav {
  display: none;
}
#header ul.share {
  display: none;
}

#kv {
  width: 100%;
  height: 300.256vw;
  position: relative;
  background: url("../img/kv-bg.webp") no-repeat;
  background-size: 100%;
  padding: 0vw 0 23.846vw;
  overflow: hidden;
}
#kv .title-image {
  width: 79.744vw;
  height: 96.667vw;
  position: absolute;
  top: 21.538vw;
  left: 10.256vw;
}
#kv .title-image-lights {
  width: 133.333vw;
  position: absolute;
  top: 2.564vw;
  left: -10.256vw;
  mix-blend-mode: overlay;
  z-index: 101;
}
#kv .title-catch {
  width: 91.795vw;
  position: absolute;
  top: 114.872vw;
  left: 3.077vw;
}
#kv .title-text {
  font-size: 3.077vw;
  color: #fff;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 154.872vw;
  left: 6.667vw;
}
#kv .title-text p {
  margin: 3.846vw 0;
}
#kv .title-text p span {
  background-color: #B62524;
  display: inline-block;
  font-size: 4.103vw;
  font-weight: 900;
  padding: 0.513vw;
  margin-right: 0.2em;
}
#kv .title-text p.lh2 {
  line-height: 2;
  margin: -1.282vw 0;
}
#kv .kv-fes-bnr {
  width: 87.179vw;
  margin: 0 auto;
  position: absolute;
  top: 244.872vw;
  left: 6.41vw;
}
#kv .kv-fes-bnr::after {
  content: "";
  display: inline-block;
  width: 26.923vw;
  height: 28.974vw;
  background-image: url("../img/kv-badge.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -30.769vw;
  left: 29.744vw;
}

#prize1st {
  width: 100%;
  position: relative;
  background: url("../img/p1st_bg.webp") no-repeat;
  background-size: cover;
  padding: 15.385vw 0 15.385vw;
  margin: -12.821vw 0 0 0;
}
#prize1st .title {
  width: 100%;
  margin: 0 0 7.692vw 0;
}
#prize1st .title h2 {
  width: 97.692vw;
  margin-left: 0vw;
}
#prize1st .title .lead {
  font-size: 3.59vw;
  color: #fff;
  text-align: center;
}
#prize1st .bg-chara {
  display: none;
}
#prize1st .wrap {
  width: 87.179vw;
  margin: 0 auto;
}
#prize1st .wrap .work .box {
  background-color: rgba(0, 0, 0, 0.5);
  border: solid 0.256vw #C49456;
  box-shadow: 0 0 2.564vw rgba(255, 255, 255, 0.2), 0 1.282vw 2.564vw rgba(255, 255, 255, 0.2), 1.282vw 0 2.564vw rgba(255, 255, 255, 0.2), 0 -1.282vw 2.564vw rgba(255, 255, 255, 0.2), -1.282vw 0 2.564vw rgba(255, 255, 255, 0.2);
}
#prize1st .wrap .work .box .inner {
  padding: 5.128vw 8.974vw 10.256vw;
}
#prize1st .wrap .work .box .inner h4 {
  font-size: 5.641vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 3.846vw;
}
#prize1st .wrap .work .box .inner ul.ph {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 2.564vw 0;
}
#prize1st .wrap .work .box .inner ul.ph li {
  list-style: none;
  margin: 0 0 2.564vw 0;
}
#prize1st .wrap .work .box .inner ul.ph li.mini {
  width: 33.333vw;
}
#prize1st .wrap .work .box .inner .author-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 3.077vw;
  color: #fff;
  line-height: 1.8;
}
#prize1st .wrap .work .box .inner .author-info dt {
  color: #F6D98A;
  width: 25.641vw;
}
#prize1st .wrap .work .box .inner .author-info dt.nowrap {
  width: 100%;
}
#prize1st .wrap .work .box .inner .author-info dd {
  width: 41.026vw;
  padding: 0 0 1.282vw 0;
}
#prize1st .wrap .work .box .inner .author-info dd.nowrap {
  width: 100%;
}
#prize1st .wrap .work .box .inner .modal-b {
  text-align: right;
}
#prize1st .wrap .work .box .inner .modal-b a {
  font-size: 3.077vw;
  position: relative;
  padding: 0 3.846vw 0 0;
}
#prize1st .wrap .work .box .inner .modal-b a::after {
  content: "";
  display: inline-block;
  width: 2.564vw;
  height: 2.564vw;
  background-image: url("../img/list01.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 1.282vw;
  right: 0vw;
}
#prize1st .wrap .work .box .inner .btn-ex a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 4.103vw;
  background-color: #1A8143;
  border: solid 0.256vw #C49456;
  margin: 6.41vw 0 0 0;
  padding: 1.282vw;
}
#prize1st .wrap .work .box .inner .btn-ex a::after {
  content: "";
  display: inline-block;
  width: 2.564vw;
  height: 2.564vw;
  background-image: url("../img/list01.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 3.333vw;
  right: 2.564vw;
}

#prize2nd {
  width: 100%;
  position: relative;
  background: url("../img/p2nd_bg.webp") no-repeat;
  background-size: 100%;
  padding: 15.385vw 0 23.077vw;
  margin: -11.538vw 0 0 0;
}
#prize2nd .title {
  width: 100%;
  margin: 0 0 7.692vw 0;
}
#prize2nd .title h2 {
  width: 82.821vw;
  margin-left: 8.974vw;
}
#prize2nd .title .lead {
  font-size: 3.59vw;
  color: #fff;
  text-align: center;
}
#prize2nd .bg-chara {
  display: none;
}
#prize2nd .wrap {
  width: 87.179vw;
  margin: 0 auto;
}
#prize2nd .wrap .work h3 {
  font-size: 5.128vw;
  font-weight: 700;
  color: #FFEA2F;
  text-align: center;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 3.333vw;
}
#prize2nd .wrap .work h3::before {
  content: "";
  display: inline-block;
  width: 2.051vw;
  height: 2.051vw;
  background-image: url("../img/list02.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 3.333vw;
  left: -3.077vw;
}
#prize2nd .wrap .work h3::after {
  content: "";
  display: inline-block;
  width: 2.051vw;
  height: 2.051vw;
  background-image: url("../img/list02.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 3.333vw;
  right: -3.077vw;
}
#prize2nd .wrap .work .box {
  background-color: rgba(0, 0, 0, 0.5);
  border: solid 0.256vw #D9D9D9;
  box-shadow: 0 0 2.564vw rgba(255, 255, 255, 0.2), 0 1.282vw 2.564vw rgba(255, 255, 255, 0.2), 1.282vw 0 2.564vw rgba(255, 255, 255, 0.2), 0 -1.282vw 2.564vw rgba(255, 255, 255, 0.2), -1.282vw 0 2.564vw rgba(255, 255, 255, 0.2);
}
#prize2nd .wrap .work .box .inner {
  padding: 5.128vw 8.974vw 10.256vw;
}
#prize2nd .wrap .work .box .inner h4 {
  font-size: 5.641vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 3.846vw;
}
#prize2nd .wrap .work .box .inner ul.ph {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 2.564vw 0;
}
#prize2nd .wrap .work .box .inner ul.ph li {
  list-style: none;
  margin: 0 0 2.564vw 0;
}
#prize2nd .wrap .work .box .inner ul.ph li.mini {
  width: 33.333vw;
}
#prize2nd .wrap .work .box .inner .author-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 3.077vw;
  color: #fff;
  line-height: 1.8;
}
#prize2nd .wrap .work .box .inner .author-info dt {
  color: #F6D98A;
  width: 25.641vw;
}
#prize2nd .wrap .work .box .inner .author-info dt.nowrap {
  width: 100%;
}
#prize2nd .wrap .work .box .inner .author-info dd {
  width: 41.026vw;
  padding: 0 0 1.282vw 0;
}
#prize2nd .wrap .work .box .inner .author-info dd.nowrap {
  width: 100%;
}
#prize2nd .wrap .work .box .inner .modal-b {
  text-align: right;
}
#prize2nd .wrap .work .box .inner .modal-b a {
  font-size: 3.077vw;
  position: relative;
  padding: 0 3.846vw 0 0;
}
#prize2nd .wrap .work .box .inner .modal-b a::after {
  content: "";
  display: inline-block;
  width: 2.564vw;
  height: 2.564vw;
  background-image: url("../img/list01.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 1.282vw;
  right: 0vw;
}
#prize2nd .wrap .work .box .inner .btn-ex a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 4.103vw;
  background-color: #1A8143;
  border: solid 0.256vw #C49456;
  margin: 6.41vw 0 0 0;
  padding: 1.282vw;
}
#prize2nd .wrap .work .box .inner .btn-ex a::after {
  content: "";
  display: inline-block;
  width: 2.564vw;
  height: 2.564vw;
  background-image: url("../img/list01.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 3.333vw;
  right: 2.564vw;
}
#prize2nd .wrap .work + .work {
  margin: 10.256vw 0 0 0;
}
#prize2nd .wrap + .wrap {
  margin-top: 10.256vw;
}

#prize3rd {
  width: 100%;
  position: relative;
  background: url("../img/p3rd_bg.webp") no-repeat;
  background-size: cover;
  padding: 23.077vw 0 25.641vw;
  margin: -21.795vw 0 0 0;
}
#prize3rd .title {
  width: 100%;
  margin: 0 0 5.128vw 0;
}
#prize3rd .title h2 {
  width: 97.436vw;
  margin-left: 0vw;
}
#prize3rd .title .lead {
  font-size: 3.59vw;
  color: #333333;
  text-align: center;
}
#prize3rd .bg-chara {
  display: none;
}
#prize3rd .wrap {
  width: 87.179vw;
  margin: 0 auto;
}
#prize3rd .wrap .work h3 {
  font-size: 5.128vw;
  font-weight: 700;
  color: #B84241;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 3.333vw;
}
#prize3rd .wrap .work h3::before {
  content: "";
  display: inline-block;
  width: 2.051vw;
  height: 2.051vw;
  background-image: url("../img/list03.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 3.077vw;
  left: -2.564vw;
}
#prize3rd .wrap .work h3::after {
  content: "";
  display: inline-block;
  width: 2.051vw;
  height: 2.051vw;
  background-image: url("../img/list03.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 3.077vw;
  right: -2.564vw;
}
#prize3rd .wrap .work .box {
  background-color: #FDFDFD;
  border: solid 0.256vw #D9D9D9;
  box-shadow: 0 0 2.564vw rgba(255, 255, 255, 0.2), 0 1.282vw 2.564vw rgba(255, 255, 255, 0.2), 1.282vw 0 2.564vw rgba(255, 255, 255, 0.2), 0 -1.282vw 2.564vw rgba(255, 255, 255, 0.2), -1.282vw 0 2.564vw rgba(255, 255, 255, 0.2);
}
#prize3rd .wrap .work .box .inner {
  padding: 5.128vw 8.974vw 10.256vw;
}
#prize3rd .wrap .work .box .inner h4 {
  font-size: 5.641vw;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: 3.846vw;
}
#prize3rd .wrap .work .box .inner ul.ph {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 2.564vw 0;
}
#prize3rd .wrap .work .box .inner ul.ph li {
  list-style: none;
  margin: 0 0 2.564vw 0;
}
#prize3rd .wrap .work .box .inner ul.ph li.mini {
  width: 33.333vw;
}
#prize3rd .wrap .work .box .inner .author-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 3.077vw;
  color: #333333;
  line-height: 1.8;
}
#prize3rd .wrap .work .box .inner .author-info dt {
  color: #B84241;
  width: 25.641vw;
}
#prize3rd .wrap .work .box .inner .author-info dt.nowrap {
  width: 100%;
}
#prize3rd .wrap .work .box .inner .author-info dd {
  width: 41.026vw;
  padding: 0 0 1.282vw 0;
}
#prize3rd .wrap .work .box .inner .author-info dd.nowrap {
  width: 100%;
}
#prize3rd .wrap .work .box .inner .modal-b {
  text-align: right;
}
#prize3rd .wrap .work .box .inner .modal-b a {
  font-size: 3.077vw;
  position: relative;
  padding: 0 3.846vw 0 0;
  color: #333333;
}
#prize3rd .wrap .work .box .inner .modal-b a::after {
  content: "";
  display: inline-block;
  width: 2.564vw;
  height: 2.564vw;
  background-image: url("../img/list01b.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 1.282vw;
  right: 0vw;
}
#prize3rd .wrap .work .box .inner .modal-b a a {
  color: #333;
}
#prize3rd .wrap .work .box .inner .btn-ex a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 4.103vw;
  background-color: #1A8143;
  border: solid 0.256vw #C49456;
  margin: 6.41vw 0 0 0;
  padding: 1.282vw;
}
#prize3rd .wrap .work .box .inner .btn-ex a::after {
  content: "";
  display: inline-block;
  width: 2.564vw;
  height: 2.564vw;
  background-image: url("../img/list01.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 3.333vw;
  right: 2.564vw;
}
#prize3rd .wrap .work + .work {
  margin: 12.821vw 0 0 0;
}

#additionalinfo {
  width: 100%;
  position: relative;
  background: url("../img/additionalinfo-bg.webp") no-repeat;
  background-size: cover;
  padding: 23.077vw 0 12.821vw;
  margin: -21.795vw 0 0 0;
}
#additionalinfo .title {
  width: 100%;
  margin: 0 0 5.128vw 0;
}
#additionalinfo .title h2 {
  font-size: 5.641vw;
  color: #fff;
  text-align: center;
}
#additionalinfo .title .lead {
  font-size: 3.59vw;
  color: #fff;
  text-align: center;
}
#additionalinfo .wrap {
  width: 87.179vw;
  margin: 0 auto;
}
#additionalinfo .wrap .box {
  background-color: #363636;
  border: solid 0.256vw #D9D9D9;
}
#additionalinfo .wrap .box .inner {
  padding: 6.41vw 7.692vw;
}
#additionalinfo .wrap .box .inner .sec h4 {
  font-size: 3.59vw;
  color: #fff;
  margin-bottom: 1.795vw;
}
#additionalinfo .wrap .box .inner .sec p {
  font-size: 2.564vw;
  color: #fff;
  margin: 1.795vw 0;
}
#additionalinfo .wrap .box .inner .sec ul {
  margin: 1.795vw 0;
  padding: 0 1em;
}
#additionalinfo .wrap .box .inner .sec ul li {
  margin: 0 0 0 0;
  color: #fff;
  font-size: 2.564vw;
}
#additionalinfo .wrap .box .inner .sec + .sec {
  margin-top: 5.128vw;
}
#additionalinfo .share {
  margin: 12.821vw 0 0 0;
}
#additionalinfo .share .column {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 49.744vw;
  margin: 0 auto;
}
#additionalinfo .share .column .chara {
  width: 23.59vw;
}
#additionalinfo .share .column .share-b {
  margin: 0 0 2.564vw 0;
}
#additionalinfo .share .column .share-b a {
  font-size: 4.359vw;
  font-weight: 800;
  position: relative;
}
#additionalinfo .share .column .share-b a::after {
  content: "";
  display: inline-block;
  width: 8.205vw;
  height: 8.205vw;
  background-image: url("../img/icon-x.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -8.974vw;
  left: 50%;
  margin-left: -4.103vw;
}

#footer {
  background-color: #AF8D49;
}
#footer .wrap .copyright {
  font-size: 2.564vw;
  color: #fff;
  text-align: center;
  padding: 2.564vw 0;
}

.box .inner .column ul.ph li.mini a {
  display: block;
  position: relative;
}
.box .inner .column ul.ph li.mini a::after {
  content: "";
  display: inline-block;
  width: 5.128vw;
  height: 5.128vw;
  background-image: url("../img/icon-zoom.webp");
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 1.282vw;
  right: 1.282vw;
}

.modal_none {
  display: none;
}

.modal_wrap h2 {
  font-size: 5.385vw;
  font-weight: 700;
  color: #F6D98A;
  margin-bottom: 5.128vw;
}
.modal_wrap h3 {
  font-size: 3.077vw;
  font-weight: 700;
  margin: 2.564vw 0;
}
.modal_wrap p {
  font-size: 3.077vw;
  margin: 2.564vw 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media screen and (min-width: 768px) {
  /***************************

    PC

  *****************************/
  /* Style adjustments for viewports that meet the condition */
  .sp-item {
    display: none;
  }
  .pc-item {
    display: block;
  }
  a {
    transition: 0.5s;
  }
  a:hover {
    opacity: 0.3;
  }
  body {
    min-width: 1200px;
    position: relative;
  }
  .wrapper {
    width: auto;
    overflow-x: hidden;
    max-width: 100%;
  }
  .rightmenu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
  }
  #header {
    width: 100%;
    min-width: 960px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 410;
  }
  #header .logo {
    width: 100px;
    height: auto;
    position: absolute;
    top: 12px;
    left: 17px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 0;
  }
  #header ul.mainnav {
    display: block;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  #header ul.mainnav li {
    display: inline-block;
    list-style: none;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0em;
    padding: 6px 3px 0;
    line-height: 1;
  }
  #header ul.mainnav li a {
    color: #fff;
  }
  #header ul.share {
    display: inline-block;
    width: auto;
    margin: 0;
    text-align: right;
    position: absolute;
    top: 13px;
    right: 10px;
  }
  #header ul.share li {
    list-style: none;
  }
  #header ul.share li a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 800;
    padding: 0 0 0 30px;
  }
  #header ul.share li a::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url("../img/icon-x.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0px;
  }
  #header ul.language {
    display: inline-block;
    width: auto;
    margin: 0;
    text-align: right;
    position: absolute;
    top: 14px;
    left: 130px;
  }
  #header ul.language li {
    list-style: none;
    display: inline-block;
    padding: 0 0 0 0;
    line-height: 1;
  }
  #header ul.language li a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 800;
  }
  #header ul.language li a.current {
    opacity: 0.5;
  }
  #header ul.language li:not(:last-child) {
    border-right: 2px solid #fff;
    padding: 0 5px 0 0;
    margin: 0 2px 0 0;
  }
  #kv {
    width: 100%;
    height: 666px;
    position: relative;
    background: url("../img/kv-bg@pc.webp") no-repeat;
    background-size: cover;
    padding: 8px 0 93px;
  }
  #kv .title-image {
    width: 375px;
    position: absolute;
    top: 123px;
    left: 141px;
    z-index: 100;
  }
  #kv .title-image-lights {
    width: 626px;
    position: absolute;
    top: 26px;
    left: 40px;
    mix-blend-mode: overlay;
    z-index: 101;
  }
  #kv .title-catch {
    width: 537px;
    position: absolute;
    top: 128px;
    left: 536px;
  }
  #kv .title-text {
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 219px;
    left: 580px;
  }
  #kv .title-text p {
    margin: 10px 0;
  }
  #kv .title-text p span {
    background-color: #B62524;
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    padding: 4px;
    margin-right: 0.3em;
  }
  #kv .title-text p.lh2 {
    line-height: 1.8;
    margin: 0 0;
  }
  #kv .kv-fes-bnr {
    width: 350px;
    margin: 0 auto;
    position: absolute;
    top: 445px;
    left: 568px;
  }
  #kv .kv-fes-bnr::after {
    content: "";
    display: inline-block;
    width: 122px;
    height: 111px;
    background-image: url("../img/kv-badge@pc.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 367px;
  }
  #prize1st {
    width: 100%;
    position: relative;
    background: url("../img/p1st_bg@pc.webp") no-repeat;
    background-size: 100%;
    padding: 95px 0 100px;
    margin: -44px 0 0 0;
  }
  #prize1st .title {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #prize1st .title h2 {
    width: 353px;
    margin: 0 auto 0;
  }
  #prize1st .title .lead {
    font-size: 17px;
    color: #fff;
    text-align: center;
  }
  #prize1st .bg-chara {
    display: block;
    width: 275px;
    position: absolute;
    top: 83px;
    right: 0px;
    z-index: 10;
  }
  #prize1st .wrap {
    width: 916px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
  }
  #prize1st .wrap .work .box {
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 1px #C49456;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2), 0 5px 10px rgba(255, 255, 255, 0.2), 5px 0 10px rgba(255, 255, 255, 0.2), 0 -5px 10px rgba(255, 255, 255, 0.2), -5px 0 10px rgba(255, 255, 255, 0.2);
  }
  #prize1st .wrap .work .box .inner {
    padding: 44px 67px 55px;
  }
  #prize1st .wrap .work .box .inner h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }
  #prize1st .wrap .work .box .inner .column {
    display: flex;
    justify-content: space-between;
  }
  #prize1st .wrap .work .box .inner .column ul.ph {
    width: 400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
  }
  #prize1st .wrap .work .box .inner .column ul.ph li {
    list-style: none;
    margin: 0 0 10px 0;
  }
  #prize1st .wrap .work .box .inner .column ul.ph li.mini {
    width: 192px;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn {
    width: 334px;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .author-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .author-info dt {
    color: #F6D98A;
    width: 80px;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .author-info dt.nowrap {
    width: 100%;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .author-info dd {
    width: 240px;
    padding: 0 0 5px 0;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .author-info dd.nowrap {
    width: 100%;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .modal-b a {
    font-size: 12px;
    padding: 0 15px 0 0;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .modal-b a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../img/list01.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 5px;
    right: 0px;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .btn-ex a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 17px;
    background-color: #1A8143;
    border: solid 2px #C49456;
    margin: 25px 0 0 0;
    padding: 8px;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .btn-ex a::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url("../img/list01.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 16px;
    right: 10px;
  }
  #prize2nd {
    width: 100%;
    position: relative;
    background: url("../img/p2nd_bg@pc.webp") no-repeat;
    background-size: 100%;
    padding: 95px 0 170px;
    margin: -44px 0 0 0;
  }
  #prize2nd .title {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #prize2nd .title h2 {
    width: 472px;
    margin: 0 auto 0;
  }
  #prize2nd .title .lead {
    font-size: 17px;
    color: #fff;
    text-align: center;
  }
  #prize2nd .bg-chara {
    display: block;
    width: 275px;
    position: absolute;
    top: -33px;
    left: -107px;
    z-index: 10;
  }
  #prize2nd .wrap {
    width: 916px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-between;
  }
  #prize2nd .wrap .work {
    width: 434px;
  }
  #prize2nd .wrap .work h3 {
    font-size: 30px;
    font-weight: 700;
    color: #FFEA2F;
    text-align: center;
    margin: 0 auto 13px;
  }
  #prize2nd .wrap .work h3::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../img/list02.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 17px;
    left: -20px;
  }
  #prize2nd .wrap .work h3::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../img/list02.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 17px;
    right: -20px;
  }
  #prize2nd .wrap .work .box {
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 1px #D9D9D9;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2), 0 5px 10px rgba(255, 255, 255, 0.2), 5px 0 10px rgba(255, 255, 255, 0.2), 0 -5px 10px rgba(255, 255, 255, 0.2), -5px 0 10px rgba(255, 255, 255, 0.2);
  }
  #prize2nd .wrap .work .box .inner {
    padding: 35px 50px 45px;
  }
  #prize2nd .wrap .work .box .inner h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }
  #prize2nd .wrap .work .box .inner .column {
    display: block;
  }
  #prize2nd .wrap .work .box .inner .column ul.ph {
    width: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
  }
  #prize2nd .wrap .work .box .inner .column ul.ph li {
    list-style: none;
    margin: 0 0 10px 0;
  }
  #prize2nd .wrap .work .box .inner .column ul.ph li.mini {
    width: 158px;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn {
    width: auto;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .author-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .author-info dt {
    color: #F6D98A;
    width: 80px;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .author-info dt.nowrap {
    width: 100%;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .author-info dd {
    width: 240px;
    padding: 0 0 5px 0;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .author-info dd.nowrap {
    width: 100%;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .modal-b a {
    font-size: 12px;
    padding: 0 15px 0 0;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .modal-b a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../img/list01.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 5px;
    right: 0px;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .btn-ex a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 17px;
    background-color: #1A8143;
    border: solid 2px #C49456;
    margin: 25px 0 0 0;
    padding: 8px;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .btn-ex a::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url("../img/list01.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 16px;
    right: 10px;
  }
  #prize2nd .wrap .work + .work {
    margin: 0;
  }
  #prize2nd .wrap + .wrap {
    margin-top: 40px;
  }
  #prize3rd {
    width: 100%;
    position: relative;
    background: url("../img/p3rd_bg@pc.webp") no-repeat;
    background-size: 100%;
    padding: 95px 0 185px;
    margin: -64px 0 0 0;
  }
  #prize3rd .title {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #prize3rd .title h2 {
    width: 461px;
    margin: 0 auto 0;
  }
  #prize3rd .title .lead {
    font-size: 17px;
    color: #333333;
    text-align: center;
  }
  #prize3rd .bg-chara {
    display: block;
    width: 270px;
    position: absolute;
    top: -90px;
    right: 15px;
    z-index: 10;
  }
  #prize3rd .wrap {
    width: 916px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
  }
  #prize3rd .wrap .work h3 {
    font-size: 30px;
    font-weight: 700;
    color: #B84241;
    margin: 0 auto 13px;
  }
  #prize3rd .wrap .work h3::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../img/list03.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 17px;
    left: -20px;
  }
  #prize3rd .wrap .work h3::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../img/list03.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 17px;
    right: -20px;
  }
  #prize3rd .wrap .work .box {
    background-color: #FDFDFD;
    border: solid 1px #D9D9D9;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2), 0 5px 10px rgba(255, 255, 255, 0.2), 5px 0 10px rgba(255, 255, 255, 0.2), 0 -5px 10px rgba(255, 255, 255, 0.2), -5px 0 10px rgba(255, 255, 255, 0.2);
  }
  #prize3rd .wrap .work .box .inner {
    padding: 34px 67px 55px;
  }
  #prize3rd .wrap .work .box .inner h4 {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
  }
  #prize3rd .wrap .work .box .inner h4.badge {
    display: inline-block;
    margin: 0 0 30px 50%;
    transform: translateX(-50%);
    position: relative;
  }
  #prize3rd .wrap .work .box .inner h4.badge::after {
    content: "";
    display: inline-block;
    width: 111px;
    height: 108px;
    background-image: url("../img/p3rd_badge.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -55px;
    right: -120px;
  }
  #prize3rd .wrap .work .box .inner .column {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  #prize3rd .wrap .work .box .inner .column ul.ph {
    width: 400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
  }
  #prize3rd .wrap .work .box .inner .column ul.ph li {
    list-style: none;
    margin: 0 0 10px 0;
  }
  #prize3rd .wrap .work .box .inner .column ul.ph li.mini {
    width: 192px;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn {
    width: 350px;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .author-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .author-info dt {
    color: #B84241;
    width: 80px;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .author-info dt.nowrap {
    width: 100%;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .author-info dd {
    color: #333;
    width: 260px;
    padding: 0 0 5px 0;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .author-info dd.nowrap {
    width: 100%;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .modal-b a {
    font-size: 12px;
    padding: 0 15px 0 0;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .modal-b a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../img/list01b.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 5px;
    right: 0px;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .btn-ex a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 17px;
    background-color: #1A8143;
    border: solid 2px #C49456;
    margin: 25px 0 0 0;
    padding: 8px;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .btn-ex a::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url("../img/list01.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 16px;
    right: 10px;
  }
  #additionalinfo {
    width: 100%;
    position: relative;
    background: url("../img/additionalinfo-bg@pc.webp") no-repeat;
    background-size: 100%;
    padding: 90px 0 60px;
    margin: -120px 0 0 0;
  }
  #additionalinfo .title {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #additionalinfo .title h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
  }
  #additionalinfo .title .lead {
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
  #additionalinfo .wrap {
    width: 916px;
    margin: 0 auto;
  }
  #additionalinfo .wrap .box {
    background-color: #363636;
    border: solid 1px #D9D9D9;
  }
  #additionalinfo .wrap .box .inner {
    padding: 25px 30px;
  }
  #additionalinfo .wrap .box .inner .sec h4 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 8px;
  }
  #additionalinfo .wrap .box .inner .sec p {
    font-size: 14px;
    color: #fff;
    margin: 4px 0;
  }
  #additionalinfo .wrap .box .inner .sec ul {
    margin: 4px 0;
    padding: 0 1em;
  }
  #additionalinfo .wrap .box .inner .sec ul li {
    margin: 0 0 0 0;
    color: #fff;
    font-size: 14px;
  }
  #additionalinfo .wrap .box .inner .sec + .sec {
    margin-top: 20px;
  }
  #additionalinfo .share {
    margin: 60px 0 0 0;
  }
  #additionalinfo .share .column {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 230px;
    margin: 0 auto;
  }
  #additionalinfo .share .column .chara {
    width: 107px;
  }
  #additionalinfo .share .column .share-b {
    margin: 0 0 10px 0;
  }
  #additionalinfo .share .column .share-b a {
    font-size: 20px;
    font-weight: 800;
    position: relative;
  }
  #additionalinfo .share .column .share-b a::after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url("../img/icon-x.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -16px;
  }
  #footer {
    background-color: #AF8D49;
  }
  #footer .wrap .copyright {
    font-size: 10px;
    padding: 12px 0;
  }
  .box .inner .column ul.ph li.mini a::after {
    width: 25px;
    height: 25px;
    bottom: 7px;
    right: 7px;
  }
  .modal_wrap h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .modal_wrap h3 {
    font-size: 14px;
    margin: 10px 0;
  }
  .modal_wrap p {
    font-size: 14px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  /***************************

    PC - vw

  *****************************/
  /* Style adjustments for viewports that meet the condition */
  body {
    /* min-width: vw(1200); */
    position: relative;
  }
  #header {
    width: 100%;
    min-width: 80vw;
    height: 4.167vw;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0vw;
    left: 0vw;
  }
  #header .logo {
    width: 8.333vw;
    height: auto;
    position: absolute;
    top: 1vw;
    left: 1.417vw;
    margin: 0;
    padding: 0;
    font-size: 0.083vw;
    line-height: 0;
  }
  #header ul.mainnav {
    display: block;
    position: absolute;
    top: 1vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  #header ul.mainnav li {
    display: inline-block;
    list-style: none;
    color: #fff;
    font-size: 1.083vw;
    font-weight: 800;
    letter-spacing: 0em;
    padding: 0.5vw 0.333vw 0;
    line-height: 1;
  }
  #header ul.mainnav li a {
    color: #fff;
  }
  #header ul.share {
    margin: 0;
    top: 1.083vw;
    right: 0.833vw;
  }
  #header ul.share li {
    list-style: none;
  }
  #header ul.share li a {
    display: inline-block;
    position: relative;
    font-size: 1.333vw;
    font-weight: 800;
    padding: 0 0 0 2.5vw;
  }
  #header ul.share li a::after {
    content: "";
    display: inline-block;
    width: 1.917vw;
    height: 1.917vw;
    background-image: url("../img/icon-x.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0vw;
  }
  #header ul.language {
    top: 1.333vw;
    left: 11.667vw;
  }
  #header ul.language li a {
    font-size: 1.083vw;
    font-weight: 800;
  }
  #header ul.language li:not(:last-child) {
    border-right: 0.167vw solid #fff;
    padding: 0 0.417vw 0 0;
    margin: 0 0.167vw 0 0;
  }
  #kv {
    width: 100%;
    height: 55.5vw;
    position: relative;
    background: url("../img/kv-bg@pc.webp") no-repeat;
    background-size: cover;
    padding: 0.667vw 0 7.75vw;
  }
  #kv .title-image {
    width: 31.25vw;
    position: absolute;
    top: 10.25vw;
    left: 11.75vw;
    z-index: 100;
  }
  #kv .title-image-lights {
    width: 52.167vw;
    position: absolute;
    top: 2.167vw;
    left: 3.333vw;
    mix-blend-mode: overlay;
    z-index: 101;
  }
  #kv .title-catch {
    width: 44.75vw;
    position: absolute;
    top: 10.667vw;
    left: 44.667vw;
  }
  #kv .title-text {
    font-size: 1.083vw;
    color: #fff;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 18.25vw;
    left: 48.333vw;
  }
  #kv .title-text p {
    margin: 0.833vw 0;
  }
  #kv .title-text p span {
    background-color: #B62524;
    display: inline-block;
    font-size: 1.417vw;
    font-weight: 900;
    padding: 0.333vw;
    margin-right: 0.3em;
  }
  #kv .title-text p.lh2 {
    line-height: 1.8;
  }
  #kv .kv-fes-bnr {
    width: 29.167vw;
    margin: 0 auto;
    position: absolute;
    top: 37.083vw;
    left: 47.333vw;
  }
  #kv .kv-fes-bnr::after {
    content: "";
    display: inline-block;
    width: 10.167vw;
    height: 9.25vw;
    background-image: url("../img/kv-badge@pc.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0vw;
    left: 30.583vw;
  }
  #prize1st {
    width: 100%;
    position: relative;
    background: url("../img/p1st_bg@pc.webp") no-repeat;
    background-size: 100%;
    padding: 7.917vw 0 8.333vw;
    margin: -3.667vw 0 0 0;
  }
  #prize1st .title {
    width: 100%;
    margin: 0 0 2.5vw 0;
  }
  #prize1st .title h2 {
    width: 29.417vw;
    margin: 0 auto 0;
  }
  #prize1st .title .lead {
    font-size: 1.417vw;
    color: #fff;
    text-align: center;
  }
  #prize1st .bg-chara {
    display: block;
    width: 22.917vw;
    position: absolute;
    top: 6.917vw;
    right: 0vw;
    z-index: 10;
  }
  #prize1st .wrap {
    width: 76.333vw;
    margin: 0 auto;
    position: relative;
    z-index: 100;
  }
  #prize1st .wrap .work .box {
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 0.083vw #C49456;
    box-shadow: 0 0 0.833vw rgba(255, 255, 255, 0.2), 0 0.417vw 0.833vw rgba(255, 255, 255, 0.2), 0.417vw 0 0.833vw rgba(255, 255, 255, 0.2), 0 -0.417vw 0.833vw rgba(255, 255, 255, 0.2), -0.417vw 0 0.833vw rgba(255, 255, 255, 0.2);
  }
  #prize1st .wrap .work .box .inner {
    padding: 3.667vw 5.583vw 4.583vw;
  }
  #prize1st .wrap .work .box .inner h4 {
    font-size: 2.5vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 2.5vw;
  }
  #prize1st .wrap .work .box .inner .column {
    display: flex;
    justify-content: space-between;
  }
  #prize1st .wrap .work .box .inner .column ul.ph {
    width: 33.333vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 0.833vw 0;
  }
  #prize1st .wrap .work .box .inner .column ul.ph li {
    list-style: none;
    margin: 0 0 0.833vw 0;
  }
  #prize1st .wrap .work .box .inner .column ul.ph li.mini {
    width: 16vw;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn {
    width: 27.833vw;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .author-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1.167vw;
    color: #fff;
    line-height: 1.8;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .author-info dt {
    color: #F6D98A;
    width: 6.667vw;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .author-info dt.nowrap {
    width: 100%;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .author-info dd {
    width: 20vw;
    padding: 0 0 0.417vw 0;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .author-info dd.nowrap {
    width: 100%;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .modal-b a {
    font-size: 1vw;
    padding: 0 1.25vw 0 0;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .modal-b a::after {
    content: "";
    display: inline-block;
    width: 0.833vw;
    height: 0.833vw;
    background-image: url("../img/list01.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0.417vw;
    right: 0vw;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .btn-ex a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.417vw;
    background-color: #1A8143;
    border: solid 0.167vw #C49456;
    margin: 2.083vw 0 0 0;
    padding: 0.667vw;
  }
  #prize1st .wrap .work .box .inner .column .rightcolumn .btn-ex a::after {
    content: "";
    display: inline-block;
    width: 0.917vw;
    height: 0.917vw;
    background-image: url("../img/list01.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 1.333vw;
    right: 0.833vw;
  }
  #prize2nd {
    width: 100%;
    position: relative;
    background: url("../img/p2nd_bg@pc.webp") no-repeat;
    background-size: 100%;
    padding: 7.917vw 0 14.167vw;
    margin: -3.667vw 0 0 0;
  }
  #prize2nd .title {
    width: 100%;
    margin: 0 0 2.5vw 0;
  }
  #prize2nd .title h2 {
    width: 39.333vw;
    margin: 0 auto 0;
  }
  #prize2nd .title .lead {
    font-size: 1.417vw;
    color: #fff;
    text-align: center;
  }
  #prize2nd .bg-chara {
    display: block;
    width: 22.917vw;
    position: absolute;
    top: -2.75vw;
    left: -8.917vw;
    z-index: 10;
  }
  #prize2nd .wrap {
    width: 76.333vw;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-between;
  }
  #prize2nd .wrap .work {
    width: 36.167vw;
  }
  #prize2nd .wrap .work h3 {
    font-size: 2.5vw;
    font-weight: 700;
    color: #FFEA2F;
    text-align: center;
    margin: 0 auto 1.083vw;
  }
  #prize2nd .wrap .work h3::before {
    content: "";
    display: inline-block;
    width: 1.167vw;
    height: 1.167vw;
    background-image: url("../img/list02.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 1.417vw;
    left: -1.667vw;
  }
  #prize2nd .wrap .work h3::after {
    content: "";
    display: inline-block;
    width: 1.167vw;
    height: 1.167vw;
    background-image: url("../img/list02.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 1.417vw;
    right: -1.667vw;
  }
  #prize2nd .wrap .work .box {
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 0.083vw #D9D9D9;
    box-shadow: 0 0 0.833vw rgba(255, 255, 255, 0.2), 0 0.417vw 0.833vw rgba(255, 255, 255, 0.2), 0.417vw 0 0.833vw rgba(255, 255, 255, 0.2), 0 -0.417vw 0.833vw rgba(255, 255, 255, 0.2), -0.417vw 0 0.833vw rgba(255, 255, 255, 0.2);
  }
  #prize2nd .wrap .work .box .inner {
    padding: 2.917vw 4.167vw 3.75vw;
  }
  #prize2nd .wrap .work .box .inner h4 {
    font-size: 2.167vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 2.5vw;
  }
  #prize2nd .wrap .work .box .inner .column {
    display: block;
  }
  #prize2nd .wrap .work .box .inner .column ul.ph {
    width: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 0.833vw 0;
  }
  #prize2nd .wrap .work .box .inner .column ul.ph li {
    list-style: none;
    margin: 0 0 0.833vw 0;
  }
  #prize2nd .wrap .work .box .inner .column ul.ph li.mini {
    width: 13.167vw;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn {
    width: auto;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .author-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1.167vw;
    color: #fff;
    line-height: 1.8;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .author-info dt {
    color: #F6D98A;
    width: 6.667vw;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .author-info dt.nowrap {
    width: 100%;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .author-info dd {
    width: 20vw;
    padding: 0 0 0.417vw 0;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .author-info dd.nowrap {
    width: 100%;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .modal-b a {
    font-size: 1vw;
    padding: 0 1.25vw 0 0;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .modal-b a::after {
    content: "";
    display: inline-block;
    width: 0.833vw;
    height: 0.833vw;
    background-image: url("../img/list01.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0.417vw;
    right: 0vw;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .btn-ex a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.417vw;
    background-color: #1A8143;
    border: solid 0.167vw #C49456;
    margin: 2.083vw 0 0 0;
    padding: 0.667vw;
  }
  #prize2nd .wrap .work .box .inner .column .rightcolumn .btn-ex a::after {
    content: "";
    display: inline-block;
    width: 0.917vw;
    height: 0.917vw;
    background-image: url("../img/list01.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 1.333vw;
    right: 0.833vw;
  }
  #prize2nd .wrap .work + .work {
    margin: 0;
  }
  #prize2nd .wrap + .wrap {
    margin-top: 3.333vw;
  }
  #prize3rd {
    width: 100%;
    position: relative;
    background: url("../img/p3rd_bg@pc.webp") no-repeat;
    background-size: 100%;
    padding: 7.917vw 0 15.417vw;
    margin: -5.333vw 0 0 0;
  }
  #prize3rd .title {
    width: 100%;
    margin: 0 0 2.5vw 0;
  }
  #prize3rd .title h2 {
    width: 38.417vw;
    margin: 0 auto 0;
  }
  #prize3rd .title .lead {
    font-size: 1.417vw;
    color: #333333;
    text-align: center;
  }
  #prize3rd .bg-chara {
    display: block;
    width: 22.5vw;
    position: absolute;
    top: -7.5vw;
    right: 1.25vw;
    z-index: 10;
  }
  #prize3rd .wrap {
    width: 76.333vw;
    margin: 0 auto;
    position: relative;
    z-index: 100;
  }
  #prize3rd .wrap .work h3 {
    font-size: 2.5vw;
    font-weight: 700;
    color: #B84241;
    margin: 0 auto 1.083vw;
  }
  #prize3rd .wrap .work h3::before {
    content: "";
    display: inline-block;
    width: 1.167vw;
    height: 1.167vw;
    background-image: url("../img/list03.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 1.417vw;
    left: -1.667vw;
  }
  #prize3rd .wrap .work h3::after {
    content: "";
    display: inline-block;
    width: 1.167vw;
    height: 1.167vw;
    background-image: url("../img/list03.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 1.417vw;
    right: -1.667vw;
  }
  #prize3rd .wrap .work .box {
    background-color: #FDFDFD;
    border: solid 0.083vw #D9D9D9;
    box-shadow: 0 0 0.833vw rgba(255, 255, 255, 0.2), 0 0.417vw 0.833vw rgba(255, 255, 255, 0.2), 0.417vw 0 0.833vw rgba(255, 255, 255, 0.2), 0 -0.417vw 0.833vw rgba(255, 255, 255, 0.2), -0.417vw 0 0.833vw rgba(255, 255, 255, 0.2);
  }
  #prize3rd .wrap .work .box .inner {
    padding: 2.833vw 5.583vw 4.583vw;
  }
  #prize3rd .wrap .work .box .inner h4 {
    font-size: 2.5vw;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-bottom: 2.5vw;
  }
  #prize3rd .wrap .work .box .inner h4.badge {
    display: inline-block;
    margin: 0 0 2.5vw 50%;
    transform: translateX(-50%);
    position: relative;
  }
  #prize3rd .wrap .work .box .inner h4.badge::after {
    content: "";
    display: inline-block;
    width: 9.25vw;
    height: 9vw;
    background-image: url("../img/p3rd_badge.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -4.583vw;
    right: -10vw;
  }
  #prize3rd .wrap .work .box .inner .column {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  #prize3rd .wrap .work .box .inner .column ul.ph {
    width: 33.333vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 0.833vw 0;
  }
  #prize3rd .wrap .work .box .inner .column ul.ph li {
    list-style: none;
    margin: 0 0 0.833vw 0;
  }
  #prize3rd .wrap .work .box .inner .column ul.ph li.mini {
    width: 16vw;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn {
    width: 29.167vw;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .author-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1.167vw;
    color: #fff;
    line-height: 1.8;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .author-info dt {
    width: 6.667vw;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .author-info dt.nowrap {
    width: 100%;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .author-info dd {
    width: 21.667vw;
    padding: 0 0 0.417vw 0;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .author-info dd.nowrap {
    width: 100%;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .modal-b a {
    font-size: 1vw;
    padding: 0 1.25vw 0 0;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .modal-b a::after {
    content: "";
    display: inline-block;
    width: 0.833vw;
    height: 0.833vw;
    background-image: url("../img/list01b.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0.417vw;
    right: 0vw;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .btn-ex a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.417vw;
    background-color: #1A8143;
    border: solid 0.167vw #C49456;
    margin: 2.083vw 0 0 0;
    padding: 0.667vw;
  }
  #prize3rd .wrap .work .box .inner .column .rightcolumn .btn-ex a::after {
    content: "";
    display: inline-block;
    width: 0.917vw;
    height: 0.917vw;
    background-image: url("../img/list01.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 1.333vw;
    right: 0.833vw;
  }
  #additionalinfo {
    width: 100%;
    position: relative;
    background: url("../img/additionalinfo-bg@pc.webp") no-repeat;
    background-size: 100%;
    padding: 7.5vw 0 5vw;
    margin: -10vw 0 0 0;
  }
  #additionalinfo .title {
    width: 100%;
    margin: 0 0 1.667vw 0;
  }
  #additionalinfo .title h2 {
    font-size: 1.833vw;
    color: #fff;
    text-align: center;
  }
  #additionalinfo .title .lead {
    font-size: 1.167vw;
    color: #fff;
    text-align: center;
  }
  #additionalinfo .wrap {
    width: 76.333vw;
    margin: 0 auto;
  }
  #additionalinfo .wrap .box {
    background-color: #363636;
    border: solid 0.083vw #D9D9D9;
  }
  #additionalinfo .wrap .box .inner {
    padding: 2.083vw 2.5vw;
  }
  #additionalinfo .wrap .box .inner .sec h4 {
    font-size: 1.417vw;
    color: #fff;
    margin-bottom: 0.667vw;
  }
  #additionalinfo .wrap .box .inner .sec p {
    font-size: 1.167vw;
    color: #fff;
    margin: 0.333vw 0;
  }
  #additionalinfo .wrap .box .inner .sec ul {
    margin: 0.333vw 0;
    padding: 0 1em;
  }
  #additionalinfo .wrap .box .inner .sec ul li {
    margin: 0 0 0 0;
    color: #fff;
    font-size: 1.167vw;
  }
  #additionalinfo .wrap .box .inner .sec + .sec {
    margin-top: 1.667vw;
  }
  #additionalinfo .share {
    margin: 5vw 0 0 0;
  }
  #additionalinfo .share .column {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 19.167vw;
    margin: 0 auto;
  }
  #additionalinfo .share .column .chara {
    width: 8.917vw;
  }
  #additionalinfo .share .column .share-b {
    margin: 0 0 0.833vw 0;
  }
  #additionalinfo .share .column .share-b a {
    font-size: 1.667vw;
    font-weight: 800;
    position: relative;
  }
  #additionalinfo .share .column .share-b a::after {
    content: "";
    display: inline-block;
    width: 2.667vw;
    height: 2.667vw;
    background-image: url("../img/icon-x.webp");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -2.917vw;
    left: 50%;
    margin-left: -1.333vw;
  }
  #footer {
    background-color: #AF8D49;
  }
  #footer .wrap .copyright {
    font-size: 0.833vw;
    padding: 1vw 0;
  }
  .box .inner .column ul.ph li.mini a::after {
    width: 2.083vw;
    height: 2.083vw;
    bottom: 7px;
    right: 7px;
  }
  .modal_wrap h2 {
    font-size: 2vw;
    margin-bottom: 1.25vw;
  }
  .modal_wrap h3 {
    font-size: 1.167vw;
    margin: 0.833vw 0;
  }
  .modal_wrap p {
    font-size: 1.167vw;
    margin: 0.833vw 0;
  }
}
@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}/*# sourceMappingURL=main.css.map */