  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE 伉本永玄
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

/* header */
body#karyoku_sousenkyo #top_head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #top_head {
    display: block;
  }
}
body#karyoku_sousenkyo #top_head .head_yonden {
  position: absolute;
  width: 66px;
  top: 30px;
  left: 74px;
}
@media only screen and (max-width: 1260px) {
  body#karyoku_sousenkyo #top_head .head_yonden {
    left: 3.8541666667vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #top_head .head_yonden {
    top: 3vw;
    left: 3vw;
    width: 10.2666666667vw;
  }
}
body#karyoku_sousenkyo #top_head .head_karyokulive {
  position: absolute;
  width: 88px;
  top: 20px;
  right: 100px;
}
@media only screen and (max-width: 1260px) {
  body#karyoku_sousenkyo #top_head .head_karyokulive {
    right: 5.2083333333vw;
  }
}
@media only screen and (max-width: 768px) {
  body#karyoku_sousenkyo #top_head .head_karyokulive {
    right: 1vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #top_head .head_karyokulive {
    top: 1vw;
    left: 16vw;
    width: 14.1333333333vw;
  }
}
body#karyoku_sousenkyo #top_head #mobile_head {
  display: none;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #top_head #mobile_head {
    z-index: 999;
    position: fixed;
    margin: auto;
    transform: translateX(0px);
    transition: 0.5s ease-in-out;
    display: block;
    width: 17.0666666667vw;
    height: 15.7333333333vw;
    top: 0;
    left: auto;
    right: 0;
    background: #ff4848;
  }
}
body#karyoku_sousenkyo #top_head #nav_toggle {
  display: none;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #top_head #nav_toggle {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 101;
    transition: 0.5s ease-in-out;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #top_head #nav_toggle div {
    height: 6.6666666667vw;
    width: 8.2666666667vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
}
body#karyoku_sousenkyo #top_head #nav_toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  left: 0;
  transition: 0.35s ease-in-out;
}
body#karyoku_sousenkyo #top_head #nav_toggle span:nth-child(1) {
  top: 0;
}
body#karyoku_sousenkyo #top_head #nav_toggle span:nth-child(2) {
  bottom: 0;
  top: 0;
  margin: auto;
}
body#karyoku_sousenkyo #top_head #nav_toggle span:nth-child(3) {
  bottom: 0;
}
body#karyoku_sousenkyo #top_head #nav_list {
  display: none;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #top_head #nav_list {
    position: fixed;
    /* 嶱中化卅中午五反賒醱俋卞饜离 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
    margin: auto;
    width: 86.9333333333vw;
  }
}
body#karyoku_sousenkyo #top_head #nav_list li {
  border-bottom: solid 1px #fff;
}
body#karyoku_sousenkyo #top_head #nav_list li:first-child {
  border-top: solid 1px #fff;
}
body#karyoku_sousenkyo #top_head #nav_list li a {
  display: block;
  color: #fff;
  font-size: 9.1666666667vw;
  text-align: center;
  padding: 7.3333333333vw 0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  font-weight: 500;
}
body#karyoku_sousenkyo #top_head .head_logo {
  display: none;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #top_head.open {
    overflow-y: scroll;
    background: #ff4848;
    height: 100vh;
    position: fixed;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #top_head.open:before {
    content: "";
    position: fixed;
    right: 0;
    width: 100%;
    background-color: #fff;
    height: 56vw;
    bottom: -25vw;
    transform: skewY(-12deg);
    transform-origin: bottom;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #top_head.open .head_yonden, body#karyoku_sousenkyo #top_head.open .head_karyokulive {
    position: fixed;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #top_head.open #nav_toggle div {
    height: 6vw;
  }
}
body#karyoku_sousenkyo #top_head.open #nav_toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(315deg);
  width: 100%;
}
body#karyoku_sousenkyo #top_head.open #nav_toggle span:nth-child(2) {
  display: none;
}
body#karyoku_sousenkyo #top_head.open #nav_toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-315deg);
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #top_head.open #nav_list {
    display: block;
    opacity: 1;
    z-index: 10;
    padding-bottom: 7vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #top_head.open .head_logo {
    display: block;
    width: 51.6vw;
    position: fixed;
    bottom: 6vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
  }
}

body#karyoku_sousenkyo {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #231815;
}
body#karyoku_sousenkyo h2, body#karyoku_sousenkyo h3, body#karyoku_sousenkyo h4, body#karyoku_sousenkyo h5, body#karyoku_sousenkyo p, body#karyoku_sousenkyo li, body#karyoku_sousenkyo dt, body#karyoku_sousenkyo dd, body#karyoku_sousenkyo input, body#karyoku_sousenkyo textarea, body#karyoku_sousenkyo th, body#karyoku_sousenkyo td, body#karyoku_sousenkyo span {
  line-height: 140%;
  letter-spacing: 0;
}
body#karyoku_sousenkyo a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  transition: 0.3s;
}
body#karyoku_sousenkyo a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px), print {
  body#karyoku_sousenkyo a[href^="tel:"] {
    color: black;
    text-decoration: none;
    display: inline-block;
    pointer-events: none;
  }
}
body#karyoku_sousenkyo img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body#karyoku_sousenkyo .inner {
  max-width: 690px;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  body#karyoku_sousenkyo .inner {
    max-width: 89.7269180754vw;
  }
}
body#karyoku_sousenkyo .pc {
  display: block;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo .pc {
    display: none !important;
  }
}
body#karyoku_sousenkyo .sp {
  display: none !important;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo .sp {
    display: block !important;
  }
}
body#karyoku_sousenkyo a[href^=tel] {
  cursor: text;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo a[href^=tel] {
    cursor: pointer;
    display: inline-block;
  }
}
body#karyoku_sousenkyo span[data-aos],
body#karyoku_sousenkyo strong[data-aos],
body#karyoku_sousenkyo small[data-aos] {
  display: inline-block;
}
body#karyoku_sousenkyo main {
  overflow: hidden;
}
body#karyoku_sousenkyo .main_ttl {
  font-size: 48px;
  color: #fff;
  display: table;
  margin: 0 auto 35px;
  background: #ff4848;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 30px;
  position: relative;
  transform: none !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo .main_ttl {
    font-size: 9.0666666667vw;
    padding: 0.5vw 3vw 1.5vw;
    margin-bottom: 5vw;
    line-height: 100%;
  }
}
body#karyoku_sousenkyo .main_ttl:before {
  content: "";
  position: absolute;
  background: #ff4848;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
body#karyoku_sousenkyo .main_ttl.aos-animate:before {
  animation: mainTtl 0.8s ease-in-out forwards;
}
@keyframes mainTtl {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
body#karyoku_sousenkyo #topBlock {
  position: relative;
}
body#karyoku_sousenkyo #topBlock:before {
  content: "";
  position: absolute;
  top: -630px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1250px;
  background-color: #ff4848;
  transform: skewY(-32deg);
  z-index: 0;
  transform-origin: top;
  animation: arrowmove 1s ease-in-out 1;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #topBlock:before {
    display: none;
  }
}
@keyframes arrowmove {
  0% {
    height: 100%;
  }
  100% {
    height: 1250px;
  }
}
body#karyoku_sousenkyo #topBlock:after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1600px;
  height: 100%;
  z-index: -1;
  background: url(/lp/karyoku_sousenkyo/img/bk01.webp) no-repeat center top/auto 100%;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #topBlock:after {
    display: none;
  }
}
body#karyoku_sousenkyo #btmBlock {
  padding-top: 80px;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #btmBlock {
    padding-top: 0;
    padding-bottom: 3.3333333333vw;
  }
}
body#karyoku_sousenkyo #btmBlock:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 735px solid #ff4848;
  border-left: 108vw solid transparent;
  z-index: 0;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #btmBlock:before {
    width: 100%;
    background-color: #ff4848;
    height: 120vw;
    bottom: -25vw;
    border: none;
    transform: skewY(-18deg);
    transform-origin: bottom;
  }
}
body#karyoku_sousenkyo #btmBlock:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1600px;
  height: 100%;
  z-index: -1;
  background: url(/lp/karyoku_sousenkyo/img/bk02.webp) no-repeat center top/auto 100%;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #btmBlock:after {
    bottom: 23vw;
    top: auto;
    width: 100%;
    z-index: -2;
    background: url(/lp/karyoku_sousenkyo/img/bk04_sp.webp) no-repeat center bottom/contain;
  }
}
body#karyoku_sousenkyo #vote {
  margin-bottom: 65px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote {
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 15.2vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ff4848;
    z-index: 0;
    transform-origin: top;
    top: -45vw;
    height: 140vw;
    transform: skewY(-42deg);
    animation: arrowmove_sp 1.5s ease-in-out 1;
  }
}
@keyframes arrowmove_sp {
  0% {
    height: 100%;
  }
  100% {
    height: 140vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: -1;
    top: 45.3333333333vw;
    width: 100%;
    background: url(/lp/karyoku_sousenkyo/img/bk01_sp.webp) no-repeat center top/cover;
  }
}
body#karyoku_sousenkyo #vote .vote-top {
  padding-top: 15px;
  position: relative;
  display: table;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote .vote-top {
    padding-top: 17.3333333333vw;
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
body#karyoku_sousenkyo #vote .vote-top_senkyo {
  width: 827px;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 1260px) {
  body#karyoku_sousenkyo #vote .vote-top_senkyo {
    width: 65.6349206349vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote .vote-top_senkyo {
    width: 52.1333333333vw;
    margin-bottom: 2vw;
  }
}
body#karyoku_sousenkyo #vote .vote-top_ttl {
  width: 585px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote .vote-top_ttl {
    width: 87.2vw;
    margin-bottom: 9vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote .vote-top_text {
    margin-bottom: 7vw;
  }
}
body#karyoku_sousenkyo #vote .vote-top_text span {
  color: #ff4848;
  font-weight: 500;
  font-size: 34px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 0 5px;
  display: table;
  margin: 0 auto 6px;
  background: linear-gradient(transparent 0%, #fff100 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 130%;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote .vote-top_text span {
    font-size: 7.6vw;
    padding: 0 1vw;
    margin-bottom: 0.3vw;
  }
}
body#karyoku_sousenkyo #vote .vote-top_day {
  width: 217px;
  position: absolute;
  right: -180px;
  top: 135px;
}
@media only screen and (max-width: 1260px) {
  body#karyoku_sousenkyo #vote .vote-top_day {
    width: 17.2222222222vw;
    right: -14.2857142857vw;
  }
}
@media only screen and (max-width: 1000px) {
  body#karyoku_sousenkyo #vote .vote-top_day {
    right: -24%;
  }
}
@media only screen and (max-width: 920px) {
  body#karyoku_sousenkyo #vote .vote-top_day {
    position: unset;
    margin: 10px auto 0;
    width: 217px;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote .vote-top_day {
    width: 38vw;
    margin-left: 0;
    margin-top: 2vw;
    transition-delay: 2.5s !important;
  }
}
body#karyoku_sousenkyo #vote .vote-top_day:before {
  content: "";
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  animation: topDay 0.8s ease-in-out 2.3s forwards;
}
@keyframes topDay {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote .vote-top_day:before {
    display: none;
  }
}
body#karyoku_sousenkyo #vote #vote-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1155px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote #vote-list {
    width: 89.8666666667vw;
    justify-content: space-between;
    margin-bottom: 3vw;
  }
}
body#karyoku_sousenkyo #vote #vote-list li {
  margin: 0 35px 30px;
  width: 212px;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote #vote-list li {
    width: 43.2vw;
    margin: 0 0 6.3vw;
  }
}
body#karyoku_sousenkyo #vote #vote-list li:nth-child(7) {
  transition-delay: 3.1s;
}
body#karyoku_sousenkyo #vote #vote-list li:nth-child(8) {
  transition-delay: 3.2s;
}
body#karyoku_sousenkyo #vote #vote-list .vote-list_img {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
}
body#karyoku_sousenkyo #vote #vote-list .vote-list_img:before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
body#karyoku_sousenkyo #vote #vote-list .vote-list_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s;
}
body#karyoku_sousenkyo #vote #vote-list .vote-list_img:hover:before {
  opacity: 0.7;
}
body#karyoku_sousenkyo #vote #vote-list .vote-list_img:hover span {
  background: #000;
  color: #fff;
  border: solid 1px #fff;
}
body#karyoku_sousenkyo #vote #vote-list .vote-list_img:hover img {
  transform: scale(1.05, 1.05);
}
body#karyoku_sousenkyo #vote #vote-list .vote-list_img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "Zen Maru Gothic", serif;
  font-size: 12px;
  font-weight: 500;
  border: solid 1px #ff4848;
  background: #fff;
  text-align: center;
  width: 88px;
  line-height: 160%;
  border-radius: 30px;
  z-index: 2;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote #vote-list .vote-list_img span {
    font-size: 2.6666666667vw;
    width: 18vw;
  }
}
body#karyoku_sousenkyo #vote #vote-list .vote-list_btn {
  width: 138px;
  margin: auto;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote #vote-list .vote-list_btn {
    width: 28.2666666667vw;
  }
}
body#karyoku_sousenkyo #vote #vote-list .vote-list_btn a {
  background: #000;
  font-family: "Noto Serif JP", serif;
  color: rgba(255, 255, 255, 0.47);
  text-align: center;
  font-size: 22px;
  padding: 5px 0;
  font-weight: 500;
  pointer-events: none;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote #vote-list .vote-list_btn a {
    padding: 0.5vw 0;
    font-size: 4.8vw;
  }
}
body#karyoku_sousenkyo #vote #vote-list .vote-list_btn a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
body#karyoku_sousenkyo #vote .vote-more {
  margin: auto;
  display: table;
}
body#karyoku_sousenkyo #vote .vote-more a {
  background: #fff100;
  color: #ff4848;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  padding: 5px 16px 8px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote .vote-more a {
    padding: 1vw 2vw;
    font-size: 6.4vw;
  }
}
body#karyoku_sousenkyo #vote .vote-more a:after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #ff4848;
  transform: rotate(45deg);
  transition: 0.3s;
  margin-bottom: 4px;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #vote .vote-more a:after {
    width: 3vw;
    height: 3vw;
    margin-bottom: 1vw;
    border-width: 2px 2px 0 0;
  }
}
body#karyoku_sousenkyo #vote .vote-more a:hover {
  opacity: 1;
  color: #fff;
  background: #000;
}
body#karyoku_sousenkyo #vote .vote-more a:hover:after {
  border-color: #fff;
}
body#karyoku_sousenkyo #present {
  padding-bottom: 115px;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #present {
    padding-bottom: 6vw;
    position: relative;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #present:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(/lp/karyoku_sousenkyo/img/bk02_sp.webp) no-repeat center top/cover;
  }
}
body#karyoku_sousenkyo #present .present-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #present .present-list {
    display: block;
  }
}
body#karyoku_sousenkyo #present .present-list li {
  margin: 0 20px;
  background: #fff;
  position: relative;
  width: 438px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1490px) {
  body#karyoku_sousenkyo #present .present-list li {
    width: 29.3959731544vw;
    margin: 0 1.3422818792vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #present .present-list li {
    margin: 0 auto 6vw;
    width: 80vw;
    padding-bottom: 6.6666666667vw;
  }
}
body#karyoku_sousenkyo #present .present-list .present-list_winners {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff4848;
  width: 120px;
  text-align: center;
  line-height: 120px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 1450px) {
  body#karyoku_sousenkyo #present .present-list .present-list_winners {
    width: 8.275862069vw;
    font-size: 2.0689655172vw;
    line-height: 8.275862069vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #present .present-list .present-list_winners {
    width: 22.1333333333vw;
    line-height: 22.1333333333vw;
    font-size: 6.1333333333vw;
  }
}
body#karyoku_sousenkyo #present .present-list .present-list_winners span {
  font-size: 34px;
}
@media only screen and (max-width: 1450px) {
  body#karyoku_sousenkyo #present .present-list .present-list_winners span {
    font-size: 2.3448275862vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #present .present-list .present-list_winners span {
    font-size: 5.3333333333vw;
  }
}
body#karyoku_sousenkyo #present .present-list .present-list_img {
  z-index: 0;
  position: relative;
}
body#karyoku_sousenkyo #present .present-list .present-list_block {
  display: table;
  margin: auto;
}
body#karyoku_sousenkyo #present .present-list .present-list_block a {
  background: #fff100;
  font-size: 22px;
  margin: 0 0 0 auto;
  color: #ff4848;
  display: table;
  padding: 3px 8px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 1450px) {
  body#karyoku_sousenkyo #present .present-list .present-list_block a {
    font-size: 1.5172413793vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #present .present-list .present-list_block a {
    font-size: 3.7333333333vw;
  }
}
body#karyoku_sousenkyo #present .present-list .present-list_block a:after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #ff4848;
  transform: rotate(45deg);
  transition: 0.3s;
  margin-bottom: 2px;
}
body#karyoku_sousenkyo #present .present-list .present-list_block a:hover {
  background: #ff4848;
  color: #fff;
  opacity: 1;
}
body#karyoku_sousenkyo #present .present-list .present-list_block a:hover:after {
  border-color: #fff;
}
body#karyoku_sousenkyo #present .present-list .present-list_block small {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 1450px) {
  body#karyoku_sousenkyo #present .present-list .present-list_block small {
    font-size: 1.5172413793vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #present .present-list .present-list_block small {
    margin-top: 0.5vw;
    font-size: 3.7333333333vw;
  }
}
body#karyoku_sousenkyo #present .present-list .present-list_ttl span {
  background: #000;
  color: #fff;
  font-size: 28px;
  margin: auto;
  font-feature-settings: "palt";
  text-align: center;
  display: table;
  padding: 3px 5px;
  line-height: 110%;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 1450px) {
  body#karyoku_sousenkyo #present .present-list .present-list_ttl span {
    font-size: 1.9310344828vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #present .present-list .present-list_ttl span {
    padding: 1vw 0 0.5vw;
    font-size: 4.8vw;
  }
}
body#karyoku_sousenkyo #present .present-list li:first-child .present-list_img {
  margin: 0 -40px 10px;
  z-index: 2;
}
@media only screen and (max-width: 1450px) {
  body#karyoku_sousenkyo #present .present-list li:first-child .present-list_img {
    margin: 0 -2.7586206897vw 10px;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #present .present-list li:first-child .present-list_img {
    margin: 0;
  }
}
body#karyoku_sousenkyo #present .present-list li:first-child .present-list_ttl {
  background: #000;
}
body#karyoku_sousenkyo #apply {
  margin-bottom: 95px;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #apply {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #apply:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(/lp/karyoku_sousenkyo/img/bk03_sp.webp) no-repeat center top/cover;
  }
}
body#karyoku_sousenkyo #apply .apply-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  body#karyoku_sousenkyo #apply .apply-list {
    display: block;
  }
}
body#karyoku_sousenkyo #apply .apply-list li {
  width: 430px;
  border: solid 5px #ff4848;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 20px;
  margin: 0 30px;
}
@media only screen and (max-width: 1490px) {
  body#karyoku_sousenkyo #apply .apply-list li {
    padding-bottom: 5vw;
    width: 28.8590604027vw;
    margin: 0 2.0134228188vw;
  }
}
@media only screen and (max-width: 1270px) {
  body#karyoku_sousenkyo #apply .apply-list li {
    width: 28.1879194631vw;
    margin: 0 2.0134228188vw;
  }
}
@media only screen and (max-width: 768px) {
  body#karyoku_sousenkyo #apply .apply-list li {
    width: 90%;
    margin: 0 auto 2.0408163265vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #apply .apply-list li {
    border: solid 4px #ff4848;
    width: 80vw;
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #apply .apply-list li:last-child {
    margin-bottom: 0;
  }
}
body#karyoku_sousenkyo #apply .apply-list li:last-child:after {
  display: none;
}
body#karyoku_sousenkyo #apply .apply-list li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -65px;
  height: 126px;
  width: 60px;
  display: table;
  background: #ff4848;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 1490px) {
  body#karyoku_sousenkyo #apply .apply-list li:after {
    width: 4.0268456376vw;
    height: 8.4563758389vw;
    right: -4.3624161074vw;
  }
}
@media only screen and (max-width: 768px) {
  body#karyoku_sousenkyo #apply .apply-list li:after {
    right: 0;
    left: 0;
    top: auto;
    bottom: -4.3624161074vw;
    width: 8.4563758389vw;
    height: 4.0268456376vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #apply .apply-list li:after {
    width: 19.2vw;
    height: 9vw;
    bottom: -9vw;
  }
}
body#karyoku_sousenkyo #apply .apply-list li .apply-list_number {
  background: #000;
  width: 50px;
  padding: 0 0 6px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  font-size: 44px;
  display: inline-block;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media only screen and (max-width: 1490px) {
  body#karyoku_sousenkyo #apply .apply-list li .apply-list_number {
    width: 3.355704698vw;
    font-size: 2.9530201342vw;
  }
}
@media only screen and (max-width: 768px) {
  body#karyoku_sousenkyo #apply .apply-list li .apply-list_number {
    width: 50px;
    font-size: 44px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #apply .apply-list li .apply-list_number {
    width: 10vw;
    font-size: 8.5333333333vw;
  }
}
body#karyoku_sousenkyo #apply .apply-list li .apply-list_ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  letter-spacing: 0.18em;
  margin-bottom: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 1490px) {
  body#karyoku_sousenkyo #apply .apply-list li .apply-list_ttl {
    font-size: 2.6845637584vw;
  }
}
@media only screen and (max-width: 768px) {
  body#karyoku_sousenkyo #apply .apply-list li .apply-list_ttl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #apply .apply-list li .apply-list_ttl {
    letter-spacing: 0.1em;
    margin-bottom: 2vw;
    font-size: 7.4666666667vw;
  }
}
body#karyoku_sousenkyo #apply .apply-list li .apply-list_text {
  font-size: 18px;
  line-height: 180%;
  margin: 0 35px;
  color: #231815;
}
@media only screen and (max-width: 1490px) {
  body#karyoku_sousenkyo #apply .apply-list li .apply-list_text {
    margin: 0 2.3489932886vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #apply .apply-list li .apply-list_text {
    font-size: 4.2666666667vw;
    margin: 0 auto;
    width: 64.8vw;
    line-height: 165%;
  }
}
body#karyoku_sousenkyo #apply .apply-list li .apply-list_text small {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #apply .apply-list li .apply-list_text small {
    line-height: 140%;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 3.7333333333vw;
  }
}
body#karyoku_sousenkyo #apply .apply-list li .apply-list_x {
  padding-top: 15px;
  border-top: solid 1px #ff4848;
  margin: 15px 35px 0;
}
@media only screen and (max-width: 1490px) {
  body#karyoku_sousenkyo #apply .apply-list li .apply-list_x {
    margin: 15px 2.3489932886vw 0;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #apply .apply-list li .apply-list_x {
    padding-top: 3vw;
    margin: 3vw auto 0;
    width: 64.8vw;
  }
}
body#karyoku_sousenkyo #apply .apply-list li .apply-list_x a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #231815;
}
body#karyoku_sousenkyo #apply .apply-list li .apply-list_x span {
  font-size: 12px;
  margin-right: 20px;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #apply .apply-list li .apply-list_x span {
    font-size: 3.7333333333vw;
  }
}
body#karyoku_sousenkyo #apply .apply-list li .apply-list_x img {
  width: 34px;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #apply .apply-list li .apply-list_x img {
    width: 8.6666666667vw;
  }
}
body#karyoku_sousenkyo #agreement {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #agreement {
    padding-top: 6.6666666667vw;
  }
}
body#karyoku_sousenkyo #agreement .agreement-block {
  background: #fff;
  border: solid 5px #ff4848;
  padding: 25px 25px 10px;
  max-width: 860px;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  body#karyoku_sousenkyo #agreement .agreement-block {
    width: 90%;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #agreement .agreement-block {
    padding: 4vw 3.5vw;
    border: solid 4px #ff4848;
    width: 86.6666666667vw;
    margin-bottom: 6vw;
  }
}
body#karyoku_sousenkyo #agreement .agreement-block_box {
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #agreement .agreement-block_box {
    margin-bottom: 3vw;
  }
}
body#karyoku_sousenkyo #agreement .agreement-block_ttl {
  border: solid 1px #ff4848;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 18px;
  color: #ff4848;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #agreement .agreement-block_ttl {
    margin-bottom: 1vw;
    line-height: 125%;
    font-size: 4.8vw;
  }
}
body#karyoku_sousenkyo #agreement .agreement-block_number, body#karyoku_sousenkyo #agreement .agreement-block_list {
  padding-left: 1em;
}
body#karyoku_sousenkyo #agreement .agreement-block_number li, body#karyoku_sousenkyo #agreement .agreement-block_list li {
  text-indent: -1em;
}
body#karyoku_sousenkyo #agreement .agreement-block_text, body#karyoku_sousenkyo #agreement .agreement-block_number li, body#karyoku_sousenkyo #agreement .agreement-block_list li {
  font-size: 16px;
  color: #231815;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #agreement .agreement-block_text, body#karyoku_sousenkyo #agreement .agreement-block_number li, body#karyoku_sousenkyo #agreement .agreement-block_list li {
    font-size: 4vw;
    line-height: 140%;
  }
}
body#karyoku_sousenkyo #agreement .agreement-block_text a, body#karyoku_sousenkyo #agreement .agreement-block_number li a, body#karyoku_sousenkyo #agreement .agreement-block_list li a {
  color: #e7242e;
  text-decoration: underline;
  display: inline-block;
  text-indent: 0;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #agreement .agreement-block_text a, body#karyoku_sousenkyo #agreement .agreement-block_number li a, body#karyoku_sousenkyo #agreement .agreement-block_list li a {
    font-size: 4vw;
  }
}
body#karyoku_sousenkyo #agreement .agreement-block_text small, body#karyoku_sousenkyo #agreement .agreement-block_number li small, body#karyoku_sousenkyo #agreement .agreement-block_list li small {
  font-size: 14px;
  display: block;
  text-indent: -1em;
  line-height: 140%;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #agreement .agreement-block_text small, body#karyoku_sousenkyo #agreement .agreement-block_number li small, body#karyoku_sousenkyo #agreement .agreement-block_list li small {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #scroll-btn {
    width: 12.8vw;
    margin: 0 auto 9vw;
    position: relative;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #footer-logo {
    width: 85.3333333333vw;
    margin: 0 auto 16vw;
    position: relative;
  }
}
body#karyoku_sousenkyo #footer-copy {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #footer-copy {
    font-size: 2.9333333333vw;
  }
}
body#karyoku_sousenkyo .modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 1s ease-in-out;
}
body#karyoku_sousenkyo .modal .modal-content {
  background: #FFF;
  overflow-y: auto;
  padding: 45px 70px;
  width: 90%;
  max-width: 1250px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid 5px #000;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  animation: show 0.6s linear 0s;
  box-sizing: border-box;
}
@media only screen and (max-width: 1300px) {
  body#karyoku_sousenkyo .modal .modal-content {
    width: 96.1538461538vw;
    padding: 45px 5.3846153846vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo .modal .modal-content {
    width: 88.8vw;
    border: solid 6px #000;
    padding: 12vw 6.6666666667vw 9.3333333333vw;
    transform: translate(-50%, 0);
    top: 6vw;
    max-height: unset;
  }
}
body#karyoku_sousenkyo .modal .modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 999;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo .modal .modal-top {
    right: 2vw;
    top: 2vw;
  }
}
body#karyoku_sousenkyo .modal .modal-close {
  color: #231815;
  text-decoration: none;
  font-size: 4rem;
  font-weight: 100;
  line-height: 1;
  padding: 0 8px;
}
@media only screen and (max-width: 1000px) {
  body#karyoku_sousenkyo .modal .modal-close {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo .modal .modal-close {
    padding: 0;
    line-height: 100%;
    display: block;
    font-size: 8vw;
  }
}
body#karyoku_sousenkyo .modal .modal-close:hover, body#karyoku_sousenkyo .modal .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
body#karyoku_sousenkyo .modal .modal-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo .modal .modal-container {
    display: block;
  }
}
body#karyoku_sousenkyo .modal .profile {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 250px;
}
@media only screen and (max-width: 1300px) {
  body#karyoku_sousenkyo .modal .profile {
    width: 19.2307692308vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo .modal .profile {
    width: 40.2666666667vw;
  }
}
body#karyoku_sousenkyo .modal .modal-img {
  max-width: 433px;
}
@media only screen and (max-width: 1300px) {
  body#karyoku_sousenkyo .modal .modal-img {
    width: 33.3076923077vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo .modal .modal-img {
    width: 61.3333333333vw;
    margin: 0 auto 2vw;
  }
}
body#karyoku_sousenkyo .modal .modal-box {
  max-width: 562px;
}
@media only screen and (max-width: 1300px) {
  body#karyoku_sousenkyo .modal .modal-box {
    width: 43.2307692308vw;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo .modal .modal-box {
    max-width: 100%;
    width: 100%;
  }
}
body#karyoku_sousenkyo .modal .modal-box .modal-ttl {
  font-size: 46px;
  text-align: center;
  letter-spacing: 0.16em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  body#karyoku_sousenkyo .modal .modal-box .modal-ttl {
    font-size: 32px;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo .modal .modal-box .modal-ttl {
    font-size: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
body#karyoku_sousenkyo .modal .modal-box .modal-ttl small {
  display: block;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo .modal .modal-box .modal-ttl small {
    font-size: 2.6666666667vw;
  }
}
body#karyoku_sousenkyo .modal .modal-box .modal-text {
  font-size: 20px;
  line-height: 180%;
}
@media only screen and (max-width: 1000px) {
  body#karyoku_sousenkyo .modal .modal-box .modal-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo .modal .modal-box .modal-text {
    line-height: 160%;
    font-size: 3.2vw;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body#karyoku_sousenkyo #modal_video {
  width: 100%;
}
body#karyoku_sousenkyo #modal_video .modal-content {
  border: none;
  background: no-repeat;
  padding: 0;
  width: auto;
  max-width: 100%;
  max-height: 100vh;
  height: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #modal_video .modal-content {
    aspect-ratio: 9/16;
    overflow: unset;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
body#karyoku_sousenkyo #modal_video .modal-content #btn-play, body#karyoku_sousenkyo #modal_video .modal-content #btn-play_sp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
body#karyoku_sousenkyo #modal_video .modal-content #btn-play.active, body#karyoku_sousenkyo #modal_video .modal-content #btn-play_sp.active {
  opacity: 0;
  z-index: 0;
}
body#karyoku_sousenkyo #modal_video .modal-content .modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body#karyoku_sousenkyo #modal_video .modal-content video {
  width: 100%;
}
@media only screen and (max-width: 736px) {
  body#karyoku_sousenkyo #modal_video .modal-content video {
    max-height: 100vh;
  }
}