@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  min-height: 100svh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #eef4e3;
  color: #757575;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto;
  min-height: 100svh;
  padding: 0;
  width: 100%;
}
h2 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 16px 0 20px;
}

h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 16px 0;
}

p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
a:link, a:visited {
  text-decoration: none;
}
img {
  display: inline-block;
  width: 100%;
  height: auto;
  line-height: 1 !important;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

br.for-sp {
  display: block;
}
@media (min-width: 800px) {
  br.for-sp {
    display: none;
  }
}

br.for-tab {
  display: block;
}
@media (min-width: 1080px) {
  br.for-tab {
    display: none;
  }
}

br.for-pc {
  display: none;
}
@media (min-width: 800px) {
  br.for-pc {
    display: block;
  }
}

.mt24 {
  margin-top: 24px !important;
}

.header {
  position: relative;
}
.header .logo_docomo {
  display: block;
  height: 22px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 118px;
  z-index: 1;
}
@media (min-width: 1080px) {
  .header .logo_docomo {
    height: 30px;
    left: 40px;
    top: 44px;
    width: 166px;
  }
}
.header .caption {
  color: #fff;
  font-size: 12px;
  left: 144px;
  line-height: 15px;
  position: absolute;
  top: 25px;
  z-index: 1;
}
@media (min-width: 1080px) {
  .header .caption {
    font-size: 15px;
    left: 218px;
    top: 57px;
  }
}

.footer {
  background-color: #064787;
  padding: 40px 24px;
  margin: 46px 0 0;
  position: relative;
}
@media (min-width: 800px) {
  .footer {
    padding: 136px 0;
    margin: 80px 0 0;
  }
}
.footer .border {
  position: absolute;
  width: 100%;
  height: 30px;
  top: -29px;
  left: 0;
}
.footer .border img {
  height: 100%;
}
@media (min-width: 800px) {
  .footer .border {
    height: 35px;
    top: -34px;
  }
}
@media (min-width: 1080px) {
  .footer .border {
    height: 70px;
    top: -69px;
  }
}
@media (min-width: 800px) {
  .footer .illust {
    position: absolute;
    max-width: 1535px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
  }
}
.footer .illust .deco {
  position: absolute;
}
.footer .illust .deco.deco1 {
  width: 149px;
  top: -50px;
  left: 0;
}
@media (min-width: 800px) {
  .footer .illust .deco.deco1 {
    width: 301px;
    top: -100px;
    left: 0;
  }
}
.footer .illust .deco.deco2 {
  width: 54px;
  top: -20px;
  left: calc(50% - 38px);
}
@media (min-width: 800px) {
  .footer .illust .deco.deco2 {
    width: 109px;
    top: -49px;
    left: calc(50% - 109px);
  }
}
@media (min-width: 1080px) {
  .footer .illust .deco.deco2 {
    left: 27.8175895765%;
  }
}
.footer .illust .deco.deco3 {
  width: 81px;
  top: -42px;
  right: 27px;
}
@media (min-width: 800px) {
  .footer .illust .deco.deco3 {
    width: 164px;
    top: -84px;
    right: 42px;
  }
}
@media (min-width: 800px) {
  .footer .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
    padding: 0 20px;
  }
}
@media (min-width: 1080px) {
  .footer .footer_inner {
    padding: 0;
  }
}
.footer .copyright {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 24px;
}
@media (min-width: 800px) {
  .footer .footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer .footer_link li {
  margin: 0 0 8px;
}
@media (min-width: 800px) {
  .footer .footer_link li {
    margin: 0 0 0 32px;
  }
}
.footer .footer_link a {
  color: #fff;
  display: block;
  position: relative;
}
.footer .footer_link a::after {
  background: url("..//images/icon-arrow_white.png") no-repeat right center/100%;
  content: "";
  display: inline-block;
  height: 22px;
  margin: 3.5px 0 0 8px;
  vertical-align: top;
  width: 22px;
}
.footer .footer_link a:hover span {
  text-decoration: underline;
}

.btn-hexagon {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  display: block;
  height: 50px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 295px;
  z-index: 1;
}
@media (min-width: 800px) {
  .btn-hexagon {
    border: none;
    height: 140px;
    width: 160px;
  }
}
@media (min-width: 1080px) {
  .btn-hexagon {
    border: none;
    height: 184px;
    width: 210px;
  }
}
.btn-hexagon::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  display: block;
  height: 36px;
  left: -17px;
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 36px;
}
@media (min-width: 800px) {
  .btn-hexagon::before {
    background: #fff;
    border: none;
    bottom: 1px;
    height: 22px;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    width: 2px;
    z-index: 1;
  }
}
@media (min-width: 1080px) {
  .btn-hexagon::before {
    bottom: 1px;
    height: 30px;
  }
}
.btn-hexagon::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 36px;
  left: auto;
  position: absolute;
  right: -17px;
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 36px;
}
@media (min-width: 800px) {
  .btn-hexagon::after {
    background: #fff;
    border: none;
    bottom: -21px;
    height: 22px;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    width: 2px;
    z-index: 1;
  }
}
@media (min-width: 1080px) {
  .btn-hexagon::after {
    bottom: -29px;
    height: 30px;
  }
}
.btn-hexagon .text {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 46px;
}
@media (min-width: 800px) {
  .btn-hexagon .text {
    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;
    font-size: 16px;
    height: 100%;
    line-height: 1.67;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
  }
}
@media (min-width: 1080px) {
  .btn-hexagon .text {
    font-size: 18px;
  }
}
.btn-hexagon .text br {
  display: none;
}
@media (min-width: 800px) {
  .btn-hexagon .text br {
    display: block;
  }
}
.btn-hexagon .hexagon {
  background-color: transparent;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: none;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 800px) {
  .btn-hexagon .hexagon {
    display: block;
    height: 140px;
    left: 40px;
    width: 80px;
  }
}
@media (min-width: 1080px) {
  .btn-hexagon .hexagon {
    display: block;
    height: 184px;
    left: 52px;
    width: 105px;
  }
}
.btn-hexagon .hexagon:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn-hexagon .hexagon:nth-of-type(2) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.btn-hexagon .hexagon:nth-of-type(3) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
@media (min-width: 800px) {
  .btn-hexagon:hover::after {
    background: #5ea300;
  }
}
@media (min-width: 800px) {
  .btn-hexagon:hover .hexagon {
    background-color: #5ea300;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
}

.text_thin {
  font-weight: 400;
}

.text_bold {
  font-weight: 700;
}

.title_balloon {
  background: transparent url("../images/balloon-title_sp.png") no-repeat center bottom/100% auto;
  color: #064787;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 0 0 21px;
}
@media (min-width: 800px) {
  .title_balloon {
    background: transparent url("../images/balloon-title.png") no-repeat center bottom/543px auto;
    font-size: 26px;
    line-height: 1.65;
    padding: 0 0 28px;
  }
}
@media (min-width: 1080px) {
  .title_balloon {
    font-size: 32px;
    padding: 0 0 32px;
  }
}
.title_balloon em {
  color: #5ea300;
}

.title_balloon_short {
  background-position-y: 1.8em;
}

.title_accent {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 800px) {
  .title_accent {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media (min-width: 1080px) {
  .title_accent {
    font-size: 32px;
  }
}
.title_accent em {
  color: #a7ee47;
}

.text_accent {
  color: #064787;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 1080px) {
  .text_accent {
    font-size: 32px;
    line-height: 1.6;
  }
}
.text_accent em {
  color: #5ea300;
}

.section {
  overflow: hidden;
}
.section.-bgGradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#2883c5), to(#28a8c5));
  background: linear-gradient(180deg, #2883c5 0%, #28a8c5 100%);
}
.section.-bgGradient p {
  color: #fff;
}
@media (min-width: 1080px) {
  .section .section_inner {
    margin: 0 auto;
    width: 1080px;
  }
}

body {
  position: relative;
}

#loading {
  background: -webkit-gradient(linear, left top, left bottom, from(#2883c5), to(#28a8c5));
  background: linear-gradient(to bottom, #2883c5, #28a8c5);
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  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;
}
#loading ul {
  display: grid;
}
#loading ul li {
  grid-area: 1/1;
  width: 135px;
  height: 135px;
  -webkit-animation-name: opacity_animation, scale_animation;
          animation-name: opacity_animation, scale_animation;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  opacity: 0;
  --timing: 0.5;
  --step: 1;
  -webkit-animation-delay: calc(var(--timing) * var(--step) * 1s + 0.1s);
          animation-delay: calc(var(--timing) * var(--step) * 1s + 0.1s);
}
@-webkit-keyframes opacity_animation {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity_animation {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scale_animation {
  0% {
    scale: 0.7;
  }
  65% {
    scale: 1;
  }
  75% {
    scale: 1;
    translate: 0 0;
  }
  100% {
    scale: 1;
    translate: 0 20px;
  }
}
@keyframes scale_animation {
  0% {
    scale: 0.7;
  }
  65% {
    scale: 1;
  }
  75% {
    scale: 1;
    translate: 0 0;
  }
  100% {
    scale: 1;
    translate: 0 20px;
  }
}
#loading ul li:nth-child(2) {
  --step: 2;
}
#loading ul li:nth-child(3) {
  --step: 3;
}
#loading ul li:nth-child(4) {
  --step: 4;
}
#loading ul li:nth-child(5) {
  --step: 5;
}
#loading.init ul {
  display: none;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}
#loading.test {
  display: none;
}

.section_map {
  padding: 95px 20px 156px;
  position: relative;
}
.section_map .section_inner {
  position: relative;
}
.section_map .map_textWrapper .title_accent {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 16px;
}
.section_map .map_textWrapper .paragraph {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 24px;
}
.section_map .wrap {
  position: relative;
}
.section_map .wrap .map_wrapper .img_map {
  margin: 32px auto 88px;
  width: 100%;
}
.section_map .wrap .map_wrapper {
  position: relative;
}
.section_map .wrap .map_wrapper .deco {
  position: absolute;
  width: 100%;
}
.section_map .wrap .map_wrapper .deco.deco01 {
  max-width: 214px;
  width: 54.9253731343%;
  left: 0%;
  top: 11.9047619048%;
}
.section_map .wrap .map_wrapper .deco.deco02 {
  max-width: 143px;
  width: 33.7313432836%;
  left: 26.2686567164%;
  top: 79.3650793651%;
}
.section_map .wrap .map_wrapper .deco.deco03 {
  max-width: 57px;
  width: 7.9104477612%;
  left: 21.1940298507%;
  top: 89.6825396825%;
}
.section_map .wrap .map_wrapper .deco.deco04 {
  max-width: 65px;
  width: 10.2985074627%;
  left: 67.1641791045%;
  top: 80.6878306878%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  scale: -1 1;
}
.section_map .wrap .map_wrapper .deco.deco05 {
  max-width: 121px;
  width: 23.8805970149%;
  left: 73.7313432836%;
  top: 76.455026455%;
}
.section_map p.pickup {
  color: #a7ee47;
  font-family: "DotGothic16", "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  margin: 0 0 16px;
  text-align: center;
}
.section_map p.pickup span {
  display: inline-block;
  letter-spacing: -0.01em;
}
.section_map .map_list {
  border-top: 1px solid #fff;
  position: relative;
  z-index: 1;
}
.section_map .map_list .map_listItem {
  border-bottom: 1px solid #fff;
}
.section_map .map_list .map_listItem .link_pickupItem {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  opacity: 1;
  padding: 12px 64px 12px 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section_map .map_list .map_listItem .link_pickupItem::after {
  background: url("../images/map_sp_arrow.png") no-repeat center/contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}
.section_map .map_list .map_listItem .link_pickupItem em {
  display: block;
  font-weight: 700;
}
.section_map .map_list .map_listItem .link_pickupItem:hover {
  opacity: 0.8;
}
.section_map .map_list .map_listItem .pickup_label > span {
  background-color: #ea5550;
  display: inline-block;
  height: 18px;
  width: auto;
  margin-left: 15px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  z-index: 1;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  top: -2px;
}
.section_map .map_list .map_listItem .pickup_label > span::before {
  border: 9px solid transparent;
  border-right: 7px solid #ea5550;
  content: "";
  display: block;
  height: 0;
  right: 100%;
  position: absolute;
  top: 0;
  width: 0;
}
.section_map .map_list .map_listItem .pickup_label > span::after {
  border: 9px solid transparent;
  border-left: 7px solid #ea5550;
  content: "";
  display: block;
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  width: 0;
}
.section_map .map_list .map_listItem .pickup_label > span.secondary {
  background-color: #5EA300;
}
.section_map .map_list .map_listItem .pickup_label > span.secondary::before {
  border-right-color: #5EA300;
}
.section_map .map_list .map_listItem .pickup_label > span.secondary::after {
  border-left-color: #5EA300;
}
.section_map .border {
  position: absolute;
  width: 100%;
  height: 29px;
  top: -1px;
  left: 0;
}
.section_map .border.borderbottom {
  height: 42px;
  top: auto;
  bottom: -1px;
}
.section_map .border img {
  height: 100%;
}
.section_map .border_home {
  position: absolute;
  width: 100%;
  height: 42px;
  top: -1px;
  left: 0;
}
.section_map .border_home img {
  height: 100%;
}
.section_map .deco_wrap {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.section_map .deco_wrap .deco {
  position: absolute;
  top: 0;
}
.section_map .deco_wrap .deco.deco01 {
  display: none;
}
.section_map .deco_wrap .deco.deco02 {
  top: 57px;
  right: 0;
  max-width: 130px;
}
.section_map .deco_wrap.deco_wrap2 {
  top: auto;
  bottom: 0;
}
.section_map .deco_wrap.deco_wrap2 .deco {
  top: auto;
}
.section_map .deco_wrap.deco_wrap2 .deco05 {
  left: 156px;
  bottom: 95px;
  width: 30px;
}
.section_map .deco_wrap.deco_wrap2 .deco06 {
  left: 65px;
  bottom: 74px;
  width: 24px;
}
.section_map .deco_wrap.deco_wrap2 .deco07 {
  left: 5px;
  bottom: 19px;
  width: 150px;
}
.section_map .deco_wrap.deco_wrap2 .deco08 {
  right: 73px;
  bottom: 97px;
  width: 22px;
}
.section_map .deco_wrap.deco_wrap2 .deco09 {
  right: -2px;
  bottom: 0;
  width: 177px;
}
.section_map .katsudou {
  margin-top: 64px;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
}
.section_map .katsudou .title_accent em {
  font-size: 20px;
}
.section_map .katsudou .katsudou_list {
  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;
  margin: 24px auto;
}
.section_map .katsudou .katsudou_list > li {
  font-weight: 700;
}
.section_map .katsudou .katsudou_list > li a {
  color: #fff;
}
.section_map .katsudou .katsudou_list > li:hover {
  opacity: 0.8;
}
.section_map .katsudou .katsudou_list > li::before {
  content: "｜";
  display: inline-block;
  color: #fff;
}
.section_map .katsudou .katsudou_list > li:first-child::before {
  content: "";
}
.section_map .katsudou .katsudou_linkList {
  margin: 24px 0 50px;
  text-align: center;
}
.section_map .katsudou .katsudou_linkList li {
  margin-bottom: 8px;
}
.section_map .katsudou .katsudou_linkList li a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 29px;
  line-height: 29px;
  padding: 0 0 0 29px;
  position: relative;
}
.section_map .katsudou .katsudou_linkList li a::after {
  background: url("../images/icon-arrow.png") no-repeat right center/100%;
  content: "";
  display: inline-block;
  height: 22px;
  margin: 3.5px 0 0 8px;
  vertical-align: top;
  width: 22px;
}
.section_map .katsudou .katsudou_linkList li a:hover {
  opacity: 0.8;
}
.section_map .katsudou .katsudou_linkList li .hash {
  font-size: 12px;
  color: #eef4e3;
  margin-left: 0.5em;
}

.youtubu_slider {
  max-width: 1100px;
  margin: 32px -20px 0;
}
.youtubu_slider.slick-dotted.slick-slider {
  margin-bottom: 32px;
}
.youtubu_slider .inner_wrap {
  padding: 0 20px;
  display: block;
}
.youtubu_slider .inner_wrap .youtube_link {
  width: 100%;
  display: grid;
  place-items: center;
  margin: 0 0 0;
  cursor: pointer;
}
.youtubu_slider .inner_wrap .youtube_link .thumb {
  grid-area: 1/1;
  width: 100%;
}
.youtubu_slider .inner_wrap .youtube_link .arrow {
  grid-area: 1/1;
  max-width: 48px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.youtubu_slider .inner_wrap .youtube_link .arrow + .arrowhover {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.youtubu_slider .inner_wrap .youtube_link:hover .arrow {
  opacity: 0;
}
.youtubu_slider .inner_wrap .youtube_link:hover .arrow + .arrowhover {
  opacity: 1;
}
.youtubu_slider .inner_wrap .link {
  display: block;
  padding-top: 16px;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.youtubu_slider .inner_wrap .link p {
  font-size: 15px;
  line-height: 1.87;
  font-weight: 400;
  color: #fff;
  margin: 0 0 0;
}
.youtubu_slider .inner_wrap .link p em {
  font-weight: 700;
  display: block;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.youtubu_slider .inner_wrap .link:hover p {
  text-decoration: underline;
}
.youtubu_slider .slick-prev,
.youtubu_slider .slick-next {
  top: calc((100vw - 40px) * 9 / 16 / 2);
  width: 30px;
  height: 24px;
  z-index: 10;
  position: absolute;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.youtubu_slider .slick-prev::before,
.youtubu_slider .slick-next::before {
  content: "";
  background: url("../images/youtube_arrow_sp.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.youtubu_slider .slick-prev:hover,
.youtubu_slider .slick-next:hover {
  background-color: #fff;
}
.youtubu_slider .slick-prev:hover::before,
.youtubu_slider .slick-next:hover::before {
  background: url("../images/youtube_arrow_sp_hover.svg") center center no-repeat;
  background-size: contain;
}
.youtubu_slider .slick-prev {
  left: 5px;
}
.youtubu_slider .slick-prev::before {
  scale: -1 1;
}
.youtubu_slider .slick-next {
  right: 5px;
}
.youtubu_slider .slick-dots {
  left: 50%;
  translate: -50% 0;
  bottom: -33px;
  padding: 0 20px;
  width: 100%;
  max-width: 355px;
  height: 2px;
  font-size: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.youtubu_slider .slick-dots > li {
  background-color: rgba(255, 255, 255, 0.3);
  width: auto;
  height: 2px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.youtubu_slider .slick-dots > li button {
  width: 20px;
  height: 2px;
  padding: 0;
}
.youtubu_slider .slick-dots > li button::before {
  display: none;
}
.youtubu_slider .slick-dots > li.slick-active {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
.youtubu_slider .slick-dots > li:first-child {
  border-radius: 2px 0 0 2px;
}
.youtubu_slider .slick-dots > li:last-child {
  border-radius: 0 2px 2px 0;
}

.modal-video .modal-video-body {
  max-width: 940px;
}
.modal-video .modal-video-close-btn {
  width: 20px;
  height: 20px;
  top: -36px;
}
.modal-video .modal-video-close-btn::before, .modal-video .modal-video-close-btn::after {
  margin-top: 0;
  height: 1px;
}

@media (orientation: landscape) {
  .modal-video .modal-video-close-btn {
    right: 0;
  }
}
.section_columnList {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
}
.section_columnList .title_balloon {
  margin-bottom: 24px;
}
.section_columnList .list_column {
  text-align: left;
  position: relative;
}
.section_columnList .list_column .list_column_item {
  -webkit-box-shadow: 4px 4px 0px 0px #6b8848;
          box-shadow: 4px 4px 0px 0px #6b8848;
  margin-bottom: 12px;
}
.section_columnList .list_column .list_column_item a {
  background: #eef4e3;
  color: #064787;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  min-height: 102px;
  opacity: 1;
  padding: 18px 54px 18px 112px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section_columnList .list_column .list_column_item a::after {
  background: url("../images/icon-arrow_green.png") no-repeat right center/100%;
  content: "";
  display: inline-block;
  height: 19px;
  margin: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: top;
  width: 22px;
}
.section_columnList .list_column .list_column_item a:hover {
  opacity: 0.8;
}
.section_columnList .list_column .list_column_item a:hover::after {
  background-image: url("../images/icon-arrow_red.png");
}
.section_columnList .list_column .list_column_item .img_column {
  height: 70px;
  left: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.section_columnList .accordion_box {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
  position: relative;
}
.section_columnList .accordion_box + .accordion_btn {
  cursor: pointer;
  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;
  font-size: 15px;
  color: #064787;
  text-align: center;
  position: relative;
  border: solid 1px #064787;
  margin-top: 12px;
  height: 32px;
  z-index: 10;
  -webkit-transition: color 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
  transition: color 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
}
.section_columnList .accordion_box + .accordion_btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 3.5px);
  right: 12px;
  display: block;
  width: 12px;
  height: 7px;
  background: url(../images/icon_arrow_accordion.svg) center center no-repeat;
  background-size: 12px 7px;
}
.section_columnList .accordion_box + .accordion_btn span {
  font-size: 14px;
  line-height: 1;
  position: relative;
}
.section_columnList .accordion_box + .accordion_btn span:first-child {
  display: inline-block;
  margin: auto;
}
.section_columnList .accordion_box + .accordion_btn span:first-child::before, .section_columnList .accordion_box + .accordion_btn span:first-child::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -1em;
  display: block;
  width: 1px;
  height: 0.8em;
  background: var(--col-lightblack);
  rotate: 90deg;
}
.section_columnList .accordion_box + .accordion_btn span:first-child::after {
  rotate: 180deg;
}
.section_columnList .accordion_box + .accordion_btn span:last-child {
  display: none;
}
.section_columnList .accordion_box + .accordion_btn span:last-child::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -1em;
  display: block;
  width: 1px;
  height: 0.8em;
  background: var(--col-lightblack);
  rotate: 90deg;
}
.section_columnList .accordion_box + .accordion_btn.is-open::after {
  rotate: 180deg;
}
.section_columnList .accordion_box + .accordion_btn.is-open span:first-child {
  display: none;
}
.section_columnList .accordion_box + .accordion_btn.is-open span:last-child {
  display: inline-block;
}
.section_columnList .deco_wrap {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section_columnList .deco_wrap .deco {
  width: 108px;
}
.section_columnList .deco_wrap.deco_warp2 {
  left: 0;
  right: auto;
  top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section_columnList .deco_wrap.deco_warp2 .deco {
  position: absolute;
  width: 35px;
  top: -34px;
}
.section_columnList .deco_wrap.deco_warp2 .deco:last-child {
  left: 38px;
  top: -26px;
  width: 26px;
}
.section_columnList .deco_wrap.deco_wrap3 {
  width: calc(100% - 40px);
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  margin: auto;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section_columnList .deco_wrap.deco_wrap3 .deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 76px;
}

.column .section_columnList .deco_wrap.deco_wrap3 {
  display: none;
}

.section_btn {
  padding: 40px 20px;
}
@media (min-width: 1080px) {
  .section_btn {
    padding: 80px 0 116px;
  }
}
.section_btn .btn-hexagon_flat {
  background-color: #5ea300;
  display: block;
  height: 50px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 295px;
  z-index: 1;
}
.section_btn .btn-hexagon_flat::before {
  border: 25px solid transparent;
  border-right: 20px solid #5ea300;
  content: "";
  display: block;
  height: 0;
  right: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 0;
}
.section_btn .btn-hexagon_flat::after {
  border: 25px solid transparent;
  border-left: 20px solid #5ea300;
  content: "";
  display: block;
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 0;
}
.section_btn .btn-hexagon_flat .text {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 46px;
}
.section_btn .btn-hexagon_flat:hover {
  background-color: #ea5550;
}
.section_btn .btn-hexagon_flat:hover::before {
  border-right-color: #ea5550;
}
.section_btn .btn-hexagon_flat:hover::after {
  border-left-color: #ea5550;
}

.btn-hexagon_flat {
  background-color: #5ea300;
  display: block;
  height: 50px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 295px;
  z-index: 1;
}
.btn-hexagon_flat::before {
  border: 25px solid transparent;
  border-right: 20px solid #5ea300;
  content: "";
  display: block;
  height: 0;
  right: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 0;
}
.btn-hexagon_flat::after {
  border: 25px solid transparent;
  border-left: 20px solid #5ea300;
  content: "";
  display: block;
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 0;
}
.btn-hexagon_flat .text {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 46px;
}
.btn-hexagon_flat:hover {
  background-color: #ea5550;
}
.btn-hexagon_flat:hover::before {
  border-right-color: #ea5550;
}
.btn-hexagon_flat:hover::after {
  border-left-color: #ea5550;
}

.txt_green_underline {
  position: relative;
}
.txt_green_underline::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #cedc31;
}
.txt_green_underline.height6 {
  background: linear-gradient(transparent calc(100% - 4px), #cedc31 calc(100% - 4px));
  padding: 0 2px;
  margin: 0 -2px;
}
.txt_green_underline.height6::before {
  display: none;
}
.txt_crown {
  position: relative;
}
.txt_crown .crown {
  position: absolute;
  top: -16px;
  width: 40px;
  height: 16px;
  left: 50%;
  translate: -50%;
}
.txt_crown.pickup .crown {
  position: absolute;
  top: -20px;
  width: 47px;
  height: 18px;
}
.txt_crown.btn-hexagon_flat {
  margin-top: 48px !important;
}
.txt_crown.btn-hexagon_flat .crown {
  position: absolute;
  top: -48px;
  width: 86px;
  height: 32px;
}

.text_dot > span {
  position: relative;
}
.text_dot > span::after {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 0.4em;
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background: #5ea300;
}

.home.init {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.home .section_firstView {
  background: -webkit-gradient(linear, left top, left bottom, from(#2883c5), to(#28a8c5)) top center repeat;
  background: linear-gradient(180deg, #2883c5, #28a8c5) top center repeat;
  background-size: contain;
  padding: 94px 20px 0;
  padding-bottom: 101.3333333333%;
  position: relative;
}
.home .section_firstView .caption {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.03em;
  margin: 0 0 16px;
  vertical-align: bottom;
  color: #fff;
}
.home .section_firstView .caption em {
  font-size: 20px;
  font-weight: 700;
}
.home .section_firstView .lead {
  position: relative;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
  margin: 0 0 16px;
  vertical-align: bottom;
  color: #fff;
}
.home .section_firstView .lead em {
  color: #a7ee47;
  font-size: 36px;
}
.home .section_firstView .sublead {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.home .section_firstView .section_firstView_btns {
  margin-top: 24px;
  position: relative;
}
.home .section_firstView .section_firstView_btns li {
  margin: 0 0 12px;
}
.home .section_firstView .border {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}
.home .section_firstView .border img {
  height: 100%;
}
.home .section_firstView .foreground_deco {
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 375/310;
  width: 100%;
}
.home .section_firstView .background_deco {
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 375/310;
  width: 100%;
}
.home .section_firstView .background_deco2 {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 375/310;
  width: 100%;
}
.home .section_firstView .parts {
  position: absolute;
  --base-width: 375;
  --base-height: 310;
  left: calc(var(--self-x) / var(--base-width) * 100%);
  top: calc((var(--self-y) - 847 + 310) / var(--base-height) * 100%);
  width: calc(var(--self-w) / var(--base-width) * 100%);
}
.home .section_firstView .parts.parts01 {
  --self-x: 238;
  --self-y: 729;
  --self-w: 61;
}
.home .section_firstView .parts.parts02 {
  display: none;
}
.home .section_firstView .parts.parts03 {
  --self-x: 37;
  --self-y: 703;
  --self-w: 95;
}
.home .section_firstView .parts.parts04 {
  --self-x: 8;
  --self-y: 726;
  --self-w: 49;
}
.home .section_firstView .parts.parts05 {
  --self-x: 286;
  --self-y: 651;
  --self-w: 66;
}
.home .section_firstView .parts.parts06 {
  --self-x: 335;
  --self-y: 729;
  --self-w: 44;
}
.home .section_firstView .parts.parts07 {
  display: none;
}
.home .section_firstView .parts.parts08 {
  display: none;
}
.home .section_firstView .parts.parts09 {
  display: none;
}
.home .section_firstView .parts.parts10 {
  display: none;
}
.home .section_firstView .parts.parts11 {
  display: none;
}
.home .section_firstView .parts.parts12 {
  --self-x: 126;
  --self-y: 686;
  --self-w: 35;
}
.home .section_firstView .parts.parts13 {
  display: none;
}
.home .section_firstView .parts.parts14 {
  display: none;
}
.home .section_firstView .parts.parts15 {
  --self-x: 263;
  --self-y: 449;
  --self-w: 32;
}
.home .section_firstView .parts.parts16 {
  display: none;
}
.home .section_firstView .parts.parts17 {
  display: none;
}
.home .section_firstView .parts.parts18 {
  --self-x: 108;
  --self-y: 681;
  --self-w: 30;
}
.home .section_firstView .parts.parts19 {
  display: none;
}
.home .section_firstView .parts.parts19_2 {
  display: none;
}
.home .section_firstView .parts.parts19_3 {
  display: none;
}
.home .section_firstView .parts.parts20 {
  --self-x: 197;
  --self-y: 664;
  --self-w: 92;
}
.home .section_firstView .parts.parts20_2 {
  --self-x: 198;
  --self-y: 673;
  --self-w: 40;
}
.home .section_firstView .parts.parts21 {
  --self-x: 324;
  --self-y: 672;
  --self-w: 92;
}
.home .section_firstView .parts.parts22 {
  --self-x: -95;
  --self-y: 664;
  --self-w: 156;
}
.home .section_firstView .parts.parts23 {
  --self-x: 69;
  --self-y: 642;
  --self-w: 92;
}
.home .section_firstView .parts.parts24 {
  --self-x: 55;
  --self-y: 584;
  --self-w: 47;
}
.home .section_firstView .parts.parts25 {
  --self-x: 6;
  --self-y: 551;
  --self-w: 46;
}
.home .section_firstView .parts.parts26 {
  display: none;
}
.home .section_firstView .parts.parts27 {
  --self-x: 314;
  --self-y: 608;
  --self-w: 43;
}
.home .section_firstView .parts.parts28 {
  display: none;
}
.home .section_firstView .parts.parts29 {
  --self-x: 196;
  --self-y: 591;
  --self-w: 60;
}
.home .section_firstView .parts.parts30 {
  --self-x: 333;
  --self-y: 587;
  --self-w: 41;
}
.home .section_firstView .parts.parts31 {
  --self-x: 272;
  --self-y: 546;
  --self-w: 87;
}
.home .section_firstView .parts.parts32 {
  display: none;
}
.home .section_firstView .parts.parts33 {
  display: none;
}
.home .section_firstView .parts.parts34 {
  display: none;
}
.home .section_firstView .parts.parts35 {
  --self-x: 292;
  --self-y: 60;
  --self-w: 112;
  top: calc((var(--self-y)) / var(--base-height) * 100%);
}
.home .section_firstView .parts.parts36 {
  --self-x: 217;
  --self-y: 24;
  --self-w: 77;
  top: calc((var(--self-y)) / var(--base-height) * 100%);
}
.home .section_firstView .parts.parts37 {
  display: none;
}
.home .section_firstView .parts.parts38 {
  --self-x: 0;
  --self-y: 620;
  --self-w: 375;
}
.home .section_firstView .parts.parts39 {
  display: none;
}
.home .section_firstView .parts.parts40 {
  display: none;
}
.home .section_firstView .parts.parts41 {
  display: none;
}
.home .section_history {
  padding: 88px 20px 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.home .section_history .history_btn {
  cursor: pointer;
}
.home .section_history .border {
  position: absolute;
  width: 100%;
  height: 38px;
  top: -1px;
  left: 0;
}
.home .section_history .border img {
  height: 100%;
}
.home .section_title {
  display: none;
  padding: 118px 20px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.home .section_title .logo {
  position: relative;
  display: block;
  margin: 16px auto 0;
  width: 268px;
}
.home .section_title .lead {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0em;
  margin: 16px 0 80px;
  color: #064787;
}
.home .section_title .lead em {
  color: #5ea300;
}
.home .section_title .deco_wrap .deco {
  position: absolute;
}
.home .section_title .deco_wrap .deco.deco01 {
  width: 145px;
  left: 0;
  top: 65px;
}
.home .section_title .deco_wrap .deco.deco02 {
  width: 111px;
  right: 0;
  top: 333px;
}
.home .section_title .deco_wrap .deco.deco03 {
  width: 110px;
  left: 0;
  top: 310px;
}
.home .section_title .deco_wrap .deco.deco04 {
  display: none;
}
.home .section_title .border {
  position: absolute;
  width: 100%;
  height: 38px;
  top: -1px;
  left: 0;
}
.home .section_title .border img {
  height: 100%;
}
.home .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin: 32px auto 56px;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.home .step li {
  color: #064787;
}
.home .step li figure {
  margin: auto;
  position: relative;
}
.home .step li figure picture {
  display: block;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.home .step li figure figcaption {
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 16.1194029851vw;
  line-height: 1;
  font-family: "Oswald", "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  padding-bottom: 8px;
  border-bottom: 2px solid #064787;
}
.home .step li .title {
  font-weight: bold;
  font-size: 20px;
  color: #064787;
  line-height: normal;
  margin: 24px auto 8px;
}
.home .step li .title .green {
  color: #5ea300;
}
.home .step li .title .big {
  font-size: 32px;
}
.home .step li .lead {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.87;
  text-align: left;
}
.home .section_description {
  padding: 95px 20px 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home .section_description .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.home .section_description .title_accent {
  margin-bottom: 16px;
}
.home .section_description .img_forest {
  text-align: center;
  margin: 0 -20px;
}
.home .section_description .img_forest img {
  margin: 0 -58px;
  max-width: 480px;
  width: calc(100% + 58px + 58px);
  height: auto;
}
.home .section_description .border {
  position: absolute;
  width: 100%;
  height: 29px;
  top: -1px;
  left: 0;
}
.home .section_description .border.borderbottom {
  height: 42px;
  top: auto;
  bottom: -1px;
}
.home .section_description .border img {
  height: 100%;
}
.home .section_description .deco_wrap {
  display: none;
}
.home .section_data {
  display: none;
  padding: 60px 20px 75px;
  position: relative;
  z-index: 2;
  background-color: #eef4e3;
  text-align: center;
}
.home .section_data .section_inner {
  position: relative;
}
.home .section_data .data_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 8px;
  margin: 0 auto;
  width: 100%;
}
.home .section_data .data_list .data_item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: calc(50% - 8px);
  aspect-ratio: 160/124;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.home .section_data .data_list .data_item:nth-child(1) {
  background-image: url("../images/bg-data1.png");
}
.home .section_data .data_list .data_item:nth-child(2) {
  background-image: url("../images/bg-data2.png");
}
.home .section_data .data_list .data_item:nth-child(3) {
  background-image: url("../images/bg-data3.png");
}
.home .section_data .data_list .data_item:nth-child(4) {
  background-image: url("../images/bg-data4.png");
  background-position: center 7px;
}
.home .section_data .data_list .data_title {
  color: #fff;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.home .section_data .data_list .data_data {
  text-align: center;
}
.home .section_data .data_list .data_data .count {
  color: #a7ee47;
  display: inline-block;
  font-family: "Oswald", "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 26px;
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-right: 3px;
  text-align: center;
  vertical-align: middle;
}
.home .section_data .data_list .data_data .unit {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 1;
  line-height: 18px;
  padding: 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 600px) {
  .home .section_data .data_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px 8px;
  }
  .home .section_data .data_list .data_item {
    width: 105%;
    aspect-ratio: 160/124;
    gap: 8px;
  }
  .home .section_data .data_list .data_item:nth-child(1) {
    margin-right: -5%;
  }
  .home .section_data .data_list .data_item:nth-child(2) {
    margin-top: 15%;
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
  .home .section_data .data_list .data_item:nth-child(3) {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
  .home .section_data .data_list .data_item:nth-child(4) {
    margin-top: 15%;
    margin-left: -5%;
  }
  .home .section_data .data_list .data_title {
    font-size: 12px;
    font-size: 2vw;
  }
  .home .section_data .data_list .data_data .count {
    font-size: 26px;
    font-size: 4.3333333333vw;
  }
  .home .section_data .data_list .data_data .unit {
    font-size: 12px;
    font-size: 2vw;
  }
}
.home .section_data .note {
  color: #064787;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  margin: 8px auto 40px;
  text-align: right;
  width: 100%;
}
.home .section_data .note + .centered {
  text-align: center;
}
.home .section_data .lets_play {
  margin: 32px auto 48px;
  text-align: center;
  width: 100%;
}
.home .section_data .lets_play .title_balloon {
  margin-bottom: 24px;
}
.home .section_data .lets_play .note {
  text-align: center;
}
.home .section_data .lets_play .img_kinds {
  margin: 0 auto 24px;
  width: 100%;
}
.home .section_data .lets_play .img_kinds img {
  vertical-align: top;
}
.home .section_data .lets_play .btn-hexagon {
  background-color: #ea5550;
  border: none;
  margin: 8px auto 0;
}
.home .section_data .lets_play .btn-hexagon::before {
  border: 25px solid transparent;
  border-right: 20px solid #ea5550;
  content: "";
  display: block;
  height: 0;
  left: auto;
  right: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 0;
}
.home .section_data .lets_play .btn-hexagon::after {
  border: 25px solid transparent;
  border-left: 20px solid #ea5550;
  content: "";
  display: block;
  height: 0;
  left: 100%;
  right: auto;
  position: absolute;
  top: 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 0;
}
.home .section_data .lets_play .btn-hexagon .text {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 46px;
}
.home .section_data .lets_play .btn-hexagon .text br {
  display: none;
}
.home .section_data .lets_play .btn-hexagon .text em {
  font-family: "DotGothic16", "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 26px;
  font-weight: normal;
  margin-left: 8px;
}
.home .section_data .lets_play .btn-hexagon .hexagon {
  background-color: #ea5550;
  border: none;
  display: none;
  left: 52px;
  position: absolute;
}
.home .section_data .lets_play .btn-hexagon .hexagon:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.home .section_data .lets_play .btn-hexagon .hexagon:nth-of-type(2) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.home .section_data .lets_play .btn-hexagon .hexagon:nth-of-type(3) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.home .section_data .lets_play .btn-hexagon:hover {
  background-color: #5ea300;
}
.home .section_data .lets_play .btn-hexagon:hover::before {
  border-right-color: #5ea300;
}
.home .section_data .lets_play .btn-hexagon:hover::after {
  border-left-color: #5ea300;
}
@media (min-width: 600px) {
  .home .section_data .lets_play {
    position: relative;
  }
  .home .section_data .lets_play .img_kinds {
    margin: 0 0 48px 0;
    width: 78%;
  }
  .home .section_data .lets_play .btn-hexagon {
    background-color: transparent;
    position: absolute;
    right: 0;
    bottom: -5%;
    width: 25%;
    max-width: 100%;
    height: auto;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 250/220;
  }
  .home .section_data .lets_play .btn-hexagon::before {
    position: absolute;
    background: #fff;
    border: none;
    top: auto;
    bottom: 1px;
    height: 13.6363636364%;
    left: 50%;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    width: 2px;
    z-index: 1;
  }
  .home .section_data .lets_play .btn-hexagon::after {
    position: absolute;
    background: #ea5550;
    border: none;
    height: 13.6363636364%;
    left: 50%;
    right: auto;
    top: auto;
    bottom: -29px;
    bottom: -13.1818181818%;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 2px;
    z-index: 1;
  }
  .home .section_data .lets_play .btn-hexagon .text {
    display: block;
    margin-top: -5%;
    font-size: 20px;
    font-size: 2.3333333333vw;
    line-height: 1.6;
    position: relative;
    height: auto;
  }
  .home .section_data .lets_play .btn-hexagon .text br {
    display: block;
  }
  .home .section_data .lets_play .btn-hexagon .text em {
    font-size: 54px;
    font-size: 5.6666666667vw;
    line-height: 1;
  }
  .home .section_data .lets_play .btn-hexagon .hexagon {
    display: block;
    left: 25%;
    width: 50%;
    height: auto;
    aspect-ratio: 126/220;
  }
  .home .section_data .lets_play .btn-hexagon:hover {
    background-color: transparent;
  }
  .home .section_data .lets_play .btn-hexagon:hover::before {
    background: #fff;
  }
  .home .section_data .lets_play .btn-hexagon:hover::after {
    background: #5ea300;
  }
  .home .section_data .lets_play .btn-hexagon:hover .hexagon {
    background-color: #5ea300;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
  .home .section_data .lets_play .note {
    margin: 0 auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: calc(60% - 34px);
    right: calc(20% - 130px);
  }
  .home .section_data .lets_play .note br.for-pc {
    display: block;
  }
}
.home .section_data .knowledge {
  margin: 0 auto;
  width: 100%;
}
.home .section_data .knowledge .knowledge_data {
  margin-bottom: 32px;
}
.home .section_data .knowledge .img_balloon {
  height: auto;
  margin: 0 auto 16px;
  width: 209px;
  display: grid;
  place-items: center;
  aspect-ratio: 282/234;
}
.home .section_data .knowledge .img_balloon .bgimg {
  grid-area: 1/1;
}
.home .section_data .knowledge .img_balloon .lead {
  grid-area: 1/1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.03em;
  vertical-align: bottom;
  text-align: center;
  color: #064787;
  margin: 10px 16px 0 0;
}
.home .section_data .knowledge .img_balloon .lead em {
  color: #5ea300;
}
.home .section_data .knowledge .knowledge_list {
  color: #064787;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 16px;
}
.home .section_data .knowledge .knowledge_list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  gap: 12px;
}
.home .section_data .knowledge .knowledge_list li img {
  width: 60px;
}
.home .section_data .knowledge .knowledge_list li span {
  display: inline-block;
}
.home .section_data .knowledge .knowledge_list li em {
  color: #5ea300;
}
.home .section_data .deco_wrap .deco {
  position: absolute;
}
.home .section_data .deco_wrap .deco.deco01 {
  width: 145px;
  left: 0;
  top: 65px;
}
.home .section_data .deco_wrap .deco.deco02 {
  width: 111px;
  right: 0;
  top: 333px;
}
.home .section_data .deco_wrap .deco.deco03 {
  width: 110px;
  left: 0;
  bottom: 443px;
}
.home .section_data .deco_wrap .deco.deco04 {
  width: 114px;
  right: 0;
  bottom: 302px;
}
.home .section_recommend {
  padding: 50px 20px 0;
  position: relative;
  text-align: center;
}
.home .section_recommend .recommend_list {
  margin: 24px 0 32px;
}
.home .section_recommend .recommend_list li {
  margin-bottom: 12px;
}
.home .section_recommend .recommend_list li:nth-child(1) .btn-recommend {
  background-image: url("../images/bg-recommend1.png");
}
.home .section_recommend .recommend_list li:nth-child(1) .btn-recommend:hover {
  background-image: url("../images/bg-recommend.png");
}
.home .section_recommend .recommend_list li:nth-child(2) {
  margin: -14px 0;
}
.home .section_recommend .recommend_list li:nth-child(2) .btn-recommend {
  background-image: url("../images/bg-recommend2.png");
  margin-left: auto;
}
.home .section_recommend .recommend_list li:nth-child(2) .btn-recommend:hover {
  background-image: url("../images/bg-recommend.png");
}
.home .section_recommend .recommend_list li:nth-child(3) .btn-recommend {
  background-image: url("../images/bg-recommend3.png");
}
.home .section_recommend .recommend_list li:nth-child(3) .btn-recommend:hover {
  background-image: url("../images/bg-recommend.png");
}
.home .section_recommend .recommend_list .btn-recommend {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 200px;
  width: 59.7014925373%;
  max-width: 300px;
  aspect-ratio: 200/168;
  margin: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.home .section_recommend .recommend_list .btn-recommend::before {
  background: #fff;
  bottom: 1px;
  content: "";
  display: block;
  height: 30px;
  left: 50%;
  position: absolute;
  top: auto;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 2px;
  z-index: 1;
}
.home .section_recommend .recommend_list .btn-recommend::after {
  background: #5ea300;
  bottom: -29px;
  content: "";
  display: block;
  height: 30px;
  left: 50%;
  position: absolute;
  right: -17px;
  top: auto;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 2px;
  z-index: 1;
}
.home .section_recommend .recommend_list .btn-recommend .text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.home .section_recommend .recommend_list .btn-recommend.hide-text .text {
  visibility: hidden;
}
.home .section_recommend .recommend_list .btn-recommend:hover.hide-text .text {
  visibility: visible;
}
.home .section_recommend .recommend_list .btn-recommend:hover::after {
  background: #5ea300;
}
@media (min-width: 480px) {
  .home .section_recommend .recommend_list {
    width: 100%;
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -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: 40px auto 70px;
    gap: 0;
  }
  .home .section_recommend .recommend_list li {
    width: 33.3%;
  }
  .home .section_recommend .recommend_list li:nth-child(1) {
    margin: auto;
    margin-top: 0;
  }
  .home .section_recommend .recommend_list li:nth-child(2) {
    margin: auto;
    margin-top: 24px;
  }
  .home .section_recommend .recommend_list li:nth-child(3) {
    margin: auto;
    margin-top: 48px;
  }
  .home .section_recommend .recommend_list .btn-recommend {
    background-size: contain;
    width: 100%;
    max-width: 1080px;
    aspect-ratio: 333/280;
  }
  .home .section_recommend .recommend_list .btn-recommend .text {
    font-size: 14px;
  }
}
.home .section_recommend .recommend_linkList {
  margin: 50px 0 80px;
  text-align: left;
}
.home .section_recommend .recommend_linkList li {
  margin-bottom: 8px;
}
.home .section_recommend .recommend_linkList li a {
  background: url("../images/icon-tree.png") no-repeat left center/21px 29px;
  color: #064787;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 29px;
  line-height: 29px;
  padding: 0 0 0 29px;
  position: relative;
}
.home .section_recommend .recommend_linkList li a span {
  display: inline-block;
  vertical-align: top;
}
.home .section_recommend .recommend_linkList li a::after {
  background: url("../images/icon-arrow.png") no-repeat right center/100%;
  content: "";
  display: inline-block;
  height: 22px;
  margin: 3.5px 0 0 8px;
  vertical-align: top;
  width: 22px;
}
.home .section_recommend .recommend_linkList li a:hover span {
  text-decoration: underline;
}
.home .section_report {
  display: none;
  padding: 140px 20px 116px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.home .section_report .border {
  position: absolute;
  width: 100%;
  height: 29px;
  top: -1px;
  left: 0;
}
.home .section_report .border.borderbottom {
  height: 42px;
  top: auto;
  bottom: -1px;
}
.home .section_report .border img {
  height: 100%;
}
.home .section_report .deco_wrap {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.home .section_report .deco_wrap .deco {
  position: absolute;
  top: 0;
}
.home .section_report .deco_wrap .deco.deco01 {
  display: none;
}
.home .section_report .deco_wrap .deco.deco02 {
  top: 57px;
  right: 0;
  max-width: 130px;
}
.home .section_report .deco_wrap.deco_wrap2 {
  top: auto;
  bottom: 0;
}
.home .section_report .deco_wrap.deco_wrap2 .deco {
  top: auto;
}
.home .section_report .deco_wrap.deco_wrap2 .deco03 {
  left: 134px;
  bottom: 20px;
  width: 20px;
}
.home .section_report .deco_wrap.deco_wrap2 .deco04 {
  left: 154px;
  bottom: 20px;
  width: 24px;
}
.home .section_report .deco_wrap.deco_wrap2 .deco05 {
  left: 185px;
  bottom: 18px;
  width: 15px;
}
.home .section_report .deco_wrap.deco_wrap2 .deco06 {
  left: 110px;
  bottom: 9px;
  width: 31px;
}
.home .section_report .deco_wrap.deco_wrap2 .deco07 {
  left: 165px;
  bottom: 9px;
  width: 23px;
}
.home .section_report .deco_wrap.deco_wrap2 .deco08 {
  left: 91px;
  bottom: 50px;
  width: 30px;
}
.home .section_report .deco_wrap.deco_wrap2 .deco09 {
  left: 209px;
  bottom: 10px;
  width: 21px;
}
.home .section_report .deco_wrap.deco_wrap2 .deco10 {
  left: 242px;
  bottom: 11px;
  width: 16px;
}
.home .section_report .deco_wrap.deco_wrap2 .deco11 {
  left: 264px;
  bottom: 9px;
  width: 24px;
}
.home .section_report .deco_wrap.deco_wrap2 .deco12 {
  left: 199px;
  bottom: 0px;
  width: 21px;
}
.home .section_report .deco_wrap.deco_wrap2 .deco13 {
  left: 250px;
  bottom: 0px;
  width: 21px;
}
.home .section_report .deco_wrap.deco_wrap2 .deco14 {
  left: 277px;
  bottom: 1px;
  width: 21px;
}
.home .section_report .deco_wrap.deco_wrap2 .deco15 {
  display: none;
}
.home .section_report .title_accent {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  border-bottom: 4px solid #cedc31;
  display: inline-block;
  margin-bottom: 40px;
}
.home .section_report .title_accent em {
  color: #a7ee47;
}
.home .section_report .paragraph {
  font-size: 15px;
  line-height: 1.67;
}
.home .section_report .paragraph em {
  color: #a7ee47;
  font-size: 22px;
}
.home .section_report .paragraph.head {
  font-weight: 700;
}
.home .section_report .paragraph.head.accent {
  font-size: 18px;
}
.home .section_report .youtube_block {
  margin: 16px auto 32px;
}
.home .section_report .youtube_block .inner_wrap {
  padding: 0 20px;
  display: block;
}
.home .section_report .youtube_block .inner_wrap .youtube_link {
  width: 100%;
  display: grid;
  place-items: center;
  margin: 0 0 0;
  cursor: pointer;
}
.home .section_report .youtube_block .inner_wrap .youtube_link .thumb {
  grid-area: 1/1;
  width: 100%;
}
.home .section_report .youtube_block .inner_wrap .youtube_link .arrow {
  grid-area: 1/1;
  max-width: 48px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.home .section_report .youtube_block .inner_wrap .youtube_link .arrow + .arrowhover {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.home .section_report .youtube_block .inner_wrap .youtube_link:hover .arrow {
  opacity: 0;
}
.home .section_report .youtube_block .inner_wrap .youtube_link:hover .arrow + .arrowhover {
  opacity: 1;
}
.home .section_report .report_images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
  margin-top: 32px;
}
.home .section_concept {
  padding: 60px 20px 75px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  text-align: center;
}
.home .section_concept .section_inner {
  position: relative;
}
.home .section_concept .title_with_deco {
  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;
  gap: 8px;
}
.home .section_concept .deco_wrap {
  display: block;
}
.home .section_concept .deco_wrap .deco.deco01 {
  width: 31px;
}
.home .section_concept .deco_wrap .deco.deco02 {
  width: 33px;
}
.home .section_concept .list_concept {
  margin: 24px 0 0;
  -webkit-filter: drop-shadow(8px 8px 0 #6b8848);
          filter: drop-shadow(8px 8px 0 #6b8848);
}
.home .section_concept .list_concept .list_concept_item {
  background: #eef4e3;
  margin: 0 0 20px;
  padding: 32px 24px;
  position: relative;
  z-index: 0;
  -webkit-mask-image: linear-gradient(-225deg, transparent, transparent 36.355px, black 36.355px, black);
          mask-image: linear-gradient(-225deg, transparent, transparent 36.355px, black 36.355px, black);
}
.home .section_concept .list_concept .title {
  color: #064787;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .home .section_concept .list_concept .title {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 24px;
  }
}
.home .section_concept .list_concept .title em {
  color: #5ea300;
}
.home .section_concept .list_concept .description {
  color: #064787;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto;
  text-align: left;
}
.home .section_concept .list_concept .description > li {
  list-style: disc;
  margin-left: 20px;
}

.game {
  overflow: visible;
}
.game .btn_floating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  background-color: #fff;
  padding: 1px 0 0;
}
.game .btn_floating a {
  position: relative;
  padding: 14px 30px 14px 14px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#2883c5), to(#28a8c5)) top center repeat;
  background: linear-gradient(180deg, #2883c5, #28a8c5) top center repeat;
  width: 100%;
}
.game .btn_floating a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3.5px);
  right: 14px;
  display: block;
  width: 13px;
  height: 7px;
  background: url("../images/game/icon_arrow_bottom_white.svg") center center no-repeat;
  background-size: 13px auto;
}
.game .footer {
  margin-top: 66px;
}
.game .section_firstView {
  padding: 86px 20px 0;
  position: relative;
  text-align: center;
  aspect-ratio: 375/604;
  width: 100%;
  max-height: 604px;
  overflow: visible;
}
.game .section_firstView .logo {
  display: block;
  margin: 16px auto 0;
  max-width: 335px;
}
.game .section_firstView .lead {
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  margin: 17px 0 0;
  text-align: center;
}
.game .section_firstView .img_smartphone {
  bottom: -3.1456953642%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
  width: 53.6%;
  max-width: 201px;
  z-index: 10;
}
.game .section_firstView .img_smartphone img {
  width: 100%;
}
.game .section_firstView .border {
  position: absolute;
  width: 100%;
  height: 23.8410596026%;
  bottom: -1px;
  left: 0;
}
.game .section_firstView .border img {
  height: 100%;
}
.game .section_firstView .deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.game .section_firstView .deco .parts {
  position: absolute;
  --base-width: 375;
  --base-height: 604;
  left: calc(var(--self-x) / var(--base-width) * 100%);
  bottom: calc(var(--self-y) / var(--base-height) * 100%);
  width: calc(var(--self-w) / var(--base-width) * 100%);
}
.game .section_firstView .deco .parts.parts01 {
  --self-x: 39;
  --self-y: 192;
  --self-w: 37;
}
.game .section_firstView .deco .parts.parts02 {
  --self-x: 321;
  --self-y: 242;
  --self-w: 36;
}
.game .section_firstView .deco .parts.parts03 {
  --self-x: 30;
  --self-y: 92;
  --self-w: 80;
}
.game .section_firstView .deco .parts.parts04 {
  --self-x: 168;
  --self-y: 92;
  --self-w: 36;
}
.game .section_firstView .deco .parts.parts05 {
  --self-x: 337;
  --self-y: 101;
  --self-w: 37;
}
.game .section_firstView .deco .parts.parts06 {
  --self-x: 250;
  --self-y: 107;
  --self-w: 75;
}
.game .section_firstView .deco .parts.parts07 {
  --self-x: 292;
  --self-y: 105;
  --self-w: 49;
}
.game .section_firstView .deco .parts.parts08 {
  --self-x: 5;
  --self-y: 113;
  --self-w: 49;
}
.game .section_firstView .deco .parts.parts09 {
  display: none;
}
.game .section_firstView .deco .parts.parts10 {
  display: none;
}
.game .section_firstView .deco .parts.parts11 {
  --self-x: -10;
  --self-y: 158;
  --self-w: 394;
}
.game .section_firstView .deco .parts.parts12 {
  display: none;
}
.game .section_title {
  padding: 80px 20px;
  text-align: center;
  position: relative;
}
.game .section_title .logo {
  display: block;
  height: 50.4px;
  margin: 16px auto 0;
  width: 300px;
}
.game .section_title .lead {
  color: #064787;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  margin: 16px 0;
  text-align: left;
}
.game .section_title .lead em {
  color: #5ea300;
}
.game .section_title .lead .big {
  font-size: 22px;
}
.game .section_title .lead.closed {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 120px;
}
.game .section_title .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin: 80px auto 56px;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.game .section_title .step li {
  color: #064787;
}
.game .section_title .step li figure {
  margin: auto;
  position: relative;
}
.game .section_title .step li figure picture {
  display: block;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.game .section_title .step li figure figcaption {
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 16.1194029851vw;
  line-height: 1;
  font-family: "Oswald", "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  padding-bottom: 8px;
  border-bottom: 2px solid #064787;
}
.game .section_title .step li .title {
  font-weight: bold;
  font-size: 20px;
  color: #064787;
  line-height: normal;
  margin: 24px auto 8px;
}
.game .section_title .step li .title .green {
  color: #5ea300;
}
.game .section_title .step li .title .big {
  font-size: 32px;
}
.game .section_title .step li .lead {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.87;
  text-align: left;
}
.game .section_title .invitation_wrap {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 335px;
  margin: 0 auto 80px;
}
.game .section_title .invitation_wrap picture {
  grid-area: 1/1;
}
.game .section_title .invitation_wrap .invitation_inner {
  grid-area: 1/1;
  padding: min(36px, 9.6vw) 16px 0;
  color: #67593d;
}
.game .section_title .invitation_wrap .invitation_inner h3 {
  margin: 0 auto;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 4px;
}
.game .section_title .invitation_wrap .invitation_inner p {
  font-size: 15px;
  line-height: 1.5;
}
.game .section_title .invitation_wrap .invitation_inner p span {
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
}
.game .section_title .text_accent {
  margin: 0 0 24px;
}
.game .section_title .nft_carousel {
  display: block;
  height: 244px;
  width: calc(100% + 40px);
  margin: 0 -20px 0;
  background: url("../images/nft_carousel@2x.png") 0 0 repeat;
  background-size: 1190px 244px;
  background-position: 0 0;
  -webkit-animation-name: loopbg;
          animation-name: loopbg;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes loopbg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1190px 0;
  }
}
@keyframes loopbg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1190px 0;
  }
}
.game .section_title .list_note {
  color: #064787;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin: 24px 0 0;
  text-align: left;
}
.game .section_title .deco_wrap {
  display: none;
}
.game .section_app {
  padding: 50px 20px 80px;
  position: relative;
  overflow: hidden;
}
.game .section_app .deco_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
.game .section_app .deco_wrap.pc {
  display: none;
}
.game .section_app .deco_wrap .deco {
  position: absolute;
  bottom: 0;
  line-height: 0;
}
.game .section_app .deco_wrap .deco:nth-last-child(1) {
  bottom: 19px;
  left: -125.5px;
  width: 38px;
}
.game .section_app .deco_wrap .deco:nth-last-child(2) {
  left: -51.5px;
  width: 23px;
}
.game .section_app .deco_wrap .deco:nth-last-child(3) {
  left: 57.5px;
  width: 24px;
}
.game .section_app .deco_wrap .deco:nth-last-child(4) {
  left: 2.5px;
  width: 21px;
}
.game .section_app .deco_wrap .deco:nth-last-child(5) {
  left: -72.5px;
  width: 21px;
}
.game .section_app .deco_wrap .deco:nth-last-child(6) {
  left: 35.5px;
  width: 16px;
}
.game .section_app .deco_wrap .deco:nth-last-child(7) {
  left: -21.5px;
  width: 15px;
}
.game .section_app .deco_wrap .deco:nth-last-child(8) {
  left: -87.5px;
  width: 70px;
}
.game .section_app .deco_wrap .deco:nth-last-child(9) {
  left: -6.5;
  width: 94px;
}
.game .section_app .list_tree {
  margin: 0 0 72px;
  text-align: left;
}
.game .section_app .list_tree li {
  background: url("../images/icon-tree.png") no-repeat left center/21px 29px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
  padding: 0 0 0 29px;
  position: relative;
}
.game .section_app .list_tree li span {
  display: inline-block;
  vertical-align: top;
}
.game .section_app .btn-hexagon_flat {
  background-color: #ea5550;
  display: block;
  height: 50px;
  margin: 0 auto 24px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 295px;
  z-index: 1;
}
.game .section_app .btn-hexagon_flat::before {
  border: 25px solid transparent;
  border-right: 20px solid #ea5550;
  content: "";
  display: block;
  height: 0;
  left: -45px;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 0;
}
.game .section_app .btn-hexagon_flat::after {
  border: 25px solid transparent;
  border-left: 20px solid #ea5550;
  content: "";
  display: block;
  height: 0;
  left: auto;
  position: absolute;
  right: -45px;
  top: 0;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 0;
}
.game .section_app .btn-hexagon_flat .text {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 46px;
}
.game .section_app .btn-hexagon_flat:hover {
  background-color: #5ea300;
}
.game .section_app .btn-hexagon_flat:hover::before {
  border-right-color: #5ea300;
}
.game .section_app .btn-hexagon_flat:hover::after {
  border-left-color: #5ea300;
}
.game .section_app .section_app_forSP {
  display: none;
}
.game .section_app .app_text_forSP {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
}
.game .section_app .app_text_forSP em {
  color: #a7ee47;
}
.game .section_app .img_qr img {
  vertical-align: top;
  max-width: 120px;
}
.game .section_app .recom_env {
  border-bottom: 1px solid #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}
.game .section_app .list_recom_env {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.game .section_app .list_note {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin: 24px 0 0;
  text-align: left;
}
.game .section_blockChain {
  background: #fff;
  padding: 80px 20px 80px;
  text-align: center;
  position: relative;
}
.game .section_blockChain .list_blockChain {
  margin: 24px 0 0;
  -webkit-filter: drop-shadow(8px 8px 0 #6b8848);
          filter: drop-shadow(8px 8px 0 #6b8848);
}
.game .section_blockChain .list_blockChain .list_blockChain_item {
  background: #eef4e3;
  margin: 0 0 20px;
  padding: 32px 24px;
  position: relative;
  z-index: 0;
  -webkit-mask-image: linear-gradient(-225deg, transparent, transparent 36.355px, black 36.355px, black);
          mask-image: linear-gradient(-225deg, transparent, transparent 36.355px, black 36.355px, black);
}
.game .section_blockChain .list_blockChain .title {
  color: #064787;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .game .section_blockChain .list_blockChain .title {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 24px;
  }
}
.game .section_blockChain .list_blockChain .title em {
  color: #5ea300;
}
.game .section_blockChain .list_blockChain .description {
  color: #064787;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto;
  text-align: left;
}
.game .section_blockChain .list_blockChain .description .note {
  display: block;
  font-size: 12px;
  line-height: 17px;
  margin-top: 8px;
}
.game .section_blockChain .section_inner {
  position: relative;
}
.game .section_blockChain .deco_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.game .section_blockChain .deco_wrap .deco {
  position: absolute;
}
.game .section_blockChain .deco_wrap .deco:nth-child(1) {
  top: 83px;
  left: -46.9333333333%;
  width: 193.8666666667%;
}
.game .section_blockChain .deco_wrap .deco:nth-child(2) {
  display: none;
}
.game .section_blockChain .deco_wrap .deco:nth-child(3) {
  top: 10px;
  right: 0;
  width: 108px;
}
.game .seciton_img img {
  vertical-align: top;
}
.game .section_forest {
  padding: 80px 20px;
  text-align: center;
  position: relative;
}
.game .section_forest .deco_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.game .section_forest .deco_wrap .deco {
  position: absolute;
}
.game .section_forest .deco_wrap .deco:nth-child(1) {
  display: none;
}
.game .section_forest .deco_wrap .deco:nth-child(2) {
  top: -14px;
  left: 0;
  width: 100%;
}
.game .section_forest .deco_wrap .deco:nth-child(3) {
  top: 10px;
  left: 0;
  width: 108px;
}
.game .section_forest .list_forest {
  margin: 24px 35px 0 0;
  text-align: left;
}
.game .section_forest .list_forest .list_forest_item {
  background: #fff;
  -webkit-box-shadow: 8px 8px 0px 0px #6b8848;
          box-shadow: 8px 8px 0px 0px #6b8848;
  margin: 0 0 217px;
  padding: 45px 24px 72px;
  position: relative;
  z-index: 0;
}
.game .section_forest .list_forest .list_forest_item::before {
  background-image: url("../images/game/rectangle.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px 50px;
  content: "";
  height: 50px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 50px;
  z-index: 1;
}
.game .section_forest .list_forest .list_forest_item::after {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 101px 69px;
  content: "";
  height: 69px;
  left: 30px;
  position: absolute;
  top: -38px;
  width: 101px;
  z-index: 1;
}
.game .section_forest .list_forest .list_forest_item .date {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}
.game .section_forest .list_forest .list_forest_item .title {
  color: #5ea300;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 8px;
}
.game .section_forest .list_forest .list_forest_item .title small {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}
.game .section_forest .list_forest .list_forest_item .description {
  color: #064787;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.game .section_forest .list_forest .list_forest_item .img_forest {
  bottom: -197px;
  height: 240px;
  left: 35px;
  position: absolute;
  width: 300px;
  z-index: 1;
}
.column .section_firstView {
  color: #fff;
  height: 270px;
  padding: 80px 0 0;
  position: relative;
}
.column .section_firstView .img_butterfly {
  display: block;
  margin: 0 auto 8px;
  width: 50px;
}
.column .section_firstView .h2 {
  color: #fff;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0 0 8px;
  text-align: center;
  line-height: auto;
  position: relative;
}
.column .section_firstView .h2 em {
  color: #a7ee47;
}
.column .section_firstView .category {
  font-size: 15px;
  font-weight: 700;
  line-height: auto;
  letter-spacing: 0.1em;
  text-align: center;
}
.column .section_firstView .border {
  position: absolute;
  width: 100%;
  height: 44px;
  bottom: -1px;
  left: 0;
}
.column .section_firstView .border img {
  height: 100%;
}
.column .section_columnBody {
  color: #064787;
  padding: 80px 20px;
}
.column .section_columnBody p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.87;
  margin: 16px auto;
}
.column .section_columnBody p em {
  font-weight: bold;
}
.column .section_columnBody p.caption {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 8px;
}
.column .section_columnBody .h1 {
  color: #064787;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin: 0 0 24px;
}
.column .section_columnBody .h1::after {
  border-bottom: 3px solid #064787;
  content: "";
  display: block;
  height: 0;
  padding: 16px 0 0;
  width: 100%;
}
.column .section_columnBody .h3 {
  background: #064787;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 40px 0 16px;
  padding: 8px 16px;
}
.column .section_columnBody .link_related {
  margin: 16px 0;
  text-align: right;
}
.column .section_columnBody .link_related a {
  color: #064787;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.column .section_columnBody .link_related a span {
  display: inline-block;
  position: relative;
}
.column .section_columnBody .link_related a span::after {
  border-bottom: 1px solid #064787;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.column .section_columnBody .link_related a::after {
  background: url("../images/icon-arrow.png") no-repeat right center/100%;
  content: "";
  display: inline-block;
  height: 22px;
  margin: 3.5px 0 0 8px;
  vertical-align: top;
  width: 22px;
}
.column .section_columnBody .person_introduction {
  background: #fff;
  -webkit-box-shadow: 4px 4px 0px 0px #064787;
          box-shadow: 4px 4px 0px 0px #064787;
  position: relative;
  margin-top: 44px;
}
.column .section_columnBody .person_introduction .title {
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  width: 100px;
  height: 28px;
  position: absolute;
  top: -28px;
}
.column .section_columnBody .person_introduction .title::before, .column .section_columnBody .person_introduction .title::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  right: -22px;
  display: block;
  width: 22px;
  height: 11px;
  background: #064787;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.column .section_columnBody .person_introduction .title::after {
  height: 13px;
  top: 0;
  right: -20px;
  background: #fff;
}
.column .section_columnBody .person_list {
  margin: 0 0 40px;
  padding: 16px;
}
.column .section_columnBody .person_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 16px;
}
.column .section_columnBody .person_list li:last-child {
  margin-bottom: 0;
}
.column .section_columnBody .person_list .img_person {
  height: auto;
  margin-right: 16px;
  width: 100px;
}
.column .section_columnBody .person_list .person_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.column .section_columnBody .person_list .name {
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 8px;
}
.column .section_columnBody .person_list .name em {
  font-size: 18px;
  margin-right: 2px;
}
.column .section_columnBody .block_balloon {
  margin: 40px 0;
}
.column .section_columnBody .block_balloon:last-child {
  margin-bottom: 0;
}
.column .section_columnBody .balloon_wrapper {
  margin-bottom: 16px;
  position: relative;
}
.column .section_columnBody .balloon_wrapper .img_person {
  height: 43px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.column .section_columnBody .balloon_wrapper .img_person img {
  vertical-align: top;
}
.column .section_columnBody .balloon_wrapper .img_person.img_person_right {
  left: auto;
  right: 0;
}
.column .section_columnBody .balloon_wrapper .balloon_left {
  background: #d2e5b7;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 0 74px;
  padding: 8px 16px;
  position: relative;
}
.column .section_columnBody .balloon_wrapper .balloon_left::before {
  border: 8px solid transparent;
  border-right: 12px solid #d2e5b7;
  content: "";
  display: block;
  left: -20px;
  position: absolute;
  top: 14px;
  z-index: 1;
}
.column .section_columnBody .balloon_wrapper .balloon_right {
  background: #f6d5d4;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 74px 0 0;
  padding: 8px 16px;
  position: relative;
  text-align: right;
}
.column .section_columnBody .balloon_wrapper .balloon_right::before {
  border: 8px solid transparent;
  border-left: 12px solid #f6d5d4;
  content: "";
  display: block;
  right: -20px;
  position: absolute;
  top: 14px;
  z-index: 1;
}
.column .section_columnBody .img_small_wrapper {
  margin: 16px 0;
}
.column .section_columnBody .img_small_wrapper .img_small {
  margin: 16px 0;
  width: 100%;
}
.column .section_columnBody .img_small_wrapper .img_small.img_wrap {
  margin: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.column .section_columnBody .img_small_wrapper .img_small.img_wrap img {
  width: calc((100% - 8px) / 2);
}
.column .section_columnBody .img_small_wrapper .img_small img {
  vertical-align: top;
  width: 100%;
}
.column .section_columnBody .img_large {
  margin: 16px 0;
  width: 100%;
}
.column .section_columnBody .img_wrap {
  margin: 16px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column .section_columnBody .img_wrap img {
  width: calc((100% - 8px) / 2);
  height: auto;
}
.column .section_columnBody .deco_wrap {
  display: none;
}

@media (min-width: 800px) {
  .section_map {
    padding: 120px 20px 200px;
  }
  .section_map .section_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 1080px;
  }
  .section_map .map_textWrapper {
    position: relative;
    width: 37.962962963%;
  }
  .section_map .map_textWrapper .title_accent {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 16px;
  }
  .section_map .map_textWrapper .paragraph {
    font-size: 15px;
    line-height: 1.87;
    margin: 0 auto 40px;
    white-space: nowrap;
  }
  .section_map .map_textWrapper .btn-hexagon_flat {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .section_map .wrap {
    width: 68.7037037037%;
    margin: 0;
    margin-left: -6.6666666667%;
  }
  .section_map .wrap .map_wrapper {
    width: 100%;
  }
  .section_map .wrap .map_wrapper .img_map {
    margin: 0 0;
    width: 85.733512786%;
  }
  .section_map .wrap .map_wrapper .deco {
    position: absolute;
    width: 100%;
  }
  .section_map .wrap .map_wrapper .deco.deco01 {
    width: 24.7644683715%;
    left: 16.1507402423%;
    top: 0.139275766%;
  }
  .section_map .wrap .map_wrapper .deco.deco02 {
    width: 15.2086137281%;
    left: 11.8438761777%;
    top: 88.3008356546%;
  }
  .section_map .wrap .map_wrapper .deco.deco03 {
    width: 3.5666218035%;
    left: 9.5558546433%;
    top: 93.7325905292%;
  }
  .section_map .wrap .map_wrapper .deco.deco04 {
    width: 4.6433378197%;
    left: 30.2826379542%;
    top: 88.9972144847%;
  }
  .section_map .wrap .map_wrapper .deco.deco05 {
    width: 16.2853297443%;
    left: 75.5047106326%;
    top: 88.3008356546%;
  }
  .section_map p.pickup {
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    position: absolute;
    height: auto;
    width: auto;
    top: 4%;
    left: 45%;
  }
  .section_map .map_list {
    border: none;
    position: static;
  }
  .section_map .map_list .map_listItem {
    border: none;
    position: absolute;
    width: 29.2452830189%;
    aspect-ratio: 217/172;
    height: auto;
  }
  .section_map .map_list .map_listItem:nth-child(1) {
    display: none;
  }
  .section_map .map_list .map_listItem:nth-child(2) {
    display: none;
  }
  .section_map .map_list .map_listItem:nth-child(3) {
    left: 29.2059219381%;
    top: 14.2259414226%;
  }
  .section_map .map_list .map_listItem:nth-child(4) {
    left: 70.6594885599%;
    top: 28.7308228731%;
  }
  .section_map .map_list .map_listItem:nth-child(5) {
    left: 10.0942126514%;
    top: 34.4490934449%;
  }
  .section_map .map_list .map_listItem:nth-child(6) {
    left: 67.0255720054%;
    top: 49.5118549512%;
  }
  .section_map .map_list .map_listItem:nth-child(7) {
    left: 54.1049798116%;
    top: 69.0376569038%;
  }
  .section_map .map_list .map_listItem:nth-child(8) {
    left: -13.5935397039%;
    top: 51.6039051604%;
  }
  .section_map .map_list .map_listItem:nth-child(9) {
    left: 28.263795424%;
    top: 78.5216178522%;
  }
  .section_map .map_list .map_listItem:nth-child(10) {
    left: -25.5720053836%;
    top: 74.4769874477%;
  }
  .section_map .map_list .map_listItem .link_pickupItem {
    background: url("../images/signboard.png") no-repeat center/contain;
    color: #67593d;
    font-size: 10px;
    font-size: min(1.25vw, 10px);
    line-height: 1.4;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 10%;
    width: 100%;
    height: 100%;
  }
  .section_map .map_list .map_listItem .link_pickupItem::after {
    display: none;
  }
  .section_map .map_list .map_listItem .link_pickupItem em {
    font-size: 14px;
    font-size: min(1.75vw, 18px);
    line-height: 1.8;
    margin-bottom: 4px;
  }
  .section_map .map_list .map_listItem .link_pickupItem:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .section_map .map_list .map_listItem .pickup_label {
    position: absolute;
    width: 100%;
    top: 0;
    left: -5px;
  }
  .section_map .map_list .map_listItem .pickup_label > span {
    font-size: 8px;
  }
  .section_map .border {
    height: 60.5px;
  }
  .section_map .border.borderbottom {
    height: 57px;
  }
  .section_map .border_home {
    height: 65px;
  }
  .section_map .deco_wrap {
    width: 100%;
  }
  .section_map .deco_wrap .deco.deco01 {
    display: block;
    top: 70px;
    max-width: 60px;
  }
  .section_map .deco_wrap .deco.deco02 {
    top: 110px;
    max-width: 130px;
  }
  .section_map .deco_wrap.deco_wrap2 {
    width: 100%;
  }
  .section_map .deco_wrap.deco_wrap2 .deco05 {
    width: 45px;
    bottom: 120px;
    left: 180px;
  }
  .section_map .deco_wrap.deco_wrap2 .deco06 {
    width: 40px;
    bottom: 90px;
    left: 60px;
  }
  .section_map .deco_wrap.deco_wrap2 .deco07 {
    width: 200px;
    bottom: 12px;
    left: -28px;
  }
  .section_map .deco_wrap.deco_wrap2 .deco08 {
    width: 40px;
    bottom: 110px;
    right: 50px;
  }
  .section_map .deco_wrap.deco_wrap2 .deco09 {
    width: 210px;
    bottom: 5px;
    right: 0;
  }
  .section_map .katsudou {
    margin-top: 100px;
    font-size: 18px;
  }
  .section_map .katsudou .title_accent {
    font-size: 18px;
  }
  .section_map .katsudou .title_accent em {
    font-size: 22px;
  }
  .section_map .katsudou .katsudou_linkList {
    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;
  }
  .youtubu_slider {
    margin: 48px -10px 0;
  }
  .youtubu_slider.slick-dotted.slick-slider {
    margin-bottom: 32px;
  }
  .youtubu_slider .inner_wrap {
    padding: 0 10px;
  }
  .youtubu_slider .slick-prev,
  .youtubu_slider .slick-next {
    top: min((100vw - 100px) * 9 / 16 / 2 / 4, 70px);
    width: 30px;
    height: 24px;
  }
  .youtubu_slider .slick-prev {
    left: -5px;
  }
  .youtubu_slider .slick-next {
    right: -5px;
  }
  .section_columnList .deco_wrap {
    top: 30px;
  }
  .section_columnList .deco_wrap .deco {
    width: 156px;
  }
  .section_columnList .deco_wrap.deco_warp2 .deco {
    width: 61.8px;
    top: -64.8px;
  }
  .section_columnList .deco_wrap.deco_warp2 .deco:last-child {
    left: 67.2px;
    top: -43.2px;
    width: 43.8px;
  }
  .section_columnList .deco_wrap.deco_wrap3 .deco {
    width: 84.6px;
  }
}
@media (min-width: 800px) {
  .home .section_firstView {
    padding: 60px 20px 24%;
    background: -webkit-gradient(linear, left top, left bottom, from(#2883c5), to(#28a8c5)) top center repeat;
    background: linear-gradient(180deg, #2883c5, #28a8c5) top center repeat;
  }
  .home .section_firstView .caption {
    font-size: 20px;
    line-height: 52px;
  }
  .home .section_firstView .caption em {
    font-size: 26px;
  }
  .home .section_firstView .lead {
    font-size: 36px;
  }
  .home .section_firstView .lead em {
    font-size: 42px;
  }
  .home .section_firstView .sublead {
    line-height: 2.1;
  }
  .home .section_firstView .section_firstView_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
    margin: 0;
    position: absolute;
    bottom: 116px;
    right: 20px;
  }
  .home .section_firstView .section_firstView_btns li {
    margin: 0;
  }
  .home .section_firstView .border {
    height: auto;
    aspect-ratio: 1535/261;
  }
  .home .section_firstView .foreground_deco {
    aspect-ratio: 1535/825;
    position: absolute;
  }
  .home .section_firstView .background_deco {
    aspect-ratio: 1535/825;
    position: absolute;
    bottom: 0;
  }
  .home .section_firstView .background_deco2 {
    aspect-ratio: 1535/825;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .home .section_firstView .parts {
    bottom: calc(var(--self-y) / var(--base-height) * 100%);
    --base-width: 1535;
    --base-height: 825;
    top: auto;
  }
  .home .section_firstView .parts.parts01 {
    top: calc(var(--self-y) / var(--base-height) * 100%);
    bottom: auto;
    --self-x: 444;
    --self-y: 512;
    --self-w: 81;
  }
  .home .section_firstView .parts.parts02 {
    top: calc(var(--self-y) / var(--base-height) * 100%);
    bottom: auto;
    display: block;
    --self-x: 322;
    --self-y: 480;
    --self-w: 158;
  }
  .home .section_firstView .parts.parts03 {
    top: calc(var(--self-y) / var(--base-height) * 100%);
    bottom: auto;
    --self-x: 1268;
    --self-y: 542;
    --self-w: 131;
  }
  .home .section_firstView .parts.parts04 {
    --self-x: 1228;
    --self-y: -51;
    --self-w: 61;
  }
  .home .section_firstView .parts.parts05 {
    --self-x: 1408;
    --self-y: 61;
    --self-w: 92;
  }
  .home .section_firstView .parts.parts06 {
    --self-x: 1016;
    --self-y: 129;
    --self-w: 88;
  }
  .home .section_firstView .parts.parts07 {
    display: block;
    --self-x: 194;
    --self-y: 124;
    --self-w: 62;
  }
  .home .section_firstView .parts.parts08 {
    display: block;
    --self-x: 741;
    --self-y: 146;
    --self-w: 74;
  }
  .home .section_firstView .parts.parts09 {
    display: block;
    --self-x: 816;
    --self-y: 149;
    --self-w: 136;
  }
  .home .section_firstView .parts.parts10 {
    display: block;
    --self-x: 119;
    --self-y: 120;
    --self-w: 87;
  }
  .home .section_firstView .parts.parts11 {
    display: block;
    --self-x: 82;
    --self-y: 142;
    --self-w: 94;
  }
  .home .section_firstView .parts.parts12 {
    --self-x: -36;
    --self-y: 176;
    --self-w: 75;
  }
  .home .section_firstView .parts.parts13 {
    display: block;
    --self-x: 29;
    --self-y: 175;
    --self-w: 87;
  }
  .home .section_firstView .parts.parts14 {
    display: block;
    --self-x: 607;
    --self-y: 336;
    --self-w: 65;
  }
  .home .section_firstView .parts.parts15 {
    --self-x: 1216;
    --self-y: 627;
    --self-w: 65;
  }
  .home .section_firstView .parts.parts16 {
    display: block;
    --self-x: 664;
    --self-y: 157;
    --self-w: 95;
  }
  .home .section_firstView .parts.parts17 {
    display: block;
    --self-x: 1459;
    --self-y: 110;
    --self-w: 88;
  }
  .home .section_firstView .parts.parts18 {
    --self-x: 1454;
    --self-y: 147;
    --self-w: 77;
  }
  .home .section_firstView .parts.parts19 {
    display: block;
    --self-x: 1339;
    --self-y: 182;
    --self-w: 118;
  }
  .home .section_firstView .parts.parts19_2 {
    display: block;
    --self-x: 790;
    --self-y: 264;
    --self-w: 65;
  }
  .home .section_firstView .parts.parts19_3 {
    display: block;
    --self-x: 1411;
    --self-y: 328;
    --self-w: 95;
  }
  .home .section_firstView .parts.parts20 {
    --self-x: 1326;
    --self-y: 305;
    --self-w: 126;
  }
  .home .section_firstView .parts.parts20_2 {
    display: none;
  }
  .home .section_firstView .parts.parts21 {
    --self-x: 1445;
    --self-y: 358;
    --self-w: 126;
  }
  .home .section_firstView .parts.parts22 {
    --self-x: -14;
    --self-y: 265;
    --self-w: 189;
  }
  .home .section_firstView .parts.parts23 {
    --self-x: 919;
    --self-y: 368;
    --self-w: 106;
  }
  .home .section_firstView .parts.parts24 {
    --self-x: 98;
    --self-y: 347;
    --self-w: 68;
  }
  .home .section_firstView .parts.parts25 {
    --self-x: 29;
    --self-y: 381;
    --self-w: 65;
  }
  .home .section_firstView .parts.parts26 {
    display: block;
    --self-x: 1104;
    --self-y: 385;
    --self-w: 70;
  }
  .home .section_firstView .parts.parts27 {
    display: none;
  }
  .home .section_firstView .parts.parts28 {
    display: block;
    --self-x: 1015;
    --self-y: 418;
    --self-w: 99;
  }
  .home .section_firstView .parts.parts29 {
    --self-x: 1268;
    --self-y: 416;
    --self-w: 80;
  }
  .home .section_firstView .parts.parts30 {
    --self-x: 1458;
    --self-y: 434;
    --self-w: 56;
  }
  .home .section_firstView .parts.parts31 {
    --self-x: 1375;
    --self-y: 471;
    --self-w: 117;
  }
  .home .section_firstView .parts.parts32 {
    display: block;
    --self-x: 943;
    --self-y: 485;
    --self-w: 115;
  }
  .home .section_firstView .parts.parts33 {
    display: block;
    --self-x: 903;
    --self-y: 483;
    --self-w: 56;
  }
  .home .section_firstView .parts.parts34 {
    display: block;
    --self-x: 1062;
    --self-y: 484;
    --self-w: 80;
  }
  .home .section_firstView .parts.parts35 {
    top: calc(var(--self-y) / var(--base-height) * 100%);
    bottom: auto;
    --self-x: -22;
    --self-y: 144;
    --self-w: 161;
  }
  .home .section_firstView .parts.parts36 {
    top: calc(var(--self-y) / var(--base-height) * 100%);
    bottom: auto;
    --self-x: 1375;
    --self-y: 50;
    --self-w: 198;
  }
  .home .section_firstView .parts.parts37 {
    display: block;
    --self-x: 0;
    --self-y: -190;
    --self-w: 1535;
  }
  .home .section_firstView .parts.parts38 {
    display: none;
  }
  .home .section_firstView .parts.parts39 {
    display: block;
    --self-x: 114;
    --self-y: 45;
    --self-w: 251;
  }
  .home .section_firstView .parts.parts40 {
    display: block;
    --self-x: 1085;
    --self-y: 0;
    --self-w: 105;
  }
  .home .section_firstView .parts.parts41 {
    display: block;
    --self-x: 1146;
    --self-y: 10;
    --self-w: 97;
  }
  .home .section_history {
    padding: 120px 0 60px;
  }
  .home .section_history .border {
    height: 80px;
  }
  .home .section_title {
    padding: 130px 0 0;
  }
  .home .section_title .deco_wrap {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 50%;
    width: 1080px;
    translate: -50% 0;
  }
  .home .section_title .deco_wrap .deco.deco01 {
    left: 60px;
    top: 95px;
  }
  .home .section_title .deco_wrap .deco.deco02 {
    right: 60px;
    top: 443px;
  }
  .home .section_title .deco_wrap .deco.deco03 {
    left: 0;
    top: 350px;
  }
  .home .section_title .deco_wrap .deco.deco04 {
    display: block;
    width: 114px;
    right: 0;
    top: 170px;
  }
  .home .section_title .logo {
    margin-top: 24px;
    width: 476px;
    height: auto;
  }
  .home .section_title .lead {
    font-size: 18px;
    line-height: 2;
    margin: 48px 0 80px;
  }
  .home .section_title .lead em {
    font-size: 21px;
  }
  .home .section_title .border {
    height: 80px;
  }
  .home .step {
    margin: 40px auto 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1080px;
    gap: 20px;
  }
  .home .step li {
    width: calc((100% - 40px) / 3);
  }
  .home .step li figure figcaption {
    top: -1px;
    left: 0;
    font-size: 70px;
    padding-bottom: 18px;
    border-bottom: 3px solid #064787;
  }
  .home .section_description {
    padding: 80px 20px 80px;
  }
  .home .section_description .section_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .home .section_description .section_inner > .wrap {
    width: 50%;
  }
  .home .section_description .title_accent {
    margin-bottom: 32px;
  }
  .home .section_description .img_forest {
    position: relative;
    width: 50%;
    margin-left: 20px;
    margin-top: 0;
    right: 0;
    bottom: auto;
  }
  .home .section_description .img_forest img {
    margin: -20% auto 0;
    max-width: initial;
    width: 140%;
  }
  .home .section_description .border {
    height: 60.5px;
  }
  .home .section_description .border.borderbottom {
    height: 57px;
  }
  .home .section_description .deco_wrap {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 1535px;
    width: 100%;
    translate: -50% 0;
    overflow: hidden;
    height: 500px;
  }
  .home .section_description .deco_wrap .deco {
    width: 85.5px;
    position: absolute;
    bottom: 16px;
    left: 12px;
  }
  .home .section_data .note {
    margin-bottom: 16px;
  }
  .home .section_data .lets_play .img_kinds {
    margin: 0 0 86px;
  }
  .home .section_data .knowledge {
    width: 100%;
  }
  .home .section_data .knowledge .knowledge_data {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
  }
  .home .section_data .knowledge .img_balloon {
    width: 190px;
    margin: auto;
  }
  .home .section_data .knowledge .img_balloon .lead {
    font-size: 17px;
    margin: 10px 16px 0 0;
  }
  .home .section_data .knowledge .knowledge_list {
    font-size: 18px;
    width: calc(100% - 16px - 190px);
    gap: 16px;
  }
  .home .section_data .knowledge .knowledge_list li em {
    font-size: 21px;
  }
  .home .section_data .deco_wrap .deco.deco03 {
    bottom: 310px;
  }
  .home .section_data .deco_wrap .deco.deco04 {
    bottom: 305px;
  }
  .home .section_recommend .recommend_list {
    gap: 16px;
  }
  .home .section_recommend .recommend_list li:nth-child(2) {
    margin: auto;
    margin-top: 32px;
  }
  .home .section_recommend .recommend_list li:nth-child(3) {
    margin: auto;
    margin-top: 64px;
  }
  .home .section_recommend .recommend_list .btn-recommend .text {
    font-size: 18px;
  }
  .home .section_recommend .recommend_linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 100%;
    gap: 24px 40px;
  }
  .home .section_recommend .recommend_linkList li {
    margin: 0;
  }
  .home .section_recommend .recommend_linkList li a {
    font-size: 20px;
  }
  .home .section_report {
    padding-bottom: 240px;
  }
  .home .section_report .border {
    height: 65px;
  }
  .home .section_report .border.borderbottom {
    height: 57px;
  }
  .home .section_report .deco_wrap {
    width: 100%;
  }
  .home .section_report .deco_wrap .deco.deco01 {
    display: block;
    top: 70px;
    max-width: 60px;
  }
  .home .section_report .deco_wrap .deco.deco02 {
    top: 110px;
    max-width: 130px;
  }
  .home .section_report .deco_wrap.deco_wrap2 {
    width: 100%;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco03 {
    left: 24px;
    bottom: 15px;
    width: 30px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco04 {
    left: 54px;
    bottom: 15px;
    width: 35px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco05 {
    left: 100px;
    bottom: 24px;
    width: 21px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco06 {
    left: 0px;
    bottom: 19px;
    width: 47px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco07 {
    left: 71px;
    bottom: 19px;
    width: 47px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco08 {
    left: 96px;
    bottom: 60px;
    width: 30px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco09 {
    left: auto;
    right: 102px;
    bottom: 0px;
    width: 34px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco10 {
    left: auto;
    right: 57px;
    bottom: 1px;
    width: 25px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco11 {
    left: auto;
    right: 8px;
    bottom: -8px;
    width: 38px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco12 {
    left: auto;
    right: 117px;
    bottom: 1px;
    width: 35px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco13 {
    left: auto;
    right: 34px;
    bottom: 1px;
    width: 35px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco14 {
    left: auto;
    right: -9px;
    bottom: -8px;
    width: 35px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco15 {
    display: block;
    left: auto;
    right: -4px;
    bottom: 190px;
    width: 88px;
  }
  .home .section_report .title_accent {
    font-size: 32px;
    line-height: 1.8;
  }
  .home .section_report .paragraph {
    font-size: 18px;
  }
  .home .section_report .paragraph em {
    font-size: 32px;
  }
  .home .section_report .paragraph.head.accent {
    font-size: 24px;
  }
  .home .section_report .report_images {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .home .section_concept .title_with_deco {
    gap: 40px;
  }
  .home .section_concept .title_with_deco .deco_wrap .deco.deco01 {
    width: 70px;
  }
  .home .section_concept .title_with_deco .deco_wrap .deco.deco02 {
    width: 65px;
  }
  .home .section_concept .list_concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    margin-top: 40px;
  }
  .home .section_concept .list_concept .list_concept_item {
    padding: 32px 40px;
    width: 50%;
    max-width: 400px;
  }
  .home .section_concept .list_concept .title {
    font-size: 21px;
    line-height: 1.45;
    margin: 0 auto 24px;
  }
}
@media (min-width: 800px) {
  .game .nav_wrap {
    position: relative;
  }
  .game .btn_floating {
    background-color: transparent;
    position: fixed;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
    padding: 0;
  }
  .game .btn_floating a {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    width: 66px;
    padding: 16px 0 24px;
    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;
    text-align: left;
    font-size: 15px;
    line-height: 1.4;
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
  }
  .game .btn_floating a:nth-child(2) {
    width: 66px;
  }
  .game .btn_floating a::after {
    top: auto;
    bottom: -11px;
    right: calc(50% - 13px);
    width: 26px;
    height: 23.4px;
    background-color: #5ea300;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
            clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
  }
  .game .btn_floating a:hover {
    color: #a7ee47;
  }
  .game .btn_floating a:hover::after {
    background-color: #ea5550;
  }
  .game .footer {
    margin-top: initial;
  }
  .game .section_firstView {
    padding: 80px 20px 80px;
    aspect-ratio: initial;
  }
  .game .section_firstView .logo {
    margin: 0 0 24px;
    max-width: 476px;
    width: 44.0740740741%;
  }
  .game .section_firstView .lead {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    position: relative;
  }
  .game .section_firstView .img_smartphone {
    position: absolute;
    bottom: -34px;
    right: 10%;
    left: auto;
    width: 220px;
    -webkit-transform: none;
            transform: none;
    max-width: initial;
  }
  .game .section_firstView .border {
    height: auto;
    aspect-ratio: 1535/79;
  }
  .game .section_firstView .deco {
    aspect-ratio: 1535/498;
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    height: auto;
  }
  .game .section_firstView .deco.background_deco {
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    aspect-ratio: initial;
  }
  .game .section_firstView .deco .parts {
    --base-width: 1535;
    --base-height: 499;
    top: auto;
    left: calc(var(--self-x) / var(--base-width) * 100%);
    bottom: calc(var(--self-y) / var(--base-height) * 100%);
    width: calc(var(--self-w) / var(--base-width) * 100%);
  }
  .game .section_firstView .deco .parts.parts01 {
    --self-x: 780;
    --self-y: 329;
    --self-y: 110;
    --self-w: 69;
  }
  .game .section_firstView .deco .parts.parts02 {
    --self-x: 1346;
    --self-y: 244;
    --self-y: 189;
    --self-w: 66;
  }
  .game .section_firstView .deco .parts.parts03 {
    --self-x: 1174;
    --self-y: 361;
    --self-y: 23;
    --self-w: 110;
  }
  .game .section_firstView .deco .parts.parts04 {
    --self-x: 1265;
    --self-y: 404;
    --self-y: 9;
    --self-w: 52;
  }
  .game .section_firstView .deco .parts.parts05 {
    --self-x: 1502;
    --self-y: 428;
    --self-y: -15;
    --self-w: 51;
  }
  .game .section_firstView .deco .parts.parts06 {
    --self-x: 1379;
    --self-y: 388;
    --self-y: -11;
    --self-w: 105;
  }
  .game .section_firstView .deco .parts.parts07 {
    --self-x: 1434;
    --self-y: 403;
    --self-y: -2;
    --self-w: 69;
  }
  .game .section_firstView .deco .parts.parts08 {
    --self-x: 888;
    --self-y: 336;
    --self-y: 65;
    --self-w: 69;
  }
  .game .section_firstView .deco .parts.parts09 {
    display: block;
    --self-x: 67;
    --self-y: 354;
    --self-y: 18;
    --self-w: 141;
  }
  .game .section_firstView .deco .parts.parts10 {
    display: block;
    --self-x: -72;
    --self-y: 328;
    --self-y: 42;
    --self-w: 143;
  }
  .game .section_firstView .deco .parts.parts11 {
    display: none;
  }
  .game .section_firstView .deco .parts.parts12 {
    display: block;
    --self-x: 328;
    --self-y: -9;
    --self-w: 1047;
    bottom: auto;
    top: calc(var(--self-y) / var(--base-height) * 100%);
  }
  .game .section_title {
    padding: 80px 20px;
  }
  .game .section_title .logo {
    display: none;
  }
  .game .section_title .lead {
    font-size: 15px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
    text-align: center;
  }
  .game .section_title .lead .big {
    font-size: 26px;
  }
  .game .section_title .step {
    margin: 120px auto 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1080px;
    gap: 20px;
  }
  .game .section_title .step li {
    width: calc((100% - 40px) / 3);
  }
  .game .section_title .step li figure figcaption {
    top: -1px;
    left: 0;
    font-size: 70px;
    padding-bottom: 18px;
    border-bottom: 3px solid #064787;
  }
  .game .section_title .invitation_wrap {
    max-width: 825px;
    margin-bottom: 150px;
  }
  .game .section_title .invitation_wrap .invitation_inner {
    padding-top: 32px;
    color: #67593d;
  }
  .game .section_title .invitation_wrap .invitation_inner h3 {
    margin-bottom: 8px;
  }
  .game .section_title .nft_carousel {
    height: 292px;
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    background: url("../images/nft_carousel@2x.png") 0 0 repeat;
    background-size: 1424px 292px;
    -webkit-animation-duration: 28s;
            animation-duration: 28s;
  }
  @-webkit-keyframes loopbg {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1424px 0;
    }
  }
  @keyframes loopbg {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1424px 0;
    }
  }
  .game .section_title .list_note {
    text-align: center;
  }
  .game .section_title .deco_wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .game .section_title .deco_wrap .deco {
    position: absolute;
  }
  .game .section_title .deco_wrap .deco:nth-child(1) {
    width: 156px;
    top: 352px;
    left: 0;
  }
  .game .section_title .deco_wrap .deco:nth-child(2) {
    width: 91.2px;
    top: 385px;
    right: 0;
  }
  .game .section_blockChain .list_blockChain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
  .game .section_blockChain .list_blockChain .list_blockChain_item {
    padding: 32px, 40px;
    width: 33.3333333333%;
  }
  .game .section_blockChain .list_blockChain .title {
    font-size: 21px;
    line-height: 1.45;
    margin: 0 auto 24px;
  }
  .game .section_blockChain .list_blockChain .description .note {
    margin-top: 24px;
  }
  .game .section_blockChain .deco_wrap .deco {
    position: absolute;
  }
  .game .section_blockChain .deco_wrap .deco:nth-child(1) {
    display: none;
  }
  .game .section_blockChain .deco_wrap .deco:nth-child(2) {
    display: block;
    top: 123px;
    left: 0;
    width: 100%;
  }
  .game .section_blockChain .deco_wrap .deco:nth-child(3) {
    top: 10px;
    right: 0;
    width: 108px;
  }
  .game .section_forest .deco_wrap .deco {
    position: absolute;
  }
  .game .section_forest .deco_wrap .deco:nth-child(1) {
    display: block;
    top: 0;
    right: 0;
    width: 100%;
  }
  .game .section_forest .deco_wrap .deco:nth-child(2) {
    display: none;
  }
  .game .section_forest .deco_wrap .deco:nth-child(3) {
    top: 72px;
    width: 156px;
  }
}
@media (min-width: 800px) {
  .column .section_firstView {
    height: 310px;
    padding: 80px 0;
  }
  .column .section_firstView .img_butterfly {
    width: 67px;
  }
  .column .section_firstView .h2 {
    font-size: 28px;
  }
  .column .section_firstView .border {
    height: auto;
    aspect-ratio: 1535/89;
  }
  .column .section_columnBody {
    margin: 0 auto;
    padding: 120px 20px 150px;
    width: 100%;
    max-width: 800px;
  }
  .column .section_columnBody p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.78;
  }
  .column .section_columnBody .h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    margin: 0 0 32px;
  }
  .column .section_columnBody .h3 {
    font-size: 24px;
    line-height: 35px;
    margin: 80px 0 24px;
    padding: 12px 24px;
  }
  .column .section_columnBody .link_related {
    margin: 24px 0;
  }
  .column .section_columnBody .link_related a {
    font-size: 18px;
    line-height: 32px;
  }
  .column .section_columnBody .link_related a::after {
    margin: 5.5px 0 0 8px;
  }
  .column .section_columnBody .person_introduction {
    margin-top: 72px;
  }
  .column .section_columnBody .person_introduction .title {
    font-size: 15px;
    width: 139px;
    height: 40px;
    top: -40px;
  }
  .column .section_columnBody .person_introduction .title::before, .column .section_columnBody .person_introduction .title::after {
    height: 24px;
  }
  .column .section_columnBody .person_introduction .title::after {
    height: 26px;
  }
  .column .section_columnBody .person_list {
    margin: 0 0 80px;
    padding: 24px 32px;
  }
  .column .section_columnBody .person_list li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
  .column .section_columnBody .person_list .img_person {
    height: auto;
    width: 140px;
  }
  .column .section_columnBody .person_list .person_data {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
  }
  .column .section_columnBody .person_list .name {
    font-size: 15px;
    line-height: 22px;
  }
  .column .section_columnBody .person_list .name em {
    font-size: 18px;
    line-height: 26px;
  }
  .column .section_columnBody .block_balloon {
    margin: 80px 0;
  }
  .column .section_columnBody .balloon_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .column .section_columnBody .balloon_wrapper .img_person {
    height: 70px;
    width: 80px;
  }
  .column .section_columnBody .balloon_wrapper .balloon_left {
    font-size: 18px;
    line-height: 1.44;
    margin: 0 auto 0 112px;
    max-width: calc(100% - 224px);
    padding: 16px 24px;
  }
  .column .section_columnBody .balloon_wrapper .balloon_left::before {
    border: 12px solid transparent;
    border-right: 18px solid #d2e5b7;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .column .section_columnBody .balloon_wrapper .balloon_right {
    font-size: 18px;
    line-height: 1.44;
    margin: 0 112px 0 auto;
    max-width: calc(100% - 224px);
    padding: 16px 24px;
  }
  .column .section_columnBody .balloon_wrapper .balloon_right::before {
    border: 12px solid transparent;
    border-left: 18px solid #f6d5d4;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .column .section_columnBody .img_small_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 24px;
  }
  .column .section_columnBody .img_small_wrapper .img_small {
    margin: 0 24px 0 0;
    width: 300px;
  }
  .column .section_columnBody .img_small_wrapper .img_small.img_wrap {
    margin: 0 24px 0 0;
  }
  .column .section_columnBody .img_small_wrapper p,
  .column .section_columnBody .img_small_wrapper .para {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .column .section_columnBody .img_large {
    margin: 24px 0;
  }
  .column .section_columnBody .img_wrap {
    margin: 24px auto;
    gap: 8px;
  }
  .column .section_columnBody .img_wrap.img_3 img {
    width: calc((100% - 16px) / 3);
  }
}
@media (min-width: 1080px) {
  .section_map {
    padding: 219px 0 333px;
  }
  .section_map .section_inner {
    max-width: 1080px;
  }
  .section_map .map_textWrapper {
    padding-top: 70px;
  }
  .section_map .map_textWrapper .title_accent {
    font-size: 40px;
    line-height: 1.3;
    margin: 0 0 32px;
  }
  .section_map .map_textWrapper .btn-hexagon_flat {
    width: 340px;
  }
  .section_map p.pickup {
    font-size: 32px;
    line-height: 40px;
    top: 40px;
    left: 325px;
  }
  .section_map .map_list .map_listItem .link_pickupItem {
    font-size: min(1.25vw, 12px);
  }
  .section_map .map_list .map_listItem .pickup_label {
    top: 5px;
  }
  .section_map .map_list .map_listItem .pickup_label > span {
    font-size: 10px;
  }
  .section_map .border {
    height: 121px;
  }
  .section_map .border.borderbottom {
    height: 114px;
  }
  .section_map .border_home {
    height: 151px;
  }
  .section_map .deco_wrap {
    left: 50%;
    min-width: 1535px;
    translate: -50% 0;
  }
  .section_map .deco_wrap .deco.deco01 {
    top: 328px;
    max-width: 152px;
  }
  .section_map .deco_wrap .deco.deco02 {
    top: 220px;
    max-width: 260px;
  }
  .section_map .deco_wrap.deco_wrap2 {
    left: 50%;
    max-width: 1535px;
    min-width: auto;
    translate: -50% 0;
  }
  .section_map .deco_wrap.deco_wrap2 .deco07 {
    max-width: 309px;
    bottom: 36px;
    left: -28px;
  }
  .section_map .deco_wrap.deco_wrap2 .deco06 {
    max-width: 55px;
    bottom: 154px;
    left: 99px;
  }
  .section_map .deco_wrap.deco_wrap2 .deco05 {
    max-width: 64px;
    bottom: 198px;
    left: 283px;
  }
  .section_map .deco_wrap.deco_wrap2 .deco09 {
    max-width: 358px;
    bottom: 0px;
    right: 0;
  }
  .section_map .deco_wrap.deco_wrap2 .deco08 {
    max-width: 49px;
    bottom: 185px;
    right: 101px;
  }
  .youtubu_slider {
    margin: 100px auto 48px;
  }
  .youtubu_slider .slick-prev,
  .youtubu_slider .slick-next {
    width: 50px;
    height: 43px;
  }
  .youtubu_slider .slick-prev::before,
  .youtubu_slider .slick-next::before {
    content: "";
    background: url("../images/youtube_arrow_pc.svg") center center no-repeat;
    background-size: contain;
  }
  .youtubu_slider .slick-prev:hover,
  .youtubu_slider .slick-next:hover {
    background-color: #fff;
  }
  .youtubu_slider .slick-prev:hover::before,
  .youtubu_slider .slick-next:hover::before {
    background: url("../images/youtube_arrow_pc_hover.svg") center center no-repeat;
    background-size: contain;
  }
  .youtubu_slider .slick-prev {
    left: -15px;
  }
  .youtubu_slider .slick-next {
    right: -15px;
  }
  .section_columnList {
    padding: 150px 0;
  }
  .section_columnList .title_balloon {
    margin-bottom: 40px;
  }
  .section_columnList .list_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 4px;
    margin: auto;
    gap: 24px;
  }
  .section_columnList .list_column .list_column_item {
    margin: 0 auto;
    width: calc((100% - 24px) / 2);
  }
  .section_columnList .list_column .list_column_item a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    min-height: 116px;
    padding: 32px 80px 32px 148px;
  }
  .section_columnList .list_column .list_column_item a::after {
    height: 28px;
    right: 24px;
    width: 32px;
  }
  .section_columnList .list_column .list_column_item .img_column {
    height: 88px;
    width: 100px;
  }
  .section_columnList .accordion_box {
    display: contents;
  }
  .section_columnList .accordion_box + .accordion_btn {
    display: none;
  }
  .section_columnList .deco_wrap {
    top: 100px;
  }
  .section_columnList .deco_wrap .deco {
    width: 260px;
  }
  .section_columnList .deco_wrap.deco_warp2 .deco {
    width: 103px;
    top: -108px;
  }
  .section_columnList .deco_wrap.deco_warp2 .deco:last-child {
    left: 112px;
    top: -72px;
    width: 73px;
  }
  .section_columnList .deco_wrap.deco_wrap3 {
    width: 1080px;
    top: 0;
    left: 0;
    right: 0;
  }
  .section_columnList .deco_wrap.deco_wrap3 .deco {
    width: 141px;
  }
  .section_btn {
    padding: 80px 0 116px;
  }
  .section_btn .btn-hexagon_flat {
    height: 60px;
    width: 350px;
  }
  .section_btn .btn-hexagon_flat::before {
    border: 30px solid transparent;
    border-right: 20px solid #5ea300;
    left: -50px;
  }
  .section_btn .btn-hexagon_flat::after {
    border: 30px solid transparent;
    border-left: 20px solid #5ea300;
    right: -50px;
  }
  .section_btn .btn-hexagon_flat .text {
    font-size: 20px;
    line-height: 60px;
  }
  .btn-hexagon_flat {
    height: 60px;
    width: 350px;
  }
  .btn-hexagon_flat::before {
    border: 30px solid transparent;
    border-right: 20px solid #5ea300;
    left: -50px;
  }
  .btn-hexagon_flat::after {
    border: 30px solid transparent;
    border-left: 20px solid #5ea300;
    right: -50px;
  }
  .btn-hexagon_flat .text {
    font-size: 20px;
    line-height: 60px;
  }
  .section_map .btn-hexagon_flat {
    width: 300px;
    margin-left: 20px;
  }
  .txt_green_underline::before {
    height: 8px;
  }
  .txt_green_underline + .for-sp + .txt_green_underline::before {
    left: -8px;
    width: calc(100% + 8px);
  }
  .txt_crown .crown {
    top: -30px;
    width: 69px;
    height: 28px;
  }
}
@media (min-width: 1080px) {
  .home .section_firstView {
    padding: 100px 0 27.7524429967%;
    min-height: 720px;
  }
  .home .section_firstView .section_firstView_btns {
    max-width: 1080px;
    width: 100%;
    height: 213px;
    bottom: 28.7272727273%;
    right: inherit;
  }
  .home .section_history {
    padding: 260px 0 60px;
  }
  .home .section_history .history_btn {
    width: 400px;
  }
  .home .section_history .border {
    height: 160px;
  }
  .home .section_title {
    padding: 190px 0 0;
  }
  .home .section_title .deco_wrap {
    width: 1535px;
  }
  .home .section_title .deco_wrap .deco.deco03 {
    width: 160px;
  }
  .home .section_title .deco_wrap .deco.deco04 {
    width: 168px;
  }
  .home .section_title .logo {
    margin-top: 56px;
  }
  .home .section_title .lead {
    font-size: 22px;
    margin: 56px 0 80px;
  }
  .home .section_title .lead em {
    font-size: 26px;
  }
  .home .section_title .border {
    height: 160px;
  }
  .home .step {
    gap: 40px;
  }
  .home .section_description {
    padding: 178px 0 66px;
  }
  .home .section_description .section_inner > .wrap {
    min-width: 520px;
  }
  .home .section_description .title_accent {
    margin-bottom: 40px;
  }
  .home .section_description .img_forest {
    width: 560px;
    margin-left: 32px;
    margin-top: -172px;
  }
  .home .section_description .img_forest img {
    margin: auto;
    max-width: initial;
    width: 879px;
  }
  .home .section_description .border {
    height: 121px;
  }
  .home .section_description .border.borderbottom {
    height: 114px;
  }
  .home .section_description .deco_wrap .deco {
    width: 171px;
  }
  .home .section_data {
    padding: 120px 0 150px;
  }
  .home .section_data .data_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 390px;
    width: 1080px;
    gap: 0;
  }
  .home .section_data .data_list .data_item {
    background-position: center 10px;
    height: 240px;
    margin-bottom: 0;
    padding: 75px 0 0;
    width: 310px;
    aspect-ratio: initial;
    display: block;
  }
  .home .section_data .data_list .data_item:nth-child(1) {
    margin-right: -54px;
  }
  .home .section_data .data_list .data_item:nth-child(2) {
    -ms-flex-item-align: end;
        align-self: end;
    background-position: center bottom;
    margin-right: -54px;
    margin-top: 0;
    margin-left: 0;
  }
  .home .section_data .data_list .data_item:nth-child(3) {
    margin-right: -54px;
    margin-left: 0;
  }
  .home .section_data .data_list .data_item:nth-child(4) {
    -ms-flex-item-align: end;
        align-self: end;
    background-position: center bottom;
    margin-top: 0;
    margin-left: 0;
  }
  .home .section_data .data_list .data_title {
    font-size: 18px;
    line-height: 26px;
  }
  .home .section_data .data_list .data_data .count {
    font-size: 50px;
    line-height: 74px;
  }
  .home .section_data .data_list .data_data .unit {
    font-size: 22px;
    line-height: 32px;
    padding: 16px 0 0;
  }
  .home .section_data .note {
    margin-top: 16px;
    width: 1080px;
  }
  .home .section_data .lets_play {
    margin: 56px auto;
    padding-bottom: 60px;
    position: relative;
    width: 968px;
  }
  .home .section_data .lets_play .note {
    line-height: 24px;
    margin: 0;
    position: absolute;
    right: 60px;
    top: 180px;
    width: 130px;
    left: auto;
    bottom: auto;
  }
  .home .section_data .lets_play .img_kinds {
    margin: 32px 0 0;
    width: 753px;
  }
  .home .section_data .lets_play .btn-hexagon {
    background-color: transparent;
    bottom: 30px;
    height: 220px;
    position: absolute;
    right: 0;
    width: 250px;
  }
  .home .section_data .lets_play .btn-hexagon::before {
    background: #fff;
    border: none;
    bottom: 1px;
    height: 30px;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    width: 2px;
    z-index: 1;
  }
  .home .section_data .lets_play .btn-hexagon::after {
    background: #ea5550;
    border: none;
    bottom: -29px;
    height: 30px;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 2px;
    z-index: 1;
  }
  .home .section_data .lets_play .btn-hexagon .text {
    display: block;
    font-size: 20px;
    line-height: 32px;
  }
  .home .section_data .lets_play .btn-hexagon .text br {
    display: block;
  }
  .home .section_data .lets_play .btn-hexagon .text em {
    font-size: 54px;
    line-height: 54px;
    margin: 10px 0 0;
  }
  .home .section_data .lets_play .btn-hexagon .hexagon {
    display: block;
    height: 220px;
    left: 62px;
    width: 126px;
  }
  .home .section_data .lets_play .btn-hexagon:hover {
    background-color: transparent;
  }
  .home .section_data .lets_play .btn-hexagon:hover::before {
    background: #fff;
  }
  .home .section_data .lets_play .btn-hexagon:hover::after {
    background: #5ea300;
  }
  .home .section_data .lets_play .btn-hexagon:hover .hexagon {
    background-color: #5ea300;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
  .home .section_data .knowledge {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home .section_data .knowledge .img_balloon {
    width: 282px;
  }
  .home .section_data .knowledge .img_balloon .lead {
    font-size: 20px;
  }
  .home .section_data .knowledge .knowledge_list {
    font-size: 20px;
    width: calc(100% - 282px - 16px);
    gap: 24px;
  }
  .home .section_data .knowledge .knowledge_list li {
    font-size: 20px;
  }
  .home .section_data .knowledge .knowledge_list li em {
    font-size: 24px;
  }
  .home .section_data .deco_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    max-width: 1535px;
    width: 1535px;
    translate: -50% 0;
  }
  .home .section_data .deco_wrap .deco.deco01 {
    width: 286px;
    top: 215px;
  }
  .home .section_data .deco_wrap .deco.deco02 {
    width: 223px;
    top: 430px;
  }
  .home .section_data .deco_wrap .deco.deco03 {
    width: 219px;
    bottom: 398px;
  }
  .home .section_data .deco_wrap .deco.deco04 {
    width: 228px;
    bottom: 273px;
  }
  .home .section_recommend {
    padding: 120px 0;
  }
  .home .section_recommend .recommend_list {
    gap: 40px;
  }
  .home .section_report {
    padding-bottom: 360px;
  }
  .home .section_report .section_inner {
    width: 895px;
  }
  .home .section_report .border {
    height: 130px;
  }
  .home .section_report .border.borderbottom {
    height: 114px;
  }
  .home .section_report .deco_wrap {
    left: 50%;
    min-width: 1535px;
    translate: -50% 0;
  }
  .home .section_report .deco_wrap .deco.deco01 {
    top: 328px;
    max-width: 152px;
  }
  .home .section_report .deco_wrap .deco.deco02 {
    top: 220px;
    max-width: 260px;
  }
  .home .section_report .deco_wrap.deco_wrap2 {
    left: 50%;
    max-width: 1535px;
    min-width: auto;
    translate: -50% 0;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco03 {
    left: 48px;
    bottom: 30px;
    width: 61px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco04 {
    left: 109px;
    bottom: 30px;
    width: 71px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco05 {
    left: 201px;
    bottom: 48px;
    width: 43px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco06 {
    left: 0px;
    bottom: 19px;
    width: 94px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco07 {
    left: 142px;
    bottom: 19px;
    width: 94px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco08 {
    left: 192px;
    bottom: 180px;
    width: 60px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco09 {
    left: auto;
    right: 205px;
    bottom: 20px;
    width: 68px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco10 {
    left: auto;
    right: 114px;
    bottom: 11px;
    width: 50px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco11 {
    left: auto;
    right: 17px;
    bottom: -8px;
    width: 77px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco12 {
    left: auto;
    right: 234px;
    bottom: 21px;
    width: 70px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco13 {
    left: auto;
    right: 68px;
    bottom: 1px;
    width: 70px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco14 {
    left: auto;
    right: -18px;
    bottom: -8px;
    width: 70px;
  }
  .home .section_report .deco_wrap.deco_wrap2 .deco15 {
    display: block;
    left: auto;
    right: -8px;
    bottom: 240px;
    width: 176px;
  }
  .home .section_concept .list_concept {
    gap: 40px;
  }
  .home .section_concept .list_concept .title {
    font-size: 24px;
  }
}
@media (min-width: 1080px) {
  .game .section_firstView {
    padding: 150px 0 150px;
    min-height: 499px;
  }
  .game .section_firstView .img_smartphone {
    bottom: -34px;
    left: auto;
    right: 27.5%;
    translate: 50%;
    width: 313px;
    max-width: initial;
  }
  .game .section_title {
    padding: 120px 0 150px;
  }
  .game .section_title .lead {
    font-size: 18px;
  }
  .game .section_title .lead.closed {
    font-size: 36px;
    line-height: 60px;
  }
  .game .section_title .step {
    gap: 40px;
  }
  .game .section_title .nft_carousel {
    width: calc(100% + 40px);
  }
  .game .section_title .deco_wrap {
    min-width: 1545px;
    width: 100vw;
    left: 50%;
    translate: -50%;
  }
  .game .section_title .deco_wrap .deco:nth-child(1) {
    width: 260px;
  }
  .game .section_title .deco_wrap .deco:nth-child(2) {
    width: 152px;
  }
  .game .section_app {
    padding: 56px 0;
  }
  .game .section_app .deco_wrap.pc {
    display: block;
  }
  .game .section_app .deco_wrap.sp {
    display: none;
  }
  .game .section_app .deco_wrap .deco:nth-last-child(1) {
    left: -547.5px;
    bottom: 125px;
    width: 66px;
  }
  .game .section_app .deco_wrap .deco:nth-last-child(2) {
    left: 670.5px;
    width: 78px;
  }
  .game .section_app .deco_wrap .deco:nth-last-child(3) {
    left: -658.5px;
    width: 71px;
  }
  .game .section_app .deco_wrap .deco:nth-last-child(4) {
    left: 492.5px;
    width: 69px;
  }
  .game .section_app .deco_wrap .deco:nth-last-child(5) {
    left: -719.5px;
    width: 61px;
  }
  .game .section_app .deco_wrap .deco:nth-last-child(6) {
    left: 601.5px;
    width: 51px;
  }
  .game .section_app .deco_wrap .deco:nth-last-child(7) {
    left: -566.5px;
    width: 44px;
  }
  .game .section_app .deco_wrap .deco:nth-last-child(8) {
    left: -767.5px;
    width: 212px;
  }
  .game .section_app .deco_wrap .deco:nth-last-child(9) {
    left: 463.5px;
    width: 304px;
  }
  .game .section_app .deco_wrap .deco:nth-last-child(10) {
    left: calc(100% - 176px);
    bottom: 292px;
    width: 176px;
  }
  .game .section_app .list_tree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 24px;
    width: 802px;
  }
  .game .section_app .list_tree li {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    margin: 0;
    padding: 0 0 0 30px;
  }
  .game .section_app .section_app_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 24px;
  }
  .game .section_app .btn-hexagon_flat {
    height: 60px;
    margin: 0;
    width: 350px;
  }
  .game .section_app .btn-hexagon_flat::before {
    border: 30px solid transparent;
    border-right: 20px solid #ea5550;
    left: -50px;
  }
  .game .section_app .btn-hexagon_flat::after {
    border: 30px solid transparent;
    border-left: 20px solid #ea5550;
    right: -50px;
  }
  .game .section_app .btn-hexagon_flat .text {
    font-size: 20px;
    line-height: 60px;
  }
  .game .section_app .section_app_forSP {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 0 47px;
    width: 324px;
  }
  .game .section_app .section_app_inner_env {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto;
    width: 802px;
  }
  .game .section_app .recom_env {
    border: 1px solid #fff;
    margin: 0 16px 0 0;
    padding: 12px;
    white-space: nowrap;
    width: 72px;
  }
  .game .section_app .list_note {
    text-align: center;
  }
  .game .section_blockChain .list_blockChain {
    gap: 40px;
  }
  .game .section_blockChain .list_blockChain .title {
    font-size: 24px;
  }
  .game .section_blockChain .list_blockChain .description .note {
    margin-top: 24px;
  }
  .game .section_forest {
    padding: 150px 0 36px;
  }
  .game .section_forest .title_balloon {
    margin-bottom: 90px;
  }
  .game .section_forest .list_forest .list_forest_item {
    margin: 0 0 164px;
    width: 560px;
  }
  .game .section_forest .list_forest .list_forest_item .date {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .game .section_forest .list_forest .list_forest_item .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 24px;
  }
  .game .section_forest .list_forest .list_forest_item .img_forest {
    bottom: -50px;
    height: 450px;
    width: 560px;
  }
  .game .section_forest .list_forest .list_forest_item:nth-child(odd) {
    padding: 60px 80px 60px 40px;
  }
  .game .section_forest .list_forest .list_forest_item:nth-child(odd) .img_forest {
    left: auto;
    right: -540px;
  }
  .game .section_forest .list_forest .list_forest_item:nth-child(even) {
    margin-left: auto;
    padding: 60px 40px 60px 80px;
  }
  .game .section_forest .list_forest .list_forest_item:nth-child(even) .img_forest {
    left: -540px;
    right: 0;
  }
}
@media (min-width: 1080px) {
  .column .section_firstView {
    height: 358px;
    padding: 104px 0 0;
  }
  .column .section_firstView .h2 {
    font-size: 34px;
  }
  .column .section_columnBody {
    padding: 120px 0 150px;
    position: relative;
    overflow: visible;
  }
  .column .section_columnBody .deco_wrap {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    margin: 0 auto;
    width: 100vw;
    height: 100%;
    z-index: -1;
  }
  .column .section_columnBody .deco_wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    top: 300px;
  }
  .column .section_columnBody .deco_wrap li img {
    width: 260px;
  }
  .column .section_columnBody .deco_wrap li img:nth-child(2) {
    width: 152px;
  }
  .column .section_columnBody .deco_wrap li:nth-child(2n) img {
    width: 152px;
  }
  .column .section_columnBody .deco_wrap li:nth-child(2n) img:nth-child(2) {
    width: 160px;
  }
  .column .section_columnBody .deco_wrap li:nth-child(2) {
    top: calc(300px + 19%);
  }
  .column .section_columnBody .deco_wrap li:nth-child(3) {
    top: calc(300px + 38%);
  }
  .column .section_columnBody .deco_wrap li:nth-child(4) {
    top: calc(300px + 57%);
  }
  .column .section_columnBody .deco_wrap li:nth-child(5) {
    top: calc(300px + 76%);
  }
}/*# sourceMappingURL=style.css.map */