@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@media print, screen and (min-width: 992px) {
  .no_pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 992px) {
  .no_sp {
    display: none !important;
  }
}

.c_main {
  color: #00A5E3;
}

@media print, screen and (max-width: 992px) {
  .container {
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media print, screen and (min-width: 992px) {
  .container_01 {
    max-width: 1400px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .container_02 {
    max-width: 740px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .container_03 {
    max-width: 1300px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .container_04 {
    max-width: 660px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .container_05 {
    max-width: 1020px !important;
  }
}

.no-scroll {
  overflow: hidden;
}

.common_entry_box {
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: rgba(62, 3, 3, 0.51);
  border-radius: 30px;
  padding: 30px 50px 50px;
  width: 100%;
}
@media print, screen and (max-width: 992px) {
  .common_entry_box {
    padding: 50px 20px;
  }
}
.common_entry_box::before {
  content: url(../images/icon_present.svg);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-10%, -50%);
}
@media print, screen and (max-width: 992px) {
  .common_entry_box::before {
    transform: translate(-20%, -60%) scale(0.7);
  }
}
.common_entry_box h1 {
  position: relative;
  font-size: 26px;
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 0;
  font-family: "shippori-mincho-b1", sans-serif;
}
@media print, screen and (max-width: 992px) {
  .common_entry_box h1 {
    font-size: 24px;
    line-height: 40px;
  }
}
.common_entry_box h1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  width: 92px;
  height: 1px;
}
.common_entry_box h1 > span {
  position: relative;
}
.common_entry_box h1 > span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
@media print, screen and (max-width: 992px) {
  .common_entry_box h1 > span::before {
    top: -2px;
  }
}
.common_entry_box .common_entry_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 20px;
  font-family: "shippori-mincho-b1", sans-serif;
}
.common_entry_box .common_entry_flex a {
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
  padding: 15px 0;
  width: 47%;
  position: relative;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  .common_entry_box .common_entry_flex a {
    width: 100%;
  }
}
.common_entry_box .common_entry_flex a:hover {
  transform: scale(1.03);
}
.common_entry_box .common_entry_flex a span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.common_entry_box .common_entry_flex a:first-child {
  background-color: #E3DDA1;
  pointer-events: none;
}
.common_entry_box .common_entry_flex a:first-child > span {
  font-size: 24px;
  color: #46000A;
}
.common_entry_box .common_entry_flex a:last-child {
  border: 1px solid #FFFFFF;
  padding-top: 16px;
}
@media print, screen and (max-width: 992px) {
  .common_entry_box .common_entry_flex a:last-child {
    padding: 20px 0;
    margin-top: 20px;
  }
}
.common_entry_box .common_entry_flex a:last-child > span {
  color: #FFFFFF;
  font-size: 18px;
}
@media print, screen and (max-width: 992px) {
  .common_entry_box .common_entry_flex a:last-child > span {
    font-size: 18px;
  }
}
.common_entry_box .common_entry_flex a:last-child > span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon_entry.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 12px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.common_entry_box p {
  line-height: 30px;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  .common_entry_box p {
    font-size: 14px;
    line-height: 20px;
  }
}

.common_title_01 {
  position: relative;
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-family: "shippori-mincho-b1", sans-serif;
}
@media print, screen and (max-width: 992px) {
  .common_title_01 {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 45px;
  }
}
.common_title_01::before {
  content: "";
  background-image: url(../images/icon_title01.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 173px;
  height: 85px;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -70%);
}
.common_title_01::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  width: 92px;
  height: 1px;
}

.common_title_02 {
  position: relative;
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-family: "shippori-mincho-b1", sans-serif;
}
@media print, screen and (max-width: 992px) {
  .common_title_02 {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 45px;
  }
}
.common_title_02::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  width: 92px;
  height: 1px;
}

.common_content_01 {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 40px;
  color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  .common_content_01 {
    font-size: 15px;
  }
}

.common_end_txt {
  position: relative;
  font-size: 32px;
  width: 100%;
  transform: translate(0%, -100%);
  color: #8B0201;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px 0;
  z-index: 999;
}
@media print, screen and (max-width: 992px) {
  .common_end_txt {
    font-size: 16px;
    padding: 20px 0;
    border-radius: 10px;
  }
}

body {
  font-family: "Noto Serif JP", serif;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background-color: #550303;
  padding: 15px 0;
}
@media print, screen and (max-width: 992px) {
  body header {
    padding: 10px 0;
  }
}
@media print, screen and (max-width: 992px) {
  body header > div {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
body header .h_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body header .h_flex .h_logo a {
  transition: 0.5s;
}
body header .h_flex .h_logo a:hover {
  opacity: 0.7;
}
body header .h_flex .h_logo a img {
  width: 300px;
}
@media print, screen and (max-width: 992px) {
  body header .h_flex .h_logo a img {
    width: 150px;
  }
}
body header .h_flex .h_menu {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-family: "shippori-mincho-b1", sans-serif;
}
body header .h_flex .h_menu a {
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  padding: 7px 0;
  width: 230px;
  position: relative;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body header .h_flex .h_menu a {
    width: 90px;
  }
}
body header .h_flex .h_menu a:hover {
  opacity: 0.7;
}
body header .h_flex .h_menu a span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
body header .h_flex .h_menu a:first-child {
  margin-right: 20px;
  border: 1px solid #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  body header .h_flex .h_menu a:first-child {
    margin-right: 10px;
  }
}
body header .h_flex .h_menu a:first-child > span {
  color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  body header .h_flex .h_menu a:first-child > span {
    font-size: 10px;
  }
}
body header .h_flex .h_menu a:first-child > span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon_entry.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 12px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 992px) {
  body header .h_flex .h_menu a:first-child > span::after {
    background-size: 80% auto;
    width: 6px;
    height: 2px;
  }
}
body header .h_flex .h_menu a:last-child {
  background-color: #E3DDA1;
  pointer-events: none;
}
@media print, screen and (max-width: 992px) {
  body header .h_flex .h_menu a:last-child {
    text-align: left;
  }
}
body header .h_flex .h_menu a:last-child > span {
  font-size: 20px;
  color: #46000A;
}
@media print, screen and (max-width: 992px) {
  body header .h_flex .h_menu a:last-child > span {
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
  }
}
body main {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
body main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_fix_pc.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media print, screen and (max-width: 992px) {
  body main::before {
    background-image: url(../images/bg_fix_sp.png);
  }
}
body main .fv_section {
  position: relative;
}
body main .fv_section > img {
  width: 100%;
}
body main .fv_section .circle_btn {
  position: absolute;
  transition: 0.5s;
}
@media print, screen and (min-width: 992px) {
  body main .fv_section .circle_btn {
    top: 0;
    right: 2%;
    transform: translateY(-175%);
    width: 130px;
  }
}
@media print, screen and (max-width: 992px) {
  body main .fv_section .circle_btn {
    bottom: 0;
    right: 2%;
    transform: translateY(50%);
    width: 90px;
  }
}
@media print, screen and (min-width: 992px) {
  body main .fv_section .circle_btn:hover {
    transform: translateY(-175%) scale(1.03);
  }
}
@media print, screen and (max-width: 992px) {
  body main .fv_section .circle_btn:hover {
    transform: translateY(50%) scale(1.03);
  }
}
body main .fv_section .scroll_ab {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  width: 100%;
  z-index: 10;
}
body main .fv_section .scroll_ab .scroll_btn {
  position: absolute;
  top: 0;
  right: 7%;
  transform: translateY(-110%);
  height: 75px;
  color: #FFFFFF;
  writing-mode: vertical-lr;
  display: inline-block;
  padding-left: 5px;
  z-index: 10;
  text-decoration: none;
  transition: 0.5s;
  font-family: "shippori-mincho-b1", sans-serif;
}
body main .fv_section .scroll_ab .scroll_btn:hover {
  transform: translateY(-100%);
}
body main .fv_section .scroll_ab .scroll_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  width: 1px;
  height: 75px;
}
body main .fv_section .scroll_ab .scroll_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  width: 1px;
  height: 20px;
  transform: translateX(5px) rotate(30deg);
}
body main .fv_section .entry_ab {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40%);
  z-index: 10;
}
@media print, screen and (max-width: 992px) {
  body main .fv_section .entry_ab {
    bottom: -23%;
  }
}
body main .fv_section .entry_ab .common_entry_box::after {
  content: "";
  position: absolute;
}
@media print, screen and (min-width: 992px) {
  body main .fv_section .entry_ab .common_entry_box::after {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background-color: #FFFFFF;
    width: 1px;
    height: 69px;
  }
}
body main .about_section {
  position: relative;
  z-index: 5;
  background-image: url(../images/bg_about_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  text-align: center;
  padding: 310px 0 120px;
  color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  body main .about_section {
    background-image: url(../images/bg_about_sp.png);
    padding: 600px 0 150px;
  }
}
@media print, screen and (max-width: 992px) {
  body main .about_section .scroll_img {
    overflow: scroll;
  }
  body main .about_section .scroll_img img {
    width: 1200px;
    max-width: none;
  }
}
body main .intro_section {
  position: relative;
  z-index: 5;
  background-image: url(../images/bg_result_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  text-align: center;
  padding: 170px 0 100px;
  color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  body main .intro_section {
    background-image: url(../images/bg_result_sp.png);
    padding: 150px 0 80px;
  }
}
body main .intro_section .common_title_01 {
  color: #6D0302;
}
body main .intro_section .common_title_01::before {
  background-image: url(../images/icon_title01_result.svg);
}
body main .intro_section .common_title_01::after {
  background-color: #6D0302;
}
body main .intro_section .common_content_01 {
  position: relative;
  margin: 20px 0;
  color: #6D0302;
}
body main .intro_section .vote_box {
  position: relative;
  display: inline-block;
  margin: 30px 0 10px;
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .vote_box {
    margin: 10px 0 0px;
  }
}
body main .intro_section .vote_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40%;
  transform: translate(0%, -50%);
  width: 186px;
  height: 199px;
  background-image: url(../images/vote_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .vote_box::before {
    width: 126px;
    height: 146px;
    background-size: contain;
  }
}
body main .intro_section .vote_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40%;
  transform: translate(0%, -50%);
  width: 186px;
  height: 199px;
  background-image: url(../images/vote_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .vote_box::after {
    width: 126px;
    height: 146px;
    background-size: contain;
  }
}
body main .intro_section .vote_box h6 {
  font-size: 30px;
  color: #6D0302;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .vote_box h6 {
    font-size: 22px;
  }
}
body main .intro_section .vote_box h6 > span {
  display: inline-block;
  font-size: 90px;
  font-weight: bold;
  margin-left: 30px;
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .vote_box h6 > span {
    font-size: 46px;
    margin: 0;
  }
}
body main .intro_section .vote_box p {
  font-size: 22px;
  color: #6D0302;
  margin-top: 10px;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .vote_box p {
    font-size: 16px;
    margin-top: 20px;
  }
}
body main .intro_section .mvp_box {
  position: relative;
  border-radius: 20px;
  background-color: rgba(248, 243, 226, 0.63);
  box-shadow: 0px 3px 6px rgba(222, 182, 66, 0.6);
  color: #6D0302;
  padding: 15px 0;
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .mvp_box {
    padding: 170px 0 15px;
  }
}
body main .intro_section .mvp_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2%;
  width: 117px;
  height: 195px;
  background-image: url(../images/mvp_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .mvp_box::before {
    width: 82px;
    height: 138px;
    background-size: contain;
  }
}
body main .intro_section .mvp_box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  transform: translateX(20%);
  width: 274px;
  height: 240px;
  background-image: url(../images/mvp_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .mvp_box::after {
    width: 141px;
    height: 124px;
    background-size: contain;
    transform: translate(0%, -10%);
  }
}
@media print, screen and (min-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box {
    max-width: 520px !important;
  }
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box {
    padding: 0 10px;
  }
}
body main .intro_section .mvp_box .mvp_sub_box h2 {
  position: relative;
  font-size: 32px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box h2::before {
    content: url(../images/mvp_title_left_pc.svg);
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box h2::after {
    content: url(../images/mvp_title_right_pc.svg);
    position: absolute;
    top: 50%;
    right: -20%;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex {
    text-align: center;
  }
}
@media print, screen and (min-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div:first-of-type {
    width: 25%;
  }
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div:first-of-type {
    position: relative;
    display: inline-block;
  }
  body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div:first-of-type::before {
    content: url(../images/mvp_title_left_sp.svg);
    position: absolute;
    top: 50%;
    left: -70%;
    transform: translate(0%, -50%);
  }
  body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div:first-of-type::after {
    content: url(../images/mvp_title_right_sp.svg);
    position: absolute;
    top: 50%;
    right: -70%;
    transform: translate(0%, -50%);
  }
}
@media print, screen and (min-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div:last-of-type {
    width: 70%;
    text-align: right;
  }
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div img {
    width: 120px;
  }
}
body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div .company {
  display: block;
  font-size: 16px;
  letter-spacing: 0em;
}
@media print, screen and (min-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div .company {
    text-align: left;
  }
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div .company {
    margin-top: 20px;
  }
}
body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div .title {
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0em;
  margin: 5px 0 15px;
}
@media print, screen and (min-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div .title {
    text-align: left;
  }
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div .title {
    font-size: 20px;
  }
}
body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #8B0101;
  border-radius: 50px;
  padding: 7px 50px;
  font-size: 14px;
  transition: 0.5s;
}
body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div a:hover {
  opacity: 0.7;
}
body main .intro_section .mvp_box .mvp_sub_box .mvp_item_flex > div a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon_mvp.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 5px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
body main .intro_section .slide_box {
  position: relative;
}
body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide {
  background-color: #560101;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  padding: 40px 2px;
  height: auto !important;
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide {
    padding: 40px 10px;
  }
}
body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide h2 {
  position: relative;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 24px;
  margin-bottom: 40px;
  font-family: "shippori-mincho-b1", sans-serif;
}
body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  width: 75px;
  height: 1px;
}
body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide .content {
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 24px;
}
body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide .content::before {
  content: "";
  background-color: #FFFFFF;
  width: 1px;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: -20px;
  transform: rotate(-25deg);
}
body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide .content::after {
  content: "";
  background-color: #FFFFFF;
  width: 1px;
  height: 90%;
  position: absolute;
  bottom: 0;
  right: -20px;
  transform: rotate(25deg);
}
body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide a {
  transition: 0.5s;
}
body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.7;
}
body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide a img {
  margin-bottom: 30px;
}
body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide .number {
  position: relative;
  text-align: center;
  margin: 20px 0 20px;
  color: #FDE46D;
  font-size: 27px;
}
body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide .number::before {
  content: "";
  background-image: url(../images/icon_mvp_number.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide .number > span {
  font-size: 11px;
}
body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide .company {
  display: block;
  font-size: 12px;
  letter-spacing: 0em;
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide .company {
    font-size: 12px;
  }
}
body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide .title {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0em;
  margin: 5px 0 5px;
  height: 2.5em;
  line-height: 1.3em;
}
@media print, screen and (max-width: 992px) {
  body main .intro_section .slide_box .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 15px;
  }
}
body main .intro_section .slide_box .swiper-button-prev {
  width: 15px;
  height: 53px;
  top: 51%;
  left: -6.5%;
}
body main .intro_section .slide_box .swiper-button-prev:after {
  background-image: url(../images/icon_prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  transition: 0.5s;
  height: 53px;
  width: 15px;
}
body main .intro_section .slide_box .swiper-button-next {
  width: 15px;
  height: 53px;
  top: 51%;
  right: -6.5%;
}
body main .intro_section .slide_box .swiper-button-next::after {
  background-image: url(../images/icon_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  transition: 0.5s;
  height: 53px;
  width: 15px;
}
body main .intro_section .slide_box .swiper-pagination {
  bottom: -30px;
}
body main .intro_section .slide_box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  opacity: 1;
  transition: all 0.3s;
}
body main .intro_section .slide_box .swiper-pagination .swiper-pagination-bullet-active {
  background: #9E2C2B;
}
body main .cookie_section {
  position: relative;
  background-color: #8B0101;
  padding: 360px 0 100px;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section {
    padding: 200px 0 80px;
  }
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section > div {
    padding-right: 14px;
    padding-left: 14px;
  }
}
body main .cookie_section .cookie_date {
  position: absolute;
  top: 0;
  right: 4%;
  z-index: 40;
  width: 15vw;
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .cookie_date {
    width: 20vw;
  }
}
body main .cookie_section .cookie_relative {
  position: relative;
}
body main .cookie_section .cookie_relative .common_title_01::before {
  background-image: url(../images/icon_title02_01.svg);
  width: 183px;
  height: 50px;
}
body main .cookie_section .cookie_relative .cookie_img {
  margin: 0px 0 100px;
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .cookie_relative .cookie_img {
    margin: 30px 0 70px;
  }
}
body main .cookie_section .semicircle {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 600px;
  padding: 175px 0 0px;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  clip-path: inset(0 0 50% 0);
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .semicircle {
    height: 300px;
    padding: 0;
  }
}
body main .cookie_section .semicircle:after {
  content: "";
  position: absolute;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  clip-path: inset(0 0 50% 0);
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .semicircle:after {
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
  }
}
body main .cookie_section .cookie_box {
  padding: 0 40px 0;
  position: relative;
  z-index: 10;
  width: 100%;
  border: 1px solid white;
  border-top: none;
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .cookie_box {
    padding: 0 20px;
  }
}
body main .cookie_section .cookie_box:after {
  content: "";
  position: absolute;
  border: solid 1px #FFFFFF;
  border-top: none;
  top: 0px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: -1;
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .cookie_box:after {
    left: 5px;
    bottom: 5px;
    right: 5px;
  }
}
body main .cookie_section .cookie_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body main .cookie_section .cookie_box ul li {
  position: relative;
  width: 31%;
  color: #FFFFFF;
  background-color: rgba(42, 3, 3, 0.73);
  border-radius: 20px;
  padding: 40px 5px 20px;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .cookie_box ul li {
    width: 48%;
    padding: 30px 5px 20px;
    margin-bottom: 30px;
  }
}
body main .cookie_section .cookie_box ul li .number {
  position: absolute;
  top: 0;
  left: 10%;
  transform: translate(0%, -50%);
  z-index: 10;
  font-size: 14px;
  line-height: 1.3;
  font-family: "shippori-mincho-b1", sans-serif;
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .cookie_box ul li .number {
    font-size: 8px;
    line-height: 1.1;
    left: 5%;
  }
}
body main .cookie_section .cookie_box ul li .number > span {
  font-size: 25px;
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .cookie_box ul li .number > span {
    font-size: 18px;
  }
}
body main .cookie_section .cookie_box ul li .number::before {
  content: "";
  background-image: url(../images/icon_cookie.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 88px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .cookie_box ul li .number::before {
    width: 48px;
    height: 48px;
  }
}
body main .cookie_section .cookie_box ul li .company {
  display: block;
  font-size: 14px;
  letter-spacing: 0em;
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .cookie_box ul li .company {
    font-size: 12px;
    height: 2.5em;
    line-height: 1.2em;
  }
}
body main .cookie_section .cookie_box ul li .title {
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 0em;
  margin: 10px 0 5px;
  height: 2.5em;
  line-height: 1.2em;
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .cookie_box ul li .title {
    font-size: 12px;
    height: 3.6em;
    line-height: 1.2em;
    margin: 5px 0 10px;
  }
}
body main .cookie_section .cookie_box ul li .img_line {
  margin: 0;
  line-height: 186px;
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .cookie_box ul li .img_line {
    line-height: 155px;
  }
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .cookie_box ul li .img_line img {
    width: 80%;
  }
}
body main .cookie_section .cookie_box ul li a {
  display: inline-block;
  margin-top: 15px;
  padding: 3px 0;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 28px;
  color: #560101;
  background-color: #FBE589;
  border-radius: 30px;
  width: 50%;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .cookie_section .cookie_box ul li a {
    font-size: 10px;
    line-height: 11px;
    padding: 5px 0;
    width: 90%;
  }
}
body main .cookie_section .cookie_box ul li a:hover {
  opacity: 0.7;
}
body main .fix_cookie_section > div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
}
@media print, screen and (max-width: 992px) {
  body main .fix_cookie_section > div {
    padding-left: 14px;
    padding-right: 14px;
  }
}
body main .fix_cookie_section > div > .detail_box {
  position: relative;
  color: #FFFFFF;
  background-color: rgba(86, 1, 1, 0.85);
  border-radius: 20px;
  text-align: center;
  padding: 60px 50px 50px;
  height: 98vh;
}
@media print, screen and (max-width: 992px) {
  body main .fix_cookie_section > div > .detail_box {
    padding: 60px 10px;
    height: 80vh;
  }
}
body main .fix_cookie_section > div > .detail_box::before {
  content: "";
  background-image: url(../images/icon_detail_top.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 95%;
  height: 19%;
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 992px) {
  body main .fix_cookie_section > div > .detail_box::before {
    height: 10%;
  }
}
body main .fix_cookie_section > div > .detail_box::after {
  content: "";
  background-image: url(../images/icon_detail_bottom.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 95%;
  height: 19%;
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 992px) {
  body main .fix_cookie_section > div > .detail_box::after {
    height: 10%;
  }
}
body main .fix_cookie_section > div > .detail_box > div {
  max-height: 72vh;
  overflow: scroll;
}
@media print, screen and (max-width: 992px) {
  body main .fix_cookie_section > div > .detail_box > div {
    max-height: 62vh;
  }
}
body main .fix_cookie_section > div > .detail_box span {
  display: block;
  font-size: 14px;
  letter-spacing: 0em;
}
@media print, screen and (max-width: 992px) {
  body main .fix_cookie_section > div > .detail_box span {
    font-size: 12px;
  }
}
body main .fix_cookie_section > div > .detail_box h1 {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 24px;
  margin: 5px 0 20px;
}
@media print, screen and (max-width: 992px) {
  body main .fix_cookie_section > div > .detail_box h1 {
    font-size: 18px;
  }
}
body main .fix_cookie_section > div > .detail_box h2 {
  position: relative;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 32px;
  margin: 20px 0 10px;
}
@media print, screen and (max-width: 992px) {
  body main .fix_cookie_section > div > .detail_box h2 {
    font-size: 18px;
  }
}
body main .fix_cookie_section > div > .detail_box h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  width: 30px;
  height: 1px;
}
body main .fix_cookie_section > div > .detail_box p {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .fix_cookie_section > div > .detail_box p {
    font-size: 14px;
  }
}
body main .fix_cookie_section > div > .detail_box a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 999;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 5px;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 10px 20px;
  margin-top: 25px;
  transition: 0.5s;
}
body main .fix_cookie_section > div > .detail_box a:hover {
  opacity: 0.7;
}
body main .bg_black {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9900;
  display: none;
}
body main .flow_section {
  position: relative;
  padding: 140px 0 60px;
  text-align: center;
  background-color: rgba(72, 6, 6, 0.33);
}
@media print, screen and (max-width: 992px) {
  body main .flow_section {
    padding: 80px 0;
  }
}
body main .flow_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 6, 6, 0.33);
  z-index: 999;
}
body main .flow_section ul {
  list-style: none;
  padding: 0;
  margin: 140px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body main .flow_section ul {
    margin: 100px 0 80px;
  }
}
body main .flow_section ul li {
  position: relative;
  width: 33.33333%;
  color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  body main .flow_section ul li {
    width: 100%;
  }
}
@media print, screen and (max-width: 992px) {
  body main .flow_section ul li:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
body main .flow_section ul li:not(:last-child):after {
  content: url(../images/bg_flow.svg);
  position: absolute;
  top: 0;
  right: 0;
}
@media print, screen and (max-width: 992px) {
  body main .flow_section ul li:not(:last-child):after {
    content: url(../images/bg_flow_sp.svg);
    top: auto;
    bottom: 0;
    left: 0;
  }
}
body main .flow_section ul li h2 {
  font-weight: normal;
  font-size: 65px;
  line-height: 45px;
  margin-bottom: 15px;
  font-family: "shippori-mincho-b1", sans-serif;
}
body main .flow_section ul li h2 span {
  font-size: 24px;
  letter-spacing: 0.1em;
  display: inline-block;
  transform: translateY(-8px);
}
body main .flow_section ul li p {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 32px;
  margin-top: 15px;
}
body main .flow_section .entry_flow {
  position: relative;
}
body main .contest_section {
  position: relative;
  padding: 140px 0 60px;
  background-image: url(../images/bg_contest_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body main .contest_section {
    padding: 80px 0;
  }
}
body main .contest_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 6, 6, 0.33);
  z-index: 999;
}
body main .contest_section .join_box {
  padding: 60px 0;
  background-color: rgba(92, 5, 5, 0.56);
}
@media print, screen and (max-width: 992px) {
  body main .contest_section .join_box > div {
    padding-left: 14px;
    padding-right: 14px;
  }
}
body main .contest_section .join_box .join_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #FFFFFF;
}
body main .contest_section .join_box .join_flex > div:first-of-type {
  width: 30%;
}
@media print, screen and (max-width: 992px) {
  body main .contest_section .join_box .join_flex > div:first-of-type {
    width: 100%;
  }
}
body main .contest_section .join_box .join_flex > div:last-of-type {
  width: 65%;
}
@media print, screen and (max-width: 992px) {
  body main .contest_section .join_box .join_flex > div:last-of-type {
    margin-top: 80px;
    width: 100%;
  }
}
body main .contest_section .join_box .join_flex > div:last-of-type h2 {
  position: relative;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 992px) {
  body main .contest_section .join_box .join_flex > div:last-of-type h2 {
    margin-bottom: 20px;
  }
}
body main .contest_section .join_box .join_flex > div:last-of-type h2::before, body main .contest_section .join_box .join_flex > div:last-of-type h2::after {
  content: "";
  background-image: url(../images/icon_contest.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 116px;
  height: 35px;
  position: absolute;
  top: 50%;
}
@media print, screen and (max-width: 992px) {
  body main .contest_section .join_box .join_flex > div:last-of-type h2::before, body main .contest_section .join_box .join_flex > div:last-of-type h2::after {
    top: 0;
  }
}
body main .contest_section .join_box .join_flex > div:last-of-type h2::before {
  left: 0%;
  transform: translate(-120%, -60%);
}
@media print, screen and (max-width: 992px) {
  body main .contest_section .join_box .join_flex > div:last-of-type h2::before {
    transform: translate(-40%, -140%);
  }
}
body main .contest_section .join_box .join_flex > div:last-of-type h2::after {
  right: 0%;
  transform: translate(120%, -60%);
}
@media print, screen and (max-width: 992px) {
  body main .contest_section .join_box .join_flex > div:last-of-type h2::after {
    transform: translate(40%, -140%);
  }
}
body main .contest_section .join_box .join_flex > div:last-of-type .join_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (max-width: 992px) {
  body main .contest_section .join_box .join_flex > div:last-of-type .join_content {
    text-align: center;
    justify-content: center;
  }
}
body main .contest_section .join_box .join_flex > div:last-of-type .join_content > span {
  display: inline-block;
}
body main .contest_section .join_box .join_flex > div:last-of-type .join_content > span > .big {
  font-size: 24px;
}
body main .contest_section .join_box .join_flex > div:last-of-type .join_content > span:first-of-type {
  background-color: #530505;
  border-radius: 30px;
  padding: 3px 15px;
  margin: 0 20px 0 30px;
}
@media print, screen and (max-width: 992px) {
  body main .contest_section .join_box .join_flex > div:last-of-type .join_content > span:first-of-type {
    margin: 15px 0;
  }
}
@media print, screen and (max-width: 992px) {
  body main .contest_section .join_box .join_flex > div:last-of-type .join_content > span:last-of-type {
    width: 100%;
  }
}
body main .contest_section .join_box .join_flex > div:last-of-type ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 30px;
  text-align: left;
}
body main .contest_section .join_box .join_flex > div:last-of-type ul li {
  position: relative;
  border-bottom: 1px dotted #FFFFFF;
  font-size: 18px;
  padding: 20px 0 20px 2.5em;
}
body main .contest_section .join_box .join_flex > div:last-of-type ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 40px;
  vertical-align: middle;
  margin-right: 30px;
  font-family: "shippori-mincho-b1", sans-serif;
}
body main .contest_section .join_box .join_flex > div:last-of-type ul li:first-child::before {
  content: "1";
}
body main .contest_section .join_box .join_flex > div:last-of-type ul li:nth-child(2)::before {
  content: "2";
}
body main .contest_section .join_box .join_flex > div:last-of-type ul li:last-child::before {
  content: "3";
}
body main .contest_section .join_box .join_flex > div:last-of-type .instagram_btn {
  text-align: right;
}
@media print, screen and (max-width: 992px) {
  body main .contest_section .join_box .join_flex > div:last-of-type .instagram_btn {
    text-align: center;
  }
}
body main .contest_section .join_box .join_flex > div:last-of-type .instagram_btn a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #FFFFFF;
  background-color: #910530;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  font-size: 15px;
  padding: 10px 35px;
  transition: 0.5s;
}
body main .contest_section .join_box .join_flex > div:last-of-type .instagram_btn a:hover {
  opacity: 0.7;
}
body main .contest_section .join_box .join_flex > div:last-of-type .instagram_btn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon_instagram.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 17px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
body main .news_section {
  position: relative;
  padding: 140px 0 60px;
  text-align: center;
  background-color: rgba(86, 1, 1, 0.64);
}
@media print, screen and (max-width: 992px) {
  body main .news_section {
    padding: 80px 0;
  }
}
body main .news_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 6, 6, 0.33);
  z-index: 999;
}
body main .news_section .shop_list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body main .news_section .shop_list_flex > a {
  position: relative;
  display: inline-block;
  width: 48%;
  height: 4em;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 20px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #6B2E2F;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  transition: 0.3s;
}
@media print, screen and (max-width: 992px) {
  body main .news_section .shop_list_flex > a {
    height: 5em;
    font-size: 14px;
  }
}
body main .news_section .shop_list_flex > a.bg_active {
  color: #6B2E2F;
  background-color: #FFFFFF;
}
body main .news_section .shop_list_flex > a.bg_active::after {
  background-size: 0, 100%;
}
body main .news_section .shop_list_flex > a::after {
  content: "";
  background-image: url(../images/icon_shop_w.svg), url(../images/icon_shop_b.svg);
  background-size: 100%, 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translate(-50%, -50%);
}
body main .news_section .shop_list_flex > a:hover {
  color: #6B2E2F;
  background-color: #FFFFFF;
}
body main .news_section .shop_list_flex > a:hover::after {
  background-size: 0, 100%;
}
body main .news_section .shop_list_flex > a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body main .news_section .shop_list_flex > a > span.small {
  font-size: 16px;
}
@media print, screen and (max-width: 992px) {
  body main .news_section .shop_list_flex > a > span.small {
    font-size: 12px;
  }
}
body main .news_section .shop_detail_box {
  position: relative;
  color: #FFFFFF;
  background-color: #830808;
  border-radius: 20px;
  padding: 50px 40px;
  display: none;
  margin: 30px 30px 0;
}
@media print, screen and (max-width: 992px) {
  body main .news_section .shop_detail_box {
    margin: 20px 0 0;
    padding: 50px 10px;
  }
}
body main .news_section .shop_detail_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 1, 1, 0.59);
  border-radius: 20px;
  z-index: 990;
}
body main .news_section .shop_detail_box::after {
  content: "イベントは終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: #FFFFFF;
  font-size: 28px;
  z-index: 999;
}
@media print, screen and (max-width: 992px) {
  body main .news_section .shop_detail_box::after {
    font-size: 20px;
  }
}
body main .news_section .shop_detail_box.list_active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body main .news_section .shop_detail_box h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 992px) {
  body main .news_section .shop_detail_box h2 {
    font-size: 20px;
  }
}
body main .news_section .shop_detail_box .address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
@media print, screen and (max-width: 992px) {
  body main .news_section .shop_detail_box .address {
    text-align: center;
    justify-content: center;
  }
}
body main .news_section .shop_detail_box .address > span {
  display: inline-block;
}
body main .news_section .shop_detail_box .address > span:first-of-type {
  background-color: #530505;
  border-radius: 30px;
  padding: 5px 20px;
  margin: 0 10px 0 10px;
}
@media print, screen and (max-width: 992px) {
  body main .news_section .shop_detail_box .address > span:first-of-type {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
body main .news_section .shop_detail_box .address > span:last-of-type {
  font-size: 18px;
}
@media print, screen and (max-width: 992px) {
  body main .news_section .shop_detail_box .address > span:last-of-type {
    width: 100%;
    font-size: 16px;
  }
}
body main .news_section .shop_detail_box .map {
  text-align: center;
  margin-top: 60px;
}
@media print, screen and (max-width: 992px) {
  body main .news_section .shop_detail_box .map {
    margin-top: 30px;
  }
}
body main .news_section .shop_detail_box iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media print, screen and (max-width: 992px) {
  body main .news_section .shop_detail_box iframe {
    aspect-ratio: 4/3;
  }
}
body main .collabo_section {
  padding: 60px 0;
  text-align: center;
  background-color: rgba(86, 1, 1, 0.64);
}
@media print, screen and (max-width: 992px) {
  body main .collabo_section {
    padding: 30px 0 50px;
  }
}
body main .collabo_section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
body main .collabo_section ul li {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 992px) {
  body main .collabo_section ul li {
    padding: 0;
    margin-bottom: 10px;
  }
}
body main .collabo_section ul li > p {
  background-color: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 5px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 6em;
}
@media print, screen and (max-width: 992px) {
  body main .collabo_section ul li > p {
    height: 4em;
  }
}
body main .collabo_section ul li .company_logo {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}
body main .collabo_section ul li .company_logo.ml_auto {
  margin-right: auto;
}
body main .collabo_section ul li .company_logo:hover {
  opacity: 0.7;
}
body main .collabo_section ul li .sns {
  display: inline-block;
  margin: 0 3px;
  transition: 0.5s;
}
body main .collabo_section ul li .sns:hover {
  opacity: 0.7;
}
body footer {
  padding: 30px 0;
  text-align: center;
  background-color: #550303;
}
@media print, screen and (min-width: 992px) {
  body footer > div {
    max-width: 1100px !important;
  }
}
body footer .f_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 992px) {
  body footer .f_flex {
    justify-content: center;
    margin-bottom: 0;
  }
}
body footer .f_flex .f_list {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  background-color: #3C0000;
  border-radius: 10px;
  padding: 20px 15px;
}
@media print, screen and (max-width: 992px) {
  body footer .f_flex .f_list {
    width: 100%;
    justify-content: center;
    padding: 10px;
    margin: 20px 0;
  }
}
body footer .f_flex .f_list > span {
  font-size: 18px;
  display: inline-block;
}
@media print, screen and (max-width: 992px) {
  body footer .f_flex .f_list > span {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
body footer .f_flex .f_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body footer .f_flex .f_list ul li {
  font-size: 18px;
}
@media print, screen and (max-width: 992px) {
  body footer .f_flex .f_list ul li {
    font-size: 11px;
  }
}
body footer .f_flex .f_list ul li:not(:last-child) {
  border-right: 1px solid #FFFFFF;
}
body footer .f_flex .f_list ul li a {
  display: inline-block;
  margin: 0 20px;
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.5s;
}
body footer .f_flex .f_list ul li a:hover {
  opacity: 0.7;
}
body footer p {
  color: #FFFFFF;
  font-size: 13px;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body footer p {
    font-size: 10px;
  }
}