.zcool, #campaign dl dd .box .step li .num span, #concept h2 {
  font-family: "ZCOOL XiaoWei", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.zenmaru, #cboxContent, #gnav {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
}

img {
  pointer-events: none;
}

.l-footer {
  z-index: 3;
}

header .menu {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
header.show .menu {
  opacity: 1;
  pointer-events: all;
}

#sp_menu {
  display: block;
  width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  overflow: visible;
}
@media screen and (min-width: 769px) {
  #sp_menu {
    display: none;
  }
}
#sp_menu .menu {
  --menu-width: 52px;
  --menu-height: 52px;
  --menu-bg-color: #0098E9;
  --menu-bar-color: #FFF;
  --menu-bar-width: 20px;
  --menu-bar-height: 1.3px;
  --menu-bar-gap: 6px;
  border-radius: 5px;
  background: var(--menu-bg-color);
  width: var(--menu-width);
  height: var(--menu-height);
  position: absolute;
  top: 80px;
  right: 20px;
  z-index: 20;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
#sp_menu .menu::before {
  content: "";
  background: url(../img/sp_menu.svg) no-repeat center/auto;
  width: 100%;
  height: 16px;
  position: absolute;
  top: 29%;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#sp_menu .menu .icon {
  display: block;
  width: var(--menu-bar-width);
  height: var(--menu-bar-height);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 40%;
  right: calc((var(--menu-width) - var(--menu-bar-width)) / 2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#sp_menu .menu .icon::before, #sp_menu .menu .icon::after {
  content: "";
  width: var(--menu-bar-width);
  height: var(--menu-bar-height);
  border-radius: 5px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
}
#sp_menu .menu .icon::before {
  top: calc(-1 * var(--menu-bar-gap));
}
#sp_menu .menu .icon::after {
  bottom: calc(-1 * var(--menu-bar-gap));
}
#sp_menu .menu .icon span::before {
  content: "MENU";
  font-size: 11px;
  text-align: center;
  color: var(--menu-bar-color);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5px;
  left: 50%;
}
#sp_menu .menu.active {
  opacity: 1;
  pointer-events: all;
  background: var(--menu-bar-color);
}
#sp_menu .menu.active::before {
  opacity: 0;
}
#sp_menu .menu.active .icon {
  background: transparent;
}
#sp_menu .menu.active .icon::before, #sp_menu .menu.active .icon::after {
  content: "";
  background: var(--menu-bg-color);
}
#sp_menu .menu.active .icon::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0;
}
#sp_menu .menu.active .icon::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  bottom: 0;
}
#sp_menu .menu.active .icon span::before {
  content: "CLOSE";
  color: var(--menu-bg-color);
  font-weight: 500;
}

#gnav {
  background: url(../img/sp_menu_bg.svg) no-repeat center bottom/100%;
  display: block;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  float: none;
  width: 100%;
  max-height: 100vh;
  margin: 0;
  padding-bottom: 10vw;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: bold;
  position: absolute;
  top: -1000px;
  left: 0;
  z-index: 10;
  overflow: auto;
}
#gnav.open {
  -webkit-transform: translateY(1000px);
          transform: translateY(1000px);
}
#gnav .nav_list {
  background: #0098E9;
  padding: 170px 20px 40px;
}
#gnav .nav_list li {
  border-bottom: 1px solid currentColor;
}
#gnav .nav_list li:first-child {
  border-top: 1px solid currentColor;
}
#gnav .nav_list li a {
  display: block;
  padding: 26px 0;
  position: relative;
}
#gnav .nav_list li a::before {
  content: "";
  background: url(../img/arrow_wht.svg) no-repeat center right/100%;
  width: 19px;
  height: 19px;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  top: 50%;
  right: 0;
}

#main {
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  #main {
    font-size: calc(13px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.grid_navi {
  display: grid;
  grid-template-columns: repeat(2, 160px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.grid_navi li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/btn_arrow_blue.png) no-repeat center right 12px/14px, #fff;
  border-radius: 50px;
  height: 43px;
  color: #2A4DA8;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-box-shadow: 2px 5px 0 #2A4DA8;
          box-shadow: 2px 5px 0 #2A4DA8;
  position: relative;
}
.grid_navi li a::before {
  content: "";
  background: url(../img/btn_bg.png) no-repeat center bottom/auto 10px;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pc_map {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc_map {
    background: #DBF2FA;
    display: block;
    width: calc((100vw - 466px) * 0.44);
  }
  .pc_map .map {
    position: sticky;
    top: 0;
  }
  .pc_map .map .dots li {
    padding: 0;
    font-size: min(1.03vw, 14px);
  }
  .pc_map .map .dots li a {
    padding: 0 0.3em;
  }
  .pc_map .map .dots li a:hover {
    opacity: 1;
  }
  .pc_map .map .dots li.islands01 {
    top: 36%;
    left: 41%;
  }
  .pc_map .map .dots li.islands02 {
    top: 43%;
    left: 17%;
  }
  .pc_map .map .dots li.islands03 {
    top: 47%;
    left: 33%;
  }
  .pc_map .map .dots li.islands04 {
    top: 49.2%;
    left: 14%;
  }
  .pc_map .map .dots li.islands05 {
    top: 52.5%;
    left: 31%;
  }
  .pc_map .map .dots li.islands06 {
    top: 56%;
    left: 47%;
  }
  .pc_map .map .dots li.islands07 {
    top: 62%;
    left: 50%;
  }
  .pc_map .map .dots li.islands08 {
    top: 80.5%;
    left: 50%;
  }
  .pc_map .map .dots li.islands09 {
    top: 85.2%;
    left: 20%;
  }
  .pc_map .map .dots li.islands10 {
    top: 65%;
    left: 83.5%;
  }
  .pc_map .map .dots li.islands11 {
    top: 84.5%;
    left: 82%;
  }
  .pc_map .map .wave_wrap {
    height: 3.29vw;
    top: auto;
    bottom: 0;
  }
  .pc_map .map .wave_wrap svg {
    height: 100%;
  }
}

.parts {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.parts img {
  will-change: transform;
}
.parts_01 {
  width: 7.73%;
  top: 17%;
  left: 70%;
  animation: floating1 1.8s ease-in-out infinite alternate-reverse;
}
.parts_02 {
  width: 12%;
  animation: floating2 1.8s ease-in-out infinite alternate-reverse;
}
.parts_03 {
  width: 18.6%;
  top: 50%;
  left: 67%;
  -webkit-animation: fadeLoop 8s ease infinite;
          animation: fadeLoop 8s ease infinite;
}
.parts_04 {
  width: 13%;
  top: 28%;
  left: 90%;
  animation: slideLeft 3s ease-in-out infinite alternate-reverse;
}
.parts_05 {
  width: 17.3%;
  top: 76%;
  left: 11%;
  animation: slideRight 3s ease-in-out 0.8s infinite alternate-reverse;
}

@-webkit-keyframes floating1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}

@keyframes floating1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
@-webkit-keyframes floating2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@keyframes floating2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@-webkit-keyframes fadeLoop {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeLoop {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideLeft {
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  from {
    -webkit-transform: translate(-70%, -10%);
            transform: translate(-70%, -10%);
  }
}
@keyframes slideLeft {
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  from {
    -webkit-transform: translate(-70%, -10%);
            transform: translate(-70%, -10%);
  }
}
@-webkit-keyframes slideRight {
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  from {
    -webkit-transform: translate(-20%, -90%);
            transform: translate(-20%, -90%);
  }
}
@keyframes slideRight {
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  from {
    -webkit-transform: translate(-20%, -90%);
            transform: translate(-20%, -90%);
  }
}
.mv {
  background: url(../img/mv_bg_sp.jpg) no-repeat top center/cover;
  position: relative;
  padding: 28px 0 120px;
}
@media screen and (min-width: 769px) {
  .mv {
    background: none;
    padding: 0;
    z-index: 2;
    width: calc((100vw - 466px) * 0.56);
    height: auto;
    position: static;
  }
}
.mv .sticky {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .mv .sticky {
    padding: 53px 0;
    position: sticky;
    top: 0;
    height: auto;
  }
  .mv .sticky::before {
    content: "";
    background: url(../img/mv_bg.jpg) no-repeat center top/cover, fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
}
.mv .ttl {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mv .ttl {
    width: 59%;
  }
}
.mv .grid_navi {
  display: none;
}
@media screen and (min-width: 769px) {
  .mv .grid_navi {
    display: grid;
    width: min(100%, 454px);
    gap: 10px 8px;
    margin-top: 65px;
  }
  .mv .grid_navi li a {
    background-size: 16px;
    padding: 0 30px 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .mv .grid_navi {
    zoom: 80%;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#wrap {
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  #wrap {
    -webkit-box-shadow: 4px 4px 8px rgba(0, 30, 78, 0.25);
            box-shadow: 4px 4px 8px rgba(0, 30, 78, 0.25);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 466px;
    z-index: 3;
    overflow: hidden;
  }
}

section {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  section {
    padding-left: calc(20px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  section {
    padding-right: calc(20px * 1.24);
  }
}
section .ttl_img {
  margin-bottom: 6px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  section .ttl_img {
    margin-bottom: calc(6px * 1.24);
  }
}
section .inner {
  position: relative;
  z-index: 3;
}
section .grid_navi {
  width: min(100%, 460px);
  margin: 0 auto;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  section .grid_navi {
    gap: calc(10px * 1.24);
  }
}
section .grid_navi li a {
  border: none;
  background-size: 19px;
}
@media screen and (min-width: 769px) {
  section .grid_navi li a {
    background-size: calc(19px * 1.24);
  }
}

.sect_mask {
  position: relative;
  z-index: 2;
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (min-width: 769px) {
  .sect_mask {
    margin-top: calc(-80px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .sect_mask {
    padding-top: calc(80px * 1.24);
  }
}
.sect_mask::before, .sect_mask::after {
  content: "";
  position: absolute;
  left: 0;
}
.sect_mask::before {
  -webkit-mask-image: url(../img/sect_mask.png);
          mask-image: url(../img/sect_mask.png);
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  height: 90px;
}
@media screen and (min-width: 769px) {
  .sect_mask::before {
    height: calc(90px * 1.24);
  }
}
.sect_mask.flip::before {
  -webkit-mask-image: url(../img/sect_mask2.png);
          mask-image: url(../img/sect_mask2.png);
}
.sect_mask:not(.bnr_area)::after {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: min(100%, 430px);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sect_mask:not(.bnr_area)::after {
    background-size: 100%;
  }
}

.sect_ttl {
  background: url(../img/sect_ttl_bg.svg) no-repeat center bottom/auto;
  color: #2A4DA8;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  background-size: 47px;
  padding-bottom: 15px;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .sect_ttl {
    background-size: calc(47px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .sect_ttl {
    padding-bottom: calc(15px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .sect_ttl {
    font-size: calc(12px * 1.24);
  }
}
.sect_ttl.bg_none {
  background: none;
  padding-bottom: 0;
}
.sect_ttl span {
  display: block;
  font-weight: 400;
  text-align: center;
  font-size: 26px;
}
@media screen and (min-width: 769px) {
  .sect_ttl span {
    font-size: calc(26px * 1.24);
  }
}

.txt_center {
  text-align: center;
}

.read {
  text-align: center;
  line-height: 1.76;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .read {
    font-size: calc(13px * 1.24);
  }
}

.notes {
  line-height: 1.36;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .notes {
    font-size: calc(11px * 1.24);
  }
}

.notes_list {
  line-height: 1.36;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .notes_list {
    font-size: calc(11px * 1.24);
  }
}
.notes_list li {
  padding-left: 1em;
  text-indent: -1em;
}

#concept {
  background: url(../img/contents_bg_sp.png) no-repeat center top/100%;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 97px 0;
  margin-top: -97px;
}
@media screen and (min-width: 769px) {
  #concept {
    background: url(../img/contents_bg.png) no-repeat center top/cover;
    padding: 30px 0 120px;
    margin: 0;
  }
}
#concept h2 {
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  #concept h2 {
    font-size: calc(32px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #concept h2 {
    margin-bottom: calc(24px * 1.24);
  }
}
#concept .read {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  #concept .read {
    font-size: calc(12px * 1.24);
  }
}

#contents {
  background: #DBF2FA;
  padding-bottom: calc(25px + 9vw);
  position: relative;
}
@media screen and (min-width: 769px) {
  #contents {
    padding-bottom: 67px;
  }
}
#contents .sect_ttl {
  margin-bottom: 9px;
}
@media screen and (min-width: 769px) {
  #contents .sect_ttl {
    margin-bottom: calc(9px * 1.24);
  }
}

.wave_wrap {
  position: absolute;
  top: -43px;
  left: 0;
  width: 100%;
}
.wave_wrap svg {
  display: block;
  width: 100%;
  height: 45px;
  max-height: 100vh;
  margin: 0;
  bottom: 0px;
}
.wave_wrap .wave > use {
  -webkit-animation: wave 14s linear infinite;
          animation: wave 14s linear infinite;
  fill: #DBF2FA;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(-350px, 0%);
            transform: translate(-350px, 0%);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(-350px, 0%);
            transform: translate(-350px, 0%);
  }
}
.contents_nav {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 5px;
}
@media screen and (min-width: 769px) {
  .contents_nav {
    row-gap: calc(5px * 1.24);
  }
}
@media screen and (max-width: 768px) {
  .contents_nav {
    width: min(100%, 390px);
    margin: 0 auto;
  }
}
.contents_nav li a {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  aspect-ratio: 1/1.01;
  padding-top: 40%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.33;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .contents_nav li a {
    font-size: calc(15px * 1.24);
  }
}
.contents_nav li a::after {
  content: "";
  display: block;
  background: url(../img/arrow_wht.svg) no-repeat center/contain;
  margin: 6px auto 0;
  width: 19px;
  height: 19px;
}
@media screen and (min-width: 769px) {
  .contents_nav li a::after {
    width: calc(19px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .contents_nav li a::after {
    height: calc(19px * 1.24);
  }
}
.contents_nav li:nth-child(3) {
  aspect-ratio: 1/1.01;
  margin-right: -23px;
}
@media screen and (min-width: 769px) {
  .contents_nav li:nth-child(3) {
    margin-right: calc(-23px * 1.24);
  }
}
.contents_nav li:nth-child(3) a {
  padding-top: 35%;
  padding-right: 15%;
}
.contents_nav li:nth-child(3) a::after {
  margin-top: 9px;
}
.contents_nav li:nth-child(4) a {
  padding-top: 30%;
}
.contents_nav li:nth-child(1) a {
  background-image: url(../img/contents_nav1.png);
}
.contents_nav li:nth-child(2) a {
  background-image: url(../img/contents_nav2.png);
}
.contents_nav li:nth-child(3) a {
  background-image: url(../img/contents_nav3.png);
}
.contents_nav li:nth-child(4) a {
  background-image: url(../img/contents_nav4.png);
}

#collaboration_menu {
  background: #fff;
  padding-bottom: 105px;
}
@media screen and (min-width: 769px) {
  #collaboration_menu {
    padding-bottom: calc(105px * 1.24);
  }
}
#collaboration_menu::before {
  content: "";
  background: url(../img/sect_bg.svg) no-repeat center top/100%;
  height: 9.3vw;
  width: 100%;
  position: absolute;
  top: -9vw;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #collaboration_menu::before {
    height: 43px;
    top: -43px;
  }
}
#collaboration_menu .sect_ttl {
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  #collaboration_menu .sect_ttl {
    margin-bottom: calc(35px * 1.24);
  }
}

.collaboration_menu_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  row-gap: 14px;
}
@media screen and (min-width: 769px) {
  .collaboration_menu_list {
    -webkit-column-gap: calc(7px * 1.24);
       -moz-column-gap: calc(7px * 1.24);
            column-gap: calc(7px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .collaboration_menu_list {
    row-gap: calc(14px * 1.24);
  }
}
.collaboration_menu_list::before {
  content: "";
  background: url(../img/illust01.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  width: 61px;
  height: 45px;
  top: -40px;
}
@media screen and (min-width: 769px) {
  .collaboration_menu_list::before {
    width: calc(61px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .collaboration_menu_list::before {
    height: calc(45px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .collaboration_menu_list::before {
    top: calc(-40px * 1.24);
  }
}
.collaboration_menu_list li.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.collaboration_menu_list li.last img {
  width: 76%;
  margin: auto;
}
.collaboration_menu_list li.last .notes {
  margin-top: auto;
  padding: 0 3%;
}
.collaboration_menu_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFDDD;
  height: 100%;
  border-radius: 6px;
  padding: 12px;
}
@media screen and (min-width: 769px) {
  .collaboration_menu_list li a {
    border-radius: calc(6px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .collaboration_menu_list li a {
    padding: calc(12px * 1.24);
  }
}
.collaboration_menu_list li a img {
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .collaboration_menu_list li a img {
    margin-bottom: calc(12px * 1.24);
  }
}
.collaboration_menu_list li a .name {
  color: #2A4DA8;
  text-align: center;
  line-height: 1.15;
  font-size: 13px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .collaboration_menu_list li a .name {
    font-size: calc(13px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .collaboration_menu_list li a .name {
    margin-bottom: calc(10px * 1.24);
  }
}
.collaboration_menu_list li a .name small {
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .collaboration_menu_list li a .name small {
    font-size: calc(11px * 1.24);
  }
}
.collaboration_menu_list li a .shop {
  background-repeat: no-repeat;
  background-position: left top;
  color: #0098E9;
  line-height: 1.1;
  margin-top: auto;
  padding-left: 20px;
  font-size: 11px;
  background-size: 14px;
}
@media screen and (min-width: 769px) {
  .collaboration_menu_list li a .shop {
    padding-left: calc(20px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .collaboration_menu_list li a .shop {
    font-size: calc(11px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .collaboration_menu_list li a .shop {
    background-size: calc(14px * 1.24);
  }
}
.collaboration_menu_list li a .shop.icon01 {
  background-image: url(../img/shop_icon01.svg);
}
.collaboration_menu_list li a .shop.icon02 {
  background-image: url(../img/shop_icon02.svg);
}

#campaign {
  background: #90D760;
  color: #fff;
  position: relative;
  padding-bottom: calc(38px + 9vw);
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  #campaign {
    padding-top: calc(10px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #campaign {
    padding-bottom: 81px;
  }
}
#campaign::before, #campaign::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -50px;
}
@media screen and (min-width: 769px) {
  #campaign::before, #campaign::after {
    top: calc(-50px * 1.24);
  }
}
#campaign::before {
  background: url(../img/illust02.png) no-repeat center/contain;
  width: 68px;
  height: 70px;
  left: 25px;
}
@media screen and (min-width: 769px) {
  #campaign::before {
    width: calc(68px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #campaign::before {
    height: calc(70px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #campaign::before {
    left: calc(25px * 1.24);
  }
}
#campaign::after {
  background: url(../img/illust03.png) no-repeat center/contain;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  will-change: transform;
  width: 51px;
  height: 166px;
  right: 5px;
}
@media screen and (min-width: 769px) {
  #campaign::after {
    width: calc(51px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #campaign::after {
    height: calc(166px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #campaign::after {
    right: calc(5px * 1.24);
  }
}
#campaign.animated::after {
  -webkit-animation: swing-x 2s ease forwards;
          animation: swing-x 2s ease forwards;
}
#campaign .sect_ttl {
  background-image: url(../img/sect_ttl_bg_wht.svg);
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 26px;
}
@media screen and (min-width: 769px) {
  #campaign .sect_ttl {
    padding-bottom: calc(20px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #campaign .sect_ttl {
    margin-bottom: calc(26px * 1.24);
  }
}
#campaign .sect_ttl span {
  margin-top: -5px;
  font-size: 44px;
}
@media screen and (min-width: 769px) {
  #campaign .sect_ttl span {
    margin-top: calc(-5px * 1.24);
  }
}
#campaign .wave_wrap .wave > use {
  fill: #90D760;
}
#campaign .read {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  #campaign .read {
    margin-bottom: calc(16px * 1.24);
  }
}
#campaign .txt_bg {
  background: #fff;
  color: #90D760;
}
#campaign dl dt {
  background: #2A4DA8;
  text-align: center;
  margin-top: 28px;
  padding-top: 5px;
  padding-bottom: 4px;
}
@media screen and (min-width: 769px) {
  #campaign dl dt {
    margin-top: calc(28px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #campaign dl dt {
    padding-top: calc(5px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #campaign dl dt {
    padding-bottom: calc(4px * 1.24);
  }
}
#campaign dl dd {
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  #campaign dl dd {
    margin-top: calc(12px * 1.24);
  }
}
#campaign dl dd.day {
  text-align: center;
  line-height: 1;
  font-size: 19px;
}
@media screen and (min-width: 769px) {
  #campaign dl dd.day {
    font-size: calc(19px * 1.24);
  }
}
#campaign dl dd.day small {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #campaign dl dd.day small {
    font-size: calc(14px * 1.24);
  }
}
#campaign dl dd.day em {
  font-style: normal;
  font-size: 35px;
}
@media screen and (min-width: 769px) {
  #campaign dl dd.day em {
    font-size: calc(35px * 1.24);
  }
}
#campaign dl dd .box {
  background: #EAFFDA;
  color: #000;
  border-radius: 10px;
  margin-top: 18px;
  padding: 27px;
}
@media screen and (min-width: 769px) {
  #campaign dl dd .box {
    border-radius: calc(10px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #campaign dl dd .box {
    margin-top: calc(18px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #campaign dl dd .box {
    padding: calc(27px * 1.24);
  }
}
#campaign dl dd .box .step {
  display: grid;
  row-gap: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #campaign dl dd .box .step {
    row-gap: calc(18px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #campaign dl dd .box .step {
    margin-bottom: calc(20px * 1.24);
  }
}
#campaign dl dd .box .step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.38;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  #campaign dl dd .box .step li {
    -webkit-column-gap: calc(10px * 1.24);
       -moz-column-gap: calc(10px * 1.24);
            column-gap: calc(10px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #campaign dl dd .box .step li {
    font-size: calc(13px * 1.24);
  }
}
#campaign dl dd .box .step li .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  background: #6FCF2F;
  border-radius: 50%;
  aspect-ratio: 1/1;
  color: #fff;
  line-height: 1;
  width: 36px;
  font-size: 9px;
}
@media screen and (min-width: 769px) {
  #campaign dl dd .box .step li .num {
    width: calc(36px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #campaign dl dd .box .step li .num {
    font-size: calc(9px * 1.24);
  }
}
#campaign dl dd .box .step li .num span {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  #campaign dl dd .box .step li .num span {
    font-size: calc(16px * 1.24);
  }
}

@-webkit-keyframes swing-x {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes swing-x {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
#exhibition {
  background: url(../img/exhibition_bg.jpg) repeat center/125px;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
  #exhibition {
    padding-bottom: calc(100px * 1.24);
  }
}
#exhibition::before, #exhibition::after {
  content: "";
  position: absolute;
}
#exhibition::before {
  background: url(../img/exhibition_bg.jpg) repeat center/125px;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%, 100%;
          mask-size: 100%, 100%;
  -webkit-mask-image: url(../img/sect_bg.svg);
          mask-image: url(../img/sect_bg.svg);
  height: 9.3vw;
  width: 100%;
  top: -9vw;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #exhibition::before {
    height: 43px;
    top: -43px;
  }
}
#exhibition::after {
  background: url(../img/illust04.png) no-repeat center/contain;
  width: 76px;
  height: 48px;
  top: -35px;
  left: 20px;
}
@media screen and (min-width: 769px) {
  #exhibition::after {
    width: calc(76px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #exhibition::after {
    height: calc(48px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #exhibition::after {
    top: calc(-35px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #exhibition::after {
    left: calc(20px * 1.24);
  }
}
#exhibition .sect_ttl {
  margin-bottom: 21px;
}
@media screen and (min-width: 769px) {
  #exhibition .sect_ttl {
    margin-bottom: calc(21px * 1.24);
  }
}
#exhibition .img {
  margin-top: 28px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #exhibition .img {
    margin-top: calc(28px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #exhibition .img {
    margin-bottom: calc(10px * 1.24);
  }
}

#map {
  background: #DBF2FA;
  padding: 0;
  position: relative;
  padding-bottom: 125px;
}
#map::before {
  content: "";
  background: url(../img/illust05.png) no-repeat center/contain;
  position: absolute;
  width: 58px;
  height: 58px;
  top: -60px;
  right: 20px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #map::before {
    width: calc(58px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #map::before {
    height: calc(58px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #map::before {
    top: calc(-60px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #map::before {
    right: calc(20px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #map {
    padding-bottom: calc(125px * 1.24);
  }
}
#map .sect_ttl {
  margin-bottom: 18px;
}
@media screen and (min-width: 769px) {
  #map .sect_ttl {
    margin-bottom: calc(18px * 1.24);
  }
}
#map .map {
  position: relative;
}
#map .map::before {
  content: "";
  background: url(../img/map_bg.png) no-repeat top center/100%;
  width: 100%;
  height: 14.14vw;
  position: absolute;
  left: 0;
  top: -15px;
}
@media screen and (min-width: 769px) {
  #map .map::before {
    top: calc(-15px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #map .map::before {
    height: 66px;
  }
}
#map .map .dots li {
  font-size: 3.46vw;
  line-height: 1.3;
}
#map .map .dots li.islands01 {
  top: 37.5%;
  left: 46%;
}
#map .map .dots li.islands02 {
  top: 45.5%;
  left: 21%;
}
#map .map .dots li.islands03 {
  top: 50.5%;
  left: 37%;
}
#map .map .dots li.islands04 {
  top: 52.5%;
  left: 18%;
}
#map .map .dots li.islands05 {
  top: 56%;
  left: 36%;
}
#map .map .dots li.islands06 {
  top: 60%;
  left: 51%;
}
#map .map .dots li.islands07 {
  top: 67%;
  left: 55%;
}
#map .map .dots li.islands08 {
  top: 86%;
  left: 53%;
}
#map .map .dots li.islands09 {
  top: 92.6%;
  left: 23.5%;
}
#map .map .dots li.islands10 {
  top: 70%;
  left: 86.5%;
}
#map .map .dots li.islands11 {
  top: 91.5%;
  left: 85%;
}
@media screen and (min-width: 769px) {
  #map .map .dots li {
    font-size: 17px;
  }
}
#map .parts_01 {
  top: 12%;
  left: 78%;
}
#map .parts_02 {
  top: 55%;
  left: 78%;
}
#map .parts_03 {
  top: 38%;
  left: 67%;
}
#map .parts_04 {
  top: 28%;
  left: 90%;
}
#map .parts_05 {
  top: 78%;
  left: 11%;
}

a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0098E9;
  background-image: url(../img/btn_arrow_rotate.png), url(../img/btn_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 20px, bottom -1px center;
  background-size: 18px, 100%;
  border-radius: 50px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-box-shadow: 2px 5px 0 #FFF000;
          box-shadow: 2px 5px 0 #FFF000;
  width: 264px;
  height: 54px;
  margin-top: 28px;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  a.btn {
    width: calc(264px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  a.btn {
    height: calc(54px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  a.btn {
    margin-top: calc(28px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  a.btn {
    font-size: calc(15px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  a.btn {
    background-position: center right 24.8px, bottom -1px center;
    background-size: 22.32px, 100%;
  }
}

.islands_slider {
  margin-top: 28px;
}
.islands_slider::before {
  right: calc(90% + 9.92px);
}
.islands_slider::after {
  left: calc(90% + 9.92px);
}
@media screen and (min-width: 769px) {
  .islands_slider {
    margin-top: calc(28px * 1.24);
  }
}
.islands_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.islands_slider .slick-slide {
  height: auto;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .islands_slider .slick-slide {
    margin-left: calc(8px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .islands_slider .slick-slide {
    margin-right: calc(8px * 1.24);
  }
}
.islands_slider .slick-slide.slick-active .img::before {
  display: none;
}
.islands_slider .img {
  position: relative;
  margin-bottom: 3px;
}
.islands_slider .img a {
  display: block;
}
.islands_slider .img::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(219, 242, 250, 0.2)), color-stop(8%, rgba(219, 242, 250, 0.75)), color-stop(50%, rgb(219, 242, 250)), color-stop(92%, rgba(219, 242, 250, 0.75)), to(rgba(219, 242, 250, 0.2)));
  background-image: linear-gradient(90deg, rgba(219, 242, 250, 0.2), rgba(219, 242, 250, 0.75) 8%, rgb(219, 242, 250) 50%, rgba(219, 242, 250, 0.75) 92%, rgba(219, 242, 250, 0.2));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .islands_slider .img {
    margin-bottom: calc(3px * 1.24);
  }
}
.islands_slider .img::after {
  content: "";
  background: url(../img/popup_btn.png) no-repeat center/100%;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 10px;
  bottom: 10px;
}
@media screen and (min-width: 769px) {
  .islands_slider .img::after {
    width: calc(26px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .islands_slider .img::after {
    height: calc(26px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .islands_slider .img::after {
    left: calc(10px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .islands_slider .img::after {
    bottom: calc(10px * 1.24);
  }
}
.islands_slider .name {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: absolute;
  top: 0;
  z-index: 1;
  min-height: 86px;
  width: 34px;
  font-size: 15px;
  right: 15px;
}
@media screen and (min-width: 769px) {
  .islands_slider .name {
    min-height: calc(86px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .islands_slider .name {
    width: calc(34px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .islands_slider .name {
    font-size: calc(15px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .islands_slider .name {
    right: calc(15px * 1.24);
  }
}
.islands_slider .notes {
  color: #383838;
  text-align: right;
}

.dots li {
  background: #fff;
  border-radius: 5px;
  display: block;
  padding: 0 0.3em 0.1em;
  color: #2A4DA8;
  line-height: 1.5;
  font-weight: bold;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.dots li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 8px 3px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -0.4em;
}
.dots li.active, .dots li:hover {
  opacity: 1;
  background: #2A4DA8;
  color: #fff;
}
.dots li.active::after, .dots li:hover::after {
  border-color: transparent #2A4DA8 transparent transparent;
}
.dots li.islands02::after, .dots li.islands04::after, .dots li.islands09::after {
  left: auto;
  right: -0.4em;
  border-width: 3px 0 3px 8px;
  border-color: transparent transparent transparent #fff;
}
.dots li.islands02.active::after, .dots li.islands02:hover::after, .dots li.islands04.active::after, .dots li.islands04:hover::after, .dots li.islands09.active::after, .dots li.islands09:hover::after {
  border-color: transparent transparent transparent #2A4DA8;
}
.dots li.islands08::after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: -0.4em;
  left: 50%;
  border-width: 0.57em 0.2em 0 0.2em;
  border-color: #fff transparent transparent transparent;
}
.dots li.islands08.active::after, .dots li.islands08:hover::after {
  border-color: #2A4DA8 transparent transparent transparent;
}

footer {
  background: url(../img/footer_img.png) no-repeat center bottom/100%, #09A7CA;
  position: relative;
  z-index: 1;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 135px;
}
@media screen and (min-width: 769px) {
  footer {
    padding-top: calc(25px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  footer {
    padding-left: calc(20px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  footer {
    padding-right: calc(20px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  footer {
    padding-bottom: calc(135px * 1.24);
  }
}
footer .bnr_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  row-gap: 10px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  footer .bnr_list {
    -webkit-column-gap: calc(11px * 1.24);
       -moz-column-gap: calc(11px * 1.24);
            column-gap: calc(11px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  footer .bnr_list {
    row-gap: calc(10px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  footer .bnr_list {
    margin-bottom: calc(24px * 1.24);
  }
}
footer p {
  color: #fff;
  text-align: center;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  footer p {
    font-size: calc(11px * 1.24);
  }
}
footer .wave_wrap .wave > use {
  fill: #09A7CA;
}

.slick-dots {
  display: none !important;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.45);
}

#cboxContent {
  border-radius: 6px;
  overflow: visible;
}
#cboxContent #cboxLoadedContent {
  margin: 0;
}
#cboxContent #cboxClose {
  background: url(../img/cboxClose.png) no-repeat center center/100%;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
  top: -10px;
  right: -10px;
}
@media screen and (min-width: 769px) {
  #cboxContent #cboxClose {
    height: calc(36px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #cboxContent #cboxClose {
    width: calc(36px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #cboxContent #cboxClose {
    top: calc(-10px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  #cboxContent #cboxClose {
    right: calc(-10px * 1.24);
  }
}

.popup_box {
  background: #FFFDDD;
  border-radius: 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: 23px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}
.popup_box.bg_blue {
  background: #DBF2FA;
}
.popup_box.bg_blue .img_notes {
  text-align: right;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .popup_box.bg_blue .img_notes {
    font-size: calc(11px * 1.24);
  }
}
.popup_box.bg_blue .ttl {
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 15px;
  margin-bottom: 4px;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .popup_box.bg_blue .ttl {
    margin-top: calc(15px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box.bg_blue .ttl {
    margin-bottom: calc(4px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box.bg_blue .ttl {
    font-size: calc(18px * 1.24);
  }
}
.popup_box.bg_blue .txt_area {
  padding-top: 0;
  overflow: hidden;
}
.popup_box.bg_blue .txt_area dl {
  display: block;
}
.popup_box.bg_blue .txt_area dl dt {
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 25px;
  width: 94px;
}
@media screen and (min-width: 769px) {
  .popup_box.bg_blue .txt_area dl dt {
    margin-top: calc(25px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box.bg_blue .txt_area dl dt {
    width: calc(94px * 1.24);
  }
}
.popup_box.bg_blue .txt_area dl dd {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .popup_box.bg_blue .txt_area dl dd {
    margin-top: calc(10px * 1.24);
  }
}
.popup_box.bg_blue .txt_area dl dd a.txt_link {
  text-decoration: underline;
}
.popup_box.bg_blue .txt_area dl dd a.txt_link:hover {
  opacity: 1;
  text-decoration: none;
}
.popup_box.bg_blue .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (min-width: 769px) {
  .popup_box.bg_blue .sns_link {
    -webkit-column-gap: calc(15px * 1.24);
       -moz-column-gap: calc(15px * 1.24);
            column-gap: calc(15px * 1.24);
  }
}
.popup_box.bg_blue .sns_link img {
  width: 26px;
}
@media screen and (min-width: 769px) {
  .popup_box.bg_blue .sns_link img {
    width: calc(26px * 1.24);
  }
}
.popup_box.bg_blue .sns_link li {
  text-align: center;
}
.popup_box.bg_blue .sns_link p {
  margin-top: 0.3em;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .popup_box.bg_blue .sns_link p {
    font-size: calc(11px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box {
    padding-top: calc(23px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box {
    padding-left: calc(20px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box {
    padding-right: calc(20px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box {
    padding-bottom: calc(20px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box {
    font-size: calc(16px * 1.24);
  }
}
.popup_box .ttl {
  color: #2A4DA8;
  text-align: center;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 20px;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .popup_box .ttl {
    margin-bottom: calc(20px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .ttl {
    font-size: calc(15px * 1.24);
  }
}
.popup_box .txt_area {
  background: #fff;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area {
    padding-top: calc(20px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area {
    padding-left: calc(16px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area {
    padding-right: calc(16px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area {
    padding-bottom: calc(20px * 1.24);
  }
}
.popup_box .txt_area > dl {
  display: grid;
  grid-template-columns: 72px 1fr;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  color: #383838;
  line-height: 1.15;
  row-gap: 14px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area > dl {
    row-gap: calc(14px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area > dl {
    -webkit-column-gap: calc(16px * 1.24);
       -moz-column-gap: calc(16px * 1.24);
            column-gap: calc(16px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area > dl {
    font-size: calc(13px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area > dl {
    grid-template-columns: 89.28px 1fr;
  }
}
.popup_box .txt_area > dl.line {
  background: url(../img/line.svg) no-repeat center bottom/100%;
  padding-bottom: 23px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area > dl.line {
    padding-bottom: calc(23px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area > dl.line {
    margin-bottom: calc(20px * 1.24);
  }
}
.popup_box .txt_area > dl.line dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1em;
}
.popup_box .txt_area > dl.line dl dd {
  color: #2A4DA8;
}
.popup_box .txt_area > dl > dt {
  background: #DBF2FA;
  padding: 0.3em 0;
  font-weight: 500;
  text-align: center;
}
.popup_box .txt_area > dl > dd {
  font-weight: bold;
}
.popup_box .txt_area > dl > dd span {
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area > dl > dd span {
    font-size: calc(11px * 1.24);
  }
}
.popup_box .txt_area .notes_list {
  font-weight: 500;
  margin-top: 14px;
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area .notes_list {
    margin-top: calc(14px * 1.24);
  }
}
.popup_box .txt_area a.link_btn {
  background-color: #2A4DA8;
  background-image: url(../img/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center right 25px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  background-size: 18px;
  width: 264px;
  height: 54px;
  margin-top: 20px;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area a.link_btn {
    background-size: calc(18px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area a.link_btn {
    width: calc(264px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area a.link_btn {
    height: calc(54px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area a.link_btn {
    margin-top: calc(20px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .txt_area a.link_btn {
    font-size: calc(15px * 1.24);
  }
}
.popup_box .popup_close {
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  height: 40px;
  width: 160px;
  line-height: 38px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .popup_box .popup_close {
    height: calc(40px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .popup_close {
    width: calc(160px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .popup_close {
    line-height: calc(38px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box .popup_close {
    margin-top: calc(20px * 1.24);
  }
}
@media screen and (min-width: 769px) {
  .popup_box {
    width: 480px;
    padding: 40px 30px;
  }
}

body.menu_open .pagetop {
  opacity: 0;
  pointer-events: none;
}

.finished {
  background: #D10000;
  width: min(100%, 309px);
  padding: 12px 0;
  margin: 10px auto 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .finished {
    width: 80%;
    margin: 0 auto 10px;
    position: static;
  }
}