body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 0;
  overflow-x: hidden;
  cursor: default;
}

html {
  min-width: 320px;
  overflow-x: hidden;
}

#gw2026 .gw-header {
  position: relative;
  padding: max(22.5px,6vw) 0;
}

#gw2026 .gw-header .img img {
  text-align: center;
}

#gw2026 .gw-header .txt {
  text-align: center;
  font-size: max(14px,3.73333vw);
  font-weight: bold;
  color: #305caa;
  line-height: 1.71429;
  padding: max(12.5px,3.33333vw) 0 max(20px,5.33333vw);
}

#gw2026 .gw-header .txt-box {
  bottom: 0;
  width: 100%;
}

#gw2026 .w {
  --main-box: 1200px;
  width: var(--main-box);
  margin-left: auto;
  margin-right: auto;
}

#gw2026 main {
  font-size: max(12px,3.2vw);
  line-height: 1.66667;
  letter-spacing: 0.04em;
  padding: max(25px,6.66667vw) max(15px,4vw) max(20px,5.33333vw);
}

#gw2026 main .list {
  display: grid;
  gap: max(15px,4vw);
}

#gw2026 main .list .lp-card {
  background-color: var(--card-color);
  padding: max(20px,5.33333vw) max(20px,5.33333vw) max(30px,8vw);
}

#gw2026 main .list .lp-card .head {
  text-align: center;
}

#gw2026 main .list .lp-card .head .date {
  display: block;
  margin: 0 auto max(15px,4vw);
  height: max(35px,9.33333vw);
  max-height: 70px;
}

#gw2026 main .list .lp-card .head .ttl {
  width: max(280px,74.66667vw);
  margin: auto;
  color: var(--card-color);
  font-size: max(20px,5.33333vw);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  background-color: #fff;
  padding: max(10px,2.66667vw);
  position: relative;
}

#gw2026 main .list .lp-card .body p {
  margin-top: max(25px,6.66667vw);
  color: var(--card-txt-color);
  font-size: max(14px,3.73333vw);
  font-weight: bold;
  line-height: 1.64286;
}

#gw2026 main .list .lp-card .body-img .img {
  margin-top: max(15px,4vw);
}

#gw2026 main .list .lp-card .body-img .img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: max(188px,50.13333vw);
  min-width: 200px;
}

#gw2026 main .list .lp-card .detail {
  margin-top: max(22.5px,6vw);
}

#gw2026 main .list .lp-card .detail dl {
  --gap: max(10px,2.66667vw);
  --dtSize: 4em;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

#gw2026 main .list .lp-card .detail dl + dl {
  margin-top: max(6px,1.6vw);
}

#gw2026 main .list .lp-card .detail dl dt {
  width: var(--dtSize);
  color: var(--card-color);
}

#gw2026 main .list .lp-card .detail dl dt span {
  display: block;
  text-align: center;
  font-size: max(11px,2.93333vw);
  background-color: #fff;
}

#gw2026 main .list .lp-card .detail dl dd {
  width: calc(100% - var(--dtSize) - var(--gap));
  text-align: left;
  font-size: max(12px,3.2vw);
  color: var(--card-txt-color);
}

#gw2026 main .list .lp-card .detail .btn {
  margin-top: max(15px,4vw);
}

#gw2026 main .list .lp-card .detail p {
  margin-top: max(7.5px,2vw);
  font-size: max(12.5px,3.33333vw);
  line-height: 1.4;
  color: var(--card-txt-color);
}

#gw2026 main .list .lp-card .detail p + * {
  margin-top: 0 !important;
}

#gw2026 main .list .lp-card .card-btn-bottom {
  padding-top: max(6px,1.6vw);
  margin-top: auto;
  margin-bottom: 0;
}

#gw2026 main .list .footer-img {
  margin-top: max(27.5px,7.33333vw);
  padding: 0;
  padding-bottom: max(2.5px,0.66667vw);
}

#gw2026 main .list .footer-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 515px;
}

#gw2026 .index_about + .l-footer {
  margin-top: 0;
}

#gw2026 .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

#gw2026 .block {
  display: block;
}

#gw2026 .flex-direction-column {
  display: flex;
  flex-direction: column;
}

#gw2026 .notice {
  text-indent: -1em;
  padding-left: 1em;
}

#gw2026 .btn:hover {
  opacity: 1;
}

#gw2026 .btn .btn__arrow::before {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

#gw2026 .btn .btn__arrow::after {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

#gw2026 .btn--305caa {
  background-color: #305caa !important;
  color: #fff !important;
}

#gw2026 .btn--305caa--round {
  border: 2px solid #305caa !important;
}

#gw2026 .btn--305caa--round .btn__arrow::before {
  border-color: transparent transparent transparent #305caa;
}

#gw2026 .btn--305caa--round .btn__arrow::after {
  border-color: #305caa transparent transparent transparent;
}

#gw2026 .btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

#gw2026 .btn--edb21f {
  background-color: #edb21f !important;
  color: #000000 !important;
}

#gw2026 .btn--edb21f--round {
  border: 2px solid #edb21f !important;
}

#gw2026 .btn--edb21f--round .btn__arrow::before {
  border-color: transparent transparent transparent #edb21f;
}

#gw2026 .btn--edb21f--round .btn__arrow::after {
  border-color: #edb21f transparent transparent transparent;
}

#gw2026 .text-bg {
  --card-color: var(--card-txt-color);
}

#gw2026 .text-\[\#ffe746\] {
  color: #ffe746;
}

#gw2026 .bg-\[\#305caa\] {
  --card-color: #305caa;
}

#gw2026 .text-\[\#fff\] {
  --card-txt-color: #fff;
}

#gw2026 .bg-\[\#2b7537\] {
  --card-color: #2b7537;
}

#gw2026 .bg-\[\#edb21f\] {
  --card-color: #edb21f;
}

#gw2026 .text-\[\#222222\] {
  --card-txt-color: #222222;
}

#gw2026 .bg-\[\#dd593b\] {
  --card-color: #dd593b;
}

#gw2026 .text-\[\#305caa\] {
  --card-color: #305caa;
}

#gw2026 .list .item-01::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 18.92857%;
  aspect-ratio: 106 / 89;
  background-image: url(../images/item01-left.png);
  top: -25px;
  top: max(-25px,-6.66667vw);
  left: -27px;
  left: -4.82143%;
}

#gw2026 .list .item-01::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: max(54.5px,14.53333vw);
  aspect-ratio: 109 / 89;
  background-image: url(../images/item01-right.png);
  top: -25px;
  top: max(-25px,-6.66667vw);
  right: -33px;
  right: -5.89286%;
}

#gw2026 .list .item-02::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: max(34px,9.06667vw);
  aspect-ratio: 68 / 88;
  background-image: url(../images/item02.png);
  top: -43px;
  top: max(-32.25px,-8.6vw);
  right: -10px;
  right: -1.78571%;
}

#gw2026 .list .item-03 {
  position: relative;
}

#gw2026 .list .item-03 img {
  position: absolute;
  right: -65px;
  right: -9.86607%;
  bottom: -75px;
  bottom: max(-75px,-20vw);
  bottom: max(-56.25px,-15vw);
  bottom: max(-46.875px,-12.5vw);
  width: max(124.5px,33.2vw);
  aspect-ratio: 249 / 208;
}

#gw2026 .list .item-04::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: max(39.5px,10.53333vw);
  aspect-ratio: 79 / 74;
  background-image: url(../images/item04-left.png);
  top: -20px;
  top: max(-20px,-5.33333vw);
  left: -25px;
  left: -4.46429%;
}

#gw2026 .list .item-04::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: max(92.5px,24.66667vw);
  aspect-ratio: 185 / 134;
  background-image: url(../images/item04-right.png);
  top: -15px;
  top: max(-15px,-4vw);
  right: -41px;
  right: -7.32143%;
}

#gw2026 .list .item-05 {
  position: relative;
}

#gw2026 .list .item-05 img {
  position: absolute;
  right: -63px;
  right: -10.125%;
  bottom: -30px;
  bottom: max(-30px,-8vw);
  bottom: max(-22.5px,-6vw);
  width: max(120.5px,32.13333vw);
  max-width: 241px;
  width: 29.98696vw;
}

#gw2026 .list .item-06::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: max(37px,9.86667vw);
  aspect-ratio: 74 / 87;
  background-image: url(../images/item06-left.png);
  top: max(10px,2.66667vw);
  left: 0.89286%;
}

#gw2026 .list .item-06::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: max(59.5px,15.86667vw);
  aspect-ratio: 119 / 137;
  background-image: url(../images/item06-right.png);
  top: 10px;
  top: max(5px,1.33333vw);
  right: -50px;
  right: -8.92857%;
}

#gw2026 .list .item-07 {
  position: relative;
}

#gw2026 .list .item-07 img {
  position: absolute;
  right: -60px;
  right: -8.57143%;
  top: -45px;
  top: max(-33.75px,-9vw);
  width: max(103px,27.46667vw);
  max-width: 206px;
}

#gw2026 .list .item-08::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: max(49px,13.06667vw);
  aspect-ratio: 98 / 121;
  background-image: url(../images/item08.png);
  top: -60px;
  top: max(-45px,-12vw);
  right: -20px;
  right: -3.57143%;
}

#gw2026 .list .item-09 {
  position: relative;
}

#gw2026 .list .item-09 img {
  position: absolute;
  right: -30px;
  right: max(-15px,-4vw);
  top: -30px;
  top: max(-10px,-2.66667vw);
  width: max(87px,23.2vw);
  max-width: 174px;
}

#gw2026 .list .item-10::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: max(26px,6.93333vw);
  aspect-ratio: 52 / 66;
  background-image: url(../images/item10.png);
  top: -25px;
  top: max(-15.625px,-4.16667vw);
  right: -7px;
  right: -1.25%;
  right: -1.875%;
}

#gw2026 .list .item-11 {
  position: relative;
}

#gw2026 .list .item-11 img {
  position: absolute;
  right: -5px;
  right: max(-5px,-1.33333vw);
  bottom: -75px;
  bottom: max(-75px,-20vw);
  width: max(79.5px,21.2vw);
  max-width: 159px;
}

#gw2026 .list .item-12::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: max(24px,6.4vw);
  height: max(60.5px,16.13333vw);
  background-image: url(../images/item12.png);
  top: -15px;
  top: max(-15px,-4vw);
  right: 20px;
  right: 3.57143%;
}

#gw2026 .list .item-13 {
  position: relative;
  height: 4em;
}

#gw2026 .list .item-13 img {
  position: absolute;
  right: -25px;
  right: max(-25px,-6.66667vw);
  bottom: 20px;
  bottom: max(10px,2.66667vw);
  width: max(165px,44vw);
  max-width: 330px;
}

#gw2026 .list .item-14::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: max(47px,12.53333vw);
  aspect-ratio: 94 / 130;
  background-image: url(../images/item14.png);
  top: -20px;
  top: max(-20px,-5.33333vw);
  right: -28px;
  right: -5%;
}

#gw2026 .list .item-15 {
  position: relative;
  height: 2.5em;
}

#gw2026 .list .item-15 img {
  position: absolute;
  right: -7px;
  right: max(-7px,-1.86667vw);
  bottom: -85px;
  bottom: -151.78571%;
  width: max(132px,35.2vw);
  max-width: 264px;
}

@media only screen and (min-width: 768px) {
  #gw2026 {
    background-image: url(../images/bg-left.jpg), url(../images/bg-right.jpg);
    background-position: left top, right top;
    background-repeat: repeat-y;
    background-size: 40px auto;
    background-attachment: fixed;
  }

  #gw2026 .gw-header {
    padding: 0;
  }

  #gw2026 .gw-header .img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  #gw2026 .gw-header .txt {
    font-size: 1.8rem;
    line-height: 1.77778;
    padding: 0 0 55px;
    width: 630px;
    margin-left: auto;
    margin-right: auto;
  }

  #gw2026 .gw-header .txt-box {
    position: absolute;
  }

  #gw2026 .line {
    display: none;
  }

  #gw2026 main {
    font-size: 1.6rem;
    line-height: 1.5625;
    padding: 20px;
  }

  #gw2026 main .list {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row dense;
  }

  #gw2026 main .list .lp-card {
    width: 100%;
    padding: 30px 40px 40px;
  }

  #gw2026 main .list .lp-card.kids-free {
    grid-area: 1 / 1 / 2 / 3;
  }

  #gw2026 main .list .lp-card.kids-free .head .date {
    height: 66px;
  }

  #gw2026 main .list .lp-card.kids-free .head .ttl {
    font-size: 3.2rem;
    line-height: 1;
  }

  #gw2026 main .list .lp-card.kids-free .body-img {
    margin-left: 30px;
  }

  #gw2026 main .list .lp-card .head {
    display: flex;
    gap: 30px;
    align-items: center;
  }

  #gw2026 main .list .lp-card .head .date {
    margin-bottom: 0;
    height: 45px;
  }

  #gw2026 main .list .lp-card .head .ttl {
    font-size: 2.4rem;
    line-height: 1.33333;
    padding: 15px 20px;
    max-width: 650px;
  }

  #gw2026 main .list .lp-card .body p {
    margin-top: 25px;
    font-size: 2rem;
    line-height: 1.6;
  }

  #gw2026 main .list .lp-card .body-img .img {
    margin-top: 30px;
  }

  #gw2026 main .list .lp-card .body-img .img img {
    width: 376px;
    max-width: none;
  }

  #gw2026 main .list .lp-card .detail {
    margin-top: 20px;
  }

  #gw2026 main .list .lp-card .detail dl {
    --gap: 12px;
  }

  #gw2026 main .list .lp-card .detail dl + dl {
    margin-top: 8px;
  }

  #gw2026 main .list .lp-card .detail dl dt span {
    font-size: 1.5rem;
  }

  #gw2026 main .list .lp-card .detail dl dd {
    font-size: 1.6rem;
  }

  #gw2026 main .list .lp-card .detail .btn {
    margin-top: 25px;
  }

  #gw2026 main .list .lp-card .detail p {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: normal;
  }

  #gw2026 main .list .lp-card .card-btn-bottom {
    padding-top: 16px;
    margin-left: 0;
    margin-right: auto;
  }

  #gw2026 main .list .footer-img {
    margin-top: 30px;
    padding: 0;
  }

  #gw2026 .pc-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #gw2026 .md\:inline {
    display: inline;
  }

  #gw2026 .md\:flex {
    display: flex;
  }

  #gw2026 .md\:flex-reverse {
    display: flex;
    flex-direction: row-reverse;
  }

  #gw2026 .md\:gap-50 {
    gap: 50px;
  }

  #gw2026 .list .item-01::before {
    width: 85px;
    aspect-ratio: 85 / 71;
    top: -18px;
    left: -38px;
  }

  #gw2026 .list .item-01::after {
    width: 87px;
    aspect-ratio: 87 / 71;
    top: -20px;
    right: -44px;
  }

  #gw2026 .list .item-02::after {
    width: 44px;
    aspect-ratio: 44 / 57;
    top: auto;
    bottom: -20px;
    right: -16px;
  }

  #gw2026 .list .item-03 img {
    width: 181px;
    right: -13px;
    bottom: -57px;
  }

  #gw2026 .list .item-04::before {
    width: 51px;
    aspect-ratio: 51 / 47;
    top: -14px;
    left: -18px;
  }

  #gw2026 .list .item-04::after {
    width: 125px;
    aspect-ratio: 125 / 90;
    top: -8px;
    right: -21px;
  }

  #gw2026 .list .item-05 img {
    width: 154px;
    height: auto;
    right: -15px;
    bottom: -12px;
  }

  #gw2026 .list .item-06::before {
    width: 22px;
    aspect-ratio: 22 / 22;
    background-image: url(../images/item06-left_pc.png);
    left: 15px;
    top: auto;
    bottom: 2px;
  }

  #gw2026 .list .item-06::after {
    background-image: url(../images/item06-right_pc.png);
    width: 37px;
    aspect-ratio: 37 / 52;
    top: -7px;
    right: 5px;
  }

  #gw2026 .list .item-07 img {
    width: 170px;
    right: -26px;
    top: auto;
    bottom: -75px;
  }

  #gw2026 .list .item-08::after {
    width: 68px;
    aspect-ratio: 68 / 84;
    top: 15px;
    right: -30px;
  }

  #gw2026 .list .item-09 img {
    width: 120px;
    right: -10px;
    top: 34px;
  }

  #gw2026 .list .item-10::after {
    width: 34px;
    aspect-ratio: 34 / 42;
  }

  #gw2026 .list .item-11 img {
    width: 102px;
    bottom: -52px;
    right: -14px;
  }

  #gw2026 .list .item-12::after {
    width: 31px;
    height: auto;
    aspect-ratio: 31 / 77;
    top: 7px;
    right: 12px;
  }

  #gw2026 .list .item-13 {
    height: auto;
  }

  #gw2026 .list .item-13 img {
    width: 243px;
    right: -25px;
    bottom: 9px;
  }

  #gw2026 .list .item-14::after {
    width: 60px;
    aspect-ratio: 60 / 83;
    top: 16px;
    right: 10px;
  }

  #gw2026 .list .item-15 {
    height: 1.3em;
  }

  #gw2026 .list .item-15 img {
    width: 169px;
    right: -10px;
    bottom: -70px;
  }
}

@media only screen and (max-width: 767px) {
  #gw2026 .w {
    width: 100%;
  }

  #gw2026 .sp-block {
    padding-left: max(15px,4vw);
    padding-right: max(15px,4vw);
  }

  #gw2026 .line-last {
    padding-bottom: 2em;
  }

  #gw2026 .index_about {
    padding-bottom: 5rem;
  }

  #gw2026 .sp-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  #gw2026 .btn {
    width: max(201px,53.6vw);
    height: max(48px,12.8vw);
    font-size: max(14px,3.73333vw);
    line-height: 1.33929;
    letter-spacing: 0.04em;
  }

  #gw2026 .btn--round .btn__arrow {
    width: max(17px,4.53333vw);
    height: max(17px,4.53333vw);
    right: max(13px,3.46667vw);
  }

  #gw2026 .btn--round .btn__arrow::before {
    border-width: max(3.5px,0.93333vw) 0 0 max(6px,1.6vw);
    -webkit-transform: translateY(max(-3.5px,-0.93333vw));
    transform: translateY(max(-3.5px,-0.93333vw));
  }

  #gw2026 .btn--round .btn__arrow::after {
    border-width: max(3.5px,0.93333vw) max(6px,1.6vw) 0 0;
    -webkit-transform: translateY(max(3.5px,0.93333vw));
    transform: translateY(max(3.5px,0.93333vw));
  }
}

@media only screen and (max-width: 700px) {
  #gw2026 .list .item-03 img {
    bottom: max(-56.25px,-15vw);
  }

  #gw2026 .list .item-11 img {
    bottom: max(-65.625px,-17.5vw);
  }
}

@media only screen and (max-width: 620px) {
  #gw2026 .list .item-11 img {
    bottom: max(-56.25px,-15vw);
  }
}

@media only screen and (max-width: 600px) {
  #gw2026 .list .item-03 img {
    bottom: max(-46.875px,-12.5vw);
    width: 29.98696vw;
  }
}

@media only screen and (max-width: 520px) {
  #gw2026 .list .item-11 img {
    bottom: max(-46.875px,-12.5vw);
  }
}

@media only screen and (max-width: 410px) {
  #gw2026 .list .item-11 img {
    right: max(-8.625px,-2.3vw);
    bottom: max(-43.125px,-11.5vw);
    width: 20.73012vw;
  }
}