@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

#root,
#__next {
  isolation: isolate;
}

body {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  color: #0c1b3b;
}

ul {
  padding: 0;
}

.wrapper-cw-vertical-auto {
  max-width: initial;
}

.wrapper-cw-vertical-auto .common-back-button {
  position: absolute;
  padding: 0;
  z-index: 99;
  width: 110px;
  height: 31px;
  margin: 3px;
  background: url(../img/back-btn.png);
  background-size: contain;
  color: rgba(0, 0, 0, 0);
}

.main {
  max-width: initial;
}

@media screen and (max-width: 1050px) {
  #tempBack {
    padding: 0;
  }
}

.container {
  background: url(../img/main-back-pc.png) no-repeat;
  background-position: top center;
  background-size: 100%;
}

.ast {
  padding-left: 1em;
  text-indent: -1em;
}

.red {
  color: #d92317;
}

.link {
  color: #005bac;
}

.br-sp {
  display: none;
}

.ai-switch-after {
  display: none;
}

.ai-switch.is-after .ai-switch-before {
  display: none;
}

.ai-switch.is-after .ai-switch-after {
  display: block;
}

.mv {
  width: 100%;
  overflow-x: clip;
}

.mv .mv-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.mv .mv-inner .mv-img {
  height: 570px;
  background: url(../img/mv-chara.png) no-repeat;
  background-size: auto 100%;
  background-position: 400px 0px;
  position: relative;
  z-index: 0;
}

.mv .mv-inner .mv-img .lead-txt {
  background: url(../img/lead-txt.png) no-repeat;
  background-size: contain;
  width: 380px;
  height: 140px;
  position: absolute;
  top: 20px;
  left: 60px;
}

.mv .mv-inner .mv-img .logo-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  position: absolute;
  top: 100px;
}

.mv .mv-inner .mv-img .logo-day h1 {
  background: url(../img/logo-pc.png) no-repeat;
  background-size: contain;
  width: 424px;
  height: 128px;
}

.mv .mv-inner .mv-img .logo-day .day {
  background: url(../img/day.png) no-repeat;
  background-size: contain;
  width: 214px;
  height: 214px;
}

.mv .mv-inner .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
  position: relative;
  z-index: 1;
  margin: -160px 0 40px 0;
}

.mv .mv-inner .top-menu .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 860px;
}

.mv .mv-inner .top-menu .main-menu div {
  width: 196px;
  height: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mv .mv-inner .top-menu .main-menu div a {
  width: 196px;
  height: 44px;
  display: block;
  position: relative;
}

.mv .mv-inner .top-menu .main-menu div a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 196 / 176;
}

.mv .mv-inner .top-menu .main-menu div.menu-1 {
  background: url(../img/t-menu-01.png) no-repeat;
  background-size: 100%;
}

.mv .mv-inner .top-menu .main-menu div.menu-1 a {
  background: url(../img/t-menu-btn-01.png) no-repeat;
  background-size: 100%;
}

.mv .mv-inner .top-menu .main-menu div.menu-1 a:active {
  background-position: 0 -44px;
}

.mv .mv-inner .top-menu .main-menu div.menu-2 {
  background: url(../img/t-menu-02.png) no-repeat;
  background-size: 100%;
}

.mv .mv-inner .top-menu .main-menu div.menu-2 a {
  background: url(../img/t-menu-btn-02.png) no-repeat;
  background-size: 100%;
}

.mv .mv-inner .top-menu .main-menu div.menu-2 a:active {
  background-position: 0 -44px;
}

.mv .mv-inner .top-menu .main-menu div.menu-3 {
  background: url(../img/t-menu-03.png) no-repeat;
  background-size: 100%;
}

.mv .mv-inner .top-menu .main-menu div.menu-3 a {
  background: url(../img/t-menu-btn-03.png) no-repeat;
  background-size: 100%;
}

.mv .mv-inner .top-menu .main-menu div.menu-3 a:active {
  background-position: 0 -44px;
}

.mv .mv-inner .top-menu .main-menu div.menu-4 {
  background: url(../img/t-menu-04.png) no-repeat;
  background-size: 100%;
}

.mv .mv-inner .top-menu .main-menu div.menu-4 a {
  background: url(../img/t-menu-btn-04.png) no-repeat;
  background-size: 100%;
}

.mv .mv-inner .top-menu .main-menu div.menu-4 a:active {
  background-position: 0 -44px;
}

.mv .mv-inner .top-menu .side-menu {
  margin: -28px 0 0 0;
}

.mv .mv-inner .top-menu .side-menu a {
  width: 196px;
  height: 56px;
  display: block;
  margin: 0 0 14px 0;
}

.mv .mv-inner .top-menu .side-menu a.menu-5-btn {
  background: url(../img/t-menu-btn-05.png) no-repeat;
  background-size: 100%;
  height: 63px;
}

.mv .mv-inner .top-menu .side-menu a.menu-5-btn:active {
  background-position: 0 -63px;
}

.mv .mv-inner .top-menu .side-menu a.menu-6-btn {
  background: url(../img/t-menu-btn-06.png) no-repeat;
  background-size: 100%;
}

.mv .mv-inner .top-menu .side-menu a.menu-6-btn:active {
  background-position: 0 -56px;
}

.mv .mv-inner .top-menu .side-menu a.menu-7-btn {
  background: url(../img/t-menu-btn-07.png) no-repeat;
  background-size: 100%;
}

.mv .mv-inner .top-menu .side-menu a.menu-7-btn:active {
  background-position: 0 -56px;
}

.mv .mv-inner .under-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-betweens;
      -ms-flex-pack: space-betweens;
          justify-content: space-betweens;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto 80px;
}

.mv .mv-inner .under-part.no-banner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mv .mv-inner .under-part .news {
  width: 488px;
  -webkit-filter: drop-shadow(0 0 3px #418cc9);
          filter: drop-shadow(0 0 3px #418cc9);
}

.mv .mv-inner .under-part .news h3 {
  background: #0084d1;
  height: 18px;
  position: relative;
  border-radius: 7px 7px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mv .mv-inner .under-part .news h3 .news-title {
  background: url(../img/news-txt.png) no-repeat;
  background-size: 100%;
  width: 163px;
  height: 34px;
  margin: 0 0 0 10px;
}

.mv .mv-inner .under-part .news .news-body {
  background: #f5fcff;
  border-radius: 0 0 7px 7px;
  padding: 10px 16px 16px;
}

.mv .mv-inner .under-part .news .news-body .news-inner {
  overflow-y: scroll;
  height: 90px;
  font-size: 0.75rem;
}

.mv .mv-inner .under-part .news .news-body .news-inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.mv .mv-inner .under-part .news .news-body .news-inner p span:nth-child(1) {
  font-weight: bold;
  color: #0084d1;
  margin: 0 10px 0 0;
}

.mv .mv-inner .under-part .slick {
  width: 584px;
  margin-left: auto;
}

.mv .mv-inner .under-part .slick .slick-list {
  -webkit-filter: drop-shadow(0 0 3px #418cc9);
          filter: drop-shadow(0 0 3px #418cc9);
}

.mv .mv-inner .under-part .slick .slide img {
  width: 100%;
  height: auto;
}

.mv .mv-inner .under-part .slick .slick-prev,
.mv .mv-inner .under-part .slick .slick-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.mv .mv-inner .under-part .slick .slick-prev::before,
.mv .mv-inner .under-part .slick .slick-next::before {
  display: none;
}

.mv .mv-inner .under-part .slick .slick-prev::after,
.mv .mv-inner .under-part .slick .slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.mv .mv-inner .under-part .slick .slick-prev {
  left: -20px;
}

.mv .mv-inner .under-part .slick .slick-prev::after {
  border-right: 9px solid #4ca4d9;
  -webkit-transform: translate(-58%, -50%);
          transform: translate(-58%, -50%);
}

.mv .mv-inner .under-part .slick .slick-next {
  right: -20px;
}

.mv .mv-inner .under-part .slick .slick-next::after {
  border-left: 9px solid #4ca4d9;
  -webkit-transform: translate(-42%, -50%);
          transform: translate(-42%, -50%);
}

.mv .message {
  position: relative;
  width: 1900px;
  margin: 0 auto;
  z-index: 3;
}

.mv .message .item {
  pointer-events: none;
}

.mv .message .item div {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mv .message .item .item-1 {
  width: 150px;
  height: 102px;
  background-image: url(../img/iitem-01.png);
  top: -42px;
  left: 70px;
}

.mv .message .item .item-2 {
  width: 180px;
  height: 190px;
  background-image: url(../img/iitem-02.png);
  top: 2px;
  left: 338px;
}

.mv .message .item .item-3 {
  width: 155px;
  height: 167px;
  background-image: url(../img/iitem-03.png);
  top: 168px;
  left: 154px;
}

.mv .message .item .item-4 {
  width: 235px;
  height: 178px;
  background-image: url(../img/iitem-04.png);
  top: 250px;
  left: 516px;
}

.mv .message .item .item-5 {
  width: 280px;
  height: 150px;
  background-image: url(../img/iitem-05.png);
  top: -44px;
  right: 270px;
}

.mv .message .item .item-6 {
  width: 145px;
  height: 130px;
  background-image: url(../img/iitem-06.png);
  top: 66px;
  right: 44px;
}

.mv .message .item .item-8 {
  width: 185px;
  height: 206px;
  background-image: url(../img/iitem-08.png);
  top: 256px;
  right: 420px;
}

.mv .message .item .item-7 {
  width: 225px;
  height: 145px;
  background-image: url(../img/iitem-07.png);
  top: 244px;
  left: 935px;
}

.mv .message .message-txt {
  width: 920px;
  height: 228px;
  background: url(../img/message-pc.png) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}

.top-content .cloud {
  display: block;
  width: 100%;
  position: relative;
}

.top-content .content-under {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0))), url(../img/top-under-back-pc.png);
  background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%), url(../img/top-under-back-pc.png);
  background-repeat: no-repeat, repeat-y;
  background-position: top center, top center;
  background-size: 100% 100%, 100% auto;
  background-color: #9cdbff;
  padding-bottom: 80px;
  margin-top: -50px;
  position: relative;
}

.top-content .content-under .content-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .top-content .content-under .content-inner {
    width: 90%;
  }
}

.top-content .content-under .content-inner .top-box {
  margin: 0 auto 100px;
}

.top-content .content-under .content-inner .top-box:last-child {
  margin-bottom: 0;
}

.top-content .content-under .content-inner .top-box h3 {
  width: 431px;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 8px 70px 6px;
  border-radius: 999px;
  border: 5px solid #70bae5;
  background-image: repeating-linear-gradient(-45deg, #1990d6 0, #1990d6 13px, #359ddb 13px, #359ddb 26px);
}

.top-content .content-under .content-inner .top-box h3 img {
  width: 281px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: -16px auto 0;
}

.top-content .content-under .content-inner .top-box h3 img[src*="caution"] {
  width: 176px;
}

.top-content .content-under .content-inner .top-box .qa-list .qa-item {
  margin: 0 0 30px;
}

.top-content .content-under .content-inner .top-box .qa-list .qa-item .q,
.top-content .content-under .content-inner .top-box .qa-list .qa-item .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 22px;
  border: solid 4px #cce6f6;
}

.top-content .content-under .content-inner .top-box .qa-list .qa-item .q .mark,
.top-content .content-under .content-inner .top-box .qa-list .qa-item .a .mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 34px;
  height: 34px;
  margin-right: 14px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
}

.top-content .content-under .content-inner .top-box .qa-list .qa-item .q p,
.top-content .content-under .content-inner .top-box .qa-list .qa-item .a p {
  line-height: 1.6;
}

.top-content .content-under .content-inner .top-box .qa-list .qa-item .q {
  background: #d6ecfb;
  border-radius: 7px 7px 0 0;
}

.top-content .content-under .content-inner .top-box .qa-list .qa-item .q .mark {
  background: #0084d1;
}

.top-content .content-under .content-inner .top-box .qa-list .qa-item .q p {
  color: #0084d1;
  font-weight: bold;
  font-size: 1.375rem;
}

.top-content .content-under .content-inner .top-box .qa-list .qa-item .a {
  background: #fff;
  border-radius: 0 0 7px 7px;
  margin-top: -4px;
}

.top-content .content-under .content-inner .top-box .qa-list .qa-item .a .mark {
  background: #435875;
}

.top-content .content-under .content-inner .top-box .qa-list .qa-item .a p {
  color: #435875;
  font-weight: bold;
  font-size: 1.375rem;
}

.top-content .content-under .content-inner .top-box .qa-list .qa-item .a p .small-txt {
  display: block;
  font-size: 70%;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 766px) {
  .top-content .content-under .content-inner .top-box .caution-list .acc .ttl-icon {
    display: none;
  }
}

.top-content .content-under .content-inner .top-box .caution-list .lead {
  text-align: center;
  margin: 0 0 30px;
}

.top-content .content-under .content-inner .top-box .caution-list .lead .lead-main {
  color: #d92317;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.6;
}

.top-content .content-under .content-inner .top-box .caution-list .acc {
  margin: 0 0 16px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px rgba(65, 140, 201, 0.2);
          box-shadow: 0 0 6px rgba(65, 140, 201, 0.2);
  border: solid 4px #40a3dc;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc {
  margin: 30px 0;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: #40a3dc;
  color: #fff;
  padding: 14px 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.375rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-head .num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  border-radius: 7px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.375rem;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-head .ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-head .ttl-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 34px;
  width: auto;
  margin-left: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-head .acc-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-head .acc-icon::before, .top-content .content-under .content-inner .top-box .caution-list .acc .acc-head .acc-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #40a3dc;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-head .acc-icon::before {
  width: 14px;
  height: 2px;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-head .acc-icon::after {
  width: 2px;
  height: 14px;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
      grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-body .acc-body-inner {
  overflow: hidden;
  min-height: 0;
  background: #fff;
  padding: 0 24px;
  -webkit-transition: padding 0.35s ease;
  transition: padding 0.35s ease;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-body .acc-body-inner h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0c1b3b;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 25px 0 15px;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-body .acc-body-inner h5::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 7px;
  height: 1.2em;
  margin-right: 10px;
  background: #bcdcf3;
  border-radius: 4px;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-body .acc-body-inner h5:first-child {
  margin-top: 0;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-body .acc-body-inner h6 {
  font-size: 1.125rem;
  margin: 15px 0 5px;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-body .acc-body-inner p {
  line-height: 1.7;
  margin-bottom: 8px;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-body .acc-body-inner .ex-ttl {
  font-weight: bold;
  color: #1a1a1a;
  font-size: 1.125rem;
  margin: 16px 0 4px;
}

.top-content .content-under .content-inner .top-box .caution-list .acc .acc-body .acc-body-inner .ex-ttl:first-child {
  margin-top: 0;
}

.top-content .content-under .content-inner .top-box .caution-list .acc.is-open > .acc-body {
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
}

.top-content .content-under .content-inner .top-box .caution-list .acc.is-open > .acc-body > .acc-body-inner {
  padding: 20px 24px;
}

.top-content .content-under .content-inner .top-box .caution-list .acc.is-open > .acc-head .acc-icon::after {
  display: none;
}

.gnav {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#83ccf7), to(#d6f9ff));
  background: linear-gradient(to bottom, #83ccf7 0%, #d6f9ff 100%);
}

.gnav .gnav-inner {
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px 24px;
}

.gnav .gnav-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1%;
}

.gnav .gnav-logo img {
  width: 80px;
  height: auto;
  display: block;
}

.gnav .gnav-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnav .gnav-menu .gnav-btn {
  display: block;
  height: auto;
  min-width: 0;
  aspect-ratio: 124 / 102;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-origin: border-box;
  background-position: center;
  border-left: 1px solid #fff;
  position: relative;
}

.gnav .gnav-menu .btn-sakubun {
  width: 124px;
  background-image: url(../img/menu/menu-btn-01.png);
}

.gnav .gnav-menu .btn-jiyu {
  width: 124px;
  background-image: url(../img/menu/menu-btn-02.png);
}

.gnav .gnav-menu .btn-art {
  width: 124px;
  background-image: url(../img/menu/menu-btn-03.png);
}

.gnav .gnav-menu .btn-eco {
  width: 124px;
  background-image: url(../img/menu/menu-btn-04.png);
}

.gnav .gnav-menu .btn-prize {
  width: 106px;
  aspect-ratio: 106 / 102;
  background-image: url(../img/menu/menu-btn-05.png);
}

.gnav .gnav-menu .btn-past {
  width: 106px;
  aspect-ratio: 106 / 102;
  background-image: url(../img/menu/menu-btn-06.png);
}

.gnav .gnav-menu .gnav-sub {
  display: contents;
}

.gnav .gnav-menu .gnav-sub .btn-prize {
  border-left: 1px solid #fff;
}

.gnav .gnav-banner {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.gnav .gnav-banner img {
  height: 102px;
  width: auto;
  display: block;
}

.gnav .gnav-toggle {
  display: none;
}

.page-sakubun .btn-sakubun,
.page-jiyu .btn-jiyu,
.page-art .btn-art,
.page-eco .btn-eco,
.page-prize .btn-prize,
.page-past .btn-past {
  pointer-events: none;
  cursor: default;
}

.page-sakubun .gnav .gnav-menu .btn-sakubun {
  background-image: url(../img/menu/menu-btn-01-on.png);
  border-left: 0;
}

.page-jiyu .gnav .gnav-menu .btn-jiyu {
  background-image: url(../img/menu/menu-btn-02-on.png);
  border-left: 0;
}

.page-art .gnav .gnav-menu .btn-art {
  background-image: url(../img/menu/menu-btn-03-on.png);
  border-left: 0;
}

.page-eco .gnav .gnav-menu .btn-eco {
  background-image: url(../img/menu/menu-btn-04-on.png);
  border-left: 0;
}

.page-prize .gnav .gnav-menu .btn-prize {
  background-image: url(../img/menu/menu-btn-05-on.png);
  border-left: 0;
}

.page-past .gnav .gnav-menu .btn-past {
  background-image: url(../img/menu/menu-btn-06-on.png);
  border-left: 0;
}

.page-sakubun .gnav .gnav-menu .btn-sakubun + .gnav-btn,
.page-jiyu .gnav .gnav-menu .btn-jiyu + .gnav-btn,
.page-art .gnav .gnav-menu .btn-art + .gnav-btn,
.page-eco .gnav .gnav-menu .btn-eco + .gnav-btn,
.page-prize .gnav .gnav-menu .btn-prize + .gnav-btn,
.page-past .gnav .gnav-menu .btn-past + .gnav-btn {
  border-left: 0;
}

.page-eco .gnav .gnav-menu .gnav-sub .btn-prize {
  border-left: 0;
}

.prize-banner01 {
  display: none;
  margin: 0 auto;
  padding: 0px 20px 50px;
  text-align: center;
}

.prize-banner01 img {
  width: 584px;
  max-width: 90%;
  height: auto;
  display: inline-block;
}

.prize-banner01.is-shown {
  display: block;
}

.footer .footer-contact {
  background: #fabe00;
  color: #1a1a1a;
  text-align: center;
  padding: 50px 20px 44px;
}

.footer .footer-contact .footer-lead {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 30px;
}

.footer .footer-contact .footer-office {
  font-weight: bold;
  font-size: 1.275rem;
}

.footer .footer-contact .footer-tel {
  font-weight: bold;
  font-size: 2.075rem;
  margin: 6px 0;
}

.footer .footer-contact .footer-tel .footer-tel-num {
  color: #d92317;
}

.footer .footer-contact .footer-hours {
  font-weight: bold;
  font-size: 1.275rem;
}

.footer .footer-contact .footer-notes {
  list-style: none;
  display: inline-block;
  text-align: left;
  margin-top: 18px;
  font-size: 0.8125rem;
}

.footer .footer-contact .footer-notes li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.footer .footer-contact .footer-notes li::before {
  content: "●";
  margin-right: 0.3em;
}

.footer .footer-contact .footer-org {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-top: 40px;
  text-align: left;
  font-size: 0.8125rem;
}

.footer .footer-contact .footer-org dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-bottom: 4px;
}

.footer .footer-contact .footer-org dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: bold;
}

.footer .footer-logos {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding: 24px 20px;
}

.footer .footer-logos .footer-logo {
  display: block;
  width: 160px;
  height: auto;
}

.page-sakubun {
  --dept-ribbon: url(../img/category/ribbon-sakubun.png);
  --dept-theme: url(../img/category/sakubun-theme-txt.png);
  --dept-num: url(../img/category/sakubun-txt-num.png);
  --dept-sheet: url(../img/category/sakubun-txt-sheet.png);
  --dept-teacher: url(../img/category/sakubun-txt-teacher.png);
  --dept-teacher-option: url(../img/category/sakubun-txt-teacher-option.png);
  --dept-oubo: url(../img/category/sakubun-txt-oubo.png);
  --dept-fukidashi: url(../img/category/ttl-sakubun-fukidashi.png);
  --dept-dlbtn: url(../img/category/dl-btn-sakubun.png);
  --dept-accent: #d92317;
  --dept-line: #d92317;
  --dept-pink: #f4c1be;
  --dept-main-top: #f4c1be;
  --dept-main-bottom: #fef8f7;
  --dept-stripe: repeating-linear-gradient(
        -60deg,
        #e8362f 0 14px,
        #d4202a 14px 28px
    );
}

.page-jiyu {
  --dept-ribbon: url(../img/category/ribbon-jiyu.png);
  --dept-theme: url(../img/category/jiyu-theme-txt.png);
  --dept-format: url(../img/category/jiyu-txt-format.png);
  --dept-sheet: url(../img/category/jiyu-txt-sheet.png);
  --dept-teacher: url(../img/category/jiyu-txt-teacher.png);
  --dept-teacher-option: url(../img/category/jiyu-txt-teacher-option.png);
  --dept-oubo: url(../img/category/jiyu-txt-oubo.png);
  --dept-fukidashi: url(../img/category/ttl-jiyu-fukidashi.png);
  --dept-dlbtn: url(../img/category/dl-btn-jiyu.png);
  --dept-oubodl: url(../img/category/jiyu-oubo-dl-btn.png);
  --dept-oubodl-sp: url(../img/category/jiyu-oubo-dl-btn-sp.png);
  --dept-accent: #005bac;
  --dept-line: #5eb2e2;
  --dept-pink: #a9dcfa;
  --dept-main-top: #a9dcfa;
  --dept-main-bottom: #f4fbff;
  --dept-stripe: repeating-linear-gradient(
        -60deg,
        #176ab3 0 14px,
        #005bac 14px 28px
    );
}

.page-art {
  --dept-ribbon: url(../img/category/ribbon-art.png);
  --dept-theme: url(../img/category/art-theme-txt.png);
  --dept-format: url(../img/category/art-txt-format.png);
  --dept-sheet: url(../img/category/art-txt-sheet.png);
  --dept-teacher: url(../img/category/art-txt-teacher.png);
  --dept-teacher-option: url(../img/category/art-txt-teacher-option.png);
  --dept-oubo: url(../img/category/art-txt-oubo.png);
  --dept-fukidashi: url(../img/category/ttl-art-fukidashi.png);
  --dept-dlbtn: url(../img/category/dl-btn-art.png);
  --dept-oubodl: url(../img/category/art-oubo-dl-btn.png);
  --dept-oubodl-sp: url(../img/category/art-oubo-dl-btn-sp.png);
  --dept-accent: #f08300;
  --dept-line: #f7ad0c;
  --dept-pink: #fbdcae;
  --dept-main-top: #fbdcae;
  --dept-main-bottom: #fff8f0;
  --dept-stripe: repeating-linear-gradient(
        -60deg,
        #f2921f 0 14px,
        #f08300 14px 28px
    );
}

.page-art .category .category-main .sheet .sheet-list .sheet-item .dl-btn,
.page-eco .category .category-main .sheet .sheet-list .sheet-item .dl-btn {
  height: 56px;
}

.page-art .category .category-main .sheet .sheet-list .sheet-item .dl-btn:active,
.page-eco .category .category-main .sheet .sheet-list .sheet-item .dl-btn:active {
  background-position: 0 -56px;
}

.page-art .category .category-main .sheet .ribbon .ribbon-sheet {
  width: 214px;
}

.page-eco {
  --dept-ribbon: url(../img/category/ribbon-eco.png);
  --dept-theme: url(../img/category/eco-theme-txt.png);
  --dept-format: url(../img/category/eco-txt-format.png);
  --dept-sheet: url(../img/category/eco-txt-sheet.png);
  --dept-teacher: url(../img/category/eco-txt-teacher.png);
  --dept-teacher-option: url(../img/category/eco-txt-teacher-option.png);
  --dept-oubo: url(../img/category/eco-txt-oubo.png);
  --dept-fukidashi: url(../img/category/ttl-eco-fukidashi.png);
  --dept-dlbtn: url(../img/category/dl-btn-eco.png);
  --dept-oubodl: url(../img/category/eco-oubo-dl-btn.png);
  --dept-oubodl-sp: url(../img/category/eco-oubo-dl-btn-sp.png);
  --dept-accent: #009e3b;
  --dept-line: #5eb87a;
  --dept-pink: #c4e7c4;
  --dept-main-top: #c4e7c4;
  --dept-main-bottom: #f3fbf3;
  --dept-stripe: repeating-linear-gradient(
        -60deg,
        #17a74d 0 14px,
        #009e3b 14px 28px
    );
}

.category {
  background-color: var(--dept-pink, #f5bdc8);
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  overflow-x: clip;
}

.category .category-cloud {
  width: 100%;
  aspect-ratio: 1920 / 180;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.category .category-cloud-top {
  background-color: #d6f9ff;
  position: relative;
  margin-bottom: -2px;
  position: relative;
  z-index: 0;
}

.category .category-cloud-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/category/layer-page-cloud-top.png) no-repeat;
  background-size: 100% 100%;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
}

.category .category-cloud-bottom {
  position: relative;
  z-index: 0;
  background-image: url(../img/category/layer-page-cloud-under.png);
  margin-top: -2px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
}

.category .category-white {
  background: #fff;
  margin: -20px 0 0;
  position: relative;
  z-index: 1;
}

.category .category-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 0;
}

.category .category-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

.category .category-ttl {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 350px;
  margin-top: 50px;
}

.category .category-ttl .category-fukidashi {
  position: absolute;
  top: -140px;
  right: -140px;
  width: 213px;
  height: 169px;
  background: var(--dept-fukidashi) no-repeat;
  background-size: contain;
  z-index: 1;
}

.category .category-ttl .category-ttl-img img {
  width: 350px;
  height: auto;
  display: block;
}

.category .category-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 30px;
}

.category .category-detail .ribbon {
  width: 388px;
  height: 48px;
  margin: 0 auto;
  background: var(--dept-ribbon) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.category .category-detail .ribbon .ribbon-theme,
.category .category-detail .ribbon .ribbon-num,
.category .category-detail .ribbon .ribbon-format {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.category .category-detail .ribbon .ribbon-theme {
  width: 112px;
  height: 42px;
  background-image: var(--dept-theme);
}

.category .category-detail .ribbon .ribbon-num {
  width: 112px;
  height: 58px;
  background-image: var(--dept-num);
  -webkit-transform: translate(-50%, calc(-50% - 8px));
          transform: translate(-50%, calc(-50% - 8px));
}

.category .category-detail .ribbon .ribbon-format {
  width: 144px;
  height: 58px;
  background-image: var(--dept-format);
  -webkit-transform: translate(-50%, calc(-50% - 8px));
          transform: translate(-50%, calc(-50% - 8px));
}

.category .category-detail .theme-phrase {
  text-align: center;
  font-weight: bold;
  font-size: 1.45rem;
  margin: 26px 0 40px;
}

.category .category-detail .grade-box {
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -24px;
  padding: 50px 0 26px;
  -webkit-box-shadow: 0 0 20px rgba(114, 63, 71, 0.2);
          box-shadow: 0 0 20px rgba(114, 63, 71, 0.2);
}

.category .category-detail .grade-box .grade {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
}

.category .category-detail .grade-box .grade + .grade {
  border-left: 2px dashed var(--dept-line, #d92317);
}

.category .category-detail .grade-box .grade .grade-name {
  display: inline-block;
  border: 2px solid;
  border-radius: 7px;
  padding: 4px 16px;
  font-weight: bold;
  font-size: 1.475rem;
}

.category .category-detail .grade-box .grade .grade-num {
  display: block;
  margin-top: 14px;
  font-weight: bold;
  font-size: 1.825rem;
}

.category .category-detail .grade-box .grade-low .grade-name {
  border-color: #5eb2e2;
  color: #435875;
}

.category .category-detail .grade-box .grade-low .grade-num {
  color: #5eb2e2;
}

.category .category-detail .grade-box .grade-mid .grade-name {
  border-color: #f08300;
  color: #435875;
}

.category .category-detail .grade-box .grade-mid .grade-num {
  color: #f08300;
}

.category .category-detail .grade-box .grade-high .grade-name {
  border-color: #9683de;
  color: #435875;
}

.category .category-detail .grade-box .grade-high .grade-num {
  color: #9683de;
}

.category .category-detail .format-box {
  background: #fff;
  border-radius: 8px;
  margin-top: -24px;
  padding: 44px 34px 28px;
  -webkit-box-shadow: 0 0 20px rgba(114, 63, 71, 0.2);
          box-shadow: 0 0 20px rgba(114, 63, 71, 0.2);
  line-height: 1.85;
  font-size: 1.45rem;
  font-weight: bold;
}

.category .category-detail .format-box p {
  margin-bottom: 4px;
}

.category .category-detail .format-box .format-note {
  font-size: 0.875rem;
  margin-top: 8px;
}

.category .category-detail .format-box .format-item + .format-item {
  margin-top: 22px;
}

.category .category-detail .format-box .format-badge {
  display: inline-block;
  background: #fff;
  border: 2px solid #5eb2e2;
  border-radius: 7px;
  padding: 12px 22px 0px;
  font-weight: bold;
  font-size: 1.125rem;
  color: #435875;
  margin-bottom: 8px;
}

.category .category-detail .format-box .format-main {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 6px;
}

.category .caution-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffe942;
  border: 4px solid #f7ad0c;
  border-radius: 999px;
  padding: 12px 20px;
  margin-bottom: 86px;
}

.category .caution-bar .caution-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  border-radius: 50%;
  background: #fff;
  color: #f59f02;
  font-weight: bold;
  font-size: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.category .caution-bar .caution-bar-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: bold;
  font-size: 1.375rem;
}

.category .caution-bar .caution-bar-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 16px;
  background: #fff;
  border-radius: 999px;
  padding: 12px 40px 6px 30px;
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: none;
  color: #0c1b3b;
  white-space: nowrap;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(124, 50, 18, 0.35);
          box-shadow: 0 0 10px rgba(124, 50, 18, 0.35);
}

.category .caution-bar .caution-bar-btn::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #f7ab08;
}

.category .hint-link-wrap {
  position: relative;
  width: 590px;
  max-width: 100%;
  margin: 0 auto;
}

.category .hint-link-wrap .hint-link-parts {
  position: absolute;
  left: 86%;
  bottom: 86%;
  width: 29%;
  height: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.category .hint-link {
  display: block;
  width: 590px;
  max-width: 100%;
  margin: 0 auto;
}

.category .hint-link img {
  width: 100%;
  height: auto;
  display: block;
}

.category .category-main {
  background-color: var(--dept-pink, #f5bdc8);
  background-image: url(../img/category/page-cloud.png), -webkit-gradient(linear, left top, left bottom, from(var(--dept-main-top, #f4c1be)), to(var(--dept-main-bottom, #fef8f7)));
  background-image: url(../img/category/page-cloud.png), linear-gradient(to bottom, var(--dept-main-top, #f4c1be) 0%, var(--dept-main-bottom, #fef8f7) 100%);
  background-repeat: repeat-y, no-repeat;
  background-position: top center, top center;
  background-size: 100% auto, 100% 100%;
  position: relative;
  z-index: 1;
  padding: 120px 0 110px;
}

.category .category-main .sheet {
  position: relative;
  display: flow-root;
  background: #fff;
  border-radius: 16px;
  padding: 0 40px 60px;
  -webkit-box-shadow: 0 0 24px rgba(114, 63, 71, 0.12);
          box-shadow: 0 0 24px rgba(114, 63, 71, 0.12);
}

.category .category-main .sheet .ribbon {
  width: 388px;
  height: 48px;
  margin: -28px auto 0;
  background: var(--dept-ribbon) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.category .category-main .sheet .ribbon .ribbon-sheet {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 8px));
          transform: translate(-50%, calc(-50% - 8px));
  width: 144px;
  height: 58px;
  background: var(--dept-sheet) no-repeat;
  background-size: contain;
}

.category .category-main .sheet .sheet-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  margin-top: 40px;
}

.category .category-main .sheet .sheet-list .sheet-item {
  text-align: center;
}

.category .category-main .sheet .sheet-list .sheet-item img {
  width: 488px;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-filter: drop-shadow(0 0 10px rgba(114, 63, 71, 0.2));
          filter: drop-shadow(0 0 10px rgba(114, 63, 71, 0.2));
}

.category .category-main .sheet .sheet-list .sheet-item .dl-btn {
  display: block;
  width: 350px;
  height: 57px;
  margin: 24px auto 0;
  background: var(--dept-dlbtn) no-repeat 0 0;
  background-size: 100%;
}

.category .category-main .sheet .sheet-list .sheet-item .dl-btn:active {
  background-position: 0 -57px;
}

.category .category-main .sheet .sheet-note {
  width: 80%;
  margin: 36px auto 0;
  line-height: 1.8;
}

.category .category-main .sheet .sheet-note p {
  margin-bottom: 2px;
}

.category .category-main .sheet .sheet-deco {
  position: absolute;
  left: -30px;
  bottom: -40px;
  width: 200px;
  height: 170px;
  background: url(../img/category/dl-icon.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}

.category .category-main .award-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-top: 70px;
}

.category .category-main .award-row .award-box {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 16px 0 24px;
  -webkit-box-shadow: 0 0 24px rgba(114, 63, 71, 0.12);
          box-shadow: 0 0 24px rgba(114, 63, 71, 0.12);
}

.category .category-main .award-row .award-box .award-head {
  margin: 0 0 20px;
}

.category .category-main .award-row .award-box .award-head img {
  width: 350px;
  max-width: 90%;
  height: auto;
  display: block;
}

.category .category-main .award-row .award-box .award-body {
  padding: 0 34px;
}

.category .category-main .award-row .award-prize {
  -webkit-box-flex: 45;
      -ms-flex: 45 1 0px;
          flex: 45 1 0;
}

.category .category-main .award-row .award-judging {
  -webkit-box-flex: 55;
      -ms-flex: 55 1 0px;
          flex: 55 1 0;
}

.category .category-main .award-row .award-prize .prize-list .prize-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.375rem;
}

.category .category-main .award-row .award-prize .prize-list .prize-item dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5em;
}

.category .category-main .award-row .award-prize .prize-list .prize-item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.category .category-main .award-row .award-prize .prize-list .prize-item dd .note {
  font-size: 1rem;
}

.category .category-main .award-row .award-prize .prize-list .prize-item-wide {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.category .category-main .award-row .award-prize .prize-list .prize-item-wide dt {
  display: inline;
  width: auto;
}

.category .category-main .award-row .award-prize .prize-list .prize-item-wide dd {
  display: inline;
  white-space: nowrap;
}

.category .category-main .award-row .award-prize .prize-btn {
  display: block;
  width: 347px;
  max-width: 100%;
  height: 57px;
  margin: 28px auto 0;
  background: url(../img/category/prize-btn.png) no-repeat 0 0;
  background-size: 100%;
}

.category .category-main .award-row .award-prize .prize-btn:active {
  background-position: 0 -57px;
}

.category .category-main .award-row .award-judging .criteria-item {
  margin-bottom: 18px;
}

.category .category-main .award-row .award-judging .criteria-item h4 {
  font-weight: bold;
  font-size: 1.375rem;
  color: #0c1b3b;
  margin-bottom: 6px;
}

.category .category-main .award-row .award-judging .criteria-item p {
  line-height: 1.7;
}

.category .category-main .award-row .award-judging .criteria-group {
  margin-bottom: 22px;
}

.category .category-main .award-row .award-judging .criteria-group:last-child {
  margin-bottom: 0;
}

.category .category-main .award-row .award-judging .criteria-grade {
  display: inline-block;
  background: #fff;
  border: 2px solid #5eb2e2;
  border-radius: 7px;
  padding: 10px 24px 2px;
  font-weight: bold;
  font-size: 1.25rem;
  color: #435875;
  margin-bottom: 12px;
}

.category .category-main .award-row .award-judging .criteria-grade-low {
  border-color: #5eb2e2;
}

.category .category-main .award-row .award-judging .criteria-grade-high {
  border-color: #9683de;
}

.category .category-main .award-row .award-judging .criteria-points {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.7;
}

.category .category-main .award-row .award-judging .criteria-points li {
  padding-left: 1.4em;
  text-indent: -1.4em;
  margin-bottom: 2px;
}

.category .category-main .award-row .award-judging .criteria-points-strong {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.6;
}

.category .category-main .award-row .award-judging .criteria-points-strong li {
  margin-bottom: 12px;
}

.category .category-main .award-row .award-judging .criteria-points-strong li:last-child {
  margin-bottom: 0;
}

.category .category-main .teacher-section {
  margin-top: 70px;
}

.category .category-main .teacher-section .acc {
  background: #fff;
  border: 4px solid var(--dept-accent, #d92317);
  border-radius: 14px;
  -webkit-box-shadow: 0 0 24px rgba(114, 63, 71, 0.12);
          box-shadow: 0 0 24px rgba(114, 63, 71, 0.12);
}

.category .category-main .teacher-section .acc-head {
  position: relative;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: var(--dept-stripe);
  border-radius: 10px 10px 0 0;
}

.category .category-main .teacher-section .acc-head .acc-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  width: 212px;
  height: 58px;
  background: var(--dept-teacher) no-repeat;
  background-size: contain;
}

.category .category-main .teacher-section .acc-head .acc-note {
  position: absolute;
  left: 50%;
  margin-left: 124px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 4px));
          transform: translateY(calc(-50% - 4px));
  width: 264px;
  height: 28px;
  background: var(--dept-teacher-option) no-repeat center;
  background-size: contain;
}

.category .category-main .teacher-section .acc-head .acc-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}

.category .category-main .teacher-section .acc-head .acc-icon::before, .category .category-main .teacher-section .acc-head .acc-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--dept-accent, #d92317);
}

.category .category-main .teacher-section .acc-head .acc-icon::before {
  width: 15px;
  height: 3px;
}

.category .category-main .teacher-section .acc-head .acc-icon::after {
  width: 3px;
  height: 15px;
}

.category .category-main .teacher-section .acc-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
      grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease;
}

.category .category-main .teacher-section .acc-body .acc-body-inner {
  overflow: hidden;
  min-height: 0;
  background: #fff;
  padding: 0 30px;
  border-radius: 0 0 10px 10px;
  -webkit-transition: padding 0.35s ease;
  transition: padding 0.35s ease;
}

.category .category-main .teacher-section .acc:not(.is-open) .acc-head {
  border-radius: 10px;
}

.category .category-main .teacher-section .acc.is-open > .acc-body {
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
}

.category .category-main .teacher-section .acc.is-open > .acc-body > .acc-body-inner {
  padding: 20px 30px 14px;
}

.category .category-main .teacher-section .acc.is-open > .acc-head .acc-icon::after {
  display: none;
}

.category .category-main .teacher-section .teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 18px 0;
}

.category .category-main .teacher-section .teacher .teacher-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 110px;
}

.category .category-main .teacher-section .teacher .teacher-photo img {
  width: 110px;
  height: auto;
  display: block;
}

.category .category-main .teacher-section .teacher .teacher-photo .temp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 138px;
  background: #d9d9d9;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  border-radius: 2px;
}

.category .category-main .teacher-section .teacher .teacher-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.category .category-main .teacher-section .teacher .teacher-info .teacher-title {
  font-weight: bold;
}

.category .category-main .teacher-section .teacher .teacher-info .teacher-name {
  font-weight: bold;
  font-size: 1.375rem;
  border-bottom: 2px solid var(--dept-accent, #d92317);
  padding-bottom: 8px;
  margin: 2px 0 10px;
}

.category .category-main .teacher-section .teacher .teacher-info .teacher-desc {
  line-height: 1.7;
}

.category .category-main .oubo-section {
  margin-top: 90px;
}

.category .category-main .oubo-section .oubo-card {
  position: relative;
  display: flow-root;
  background: #fff;
  border-radius: 16px;
  padding: 0 50px 50px;
  -webkit-box-shadow: 0 0 24px rgba(114, 63, 71, 0.12);
          box-shadow: 0 0 24px rgba(114, 63, 71, 0.12);
}

.category .category-main .oubo-section .oubo-head {
  position: relative;
  z-index: 2;
  width: 420px;
  max-width: 100%;
  height: 52px;
  margin: -28px auto 40px;
  background: var(--dept-ribbon) no-repeat;
  background-size: 100% 100%;
}

.category .category-main .oubo-section .oubo-head .oubo-head-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 8px));
          transform: translate(-50%, calc(-50% - 8px));
  width: 144px;
  height: 58px;
  background: var(--dept-oubo) no-repeat;
  background-size: contain;
}

.category .category-main .oubo-section .oubo-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.category .category-main .oubo-section .oubo-cols .oubo-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 0 30px;
  text-align: center;
}

.category .category-main .oubo-section .oubo-cols .oubo-col-online {
  border-left: 2px dashed var(--dept-line, #d92317);
}

.category .category-main .oubo-section .oubo-cols-single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category .category-main .oubo-section .oubo-cols-single .oubo-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.category .category-main .oubo-section .oubo-col-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 95%;
  background: #fff;
  border-radius: 10px;
  padding: 7px 26px;
  font-weight: bold;
  font-size: 1rem;
  color: #435875;
}

.category .category-main .oubo-section .oubo-col-head .oubo-col-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.category .category-main .oubo-section .oubo-col-post .oubo-col-head {
  border: 3px solid #e7746d;
}

.category .category-main .oubo-section .oubo-col-post .oubo-col-head .oubo-col-icon {
  background-image: url(../img/category/oubo-img-01.png);
}

.category .category-main .oubo-section .oubo-col-online .oubo-col-head {
  border: 3px solid #5eb2e2;
}

.category .category-main .oubo-section .oubo-col-online .oubo-col-head .oubo-col-icon {
  background-image: url(../img/category/oubo-img-02.png);
}

.category .category-main .oubo-section .oubo-col-ttl {
  font-weight: bold;
  font-size: 1.5rem;
  color: #0c1b3b;
  margin: 16px 0 10px;
}

.category .category-main .oubo-section .oubo-list {
  list-style: none;
  display: inline-block;
  text-align: left;
  font-size: 1.375rem;
  line-height: 1.7;
}

.category .category-main .oubo-section .oubo-list span {
  font-size: 80%;
}

.category .category-main .oubo-section .oubo-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.category .category-main .oubo-section .oubo-list .oubo-list-note {
  font-size: 1.125rem;
  margin-top: 4px;
}

.category .category-main .oubo-section .oubo-notes {
  list-style: none;
  font-size: 1.375rem;
  line-height: 1.8;
  margin-bottom: 18px;
  padding: 0;
}

.category .category-main .oubo-section .oubo-notes li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 6px;
}

.category .category-main .oubo-section .oubo-notes li.oubo-note-sub {
  font-size: 0.9375rem;
  line-height: 1.7;
  margin: 2px 0 12px;
}

.category .category-main .oubo-section .oubo-notes li.oubo-note-gap {
  margin-top: 16px;
}

.category .category-main .oubo-section .oubo-ai-note {
  font-size: 1.075rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
  max-width: 93%;
}

.category .category-main .oubo-section .oubo-deco {
  position: absolute;
  right: -28px;
  bottom: -30px;
  width: 146px;
  height: 150px;
  background: url(../img/category/oubo-icon.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}

.category .category-main .oubo-dl-btn {
  display: block;
  width: 730px;
  max-width: 100%;
  height: 170px;
  margin: 56px auto 0;
  background: var(--dept-oubodl, url(../img/category/oubo-dl-btn.png)) no-repeat 0 0;
  background-size: 100% auto;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.category .category-main .oubo-dl-btn:active {
  background-position: 0 -170px;
}

.prize-mv {
  position: relative;
  margin-top: -2px;
  padding: 64px 0 50px;
  background-image: url(../img/prize/prize-cloud.png), -webkit-gradient(linear, left top, left bottom, from(#d6f9ff), to(#d6f9ff));
  background-image: url(../img/prize/prize-cloud.png), linear-gradient(#d6f9ff, #d6f9ff);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, top center;
  background-size: 100% auto, 100% 18vw;
  background-color: #fff;
}

.prize-mv .prize-ttl {
  position: relative;
  z-index: 2;
  width: 524px;
  max-width: 90%;
  margin: 0 auto;
}

.prize-mv .prize-ttl img {
  width: 100%;
  height: auto;
  display: block;
}

.prize-mv .prize-slider-wrap {
  position: relative;
  z-index: 1;
  margin-top: 22px;
}

.prize-mv .prize-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.prize-mv .prize-slider .prize-slide {
  width: min(864px, 86vw);
  margin: 0 40px;
}

.prize-mv .prize-slider .prize-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.prize-mv .prize-slider .prize-slide.prize-slide-video, .prize-mv .prize-slider .prize-slide.prize-slide-modal {
  cursor: pointer;
}

.prize-mv .prize-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  margin-top: 26px;
  padding: 0 4%;
}

.prize-mv .prize-nav .prize-arrow {
  position: static;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 36px;
  height: 39px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

.prize-mv .prize-nav .prize-arrow::before {
  content: none;
}

.prize-mv .prize-nav .prize-arrow:active {
  background-position: 0 100%;
}

.prize-mv .prize-nav .prize-arrow-prev {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  background-image: url(../img/prize/prize-sl-l.png);
}

.prize-mv .prize-nav .prize-arrow-next {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-image: url(../img/prize/prize-sl-r.png);
}

.prize-mv .prize-nav .slick-dots {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.prize-mv .prize-nav .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.prize-mv .prize-nav .slick-dots .prize-thumb {
  display: block;
  cursor: pointer;
  border: 6px solid transparent;
  border-radius: 8px;
  overflow: hidden;
}

.prize-mv .prize-nav .slick-dots .prize-thumb img {
  width: 138px;
  height: auto;
  display: block;
}

.prize-mv .prize-nav .slick-dots li.slick-active .prize-thumb {
  border-color: #4ea9e6;
}

.prize-award {
  position: relative;
}

.prize-award .prize-award-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.prize-award .prize-award-tabs .prize-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  height: 86px;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px 16px 0 0;
  background: var(--tab-strong);
  -webkit-box-shadow: 8px 10px 0 #9cdbff;
          box-shadow: 8px 10px 0 #9cdbff;
  border: none;
}

.prize-award .prize-award-tabs .prize-tab img {
  width: 90%;
  max-width: 180px;
  height: auto;
  display: block;
  pointer-events: none;
}

.prize-award .prize-award-tabs .prize-tab.is-active {
  height: 104px;
  background: var(--tab-strong);
  z-index: 3;
}

.prize-award .prize-award-tabs .prize-tab.is-active img {
  width: 100%;
  max-width: 220px;
}

.prize-award .prize-award-tabs .prize-tab-01 {
  --tab-c: #eda12a;
  --tab-pale: #fdedd0;
  --tab-strong: #ffdc82;
}

.prize-award .prize-award-tabs .prize-tab-02 {
  --tab-c: #ea63a6;
  --tab-pale: #fbd2e3;
  --tab-strong: #ffa1e0;
}

.prize-award .prize-award-tabs .prize-tab-03 {
  --tab-c: #4fb1e5;
  --tab-pale: #d4eefb;
  --tab-strong: #7ec0ed;
}

.prize-award .prize-award-tabs .prize-tab-04 {
  --tab-c: #37bd9b;
  --tab-pale: #d2efe1;
  --tab-strong: #6ade9d;
}

.prize-award .prize-award-body {
  position: relative;
  z-index: 1;
}

.prize-award .prize-panel {
  display: none;
  position: relative;
  padding: 46px 0 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--p-top)), to(var(--p-bottom)));
  background: linear-gradient(180deg, var(--p-top), var(--p-bottom));
}

.prize-award .prize-panel.is-active {
  display: block;
}

.prize-award .prize-panel .prize-panel-inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.prize-award .prize-panel-01 {
  --p-top: #ffdc82;
  --p-bottom: #fff9ea;
}

.prize-award .prize-panel-02 {
  --p-top: #ffa1e0;
  --p-bottom: #ffe5e3;
}

.prize-award .prize-panel-02 .prize-award-main {
  position: relative;
}

.prize-award .prize-panel-02 .prize-award-side {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.prize-award .prize-panel-03 {
  --p-top: #7ec0ed;
  --p-bottom: #d1fbff;
}

.prize-award .prize-panel-04 {
  --p-top: #6ade9d;
  --p-bottom: #f2ffd1;
}

.prize-award .prize-award-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.prize-award .prize-award-main .prize-award-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 200px;
  text-align: center;
}

.prize-award .prize-award-main .prize-award-side .prize-award-badge img {
  height: 220px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.prize-award .prize-award-main .prize-award-side .prize-award-count {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  background: #fff;
  border-radius: 8px;
  padding: 8px 22px;
  font-weight: bold;
  font-size: 1.125rem;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.prize-award .prize-award-main .prize-award-side .prize-award-count::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
}

.prize-award .prize-award-main .prize-award-items {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.prize-award .prize-award-main .prize-award-items .prize-plus {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.prize-award .prize-award-main .prize-award-items .prize-award-item img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
          box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
}

.prize-award .prize-award-main .prize-award-items .prize-award-item:nth-child(1) img {
  width: 382px;
}

.prize-award .prize-award-main .prize-award-items .prize-award-item:nth-child(3) img {
  width: 228px;
}

.prize-award .prize-plus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f02964;
  position: relative;
}

.prize-award .prize-plus::before, .prize-award .prize-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.prize-award .prize-plus::before {
  width: 24px;
  height: 5px;
}

.prize-award .prize-plus::after {
  width: 5px;
  height: 24px;
}

.prize-award .prize-allgift {
  position: relative;
  margin-top: 56px;
  background: #fff5f6;
  border-radius: 18px;
  padding: 48px 30px 36px;
  -webkit-box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
          box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
}

.prize-award .prize-allgift .prize-allgift-ttl {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

.prize-award .prize-allgift .prize-allgift-ttl img {
  height: 44px;
  width: auto;
  max-width: 94vw;
  display: block;
}

.prize-award .prize-allgift .prize-allgift-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.prize-award .prize-allgift .prize-allgift-items .prize-allgift-item {
  text-align: center;
}

.prize-award .prize-allgift .prize-allgift-items .prize-allgift-label {
  margin: 0 0 14px;
}

.prize-award .prize-allgift .prize-allgift-items .prize-allgift-label img {
  height: 34px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.prize-award .prize-allgift .prize-allgift-items .prize-allgift-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.prize-award .prize-allgift .prize-allgift-items .prize-allgift-item:nth-child(1) .prize-allgift-img img {
  width: 400px;
}

.prize-award .prize-allgift .prize-allgift-items .prize-allgift-item:nth-child(3) .prize-allgift-img img {
  width: 290px;
}

.prize-award .prize-award-main-grand {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.prize-award .prize-award-main-grand .prize-award-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  text-align: left;
}

.prize-award .prize-award-main-grand .prize-award-side .prize-award-badge img {
  margin: 0;
}

.prize-award .prize-award-main-grand .prize-grand-ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin: 0 0 0 -40px;
}

.prize-award .prize-award-main-grand .prize-grand-ttl img {
  width: 745px;
  max-width: 100%;
  height: auto;
  display: block;
}

.prize-award .prize-award-main-grand .prize-grand-medal {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.prize-award .prize-award-main-grand .prize-grand-medal .prize-grand-medal-fig {
  position: relative;
}

.prize-award .prize-award-main-grand .prize-grand-medal .prize-grand-medal-fig img {
  width: 120px;
  height: auto;
  display: block;
}

.prize-award .prize-award-main-grand .prize-grand-medal .prize-grand-medal-fig .prize-plus {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  background: #f2993f;
  width: 45px;
  height: 45px;
}

.prize-award .prize-choice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 26px auto 0;
  padding: 36px 45px 40px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 18px;
  -webkit-box-shadow: 0 6px 20px rgba(114, 63, 71, 0.18);
          box-shadow: 0 6px 20px rgba(114, 63, 71, 0.18);
}

.prize-award .prize-choice::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -28px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-bottom: 28px solid rgba(255, 255, 255, 0.6);
}

.prize-award .prize-choice .prize-choice-card {
  text-align: center;
  border-radius: 16px;
  padding: 16px 26px 26px;
}

.prize-award .prize-choice .prize-choice-naoshima {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 610px;
          flex: 0 1 610px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
          box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
}

.prize-award .prize-choice .prize-choice-jtb {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 330px;
          flex: 0 1 330px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
          box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
}

.prize-award .prize-choice .prize-choice-lead {
  margin: 0 0 8px;
  font-weight: bold;
}

.prize-award .prize-choice .prize-choice-bar {
  margin: 0 -26px;
  border-radius: 0;
  padding: 4px 10px 12px;
}

.prize-award .prize-choice .prize-choice-bar img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.prize-award .prize-choice .prize-choice-bar-naoshima {
  background: repeating-linear-gradient(-60deg, #4eb6c2 0, #4eb6c2 9px, #5cbcc7 9px, #5cbcc7 18px);
}

.prize-award .prize-choice .prize-choice-bar-naoshima img {
  width: 330px;
}

.prize-award .prize-choice .prize-choice-bar-jtb {
  background: repeating-linear-gradient(-60deg, #87819d 0, #87819d 9px, #8f8aa4 9px, #8f8aa4 18px);
}

.prize-award .prize-choice .prize-choice-bar-jtb img {
  width: 280px;
}

.prize-award .prize-choice .prize-choice-catch {
  margin: 16px 0 12px;
  font-size: 1.3125rem;
  font-weight: bold;
  color: #1a9fb0;
}

.prize-award .prize-choice .prize-choice-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  text-align: left;
}

.prize-award .prize-choice .prize-choice-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prize-award .prize-choice .prize-choice-fig {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.prize-award .prize-choice .prize-choice-fig img {
  width: 260px;
  height: auto;
  display: block;
  border-radius: 8px;
}

.prize-award .prize-choice .prize-choice-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  line-height: 1.85;
  color: #444;
}

.prize-award .prize-choice .prize-choice-fig-jtb {
  margin: 16px 0 12px;
}

.prize-award .prize-choice .prize-choice-fig-jtb img {
  width: 220px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.prize-award .prize-choice .prize-choice-note {
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: left;
}

.prize-award .prize-choice .prize-choice-btn {
  display: block;
  width: 270px;
  height: 56px;
  margin: 16px auto 0;
  border: none;
  padding: 0;
  background: url(../img/prize/naoshima-btn.png) no-repeat 0 0;
  background-size: 270px auto;
  cursor: pointer;
}

.prize-award .prize-choice .prize-choice-btn:active {
  background-position: 0 -57px;
}

.prize-award .prize-choice .prize-choice-or {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 90px;
  height: 90px;
  margin: 0 -20px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  background: #8086a0;
  border: 5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
}

.prize-award .prize-common-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
          box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
  text-align: center;
  width: 360px;
  max-width: 100%;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.prize-award .prize-common-item .prize-common-bar {
  margin: 0;
  padding: 4px 12px 8px;
  background: repeating-linear-gradient(-60deg, #1d9dde 0, #1d9dde 9px, #2da4e0 9px, #2da4e0 18px);
}

.prize-award .prize-common-item .prize-common-bar img {
  width: 330px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.prize-award .prize-common-item .prize-common-fig {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 20px 24px;
}

.prize-award .prize-common-item .prize-common-fig img {
  width: 246px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.prize-award .prize-common-medal {
  width: 260px;
}

.prize-award .prize-common-medal .prize-common-bar {
  padding: 8px 12px;
  background: repeating-linear-gradient(-60deg, #f03e44 0, #f03e44 9px, #f14c51 9px, #f14c51 18px);
}

.prize-award .prize-common-medal .prize-common-bar img {
  width: 176px;
}

.prize-award .prize-common-medal .prize-common-fig img {
  width: auto;
  height: 214px;
}

.prize-award .prize-panel-03 .prize-award-main {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prize-award .prize-panel-03 .prize-award-side {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.prize-award .prize-panel-03 .prize-award-items {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.prize-award .prize-digital-lead {
  text-align: center;
  margin: 0 0 26px;
}

.prize-award .prize-digital-lead img {
  width: 920px;
  max-width: 96%;
  height: auto;
  display: inline-block;
}

.prize-award .prize-digital-lead-member {
  margin: 44px 0 24px;
}

.prize-award .prize-digital-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.prize-award .prize-digital-items .prize-digital-item img {
  width: 410px;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.16));
}

.prize-award .prize-digital-items .prize-plus {
  background: #04aab0;
}

.prize-award .prize-digital-explain {
  position: relative;
  width: 880px;
  max-width: 96%;
  margin: 22px auto 0;
  background: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
          box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
  padding: 30px;
  text-align: center;
}

.prize-award .prize-digital-explain::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 79%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 17px solid #fff;
}

.prize-award .prize-digital-explain img {
  width: 600px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.prize-award .prize-digital-explain .prize-digital-note {
  display: table;
  margin: 10px 0 0 auto;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #666;
  text-align: left;
}

.prize-award .prize-digital-point {
  position: relative;
  width: 880px;
  max-width: 96%;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
          box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
  padding: 47px 30px 30px;
  text-align: center;
}

.prize-award .prize-digital-point .prize-digital-more {
  position: absolute;
  top: -14px;
  left: -44px;
}

.prize-award .prize-digital-point .prize-digital-more img {
  height: 87px;
  width: auto;
  display: block;
}

.prize-award .prize-digital-point .prize-digital-point-img {
  width: 800px;
  max-width: 92%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.prize-foot {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(38%, #d9f2fe));
  background: linear-gradient(180deg, #ffffff 0%, #d9f2fe 38%);
  padding: 56px 20px 70px;
}

.prize-foot .prize-toppage-btn {
  display: block;
  width: 820px;
  max-width: 90%;
  aspect-ratio: 1048 / 224;
  margin: 0 auto 56px;
  background: url(../img/prize/to-top-btn.png) no-repeat 0 0;
  background-size: 100% auto;
}

.prize-foot .prize-toppage-btn:active {
  background-position: 0 100%;
}

.prize-foot .prize-notes {
  max-width: 1080px;
  margin: 0 auto;
}

.prize-foot .prize-notes .prize-notes-ttl {
  font-weight: bold;
  font-size: 1.125rem;
  color: #231815;
  margin-bottom: 14px;
}

.prize-foot .prize-notes .prize-notes-list {
  color: #231815;
  list-style: none;
  font-size: 0.8125rem;
  line-height: 1.75;
  padding: 0;
}

.prize-foot .prize-notes .prize-notes-list li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 2px;
}

.prize-foot .prize-notes .prize-notes-list .prize-notes-head {
  font-weight: bold;
  font-size: 0.9375rem;
  padding-left: 0;
  text-indent: 0;
}

.prize-tmp-open {
  text-align: center;
  padding: 30px 0;
}

.prize-tmp-btn {
  font-weight: bold;
  font-size: 1.125rem;
  color: #fff;
  background: #e8a000;
  border: 0;
  border-radius: 999px;
  padding: 14px 38px;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 0 #b97e00;
          box-shadow: 0 3px 0 #b97e00;
}

body.is-modal-open {
  overflow: hidden;
}

.nao-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: var(--vvh, 100vh);
  z-index: 2000;
  display: none;
}

.nao-modal.is-open {
  display: block;
}

.nao-modal .nao-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 20, 40, 0.55);
}

.nao-modal .nao-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1120px;
  max-width: 94vw;
  max-height: calc(var(--vvh, 100vh) - 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
}

.nao-modal .nao-close {
  position: absolute;
  top: -20px;
  right: -8px;
  z-index: 5;
  width: 64px;
  height: 68px;
  border: none;
  padding: 0;
  background: url(../img/prize/naoshima/naoshima-close.png) no-repeat 0 0;
  background-size: 64px auto;
  cursor: pointer;
}

.nao-modal .nao-close:active {
  background-position: 0 -68px;
}

.nao-modal .nao-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 16px;
}

.nao-modal img {
  max-width: 100%;
}

.nao-modal .nao-mv img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px 16px 0 0;
}

.nao-modal .nao-lead {
  padding: 40px 40px 20px;
  text-align: center;
}

.nao-modal .nao-lead .nao-lead-ttl {
  margin: 0 0 0;
}

.nao-modal .nao-lead .nao-lead-ttl img {
  max-height: 50px;
  width: auto;
  display: inline-block;
}

.nao-modal .nao-lead .nao-lead-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
}

.nao-modal .nao-lead .nao-lead-main .nao-lead-fig {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 200px;
  margin: 0;
}

.nao-modal .nao-lead .nao-lead-main .nao-lead-fig img {
  width: 200px;
  height: auto;
  display: block;
  -webkit-filter: drop-shadow(10px -10px 0 #fffbd7);
          filter: drop-shadow(10px -10px 0 #fffbd7);
}

.nao-modal .nao-lead .nao-lead-main .nao-lead-fig figcaption {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 8px;
  color: #301200;
}

.nao-modal .nao-lead .nao-lead-main .nao-lead-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.7;
  color: #f08300;
}

.nao-modal .nao-lead .nao-lead-main .nao-lead-txt .nao-lead-blue {
  color: #0084d1;
}

.nao-modal .nao-lead .nao-credit-s {
  font-size: 90%;
}

.nao-modal .nao-lead .nao-lead-btn {
  display: block;
  width: 320px;
  max-width: 100%;
  aspect-ratio: 320 / 60;
  margin: 28px auto 0;
  background: url(../img/prize/naoshima/n-lead-btn.png) no-repeat 0 0;
  background-size: 100% auto;
}

.nao-modal .nao-lead .nao-lead-btn:active {
  background-position: 0 100%;
}

.nao-modal .nao-outline {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffbd7), color-stop(20%, #e9ffe9), color-stop(80%, #d6ebf8));
  background: linear-gradient(180deg, #fffbd7 0%, #e9ffe9 20%, #d6ebf8 80%);
  padding: 0 40px 0;
}

.nao-modal .nao-outline .nao-wave-under {
  width: calc(100% + 80px);
  margin: 40px -40px 0;
  aspect-ratio: 1120 / 50;
  background: url(../img/prize/naoshima/wave-under.png) no-repeat bottom center;
  background-size: 100% 100%;
}

.nao-modal .nao-outline .nao-wave-deco {
  position: absolute;
  right: 24px;
  bottom: 70px;
  width: 130px;
  aspect-ratio: 166 / 66;
  background: url(../img/prize/naoshima/wave.png) no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.nao-modal .nao-outline .nao-wave-top {
  width: calc(100% + 80px);
  margin: 0 -40px;
  aspect-ratio: 1120 / 50;
  background: url(../img/prize/naoshima/wave-top.png) no-repeat top center;
  background-size: 100% 100%;
}

.nao-modal .nao-outline .nao-outline-ttl {
  text-align: center;
  margin: 36px 0 14px;
}

.nao-modal .nao-outline .nao-outline-ttl img {
  max-height: 50px;
  width: auto;
  max-width: 84%;
  display: inline-block;
}

.nao-modal .nao-outline .nao-outline-note {
  text-align: center;
  margin: 0 0 58px;
  font-size: 1rem;
  line-height: 1.7;
}

.nao-modal .nao-outline .nao-schedule {
  position: relative;
  background: #fff;
  border-radius: 16px;
  max-width: 560px;
  margin: 0 auto 74px;
  padding: 42px 30px 30px;
  text-align: center;
}

.nao-modal .nao-outline .nao-schedule .nao-schedule-label {
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 280px;
  max-width: 86%;
  background: #4ca4d9;
  border-radius: 999px;
  padding: 9px 0;
  line-height: 0;
  text-align: center;
}

.nao-modal .nao-outline .nao-schedule .nao-schedule-label img {
  display: block;
  max-height: 40px;
  width: auto;
  max-width: 100%;
  margin: -15px auto 0;
}

.nao-modal .nao-outline .nao-schedule .nao-schedule-list {
  list-style: none;
  display: inline-block;
  text-align: left;
}

.nao-modal .nao-outline .nao-schedule .nao-schedule-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: bold;
  font-size: 1.375rem;
  margin: 8px 0;
}

.nao-modal .nao-outline .nao-schedule .nao-schedule-list .nao-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #4ca4d9;
  color: #fff;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nao-modal .nao-outline .nao-schedule .nao-schedule-list .nao-date {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.nao-modal .nao-outline .nao-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.nao-modal .nao-outline .nao-days .nao-day {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

.nao-modal .nao-outline .nao-days .nao-day .nao-day-ttl {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 280px;
  max-width: 86%;
  margin: 0;
  background: #4ca4d9;
  border-radius: 999px;
  padding: 9px 0;
  line-height: 0;
  text-align: center;
  z-index: 2;
}

.nao-modal .nao-outline .nao-days .nao-day .nao-day-ttl img {
  max-height: 40px;
  width: auto;
  display: block;
  margin: -15px auto 0;
}

.nao-modal .nao-outline .nao-day-steps {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 46px 22px 28px;
}

.nao-modal .nao-outline .nao-step {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.nao-modal .nao-outline .nao-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 98px;
  top: 23px;
  bottom: -20px;
  width: 3px;
  background: #e5f3fa;
  z-index: -1;
}

.nao-modal .nao-outline .nao-step .nao-time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  text-align: right;
  font-weight: bold;
  font-size: 0.875rem;
  color: #0084d1;
  padding-top: 11px;
  white-space: nowrap;
}

.nao-modal .nao-outline .nao-step .nao-step-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.nao-modal .nao-outline .nao-step .nao-step-ttl {
  background: #e5f3fa;
  border-radius: 999px;
  padding: 14px 22px 4px;
  font-weight: bold;
  font-size: 1.125rem;
  color: #0084d1;
}

.nao-modal .nao-outline .nao-step .nao-step-txt {
  font-size: 0.875rem;
  line-height: 1.7;
  padding: 8px 6px 0 36px;
}

.nao-modal .nao-outline .nao-step .nao-note {
  display: block;
  font-size: 0.75rem;
  color: #0084d1;
  margin-top: 4px;
}

.nao-modal .nao-outline .nao-step .nao-step-imgs {
  text-align: left;
  padding-left: 36px;
  margin-top: 14px;
}

.nao-modal .nao-outline .nao-step .nao-step-imgs figure {
  margin: 0 0 12px;
}

.nao-modal .nao-outline .nao-step .nao-step-imgs figure img {
  width: 220px;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.nao-modal .nao-outline .nao-spot {
  margin: 14px 0 0 0;
}

.nao-modal .nao-outline .nao-spot .nao-spot-ttl {
  background: #fffbd7;
  border-radius: 999px;
  padding: 14px 22px 4px;
  font-weight: bold;
  font-size: 1.125rem;
  color: #f08300;
}

.nao-modal .nao-outline .nao-spot .nao-spot-txt {
  font-size: 0.875rem;
  line-height: 1.7;
  padding: 8px 4px 0 36px;
}

.nao-modal .nao-outline .nao-spot .nao-spot-img {
  margin: 10px 0 0 36px;
}

.nao-modal .nao-outline .nao-spot .nao-spot-img img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.nao-modal .nao-outline .nao-spot .nao-spot-credit {
  margin: 6px 0 0 36px;
  font-size: 0.75rem;
  line-height: 1.6;
}

.nao-modal .nao-outline .nao-heart {
  color: #e8392f;
}

.nao-modal .nao-outline .nao-day-photo {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
}

.nao-modal .nao-outline .nao-day-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.nao-modal .nao-stay {
  background: #fff;
  padding: 30px 40px 46px;
}

.nao-modal .nao-stay .nao-select .nao-select-ttl {
  text-align: center;
  margin: 0 0 26px;
}

.nao-modal .nao-stay .nao-select .nao-select-ttl img {
  max-height: 50px;
  width: auto;
  display: inline-block;
}

.nao-modal .nao-stay .nao-select .nao-select-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.nao-modal .nao-stay .nao-select .nao-select-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  background: #fff;
  border-radius: 14px;
  text-align: center;
}

.nao-modal .nao-stay .nao-select .nao-select-label {
  margin: 0 0 14px;
}

.nao-modal .nao-stay .nao-select .nao-select-label img {
  max-height: 60px;
  width: auto;
  display: inline-block;
}

.nao-modal .nao-stay .nao-select .nao-select-fig {
  position: relative;
  margin: 0;
}

.nao-modal .nao-stay .nao-select .nao-select-fig .nao-select-img {
  width: 100%;
  height: auto;
  display: block;
}

.nao-modal .nao-stay .nao-select .nao-select-fig .nao-select-fukidashi {
  position: absolute;
  right: -6px;
  bottom: -16px;
  width: 180px;
  height: auto;
}

.nao-modal .nao-stay .nao-select .nao-select-txt {
  line-height: 1.7;
  text-align: left;
  margin-top: 28px;
}

.nao-modal .nao-detail {
  padding: 34px 40px 30px;
  background: #d6ebf8;
}

.nao-modal .nao-detail .acc {
  border: 3px solid #40a3dc;
  border-radius: 12px;
  overflow: hidden;
}

.nao-modal .nao-detail .acc-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #40a3dc;
  color: #fff;
  font-weight: bold;
  font-size: 1.375rem;
  padding: 14px 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.nao-modal .nao-detail .acc-head .acc-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
}

.nao-modal .nao-detail .acc-head .acc-icon::before, .nao-modal .nao-detail .acc-head .acc-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #40a3dc;
}

.nao-modal .nao-detail .acc-head .acc-icon::before {
  width: 14px;
  height: 3px;
}

.nao-modal .nao-detail .acc-head .acc-icon::after {
  width: 3px;
  height: 14px;
}

.nao-modal .nao-detail .acc-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
      grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease;
}

.nao-modal .nao-detail .acc-body .acc-body-inner {
  background: #fff;
  overflow: hidden;
  min-height: 0;
  padding: 0 26px;
  -webkit-transition: padding 0.35s ease;
  transition: padding 0.35s ease;
}

.nao-modal .nao-detail .acc.is-open > .acc-body {
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
}

.nao-modal .nao-detail .acc.is-open > .acc-body > .acc-body-inner {
  padding: 24px 26px;
}

.nao-modal .nao-detail .acc.is-open > .acc-head .acc-icon::after {
  display: none;
}

.nao-modal .nao-detail .nao-detail-block {
  margin-bottom: 22px;
}

.nao-modal .nao-detail .nao-detail-block:last-child {
  margin-bottom: 0;
}

.nao-modal .nao-detail .nao-detail-ttl {
  position: relative;
  font-weight: bold;
  font-size: 1.125rem;
  color: #000000;
  padding-left: 16px;
  margin-bottom: 8px;
}

.nao-modal .nao-detail .nao-detail-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 6px;
  background: #cce6f6;
  border-radius: 3px;
}

.nao-modal .nao-detail p {
  font-size: 0.8125rem;
  line-height: 1.8;
  margin-bottom: 6px;
}

.nao-modal .nao-detail .nao-plan-name {
  font-weight: bold;
  margin: 8px 0 2px;
}

.nao-modal .nao-detail .nao-note-hang {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.nao-modal .nao-detail .nao-detail-list {
  list-style: none;
  font-size: 0.8125rem;
  line-height: 1.8;
}

.nao-modal .nao-detail .nao-detail-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.nao-modal .nao-detail .nao-detail-ol {
  padding-left: 1.5em;
  font-size: 0.8125rem;
  line-height: 1.8;
}

.nao-modal .nao-detail .nao-detail-ol li {
  margin-bottom: 2px;
}

.nao-modal .nao-credit {
  font-size: 0.6875rem;
  line-height: 1.7;
  padding: 30px 0 40px;
  text-align: right;
}

@media (max-width: 860px) {
  .nao-modal .nao-close {
    top: 6px;
    right: 6px;
    width: 48px;
    height: 51px;
    background-size: 48px auto;
  }
  .nao-modal .nao-close:active {
    background-position: 0 -51px;
  }
  .nao-modal .nao-lead {
    padding: 26px 18px 14px;
  }
  .nao-modal .nao-lead .nao-lead-ttl img {
    max-height: 34px;
  }
  .nao-modal .nao-lead .nao-lead-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    margin-top: 18px;
  }
  .nao-modal .nao-lead .nao-lead-main .nao-lead-fig {
    width: 100%;
    max-width: 280px;
  }
  .nao-modal .nao-lead .nao-lead-main .nao-lead-fig img {
    width: 100%;
  }
  .nao-modal .nao-lead .nao-lead-txt {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 1.0625rem;
  }
  .nao-modal .nao-outline {
    padding: 0 16px;
  }
  .nao-modal .nao-outline .nao-wave-under {
    width: calc(100% + 32px);
    margin: 34px -16px 0;
  }
  .nao-modal .nao-outline .nao-wave-top {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  .nao-modal .nao-outline .nao-wave-deco {
    right: 12px;
    bottom: 56px;
    width: 92px;
  }
  .nao-modal .nao-outline .nao-outline-ttl {
    margin: 28px 0 14px;
  }
  .nao-modal .nao-outline .nao-outline-ttl img {
    max-height: 32px;
    max-width: 92%;
  }
  .nao-modal .nao-outline .nao-schedule {
    margin: 0 auto 60px;
    padding: 40px 16px 24px;
  }
  .nao-modal .nao-outline .nao-schedule .nao-schedule-list li {
    font-size: 1.125rem;
  }
  .nao-modal .nao-outline .nao-days {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nao-modal .nao-outline .nao-day {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 560px;
  }
  .nao-modal .nao-outline .nao-day-steps {
    padding: 44px 14px 24px;
  }
  .nao-modal .nao-outline .nao-step .nao-step-txt,
  .nao-modal .nao-outline .nao-step .nao-step-imgs {
    padding-left: 46px;
  }
  .nao-modal .nao-outline .nao-spot .nao-spot-txt {
    padding-left: 46px;
  }
  .nao-modal .nao-outline .nao-spot .nao-spot-img {
    margin-left: 46px;
  }
  .nao-modal .nao-outline .nao-spot .nao-spot-credit {
    margin-left: 46px;
  }
  .nao-modal .nao-stay {
    padding: 26px 16px 36px;
  }
  .nao-modal .nao-stay .nao-select .nao-select-ttl img {
    max-height: 38px;
  }
  .nao-modal .nao-stay .nao-select .nao-select-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 42px;
    max-width: 560px;
    margin: 0 auto;
  }
  .nao-modal .nao-stay .nao-select .nao-select-label img {
    max-height: 48px;
  }
  .nao-modal .nao-stay .nao-select .nao-select-fig .nao-select-fukidashi {
    width: 160px;
  }
  .nao-modal .nao-stay .nao-select .nao-select-txt {
    margin-top: 22px;
  }
  .nao-modal .nao-detail {
    padding: 24px 14px 26px;
  }
  .nao-modal .nao-detail .acc-head {
    font-size: 1.25rem;
    padding: 12px 16px;
  }
  .nao-modal .nao-detail .acc-body .acc-body-inner {
    padding: 0 16px;
  }
  .nao-modal .nao-detail .acc.is-open > .acc-body > .acc-body-inner {
    padding: 20px 16px;
  }
}

.pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #0084d1;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.pagetop::before {
  content: "";
  margin-bottom: 4px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #0084d1;
}

.pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pagetop:hover {
  opacity: 0.85;
}

.past {
  background: linear-gradient(to bottom, #fff 0, #fff 110px, #ffe6ed 100%);
  padding: 0 0 100px;
}

.past .past-cloud {
  width: 100%;
  aspect-ratio: 1920 / 166;
  background-color: #d6f9ff;
  background-image: url(../img/past/past-cloud.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.past .past-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.past .past-title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: -68px 0 40px;
}

.past .past-title img {
  width: 478px;
  max-width: 90%;
  height: auto;
  display: inline-block;
}

.past .past-list .acc {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 26px;
  -webkit-box-shadow: 0 0 18px rgba(124, 50, 80, 0.15);
          box-shadow: 0 0 18px rgba(124, 50, 80, 0.15);
  border: solid 4px #e84d7b;
}

.past .past-list .past-year-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 78px;
  padding: 14px 70px;
  margin-bottom: 26px;
  background: #e84d7b;
  border: solid 4px #e84d7b;
  border-radius: 14px;
  color: #fff;
  font-weight: bold;
  font-size: 1.625rem;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 0 18px rgba(124, 50, 80, 0.15);
          box-shadow: 0 0 18px rgba(124, 50, 80, 0.15);
}

.past .past-list .past-year-link .past-arrow {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}

.past .past-list .acc-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 78px;
  padding: 14px 70px;
  background: #e84d7b;
  border-radius: 14px;
  color: #fff;
  font-weight: bold;
  font-size: 1.625rem;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.past .past-list .acc-head .acc-icon {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
}

.past .past-list .acc-head .acc-icon::before, .past .past-list .acc-head .acc-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #e84d7b;
}

.past .past-list .acc-head .acc-icon::before {
  width: 16px;
  height: 3px;
}

.past .past-list .acc-head .acc-icon::after {
  width: 3px;
  height: 16px;
}

.past .past-list .acc-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
      grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease;
}

.past .past-list .acc-body .acc-body-inner {
  overflow: hidden;
  min-height: 0;
  padding: 0 30px;
  -webkit-transition: padding 0.35s ease;
  transition: padding 0.35s ease;
}

.past .past-list .acc:not(.is-open) .acc-head {
  border-radius: 0px;
}

.past .past-list .acc.is-open > .acc-head {
  border-radius: 0;
}

.past .past-list .acc.is-open > .acc-body {
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
}

.past .past-list .acc.is-open > .acc-body > .acc-body-inner {
  padding: 36px 30px 42px;
}

.past .past-list .acc.is-open > .acc-head .acc-icon::after {
  display: none;
}

.past .past-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.past .past-btns .past-btn-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 200px;
  min-width: 0;
}

.past .past-btns .past-btn {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 200 / 121;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.past .past-btns .past-btn:active {
  background-position: 0 100%;
}

.past .past-btns .past-btn-1 {
  background-image: url(../img/past/past-btn-01.png);
}

.past .past-btns .past-btn-2 {
  background-image: url(../img/past/past-btn-02.png);
}

.past .past-btns .past-btn-3 {
  background-image: url(../img/past/past-btn-03.png);
}

.past .past-btns .past-btn-4 {
  background-image: url(../img/past/past-btn-04.png);
}

.past .past-btns .past-btn-5 {
  background-image: url(../img/past/past-btn-05.png);
}

.past .past-btns .past-btn-note {
  font-size: 0.75rem;
  line-height: 1.55;
  margin-top: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

.apply {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e3fafc));
  background: linear-gradient(to bottom, #fff 0%, #e3fafc 100%);
  padding: 0 0 90px;
}

.apply .apply-cloud {
  width: 100%;
  aspect-ratio: 1920 / 166;
  background-color: #d6f9ff;
  background-image: url(../img/apply/apply-cloud.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.apply .apply-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.apply .apply-title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: -68px 0 36px;
}

.apply .apply-title img {
  width: 478px;
  max-width: 90%;
  height: auto;
  display: inline-block;
}

.apply .apply-card {
  background: #fff;
  border-radius: 20px;
  padding: 48px 50px 44px;
  -webkit-box-shadow: 0 0 24px rgba(60, 90, 120, 0.12);
          box-shadow: 0 0 24px rgba(60, 90, 120, 0.12);
}

.apply .apply-lead {
  text-align: center;
  font-weight: bold;
  font-size: 1.875rem;
  margin-bottom: 36px;
}

.apply .apply-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.apply .apply-col-personal {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 366px;
  padding: 0 20px;
}

.apply .apply-col-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 10px 0 40px;
  background-image: repeating-linear-gradient(to bottom, #1990d6 0, #1990d6 5px, transparent 5px, transparent 10px);
  background-repeat: no-repeat;
  background-size: 2px 100%;
  background-position: left top;
}

.apply .apply-tab {
  background: #fff;
  border: 2px solid;
  border-radius: 8px;
  padding: 16px 10px 6px;
  text-align: center;
  font-weight: bold;
  font-size: 1.375rem;
  color: #435875;
  margin-bottom: 26px;
}

.apply .apply-tab-personal {
  border-color: #e88f00;
}

.apply .apply-tab-group {
  border-color: #04aab0;
}

.apply .apply-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.apply .apply-item {
  text-align: center;
}

.apply .apply-item img {
  width: 305px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 10px rgba(114, 63, 71, 0.1));
          filter: drop-shadow(0 0 10px rgba(114, 63, 71, 0.1));
}

.apply .apply-dl {
  display: block;
  width: 290px;
  max-width: 100%;
  height: 50px;
  margin: 18px auto 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 290px auto;
}

.apply .apply-dl:active {
  background-position: 0 -50px;
}

.apply .apply-dl-personal {
  background-image: url(../img/apply/Individual-dl.png);
}

.apply .apply-dl-group {
  background-image: url(../img/apply/group-dl.png);
}

.apply .apply-notes {
  margin-top: 30px;
  line-height: 1.8;
}

.apply .apply-notes p {
  margin-bottom: 2px;
}

.apply .apply-comingsoon {
  max-width: 660px;
  margin: 60px auto 0;
  background: #0084d1;
  border-radius: 16px;
  padding: 34px 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.5;
}

.movie-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: var(--vvh, 100vh);
  z-index: 3000;
  display: none;
}

.movie-modal.is-open {
  display: block;
}

.movie-modal .movie-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 10, 20, 0.8);
}

.movie-modal .movie-modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(90vw - 56px, (var(--vvh, 100vh) - 72px) * 16 / 9);
  max-width: 1120px;
}

.movie-modal .movie-modal-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.movie-modal .movie-modal-box {
  position: absolute;
  inset: 0;
}

.movie-modal .movie-modal-box iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.movie-modal .movie-modal-close {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 5;
  width: 64px;
  height: 68px;
  padding: 0;
  border: 0;
  background: url(../img/prize/modal-close.png) no-repeat 0 0;
  background-size: 64px 136px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.movie-modal .movie-modal-close:active {
  background-position: 0 -68px;
}

@media (max-width: 766px) {
  html {
    font-size: 90%;
  }
  .br-sp {
    display: inline;
  }
}

.gnav.is-sp {
  position: relative;
  min-height: 120px;
}

.gnav.is-sp .gnav-toggle {
  display: block;
  position: absolute;
  top: 50px;
  left: 10px;
  z-index: 50;
  width: 48px;
  height: auto;
  aspect-ratio: 192 / 204;
  border: 0;
  padding: 0;
  background: url(../img/menu/menu-btn-sp.png) no-repeat 0 0;
  background-size: 100% auto;
  cursor: pointer;
}

.gnav.is-sp .gnav-toggle:active {
  background-position: 0 100%;
}

.gnav.is-open .gnav-toggle {
  background-image: url(../img/menu/menu-btn-close-sp.png);
}

.gnav.is-sp .gnav-banner {
  display: none;
}

.gnav.is-sp .gnav-inner {
  display: none;
}

.gnav.is-open .gnav-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  max-width: none;
  margin: 0;
  padding: 24px 4% 28px;
  background: -webkit-gradient(linear, left top, left bottom, from(#83ccf7), to(#d6f9ff));
  background: linear-gradient(to bottom, #83ccf7 0%, #d6f9ff 100%);
  border-radius: 0 0 22px 22px;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.gnav.is-open .gnav-logo,
.gnav.is-open .gnav-menu {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.gnav.is-open .gnav-logo {
  display: block;
  background: url(../img/menu/menu-logo-sp.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 240px;
  height: auto;
  aspect-ratio: 594 / 330;
  margin: 0 auto 16px;
}

.gnav.is-open .gnav-logo:active {
  background-position: 0 100%;
}

.gnav.is-open .gnav-logo img {
  display: none;
}

.gnav.is-open .gnav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px 0;
}

.gnav.is-open .gnav-menu .gnav-btn {
  width: 48%;
  height: auto;
  aspect-ratio: 428 / 294;
  background-size: 100% auto;
  background-position: 0 0;
  border-left: 0;
}

.gnav.is-open .gnav-menu .gnav-btn:active {
  background-position: 0 100%;
}

.gnav.is-open .gnav-menu .btn-sakubun {
  background-image: url(../img/menu/menu-btn-01-sp.png);
}

.gnav.is-open .gnav-menu .btn-jiyu {
  background-image: url(../img/menu/menu-btn-02-sp.png);
}

.gnav.is-open .gnav-menu .btn-art {
  background-image: url(../img/menu/menu-btn-03-sp.png);
}

.gnav.is-open .gnav-menu .btn-eco {
  background-image: url(../img/menu/menu-btn-04-sp.png);
}

.gnav.is-open .gnav-menu .gnav-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 48%;
}

.gnav.is-open .gnav-menu .btn-prize {
  width: 100%;
  aspect-ratio: 642 / 237;
  background-image: url(../img/menu/menu-btn-05-sp.png);
}

.gnav.is-open .gnav-menu .btn-past {
  width: 100%;
  aspect-ratio: 642 / 183;
  background-image: url(../img/menu/menu-btn-06-sp.png);
}

.page-sakubun .gnav.is-open .gnav-menu .btn-sakubun,
.page-jiyu .gnav.is-open .gnav-menu .btn-jiyu,
.page-art .gnav.is-open .gnav-menu .btn-art,
.page-eco .gnav.is-open .gnav-menu .btn-eco,
.page-past .gnav.is-open .gnav-menu .btn-past,
.page-prize .gnav.is-open .gnav-menu .btn-prize {
  display: none;
}

.page-prize .gnav.is-open .gnav-menu .gnav-sub,
.page-past .gnav.is-open .gnav-menu .gnav-sub {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-prize .gnav.is-open .gnav-menu .btn-past,
.page-past .gnav.is-open .gnav-menu .btn-prize {
  width: 60%;
}

@media (max-width: 766px) {
  .past {
    padding-bottom: 56px;
  }
  .past .past-inner {
    width: 90%;
    max-width: none;
    padding: 0;
  }
  .past .past-title {
    margin: -24px 0 22px;
  }
  .past .past-list .past-year-link,
  .past .past-list .acc-head {
    min-height: 56px;
    padding: 12px 42px;
    font-size: 1.45rem;
  }
  .past .past-list .past-year-link .past-arrow {
    right: 18px;
  }
  .past .past-list .acc-head .acc-icon {
    right: 14px;
    width: 26px;
    height: 26px;
  }
  .past .past-list .acc-body .acc-body-inner {
    padding: 0 12px;
  }
  .past .past-list .acc.is-open > .acc-body > .acc-body-inner {
    padding: 20px 12px 24px;
  }
  .past .past-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 14px;
  }
  .past .past-btns .past-btn-col {
    width: 100%;
    max-width: none;
  }
  .past .past-btns .past-btn {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 800 / 170;
    background-size: 100% auto;
    background-position: 0 0;
  }
  .past .past-btns .past-btn:active {
    background-position: 0 100%;
  }
  .past .past-btns .past-btn-1 {
    background-image: url(../img/past/past-btn-01-sp.png);
  }
  .past .past-btns .past-btn-2 {
    background-image: url(../img/past/past-btn-02-sp.png);
  }
  .past .past-btns .past-btn-3 {
    background-image: url(../img/past/past-btn-03-sp.png);
  }
  .past .past-btns .past-btn-4 {
    background-image: url(../img/past/past-btn-04-sp.png);
  }
  .past .past-btns .past-btn-5 {
    background-image: url(../img/past/past-btn-05-sp.png);
  }
  .past .past-btns .past-btn-note {
    margin-top: 6px;
    font-size: 1rem;
  }
  .container {
    background-image: url(../img/main-back-sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #d6f1fb;
  }
  .mv .mv-inner {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }
  .mv .mv-inner .mv-img {
    height: auto;
    position: relative;
    aspect-ratio: 480 / 560;
    padding: 0;
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/mv-chara.png) no-repeat center bottom;
    background-size: 106%;
  }
  .mv .mv-inner .mv-img .lead-txt {
    position: absolute;
    top: 8%;
    left: 5%;
    width: 46%;
    max-width: none;
    height: auto;
    aspect-ratio: 760 / 280;
    margin: 0;
    z-index: 2;
  }
  .mv .mv-inner .mv-img .logo-day {
    position: absolute;
    top: 7%;
    right: 2%;
    width: 28%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    z-index: 2;
  }
  .mv .mv-inner .mv-img .logo-day h1 {
    width: 70%;
    max-width: none;
    height: auto;
    aspect-ratio: 246 / 282;
    background-image: url(../img/logo-sp.png);
  }
  .mv .mv-inner .mv-img .logo-day .day {
    width: 96%;
    max-width: none;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-top: 6%;
  }
  .mv .mv-inner .top-menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -60% 0 5%;
    gap: 16px;
    position: relative;
    z-index: 1;
  }
  .mv .mv-inner .top-menu .main-menu {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 12px 0;
  }
  .mv .mv-inner .top-menu .main-menu div {
    width: 40%;
    height: auto;
    aspect-ratio: 196 / 176;
    display: block;
    position: relative;
  }
  .mv .mv-inner .top-menu .main-menu div a {
    width: 100%;
    height: auto;
    aspect-ratio: 196 / 44;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 100% auto;
    background-position: 0 0;
  }
  .mv .mv-inner .top-menu .main-menu div.menu-1 a {
    background-image: url(../img/t-menu-btn-01-sp.png);
  }
  .mv .mv-inner .top-menu .main-menu div.menu-2 a {
    background-image: url(../img/t-menu-btn-02-sp.png);
  }
  .mv .mv-inner .top-menu .main-menu div.menu-3 a {
    background-image: url(../img/t-menu-btn-03-sp.png);
  }
  .mv .mv-inner .top-menu .main-menu div.menu-4 a {
    background-image: url(../img/t-menu-btn-04-sp.png);
  }
  .mv .mv-inner .top-menu .main-menu div.menu-1 a:active,
  .mv .mv-inner .top-menu .main-menu div.menu-2 a:active,
  .mv .mv-inner .top-menu .main-menu div.menu-3 a:active,
  .mv .mv-inner .top-menu .main-menu div.menu-4 a:active {
    background-position: 0 100%;
  }
  .mv .mv-inner .top-menu .side-menu {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 12px 0;
  }
  .mv .mv-inner .top-menu .side-menu a {
    height: auto;
    margin: 0;
    background-size: 100% auto;
    background-position: 0 0;
  }
  .mv .mv-inner .top-menu .side-menu a.menu-5-btn:active,
  .mv .mv-inner .top-menu .side-menu a.menu-6-btn:active,
  .mv .mv-inner .top-menu .side-menu a.menu-7-btn:active {
    background-position: 0 100%;
  }
  .mv .mv-inner .top-menu .side-menu a.menu-5-btn {
    width: 40%;
    height: auto;
    aspect-ratio: 196 / 63;
    background-image: url(../img/t-menu-btn-05-sp.png);
  }
  .mv .mv-inner .top-menu .side-menu a.menu-6-btn {
    width: 40%;
    aspect-ratio: 196 / 56;
    background-image: url(../img/t-menu-btn-06-sp.png);
  }
  .mv .mv-inner .top-menu .side-menu a.menu-7-btn {
    width: 40%;
    aspect-ratio: 196 / 56;
    margin: 0 auto;
    background-image: url(../img/t-menu-btn-07-sp.png);
  }
  .mv .mv-inner .under-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 auto 10%;
    gap: 40px;
  }
  .mv .mv-inner .under-part .slick {
    width: 92%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .mv .mv-inner .under-part .news {
    width: 95%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 auto;
  }
  .mv .mv-inner .under-part .news .news-body .news-inner {
    font-size: 0.8125rem;
    height: 20vw;
  }
  .mv .message {
    width: 100%;
    position: relative;
    padding: 40px 0 44px;
  }
  .mv .message .message-txt {
    width: 80%;
    max-width: 370px;
    height: auto;
    aspect-ratio: 1098 / 798;
    background-image: url(../img/message-sp.png);
    position: relative;
    z-index: 1;
  }
  .mv .message .item {
    display: block;
  }
  .mv .message .item div {
    position: absolute;
    z-index: 0;
    height: auto;
  }
  .mv .message .item .item-1 {
    display: none;
  }
  .mv .message .item .item-3 {
    display: none;
  }
  .mv .message .item .item-6 {
    display: none;
  }
  .mv .message .item .item-2 {
    width: 25%;
    aspect-ratio: 180 / 190;
    top: -22%;
    left: 4%;
    right: auto;
    bottom: auto;
  }
  .mv .message .item .item-5 {
    width: 30%;
    aspect-ratio: 280 / 150;
    top: -19%;
    right: 3%;
    left: auto;
    bottom: auto;
  }
  .mv .message .item .item-4 {
    width: 25%;
    aspect-ratio: 235 / 178;
    bottom: -20%;
    left: 2%;
    right: auto;
    top: auto;
  }
  .mv .message .item .item-3 {
    width: 15%;
    aspect-ratio: 155 / 167;
    bottom: 15%;
    left: 21%;
    right: auto;
    top: auto;
  }
  .mv .message .item .item-8 {
    width: 22%;
    aspect-ratio: 185 / 206;
    bottom: -26%;
    right: 2%;
    left: auto;
    top: auto;
  }
  .mv .message .item .item-7 {
    width: 30%;
    aspect-ratio: 225 / 145;
    bottom: -30%;
    left: 38%;
    right: auto;
    top: auto;
  }
  .top-content .content-under {
    margin-top: -20px;
  }
  .top-content .content-under .content-inner {
    max-width: none;
    width: 90%;
  }
  .footer .footer-contact {
    text-align: left;
  }
  .footer .footer-contact .footer-lead {
    padding-left: 1em;
    text-indent: -1em;
  }
  .footer .footer-contact .footer-notes {
    display: block;
  }
  .footer .footer-contact .footer-org {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .footer-contact .footer-org .footer-org-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .footer .footer-contact .footer-org dl {
    margin-bottom: 0;
  }
  .footer .footer-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
}

@media (max-width: 960px) {
  .category .category-main .teacher-section .acc-head {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 0;
  }
  .category .category-main .teacher-section .acc-head .acc-ttl {
    -webkit-transform: none;
            transform: none;
  }
  .category .category-main .teacher-section .acc-head .acc-note {
    position: static;
    left: auto;
    top: auto;
    margin-left: 0;
    margin-top: -6px;
    -webkit-transform: none;
            transform: none;
    width: 264px;
    max-width: 86%;
    height: auto;
    aspect-ratio: 264 / 28;
  }
  .category .category-main .teacher-section .acc-head .acc-icon {
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 860px) {
  .category .category-inner {
    max-width: 600px;
    padding: 0 14px;
  }
  .category .category-head {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
  .category .category-ttl {
    position: relative;
    width: 64%;
    max-width: 260px;
    margin: 60px auto 0;
  }
  .category .category-ttl .category-fukidashi {
    top: -122px;
    right: -44px;
    left: auto;
    width: 150px;
    height: auto;
    aspect-ratio: 213 / 169;
  }
  .category .category-ttl .category-ttl-img img {
    width: 100%;
  }
  .category .category-detail {
    width: 100%;
    margin-left: 0;
    margin-top: 28px;
  }
  .category .category-detail .ribbon {
    width: 90%;
    max-width: 360px;
    height: auto;
    aspect-ratio: 388 / 48;
  }
  .category .category-detail .theme-phrase {
    font-size: 1.45rem;
    margin: 18px 0 48px;
  }
  .category .category-detail .grade-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -12px;
    padding: 22px 18px 16px;
  }
  .category .category-detail .grade-box .grade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 14px 0;
  }
  .category .category-detail .grade-box .grade + .grade {
    border-left: 0;
    border-top: 2px dashed var(--dept-line, #d92317);
  }
  .category .category-detail .grade-box .grade .grade-num {
    margin-top: 0;
  }
  .category .category-detail .format-box {
    padding: 36px 20px 22px;
    font-size: 1.45rem;
    margin-top: -12px;
  }
  .category .caution-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 18px 18px 20px;
    border-radius: 24px;
    margin-bottom: 78px;
  }
  .category .caution-bar .caution-icon {
    margin: 0 0 8px;
    font-size: 2.075rem;
    width: 40px;
    height: 40px;
  }
  .category .caution-bar .caution-bar-txt {
    font-size: 1.3875rem;
  }
  .category .caution-bar .caution-bar-btn {
    margin: 14px auto 0;
    font-size: 1.325rem;
    padding: 14px 44px 6px 40px;
  }
  .category .category-main {
    padding: 70px 0 80px;
  }
  .category .category-main .sheet {
    padding: 0 30px 40px;
  }
  .category .category-main .sheet .ribbon {
    width: 100%;
    max-width: 360px;
    height: auto;
    aspect-ratio: 388 / 48;
  }
  .category .category-main .sheet .ribbon .ribbon-sheet {
    -webkit-transform: translate(-50%, calc(-50% - 10px));
            transform: translate(-50%, calc(-50% - 10px));
  }
  .category .category-main .sheet .sheet-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
    margin-top: 28px;
  }
  .category .category-main .sheet .sheet-list .sheet-item {
    width: 100%;
    max-width: 360px;
  }
  .category .category-main .sheet .sheet-list .sheet-item img {
    width: 100%;
  }
  .category .category-main .sheet .sheet-list .sheet-item .dl-btn {
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 350 / 56;
    background-size: 100% auto;
    background-position: 0 0;
  }
  .category .category-main .sheet .sheet-list .sheet-item .dl-btn:active {
    background-position: 0 100%;
  }
  .category .category-main .sheet .sheet-note {
    width: 100%;
    margin-top: 24px;
    font-size: 1.0375rem;
  }
  .category .category-main .sheet .sheet-deco {
    width: 130px;
    height: 110px;
    left: -24px;
    bottom: -60px;
  }
  .category .category-main .award-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    margin-top: 70px;
  }
  .category .category-main .award-row .award-prize,
  .category .category-main .award-row .award-judging {
    width: 100%;
  }
  .category .category-main .award-row .award-box .award-body {
    padding: 0 30px;
  }
  .category .category-main .award-row .award-prize .prize-btn {
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 347 / 57;
    background-size: 100% auto;
    background-position: 0 0;
  }
  .category .category-main .award-row .award-prize .prize-btn:active {
    background-position: 0 100%;
  }
  .category .category-main .teacher-section {
    margin-top: 48px;
  }
  .category .category-main .teacher-section .acc-head {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 12px 0;
  }
  .category .category-main .teacher-section .acc-head .acc-ttl {
    width: 212px;
    height: 58px;
    -webkit-transform: none;
            transform: none;
  }
  .category .category-main .teacher-section .acc-head .acc-note {
    width: 264px;
    max-width: 78%;
    height: auto;
    aspect-ratio: 264 / 28;
    -webkit-transform: none;
            transform: none;
    margin-top: -6px;
  }
  .category .category-main .teacher-section .acc-head .acc-icon {
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: none;
            transform: none;
    right: 14px;
    width: 26px;
    height: 26px;
  }
  .category .category-main .teacher-section .acc-body .acc-body-inner {
    padding: 0 16px;
  }
  .category .category-main .teacher-section .acc.is-open > .acc-body > .acc-body-inner {
    padding: 18px 20px 12px;
  }
  .category .category-main .teacher-section .teacher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 12px;
    padding: 22px 0;
  }
  .category .category-main .teacher-section .teacher .teacher-photo {
    width: 140px;
  }
  .category .category-main .teacher-section .teacher .teacher-photo img {
    width: 140px;
  }
  .category .category-main .teacher-section .teacher .teacher-photo .temp {
    width: 140px;
    height: 176px;
  }
  .category .category-main .teacher-section .teacher .teacher-info {
    width: 100%;
    text-align: left;
  }
  .category .category-main .oubo-section {
    margin-top: 80px;
  }
  .category .category-main .oubo-section .oubo-card {
    padding: 0 30px 40px;
  }
  .category .category-main .oubo-section .oubo-head {
    width: 100%;
    max-width: 360px;
    height: auto;
    aspect-ratio: 420 / 52;
  }
  .category .category-main .oubo-section .oubo-head .oubo-head-txt {
    -webkit-transform: translate(-50%, calc(-50% - 10px));
            transform: translate(-50%, calc(-50% - 10px));
  }
  .category .category-main .oubo-section .oubo-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .category .category-main .oubo-section .oubo-cols .oubo-col {
    padding: 0;
  }
  .category .category-main .oubo-section .oubo-cols .oubo-col-online {
    border-left: 0;
    border-top: 2px dashed var(--dept-line, #d92317);
    margin-top: 24px;
    padding-top: 24px;
  }
  .category .category-main .oubo-section .oubo-col-head {
    min-width: 0;
    width: 100%;
    max-width: 360px;
    font-size: 1.25rem;
  }
  .category .category-main .oubo-section .oubo-col-ttl {
    font-size: 1.35rem;
  }
  .category .category-main .oubo-section .oubo-list {
    font-size: 1.35rem;
  }
  .category .category-main .oubo-section .oubo-notes {
    font-size: 1.375rem;
  }
  .category .category-main .oubo-section .oubo-ai-note {
    max-width: 100%;
  }
  .category .category-main .oubo-section .oubo-deco {
    width: 84px;
    height: 86px;
    right: -6px;
    bottom: -40px;
  }
  .category .category-main .oubo-dl-btn {
    width: 86%;
    max-width: 360px;
    height: auto;
    aspect-ratio: 820 / 520;
    margin: 60px auto 0;
    background-image: var(--dept-oubodl-sp, url(../img/category/oubo-dl-btn-sp.png));
    background-size: 100% auto;
    background-position: 0 0;
  }
  .category .category-main .oubo-dl-btn:active {
    background-position: 0 100%;
  }
  .page-sakubun .category .category-main .oubo-section .oubo-notes {
    border-top: 2px dashed var(--dept-line, #d92317);
    margin-top: 24px;
    padding-top: 24px;
  }
  .page-art .category .category-main .sheet .sheet-list .sheet-item .dl-btn {
    height: auto;
    aspect-ratio: 350 / 56;
    background-position: 0 0;
  }
  .page-art .category .category-main .sheet .sheet-list .sheet-item .dl-btn:active {
    background-position: 0 100%;
  }
  .page-eco .category .category-main .sheet .sheet-list .sheet-item .dl-btn {
    height: auto;
    aspect-ratio: 350 / 54;
    background-position: 0 0;
  }
  .page-eco .category .category-main .sheet .sheet-list .sheet-item .dl-btn:active {
    background-position: 0 100%;
  }
}

.page-apply .gnav.is-open .gnav-menu .gnav-sub {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-apply .gnav.is-open .gnav-menu .btn-prize,
.page-apply .gnav.is-open .gnav-menu .btn-past {
  width: 48%;
}

@media (max-width: 1159px) {
  .apply .apply-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .apply .apply-col-personal {
    width: 100%;
    padding: 0;
  }
  .apply .apply-col-group {
    width: 100%;
    margin-top: 32px;
    padding: 32px 0 0;
    background-image: repeating-linear-gradient(to right, #1990d6 0, #1990d6 5px, transparent 5px, transparent 10px);
    background-size: 100% 2px;
    background-position: top center;
  }
}

@media (max-width: 766px) {
  .apply {
    padding-bottom: 56px;
  }
  .apply .apply-inner {
    width: 90%;
    max-width: none;
    padding: 0;
  }
  .apply .apply-title {
    margin: -24px 0 22px;
  }
  .apply .apply-card {
    padding: 28px 18px 30px;
    border-radius: 16px;
  }
  .apply .apply-lead {
    font-size: 1.375rem;
    margin-bottom: 24px;
  }
  .apply .apply-tab {
    font-size: 1.25rem;
    padding: 13px 10px 5px;
    margin-bottom: 20px;
  }
  .apply .apply-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
  }
  .apply .apply-item {
    width: 100%;
  }
  .apply .apply-item img {
    width: 100%;
    max-width: 340px;
  }
  .apply .apply-dl {
    width: 100%;
    max-width: 320px;
    height: auto;
    aspect-ratio: 290 / 50;
    background-size: 100% auto;
    background-position: 0 0;
  }
  .apply .apply-dl:active {
    background-position: 0 100%;
  }
  .apply .apply-notes {
    font-size: 0.9375rem;
    margin-top: 26px;
  }
  .apply .apply-comingsoon {
    max-width: none;
    margin-top: 44px;
    padding: 26px 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 766px) {
  .prize-mv .prize-nav .slick-dots {
    gap: 14px;
  }
  .prize-mv .prize-nav .slick-dots .prize-thumb {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 50%;
    background: #c4d3dd;
  }
  .prize-mv .prize-nav .slick-dots .prize-thumb img {
    display: none;
  }
  .prize-mv .prize-nav .slick-dots li.slick-active .prize-thumb {
    background: #4ea9e6;
    border-color: transparent;
  }
}

@media (max-width: 766px) {
  .prize-award .prize-panel-01 .prize-panel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
  }
  .prize-award .prize-panel-01 .prize-award-main-grand {
    display: contents;
  }
  .prize-award .prize-panel-01 .prize-award-side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }
  .prize-award .prize-panel-01 .prize-grand-ttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
  .prize-award .prize-panel-01 .prize-choice {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .prize-award .prize-panel-01 .prize-grand-medal {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
  }
  .prize-award .prize-panel-01 .prize-allgift {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .prize-award .prize-panel-01 .prize-award-badge {
    display: inline-block;
    width: 500px;
    max-width: 80%;
    aspect-ratio: 592 / 316;
    background: url(../img/prize/prize-icon-01-sp.png) no-repeat center center;
    background-size: contain;
  }
  .prize-award .prize-panel-01 .prize-award-side .prize-award-badge img {
    display: none;
  }
  .prize-award .prize-panel-01 .prize-grand-ttl {
    width: 96%;
    max-width: 460px;
    aspect-ratio: 960 / 374;
    background: url(../img/prize/prize-01-ttl-sp.png) no-repeat center center;
    background-size: contain;
    margin: 8px auto 0;
  }
  .prize-award .prize-panel-01 .prize-grand-ttl img {
    display: none;
  }
  .prize-award .prize-panel-01 .prize-choice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 22px auto 0;
    gap: 0;
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
            box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
    padding: 18px 22px 24px;
    overflow: hidden;
  }
  .prize-award .prize-panel-01 .prize-choice::before {
    display: none;
  }
  .prize-award .prize-panel-01 .prize-choice-naoshima,
  .prize-award .prize-panel-01 .prize-choice-jtb {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 100%;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  .prize-award .prize-panel-01 .prize-choice-bar {
    margin: 0 -22px;
  }
  .prize-award .prize-panel-01 .prize-choice-or {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: auto;
    height: auto;
    margin: 34px auto;
    width: 80px;
    height: 80px;
    border: 0;
    border-radius: 999px;
    background: #8086a0;
    font-size: 0.9375rem;
    position: relative;
  }
  .prize-award .prize-panel-01 .prize-choice-or::before,
  .prize-award .prize-panel-01 .prize-choice-or::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50vw;
    border-top: 2px dashed #b9bcc9;
  }
  .prize-award .prize-panel-01 .prize-choice-or::before {
    right: 100%;
    margin-right: 10px;
  }
  .prize-award .prize-panel-01 .prize-choice-or::after {
    left: 100%;
    margin-left: 10px;
  }
  .prize-award .prize-panel-01 .prize-choice-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
  }
  .prize-award .prize-panel-01 .prize-choice-fig img {
    width: auto;
  }
  .prize-award .prize-panel-01 .prize-choice-detail {
    width: 100%;
  }
  .prize-award .prize-panel-01 .prize-choice-txt {
    text-align: left;
  }
  .prize-award .prize-panel-01 .prize-choice-btn {
    width: 100%;
    max-width: 270px;
    height: auto;
    aspect-ratio: 540 / 114;
    background-image: url(../img/prize/naoshima-btn-sp.png);
    background-size: 100% auto;
  }
  .prize-award .prize-panel-01 .prize-choice-btn:active {
    background-position: 0 100%;
  }
  .prize-award .prize-panel-01 .prize-grand-medal {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 210px;
    margin-top: 66px;
  }
  .prize-award .prize-panel-01 .prize-grand-medal-fig {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
            box-shadow: 0 3px 10px rgba(114, 63, 71, 0.2);
    padding: 16px 20px 18px;
  }
  .prize-award .prize-panel-01 .prize-grand-medal-fig img {
    width: 146px;
  }
  .prize-award .prize-panel-01 .prize-grand-medal .prize-grand-medal-fig .prize-plus {
    position: absolute;
    top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }
  .prize-award .prize-panel-01 .prize-allgift {
    width: 100%;
    margin-top: 120px;
    padding: 8vw 18px 28px;
  }
  .prize-award .prize-panel-01 .prize-allgift-ttl {
    width: 85%;
    max-width: 440px;
    aspect-ratio: 836 / 188;
    background: url(../img/prize/prize-02-item-txt-sp.png) no-repeat center center;
    background-size: contain;
    top: -60px;
  }
  .prize-award .prize-panel-01 .prize-allgift-ttl img {
    display: none;
  }
  .prize-award .prize-panel-01 .prize-allgift-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .prize-award .prize-panel-01 .prize-allgift-item:nth-child(1) .prize-allgift-img img {
    width: 280px;
  }
  .prize-award .prize-panel-01 .prize-allgift-item:nth-child(3) .prize-allgift-img img {
    width: 220px;
  }
}

@media (max-width: 766px) {
  .prize-award .prize-panel-02 .prize-panel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
  }
  .prize-award .prize-panel-02 .prize-award-main {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 0;
  }
  .prize-award .prize-panel-02 .prize-award-side {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    text-align: center;
  }
  .prize-award .prize-panel-02 .prize-award-badge {
    display: inline-block;
    width: 500px;
    max-width: 80%;
    aspect-ratio: 592 / 316;
    background: url(../img/prize/prize-icon-02-sp.png) no-repeat center center;
    background-size: contain;
  }
  .prize-award .prize-panel-02 .prize-award-side .prize-award-badge img {
    display: none;
  }
  .prize-award .prize-panel-02 .prize-award-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 22px;
    margin-top: 22px;
  }
  .prize-award .prize-panel-02 .prize-common-item {
    width: 93%;
    max-width: 420px;
  }
  .prize-award .prize-panel-02 .prize-common-medal {
    width: 47%;
    max-width: 220px;
  }
  .prize-award .prize-panel-02 .prize-common-medal .prize-common-fig {
    padding: 16px 10px 18px;
  }
  .prize-award .prize-panel-02 .prize-common-medal .prize-common-fig img {
    width: 154px;
    max-width: 100%;
    height: auto;
  }
  .prize-award .prize-panel-02 .prize-allgift {
    width: 100%;
    margin-top: 120px;
    padding: 8vw 18px 28px;
  }
  .prize-award .prize-panel-02 .prize-allgift-ttl {
    width: 85%;
    max-width: 440px;
    aspect-ratio: 836 / 188;
    background: url(../img/prize/prize-02-item-txt-sp.png) no-repeat center center;
    background-size: contain;
    top: -60px;
  }
  .prize-award .prize-panel-02 .prize-allgift-ttl img {
    display: none;
  }
  .prize-award .prize-panel-02 .prize-allgift-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .prize-award .prize-panel-02 .prize-allgift-item:nth-child(1) .prize-allgift-img img {
    width: 280px;
  }
  .prize-award .prize-panel-02 .prize-allgift-item:nth-child(3) .prize-allgift-img img {
    width: 220px;
  }
}

@media (max-width: 766px) {
  .prize-award .prize-panel-03 .prize-panel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
  }
  .prize-award .prize-panel-03 .prize-award-main {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 0;
  }
  .prize-award .prize-panel-03 .prize-award-side {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    text-align: center;
  }
  .prize-award .prize-panel-03 .prize-award-badge {
    display: inline-block;
    width: 500px;
    max-width: 82%;
    aspect-ratio: 628 / 316;
    background: url(../img/prize/prize-icon-03-sp.png) no-repeat center center;
    background-size: contain;
  }
  .prize-award .prize-panel-03 .prize-award-side .prize-award-badge img {
    display: none;
  }
  .prize-award .prize-panel-03 .prize-award-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 22px;
  }
  .prize-award .prize-panel-03 .prize-common-item {
    width: 93%;
    max-width: 420px;
  }
  .prize-award .prize-panel-03 .prize-allgift {
    width: 100%;
    margin-top: 120px;
    padding: 8vw 18px 28px;
  }
  .prize-award .prize-panel-03 .prize-allgift-ttl {
    width: 85%;
    max-width: 440px;
    aspect-ratio: 836 / 188;
    background: url(../img/prize/prize-02-item-txt-sp.png) no-repeat center center;
    background-size: contain;
    top: -60px;
  }
  .prize-award .prize-panel-03 .prize-allgift-ttl img {
    display: none;
  }
  .prize-award .prize-panel-03 .prize-allgift-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .prize-award .prize-panel-03 .prize-allgift-item:nth-child(1) .prize-allgift-img img {
    width: 280px;
  }
  .prize-award .prize-panel-03 .prize-allgift-item:nth-child(3) .prize-allgift-img img {
    width: 220px;
  }
}

@media (max-width: 766px) {
  .prize-award .prize-panel-04 .prize-panel-inner {
    padding: 0 16px;
  }
  .prize-award .prize-panel-04 .prize-digital-lead {
    width: 90%;
    max-width: 420px;
    aspect-ratio: 994 / 326;
    background: url(../img/prize/prize-digital-lead-sp.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto 22px;
  }
  .prize-award .prize-panel-04 .prize-digital-lead img {
    display: none;
  }
  .prize-award .prize-panel-04 .prize-digital-lead-member {
    aspect-ratio: 994 / 316;
    background-image: url(../img/prize/prize-digital-txt-sp.png);
    margin: 36px auto 22px;
  }
  .prize-award .prize-panel-04 .prize-digital-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
  }
  .prize-award .prize-panel-04 .prize-digital-item {
    width: 93%;
    max-width: 420px;
  }
  .prize-award .prize-panel-04 .prize-digital-item img {
    width: 100%;
  }
  .prize-award .prize-panel-04 .prize-digital-explain {
    width: 93%;
    max-width: 420px;
    margin: 18px auto 0;
    padding: 18px;
  }
  .prize-award .prize-panel-04 .prize-digital-explain::before {
    left: 50%;
  }
  .prize-award .prize-panel-04 .prize-digital-explain img {
    width: 100%;
  }
  .prize-award .prize-panel-04 .prize-digital-point {
    width: 93%;
    max-width: 420px;
    margin: 0 auto;
    padding: 50px 18px 24px;
  }
  .prize-award .prize-panel-04 .prize-digital-point .prize-digital-more {
    top: -16px;
    left: -16px;
  }
  .prize-award .prize-panel-04 .prize-digital-point .prize-digital-more img {
    height: 70px;
  }
  .prize-award .prize-panel-04 .prize-digital-point-img {
    display: none;
  }
  .prize-award .prize-panel-04 .prize-digital-point::after {
    content: "";
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    aspect-ratio: 700 / 516;
    background: url(../img/prize/prize-digital-point-sp.png) no-repeat center center;
    background-size: contain;
  }
}

@media (max-width: 766px) {
  .prize-award .prize-award-tabs {
    gap: 2vw;
    padding: 0 10px;
  }
  .prize-award .prize-award-tabs .prize-tab {
    height: 17vw;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 4px 5px 0 #9cdbff;
            box-shadow: 4px 5px 0 #9cdbff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85% auto;
  }
  .prize-award .prize-award-tabs .prize-tab.is-active {
    height: 20vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 95% auto;
  }
  .prize-award .prize-award-tabs .prize-tab img {
    display: none;
  }
  .prize-award .prize-award-tabs .prize-tab.prize-tab-01 {
    background-image: url(../img/prize/tab-01-sp.png);
  }
  .prize-award .prize-award-tabs .prize-tab.prize-tab-02 {
    background-image: url(../img/prize/tab-02-sp.png);
  }
  .prize-award .prize-award-tabs .prize-tab.prize-tab-03 {
    background-image: url(../img/prize/tab-03-sp.png);
  }
  .prize-award .prize-award-tabs .prize-tab.prize-tab-04 {
    background-image: url(../img/prize/tab-04-sp.png);
  }
  .prize-foot {
    padding: 42px 16px 52px;
  }
  .prize-foot .prize-toppage-btn {
    width: 88%;
    max-width: 360px;
    aspect-ratio: 896 / 636;
    margin: 0 auto 36px;
    background-image: url(../img/prize/to-top-btn-sp.png);
  }
  .prize-foot .prize-notes {
    max-width: none;
  }
}

.hide-dl .dl-btn,
.hide-dl .apply-dl,
.hide-dl .nao-lead-btn {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */