@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Zen Maru Gothic", sans-serif;
*/
/* automatic size vw */
/* automatic size vh */
/* text clamp */
/* anime In order */
/*
    Line height auto
*/
/*
    Button
*/
a.button {
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  padding: 0 30px;
  height: 100px;
  border: 3px solid #57090e;
  border-radius: 60px;
  background-color: #f6edd4;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  color: #57090e !important;
}
@media (max-width: 1150px) {
  a.button {
    border-width: 0.2608695652vw;
    padding: 0 2.6086956522vw;
    height: 8.6956521739vw;
    border-radius: 5.2173913043vw;
    font-size: 2.0869565217vw;
  }
}
@media (max-width: 750px) {
  a.button {
    border-radius: 15.625vw;
    height: auto;
    padding: 4vw;
    min-height: 18.75vw;
    font-size: 34px;
    font-size: 4.5333333333vw;
  }
}
a.button.cp {
  font-size: 36px;
  font-weight: bold;
  background-color: #de0010;
  border-color: #de0010;
  color: #fff !important;
  min-width: 520px;
}
@media (max-width: 1150px) {
  a.button.cp {
    min-width: 45.2173913043vw;
  }
}
@media (max-width: 750px) {
  a.button.cp {
    width: 100%;
    border-radius: 10.15625vw;
    height: 18.75vw;
    font-size: 34px;
    font-size: 4.5333333333vw;
  }
}
a.button.cp.finished {
  pointer-events: none;
  background-color: #565656;
  border-color: #565656;
}
a.button.brand {
  border-radius: 0;
  max-width: 300px;
  height: 70px;
  border: none;
  color: #fff;
  font-size: 20px;
  position: relative;
}
@media (max-width: 750px) {
  a.button.brand {
    height: 15.625vw;
    font-size: 34px;
    font-size: 4.5333333333vw;
  }
}
a.button.brand:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%) rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media (max-width: 750px) {
  a.button.brand:after {
    width: 3.125vw;
    height: 3.125vw;
    border-top-width: 0.9375vw;
    border-right-width: 0.9375vw;
  }
}

@keyframes slideTitle {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInEnlarge {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleXwidth {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: top left;
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1.3, 1.3, 1.3);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(0deg);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceInLoop {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  60% {
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceInCenter {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1.3, 1.3, 1.3) translate(-50%, -50%);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03) translate(-50%, -50%);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01) translate(-50%, -50%);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99) translate(-50%, -50%);
  }
  to {
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes bounceOut {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(0deg);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceInroll {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  20% {
    opacity: 1;
    transform: translate(0, -10px);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes rotateDownLeft {
  0% {
    opacity: 0;
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -20deg);
  }
  20% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -1deg);
  }
  to {
    opacity: 1;
    transform-origin: left bottom;
    transform: none;
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
    opacity: 1;
  }
}
@keyframes shadowSlide {
  from, 20%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(-15px, -15px);
  }
  20% {
    opacity: 1;
    transform: translate(-15px, -15px);
  }
  80% {
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes shadowSlide_sp {
  from, 20%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(-7px, -7px);
  }
  20% {
    opacity: 1;
    transform: translate(-7px, -7px);
  }
  80% {
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes blurInTitle {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale(1);
    filter: blur(30px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes Turnboard {
  from {
    transform: perspective(300px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
  40% {
    transform: perspective(300px) rotate3d(0, 1, 0, -10deg);
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: perspective(300px) rotate3d(0, 1, 0, 5deg);
    opacity: 1;
  }
  80% {
    transform: perspective(300px) rotate3d(0, 1, 0, -2deg);
  }
  to {
    opacity: 1;
    transform: perspective(300px);
  }
}
@keyframes fuwafuwa {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fadeOutAnime {
  0%, 60%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(0, 0);
  }
}
@keyframes fadeOutAnimeBtn {
  0%, 60%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-100%, -80%) scale(1, 1);
  }
  60% {
    transform: translate(-100%, -80%) scale(1.2, 1.2);
  }
  100% {
    transform: translate(-50%, -40%) scale(0, 0);
  }
}
@keyframes bounceInDown {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1, 1, 1) translate(0, -40px);
  }
  20% {
    transform: scale3d(1, 1, 1);
  }
  40% {
    transform: scale3d(1.1, 0.9, 1) translate(0, 5px);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.95, 1.05, 1) translate(0, -2px);
  }
  80% {
    transform: scale3d(1, 1, 1) translate(0, 0);
  }
  to {
    transform: scale3d(1, 1, 1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes bounceOutUp {
  from, to {
    animation-timing-function: cubic-bezier(0.915, 0.03, 0.91, 0.35);
  }
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate(0, 0);
  }
  to {
    transform: scale3d(0, 0, 1) translate(0, 120px);
    opacity: 0;
  }
}
@keyframes kujiOpen1step {
  0%, 100% {
    animation-timing-function: linear;
  }
  0% {
    height: 50%;
  }
  to {
    height: 0;
  }
}
@keyframes kujiOpen2step {
  0%, 100% {
    animation-timing-function: linear;
  }
  0% {
    height: 0;
  }
  to {
    height: 50%;
  }
}
@keyframes rotationInner {
  0%, 100% {
    animation-timing-function: linear;
  }
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes kujiOpen3step {
  0%, 40%, 60%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    top: 15%;
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    top: -13%;
  }
  to {
    opacity: 1;
    top: -10%;
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
  }
}
@keyframes kujifadeout {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    top: 48.5%;
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  50% {
    top: 48.5%;
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  to {
    top: 48.5%;
    width: 67.33vw;
    opacity: 1;
    transform: scale(1, 1);
  }
}
/*
    個別にアニメーション
*/
@keyframes lottery_fuwa01 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -20%) rotate(-20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes lottery_fuwa02 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
  50% {
    transform: translate(-40%, -80%) rotate(25deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
}
@keyframes lottery_fuwa03 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-35deg);
  }
  50% {
    transform: translate(-60%, 10%) rotate(-79deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
@keyframes lottery_fuwa04 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-133deg);
  }
  50% {
    transform: translate(-40%, -40%) rotate(-133deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-133deg);
  }
}
@keyframes lottery_fuwa05 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-66deg);
  }
  50% {
    transform: translate(-50%, -90%) rotate(-66deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-66deg);
  }
}
@keyframes lottery_fuwa08 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-192deg);
  }
  50% {
    transform: translate(-50%, 10%) rotate(-192deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-192deg);
  }
}
/*
    common
*/
html,
body {
  overflow-wrap: break-word;
}

h1, h2, h3, h4 {
  margin: 0;
}

.util_sp {
  display: none !important;
}
@media (max-width: 750px) {
  .util_sp {
    display: block !important;
  }
}

.util_pc {
  display: block !important;
}
@media (max-width: 750px) {
  .util_pc {
    display: none !important;
  }
}

@media print {
  img {
    display: none;
  }
}
/*
    Style
*/
main#main_jikkuri_cp {
  overflow: hidden;
  color: #57090e;
  background-color: #ffe791;
  background-image: url("../images/bg_img.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: 35px auto;
}
main#main_jikkuri_cp * {
  box-sizing: border-box;
}

section.section > .inner {
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (max-width: 1150px) {
  section.section > .inner {
    padding-bottom: 4.347826087vw;
  }
}
section.section > .inner .ttl_section_h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #681400;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 1150px) {
  section.section > .inner .ttl_section_h2 {
    font-size: 3.1304347826vw;
    margin-bottom: 3.4782608696vw;
  }
}
@media (max-width: 750px) {
  section.section > .inner .ttl_section_h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
section.section > .inner .ttl_section_h2 > span {
  display: inline-block;
  padding: 0 0 35px;
  width: 465px;
  background-image: url("../images/ttl_section_line.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media (max-width: 1150px) {
  section.section > .inner .ttl_section_h2 > span {
    padding: 0 0 3.0434782609vw;
    width: 40.4347826087vw;
  }
}
@media (max-width: 750px) {
  section.section > .inner .ttl_section_h2 > span {
    padding: 0 0 6.6666666667vw;
    width: 100%;
  }
}

.container_fv {
  padding: 23px 0;
  margin-bottom: 60px;
}
@media (max-width: 1150px) {
  .container_fv {
    padding: 2vw 0;
    margin-bottom: 5.2173913043vw;
  }
}
@media (max-width: 750px) {
  .container_fv {
    padding: 0;
  }
}
.container_fv > .ttl_page_h1 {
  margin: 0 auto;
  width: 791px;
}
@media (max-width: 1150px) {
  .container_fv > .ttl_page_h1 {
    width: 68.7826086957vw;
  }
}
@media (max-width: 750px) {
  .container_fv > .ttl_page_h1 {
    width: 100%;
  }
}
.container_fv > .container_fv_date {
  margin-top: 10px;
  padding: 30px 0;
  background-color: #730000;
  text-align: center;
}
@media (max-width: 1150px) {
  .container_fv > .container_fv_date {
    margin-top: 0.8695652174vw;
    padding: 2.6086956522vw 0;
  }
}
@media (max-width: 750px) {
  .container_fv > .container_fv_date {
    margin-top: 2vw;
    padding: 2.6666666667vw 0;
  }
}
.container_fv > .container_fv_date img {
  margin: 0 auto;
  width: 831px;
}
@media (max-width: 1150px) {
  .container_fv > .container_fv_date img {
    width: 72.2608695652vw;
  }
}
@media (max-width: 750px) {
  .container_fv > .container_fv_date img {
    width: 88.1333333333vw;
  }
}

.finished > .container_fv > .container_fv_date {
  padding: 20px 0;
}
@media (max-width: 1150px) {
  .finished > .container_fv > .container_fv_date {
    padding: 1.7391304348vw 0;
  }
}
@media (max-width: 750px) {
  .finished > .container_fv > .container_fv_date {
    padding: 2.6666666667vw 0;
  }
}
.finished > .container_fv > .container_fv_date img {
  width: 943px;
}
@media (max-width: 1150px) {
  .finished > .container_fv > .container_fv_date img {
    width: 82vw;
  }
}

#requirements > .inner {
  margin-bottom: 2em;
  text-align: center;
}
@media (max-width: 750px) {
  #requirements > .inner {
    width: 88vw;
  }
}
#requirements > .inner .container_requirements a {
  color: #de0010;
  text-decoration: underline;
}
#requirements > .inner .container_requirements > p {
  font-size: 18px;
}
@media (max-width: 1150px) {
  #requirements > .inner .container_requirements > p {
    font-size: 1.5652173913vw;
  }
}
@media (max-width: 750px) {
  #requirements > .inner .container_requirements > p {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
#requirements > .inner .container_requirements > p .strong {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1150px) {
  #requirements > .inner .container_requirements > p .strong {
    font-size: 2.0869565217vw;
  }
}
@media (max-width: 750px) {
  #requirements > .inner .container_requirements > p .strong {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
#requirements > .inner .container_requirements .container_requirements_link {
  margin: 65px auto 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1150px) {
  #requirements > .inner .container_requirements .container_requirements_link {
    margin: 5.652173913vw auto 0;
  }
}
#requirements > .inner ul.attend_txt {
  margin: 1em 0 0;
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 1150px) {
  #requirements > .inner ul.attend_txt {
    font-size: 1.3913043478vw;
  }
}
@media (max-width: 750px) {
  #requirements > .inner ul.attend_txt {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
#requirements > .inner ul.attend_txt > li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6875;
}

#prizes > .inner {
  margin-bottom: 2em;
  text-align: center;
}
@media (max-width: 750px) {
  #prizes > .inner {
    width: 92vw;
  }
}
#prizes > .inner .ttl_section_h2 {
  margin-bottom: 90px;
}
@media (max-width: 1150px) {
  #prizes > .inner .ttl_section_h2 {
    margin-bottom: 7.8260869565vw;
  }
}
@media (max-width: 750px) {
  #prizes > .inner .ttl_section_h2 {
    margin-bottom: 10.6666666667vw;
  }
}
#prizes > .inner .container_prizes_box {
  margin: 0 auto 135px;
  width: 793px;
  position: relative;
}
@media (max-width: 1150px) {
  #prizes > .inner .container_prizes_box {
    margin-bottom: 11.7391304348vw;
    width: 68.9565217391vw;
  }
}
@media (max-width: 750px) {
  #prizes > .inner .container_prizes_box {
    width: 100%;
    margin-bottom: 17.3333333333vw;
  }
}
#prizes > .inner .container_prizes_box > .content_prizes_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 829px;
}
@media (max-width: 1150px) {
  #prizes > .inner .container_prizes_box > .content_prizes_title {
    width: 72.0869565217vw;
  }
}
@media (max-width: 750px) {
  #prizes > .inner .container_prizes_box > .content_prizes_title {
    width: 96.2666666667vw;
  }
}
#prizes > .inner .container_prizes_box > .content_prizes_inner {
  padding: 60px 30px 12px;
  background-color: #fff;
  border-radius: 0 0 50px 50px;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 1150px) {
  #prizes > .inner .container_prizes_box > .content_prizes_inner {
    padding: 5.2173913043vw 2.6086956522vw 1.0434782609vw;
    border-radius: 0 0 4.347826087vw 4.347826087vw;
    box-shadow: 0.8695652174vw 0.8695652174vw 0.8695652174vw 0 rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 750px) {
  #prizes > .inner .container_prizes_box > .content_prizes_inner {
    padding: 5.3333333333vw 4vw 2vw;
    border-radius: 0 0 6vw 6vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw 0 rgba(0, 0, 0, 0.4);
  }
}
#prizes > .inner .container_prizes_box > .content_prizes_inner img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#prizes > .inner .container_prizes_box > .content_prizes_inner > p.attend_txt {
  margin-top: -0.5em;
  font-size: 12px;
  text-align: right;
  line-height: 1;
  position: relative;
  padding-right: 1em;
}
@media (max-width: 1150px) {
  #prizes > .inner .container_prizes_box > .content_prizes_inner > p.attend_txt {
    font-size: 1.0434782609vw;
  }
}
@media (max-width: 750px) {
  #prizes > .inner .container_prizes_box > .content_prizes_inner > p.attend_txt {
    font-size: 11px;
    font-size: 1.4666666667vw;
  }
}
#prizes > .inner .container_prizes_box.prizeb > .content_prizes_inner {
  padding: 105px 30px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
@media (max-width: 1150px) {
  #prizes > .inner .container_prizes_box.prizeb > .content_prizes_inner {
    padding: 9.1304347826vw 2.6086956522vw 5.2173913043vw;
    gap: 3.4782608696vw;
    font-size: 1.3913043478vw;
  }
}
@media (max-width: 750px) {
  #prizes > .inner .container_prizes_box.prizeb > .content_prizes_inner {
    padding: 11.3333333333vw 4vw 8vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.5;
    gap: 3.3333333333vw;
  }
}
#prizes > .inner .container_prizes_box.prizeb > .content_prizes_inner .ttl_content_h3 {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "メイリオ", "Meiryo", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 24px;
}
@media (max-width: 1150px) {
  #prizes > .inner .container_prizes_box.prizeb > .content_prizes_inner .ttl_content_h3 {
    font-size: 2.0869565217vw;
  }
}
@media (max-width: 750px) {
  #prizes > .inner .container_prizes_box.prizeb > .content_prizes_inner .ttl_content_h3 {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.125;
  }
}
#prizes > .inner .container_prizes_box.prizeb > .content_prizes_inner .content_prizes_item_image {
  margin: 15px auto 0;
  width: 555px;
}
@media (max-width: 1150px) {
  #prizes > .inner .container_prizes_box.prizeb > .content_prizes_inner .content_prizes_item_image {
    margin-top: 1.3043478261vw;
    width: 48.2608695652vw;
  }
}
@media (max-width: 750px) {
  #prizes > .inner .container_prizes_box.prizeb > .content_prizes_inner .content_prizes_item_image {
    margin-top: 4vw;
    width: 64.5333333333vw;
  }
}
#prizes > .inner .container_prizes_box:last-of-type {
  margin-bottom: 0;
}

#products > .inner {
  margin-bottom: 2em;
}
@media (max-width: 750px) {
  #products > .inner {
    width: 88vw;
  }
}
#products > .inner .container_products_box {
  margin: 0 auto 0;
  width: 784px;
  text-align: center;
}
@media (max-width: 1150px) {
  #products > .inner .container_products_box {
    width: 68.1739130435vw;
  }
}
@media (max-width: 750px) {
  #products > .inner .container_products_box {
    width: 100%;
  }
}
#products > .inner .container_products_box > p {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 24px;
}
@media (max-width: 1150px) {
  #products > .inner .container_products_box > p {
    font-size: 2.0869565217vw;
    margin-top: 2.6086956522vw;
  }
}
@media (max-width: 750px) {
  #products > .inner .container_products_box > p {
    margin: 4.6875vw 0 0;
    font-size: 36px;
    font-size: 4.8vw;
  }
}
#products > .inner ul.attend_txt {
  margin: 1em 0 0;
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 1150px) {
  #products > .inner ul.attend_txt {
    font-size: 1.3913043478vw;
  }
}
@media (max-width: 750px) {
  #products > .inner ul.attend_txt {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
#products > .inner ul.attend_txt > li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6875;
}
#products > .inner .container_products_link {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1150px) {
  #products > .inner .container_products_link {
    margin-top: 3.4782608696vw;
  }
}
@media (max-width: 750px) {
  #products > .inner .container_products_link {
    margin-top: 6.6666666667vw;
  }
}

#period > .inner {
  text-align: center;
  margin-bottom: 2em;
}
@media (max-width: 750px) {
  #period > .inner {
    width: 88vw;
  }
}
#period > .inner > p {
  font-size: 24px;
  line-height: 1.4166666667;
}
@media (max-width: 1150px) {
  #period > .inner > p {
    font-size: 2.0869565217vw;
  }
}
@media (max-width: 750px) {
  #period > .inner > p {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
#period > .inner ul.attend_txt {
  margin: 1em 0 0;
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 1150px) {
  #period > .inner ul.attend_txt {
    font-size: 1.3913043478vw;
  }
}
@media (max-width: 750px) {
  #period > .inner ul.attend_txt {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
#period > .inner ul.attend_txt > li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6875;
  color: #de0010;
}

#howtoapply > .inner {
  width: 1100px;
}
@media (max-width: 1150px) {
  #howtoapply > .inner {
    width: 95.652173913vw;
  }
}
@media (max-width: 750px) {
  #howtoapply > .inner {
    width: 88vw;
  }
}
#howtoapply > .inner ul.container_step_items {
  display: flex;
  gap: 20px;
}
@media (max-width: 1150px) {
  #howtoapply > .inner ul.container_step_items {
    gap: 1.7391304348vw;
  }
}
@media (max-width: 750px) {
  #howtoapply > .inner ul.container_step_items {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
#howtoapply > .inner ul.container_step_items > .container_step_item {
  width: 32.12%;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
@media (max-width: 1150px) {
  #howtoapply > .inner ul.container_step_items > .container_step_item {
    border-radius: 2.6086956522vw;
    padding: 2.6086956522vw;
  }
}
@media (max-width: 750px) {
  #howtoapply > .inner ul.container_step_items > .container_step_item {
    width: 100%;
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}
#howtoapply > .inner ul.container_step_items > .container_step_item > .ttl_content_h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #de0010;
  margin-bottom: 25px;
  line-height: 1;
}
@media (max-width: 1150px) {
  #howtoapply > .inner ul.container_step_items > .container_step_item > .ttl_content_h3 {
    font-size: 2.6086956522vw;
    margin-bottom: 2.1739130435vw;
  }
}
@media (max-width: 750px) {
  #howtoapply > .inner ul.container_step_items > .container_step_item > .ttl_content_h3 {
    font-size: 40px;
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
#howtoapply > .inner ul.container_step_items > .container_step_item > .content_step_inner {
  font-size: 18px;
  line-height: 1.6666666667;
}
@media (max-width: 1150px) {
  #howtoapply > .inner ul.container_step_items > .container_step_item > .content_step_inner {
    font-size: 1.5652173913vw;
  }
}
@media (max-width: 750px) {
  #howtoapply > .inner ul.container_step_items > .container_step_item > .content_step_inner {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
#howtoapply > .inner ul.container_step_items > .container_step_item a {
  color: #de0010;
  text-decoration: underline;
}
#howtoapply > .inner ul.attend_txt {
  margin-top: 1em;
  font-size: 16px;
}
@media (max-width: 1150px) {
  #howtoapply > .inner ul.attend_txt {
    font-size: 1.3913043478vw;
  }
}
@media (max-width: 750px) {
  #howtoapply > .inner ul.attend_txt {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
#howtoapply > .inner ul.attend_txt > li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6875;
}

#application .container_application {
  margin: 0 auto;
  padding: 70px 0;
  width: 1100px;
  border: 5px solid #fff;
  background-color: #fff;
  border-radius: 50px;
}
@media (max-width: 1150px) {
  #application .container_application {
    width: 95.652173913vw;
    border-width: 0.4347826087vw;
    border-radius: 4.347826087vw;
    padding: 6.0869565217vw 0;
  }
}
@media (max-width: 750px) {
  #application .container_application {
    width: 94.6666666667vw;
    border-width: 1.3333333333vw;
    border-radius: 6.6666666667vw;
    padding: 6.6666666667vw 0;
  }
}
#application .container_application > .ttl_section_h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #de0010;
  margin-bottom: 30px;
}
@media (max-width: 1150px) {
  #application .container_application > .ttl_section_h2 {
    font-size: 3.1304347826vw;
    margin-bottom: 2.6086956522vw;
  }
}
@media (max-width: 750px) {
  #application .container_application > .ttl_section_h2 {
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
#application .container_application > .container_application_inner {
  margin: 0 auto 50px;
  width: 860px;
}
@media (max-width: 1150px) {
  #application .container_application > .container_application_inner {
    margin-bottom: 4.347826087vw;
    width: 74.7826086957vw;
  }
}
@media (max-width: 750px) {
  #application .container_application > .container_application_inner {
    width: 100%;
    padding: 0 5vw 4vw;
  }
}
#application .container_application > .container_application_inner > p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
@media (max-width: 1150px) {
  #application .container_application > .container_application_inner > p {
    font-size: 1.3913043478vw;
  }
}
@media (max-width: 750px) {
  #application .container_application > .container_application_inner > p {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
#application .container_application > .container_application_inner > p.txt_l {
  text-align: left;
}
#application .container_application > .container_application_inner > p a {
  color: #de0010;
  text-decoration: underline;
}
#application .container_application > .container_application_inner > p > span.strong {
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 1150px) {
  #application .container_application > .container_application_inner > p > span.strong {
    font-size: 4.1739130435vw;
  }
}
@media (max-width: 750px) {
  #application .container_application > .container_application_inner > p > span.strong {
    font-size: 48px;
    font-size: 6.4vw;
  }
}
@media (max-width: 750px) {
  #application .container_application > .container_application_inner ul.list_item {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
#application .container_application > .container_application_inner ul.list_item > li {
  margin-left: 1em;
  text-indent: -1em;
}
#application .container_application .receiptbox {
  background-color: #fff;
  margin: 0 auto 1em;
  padding: 30px;
  width: 860px;
}
@media (max-width: 1150px) {
  #application .container_application .receiptbox {
    padding: 2.6086956522vw;
  }
}
@media (max-width: 750px) {
  #application .container_application .receiptbox {
    padding: 6% 4.76%;
    width: 84vw;
  }
}
#application .container_application .receiptbox .subttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #de0010;
  margin: 0 0 0.5em;
  text-align: left;
}
@media (max-width: 1150px) {
  #application .container_application .receiptbox .subttl {
    font-size: 1.5652173913vw;
  }
}
@media (max-width: 750px) {
  #application .container_application .receiptbox .subttl {
    font-size: 3.733vw;
  }
}
#application .container_application .receiptbox p {
  padding-bottom: 0.4em;
  line-height: 1.875;
  text-align: left;
}
@media (max-width: 750px) {
  #application .container_application .receiptbox p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
#application .container_application .receiptbox p + .subttl {
  margin-top: 2em;
}
#application .container_application .receiptbox ul.receipt-img {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #application .container_application .receiptbox ul.receipt-img {
    display: block;
  }
}
#application .container_application .receiptbox ul.receipt-img > li {
  margin-bottom: 3%;
  width: 32%;
}
@media (max-width: 750px) {
  #application .container_application .receiptbox ul.receipt-img > li {
    width: 100%;
    margin-bottom: 3.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  #application .container_application .receiptbox ul.receipt-img > li .thumbnail {
    width: 48%;
  }
}
#application .container_application .receiptbox ul.receipt-img > li .text {
  padding: 10px 0;
  color: #000;
}
@media (max-width: 1150px) {
  #application .container_application .receiptbox ul.receipt-img > li .text {
    padding: 0.8695652174vw 0;
  }
}
@media (max-width: 750px) {
  #application .container_application .receiptbox ul.receipt-img > li .text {
    padding: 0;
    width: 51%;
  }
}
#application .container_application .receiptbox ul.receipt-img > li .text > h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 1150px) {
  #application .container_application .receiptbox ul.receipt-img > li .text > h3 {
    font-size: 1.7391304348vw;
  }
}
@media (max-width: 750px) {
  #application .container_application .receiptbox ul.receipt-img > li .text > h3 {
    font-size: 30px;
    font-size: 4vw;
  }
}
#application .container_application .receiptbox ul.receipt-img > li .text > p {
  margin-top: 0.5em;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
@media (max-width: 1150px) {
  #application .container_application .receiptbox ul.receipt-img > li .text > p {
    font-size: 1.1304347826vw;
  }
}
@media (max-width: 750px) {
  #application .container_application .receiptbox ul.receipt-img > li .text > p {
    font-size: 22px;
    font-size: 2.9333333333vw;
    padding-bottom: 0;
  }
}
#application .container_application .receiptbox ul.nglist {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #de0010;
  letter-spacing: 0.05em;
  text-align: left;
}
#application .container_application .receiptbox ul.nglist > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.875;
}
@media (max-width: 750px) {
  #application .container_application .receiptbox ul.nglist > li {
    font-size: 3.466vw;
  }
}
#application .container_application .receiptbox ul.nglist > li:before {
  display: inline;
  content: "×";
  padding-right: 0.5em;
}
#application .container_application .receiptbox ul.notelist {
  list-style: none;
  margin-top: 2.5%;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 1150px) {
  #application .container_application .receiptbox ul.notelist {
    font-size: 1.2173913043vw;
  }
}
@media (max-width: 750px) {
  #application .container_application .receiptbox ul.notelist {
    font-size: 3.2vw;
  }
}
#application .container_application .receiptbox ul.notelist > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.875;
}
#application .container_application .receiptbox ul.notelist > li:before {
  display: inline;
  content: "※";
  padding-right: 0.5em;
}
#application .container_application.inset {
  border: none;
  border-radius: 0;
  padding: 35px;
  width: 100%;
}
@media (max-width: 1150px) {
  #application .container_application.inset {
    padding: 3.0434782609vw;
  }
}
@media (max-width: 750px) {
  #application .container_application.inset {
    padding: 4vw;
    width: auto;
  }
}
#application .container_application.inset > .container_application_inner {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  #application .container_application.inset > .container_application_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.container_logo {
  margin: 0 auto;
  width: 222px;
  padding: 40px 0 0;
  line-height: 0;
}
@media (max-width: 1150px) {
  .container_logo {
    padding: 3.4782608696vw 0 0;
    width: 19.3043478261vw;
  }
}
@media (max-width: 750px) {
  .container_logo {
    padding: 10.6666666667vw 0 0;
    width: 40%;
  }
}

.c-breadcrumb {
  margin: 0;
}

.mod-topicPath {
  border-top: 4px solid #fff;
}/*# sourceMappingURL=style.css.map */