html {
  scroll-padding-block-start: 80px;
}
@media screen and (min-width: 992px) {
  html {
    scroll-padding-block-start: 130px;
  }
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  padding-top: 80px;
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 130px;
  }
}

a {
  text-decoration: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: white;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .header_container {
  min-height: 80px;
}
header .header_container .navbar-brand {
  width: 160px;
}
@media screen and (min-width: 992px) {
  header .header_container .navbar-brand {
    width: auto;
  }
}
header .header_container .navbar {
  min-height: 80px;
}
@media screen and (min-width: 992px) {
  header .header_container .navbar {
    min-height: 40px;
  }
}
header .header_container .ttl_container {
  position: absolute;
  left: 50px;
}
header .header_container .offcanvas.offcanvas-end {
  background: black;
}
header .header_container .offcanvas.offcanvas-end .nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
header .header_container .offcanvas.offcanvas-end .nav-link:hover {
  color: #FFF246;
}
header .header_container .offcanvas.offcanvas-end .nav-link + ul > li a {
  font-size: 18px;
  font-weight: 600;
}
header .header_container .offcanvas.offcanvas-end .nav-link + ul > li a:hover {
  background: #FFF246;
}
header .entry_button a {
  margin: 0 0 0 auto;
  max-width: 260px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2), 0 0 5px rgba(128, 128, 128, 0.1);
}
header .entry_button a:after {
  right: 30px;
}
@media screen and (min-width: 1280px) {
  header .entry_button a {
    max-width: 310px;
  }
  header .entry_button a:after {
    right: 50px;
  }
}

.logo {
  width: min(50px, 100%);
}

h1 {
  font-size: 46px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 2.5px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 90px;
    font-size: 6.5vw;
  }
}

.mySwiper .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  height: auto;
  width: 50%;
}

.pc_menu {
  background: #000;
  height: 50px;
}
.pc_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pc_menu a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: white;
}
.pc_menu .has-sub a:hover {
  color: #FFF246;
  transition: color 0.3 ease;
}
.pc_menu .nav {
  display: flex;
  flex-flow: row wrap;
}
.pc_menu .nav > li {
  position: relative;
  border-right: 1px solid white;
  display: grid;
  place-content: center;
}
.pc_menu .nav > li:first-child {
  border-left: 1px solid white;
}
.pc_menu .nav > li:last-child::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 50px;
}
.pc_menu .nav > li > a::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: transparent;
}
.pc_menu .nav a {
  display: block;
  line-height: 0.7;
  z-index: 1;
  font-size: 16px;
  color: white;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  width: calc(14.4vw + 5px);
}
@media screen and (min-width: 1280px) {
  .pc_menu .nav a {
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 900;
  }
}
.pc_menu .nav a.long_words {
  font-size: 15px;
}
.pc_menu .nav a.long_words span {
  display: block;
  padding-top: 5px;
}
.pc_menu .has-sub:first-child a {
  font-size: 14.5px;
}
@media screen and (min-width: 1280px) {
  .pc_menu .has-sub:first-child a {
    font-size: 17px;
  }
}
.pc_menu .sub {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 2.65em;
  width: 100%;
  min-height: 0;
  height: 0;
  z-index: 3;
  transition: min-height 0.5s;
}
.pc_menu .sub > li {
  border-bottom: 1px solid #999;
}
.pc_menu .sub > li:last-child {
  border-bottom: 0;
}
.pc_menu .sub > li > a {
  font-size: 16px;
  color: black;
  line-height: 1.75;
  background-color: #f1f1f1;
  padding: 0.5em 0;
}
@media screen and (min-width: 1280px) {
  .pc_menu .sub > li > a {
    font-size: 18px;
  }
}
.pc_menu .sub > li > a:hover {
  background-color: #FFF246;
  color: black;
  opacity: 1;
}
.pc_menu .sub.active {
  min-height: 320px;
}

#navbarSupportedContent .nav-link.dropdown-toggle {
  color: white;
}

.entry_button.cs a {
  background: #ddd;
  pointer-events: none;
  font-size: 15px;
  white-space: nowrap;
}
.entry_button.cs a::after {
  content: none !important;
}
.entry_button a {
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 13px 20px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2), 0 0 5px rgba(128, 128, 128, 0.1);
  background: #FFF246;
}
@media screen and (min-width: 1280px) {
  .entry_button a {
    padding: 13px 0;
    font-size: 20px;
    width: 500px;
    height: 80px;
  }
}
.entry_button a:hover {
  background: #313131;
  color: #fff;
}
.entry_button a:hover:after {
  border-color: #fff;
}
.entry_button a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 576px) {
  .entry_button a:after {
    right: 50px;
  }
}

.top_main {
  width: 100%;
  height: 525px;
  position: relative;
  background: #00AFEC;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top_main {
    height: 670px;
  }
}
.top_main_inner {
  display: grid;
  place-content: center;
  position: absolute;
  width: 80%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 18%;
  z-index: 4;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .top_main_inner {
    bottom: 32%;
  }
}
.top_main_inner h1 {
  font-size: 40px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .top_main_inner h1 {
    font-size: 4.3vw;
    line-height: 1.5;
  }
}
.top_main_inner .entry_button.eb_left a {
  background: white;
  border: 1px solid #333;
}
.top_main_inner .entry_button a {
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 13px 20px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2), 0 0 5px rgba(128, 128, 128, 0.1);
  width: 100%;
  min-width: 400px;
}
@media screen and (min-width: 1280px) {
  .top_main_inner .entry_button a {
    padding: 13px 0;
    font-size: 20px;
    width: 500px;
    height: 80px;
  }
}
.top_main_inner .entry_button a:hover {
  background: #313131;
  color: #fff;
}
.top_main_inner .entry_button a:hover:after {
  border-color: #fff;
}
.top_main_inner .entry_button a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 576px) {
  .top_main_inner .entry_button a:after {
    right: 50px;
  }
}
@media screen and (max-width: 575px) {
  .top_main_inner .entry_button a {
    min-width: auto;
    max-width: 300px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top_main_inner {
    bottom: 23%;
  }
}
.top_main_cloud {
  display: inline-block;
  -webkit-animation: slowMove 3.5s infinite ease-in-out 0.8s alternate;
          animation: slowMove 3.5s infinite ease-in-out 0.8s alternate;
  transition: 1.5s ease-in-out;
}
.top_main_cloud.cloud_left_top {
  position: absolute;
  max-width: 61px;
  max-height: 32px;
  width: 100%;
  height: 100%;
  left: 3%;
  top: 20%;
  background: url(../img/img_cta_cloud01.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .top_main_cloud.cloud_left_top {
    max-width: 101px;
    max-height: 53px;
    left: 5%;
    top: 35%;
  }
}
.top_main_cloud.cloud_right_top {
  position: absolute;
  max-width: 88px;
  max-height: 47px;
  width: 100%;
  height: 100%;
  right: 1%;
  top: 10%;
  background: url(../img/img_cta_cloud02.png) no-repeat center center/cover;
  -webkit-animation: slowMove 3.5s infinite ease-in-out 0.8s alternate;
          animation: slowMove 3.5s infinite ease-in-out 0.8s alternate;
}
@media screen and (min-width: 768px) {
  .top_main_cloud.cloud_right_top {
    max-width: 152px;
    max-height: 82px;
    right: 8%;
    top: 8%;
  }
}
.top_main_cloud.cloud_right_bottom {
  display: none;
}
@media screen and (min-width: 768px) {
  .top_main_cloud.cloud_right_bottom {
    display: block;
    max-width: 82px;
    max-height: 44px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/img_cta_cloud03.png) no-repeat center center/cover;
    -webkit-animation: slowMove 3.5s infinite ease-in-out 0.8s alternate;
            animation: slowMove 3.5s infinite ease-in-out 0.8s alternate;
    right: 5%;
    top: 25%;
  }
}
.top_main-img_fv {
  background: url(../img/img_fv.png);
  background-size: cover;
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .top_main-img_fv {
    height: 221px;
  }
}

.cloud_main {
  background: url(../img/img_cloud_main.png);
  background-size: cover;
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: -1%;
  left: 0;
  pointer-events: none;
  -webkit-animation: slowMoveXline 15s infinite ease-in-out 0.8s alternate;
          animation: slowMoveXline 15s infinite ease-in-out 0.8s alternate;
}
@media screen and (min-width: 768px) {
  .cloud_main {
    height: 22vw;
  }
}

.spc_between {
  width: 100%;
  height: 80px;
  background: #fff;
}

.sec {
  padding-block: calc(var(--sec-padding-block, 60px) * 0.35);
}
@media screen and (min-width: 768px) {
  .sec {
    --sec-padding-block: 120px;
  }
}
.sec.nav_sp_entry .entry_button.cs a {
  background: #ddd;
  pointer-events: none;
}
.sec.nav_sp_entry .entry_button.cs a ::after {
  content: none;
}
.sec.nav_sp_entry .entry_button a {
  background-color: #FFF246;
}
.sec.nav_sp_entry .entry_button a:hover {
  background-color: black;
  color: #FFF246;
}
.sec .entry_button {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .sec .entry_button {
    padding-top: 30px;
  }
}
.sec .entry_button a {
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 13px 20px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2), 0 0 5px rgba(128, 128, 128, 0.1);
  background: white;
  border: 1px solid #333;
  max-width: 500px;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .sec .entry_button a {
    padding: 13px 0;
    font-size: 20px;
    width: 500px;
    height: 80px;
  }
}
.sec .entry_button a:hover {
  background: #313131;
  color: #fff;
}
.sec .entry_button a:hover:after {
  border-color: #fff;
}
.sec .entry_button a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 576px) {
  .sec .entry_button a:after {
    right: 50px;
  }
}
.sec_inner {
  padding-top: calc(var(--secinner-padding-top, 40px) * 0.35);
  font-size: 16px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .sec_inner {
    --secinner-padding-top: 80px;
  }
}
.sec_inner_fs {
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .sec_inner_fs {
    font-size: 18px;
  }
}
.sec_inner ul li {
  color: #00AFEC;
  padding-bottom: 20px;
}
.sec_inner ul li:last-child {
  padding-bottom: 0;
}
.sec_inner ul li a {
  color: #999;
  font-weight: 600;
  transition: opacity 0.3s, -webkit-text-decoration 0.3s;
  transition: opacity 0.3s, text-decoration 0.3s;
  transition: opacity 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.sec_inner ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.sec_inner ul li a .new {
  color: red;
}
.sec_inner ul li span {
  color: black;
  font-size: 16px;
  line-height: 2;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .sec_inner ul li span {
    font-size: 18px;
  }
}

.ttl_inner {
  display: flex;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  letter-spacing: -1.7px;
  font-size: 17px;
  font-weight: 800;
}
@media screen and (max-width: 1370px) {
  .ttl_inner {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .ttl_inner {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 660px) {
  .ttl_inner {
    font-size: 12px;
    line-height: 1.5;
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
  }
}

.cp_h2title {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #00AFEC;
  font-size: 32px;
  letter-spacing: 3px;
  font-weight: 900;
  line-height: 1.5;
}
.cp_h2title::before, .cp_h2title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: 2px solid #00AFEC;
}
.cp_h2title::before {
  left: -70px;
}
.cp_h2title::after {
  right: -70px;
}
@media screen and (min-width: 768px) {
  .cp_h2title {
    font-size: 34px;
  }
  .cp_h2title::before, .cp_h2title::after {
    width: 100px;
  }
  .cp_h2title::before {
    left: -150px;
  }
  .cp_h2title::after {
    right: -150px;
  }
}

.cp_h3title {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #00AFEC;
  font-size: 32px;
  letter-spacing: 3px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .cp_h3title {
    font-size: 34px;
  }
}

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

#award {
  position: relative;
  overflow: hidden;
  padding-block: 60px;
  background-color: #FFFBC7;
}
@media screen and (min-width: 768px) {
  #award {
    padding-block: 100px;
  }
}
#award .award_cloud {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/img_cloud_main.png);
  opacity: 0.6;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: right;
  transition: background-size 0.2s ease;
}
@media screen and (min-width: 768px) {
  #award .award_cloud {
    background-position-x: center;
  }
}

.grandprize_content {
  background: rgb(255, 255, 219);
  padding: 40px 20px;
  border: 3px solid #FFF246;
  border-radius: 14px;
  margin-top: 200px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .grandprize_content {
    padding: 40px;
  }
}
.grandprize_content .grandprize-icon {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -100px;
  margin: auto;
  left: 0;
  right: 0;
}
.grandprize_content_movie {
  display: grid;
  place-content: center;
  padding-block: 20px;
}
.grandprize_content_detail h4 {
  color: #B29719;
  font-size: 18px;
  font-weight: 600;
}
.grandprize_content_detail h3 {
  font-size: 21px;
  font-weight: 600;
}
.grandprize_content_detail h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

#entry {
  background: #00AFEC;
  color: black;
  position: relative;
  padding-block: 100px;
}
#entry .cp_h2title {
  color: #fff;
}
#entry .cp_h2title:after, #entry .cp_h2title:before {
  content: none;
}
#entry .entry_button {
  padding-top: 0;
}
#entry .entry_button.cs a {
  background: #ddd;
}
#entry .entry_button a {
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 13px 20px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2), 0 0 5px rgba(128, 128, 128, 0.1);
  background: #FFF246;
  border: 0;
}
@media screen and (min-width: 1280px) {
  #entry .entry_button a {
    padding: 13px 0;
    font-size: 20px;
    width: 500px;
    height: 80px;
  }
}
#entry .entry_button a:hover {
  background: #313131;
  color: #fff;
}
#entry .entry_button a:hover:after {
  border-color: #fff;
}
#entry .entry_button a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 576px) {
  #entry .entry_button a:after {
    right: 50px;
  }
}
#entry .parallax {
  position: absolute;
}
#entry .parallax.parallax__1 {
  top: 4%;
  right: 2%;
  background: url(../img/img_cta_cloud01.png) no-repeat center center/cover;
  max-width: 91px;
  width: 100%;
  height: 49px;
  -webkit-animation: slowMove 3.5s infinite ease-in-out 0.8s alternate;
          animation: slowMove 3.5s infinite ease-in-out 0.8s alternate;
}
@media screen and (min-width: 992px) {
  #entry .parallax.parallax__1 {
    top: 10%;
    right: 2%;
    max-width: 180px;
    height: 97px;
  }
}
@media screen and (min-width: 1280px) {
  #entry .parallax.parallax__1 {
    top: 40%;
    right: 10%;
    max-width: 194px;
    height: 104px;
  }
}
#entry .parallax.parallax1 {
  top: 106%;
  right: 1%;
  transition: all 0.5s ease;
  background: url(../img/img_cta_cloud01.png) no-repeat center center/cover;
  max-width: 91px;
  width: 100%;
  height: 49px;
}
@media screen and (min-width: 992px) {
  #entry .parallax.parallax1 {
    top: 95%;
    right: 10%;
    max-width: 151px;
    height: 81px;
  }
}
#entry .parallax.parallax__2 {
  bottom: 8%;
  left: 1%;
  background: url(../img/img_cta_cloud01.png) no-repeat center center/cover;
  max-width: 80px;
  width: 100%;
  height: 42px;
  -webkit-animation: slowMove 3.5s infinite ease-in-out 0.8s alternate;
          animation: slowMove 3.5s infinite ease-in-out 0.8s alternate;
}
@media screen and (min-width: 992px) {
  #entry .parallax.parallax__2 {
    bottom: 15%;
    left: 8%;
    max-width: 125px;
    height: 67px;
  }
}
@media screen and (min-width: 1280px) {
  #entry .parallax.parallax__2 {
    bottom: 15%;
    left: 18%;
    max-width: 125px;
    height: 67px;
  }
}
#entry .parallax.parallax2 {
  bottom: 40%;
  left: 1%;
  transition: all 0.8s 0.3s ease;
  background: url(../img/img_cta_cloud02.png) no-repeat center center/cover;
  max-width: 80px;
  width: 100%;
  height: 42px;
}
@media screen and (min-width: 768px) {
  #entry .parallax.parallax2 {
    bottom: 15%;
    max-width: 151px;
    height: 81px;
  }
}
#entry .parallax.parallax__3 {
  bottom: 77%;
  left: 5%;
  background: url(../img/img_cta_cloud01.png) no-repeat center center/cover;
  max-width: 90px;
  width: 100%;
  height: 48px;
  -webkit-animation: slowMove 3.5s infinite ease-in-out 0.8s alternate;
          animation: slowMove 3.5s infinite ease-in-out 0.8s alternate;
}
@media screen and (min-width: 992px) {
  #entry .parallax.parallax__3 {
    bottom: 71%;
    left: 5%;
    max-width: 151px;
    height: 81px;
  }
}
@media screen and (min-width: 1280px) {
  #entry .parallax.parallax__3 {
    bottom: 53%;
    left: 5%;
    max-width: 151px;
    height: 81px;
  }
}
#entry .parallax.parallax3 {
  bottom: 53%;
  left: 5%;
  transition: all 0.6s ease-out;
  background: url(../img/img_cta_cloud03.png) no-repeat center center/cover;
  max-width: 101px;
  width: 100%;
  height: 54px;
}

#pickup {
  background: #F5FCFF;
}
#pickup .pickup_content_inner {
  width: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  #pickup .pickup_content_inner {
    width: 40%;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  #pickup .pickup_content_inner {
    width: 28%;
    padding-top: 0;
  }
}
#pickup .pickup_content_inner a {
  color: black;
}
#pickup .pickup_content_inner a p {
  background: #fff;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  border: 2px solid #00AFEC;
}
@media screen and (min-width: 768px) {
  #pickup .pickup_content_inner a p {
    width: 210px;
    height: 210px;
  }
}
#pickup .pickup_content_inner a figcaption {
  font-size: 20px;
  font-weight: 900;
  height: 90px;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 768px) {
  #pickup .pickup_content_inner a figcaption {
    font-size: 25px;
    height: 110px;
  }
}
#pickup .pickup_content_inner a span {
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #pickup .pickup_content_inner a span {
    font-size: 18px;
  }
}
#pickup .pickup_content_inner a :hover p {
  opacity: 0.6;
}
#pickup .pickup_content_inner a :hover span {
  text-decoration: underline;
}

footer {
  padding-block: 60px;
  background: #FFFBC7;
}
footer .footer_inner {
  -webkit-padding-start: 5%;
          padding-inline-start: 5%;
}
@media screen and (min-width: 1280px) {
  footer .footer_inner {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
footer .footer_inner h2 {
  padding-bottom: 60px;
}
footer .footer_inner h2 a {
  transition: opacity 0.3s;
}
footer .footer_inner h2 a:hover {
  opacity: 0.7;
}
footer .footer_inner h2 img {
  max-width: 219px;
}
footer .footer_inner h5 {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
}
footer .footer_inner h5 a {
  color: black;
  white-space: nowrap;
  transition: color 0.3s ease-in;
}
footer .footer_inner h5 a:hover {
  color: #999;
}
footer .footer_inner .nav-item {
  position: relative;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  margin-bottom: 15px;
}
footer .footer_inner .nav-item:last-child {
  margin-bottom: 0;
}
footer .footer_inner .nav-item:before {
  content: "";
  width: 15px;
  height: 1.5px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #999;
}
footer .footer_inner .nav-item a {
  color: black;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s ease;
}
footer .footer_inner .nav-item a:hover {
  color: #999;
}
footer .footer_inner_second {
  padding-top: 60px;
}
footer .footer_inner .f_item_spc {
  margin-right: 0;
  margin-bottom: 35px;
}
@media screen and (min-width: 1280px) {
  footer .footer_inner .f_item_spc {
    margin-right: 6.5%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer_inner .f_item_spc {
    padding-right: 3%;
  }
}
@media screen and (max-width: 575px) {
  footer .footer_inner .f_item_spc {
    padding-right: 0;
  }
}
footer .footer_inner .f_item_spc_b {
  margin-right: 0;
  margin-bottom: 35px;
}
@media screen and (min-width: 1280px) {
  footer .footer_inner .f_item_spc_b {
    margin-right: 6.5%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer_inner .f_item_spc_b {
    padding-right: 3%;
  }
}
@media screen and (max-width: 575px) {
  footer .footer_inner .f_item_spc_b {
    padding-right: 0;
  }
}

.floating_banner {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
  width: var(--banner-w, 100%);
}
@media screen and (min-width: 768px) {
  .floating_banner {
    --banner-w: 600px;
  }
}
@media screen and (min-width: 992px) {
  .floating_banner {
    --banner-w: 420px;
  }
}
.floating_banner span {
  position: absolute;
  background: black;
  display: block;
  width: 30px;
  aspect-ratio: 1;
  right: 0;
  top: -30px;
  cursor: pointer;
  transition: opacity 0.5s;
}
.floating_banner span:hover {
  opacity: 0.6;
}
.floating_banner a {
  position: relative;
  opacity: var(--floating_a-opacity, 1);
  transition: opacity 0.5s;
}
@media screen and (min-width: 768px) {
  .floating_banner a {
    --floating_a-opacity: .6;
  }
}
.floating_banner a:hover {
  opacity: 1;
}
.floating_banner a img {
  width: var(--banner-w, 100%);
  -o-object-fit: cover;
     object-fit: cover;
}

.link_uline {
  text-decoration: underline;
}

.f_emphasis {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--f-emphasis-color, #fff246);
          text-decoration-color: var(--f-emphasis-color, #fff246);
  text-decoration-thickness: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -1px;
}

.font-smaller {
  font-size: var(--fs, 14px);
}
@media screen and (min-width: 768px) {
  .font-smaller {
    --fs: 16px;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
@-webkit-keyframes slowMove {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -14px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slowMove {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -14px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes slowMoveXline {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slowMoveXline {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes cycle {
  0% {
    background-position: 110% 0;
  }
  25% {
    background-position: 80% 0;
  }
  50% {
    background-position: 50% 0;
  }
  75% {
    background-position: 20% 0;
  }
  100% {
    background-position: -10% 0;
  }
}
@keyframes cycle {
  0% {
    background-position: 110% 0;
  }
  25% {
    background-position: 80% 0;
  }
  50% {
    background-position: 50% 0;
  }
  75% {
    background-position: 20% 0;
  }
  100% {
    background-position: -10% 0;
  }
}
.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.entry_main {
  padding-top: 0;
}
.entry_main .sub_title {
  background: url(../img/sub_ttl_bg.png) no-repeat center center/cover;
  width: 100%;
  height: calc(var(--sub-title-h, 150px) * 0.75);
  display: grid;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .entry_main .sub_title {
    --sub-title-h: 250px;
  }
}
.entry_main .sub_title h1 {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .entry_main .sub_title h1 {
    font-size: 44px;
  }
}
.entry_main .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
}
@media screen and (min-width: 768px) {
  .entry_main .breadcrumb-item + .breadcrumb-item::before {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
}
.entry_main .breadcrumb .breadcrumb-item {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .entry_main .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}
.entry_main .breadcrumb .breadcrumb-item a {
  text-decoration: underline;
  font-weight: 600;
  color: #ccc;
  transition: color 0.3s ease-in;
}
.entry_main .breadcrumb .breadcrumb-item a:hover {
  color: #000;
}
.entry_main .breadcrumb .breadcrumb-item.active {
  color: black;
  font-weight: 600;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.entry_main #info {
  background-color: #F5FCFF;
}
.entry_main #info .appRec {
  background: #fff;
  padding: 40px 30px;
}
@media screen and (min-width: 768px) {
  .entry_main #info .appRec {
    padding: 60px 40px;
  }
}
.entry_main #info .appRec_inner {
  margin-bottom: var(--appRec-innr-margin-bottom, 40px);
}
@media screen and (min-width: 768px) {
  .entry_main #info .appRec_inner {
    --appRec-innr-margin-bottom:60px;
  }
}
.entry_main #info .appRec_inner > div:last-child {
  display: grid;
  place-content: center;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .entry_main #info .appRec_inner > div:last-child {
    font-size: 21px;
  }
}
.entry_main #info .appRec_inner h3 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #00AFEC;
  color: #fff;
  display: grid;
  place-content: center;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .entry_main #info .appRec_inner h3 {
    width: 140px;
    height: 140px;
    font-size: 20px;
  }
}
.entry_main .commin_soon {
  border: 5px solid #00AFEC;
  background: #F5FCFF;
  width: 100%;
  padding-block: 100px;
  text-align: center;
  color: #00AFEC;
  position: relative;
}
.entry_main .commin_soon h3 {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .entry_main .commin_soon h3 {
    font-size: 40px;
  }
}
.entry_main .commin_soon h3 + div {
  font-size: 18px;
  font-weight: 600;
}
.entry_main .commin_soon p {
  position: absolute;
  transform: translateX(-50%);
  top: 70%;
  right: 0;
}
@media screen and (min-width: 992px) {
  .entry_main .commin_soon p {
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
  }
}
.entry_main .commin_soon p.y_reverse {
  position: absolute;
  transform: translateX(-50%);
  top: 70%;
  left: 20%;
}
@media screen and (min-width: 992px) {
  .entry_main .commin_soon p.y_reverse {
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
  }
}
.entry_main #flow, .entry_main #adress {
  padding-block: 60px;
  background-color: #FFFBC7;
}
@media screen and (min-width: 768px) {
  .entry_main #flow, .entry_main #adress {
    padding-block: 100px;
  }
}
.entry_main #flow .flow_container > div, .entry_main #adress .flow_container > div {
  border: 3px solid #00AFEC;
  width: 100%;
  margin: auto;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 992px) {
  .entry_main #flow .flow_container > div, .entry_main #adress .flow_container > div {
    width: 45%;
  }
}
@media screen and (min-width: 1280px) {
  .entry_main #flow .flow_container > div, .entry_main #adress .flow_container > div {
    width: 22%;
  }
}
.entry_main #flow .flow_container > div:not(:last-child):after, .entry_main #adress .flow_container > div:not(:last-child):after {
  content: "";
  position: absolute;
  top: unset;
  bottom: -35px;
  left: 50%;
  right: unset;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top: 5px solid #00AFEC;
  transform: scale(2.5);
}
@media screen and (min-width: 992px) {
  .entry_main #flow .flow_container > div:not(:last-child):after, .entry_main #adress .flow_container > div:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: unset;
    right: -10%;
    left: unset;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 5px solid #00AFEC;
    transform: scale(2.5);
  }
}
@media screen and (min-width: 1280px) {
  .entry_main #flow .flow_container > div:not(:last-child):after, .entry_main #adress .flow_container > div:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: unset;
    right: -12%;
    left: unset;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 5px solid #00AFEC;
    transform: scale(2.5);
  }
}
.entry_main #flow .flow_container-step, .entry_main #adress .flow_container-step {
  background: #00AFEC;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .entry_main #flow .flow_container-step, .entry_main #adress .flow_container-step {
    height: 55px;
  }
}
.entry_main #flow .flow_container_inner, .entry_main #adress .flow_container_inner {
  padding: 30px calc(10px + 0.5vw) 40px;
  height: 300px;
  display: grid;
  text-align: center;
  grid-template-rows: 1fr 1fr auto;
}
@media screen and (min-width: 992px) {
  .entry_main #flow .flow_container_inner, .entry_main #adress .flow_container_inner {
    height: 340px;
  }
}
.entry_main #flow .flow_container_inner h4, .entry_main #adress .flow_container_inner h4 {
  font-size: 18px;
  font-weight: 600;
  align-self: center;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .entry_main #flow .flow_container_inner h4, .entry_main #adress .flow_container_inner h4 {
    font-size: 20px;
    align-self: baseline;
  }
}
.entry_main #flow .flow_container_inner h4 .fs_more_sml, .entry_main #adress .flow_container_inner h4 .fs_more_sml {
  font-size: 15px;
  line-height: 1.5;
}
.entry_main #flow .flow_container_inner h4 .fs_more_sml a, .entry_main #adress .flow_container_inner h4 .fs_more_sml a {
  text-decoration: underline;
}
.entry_main #flow .flow_container_inner h4 + div, .entry_main #adress .flow_container_inner h4 + div {
  align-self: end;
  padding-bottom: 10px;
}
.entry_main #flow .flow_container_inner h4 + div img, .entry_main #adress .flow_container_inner h4 + div img {
  max-width: 100px;
}
.entry_main #base {
  background-color: #F5FCFF;
}
.entry_main #base .appRec {
  background: #fff;
  padding: 40px 30px;
}
.entry_main #base .appRec > div {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .entry_main #base .appRec > div {
    grid-template-columns: 320px 1fr;
  }
}
.entry_main #base .appRec > div > span {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .entry_main #base .appRec > div > span {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .entry_main #base .appRec {
    padding: 60px 40px;
  }
}
.entry_main #base .appRec h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .entry_main #base .appRec h3 {
    text-align: center;
    line-height: 2;
    font-size: 22px;
  }
}
.entry_main #base .appRec h4 {
  background-color: #FFFBC7;
  color: #00AFEC;
  margin-bottom: 0;
}

.att_fs {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .att_fs {
    font-size: 18px;
  }
}

.entry_main #flow .flow_container_inner .entry_button {
  padding-top: 0;
}
.entry_main #flow .flow_container_inner .entry_button.cs a {
  background: #ddd;
}
.entry_main #flow .flow_container_inner .entry_button a {
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 13px 20px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2), 0 0 5px rgba(128, 128, 128, 0.1);
  background: #FFF246;
  border: 0;
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .entry_main #flow .flow_container_inner .entry_button a {
    padding: 13px 0;
    font-size: 20px;
    width: 500px;
    height: 80px;
  }
}
.entry_main #flow .flow_container_inner .entry_button a:hover {
  background: #313131;
  color: #fff;
}
.entry_main #flow .flow_container_inner .entry_button a:hover:after {
  border-color: #fff;
}
.entry_main #flow .flow_container_inner .entry_button a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 576px) {
  .entry_main #flow .flow_container_inner .entry_button a:after {
    right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .entry_main #flow .flow_container_inner .entry_button a {
    width: 100%;
    height: 55px;
    font-size: 15px;
  }
  .entry_main #flow .flow_container_inner .entry_button a:after {
    right: 10px;
  }
}

.grandprize_main {
  padding-top: 0;
}
.grandprize_main .sub_title {
  background: url(../img/sub_ttl_bg.png) no-repeat center center/cover;
  width: 100%;
  height: calc(var(--sub-title-h, 150px) * 0.75);
  display: grid;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .grandprize_main .sub_title {
    --sub-title-h: 250px;
  }
}
.grandprize_main .sub_title h1 {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .grandprize_main .sub_title h1 {
    font-size: 44px;
  }
}
.grandprize_main .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
}
@media screen and (min-width: 768px) {
  .grandprize_main .breadcrumb-item + .breadcrumb-item::before {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
}
.grandprize_main .breadcrumb .breadcrumb-item {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .grandprize_main .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}
.grandprize_main .breadcrumb .breadcrumb-item a {
  text-decoration: underline;
  font-weight: 600;
  color: #ccc;
  transition: color 0.3s ease-in;
}
.grandprize_main .breadcrumb .breadcrumb-item a:hover {
  color: #000;
}
.grandprize_main .breadcrumb .breadcrumb-item.active {
  color: black;
  font-weight: 600;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.grandprize_main .g_list {
  box-sizing: content-box;
}
.grandprize_main .g_list > div:first-child {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: grid;
  place-content: center;
  background: #00AFEC;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .grandprize_main .g_list > div:first-child {
    height: auto;
  }
}
.grandprize_main .g_list a {
  color: black;
  font-size: 18px;
  line-height: 2;
}
.grandprize_main .illust_view {
  margin-top: 80px;
  background: url(../img/illust_grandprize.png) no-repeat center center/cover;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 992px) {
  .grandprize_main .illust_view {
    height: 332px;
    background-size: 100%;
  }
}

.grandprize_1st .grandprix {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .grandprix {
    margin-top: 80px;
  }
}
.grandprize_1st .grandprix_container {
  position: relative;
  border-radius: 20px;
  border: 5px solid #FFF78F;
  background-color: #FFFEF5;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .grandprix_container {
    border: 10px solid #FFF78F;
  }
}
.grandprize_1st .grandprix_container-icon {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.grandprize_1st .grandprix_inner {
  padding: 40px 20px;
}
@media screen and (min-width: 992px) {
  .grandprize_1st .grandprix_inner {
    padding: 60px;
  }
}
.grandprize_1st .grandprix_inner-movie {
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .grandprize_1st .grandprix_inner-movie {
    max-width: 640px;
  }
}
.grandprize_1st .grandprix_inner-movie iframe {
  aspect-ratio: 16/9;
}
.grandprize_1st .grandprix_inner-detail {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .grandprix_inner-detail {
    margin-top: 40px;
  }
}
.grandprize_1st .grandprix_inner-detail h5 {
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .grandprix_inner-detail h5 {
    font-size: 30px;
  }
}
.grandprize_1st .grandprix_inner-detail h5 a {
  color: #B29719;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
.grandprize_1st .grandprix_inner-detail h5 a:hover {
  opacity: 0.7;
}
.grandprize_1st .grandprix_inner-detail h4 {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 30px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .grandprix_inner-detail h4 {
    font-size: 25px;
    line-height: 1.6;
  }
}
.grandprize_1st .grandprix_inner-detail h4 span {
  display: block;
}
.grandprize_1st .grandprix_inner-detail p {
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .grandprix_inner-detail p {
    font-size: 18px;
  }
}
.grandprize_1st .grandprix_inner-detail_link {
  text-align: right;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .grandprix_inner-detail_link {
    margin-top: 50px;
  }
}
.grandprize_1st .grandprix_inner-detail_link a {
  color: #00AFEC;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .grandprix_inner-detail_link a {
    font-size: 18px;
  }
}
.grandprize_1st .grandprix_inner-detail_link a:hover {
  opacity: 0.7;
}
.grandprize_1st .grandprix_container-icon {
  max-width: 200px;
  top: -103px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .grandprix_container-icon {
    top: -120px;
  }
}
.grandprize_1st .grandprix_container-icon h2 {
  transform: scale(0.6);
}
@media screen and (min-width: 768px) {
  .grandprize_1st .grandprix_container-icon h2 {
    transform: scale(1);
  }
}
.grandprize_1st .excellence {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .excellence {
    margin-top: 80px;
  }
}
.grandprize_1st .excellence_container {
  position: relative;
  border-radius: 20px;
  border: 5px solid #F091A0;
  background-color: #FFF6F8;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .excellence_container {
    border: 10px solid #F091A0;
  }
}
.grandprize_1st .excellence_container-icon {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.grandprize_1st .excellence_inner {
  padding: 40px 20px;
}
@media screen and (min-width: 992px) {
  .grandprize_1st .excellence_inner {
    padding: 60px;
  }
}
.grandprize_1st .excellence_inner-movie {
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .grandprize_1st .excellence_inner-movie {
    max-width: 640px;
  }
}
.grandprize_1st .excellence_inner-movie iframe {
  aspect-ratio: 16/9;
}
.grandprize_1st .excellence_inner-detail {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .excellence_inner-detail {
    margin-top: 40px;
  }
}
.grandprize_1st .excellence_inner-detail h5 {
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .excellence_inner-detail h5 {
    font-size: 30px;
  }
}
.grandprize_1st .excellence_inner-detail h5 a {
  color: #E9528E;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
.grandprize_1st .excellence_inner-detail h5 a:hover {
  opacity: 0.7;
}
.grandprize_1st .excellence_inner-detail h4 {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 30px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .excellence_inner-detail h4 {
    font-size: 25px;
    line-height: 1.6;
  }
}
.grandprize_1st .excellence_inner-detail h4 span {
  display: block;
}
.grandprize_1st .excellence_inner-detail p {
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .excellence_inner-detail p {
    font-size: 18px;
  }
}
.grandprize_1st .excellence_inner-detail_link {
  text-align: right;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .excellence_inner-detail_link {
    margin-top: 50px;
  }
}
.grandprize_1st .excellence_inner-detail_link a {
  color: #00AFEC;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .excellence_inner-detail_link a {
    font-size: 18px;
  }
}
.grandprize_1st .excellence_inner-detail_link a:hover {
  opacity: 0.7;
}
.grandprize_1st .excellence_container-icon {
  max-width: 150px;
  top: -83px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .excellence_container-icon {
    top: -90px;
  }
}
.grandprize_1st .excellence_container-icon h2 {
  transform: scale(0.8);
}
@media screen and (min-width: 768px) {
  .grandprize_1st .excellence_container-icon h2 {
    transform: scale(1);
  }
}
.grandprize_1st .excellence_container h6 {
  margin-bottom: 20px;
  color: #FFF246;
  background: #E50579;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .excellence_container h6 {
    font-size: 20px;
  }
}
.grandprize_1st .special {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .special {
    margin-top: 80px;
  }
}
.grandprize_1st .special_container {
  position: relative;
  border-radius: 20px;
  border: 5px solid #8FC31F;
  background-color: #FBFFF2;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .special_container {
    border: 10px solid #8FC31F;
  }
}
.grandprize_1st .special_container-icon {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.grandprize_1st .special_inner {
  padding: 40px 20px;
}
@media screen and (min-width: 992px) {
  .grandprize_1st .special_inner {
    padding: 60px;
  }
}
.grandprize_1st .special_inner-movie {
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .grandprize_1st .special_inner-movie {
    max-width: 640px;
  }
}
.grandprize_1st .special_inner-movie iframe {
  aspect-ratio: 16/9;
}
.grandprize_1st .special_inner-detail {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .special_inner-detail {
    margin-top: 40px;
  }
}
.grandprize_1st .special_inner-detail h5 {
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .special_inner-detail h5 {
    font-size: 30px;
  }
}
.grandprize_1st .special_inner-detail h5 a {
  color: #0B6C37;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
.grandprize_1st .special_inner-detail h5 a:hover {
  opacity: 0.7;
}
.grandprize_1st .special_inner-detail h4 {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 30px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .special_inner-detail h4 {
    font-size: 25px;
    line-height: 1.6;
  }
}
.grandprize_1st .special_inner-detail h4 span {
  display: block;
}
.grandprize_1st .special_inner-detail p {
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .special_inner-detail p {
    font-size: 18px;
  }
}
.grandprize_1st .special_inner-detail_link {
  text-align: right;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .special_inner-detail_link {
    margin-top: 50px;
  }
}
.grandprize_1st .special_inner-detail_link a {
  color: #00AFEC;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .special_inner-detail_link a {
    font-size: 18px;
  }
}
.grandprize_1st .special_inner-detail_link a:hover {
  opacity: 0.7;
}
.grandprize_1st .special_container-icon {
  max-width: 150px;
  top: -83px;
}
@media screen and (min-width: 768px) {
  .grandprize_1st .special_container-icon {
    top: -90px;
  }
}
.grandprize_1st .special_container-icon h2 {
  transform: scale(0.8);
}
@media screen and (min-width: 768px) {
  .grandprize_1st .special_container-icon h2 {
    transform: scale(1);
  }
}

#grandprize_entry .sec_inner h3.sub_h3 {
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #grandprize_entry .sec_inner h3.sub_h3 {
    text-align: center;
    line-height: 2;
    font-size: 22px;
  }
}
#grandprize_entry .sec_inner .entry_part {
  padding: 30px;
  background: #F5FCFF;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #grandprize_entry .sec_inner .entry_part {
    padding: 40px;
  }
}
#grandprize_entry .sec_inner .entry_part h3 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #00AFEC;
}
@media screen and (min-width: 768px) {
  #grandprize_entry .sec_inner .entry_part h3 {
    font-size: 24px;
  }
}
#grandprize_entry .sec_inner .entry_part p {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #grandprize_entry .sec_inner .entry_part p {
    font-size: 18px;
  }
}
#grandprize_entry .entry_persons {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  #grandprize_entry .entry_persons {
    padding-block: 120px;
  }
}

#adress .cp_h2title {
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  #adress .cp_h2title {
    font-size: 32px;
  }
}
#adress .sec_inner h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #adress .sec_inner h3 {
    font-size: 24px;
  }
}
#adress .sec_inner .adress_content {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #adress .sec_inner .adress_content {
    font-size: 23px;
  }
}
#adress .sec_inner .adress_content h4 {
  text-align: left;
  letter-spacing: 3px;
  font-weight: 900;
  line-height: 1.3;
  font-size: 20px;
  color: #00AFEC;
}
@media screen and (min-width: 768px) {
  #adress .sec_inner .adress_content h4 {
    line-height: 1.5;
    font-size: 26px;
  }
}
#adress .sec_inner .adress_content h4 a {
  color: #00AFEC;
  text-decoration: underline;
  transition: opacity 0.3s;
}
#adress .sec_inner .adress_content h4 a:hover {
  opacity: 0.5;
}

#poster .poster_content > div, #result .poster_content > div, #flyer .poster_content > div {
  width: 48%;
}
@media screen and (min-width: 768px) {
  #poster .poster_content > div, #result .poster_content > div, #flyer .poster_content > div {
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  #poster .poster_content > div, #result .poster_content > div, #flyer .poster_content > div {
    width: 22%;
  }
}
#poster .poster_content > div a, #result .poster_content > div a, #flyer .poster_content > div a {
  color: black;
  transition: all 0.3s;
}
#poster .poster_content > div a:hover, #result .poster_content > div a:hover, #flyer .poster_content > div a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
#poster .poster_content > div a > div, #result .poster_content > div a > div, #flyer .poster_content > div a > div {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 900;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  #poster .poster_content > div a > div, #result .poster_content > div a > div, #flyer .poster_content > div a > div {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

#award_content h3 {
  max-width: 540px;
  width: 100%;
  margin: auto;
}
#award_content .award_inner {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #award_content .award_inner {
    margin-top: 80px;
    font-size: 18px;
  }
}

.entry #entry .parallax.parallax1 {
  top: 170%;
}
@media screen and (min-width: 992px) {
  .entry #entry .parallax.parallax1 {
    top: 118%;
  }
}
.entry #entry .parallax.parallax2 {
  bottom: -7%;
}
@media screen and (min-width: 768px) {
  .entry #entry .parallax.parallax2 {
    bottom: 15%;
  }
}
.entry #entry .parallax.parallax3 {
  bottom: 99%;
}
@media screen and (min-width: 768px) {
  .entry #entry .parallax.parallax3 {
    bottom: 53%;
  }
}

.grandprize.first #entry .parallax.parallax1 {
  top: calc(205% + 725px);
}
@media screen and (min-width: 992px) {
  .grandprize.first #entry .parallax.parallax1 {
    top: 320%;
  }
}
.grandprize.first #entry .parallax.parallax2 {
  bottom: calc(-20% - 593px);
}
@media screen and (min-width: 768px) {
  .grandprize.first #entry .parallax.parallax2 {
    bottom: -106%;
  }
}
.grandprize.first #entry .parallax.parallax3 {
  bottom: calc(116% + 558px);
}
@media screen and (min-width: 768px) {
  .grandprize.first #entry .parallax.parallax3 {
    bottom: 203%;
  }
}
.grandprize #entry .parallax.parallax1 {
  top: 35%;
}
@media screen and (min-width: 992px) {
  .grandprize #entry .parallax.parallax1 {
    top: 95%;
  }
}
.grandprize #entry .parallax.parallax2 {
  bottom: 9%;
}
@media screen and (min-width: 768px) {
  .grandprize #entry .parallax.parallax2 {
    bottom: 15%;
  }
}
.grandprize #entry .parallax.parallax3 {
  bottom: 75%;
}
@media screen and (min-width: 768px) {
  .grandprize #entry .parallax.parallax3 {
    bottom: 53%;
  }
}

.award #entry .parallax.parallax1 {
  top: 106%;
}
@media screen and (min-width: 992px) {
  .award #entry .parallax.parallax1 {
    top: 95%;
  }
}
.award #entry .parallax.parallax2 {
  bottom: 40%;
}
@media screen and (min-width: 768px) {
  .award #entry .parallax.parallax2 {
    bottom: 15%;
  }
}
.award #entry .parallax.parallax3 {
  bottom: 53%;
}

.gallery #entry .parallax.parallax1 {
  top: 205%;
}
@media screen and (min-width: 992px) {
  .gallery #entry .parallax.parallax1 {
    top: 95%;
  }
}
.gallery #entry .parallax.parallax2 {
  bottom: -20%;
}
@media screen and (min-width: 768px) {
  .gallery #entry .parallax.parallax2 {
    bottom: 45%;
  }
}
.gallery #entry .parallax.parallax3 {
  bottom: 116%;
}
@media screen and (min-width: 768px) {
  .gallery #entry .parallax.parallax3 {
    bottom: 53%;
  }
}

.symposium .cp_h2title {
  font-size: var(--cp_h2-fs, 23px);
}
@media screen and (min-width: 768px) {
  .symposium .cp_h2title {
    --cp_h2-fs: 32px;
  }
}
.symposium .symposium_inner {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .symposium .symposium_inner {
    margin-top: 30px;
    font-size: 18px;
  }
}
.symposium .symposium_inner > p {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: left;
}
.symposium .symposium_inner .ul_1st {
  padding-left: var(--ul_1st-ps, 0);
}
@media screen and (min-width: 768px) {
  .symposium .symposium_inner .ul_1st {
    --ul_1st-ps: 2rem;
  }
}
.symposium .symposium_inner .inner_text {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.symposium .offset_left {
  margin-left: var(--off-left_ms, 15px);
}
@media screen and (min-width: 992px) {
  .symposium .offset_left {
    --off-left_ms: 71px;
  }
}
.symposium .sec_inner ul li {
  color: initial;
  list-style: none;
  line-height: 2.1;
  padding-bottom: 20px;
}
.symposium .sec_inner ul li > ul {
  padding-block: 10px;
  padding-left: 0;
}
.symposium .sec_inner ul li > ul > li {
  padding-bottom: 0;
}
.symposium .symposium_links {
  width: min(1100px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--sympo-column, 1fr);
  gap: 15px;
  padding-inline: 30px;
}
@media screen and (min-width: 768px) {
  .symposium .symposium_links {
    --sympo-column: 1fr;
  }
}
.symposium .symposium_links .entry_button {
  width: 100%;
}
.symposium .links_button {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: var(--links_btn-dir, column);
}
@media screen and (min-width: 992px) {
  .symposium .links_button {
    --links_btn-dir: row;
  }
}
.symposium .links_button a {
  width: 100%;
}
.symposium .note a {
  color: #00afec;
  text-underline-offset: 15px;
}
.symposium .modal-dialog {
  --bs-modal-width: 700px;
}
.symposium .modal-dialog a {
  color: #00afec;
}
.symposium .modal-body {
  font-size: 18px;
}
/*# sourceMappingURL=style.css.map */