@charset "UTF-8";
.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0vw;
  white-space: nowrap;
}

html {
  overflow-y: scroll;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

body {
  font-family: fot-matisse-pron, sans-serif;
  font-style: normal;
  *font: x-small;
  background: #fff;
  color: #000000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Verdana, sans-serif", " 筑紫A丸ゴシック Std" "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  height: auto;
  margin: 0;
  overflow-x: hidden;
  font-feature-settings: "palt" 1;
  font-size: 12px;
}
body a,
body a:visited,
body a:hover,
body a:active {
  color: inherit;
  text-decoration: none;
}
body h1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000000;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -1px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
body h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
body h3 {
  font-size: clamp(18px, 1.67vw, 32px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000000;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -1px;
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  line-height: normal;
  font-feature-settings: "palt" 1;
  color: #000000;
  color: rgb(0, 0, 0);
}

main .containar {
  width: 100%;
  height: auto;
  margin: auto;
}
main .containar .top_00 {
  /* .top_00 styles here */
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main .containar .top_00 {
    width: 100%;
  }
}
main .containar .top_00 .top_tokyo {
  /* .top_tokyo styles here */
  color: #000;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
main .containar .top_00 span {
  color: #fec04b;
  text-align: center;
  font-family: Yusei Magic;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .containar .top_00 h1 {
  color: #fff;
  font-family: Yusei Magic;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .containar .top_00 img {
  /* img within .top_00 styles here */
}
main .containar .top_00 p {
  text-align: center;
  color: #fec04b;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main .containar .top_00 p {
    font-size: 16px;
    margin: 0;
  }
}
main .containar .top_00 .top_img1 {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 9;
  object-position: 50% 60%;
}
@media screen and (max-width: 768px) {
  main .containar .top_00 .top_img1 {
    height: auto;
  }
}
main .containar .c_main {
  /* .c_main styles here */
  border-radius: 18px;
  background: #32a99c;
  width: 95%;
  margin: auto;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .containar .c_main {
    width: 95%;
    margin-top: 50px;
  }
}
main .containar .c_main h2 {
  /* h2 within .c_main styles here */
  color: #000;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main .containar .c_main h2 {
    font-size: 30px;
    top: -20px;
    left: 5%;
    transform: inherit;
  }
}
main .containar .c_main .c_text {
  /* .c_text styles here */
  padding-top: 85px;
  width: 90%;
  margin: auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  main .containar .c_main .c_text {
    padding-top: 55px;
  }
}
main .containar .c_main .c_text h3 {
  /* h3 within .c_text styles here */
}
main .containar .c_main .c_text p {
  /* p within .c_text styles here */
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  main .containar .c_main .c_text p {
    font-size: 14px;
  }
}
main .containar .c_main .c_text .c_title_img1 {
  width: 600px;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  main .containar .c_main .c_text .c_title_img1 {
    width: 66%;
  }
}
main .containar .c_main .c_text .bo_1 {
  position: absolute;
  width: 15vw;
  top: 18%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  main .containar .c_main .c_text .bo_1 {
    width: 120px;
    top: 32%;
    right: 5%;
  }
}
main .containar .c_main .c_img {
  /* .c_img styles here */
  width: 90%;
  margin: auto;
  max-width: 1200px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main .containar .c_main .c_img {
    padding-bottom: 30px;
  }
}
main .containar .c_main .c_img img {
  /* img within .c_img styles here */
  width: 100%;
}
main .containar .c_main .c_img iframe {
  width: 100% !important;
  height: 650px;
}
@media screen and (max-width: 768px) {
  main .containar .c_main .c_img iframe {
    height: 180px;
  }
}
main .containar .f_main {
  /* .f_main styles here */
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .containar .f_main {
    width: 95%;
    margin-top: 40px;
  }
}
main .containar .f_main h2 {
  color: #000;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main .containar .f_main h2 {
    font-size: 30px;
    top: -20px;
    left: 5%;
    transform: inherit;
  }
}
main .containar .f_main .f_img {
  /* .f_img styles here */
  width: 90%;
  margin: auto;
  padding-top: 85px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  main .containar .f_main .f_img {
    padding-top: 55px;
  }
}
main .containar .f_main .f_img img {
  /* img within .f_img styles here */
  width: 100%;
}
main .containar .f_main .f_text {
  /* .f_text styles here */
  margin: auto;
  text-align: center;
  width: 70%;
}
main .containar .f_main .f_text .title_1 {
  width: 40%;
  flex-shrink: 0;
  margin-top: 25px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  main .containar .f_main .f_text .title_1 {
    width: 100%;
  }
}
main .containar .f_main .f_text .bo_1 {
  position: absolute;
  left: -6%;
  top: 21%;
  width: 15vw;
}
@media screen and (max-width: 768px) {
  main .containar .f_main .f_text .bo_1 {
    width: 80px;
  }
}
main .containar .f_main .f_text .bo_2 {
  position: absolute;
  right: -6%;
  top: 30%;
  width: 20vw;
}
@media screen and (max-width: 768px) {
  main .containar .f_main .f_text .bo_2 {
    width: 80px;
  }
}
main .containar .f_main .f_text .f_text1 {
  margin: auto;
  text-align: center;
  width: 90%;
}
main .containar .f_main .f_text .f_text1 img {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  main .containar .f_main .f_text .f_text1 img {
    width: 100%;
  }
}
main .containar .f_main .f_text .arrow {
  width: 40px;
  margin-top: 22px;
  margin-bottom: 55px;
}
main .containar .f_main .f_text p {
  /* p within .f_text styles here */
}
main .containar .f_main .f_text img {
  /* img within .f_text styles here */
}
main .containar .f_main .f_rule {
  /* .f_rule styles here */
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
  max-width: 900px;
}
main .containar .f_main .f_rule h4 {
  /* h4 within .f_rule styles here */
}
main .containar .f_main .f_rule img {
  /* img within .f_rule styles here */
  display: block;
}
main .containar .f_main .f_rule p {
  /* p within .f_rule styles here */
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  main .containar .f_main .f_rule p {
    font-size: 14px;
  }
}
main .containar .f_main .f_rule .rule_img1 {
  width: 50%;
  margin-left: 10px;
  margin-bottom: 20px;
  max-width: 400px;
}
main .containar .f_main .f_rule .rule_img2 {
  width: 100%;
}
main .containar .f_main .f_button {
  /* .f_button styles here */
  width: 90%;
  margin: auto;
  padding-bottom: 40px;
  max-width: 400px;
}
main .containar .f_main .f_button img {
  width: 100%;
}
main .containar .i_main {
  /* .i_main styles here */
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .containar .i_main {
    width: 95%;
    margin-top: 40px;
  }
}
main .containar .i_main h2 {
  color: #000;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main .containar .i_main h2 {
    font-size: 30px;
    top: -20px;
    left: 5%;
    transform: inherit;
  }
}
main .containar .i_main .c_text {
  /* .c_text within .i_main styles here */
  width: 90%;
  margin: auto;
  padding-top: 60px;
  max-width: 1200px;
}
main .containar .i_main .c_text h5 {
  /* h5 within .c_text styles here */
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  width: fit-content;
  border-bottom: solid 4px #fec04b;
}
@media screen and (max-width: 768px) {
  main .containar .i_main .c_text h5 {
    font-size: 28px;
  }
}
main .containar .i_main .c_text table {
  margin-top: 30px;
  margin-bottom: 30px;
}
main .containar .i_main .c_text td {
  /* p within .c_text styles here */
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  main .containar .i_main .c_text td {
    font-size: 16px;
  }
}
main .containar .i_main .c_text tr {
  margin: 10px 0;
}
main .containar .i_main .c_text .td_margin {
  padding-bottom: 10px;
  white-space: normal;
}
main .containar .i_main .i_map {
  /* .i_map styles here */
  width: 90%;
  margin: auto;
  max-width: 1200px;
}
main .containar .i_main .i_map iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  main .containar .i_main .i_map iframe {
    height: 250px;
  }
}
main .containar .i_main .i_map img {
  /* img within .i_map styles here */
}
main .containar .i_main .i_sns {
  /* .i_sns styles here */
  width: 90%;
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  main .containar .i_main .i_sns {
    margin-top: auto;
  }
}
main .containar .i_main .i_sns p {
  /* p within .i_sns styles here */
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .containar .i_main .i_sns p {
    font-size: 14px;
  }
}
main .containar .i_main .i_sns .i_sns3 {
  /* .i_sns3 styles here */
  margin-top: 30px;
  max-width: 300px;
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  main .containar .i_main .i_sns .i_sns3 {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  main .containar .i_main .i_sns .i_sns3 {
    padding-bottom: 40px;
  }
}
main .containar .i_main .i_sns .i_sns3 img {
  /* img within .i_sns3 styles here */
  width: 50px;
}
main .containar .s_main {
  /* .s_main styles here */
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .containar .s_main {
    width: 95%;
    margin-top: 40px;
  }
}
main .containar .s_main h2 {
  color: #000;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main .containar .s_main h2 {
    font-size: 30px;
    top: -20px;
    left: 5%;
    transform: inherit;
  }
}
main .containar .s_main .s_text {
  /* .s_text styles here */
  width: 90%;
  margin: auto;
  padding-top: 10px;
  max-width: 1200px;
}
main .containar .s_main .s_text h3 {
  /* h3 within .s_text styles here */
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: fit-content;
  border-bottom: solid 4px #fec04b;
}
@media screen and (max-width: 768px) {
  main .containar .s_main .s_text h3 {
    font-size: 30px;
  }
}
main .containar .s_main .s_text p {
  /* p within .s_text styles here */
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: normal;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main .containar .s_main .s_text p {
    font-size: 14px;
  }
}
main .containar .s_main .s_text a {
  white-space: normal;
}
main .containar .s_main .s_text span {
  width: 28px;
  display: inline-block;
}
main .containar .header {
  text-align: center;
  padding: 10px 0;
}
main .containar .header img {
  width: auto;
  height: 80px;
}
@media screen and (max-width: 600px) {
  main .containar .header img {
    min-width: 250px;
    height: auto;
    width: 50%;
  }
}
main .containar .spacom {
  position: relative;
  text-align: center;
  padding: 20px 0;
}
main .containar .spacom .default-img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 800px;
}
@media screen and (max-width: 1200px) {
  main .containar .spacom .default-img {
    max-height: inherit;
    width: 100%;
  }
}
main .containar .spacom .small-img {
  display: none;
  width: auto;
  height: auto;
  margin: 0 auto;
  max-height: 800px;
}
@media screen and (max-width: 1200px) {
  main .containar .spacom .small-img {
    max-height: inherit;
    width: 100%;
  }
}
@media (max-width: 600px) {
  main .containar .spacom .default-img {
    display: none;
  }
  main .containar .spacom .small-img {
    display: block;
  }
}
main .containar .spacom .fixed-banner {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 1000;
}
@media screen and (max-width: 600px) {
  main .containar .spacom .fixed-banner {
    bottom: 50px;
  }
}
main .containar .spacom .fixed-banner img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 600px) {
  main .containar .spacom .fixed-banner img {
    width: 190px;
  }
}
main .containar .highlight-event {
  background: url("./images/1x/red_background.png") no-repeat center center;
  background-size: 100% 100%;
  color: white;
  text-align: center;
  padding: 50px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}
@media screen and (max-width: 1200px) {
  main .containar .highlight-event {
    min-height: 50vh;
  }
}
@media screen and (max-width: 600px) {
  main .containar .highlight-event {
    min-height: 40vh;
  }
}
main .containar .highlight-event .highlight-text {
  max-width: 800px;
  margin: 0 auto;
}
main .containar .highlight-event .highlight-text img {
  display: block;
  margin: 0 auto 20px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1200px) {
  main .containar .highlight-event .highlight-text img {
    width: 50%;
  }
}
main .containar .highlight-event .highlight-text h1 {
  font-size: 56px;
  margin-bottom: 20px;
  color: #fff;
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  main .containar .highlight-event .highlight-text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .highlight-event .highlight-text h1 {
    font-size: 30px;
  }
}
main .containar .highlight-event .highlight-text h1 span {
  font-size: 65px;
}
@media screen and (max-width: 1200px) {
  main .containar .highlight-event .highlight-text h1 span {
    font-size: 60px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .highlight-event .highlight-text h1 span {
    font-size: 40px;
  }
}
main .containar .highlight-event .highlight-text p {
  font-size: 26px;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  main .containar .highlight-event .highlight-text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .highlight-event .highlight-text p {
    font-size: 14px;
    white-space: normal;
  }
}
main .containar .highlight-event .highlight-text .highlight-phrase {
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .containar .highlight-event .highlight-text .highlight-phrase span {
  margin: 0 10px;
}
main .containar .highlight-event .highlight-text .highlight-phrase img {
  width: auto;
  height: auto;
  margin-bottom: -25px;
}
@media screen and (max-width: 1200px) {
  main .containar .highlight-event .highlight-text .highlight-phrase img {
    width: 70%;
  }
}
main .containar .highlight-event .highlight-images {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  main .containar .highlight-event .highlight-images {
    top: 10%;
  }
}
@media screen and (max-width: 600px) {
  main .containar .highlight-event .highlight-images {
    top: 20px;
  }
}
main .containar .highlight-event .highlight-images .left-character {
  position: absolute;
  left: 3%;
  width: 15.3125vw;
  height: auto;
}
main .containar .highlight-event .highlight-images .right-character {
  position: absolute;
  right: 3%;
  width: 14.8958333333vw;
  height: auto;
}
main .containar .scroll-gallery {
  background-color: #f0f0f0;
  padding: 20px 0;
  position: relative;
}
main .containar .scroll-gallery .gallery-wrapper {
  overflow: hidden;
  position: relative;
}
main .containar .scroll-gallery .gallery-list {
  display: flex;
  width: 200%;
  animation: scroll 30s linear infinite;
}
@media screen and (max-width: 600px) {
  main .containar .scroll-gallery .gallery-list {
    animation: scroll 10s linear infinite;
  }
}
main .containar .scroll-gallery .gallery-list:hover {
  animation-play-state: paused;
}
main .containar .scroll-gallery .gallery-item {
  flex: 0 0 16.6666%;
}
@media (max-width: 600px) {
  main .containar .scroll-gallery .gallery-item {
    flex: 0 0 auto;
  }
  main .containar .scroll-gallery .gallery-item img {
    width: 300px;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
main .containar .event-info {
  background: url("./images/1x/red_background.png") no-repeat center center;
  background-size: 100% 100%;
  color: white;
  text-align: center;
  padding: 50px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  font-size: 34px;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  main .containar .event-info {
    padding: 30px 20px;
  }
}
main .containar .event-info .info-box {
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  main .containar .event-info .info-box {
    font-size: 35px;
  }
}
main .containar .main-event {
  background-color: #f5f5f5;
  padding: 0px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  main .containar .main-event {
    margin-top: -7px;
  }
}
main .containar .main-event .event-content {
  background: url("./images/1x/event_background.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1700px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0px;
  color: white;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .containar .main-event .event-content {
    flex-direction: column;
  }
}
main .containar .main-event .event-content .event-image {
  flex: 1;
  max-width: 680px;
}
@media screen and (max-width: 600px) {
  main .containar .main-event .event-content .event-image {
    width: 100%;
  }
}
main .containar .main-event .event-content .event-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
main .containar .main-event .event-content .event-details-main {
  min-width: 44.375vw;
  background-color: #ff3333;
  height: 600px;
  display: flex;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  main .containar .main-event .event-content .event-details-main {
    min-width: 680px;
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .main-event .event-content .event-details-main {
    height: auto;
    width: 100%;
    min-width: auto;
    margin-top: -5px;
  }
}
main .containar .main-event .event-content .event-details {
  flex: 1;
  text-align: left;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  main .containar .main-event .event-content .event-details {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  main .containar .main-event .event-content .event-details {
    max-width: fit-content;
  }
}
@media screen and (max-width: 600px) {
  main .containar .main-event .event-content .event-details {
    padding: 30px 15px;
  }
}
main .containar .main-event .event-content .event-details .date-location {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(14px, 1.406vw, 27px);
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
@media screen and (max-width: 1400px) {
  main .containar .main-event .event-content .event-details .date-location {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .main-event .event-content .event-details .date-location {
    font-size: 16px;
    margin-top: 0;
  }
}
main .containar .main-event .event-content .event-details h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-size: clamp(41px, 4.167vw, 80px);
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 1;
  margin: 40px 0;
}
@media screen and (max-width: 1400px) {
  main .containar .main-event .event-content .event-details h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .main-event .event-content .event-details h1 {
    margin: 20px 0;
    font-size: 42px;
  }
}
main .containar .main-event .event-content .event-details p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  main .containar .main-event .event-content .event-details p {
    font-size: 14px;
    white-space: normal;
    margin-bottom: 0;
  }
}
main .containar .main-event .event-content .event-details .event-speech-bubble {
  position: absolute;
  top: 32px;
  right: 146px;
}
@media screen and (max-width: 1400px) {
  main .containar .main-event .event-content .event-details .event-speech-bubble {
    top: 0px;
  }
}
@media screen and (max-width: 1200px) {
  main .containar .main-event .event-content .event-details .event-speech-bubble {
    top: 60%;
    right: 23%;
  }
}
@media screen and (max-width: 600px) {
  main .containar .main-event .event-content .event-details .event-speech-bubble {
    top: 56%;
    right: 3%;
  }
}
main .containar .main-event .event-content .event-details .event-speech-bubble img {
  width: 100px;
  height: auto;
  min-width: 15vw;
}
@media screen and (max-width: 600px) {
  main .containar .main-event .event-content .event-details .event-speech-bubble img {
    min-width: 130px;
  }
}
main .containar .online-event {
  background-color: #f5f5f5;
  padding: 0px 0;
  text-align: center;
}
main .containar .online-event .event-content {
  background: url("./images/1x/event_background_online.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1700px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0px;
  color: white;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .containar .online-event .event-content {
    flex-direction: column-reverse;
  }
}
main .containar .online-event .event-content .event-image {
  flex: 1;
  max-width: 680px;
}
@media screen and (max-width: 600px) {
  main .containar .online-event .event-content .event-image {
    width: 100%;
  }
}
main .containar .online-event .event-content .event-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
main .containar .online-event .event-content .event-details-main {
  min-width: 44.375vw;
  background-color: #73aec1;
  height: 600px;
  display: flex;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  main .containar .online-event .event-content .event-details-main {
    min-width: 680px;
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .online-event .event-content .event-details-main {
    height: auto;
    width: 100%;
    min-width: auto;
    margin-top: -5px;
  }
}
main .containar .online-event .event-content .event-details {
  flex: 1;
  text-align: left;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  main .containar .online-event .event-content .event-details {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  main .containar .online-event .event-content .event-details {
    max-width: fit-content;
  }
}
@media screen and (max-width: 600px) {
  main .containar .online-event .event-content .event-details {
    padding: 30px 15px;
  }
}
main .containar .online-event .event-content .event-details .date-location {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(14px, 1.406vw, 27px);
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
@media screen and (max-width: 1400px) {
  main .containar .online-event .event-content .event-details .date-location {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .online-event .event-content .event-details .date-location {
    font-size: 16px;
    margin-top: 0;
  }
}
main .containar .online-event .event-content .event-details h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-size: clamp(41px, 4.167vw, 80px);
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 1;
  margin: 40px 0;
}
@media screen and (max-width: 1400px) {
  main .containar .online-event .event-content .event-details h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .online-event .event-content .event-details h1 {
    margin: 20px 0;
    font-size: 42px;
  }
}
main .containar .online-event .event-content .event-details p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  main .containar .online-event .event-content .event-details p {
    font-size: 14px;
    white-space: normal;
    margin-bottom: 0;
  }
}
main .containar .online-event .event-content .event-details .event-speech-bubble {
  position: absolute;
  top: 32px;
  left: 44%;
}
@media screen and (max-width: 1400px) {
  main .containar .online-event .event-content .event-details .event-speech-bubble {
    top: 0px;
    left: 308px;
  }
}
@media screen and (max-width: 1200px) {
  main .containar .online-event .event-content .event-details .event-speech-bubble {
    top: 60%;
    right: 23%;
    left: inherit;
  }
}
@media screen and (max-width: 600px) {
  main .containar .online-event .event-content .event-details .event-speech-bubble {
    top: 43%;
    right: 3%;
  }
}
main .containar .online-event .event-content .event-details .event-speech-bubble img {
  width: 100px;
  height: auto;
  min-width: 15vw;
}
@media screen and (max-width: 600px) {
  main .containar .online-event .event-content .event-details .event-speech-bubble img {
    min-width: 130px;
  }
}
main .containar .osaka-event {
  background-color: #f5f5f5;
  padding: 0px 0;
  text-align: center;
}
main .containar .osaka-event .event-content {
  background: url("./images/1x/event_background_osaka.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1700px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0px;
  color: white;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .containar .osaka-event .event-content {
    flex-direction: column-reverse;
  }
}
main .containar .osaka-event .event-content .event-image {
  flex: 1;
  max-width: 680px;
}
@media screen and (max-width: 600px) {
  main .containar .osaka-event .event-content .event-image {
    width: 100%;
  }
}
main .containar .osaka-event .event-content .event-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
main .containar .osaka-event .event-content .event-details-main {
  min-width: 44.375vw;
  background-color: #ff931e;
  height: 600px;
  display: flex;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  main .containar .osaka-event .event-content .event-details-main {
    min-width: 680px;
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .osaka-event .event-content .event-details-main {
    height: auto;
    width: 100%;
    min-width: auto;
    margin-top: -5px;
  }
}
main .containar .osaka-event .event-content .event-details {
  flex: 1;
  text-align: left;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  main .containar .osaka-event .event-content .event-details {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  main .containar .osaka-event .event-content .event-details {
    max-width: fit-content;
  }
}
@media screen and (max-width: 600px) {
  main .containar .osaka-event .event-content .event-details {
    padding: 30px 15px;
  }
}
main .containar .osaka-event .event-content .event-details .date-location {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(14px, 1.406vw, 27px);
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  main .containar .osaka-event .event-content .event-details .date-location {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .osaka-event .event-content .event-details .date-location {
    font-size: 16px;
    margin-top: 0;
  }
}
main .containar .osaka-event .event-content .event-details h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-size: clamp(41px, 4.167vw, 80px);
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 1;
  margin: 40px 0;
}
@media screen and (max-width: 1400px) {
  main .containar .osaka-event .event-content .event-details h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .osaka-event .event-content .event-details h1 {
    margin: 20px 0;
    font-size: 42px;
  }
}
main .containar .osaka-event .event-content .event-details p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  main .containar .osaka-event .event-content .event-details p {
    font-size: 14px;
    white-space: normal;
    margin-bottom: 0;
  }
}
main .containar .osaka-event .event-content .event-details .event-speech-bubble {
  position: absolute;
  top: 32px;
  left: 44%;
}
@media screen and (max-width: 1400px) {
  main .containar .osaka-event .event-content .event-details .event-speech-bubble {
    top: 0px;
    left: 308px;
  }
}
@media screen and (max-width: 1200px) {
  main .containar .osaka-event .event-content .event-details .event-speech-bubble {
    top: 60%;
    right: 23%;
    left: inherit;
  }
}
@media screen and (max-width: 600px) {
  main .containar .osaka-event .event-content .event-details .event-speech-bubble {
    top: 56%;
    right: 3%;
  }
}
main .containar .osaka-event .event-content .event-details .event-speech-bubble img {
  width: 100px;
  height: auto;
  min-width: 15vw;
}
@media screen and (max-width: 600px) {
  main .containar .osaka-event .event-content .event-details .event-speech-bubble img {
    min-width: 130px;
  }
}
main .containar .osaka-event .event-content .event-details .event-characters {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
main .containar .osaka-event .event-content .event-details .event-characters img {
  width: 50px;
  height: auto;
}
main .containar .fukuoka-event {
  background-color: #f5f5f5;
  padding: 0px 0;
  text-align: center;
  margin-top: -2px;
}
main .containar .fukuoka-event .event-content {
  background: url("./images/1x/event_background_fukuoka.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1700px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0px;
  color: white;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .containar .fukuoka-event .event-content {
    flex-direction: column;
  }
}
main .containar .fukuoka-event .event-content .event-image {
  flex: 1;
  max-width: 680px;
}
@media screen and (max-width: 600px) {
  main .containar .fukuoka-event .event-content .event-image {
    width: 100%;
  }
}
main .containar .fukuoka-event .event-content .event-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
main .containar .fukuoka-event .event-content .event-details-main {
  min-width: 44.375vw;
  background-color: #00ba00;
  height: 600px;
  display: flex;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  main .containar .fukuoka-event .event-content .event-details-main {
    min-width: 680px;
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .fukuoka-event .event-content .event-details-main {
    height: auto;
    width: 100%;
    min-width: auto;
    margin-top: -5px;
  }
}
main .containar .fukuoka-event .event-content .event-details {
  flex: 1;
  text-align: left;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  main .containar .fukuoka-event .event-content .event-details {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  main .containar .fukuoka-event .event-content .event-details {
    max-width: fit-content;
  }
}
@media screen and (max-width: 600px) {
  main .containar .fukuoka-event .event-content .event-details {
    padding: 30px 15px;
  }
}
main .containar .fukuoka-event .event-content .event-details .date-location {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(14px, 1.406vw, 27px);
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
@media screen and (max-width: 1400px) {
  main .containar .fukuoka-event .event-content .event-details .date-location {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .fukuoka-event .event-content .event-details .date-location {
    font-size: 16px;
    margin-top: 0;
  }
}
main .containar .fukuoka-event .event-content .event-details h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  font-size: clamp(41px, 4.167vw, 80px);
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 1;
  margin: 40px 0;
}
@media screen and (max-width: 1400px) {
  main .containar .fukuoka-event .event-content .event-details h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  main .containar .fukuoka-event .event-content .event-details h1 {
    margin: 20px 0;
    font-size: 42px;
  }
}
main .containar .fukuoka-event .event-content .event-details p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  main .containar .fukuoka-event .event-content .event-details p {
    font-size: 14px;
    white-space: normal;
    margin-bottom: 0;
  }
}
main .containar .fukuoka-event .event-content .event-details .event-speech-bubble {
  position: absolute;
  top: 32px;
  right: 146px;
}
@media screen and (max-width: 1400px) {
  main .containar .fukuoka-event .event-content .event-details .event-speech-bubble {
    top: 0px;
  }
}
@media screen and (max-width: 1200px) {
  main .containar .fukuoka-event .event-content .event-details .event-speech-bubble {
    top: 60%;
    right: 23%;
  }
}
@media screen and (max-width: 600px) {
  main .containar .fukuoka-event .event-content .event-details .event-speech-bubble {
    top: 56%;
    right: 3%;
  }
}
main .containar .fukuoka-event .event-content .event-details .event-speech-bubble img {
  width: 100px;
  height: auto;
  min-width: 15vw;
}
@media screen and (max-width: 600px) {
  main .containar .fukuoka-event .event-content .event-details .event-speech-bubble img {
    min-width: 130px;
  }
}
main .containar .supporters {
  background: url("./images/1x/back_kyosan.png") no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
  margin-top: -15px;
}
main .containar .supporters .supporters-content {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
main .containar .supporters .supporters-content .middle_logo_wrap {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  main .containar .supporters .supporters-content .middle_logo_wrap {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
}
main .containar .supporters .supporters-content .small_logo_wrap {
  width: 60%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  main .containar .supporters .supporters-content .small_logo_wrap {
    width: 75%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
main .containar .supporters .supporters-content .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
main .containar .supporters .supporters-content .logos .logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .containar .supporters .supporters-content .logos .logo-item a {
  display: block;
}
main .containar .supporters .supporters-content .logos .logo-item a img {
  display: block;
  margin: 0 auto;
}
main .containar .supporters .supporters-content .logos .logo-item.large-logo {
  flex: 1 1 90%;
  max-width: 400px;
}
main .containar .supporters .supporters-content .logos .logo-item.large-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  main .containar .supporters .supporters-content .logos .logo-item.large-logo img {
    width: 75%;
  }
}
main .containar .supporters .supporters-content .logos .logo-item.plutinaum-logo {
  flex: 1 1 90%;
  max-width: 60%;
}
@media screen and (max-width: 600px) {
  main .containar .supporters .supporters-content .logos .logo-item.plutinaum-logo {
    max-width: 90% !important;
  }
}
main .containar .supporters .supporters-content .logos .logo-item.plutinaum-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  main .containar .supporters .supporters-content .logos .logo-item.plutinaum-logo img {
    width: 90%;
  }
}
main .containar .supporters .supporters-content .logos .logo-item.middle-logo {
  flex: 1 1 90%;
  max-width: 48%;
}
@media screen and (max-width: 768px) {
  main .containar .supporters .supporters-content .logos .logo-item.middle-logo {
    max-width: 45%;
  }
}
@media screen and (max-width: 600px) {
  main .containar .supporters .supporters-content .logos .logo-item.middle-logo {
    max-width: 70%;
  }
}
main .containar .supporters .supporters-content .logos .logo-item.middle-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  main .containar .supporters .supporters-content .logos .logo-item.middle-logo img {
    width: 60%;
  }
}
main .containar .supporters .supporters-content .logos .logo-item.small-logo {
  flex: 1 1 20%;
}
@media screen and (max-width: 768px) {
  main .containar .supporters .supporters-content .logos .logo-item.small-logo {
    max-width: 45%;
    flex: none;
    text-align: left;
  }
}
main .containar .supporters .supporters-content .logos .logo-item.small-logo img {
  width: 100%;
  height: auto;
}
main .containar .supporters .supporters-content .thank-you {
  position: relative;
}
main .containar .supporters .supporters-content .thank-you img {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  main .containar .supporters .supporters-content .thank-you img {
    width: 200px;
  }
}
main .containar .contact-section {
  background-color: #f0f0f0;
  padding: 40px 0;
  text-align: center;
}
main .containar .contact-section .contact-content {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
main .containar .contact-section .contact-content p {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  white-space: normal;
  font-weight: bold;
  text-align: center;
}
main .containar .contact-section .contact-content .contact-button {
  display: inline-block;
  padding: 10px 30px;
  background-color: #ff3333;
  color: #fff;
  text-decoration: none;
  border-radius: 33px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
main .containar .contact-section .contact-content .contact-button:hover {
  opacity: 0.8;
}
main .containar .footer {
  background-color: #fff;
  padding: 60px 0 90px 0;
  text-align: center;
  border-top: 1px solid #ddd;
}
main .containar .footer .footer-content {
  max-width: 1200px;
  margin: 0 auto;
}
main .containar .footer .footer-content .logo {
  margin-bottom: 20px;
}
main .containar .footer .footer-content .logo img {
  width: auto;
  height: 92px;
}
@media screen and (max-width: 768px) {
  main .containar .footer .footer-content .logo img {
    width: 90%;
    height: auto;
  }
}
main .containar .footer .footer-content .social-icons {
  margin-bottom: 20px;
}
main .containar .footer .footer-content .social-icons a {
  margin: 0 10px;
  display: inline-block;
}
main .containar .footer .footer-content .social-icons a img {
  width: 30px;
  height: auto;
}
main .containar .footer .footer-content .footer-text {
  font-size: 0.9em;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main .containar .footer .footer-content .footer-text {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
    gap: 10px;
  }
}
main .containar .footer .footer-content .footer-text a {
  color: #333;
  text-decoration: none;
  margin: 0 5px;
}
main .containar .footer .footer-content .footer-text a:hover {
  text-decoration: underline;
}

.footer-text-0 {
  margin-bottom: 30px !important;
}
.footer-text-0 h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}
.footer-text-0 a {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
.footer-text-0 a:hover {
  text-decoration: unset !important;
}

.back_color {
  border-radius: 18px;
  background: #ff3333;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .back_color {
    width: 90%;
  }
}

.allright {
  background: #ff3333;
  margin-top: 0px;
}
.allright p {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
}

.header_logo {
  width: 80px;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 55px;
    padding-top: 20px;
    margin-top: 22px;
    padding-bottom: 0;
  }
}

.top_img0 {
  width: 50%;
  max-width: 300px;
  z-index: 10;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header {
  position: relative;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 1.2s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*----------------------------
    scroll_right ｜右から出現
    ----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

a:hover {
  opacity: 0.85;
}

.minatoku_img {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .minatoku_img {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  table tr td.td_margin:first-child {
    width: 100px;
  }
}

.entry {
  position: fixed;
  bottom: 40px;
  width: auto;
  right: -50px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .entry {
    width: auto;
    right: -275px;
    bottom: 20px;
  }
}
.entry a {
  color: #fff !important;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .entry a {
    width: 16px;
  }
}
@media screen and (max-width: 768px) {
  .entry img {
    width: 45%;
  }
}

.kyousan {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .kyousan {
    width: 100%;
  }
}

.kyousan_1 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .kyousan_1 {
    width: 100%;
  }
}

.under_line {
  text-decoration: underline;
}

.s_text_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .s_text_main {
    flex-wrap: wrap;
  }
}

.s_text_main1 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .s_text_main1 {
    width: 45%;
  }
}
.s_text_main1 img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
@media screen and (max-width: 480px) {
  .s_text_main1 img {
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .s_text_main1 p {
    padding-bottom: 10px !important;
  }
}

.kyousan_text {
  text-align: center;
}

.kyousan_img_04 {
  height: 150px;
}
@media screen and (max-width: 480px) {
  .kyousan_img_04 {
    height: 100px;
  }
}

.c_text p {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: normal;
}

.s_text_main_premium {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .s_text_main_premium {
    width: 100%;
  }
}
.s_text_main_premium img {
  width: 100%;
  height: auto;
}

.s_text_main_sponsor {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .s_text_main_sponsor {
    width: 100%;
  }
}
.s_text_main_sponsor img {
  width: 100%;
  height: auto;
}

.container1 {
  max-width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container1 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .container1 {
    width: 90%;
  }
}

.company-section {
  border-radius: 10px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.company-section h1 {
  font-weight: bold;
  letter-spacing: normal;
  font-size: 20px;
}

.company-grid {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .company-grid {
    flex-wrap: wrap;
  }
}

.logo-container {
  text-align: left;
}
.logo-container img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .logo-container img {
    height: 160px;
    object-fit: cover;
  }
}

.logo_containar_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .logo_containar_img img {
    height: auto;
    width: 90%;
  }
}

h1 {
  font-size: 24px;
  margin-top: 10px;
  white-space: normal;
}

p {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  white-space: normal;
}

.small_logo_wrap1 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100% !important;
}
@media screen and (max-width: 1200px) {
  .small_logo_wrap1 {
    width: 90% !important;
  }
}
@media screen and (max-width: 768px) {
  .small_logo_wrap1 {
    width: 90%;
  }
}

/* Responsive Design */
@media (min-width: 768px) {
  .company-section {
    flex-direction: column;
    justify-content: space-between;
  }
  .logo-container {
    flex: 1;
    text-align: left;
  }
  .logo-container h1 {
    font-weight: bold;
    white-space: normal;
  }
  p {
    flex: 2;
    text-align: left;
    white-space: normal;
  }
}
.supporters-content1 {
  max-width: 980px;
}

.logo-container1 {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .logo-container1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .logo-container1 {
    width: 100%;
  }
}

.company-card {
  text-align: left;
}
.company-card h2 {
  font-weight: bold;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .company-card h2 {
    font-size: 18px;
  }
}

.small_logo01 img {
  max-width: 230px;
}

.small-logo p {
  white-space: normal;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .small-logo p {
    margin-top: 5px;
  }
}
.small-logo h2 {
  font-weight: bold;
  text-align: left;
  white-space: normal;
  font-size: 15px;
}

.logo_containar_img img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .logo_containar_img {
    height: auto;
  }
}

.buttons {
  display: flex;
  gap: 10px;
  max-width: 800px;
  margin: 40px auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .buttons {
    flex-wrap: wrap;
    width: auto;
  }
}
.buttons .btn {
  background-color: #f0f0f0;
  width: 170px;
  color: #333;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.buttons .btn:hover {
  background-color: #000;
}
.buttons .btn:active {
  background-color: #000;
}
.buttons .btn:focus {
  outline: none;
}

.eve_main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  gap: 30px;
  background-color: #f0f0f0;
}
.eve_main .event_01 {
  max-width: 800px;
  width: 100%;
}
.eve_main .event_01 img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.card-body {
  padding: 2.5%;
  display: none;
}
@media screen and (max-width: 768px) {
  .card-body {
    display: block;
  }
}
.card-body .course-title {
  font-size: 20px;
  margin: 0;
}
.card-body h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-body p {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0;
  text-align: left;
  font-weight: bold;
}
.card-body .btn {
  background-color: #ff3333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.card-body .btn:hover {
  background-color: #444;
}
.card-body .btn:focus {
  outline: none;
}

.back_color2023 {
  background: #32a99c !important;
}

body header {
  background-color: #fff;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  body header img {
    width: 300px;
    padding: 0px 0;
  }
}
body .character {
  padding: 220px 0 0;
}
@media screen and (max-width: 768px) {
  body .character {
    padding: 85px 0 0;
  }
}
body .character .character-intro img {
  width: 36.09375vw;
  max-width: 500px;
  min-width: 200px;
}
@media screen and (max-width: 1200px) {
  body .character .character-intro img {
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  body .character .character-intro img {
    width: 70%;
  }
}
body .character .character-intro h2 {
  font-size: 2rem;
  color: #00bcd4;
}
body .character .character-intro p {
  font-size: 1rem;
  color: #777;
}
body .character .character-info {
  margin-top: 100px;
}
body .character .character-info img {
  width: 70%;
  margin: 70px auto;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  body .character .character-info img {
    width: 90%;
    max-width: 900px;
  }
}
body .goods {
  padding: 220px 0;
  background-image: url(./images/1x/back_clowd.png);
  height: 1200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; /* 繰り返しを防ぐ */
}
@media screen and (max-width: 1200px) {
  body .goods {
    padding: 199px 10%;
    height: 1100px;
    background-size: cover;
  }
}
@media screen and (max-width: 1020px) {
  body .goods {
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  body .goods {
    padding: 350px 5%;
    height: auto;
    background-size: cover;
    margin-top: -160px;
  }
}
@media screen and (max-width: 600px) {
  body .goods {
    padding: 250px 5%;
  }
}
body .goods h3 {
  font-size: 1.5rem;
  color: #333;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body .goods span {
  font-size: 40px;
}
body .goods .goods-items {
  display: flex;
  justify-content: space-around;
  width: 1000px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body .goods .goods-items {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  body .goods .goods-items {
    width: auto;
    flex-direction: column;
    width: 75%;
  }
}
body .goods .goods-items .goods-item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .goods .goods-items .goods-item img {
    min-width: 200px;
  }
}
body .goods .goods-items .goods-item p {
  margin-top: 10px;
  font-size: 24px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
body .goods .goods-items .goods-item a:hover {
  opacity: 0.8;
}
body .goods .buy-button {
  margin-top: 20px;
  padding: 20px 20px;
  font-size: 1rem;
  background-color: #009fe8;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  width: 30%;
  max-width: 500px;
  font-size: 24px;
  min-width: 400px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  body .goods .buy-button {
    width: 90%;
    min-width: auto;
  }
}
body .goods .buy-button:hover {
  opacity: 0.8;
}
body .event {
  padding: 30px;
  background-color: #fff;
  margin: 50px auto;
  width: 70%;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  body .event {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  body .event {
    width: 90%;
    padding: 30px 0;
  }
}
body .event h3 {
  font-size: 45px;
  color: #333;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  body .event h3 {
    font-size: 30px;
  }
}
body .event p {
  font-size: 30px;
  color: #333;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .event p {
    font-size: 20px;
  }
}
body .event .event-images {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 85px auto;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  body .event .event-images {
    width: auto;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
}
body .event .event-images img {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 768px) {
  body .event .event-images img {
    width: 90%;
  }
}
body .event .apply-button {
  margin-top: 20px;
  padding: 20px 20px;
  font-size: 1rem;
  background-color: #009fe8;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  margin-bottom: 30px;
  width: 30%;
  max-width: 500px;
  font-size: 24px;
  min-width: 400px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  body .event .apply-button {
    width: 90%;
    max-width: auto;
    min-width: auto;
    font-size: 16px;
  }
}
body .event .apply-button:hover {
  opacity: 0.8;
}
body .event-section {
  text-align: center;
  padding: 60px 5%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
body .event-section p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .event-section p {
    font-size: 16px;
    white-space: normal;
  }
}
body .event-section button {
  padding: 15px 50px;
  background-color: #f1f9fb;
  border: 1px solid #000;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
}
@media screen and (max-width: 768px) {
  body .event-section button {
    padding: 15px 5%;
  }
}
body .event-section button:hover {
  opacity: 0.8;
}
body footer {
  padding: 10px;
  background-color: #fff;
}
body footer p {
  font-size: 1rem;
  color: #777;
}
body footer small {
  font-size: 0.8rem;
  color: #999;
}

.charactor_footer .allright {
  background-color: #009fe8 !important;
}
.charactor_footer .allright p {
  margin-top: 0 !important;
}

.character {
  position: relative;
  z-index: -1;
}
.character .clowd {
  position: absolute;
  top: 8%;
}
.character .clowd.clowd1 {
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .character .clowd.clowd1 {
    top: 4%;
    width: 40%;
  }
}
.character .clowd.clowd2 {
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .character .clowd.clowd2 {
    top: 15%;
    width: 40%;
  }
}

.character-intro2 {
  width: 36.09375vw;
  max-width: 500px;
  min-width: 200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .character-intro2 {
    width: 80%;
  }
}

.profile_ph {
  display: none;
}
@media screen and (max-width: 768px) {
  .profile_ph {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .profile_top {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .logo_f_charactor img {
    width: 90% !important;
    height: auto !important;
  }
}

.character-intro .kurumu-image {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.character-intro.visible .kurumu-image {
  opacity: 1;
}

.body_charactor {
  font-family: "Arial", sans-serif;
  background-color: #e0f7fa;
  text-align: center;
  margin: 0;
  padding: 0;
  background-image: url(./images/2x/background00@2x.png);
}

.company-section_wrap2 {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .company-section_wrap2 {
    flex-direction: column;
    max-width: 500px;
    gap: 10px;
  }
}

body .header_logo01 {
  margin: auto;
  width: fit-content;
}
body .shinkannsen_main {
  width: auto;
}
body .shinkannsen_main img {
  width: 100%;
}
body .challenge-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: #3b6997;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  body .challenge-section {
    height: auto;
    padding: 30px 0;
  }
}
body .challenge-section .cloud-container {
  position: relative;
  width: 80%;
  max-width: 800px;
  padding: 2rem;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .challenge-section .cloud-container {
    width: 100%;
    padding: 0;
  }
}
body .challenge-section .cloud-container .kurumu-image {
  width: 100px;
  height: auto;
  margin-bottom: 1rem;
}
body .challenge-section .cloud-container .text-image {
  margin-bottom: 1rem;
  max-width: 80%;
  height: auto;
}
body .challenge-section .cloud-container .description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
  max-width: 90%;
}
body .rules-section {
  background: url("./images/2x/sb_2@2x.webp") no-repeat center center fixed;
  background-size: cover;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  body .rules-section {
    padding: 40px 0rem;
  }
}
body .rules-section .rule-card {
  background-color: #f2e744;
  padding: 2rem;
  width: 50%;
  min-width: 600px;
  max-width: 1084px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  body .rules-section .rule-card {
    width: 90%;
    min-width: inherit;
  }
}
body .rules-section .rule-card .rule-title {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-family: "dnp-shuei-ymincho-std", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 1020px) {
  body .rules-section .rule-card .rule-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  body .rules-section .rule-card .rule-title {
    font-size: 20px;
  }
}
body .rules-section .rule-card .rule-subtitle {
  font-size: 56px;
  margin-bottom: 1rem;
  font-family: "dnp-shuei-ymincho-std", sans-serif;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1020px) {
  body .rules-section .rule-card .rule-subtitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  body .rules-section .rule-card .rule-subtitle {
    font-size: 30px;
  }
}
body .rules-section .rule-card .rule-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 1rem;
  max-width: 670px;
}
body .rules-section .rule-card .rule-description {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: inherit;
  text-align: left;
  max-width: 670px;
  margin: auto;
  margin-bottom: 20px;
}
body .pricing-section {
  padding: 3rem 1rem;
  display: flex;
  justify-content: center;
}
body .pricing-section .pricing-box {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
body .pricing-section .pricing-box .pricing-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
body .pricing-section .pricing-box .price {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
body .pricing-section .pricing-box .tax-note {
  font-size: 1rem;
  margin-bottom: 2rem;
}
body .pricing-section .pricing-box .details {
  display: grid;
  gap: 1rem;
  text-align: left;
}
body .pricing-section .pricing-box .details .detail-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}
body .pricing-section .pricing-box .details .detail-item span {
  font-weight: bold;
}
body .pricing-section .pricing-box .details .detail-item p {
  margin: 0;
}
body .flow-section {
  padding: 3rem 1rem;
  text-align: center;
}
body .flow-section .flow-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}
body .flow-section .flow-steps {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
body .flow-section .flow-steps .flow-step {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  max-width: 250px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
body .flow-section .flow-steps .flow-step .flow-icon {
  width: 60px;
  height: auto;
  margin-bottom: 1rem;
}
body .flow-section .flow-steps .flow-step h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
body .flow-section .flow-steps .flow-step p {
  font-size: 1rem;
  line-height: 1.5;
}
body .flow-section .apply-button {
  background-color: #007bff;
  color: #fff;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 5px;
  font-size: 1.2rem;
  margin-top: 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body .flow-section .apply-button:hover {
  background-color: #0056b3;
}
body .special-section {
  background: url("./images/2x/sb_3@2x.webp") no-repeat center center;
  background-size: cover;
  padding: 3rem 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .special-section {
    padding: 3rem 5%;
  }
}
body .special-section .section-title {
  width: fit-content;
  margin: auto;
  padding-right: 37px;
}
@media screen and (max-width: 768px) {
  body .special-section .section-title {
    width: 65%;
    max-width: 400px;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  body .special-section .section-title {
    width: 55%;
    padding-right: 0px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  body .special-section .section-title img {
    width: 100%;
  }
}
body .special-section .card-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
body .special-section .card {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  text-align: center;
}
body .special-section .card .card-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 1rem;
  height: 260px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body .special-section .card .card-image {
    height: auto;
  }
}
body .special-section .card .card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
body .special-section .card .card-description {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
body .back001 {
  background: url("./images/2x/sb_4@2x.webp") no-repeat center center fixed;
  background-size: cover;
  padding: 3rem 1rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body .back001 {
    padding: 3rem 5%;
  }
}
body .pricing-section {
  background: url("./images/background-image.png") no-repeat center center fixed;
  background-size: cover;
  padding: 3rem 1rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body .pricing-section {
    padding: 3rem 0%;
  }
}
body .pricing-section .pricing-box {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  max-width: 684px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
body .pricing-section .pricing-box img {
  width: 100%;
}
body .pricing-section .pricing-box .pricing-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
body .pricing-section .pricing-box .price {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
body .pricing-section .pricing-box .tax-note {
  font-size: 1rem;
  margin-bottom: 2rem;
}
body .pricing-section .pricing-box .details {
  display: grid;
  gap: 1rem;
  text-align: left;
}
body .pricing-section .pricing-box .details .detail-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}
body .pricing-section .pricing-box .details .detail-item span {
  font-weight: bold;
}
body .pricing-section .pricing-box .details .detail-item p {
  margin: 0;
}
body .flow-section {
  padding: 3rem 1rem;
  text-align: center;
  background: #fff;
  max-width: 1430px;
  margin: auto;
}
body .flow-section .flow-title {
  font-size: 56px;
  margin-bottom: 2rem;
  font-family: "dnp-shuei-ymincho-std", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body .flow-section .flow-title {
    font-size: 30px;
  }
}
body .flow-section .flow-steps {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
body .flow-section .flow-steps .flow-step {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  max-width: 350px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: solid 1px;
}
body .flow-section .flow-steps .flow-step .flow-icon {
  width: 60px;
  height: auto;
  margin-bottom: 1rem;
}
body .flow-section .flow-steps .flow-step h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
body .flow-section .flow-steps .flow-step p {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
body .flow-section .apply-button {
  background-color: inherit;
  color: #fff;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 5px;
  font-size: 1.2rem;
  margin-top: 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
body .flow-section .apply-button img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .flow-section .apply-button {
    width: 100%;
    padding: 0rem;
  }
}
body .flow-section .apply-button:hover {
  opacity: 0.8;
}
body .back_002 {
  background-color: #194159;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  body .back_002 {
    padding: 40px 5%;
  }
}
body .faq-section {
  background-color: #fff;
  padding: 3rem;
  margin: 0px auto;
  max-width: 800px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}
body .faq-section .faq-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  font-family: "dnp-shuei-ymincho-std", sans-serif;
  font-weight: bold;
}
body .faq-section .faq-item {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  body .faq-section .faq-item {
    padding-left: 0px;
  }
}
body .faq-section .faq-item .question {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body .faq-section .faq-item .question {
    font-size: 16px;
  }
}
body .faq-section .faq-item .answer {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body .faq-section .faq-item .answer {
    font-size: 14px;
  }
}
body .faq-section .faq-item:last-child {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  body .sinkansen_pc {
    display: none;
  }
}
body .sinkansen_ph {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sinkansen_ph {
    display: block;
  }
}
body .sinkansen_ph2 {
  width: 100%;
}

.br_no {
  display: block;
}
@media screen and (max-width: 600px) {
  .br_no {
    display: none;
  }
}

.sponsor-section {
  max-width: 800px;
  margin: 0 auto;
  background-color: #eaf6fd;
  border-radius: 10px;
  max-width: 1400px;
  padding: 40px 20px;
}

.sponsor-header h1 {
  font-size: 56px;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "dnp-shuei-ymincho-std", sans-serif;
}
@media screen and (max-width: 600px) {
  .sponsor-header h1 {
    font-size: 35px;
  }
}

.sponsor-content .sponsor-box {
  padding: 20px;
  padding: 50px 20px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 45px;
}

.sponsor-content .sponsor-box h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #000;
  margin-top: 20px;
  max-width: 575px;
  margin: auto;
  text-align: left;
  margin-top: 20px;
  font-weight: bold;
}

.sponsor-content .sponsor-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  max-width: 575px;
  margin: auto;
  text-align: left;
}

.product-provider {
  margin-top: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.product-provider h3 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  font-family: "dnp-shuei-ymincho-std", sans-serif;
}
@media screen and (max-width: 600px) {
  .product-provider h3 {
    font-size: 30px;
  }
}

.product-provider .product-logo {
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
  padding: 50px;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.footer-thankyou {
  margin-top: 30px;
  font-size: 0.9em;
  color: #555;
}

.footer-thankyou .footer-icons {
  margin-top: 10px;
  display: flex;
  width: max-content;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .footer-thankyou .footer-icons {
    width: 100%;
  }
}
.footer-thankyou .footer-icons p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .footer-thankyou .footer-icons p {
    font-size: 14px;
    margin: 30px auto;
  }
}

.footer-thankyou .footer-icons img {
  width: 80px;
  height: auto;
  object-fit: contain;
  margin: 0 10px;
}
@media screen and (max-width: 600px) {
  .footer-thankyou .footer-icons img {
    display: none;
  }
}

.sponsor-section_main {
  background-color: #eaf6fd;
}

.sponsor_shinkansen1 {
  width: 100%;
  max-width: 565px;
}

.sponsor_shinkansen2 {
  width: 100%;
  max-width: 316px;
}

.br_no {
  display: block;
}
@media screen and (max-width: 600px) {
  .br_no {
    display: none;
  }
}

@font-face {
  font-family: "myfont";
  src: url("./font/font_corp.otf") format("opentype");
  font-display: swap;
}
body .com_main {
  background: url("./images/1x/com_back0.webp") no-repeat center center;
}
body .com_main h1,
body .com_main h2,
body .com_main h3,
body .com_main h4,
body .com_main h5,
body .com_main p {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body .com_main .com_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .com_main .com_top img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  body .com_main .com_top img {
    width: 100%;
    object-fit: cover;
    height: 400px;
  }
}
body .com_main .com_about {
  width: 100%;
  height: 1500px;
  text-align: center;
  padding: 200px;
  background: url(./images/1x/com_back1.webp) no-repeat;
  background-size: cover;
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  body .com_main .com_about {
    padding: 200px 5%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body .com_main .com_about {
    padding: 100px 5%;
    height: auto;
  }
}
body .com_main .com_about img {
  width: fit-content;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  body .com_main .com_about img {
    width: 100%;
  }
}
body .com_main .com_about p {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .com_main .com_about p {
    text-align: left;
    font-size: 14px;
  }
}
body .com_main .com_about h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  body .com_main .com_about h1 {
    font-size: 20px;
  }
}
body .com_main .com_contents {
  width: 100%;
  padding: 200px;
  background: url(./images/1x/com_back2.webp) no-repeat center center;
  background-size: cover;
  height: auto;
  margin-top: 300px;
}
@media screen and (max-width: 1400px) {
  body .com_main .com_contents {
    padding: 150px 5%;
    height: auto;
  }
}
body .com_main .com_contents img {
  width: fit-content;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body .com_main .com_contents img {
    width: 90%;
  }
}
body .com_main .com_contents .com_con1 {
  background: url(./images/1x/about01.png) no-repeat center center;
}
@media screen and (max-width: 768px) {
  body .com_main .com_contents .com_con1 {
    background: url(./images/1x/about01_ph.png) no-repeat center center;
  }
}
body .com_main .com_contents .com_con2 {
  background: url(./images/1x/about02.png) no-repeat center center;
}
body .com_main .com_contents .com_con3 {
  background: url(./images/1x/about03.png) no-repeat center center;
}
body .com_main .com_contents .com_con4 {
  background: url(./images/1x/about04.png) no-repeat center center;
}
body .com_main .com_contents .com_con5 {
  background: url(./images/1x/about05.png) no-repeat center center;
}
body .com_main .com_contents .about_top {
  margin-bottom: 50px;
}
body .com_main .com_contents .com_con {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-size: cover;
  border-radius: 0px;
  height: 557px;
  width: 960px;
  margin: auto;
  margin-bottom: 30px;
  padding: 20px 50px;
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  body .com_main .com_contents .com_con {
    flex-direction: column;
    width: 90%;
    gap: 30px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body .com_main .com_contents .com_con {
    width: 100%;
    padding: 50px 20px;
    padding-top: 100px;
  }
}
body .com_main .com_contents .com_con img {
  width: auto;
  height: auto;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  body .com_main .com_contents .com_con img {
    margin: auto;
    width: 100%;
    max-width: 600px;
  }
}
body .com_main .com_contents .com_con .com_con1_text {
  flex: 1;
}
body .com_main .com_contents .com_con .com_con1_text h2 {
  font-size: 34px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  body .com_main .com_contents .com_con .com_con1_text h2 {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body .com_main .com_contents .com_con .com_con1_text h2 {
    font-size: 24px;
  }
}
body .com_main .com_contents .com_con .com_con1_text p {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body .com_main .com_contents .com_con .com_con1_text p {
    font-size: 16px;
  }
}
body .com_main .con_reco {
  width: 100%;
  text-align: center;
  padding: 20px;
  height: auto;
}
body .com_main .con_reco img {
  width: auto;
  height: auto;
  margin: 50px auto;
}
@media screen and (max-width: 1200px) {
  body .com_main .con_reco img {
    width: 100%;
  }
}
body .com_main .com_back02 {
  width: 100%;
  padding: 20px;
  background: url("./images/1x/com_back3.webp") no-repeat center center;
  background-size: cover;
}
body .com_main .com_back02 .com_price {
  text-align: center;
  margin-bottom: 40px;
  background-color: #fff;
  max-width: 1400px;
  margin: auto;
  padding: 50px;
  border-radius: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  body .com_main .com_back02 .com_price {
    padding: 25px;
  }
}
body .com_main .com_back02 .com_price img {
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  body .com_main .com_back02 .com_price img {
    width: 100%;
    max-width: 867px;
  }
}
body .com_main .com_back02 .com_price .com_price_text {
  margin-top: 20px;
}
body .com_main .com_back02 .com_price .com_price_text h3 {
  font-size: 26px;
  line-height: 1.8;
  border: solid 1px;
  padding: 20px;
  max-width: 867px;
  margin: 30px auto;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  body .com_main .com_back02 .com_price .com_price_text h3 {
    font-size: 18px;
  }
}
body .com_main .com_back02 .com_price .com_price_text h3 span {
  font-size: 44px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body .com_main .com_back02 .com_price .com_price_text h3 span {
    font-size: 32px;
  }
}
body .com_main .com_back02 .con_flow {
  text-align: center;
  background-color: #fff;
  max-width: 1400px;
  margin: auto;
  padding: 50px;
  border-radius: 40px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body .com_main .com_back02 .con_flow {
    padding: 50px 25px;
  }
}
body .com_main .com_back02 .con_flow h4 {
  font-size: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body .com_main .com_back02 .con_flow h4 {
    font-size: 32px;
  }
}
body .com_main .com_back02 .con_flow .flow_all {
  display: flex;
  flex-wrap: wrap;
  max-width: 758px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body .com_main .com_back02 .con_flow .flow_all {
    flex-direction: column;
    align-items: center;
  }
}
body .com_main .com_back02 .con_flow .flow_con {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  width: 370px;
  border: solid 1px;
  padding: 30px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  body .com_main .com_back02 .con_flow .flow_con {
    width: 100%;
  }
}
body .com_main .com_back02 .con_flow .flow_con img {
  width: auto;
  height: auto;
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  body .com_main .com_back02 .con_flow .flow_con img {
    max-width: 90px;
  }
}
body .com_main .com_back02 .con_flow .flow_con p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  body .com_main .com_back02 .con_flow .flow_con p {
    text-align: left;
  }
}
body .com_about {
  font-family: "myfont";
}
body .com_about h1 {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body .faq_com {
  font-family: "corporate-logo-ver2", sans-serif !important;
}
body .br_no {
  display: block;
}
@media screen and (max-width: 600px) {
  body .br_no {
    display: none;
  }
}
body .br_no_1 {
  display: none;
}
@media screen and (max-width: 600px) {
  body .br_no_1 {
    display: block;
  }
}

.back_003 {
  background-color: inherit !important;
}

.com_reco1 {
  display: block;
}
@media screen and (max-width: 768px) {
  .com_reco1 {
    display: none;
  }
}

.com_reco2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .com_reco2 {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */