@charset "UTF-8";
/*! Writen  by SCSS */
/*body#top2 {
	&::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: -1;
		background: url("../images/top/bg.jpg") center center / cover no-repeat;
		@include mq(600){
			display: none;
		}
	}
}*/
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(50% - 300px);
  height: 100vh;
  z-index: -1;
  background: url("../images/top/bg1.jpg") top center/cover no-repeat; }
  @media screen and (max-width: 600px) {
    body::before {
      display: none; } }
body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(50% - 300px);
  height: 100vh;
  z-index: -1;
  background: url("../images/top/bg2.jpg") top center/cover no-repeat; }
  @media screen and (max-width: 600px) {
    body::after {
      display: none; } }

.mainvisual {
  position: relative; }
  .mainvisual .main_image {
    position: relative; }
    .mainvisual .main_image:before {
      content: "";
      display: block;
      background: #600;
      padding-bottom: 40%;
      pointer-events: none; }
  .mainvisual .main_ttl_wrap {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .mainvisual .main_ttl_wrap .main_ttl {
      font-size: clamp(30px, 3.334vw, 40px);
      color: #FFF;
      line-height: 1; }

.main {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  background: #50b6b1; }
  body#top2 .main .main_image {
    opacity: 0; }
    @media screen and (max-width: 600px) {
      body#top2 .main .main_image {
        opacity: 1; } }
  .main .copy_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5; }
  .main .copy_bottom {
    position: absolute;
    bottom: calc(20% / 5.76);
    left: 0;
    width: 100%; }
  .main .copy0 {
    opacity: 0;
    transform: scale(1.4);
    transition: opacity 0.45s ease, transform 1.8s cubic-bezier(0.49, 0.25, 0.3, 1.31); }
    body.scene4 .main .copy0 {
      opacity: 1;
      transform: scale(1); }
  .main .copy1 {
    position: relative; }
  .main .copy11 {
    opacity: 0;
    transform: scale(1.4);
    transition: opacity 0.45s ease, transform 1.8s cubic-bezier(0.49, 0.25, 0.3, 1.31); }
    body.scene4 .main .copy11 {
      opacity: 1;
      transform: scale(1); }
  .main .copy12 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: scale(1.4);
    transition: opacity 0.45s ease, transform 1.8s cubic-bezier(0.49, 0.25, 0.3, 1.31);
    transition-delay: 0.1s; }
    body.scene4 .main .copy12 {
      opacity: 0.6;
      transform: scale(1); }
  .main .copy13 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition-delay: 1s; }
    body.scene4 .main .copy13 {
      opacity: 1; }
    .main .copy13 img {
      opacity: 0.3;
      transform: scale(1);
      transition: all 2s ease-in 1s; }
      body.scene4 .main .copy13 img {
        opacity: 0;
        transform: scale(1.8); }
  .main .copy2 {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.45s ease, transform 0.4s cubic-bezier(0.49, 0.25, 0.3, 1.31); }
    body.scene5 .main .copy2 {
      opacity: 1;
      transform: scale(1); }
    .main .copy2 .icon {
      position: absolute;
      display: block;
      width: calc(143% / 10.34);
      top: 5px;
      right: 5px;
      animation: 3s fuwafuwa infinite; }
  .main .copy3 {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.45s ease, transform 0.4s cubic-bezier(0.49, 0.25, 0.3, 1.31); }
    body.scene6 .main .copy3 {
      opacity: 1;
      transform: scale(1); }
  .main .ill {
    position: absolute;
    top: calc(130% / 5.76);
    left: 0;
    width: 100%; }
    .main .ill li {
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: scale(0.6);
      transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.49, 0.25, 0.3, 1.31); }
      body.scene3 .main .ill li {
        opacity: 1;
        transform: scale(1); }
      .main .ill li:nth-child(1) {
        position: relative; }
      .main .ill li:nth-child(2) {
        transition-delay: 0.1s; }
      .main .ill li:nth-child(3) {
        transition-delay: 0.2s; }
      .main .ill li:nth-child(4) {
        transition-delay: 0.3s; }
      .main .ill li:nth-child(5) {
        transition-delay: 0.4s; }
      .main .ill li:nth-child(6) {
        transition-delay: 0.5s; }
      .main .ill li:nth-child(7) {
        transition-delay: 0.6s; }
      .main .ill li:nth-child(8) {
        transition-delay: 0.7s; }
      .main .ill li:nth-child(9) {
        transition-delay: 0.8s; }
      .main .ill li:nth-child(10) {
        transition-delay: 0.9s; }
      .main .ill li:nth-child(11) {
        transition-delay: 1s; }
      .main .ill li:nth-child(12) {
        transition-delay: 1.1s; }
      .main .ill li:nth-child(14) {
        transition-delay: 1.2s; }
      .main .ill li.ill0 {
        transform: scale(1.6);
        transition: opacity .45s ease, transform 1.4s ease-in-out; }
        body.scene1 .main .ill li.ill0 {
          opacity: 1;
          transform: scale(1); }
      .main .ill li.ill1 {
        transform: scale(0.2);
        transition: opacity 0.45s ease, transform 0.6s cubic-bezier(0.49, 0.25, 0.3, 1.31); }
        body.scene2 .main .ill li.ill1 {
          opacity: 1;
          transform: scale(1); }
  body.moving .main * {
    transition-duration: 0s !important;
    transition-delay: 0s !important; }

      /* 20251516 */
      .main .movie{
        padding: 24px 0;
      }
      p.movie_ttl{
        padding: 8px 0;
        color: white;
        text-align: center;
        font-size: clamp(14px, 4.834vw, 29px);
        font-weight: 700;
        letter-spacing: 0.01em;
      }

.open_cam {
  max-width: 600px;
  margin-inline: auto;
  padding: 0 0 calc(20% / 6);
  position: relative;
  background: #50b6b1; }
  @media screen and (max-width: 480px) {
    .open_cam {
      padding: 0 0 30px; } }
  .open_cam .bg_img1 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .open_cam .bg_img2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .open_cam .op_cam {
    position: relative;
    z-index: 3;
    background: #fff;
    border-radius: 30px;
    padding: calc(20% / 6) calc(30% / 6) calc(40% / 6);
    max-width: 600px;
    width: calc(100% - 40px);
    margin-inline: auto; }
  .open_cam .cam_logo {
    text-align: center;
    margin-bottom: 0.4em; }
    @media screen and (max-width: 480px) {
      .open_cam .cam_logo {
        width: 42%;
        margin: 0 auto 0.5em; } }
  .open_cam .ttl_wrap .ttl1 {
    font-size: clamp(12px, 3.501vw, 21px);
    color: #d13030;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0.9em;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0 -1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF; }
    @media screen and (max-width: 480px) {
      .open_cam .ttl_wrap .ttl1 {
        font-size: calc(16vw / 4.14);
        margin-bottom: 0.8em; } }
  .open_cam .ttl_wrap .ttl2_wrap {
    position: relative;
    margin-bottom: 0.7em; }
    @media screen and (max-width: 480px) {
      .open_cam .ttl_wrap .ttl2_wrap {
        margin-bottom: 0.6em; } }
  .open_cam .ttl_wrap .ttl2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(12px, 6vw, 36px);
    color: #192d2c;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    z-index: 2; }
    @media screen and (max-width: 480px) {
      .open_cam .ttl_wrap .ttl2 {
        font-size: calc(27vw / 4.14); } }
  .open_cam .ttl_wrap .ttl3 {
    font-size: clamp(28px, 6.334vw, 38px);
    color: #192d2c;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    max-width: 10.5em;
    margin: 0 auto 0.5em;
    border-top: 1px #192d2c solid;
    border-bottom: 1px #192d2c solid;
    padding: 0.2em 0 0.25em; }
    @media screen and (max-width: 480px) {
      .open_cam .ttl_wrap .ttl3 {
        font-size: calc(25vw / 4.14); } }
    .open_cam .ttl_wrap .ttl3 .day {
      font-size: 48%;
      color: #fff;
      padding: 0.2em;
      line-height: 1;
      background: #50b6b1;
      border-radius: 4px;
      display: inline-block;
      transform: translateY(-0.2em);
      margin: 0 4px;
      text-shadow: none; }
    .open_cam .ttl_wrap .ttl3 .arrow {
      font-size: 60%;
      display: inline-block;
      transform: translateY(-0.15em);
      padding: 0 0.9em 0 0.8em; }
  .open_cam .ttl_wrap .lead1 {
    font-size: clamp(12px, 3.334vw, 20px);
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0.5em;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0 -1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF; }
    @media screen and (max-width: 480px) {
      .open_cam .ttl_wrap .lead1 {
        font-size: calc(15vw / 4.14); } }
  .open_cam .box_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0; }
    @media screen and (max-width: 480px) {
      .open_cam .box_wrap {
        gap: 10px 0; } }
    .open_cam .box_wrap li {
      background: #f7f7f7;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .open_cam .box_wrap li.box1 {
        width: 48%;
        padding: 0.6em 0 0.8em; }
        @media screen and (max-width: 480px) {
          .open_cam .box_wrap li.box1 {
            padding: 0.3em 0 0.8em; } }
      .open_cam .box_wrap li.box2 {
        width: 48%;
        padding: 0.6em 0 0.8em; }
        @media screen and (max-width: 480px) {
          .open_cam .box_wrap li.box2 {
            padding: 0.3em 0 0.8em; } }
      .open_cam .box_wrap li.box3 {
        width: 100%;
        padding: 0.6em 0 0; }
      .open_cam .box_wrap li.box4 {
        width: 100%;
        padding: 0.8em 0 1em; }
      .open_cam .box_wrap li .box_num {
        text-align: center;
        font-size: clamp(13px, 2.667vw, 16px);
        font-weight: 500;
        line-height: 1;
        padding: 0.2em 0.4em 0.3em;
        background: #555;
        color: #fff; }
      .open_cam .box_wrap li p {
        font-size: clamp(12px, 4.834vw, 29px);
        font-weight: 500;
        text-align: center;
        line-height: 1; }
        .open_cam .box_wrap li p .s1 {
          display: inline-block;
          font-size: 70%;
          padding-right: 0.3em; }
        .open_cam .box_wrap li p .s2 {
          display: inline-block;
          font-size: 60%;
          line-height: 1.3;
          padding-right: 0.2em; }
        .open_cam .box_wrap li p .l {
          font-size: 200%;
          color: #d13030;
          display: inline-block;
          transform: translateY(0.05em); }
        .open_cam .box_wrap li p .s3 {
          display: inline-block;
          font-size: 66%;
          border: solid 1px #000;
          border-radius: 40px;
          padding: 1.2em 0.2em;
          margin-right: 0.4em;
          transform: translateY(-0.6em); }
        .open_cam .box_wrap li p.txt2 {
          font-size: clamp(12px, 3.334vw, 20px);
          margin-bottom: 0.1em; }
  .open_cam .lead2 {
    font-size: clamp(12px, 3.334vw, 20px);
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    margin: 1em 0 0.5em; }
    @media screen and (max-width: 480px) {
      .open_cam .lead2 {
        font-size: calc(15vw / 4.14); } }
  .open_cam .cap_wrap {
    font-size: clamp(12px, 2.5vw, 15px);
    font-weight: 500;
    text-align: left;
    line-height: 1.6;
    margin: 1em 0; }
    @media screen and (max-width: 480px) {
      .open_cam .cap_wrap {
        font-size: calc(12vw / 4.14); } }
  .open_cam .op_cam_link a {
    font-size: clamp(12px, 3.334vw, 20px);
    font-weight: 600;
    background: #fff100;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    text-align: center;
    padding: 0.6em 0; }
    @media screen and (max-width: 480px) {
      .open_cam .op_cam_link a {
        font-size: calc(15vw / 4.14); } }
    .open_cam .op_cam_link a:hover {
      opacity: 0.7; }

.sec {
  max-width: 600px;
  margin-inline: auto;
  background: #fff; }
  .sec .sec_main {
    position: relative;
    overflow: hidden;
    margin-bottom: calc(30% / 4.14); }
    .sec .sec_main .msk {
      position: absolute;
      top: -1px;
      bottom: -1px;
      left: -1px;
      right: -1px; }
  .sec .sec_ttl {
    position: relative;
    z-index: 10;
    margin-top: calc(-120% / 5.8); }
    .sec .sec_ttl .img {
      position: relative;
      z-index: 5;
      width: calc(214% / 5.8);
      margin: 0 auto calc(-20% / 5.8); }
    .sec .sec_ttl .txt {
      font-size: clamp(20px, 5.834vw, 35px);
      font-weight: 700;
      letter-spacing: 0.1em;
      line-height: 1.2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #fa630e;
      height: 3.2em;
      background: #fff;
      border-radius: 1.6em;
      margin-bottom: 2em;
      position: relative; }
      @media screen and (max-width: 480px) {
        .sec .sec_ttl .txt {
          font-size: calc(22vw / 4.14); } }
      .sec .sec_ttl .txt.ls {
        letter-spacing: -0.03em; }
      .sec .sec_ttl .txt::after {
        content: "";
        position: absolute;
        bottom: -0.4em;
        left: 0;
        right: 0;
        margin-inline: auto;
        height: 0.8em;
        width: 0.8em;
        transform: rotate(45deg);
        background: #fff; }

.pos_re {
  position: relative; }

#sec03 {
  position: absolute;
  top: -1px;
  pointer-events: none; }

#sec04 {
  position: absolute;
  top: -1px;
  pointer-events: none; }

#sec05 {
  position: absolute;
  top: -1px;
  pointer-events: none; }

.inner {
  max-width: 600px;
  width: calc(100% - 40px);
  margin-inline: auto; }

.sec01 {
  position: relative;
  margin-bottom: calc(20% / 6); }
  @media screen and (max-width: 480px) {
    .sec01 {
      margin-bottom: calc(45% / 6);
      padding: calc(60% / 6) 0 calc(15% / 6); } }
  .sec01 .inner {
    width: calc(100% - 20px);
    padding: calc(40% / 6) 0 calc(20% / 6);
    position: relative;
    z-index: 5;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .sec01 .inner {
        padding: calc(5% / 6) 0 calc(15% / 6); } }
    .sec01 .inner .ttl img {
      width: calc(245% / 5.8); }
  .sec01 .ttl {
    font-size: clamp(16px, 5.334vw, 32px);
    color: #2345a6;
    letter-spacing: 0.14em;
    font-weight: 700;
    margin-bottom: 1em;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0 -1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF; }
    @media screen and (max-width: 480px) {
      .sec01 .ttl {
        font-size: calc(26vw / 4.14); } }
  .sec01 .cttl {
    font-size: clamp(13px, 3.667vw, 22px);
    letter-spacing: 0.08em;
    color: #50b6b1;
    font-weight: 700;
    margin-bottom: 1em;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0 -1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF; }
    @media screen and (max-width: 480px) {
      .sec01 .cttl {
        font-size: calc(17vw / 4.8); } }
    @media screen and (max-width: 420px) {
      .sec01 .cttl {
        letter-spacing: 0.04em;
        font-size: calc(16vw / 4.14); } }
  .sec01 .cttl2 {
    font-size: clamp(19px, 5.334vw, 32px);
    letter-spacing: 0.15em;
    padding-left: 1em;
    color: #50b6b1;
    font-weight: 700;
    margin-bottom: 0.8em;
    margin-bottom: 1.2em;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0 -1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF; }
    @media screen and (max-width: 480px) {
      .sec01 .cttl2 {
        font-size: calc(30vw / 4.8);
        margin-bottom: 1.2em; } }
    @media screen and (max-width: 420px) {
      .sec01 .cttl2 {
        letter-spacing: 0.08em;
        font-size: calc(26vw / 4.14); } }
  .sec01 .lead1 {
    font-size: clamp(12px, 3.334vw, 20px);
    color: #333;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-bottom: 1em;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0 -1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF; }
    @media screen and (max-width: 480px) {
      .sec01 .lead1 {
        font-size: calc(15vw / 4.14); } }
  .sec01 .il li {
    position: absolute; }
    .sec01 .il li:nth-child(1) {
      width: calc(302% / 12);
      left: 5px;
      top: calc(20% / 8); }
    .sec01 .il li:nth-child(2) {
      width: calc(200% / 12);
      right: 0;
      top: calc(280% / 8); }
    .sec01 .il li:nth-child(3) {
      width: calc(168% / 12);
      left: -2px;
      bottom: 0; }
    .sec01 .il li:nth-child(4) {
      width: calc(288% / 12);
      right: 0;
      bottom: 0; }

.sec02 {
  padding-bottom: calc(20% / 6); }
  @media screen and (max-width: 480px) {
    .sec02 {
      padding-bottom: calc(70% / 6); } }
  .sec02 .inner {
    width: calc(100% - 20px); }
  .sec02 .ttl {
    width: 100%;
    text-align: center;
    margin-bottom: calc(30% / 4.14);
    font-size: clamp(16px, 4.667vw, 28px);
    line-height: 1.5;
    color: #2345a6;
    letter-spacing: 0.1em;
    font-weight: 700;
    background: url("../images/top/img210.png") center center/auto 100% no-repeat; }
    @media screen and (max-width: 480px) {
      .sec02 .ttl {
        font-size: calc(22vw / 4.14); } }
    .sec02 .ttl .l {
      color: #50b6b1;
      font-size: 130%; }
      .sec02 .ttl .l .ky {
        position: relative; }
        .sec02 .ttl .l .ky::after {
          content: "・";
          position: absolute;
          top: -0.6em;
          left: 0;
          width: 100%;
          text-align: center;
          font-size: 0.6em; }
  .sec02 .box21 {
    width: calc(100% - 90px);
    margin-inline: auto;
    margin-bottom: calc(30% / 4.14); }
    @media screen and (max-width: 480px) {
      .sec02 .box21 {
        width: calc(100% - 40px); } }
    .sec02 .box21 li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: calc(8% / 5.6); }
      .sec02 .box21 li .ill {
        flex: 1; }
      .sec02 .box21 li p {
        width: calc(420% / 5.3);
        font-size: clamp(13px, 3.834vw, 23px);
        letter-spacing: 0.07em;
        padding: 0.5em 5px;
        font-weight: 700;
        text-align: center;
        background: #f7f7f7;
        border-radius: 8px; }
        @media screen and (max-width: 480px) {
          .sec02 .box21 li p {
            width: calc(440% / 5.6);
            font-size: calc(16vw / 4.14);
            padding: 0.5em 0; } }
        .sec02 .box21 li p .mak {
          background: linear-gradient(transparent 70%, #fffd4a 0%);
          display: inline;
          padding: 0 1px 0px; }
      .sec02 .box21 li:nth-child(2n) {
        flex-direction: row-reverse; }
      .sec02 .box21 li.l4 p {
        letter-spacing: -0.03em; }
  .sec02 .slider1 li {
    padding: 0 10px; }

.sec03 {
  background: #b4f0fa;
  padding-bottom: 100px; }
  @media screen and (max-width: 600px) {
    .sec03 {
      padding-bottom: calc(100% / 6); } }
  .sec03 .sec_ttl .txt {
    height: 3.3em;
    border-radius: 2.0em;
    margin-bottom: 1em; }
    .sec03 .sec_ttl .txt span {
      transform: translate(0, 0.1em); }
    .sec03 .sec_ttl .txt .s1 {
      font-size: 62%;
      margin-bottom: -0.5%; }
  .sec03 .box {
    background: #fff;
    border-radius: 18px;
    padding: calc(30% / 5.8);
    margin-bottom: calc(40% / 5.6); }
    .sec03 .box:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 600px) {
      .sec03 .box {
        border-radius: calc(18vw / 6); } }
    .sec03 .box .ttl {
      font-size: clamp(14px, 4.834vw, 29px);
      letter-spacing: 0.1em;
      margin-top: 0.9em;
      margin-bottom: 0.8em;
      line-height: 1.4;
      font-weight: 700;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .sec03 .box .ttl {
          font-size: calc(19vw / 4.14); } }
      .sec03 .box .ttl .l {
        font-size: 140%; }
      .sec03 .box .ttl .c {
        color: #4bb6b0; }
      .sec03 .box .ttl.ls {
        letter-spacing: 0.02em; }
    .sec03 .box .txt {
      font-size: clamp(12px, 4vw, 24px);
      letter-spacing: 0.1em;
      line-height: 1.7;
      font-weight: 500; }
      @media screen and (max-width: 480px) {
        .sec03 .box .txt {
          font-size: calc(16vw / 4.14); } }
    .sec03 .box .txt_cap {
      font-size: clamp(9px, 2.334vw, 14px);
      line-height: 1.5;
      font-weight: 500; }
      @media screen and (max-width: 480px) {
        .sec03 .box .txt_cap {
          font-size: calc(10vw / 4.14); } }

.sec04 {
  background: #4bb6b0; }
  .sec04 .main {
    height: 10px; }
  .sec04 .sec_ttl {
    margin-top: calc(-60% / 5.8); }
    .sec04 .sec_ttl .txt {
      margin-bottom: 1.2em; }
  .sec04 .cttl {
    position: relative;
    z-index: 10;
    font-size: clamp(20px, 6.834vw, 41px);
    letter-spacing: 0.08em;
    text-align: center;
    color: #50b6b1;
    font-weight: 700;
    background: linear-gradient(transparent 70%, #fffd4a 0%);
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 0.8em;
    padding: 0 0.3em 0px; }
    @media screen and (max-width: 480px) {
      .sec04 .cttl {
        font-size: calc(26vw / 4.14); } }
  .sec04 .ttl {
    font-size: clamp(20px, 6vw, 36px);
    color: #50b6b1;
    letter-spacing: 0.06em;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0.7em;
    text-align: center;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 480px) {
      .sec04 .ttl {
        font-size: calc(24vw / 4.14); } }
    .sec04 .ttl.s {
      font-size: 80%; }
    .sec04 .ttl .icon1 {
      position: absolute;
      z-index: -1;
      top: -60px;
      left: -25px;
      width: calc(192% / 9); }
      @media screen and (max-width: 600px) {
        .sec04 .ttl .icon1 {
          top: calc(-65vw / 6);
          left: -24px;
          width: calc(131% / 6); } }
    .sec04 .ttl .icon2 {
      position: absolute;
      z-index: -1;
      bottom: -71px;
      right: -27px;
      width: calc(210% / 9); }
      @media screen and (max-width: 600px) {
        .sec04 .ttl .icon2 {
          bottom: calc(-70vw / 6);
          right: -27px;
          width: calc(144% / 6); } }
  .sec04 .icons_wrap {
    position: relative; }
    .sec04 .icons_wrap .icons {
      position: absolute;
      bottom: -70px;
      left: -25px;
      z-index: 2;
      width: calc(100% + 50px);
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .sec04 .icons_wrap .icons {
          bottom: -3.2em; } }
      .sec04 .icons_wrap .icons li {
        width: calc(124% / 6); }
        @media screen and (max-width: 480px) {
          .sec04 .icons_wrap .icons li {
            width: calc(130% / 6); } }
  .sec04 .ttl2 {
    font-size: clamp(16px, 5vw, 30px);
    margin-bottom: 0.6em;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 480px) {
      .sec04 .ttl2 {
        font-size: calc(24vw / 4.14); } }
  .sec04 .ttl3 {
    font-size: clamp(10px, 2.667vw, 16px);
    color: #fff;
    border: solid 1px #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 0.4em 0.8em 0.5em;
    line-height: 1.4;
    margin-bottom: 1.2em; }
    @media screen and (max-width: 480px) {
      .sec04 .ttl3 {
        font-size: calc(12vw / 4.14);
        padding: 0.4em 0.8em 0.6em;
        line-height: 1.3; } }
  .sec04 .lead {
    position: relative;
    z-index: 10;
    font-size: clamp(12px, 4.167vw, 25px);
    text-align: center;
    color: #50b6b1;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-bottom: 2em; }
    @media screen and (max-width: 480px) {
      .sec04 .lead {
        font-size: calc(17vw / 4.14); } }
  .sec04 .sec04_link {
    display: flex;
    justify-content: center;
    gap: 0 10px;
    margin: 0 auto 30px; }
    .sec04 .sec04_link li a {
      font-size: clamp(12px, 3.334vw, 20px);
      line-height: 1.6;
      letter-spacing: 0.1em;
      padding: 1.2em 2em 1.2em 1.3em;
      padding: 1.2em 1.1em 1.2em 1.1em;
      background: #fff;
      color: #50b6b1;
      border: 2px solid #fff;
      height: 100%;
      border-radius: 1.2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .sec04 .sec04_link li a:hover {
        background: #50b6b1;
        color: #fff;
        border: 2px solid #fff; }
      .sec04 .sec04_link li a .btn_arrow {
        display: inline-block;
        margin-right: 1.1em;
        width: 0.9em;
        height: 1em;
        position: relative; }
        @media screen and (max-width: 480px) {
          .sec04 .sec04_link li a .btn_arrow {
            width: 1.0em; } }
        .sec04 .sec04_link li a .btn_arrow .btn_arrow_w,
        .sec04 .sec04_link li a .btn_arrow .btn_arrow_g {
          position: absolute;
          width: 100%;
          height: auto;
          top: 0.06em;
          left: 0; }
        .sec04 .sec04_link li a .btn_arrow .btn_arrow_w {
          opacity: 0; }
      .sec04 .sec04_link li a:hover .btn_arrow .btn_arrow_g {
        opacity: 0; }
      .sec04 .sec04_link li a:hover .btn_arrow .btn_arrow_w {
        opacity: 1; }
      @media screen and (max-width: 480px) {
        .sec04 .sec04_link li a {
          border-radius: calc(15vw / 6);
          padding: 1.0em 1.1em 1.2em 1.1em; } }
  .sec04 .sports_wrap {
    background: #fff;
    border-radius: 1.5rem;
    padding: 2em 0.5em 2em;
    position: relative; }
    @media screen and (max-width: 480px) {
      .sec04 .sports_wrap {
        border-radius: calc(18vw / 6); } }
    .sec04 .sports_wrap #sec04_nsp,
    .sec04 .sports_wrap #sec04_tsp {
      position: absolute;
      top: 0; }
    .sec04 .sports_wrap.nsp {
      margin-bottom: 50px; }
  .sec04 .box41 {
    margin-bottom: calc(40% / 5.6); }
    .sec04 .box41 li {
      display: flex;
      justify-content: center; }
      .sec04 .box41 li:not(:last-child) {
        margin-bottom: -8%; }
      .sec04 .box41 li .btn {
        width: calc(250% / 5.6); }
        .sec04 .box41 li .btn .box {
          position: relative;
          transition: all 0.3s ease-in-out 0s;
          cursor: pointer; }
          .sec04 .box41 li .btn .box .inn {
            position: relative;
            z-index: 5;
            background: #fff;
            border-radius: 125px;
            padding: 20px;
            border: solid 2px #50b6b1;
            box-sizing: border-box; }
            @media screen and (max-width: 600px) {
              .sec04 .box41 li .btn .box .inn {
                border-radius: calc(125vw / 6);
                padding: calc(20% / 5.8); } }
          .sec04 .box41 li .btn .box p {
            font-size: clamp(12px, 4.167vw, 25px);
            text-align: center;
            font-weight: 700;
            color: #4bb6b0;
            line-height: 1.4;
            padding: 0.6em 0; }
            @media screen and (max-width: 480px) {
              .sec04 .box41 li .btn .box p {
                font-size: calc(18vw / 4.14);
                padding: 0.6em 0 0.3em; } }
          .sec04 .box41 li .btn .box .icon {
            margin: 0 auto;
            width: 30px;
            height: 30px;
            background: #555;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease-in-out 0s; }
            @media screen and (max-width: 480px) {
              .sec04 .box41 li .btn .box .icon {
                width: 25px;
                height: 25px; } }
            .sec04 .box41 li .btn .box .icon svg {
              width: 20px; }
              @media screen and (max-width: 480px) {
                .sec04 .box41 li .btn .box .icon svg {
                  width: 15px; } }
              .sec04 .box41 li .btn .box .icon svg .svg-path {
                fill: #fff; }
          body:not(.mobile) .sec04 .box41 li .btn .box:hover {
            transform: translate(1px, 1px); }
            body:not(.mobile) .sec04 .box41 li .btn .box:hover::after {
              top: 2px;
              left: 2px; }
            body:not(.mobile) .sec04 .box41 li .btn .box:hover .icon {
              background: #2345a6; }
      .sec04 .box41 li .txt {
        width: calc(220% / 5.6);
        display: flex;
        justify-content: center;
        align-self: center; }
        .sec04 .box41 li .txt p {
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          font-size: clamp(20px, 9.167vw, 55px);
          text-align: center;
          font-weight: 700;
          letter-spacing: 0.1em;
          color: #50b6b1; }
          @media screen and (max-width: 480px) {
            .sec04 .box41 li .txt p {
              font-size: calc(34vw / 4.14); } }
          .sec04 .box41 li .txt p.tra {
            padding-top: 1em; }
  .sec04 .box42 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .sec04 .box42 li {
      width: calc(233% / 5.6); }
      .sec04 .box42 li:nth-child(3) {
        margin: -8% calc(173% / 5.6); }

.sec05 {
  padding-bottom: 60px; }
  @media screen and (max-width: 600px) {
    .sec05 {
      padding-bottom: calc(100% / 6); } }
  .sec05 .sec_ttl {
    margin-top: calc(-120% / 5.8); }
    .sec05 .sec_ttl .txt {
      border: solid 2px #4bb6b0;
      margin-bottom: 1.2em;
      flex-wrap: wrap;
      height: 3.4em;
      border-radius: 2.0em; }
      @media screen and (max-width: 480px) {
        .sec05 .sec_ttl .txt {
          margin-bottom: 1.4em; } }
      .sec05 .sec_ttl .txt::after {
        background: #fff;
        border-bottom: solid 2px #4bb6b0;
        border-right: solid 2px #4bb6b0; }
      .sec05 .sec_ttl .txt .ex {
        display: inline-block;
        transform: translateY(0.15em); }
      .sec05 .sec_ttl .txt .s1 {
        font-size: 60%;
        display: block;
        margin-top: 0.5em;
        transform: translateX(0.2em); }
  .sec05 .t1 {
    font-size: clamp(12px, 3.501vw, 21px);
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.8em; }
  .sec05 .box51 {
    max-width: 534px;
    margin-inline: auto; }
    .sec05 .box51 > li:not(:last-child) {
      margin-bottom: 30px; }
    .sec05 .box51 > li .ttl_img {
      cursor: pointer;
      position: relative;
      border-radius: 15px;
      overflow: hidden; }
      .sec05 .box51 > li .ttl_img .ttl {
        position: absolute;
        bottom: 10px;
        left: 15px;
        font-size: clamp(14px, 4.834vw, 29px);
        text-align: center;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #fff; }
        @media screen and (max-width: 480px) {
          .sec05 .box51 > li .ttl_img .ttl {
            font-size: calc(18vw / 4.14); } }
      .sec05 .box51 > li .ttl_img .tap {
        position: absolute;
        bottom: -20px;
        right: -20px;
        width: 80px; }
        @media screen and (max-width: 600px) {
          .sec05 .box51 > li .ttl_img .tap {
            bottom: calc(-20vw / 6);
            right: calc(-20vw / 6);
            width: calc(80vw / 6); } }
        .sec05 .box51 > li .ttl_img .tap .on {
          transition: all 0.3s ease-in-out 0s;
          position: absolute;
          inset: 0;
          opacity: 0; }
    .sec05 .box51 > li .cont {
      display: grid;
      grid-template-rows: 0fr;
      transition: 250ms grid-template-rows ease; }
      .sec05 .box51 > li .cont .inn {
        padding: 30px 0 10px;
        background: #fff;
        border-radius: 0 0 15px 15px; }
        .sec05 .box51 > li .cont .inn ul {
          display: flex;
          gap: 10px 15px;
          flex-wrap: wrap;
          margin-bottom: 25px; }
          .sec05 .box51 > li .cont .inn ul li {
            display: flex;
            align-items: flex-end;
            gap: 5px;
            font-size: clamp(11px, 2.5vw, 15px);
            line-height: 1.4; }
            @media screen and (max-width: 480px) {
              .sec05 .box51 > li .cont .inn ul li {
                font-size: calc(13vw / 4.14); } }
        .sec05 .box51 > li .cont .inn dl {
          display: flex;
          font-size: clamp(12px, 2.5vw, 15px);
          font-size: clamp(13px, 2.667vw, 16px);
          line-height: 1.4; }
          @media screen and (max-width: 480px) {
            .sec05 .box51 > li .cont .inn dl {
              font-size: calc(13vw / 4.14);
              font-size: calc(14vw / 4.14); } }
          .sec05 .box51 > li .cont .inn dl:not(:last-child) {
            padding-bottom: 15px;
            border-bottom: solid 1px #d1d1d1;
            margin-bottom: 15px; }
          .sec05 .box51 > li .cont .inn dl dt {
            width: 6em; }
          .sec05 .box51 > li .cont .inn dl dd {
            flex: 1; }
            .sec05 .box51 > li .cont .inn dl dd span {
              font-size: clamp(9px, 1.667vw, 10px); }
            .sec05 .box51 > li .cont .inn dl dd a {
              text-decoration: none; }
    .sec05 .box51 > li .cont > div {
      overflow: hidden; }
    .sec05 .box51 > li.active .ttl_img {
      border-radius: 15px 15px 0 0; }
      .sec05 .box51 > li.active .ttl_img .tap .on {
        opacity: 1; }
    .sec05 .box51 > li.active .cont {
      grid-template-rows: 1fr; }

.sec06 {
  background: #eff4f7;
  padding: calc(25% / 6) 0 calc(10% / 6);
  position: relative; }
  @media screen and (max-width: 480px) {
    .sec06 {
      padding: calc(40% / 6) 0 calc(20% / 6); } }
  .sec06 #sec06 {
    position: absolute;
    top: 0; }
  .sec06 .ttl {
    text-align: center;
    font-size: clamp(30px, 7.667vw, 46px);
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0.8em;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 480px) {
      .sec06 .ttl {
        font-size: calc(28vw / 4.14); } }
  .sec06 .tab {
    display: flex; }
    .sec06 .tab li {
      cursor: pointer;
      width: 50%;
      font-size: clamp(12px, 4.334vw, 26px);
      line-height: 1;
      font-weight: 700;
      padding: 0.6em 0.2em;
      text-align: center;
      background: #fff;
      color: #4bb6b0;
      transition: all 0.3s ease-in-out 0s; }
      @media screen and (max-width: 480px) {
        .sec06 .tab li {
          font-size: calc(20vw / 4.14); } }
      .sec06 .tab li.active {
        background: #4bb6b0;
        color: #fff; }
  .sec06 .tab_cont {
    position: relative; }
    .sec06 .tab_cont > li {
      padding: 30px 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s ease-in-out 0s; }
      .sec06 .tab_cont > li.active {
        pointer-events: all;
        opacity: 1;
        position: relative; }
      .sec06 .tab_cont > li .t1 {
        font-size: clamp(12px, 3.334vw, 20px);
        text-align: center;
        margin-bottom: 1.6em; }
        @media screen and (max-width: 480px) {
          .sec06 .tab_cont > li .t1 {
            font-size: calc(15vw / 4.14); } }
      .sec06 .tab_cont > li ul li {
        display: flex;
        gap: calc(30% / 5.6); }
        .sec06 .tab_cont > li ul li .no {
          position: relative;
          font-size: clamp(12px, 6.667vw, 40px);
          width: 2em; }
          @media screen and (max-width: 480px) {
            .sec06 .tab_cont > li ul li .no {
              font-size: calc(30vw / 4.14); } }
          .sec06 .tab_cont > li ul li .no p {
            line-height: 1;
            font-weight: 900;
            width: 2em;
            height: 2em;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            color: #fff;
            background: #4bb6b0; }
          .sec06 .tab_cont > li ul li .no::before {
            content: "";
            position: absolute;
            width: 0.16em;
            height: calc(100% - 2em - 0.5em);
            top: 2em;
            left: calc(50% - 0.08em);
            background: #fff; }
          .sec06 .tab_cont > li ul li .no::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: calc(50% - 0.3em);
            background: #fff;
            height: calc(tan(60deg) * 0.6em / 2);
            width: 0.6em;
            clip-path: polygon(0 0, 100% 0, 50% 100%); }
        .sec06 .tab_cont > li ul li .cont {
          padding-bottom: 70px;
          width: calc(414% / 5.6); }
          .sec06 .tab_cont > li ul li .cont.mb {
            padding-bottom: 50px; }
        .sec06 .tab_cont > li ul li:last-child .no::before {
          content: none; }
        .sec06 .tab_cont > li ul li:last-child .no::after {
          content: none; }
        .sec06 .tab_cont > li ul li:last-child .cont {
          padding-bottom: 0; }
  .sec06 .t1 {
    font-size: clamp(12px, 4vw, 24px);
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.8em; }
    @media screen and (max-width: 480px) {
      .sec06 .t1 {
        font-size: calc(15vw / 4.14); } }
    .sec06 .t1 .l {
      display: inline-block;
      font-size: 140%;
      transform: translateX(0.4em); }
      .sec06 .t1 .l.mar {
        position: relative;
        z-index: 10;
        background: linear-gradient(transparent 70%, #fffd4a 0%);
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 0.3em;
        padding: 0 0.3em; }
    .sec06 .t1 .s {
      font-size: 70%; }
  .sec06 .img {
    margin-bottom: 20px; }
  .sec06 .cttl {
    font-size: clamp(12px, 4.667vw, 28px);
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.8em; }
    @media screen and (max-width: 480px) {
      .sec06 .cttl {
        font-size: calc(20vw / 4.14); } }
    .sec06 .cttl.mb {
      margin-bottom: 0.3em; }
  .sec06 .lead {
    font-size: clamp(12px, 3.334vw, 20px);
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.8em;
    line-height: 1.6; }
    @media screen and (max-width: 480px) {
      .sec06 .lead {
        font-size: calc(15vw / 4.14); } }
    .sec06 .lead .s {
      font-size: 85%; }
    .sec06 .lead .red {
      font-size: 85%;
      display: inline-block;
      color: #d13030;
      line-height: 1.4;
      padding-top: 0.2em; }
    .sec06 .lead.sh {
      line-height: 1.4; }
    .sec06 .lead.lead_bd {
      font-size: clamp(10px, 2.667vw, 16px);
      border: solid 1px #333;
      width: fit-content;
      margin: 0 auto;
      padding: 0.4em 0.8em 0.5em;
      line-height: 1.4; }
      @media screen and (max-width: 480px) {
        .sec06 .lead.lead_bd {
          font-size: calc(12vw / 4.14);
          padding: 0.4em 0.8em 0.6em;
          line-height: 1.3; } }
    .sec06 .lead.mb {
      margin-bottom: 1.2em; }
  .sec06 .dtl {
    font-size: clamp(12px, 3.334vw, 20px);
    font-weight: 500;
    line-height: 1.5; }
    @media screen and (max-width: 480px) {
      .sec06 .dtl {
        font-size: calc(15vw / 4.14); } }
    .sec06 .dtl .s {
      font-size: 70%;
      display: inline-block;
      transform: translate(0, -0.5em); }
    .sec06 .dtl .s1 {
      font-size: 90%; }
  .sec06 .btn {
    font-size: clamp(12px, 3.667vw, 22px);
    font-weight: 700;
    text-align: center;
    line-height: 1;
    width: 76%;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 480px) {
      .sec06 .btn {
        width: 76%;
        font-size: calc(16vw / 4.14); } }
    .sec06 .btn.mb {
      margin-bottom: 1.4em; }
    .sec06 .btn::before {
      content: "";
      position: absolute;
      top: 4px;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 12px;
      background: #952121; }
    .sec06 .btn a {
      color: #fff;
      height: 2.4em;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      border-radius: 12px;
      background: #d13030;
      z-index: 2; }
      .sec06 .btn a::after {
        content: "";
        position: absolute;
        top: calc(50% - 0.25em);
        right: 1em;
        display: block;
        width: 0.5em;
        height: 0.5em;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-135deg); }
  .sec06 .kako {
    margin-top: 40px;
    background: #fff;
    border-radius: 10px;
    padding: 30px; }
    .sec06 .kako .cttl {
      font-size: clamp(12px, 4.834vw, 29px);
      font-weight: 700;
      text-align: center;
      line-height: 1.6;
      margin-bottom: 0.6em; }
      @media screen and (max-width: 480px) {
        .sec06 .kako .cttl {
          font-size: calc(20vw / 4.14); } }
    .sec06 .kako .lead {
      font-size: clamp(12px, 3.334vw, 20px);
      font-weight: 500;
      margin-bottom: 0;
      text-align: left; }
      @media screen and (max-width: 480px) {
        .sec06 .kako .lead {
          font-size: calc(15vw / 4.14); } }
      .sec06 .kako .lead a {
        color: #4bb6b0;
        text-decoration: underline; }

.sec07 {
  background: #4bb6b0;
  padding: 0 0 calc(20% / 6); }
  @media screen and (max-width: 480px) {
    .sec07 {
      padding: 0 0 35px; } }
  .sec07 .main {
    background: #fff;
    padding-top: calc(60% / 6);
    position: relative; }
    .sec07 .main::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #4bb6b0; }
  .sec07 .inner {
    background: #fff;
    border-radius: 30px;
    padding: calc(50% / 6) calc(30% / 6); }
  .sec07 .red_ttl {
    font-size: clamp(12px, 3.667vw, 22px);
    color: #d13030;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0.2em; }
    @media screen and (max-width: 480px) {
      .sec07 .red_ttl {
        font-size: calc(17vw / 4.14); } }
  .sec07 .s7_ttl {
    font-size: clamp(12px, 7.167vw, 43px);
    color: #192d2c;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0.6em; }
    @media screen and (max-width: 480px) {
      .sec07 .s7_ttl {
        font-size: calc(28vw / 4.14); } }
  .sec07 .s7_lead {
    font-size: clamp(12px, 4vw, 24px);
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 1.4em; }
    @media screen and (max-width: 480px) {
      .sec07 .s7_lead {
        font-size: calc(18vw / 4.14); } }
  .sec07 .s7_lead_list {
    display: flex;
    justify-content: center;
    font-size: clamp(12px, 2.834vw, 17px);
    font-weight: 500;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 1.4em; }
    @media screen and (max-width: 480px) {
      .sec07 .s7_lead_list {
        font-size: calc(14vw / 4.14); } }
  .sec07 .s7_cttl {
    font-size: clamp(12px, 4.334vw, 26px);
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom: 1em; }
    .sec07 .s7_cttl span {
      display: inline-block;
      color: #fff;
      background: #4bb6b0;
      border-radius: 8px;
      padding: 0.4em 10px; }
    @media screen and (max-width: 480px) {
      .sec07 .s7_cttl {
        font-size: calc(22vw / 4.14); } }
  .sec07 .s7_price1 {
    font-size: clamp(12px, 3.334vw, 20px);
    font-weight: 500;
    text-align: center;
    line-height: 1.6; }
    @media screen and (max-width: 480px) {
      .sec07 .s7_price1 {
        font-size: calc(15vw / 4.14); } }
  .sec07 .s7_price2 {
    font-size: clamp(12px, 4.834vw, 29px);
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.6em; }
    @media screen and (max-width: 480px) {
      .sec07 .s7_price2 {
        font-size: calc(22vw / 4.14); } }
    .sec07 .s7_price2 .kako {
      display: inline-block;
      font-size: 80%;
      border: solid 1px #000;
      padding: 0.3em;
      margin-right: 0.4em; }
    .sec07 .s7_price2 .l {
      font-size: 200%;
      color: #d13030;
      display: inline-block;
      transform: translateY(0.1em); }
  .sec07 .s7_price3 {
    font-size: clamp(12px, 4.5vw, 27px);
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0.4em; }
    @media screen and (max-width: 480px) {
      .sec07 .s7_price3 {
        font-size: calc(20vw / 4.14); } }
  .sec07 .s7_price4 {
    font-size: clamp(18px, 3.667vw, 22px);
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0.3em; }
    @media screen and (max-width: 480px) {
      .sec07 .s7_price4 {
        font-size: calc(16vw / 4.14); } }
  .sec07 .s7_cap {
    font-size: clamp(12px, 2.5vw, 15px);
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 3em; }
    @media screen and (max-width: 480px) {
      .sec07 .s7_cap {
        font-size: calc(12vw / 4.14); } }
    .sec07 .s7_cap span {
      display: inline-block;
      text-align: left; }
  .sec07 .lttl {
    width: 100%;
    text-align: center;
    margin-bottom: calc(10% / 4.14);
    font-size: clamp(16px, 4.667vw, 28px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
    background: url("../images/top/img701.jpg") center center/auto 75% no-repeat; }
    @media screen and (max-width: 480px) {
      .sec07 .lttl {
        font-size: calc(22vw / 4.14); } }
  .sec07 .btn {
    font-size: clamp(12px, 4.5vw, 27px);
    font-weight: 700;
    text-align: center;
    line-height: 1;
    width: 90%;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 480px) {
      .sec07 .btn {
        font-size: calc(20vw / 4.14); } }
    .sec07 .btn::before {
      content: "";
      position: absolute;
      top: 4px;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 12px;
      background: #7f7c0a; }
    .sec07 .btn a {
      color: #000;
      height: 3em;
      height: 2.7em;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      border-radius: 12px;
      background: #fff100;
      z-index: 2; }
      .sec07 .btn a::after {
        content: "";
        position: absolute;
        top: calc(50% - 0.25em);
        right: 1em;
        display: block;
        width: 0.5em;
        height: 0.5em;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(-135deg); }

.sec08 {
  margin-top: calc(35% / 6);
  padding: 0 0 calc(35% / 6);
  background: #a6d1e6; }
  @media screen and (max-width: 480px) {
    .sec08 {
      padding: 0 0 calc(70% / 6); } }
  .sec08.width_cam {
    margin-top: 0; }
  .sec08 .s8_lead {
    font-size: clamp(12px, 6.334vw, 38px);
    font-size: clamp(14px, 7.001vw, 42px);
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0.8em;
    color: #005a9b;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,-2px 2px 0 #FFF, 2px -2px 0 #FFF,0px 2px 0 #FFF,  0 -2px 0 #FFF,-2px 0 0 #FFF, 2px 0 0 #FFF; }
    @media screen and (max-width: 480px) {
      .sec08 .s8_lead {
        font-size: calc(24vw / 4.14);
        font-size: calc(27vw / 4.14); } }
  .sec08 .btn {
    font-size: clamp(12px, 5.167vw, 31px);
    font-weight: 700;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.16em; }
    @media screen and (max-width: 480px) {
      .sec08 .btn {
        font-size: calc(24vw / 4.14); } }
    .sec08 .btn .img {
      position: relative;
      z-index: 10;
      margin-bottom: -2.8%; }
    .sec08 .btn > a {
      display: block;
      position: relative;
      z-index: 5; }
      .sec08 .btn > a::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 4px;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 12px;
        background: #7f7c0a; }
      .sec08 .btn > a span {
        display: block;
        color: #000;
        height: 3em;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        border-radius: 12px;
        background: #fff100;
        padding-top: 0.3em;
        text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,-2px 2px 0 #FFF, 2px -2px 0 #FFF,0px 2px 0 #FFF,  0 -2px 0 #FFF,-2px 0 0 #FFF, 2px 0 0 #FFF; }
        .sec08 .btn > a span::after {
          content: "";
          position: absolute;
          top: calc(50% - 0.25em);
          top: calc(50% - 0.20em);
          right: 1em;
          display: block;
          width: 0.5em;
          height: 0.5em;
          border-left: 2px solid #000;
          border-bottom: 2px solid #000;
          transform: rotate(-135deg); }

.parallax.fadeup {
  transition: opacity .3s ease, transform .3s ease;
  opacity: 0;
  transform: translateY(20px); }
  .parallax.fadeup.p-view {
    opacity: 1;
    transform: translateX(0px); }

.parallax.opa {
  transition: opacity 1s ease-in-out;
  opacity: 0; }
  .parallax.opa.p-view {
    opacity: 1; }

.parallax.big2 {
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.44, 0.42, 0.24, 1.55);
  opacity: 0;
  transform: scale(0.9); }
  .parallax.big2.p-view {
    opacity: 1;
    transform: scale(1); }

.parallax.big {
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.44, 0.42, 0.24, 1.55);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.49, 0.25, 0.3, 1.31);
  opacity: 0;
  transform: scale(0.4); }
  .parallax.big.p-view {
    opacity: 1;
    transform: scale(1); }

.parallax.fuwa {
  animation: 2s fuwafuwa infinite; }
  .parallax.fuwa.ad1 {
    animation-delay: 0.1s; }
  .parallax.fuwa.ad2 {
    animation-delay: 0.2s; }
  .parallax.fuwa.ad3 {
    animation-delay: 0.3s; }
  .parallax.fuwa.ad4 {
    animation-delay: 0.4s; }
  .parallax.fuwa.ad5 {
    animation-delay: 0.5s; }

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-15px); } }
.mdl_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999; }
  .mdl_wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .mdl_wrap .inn {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .mdl_wrap .inn .mdl {
      width: 100%;
      max-height: 100%;
      max-width: 600px;
      overflow-y: auto;
      outline: 0 !important;
      outline-color: rgba(0, 0, 0, 0) !important;
      -ms-overflow-style: none;
      scrollbar-width: none;
      position: relative;
      z-index: 5; }
      .mdl_wrap .inn .mdl ul {
        position: relative; }
        .mdl_wrap .inn .mdl ul li {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          opacity: 0;
          padding: 30px 0;
          width: calc(100% - 30px);
          margin-inline: auto;
          display: none; }
          .mdl_wrap .inn .mdl ul li.active {
            opacity: 1;
            position: relative;
            display: block; }
          .mdl_wrap .inn .mdl ul li .mdl_c1 {
            position: absolute;
            top: 20px;
            right: -10px;
            cursor: pointer; }
          .mdl_wrap .inn .mdl ul li .mdl_c2 {
            margin: 20px auto 0;
            cursor: pointer;
            text-align: center; }
        .mdl_wrap .inn .mdl ul .img {
          border-radius: 10px 10px 0 0;
          overflow: hidden; }
        .mdl_wrap .inn .mdl ul .cont {
          background: #fff;
          border-radius: 10px;
          padding: calc(20% / 3.84) 20px; }
          .mdl_wrap .inn .mdl ul .cont .ttl {
            font-size: clamp(14px, 5.334vw, 32px);
            text-align: center;
            font-weight: 700;
            letter-spacing: 0.1em;
            margin-bottom: 0.8em;
            color: #4bb6b0; }
            .mdl_wrap .inn .mdl ul .cont .ttl.ta_l {
              text-align: left; }
            @media screen and (max-width: 480px) {
              .mdl_wrap .inn .mdl ul .cont .ttl {
                font-size: calc(20vw / 4.14); } }
          .mdl_wrap .inn .mdl ul .cont .lead {
            font-size: clamp(11px, 3.501vw, 21px);
            font-weight: 700;
            letter-spacing: 0.04em; }
            @media screen and (max-width: 480px) {
              .mdl_wrap .inn .mdl ul .cont .lead {
                font-size: calc(13vw / 4.14); } }
          .mdl_wrap .inn .mdl ul .cont .box_m011 {
            position: relative;
            margin-bottom: calc(50% / 5.3); }
            .mdl_wrap .inn .mdl ul .cont .box_m011 .lead {
              width: calc(127% / 3.44); }
            .mdl_wrap .inn .mdl ul .cont .box_m011 .fimg {
              position: absolute;
              bottom: calc(-7vw / 6);
              left: calc(130% / 3.44);
              width: calc(240% / 3.44); }
          .mdl_wrap .inn .mdl ul .cont .box_m021 {
            position: relative;
            margin-bottom: calc(50% / 5.3); }
            .mdl_wrap .inn .mdl ul .cont .box_m021 .lead {
              width: calc(140% / 3.44); }
            .mdl_wrap .inn .mdl ul .cont .box_m021 .fimg {
              position: absolute;
              bottom: 0;
              left: calc(157% / 3.44);
              width: calc(200% / 3.44); }

/*# sourceMappingURL=top.css.map */
