/*! Writen  by SCSS */
/*MV*/
.main img {
  width: 100vw;
  height: auto; }

.sec01 {
  position: relative; }
  .sec01 .copy_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: calc(100% / 16) 0 0; }
    @media screen and (max-width: 480px) {
      .sec01 .copy_wrap {
        padding: calc(50% / 3.9) 0 0; } }
    .sec01 .copy_wrap p span,
    .sec01 .copy_wrap p {
      font-size: clamp(10px, 1.591vw, 21px);
      text-align: center;
      line-height: 3;
      letter-spacing: 0.12em;
      font-weight: 600; }
      @media screen and (max-width: 480px) {
        .sec01 .copy_wrap p span,
        .sec01 .copy_wrap p {
          line-height: 2.2;
          font-size: calc(14vw / 3.9);
          letter-spacing: 0.08em; } }
  @media screen and (max-width: 768px) {
    .sec01 .bg_wrap .swipe_inn {
      overflow-x: auto; }
      .sec01 .bg_wrap .swipe_inn img {
        width: 1000px;
        max-width: 1000px; }
    .sec01 .bg_wrap .swipe_caution {
      display: block; } }
  @media screen and (max-width: 480px) {
    .sec01 .bg_wrap .swipe_inn img {
      width: 900px;
      max-width: 900px; } }

.sec02 {
  border-bottom: solid 1px #435764;
  background: #fff; }
  @media screen and (max-width: 480px) {
    .sec02 {
      border-bottom: none; } }
  .sec02 .inn {
    padding: 60px 0 100px;
    max-width: 1200px;
    width: calc(100% - 19px);
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      .sec02 .inn {
        padding: 30px 0 30px; } }
    .sec02 .inn.l {
      border-left: solid 1px #435764; }
      @media screen and (max-width: 480px) {
        .sec02 .inn.l {
          border-left: none; } }
    .sec02 .inn.r {
      border-right: solid 1px #435764; }
      @media screen and (max-width: 480px) {
        .sec02 .inn.r {
          border-right: none; } }
  .sec02 .sec_ttle {
    font-size: clamp(14px, calc(72vw / 10.6), 72px);
    color: #435764;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sec02 .sec_ttle {
        line-height: 0.8; } }
    @media screen and (max-width: 480px) {
      .sec02 .sec_ttle {
        font-size: calc(30vw / 3.9);
        margin-bottom: 0.8em; } }
    .sec02 .sec_ttle .en {
      font-weight: 600; }
    .sec02 .sec_ttle .sr {
      font-size: 50%; }
      @media screen and (max-width: 768px) {
        .sec02 .sec_ttle .sr {
          display: none; } }
    @media screen and (max-width: 768px) {
      .sec02 .sec_ttle .s3 {
        display: block; } }
    .sec02 .sec_ttle .s1 {
      font-size: 34%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec_ttle .s1 {
          font-size: 50%; } }
    .sec02 .sec_ttle .s2 {
      display: block;
      font-size: clamp(12px, calc(20vw / 10.6), 20px);
      color: #231815;
      letter-spacing: 0.05em;
      line-height: 1;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .sec02 .sec_ttle .s2 {
          display: inline-block; } }
      @media screen and (max-width: 480px) {
        .sec02 .sec_ttle .s2 {
          font-size: calc(14vw / 3.9); } }
  .sec02 .more {
    margin: 0 auto; }
    .sec02 .more a {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      margin: 0 auto;
      font-size: clamp(12px, calc(20vw / 10.6), 20px);
      width: 13em;
      height: 2.2em;
      color: #fff;
      font-weight: 700;
      text-align: center;
      background: #ff6914;
      border-radius: 1.1em;
      transition: all 0.3s; }
      .sec02 .more a .icon {
        position: absolute;
        left: 0.4em;
        top: 0;
        height: 100%;
        width: 1.3em;
        display: flex;
        align-items: center; }
      @media screen and (max-width: 480px) {
        .sec02 .more a {
          font-size: calc(14vw / 3.9); } }
      .sec02 .more a:hover {
        opacity: 0.5; }
  .sec02 .inner {
    max-width: 1020px; }
  .sec02 .slide_box {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding: 0 75px;
    margin-bottom: 60px; }
    @media screen and (max-width: 480px) {
      .sec02 .slide_box {
        margin: 0 -20px;
        width: calc(100% + 40px);
        padding: 0 20px;
        margin-bottom: 30px; } }
    .sec02 .slide_box .swiper-button-prev {
      left: 0; }
    .sec02 .slide_box .swiper-button-next {
      right: 0; }
    .sec02 .slide_box .swiper-button-next, .sec02 .slide_box .swiper-button-prev {
      top: 33%;
      width: 28px;
      height: 99px; }
      @media screen and (max-width: 480px) {
        .sec02 .slide_box .swiper-button-next, .sec02 .slide_box .swiper-button-prev {
          width: 14px;
          height: 50px; } }
    .sec02 .slide_box .swiper-button-next:after, .sec02 .slide_box .swiper-button-prev:after {
      content: none; }
    .sec02 .slide_box .slide_ttl {
      font-size: clamp(12px, calc(16vw / 10.6), 16px);
      text-align: center;
      margin: 3em 0 1em; }
      .sec02 .slide_box .slide_ttl P {
        font-weight: 700;
        line-height: 1;
        padding: 0 1em 0.2em;
        display: inline-block;
        border-bottom: solid 1px #000; }
        @media screen and (max-width: 480px) {
          .sec02 .slide_box .slide_ttl P {
            font-size: calc(14vw / 3.9);
            padding: 0 0 0.2em; } }
    .sec02 .slide_box .swiper-pagination {
      position: static;
      display: flex;
      justify-content: center; }
      .sec02 .slide_box .swiper-pagination .swiper-pagination-bullet {
        margin: 0 0.7em;
        background: none;
        font-size: clamp(12px, calc(20vw / 10.6), 20px);
        color: #000;
        line-height: 1;
        font-weight: 700;
        width: 1.4em;
        height: 1.4em;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 480px) {
          .sec02 .slide_box .swiper-pagination .swiper-pagination-bullet {
            font-size: calc(16vw / 3.9); } }
        .sec02 .slide_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #dae000; }
  .sec02 .tab_box {
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .sec02 .tab_box {
        margin-bottom: 20px; } }
    .sec02 .tab_box .tab_ttl {
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1;
      font-size: clamp(10px, calc(16vw / 10.6), 16px);
      margin-bottom: 1.5em;
      color: #000;
      line-height: 1;
      font-weight: 700; }
      .sec02 .tab_box .tab_ttl::before {
        content: "";
        display: block;
        flex: 1;
        height: 1px;
        background: #333;
        margin-right: 0.6em; }
      .sec02 .tab_box .tab_ttl::after {
        content: "";
        display: block;
        flex: 1;
        height: 1px;
        background: #333;
        margin-left: 0.6em; }
    .sec02 .tab_box .tab {
      display: flex;
      justify-content: center;
      font-size: clamp(10px, calc(16vw / 10.6), 16px);
      padding-bottom: 1.5em;
      border-bottom: solid 1px #000;
      gap: 25px; }
      @media screen and (max-width: 480px) {
        .sec02 .tab_box .tab {
          font-size: calc(12vw / 3.9);
          gap: 15px 0;
          flex-wrap: wrap;
          justify-content: space-between; } }
      @media screen and (max-width: 480px) {
        .sec02 .tab_box .tab li {
          width: 48%; } }
      .sec02 .tab_box .tab li p {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: clamp(10px, calc(16vw / 10.6), 16px);
        font-weight: 700;
        line-height: 1;
        color: #435764;
        height: 2em;
        padding: 0 1em;
        border: solid 2px #e1dbcc;
        background: #e1dbcc;
        border-radius: 1em 0 1em 1em; }
        @media screen and (max-width: 480px) {
          .sec02 .tab_box .tab li p {
            font-size: calc(12vw / 3.9);
            height: 3em;
            padding: 0 0.2em; } }

.mtxt span {
  display: inline-block;
  opacity: 0;
  transform: translateX(50px) translateY(-20px);
  filter: blur(10px); }

.mtxt span:nth-child(1) {
  transition-delay: 0.03s !important;
  animation-delay: 0.03s !important; }

.mtxt span:nth-child(2) {
  transition-delay: 0.06s !important;
  animation-delay: 0.06s !important; }

.mtxt span:nth-child(3) {
  transition-delay: 0.09s !important;
  animation-delay: 0.09s !important; }

.mtxt span:nth-child(4) {
  transition-delay: 0.12s !important;
  animation-delay: 0.12s !important; }

.mtxt span:nth-child(5) {
  transition-delay: 0.15s !important;
  animation-delay: 0.15s !important; }

.mtxt span:nth-child(6) {
  transition-delay: 0.18s !important;
  animation-delay: 0.18s !important; }

.mtxt span:nth-child(7) {
  transition-delay: 0.21s !important;
  animation-delay: 0.21s !important; }

.mtxt span:nth-child(8) {
  transition-delay: 0.24s !important;
  animation-delay: 0.24s !important; }

.mtxt span:nth-child(9) {
  transition-delay: 0.27s !important;
  animation-delay: 0.27s !important; }

.mtxt span:nth-child(10) {
  transition-delay: 0.30s !important;
  animation-delay: 0.30s !important; }

.mtxt span:nth-child(11) {
  transition-delay: 0.33s !important;
  animation-delay: 0.33s !important; }

.mtxt span:nth-child(12) {
  transition-delay: 0.36s !important;
  animation-delay: 0.36s !important; }

.mtxt span:nth-child(13) {
  transition-delay: 0.39s !important;
  animation-delay: 0.39s !important; }

.mtxt span:nth-child(14) {
  transition-delay: 0.42s !important;
  animation-delay: 0.42s !important; }

.mtxt span:nth-child(15) {
  transition-delay: 0.45s !important;
  animation-delay: 0.45s !important; }

.mtxt span:nth-child(16) {
  transition-delay: 0.48s !important;
  animation-delay: 0.48s !important; }

.mtxt span:nth-child(17) {
  transition-delay: 0.51s !important;
  animation-delay: 0.51s !important; }

.mtxt span:nth-child(18) {
  transition-delay: 0.54s !important;
  animation-delay: 0.54s !important; }

.mtxt span:nth-child(19) {
  transition-delay: 0.57s !important;
  animation-delay: 0.57s !important; }

.mtxt span:nth-child(20) {
  transition-delay: 0.60s !important;
  animation-delay: 0.60s !important; }

.mtxt span:nth-child(21) {
  transition-delay: 0.63s !important;
  animation-delay: 0.63s !important; }

.mtxt span:nth-child(22) {
  transition-delay: 0.66s !important;
  animation-delay: 0.66s !important; }

.mtxt span:nth-child(23) {
  transition-delay: 0.69s !important;
  animation-delay: 0.69s !important; }

.mtxt span:nth-child(24) {
  transition-delay: 0.72s !important;
  animation-delay: 0.72s !important; }

.mtxt span:nth-child(25) {
  transition-delay: 0.75s !important;
  animation-delay: 0.75s !important; }

.mtxt span:nth-child(26) {
  transition-delay: 0.78s !important;
  animation-delay: 0.78s !important; }

.mtxt span:nth-child(27) {
  transition-delay: 0.81s !important;
  animation-delay: 0.81s !important; }

.mtxt span:nth-child(28) {
  transition-delay: 0.84s !important;
  animation-delay: 0.84s !important; }

.mtxt span:nth-child(29) {
  transition-delay: 0.87s !important;
  animation-delay: 0.87s !important; }

.mtxt span:nth-child(30) {
  transition-delay: 0.9s !important;
  animation-delay: 0.9s !important; }

.mtxt span:nth-child(31) {
  transition-delay: 0.93s !important;
  animation-delay: 0.93s !important; }

.mtxt span:nth-child(32) {
  transition-delay: 0.97s !important;
  animation-delay: 0.97s !important; }

.mtxt span:nth-child(33) {
  transition-delay: 1s !important;
  animation-delay: 1s !important; }

.mtxt span:nth-child(34) {
  transition-delay: 1.03s !important;
  animation-delay: 1.03s !important; }

.mtxt span:nth-child(35) {
  transition-delay: 1.06s !important;
  animation-delay: 1.06s !important; }

.mtxt span:nth-child(36) {
  transition-delay: 1.09s !important;
  animation-delay: 1.09s !important; }

.mtxt span:nth-child(37) {
  transition-delay: 1.12s !important;
  animation-delay: 1.12s !important; }

.mtxt span:nth-child(38) {
  transition-delay: 1.15s !important;
  animation-delay: 1.15s !important; }

.mtxt span:nth-child(39) {
  transition-delay: 1.18s !important;
  animation-delay: 1.18s !important; }

.mtxt span:nth-child(40) {
  transition-delay: 1.21s !important;
  animation-delay: 1.21s !important; }

.mtxt span:nth-child(41) {
  transition-delay: 1.24s !important;
  animation-delay: 1.24s !important; }

.mtxt span:nth-child(42) {
  transition-delay: 1.27s !important;
  animation-delay: 1.27s !important; }

.mtxt span:nth-child(43) {
  transition-delay: 1.30s !important;
  animation-delay: 1.30s !important; }

.mtxt span:nth-child(44) {
  transition-delay: 1.33s !important;
  animation-delay: 1.33s !important; }

.mtxt span:nth-child(45) {
  transition-delay: 1.36s !important;
  animation-delay: 1.36s !important; }

.mtxt span:nth-child(46) {
  transition-delay: 1.39s !important;
  animation-delay: 1.39s !important; }

.mtxt span:nth-child(47) {
  transition-delay: 1.42s !important;
  animation-delay: 1.42s !important; }

.mtxt span:nth-child(48) {
  transition-delay: 1.45s !important;
  animation-delay: 1.45s !important; }

.mtxt span:nth-child(49) {
  transition-delay: 1.48s !important;
  animation-delay: 1.48s !important; }

.mtxt span:nth-child(50) {
  transition-delay: 1.51s !important;
  animation-delay: 1.51s !important; }

.mtxt span:nth-child(51) {
  transition-delay: 1.54s !important;
  animation-delay: 1.54s !important; }

.mtxt span:nth-child(52) {
  transition-delay: 1.57s !important;
  animation-delay: 1.57s !important; }

.mtxt span:nth-child(53) {
  transition-delay: 1.6s !important;
  animation-delay: 1.6s !important; }

.mtxt span:nth-child(54) {
  transition-delay: 1.63s !important;
  animation-delay: 1.63s !important; }

.mtxt span:nth-child(55) {
  transition-delay: 1.69s !important;
  animation-delay: 1.69s !important; }

.mtxt span:nth-child(56) {
  transition-delay: 1.72s !important;
  animation-delay: 1.72s !important; }

.mtxt span:nth-child(57) {
  transition-delay: 1.75s !important;
  animation-delay: 1.75s !important; }

.mtxt span:nth-child(58) {
  transition-delay: 1.78s !important;
  animation-delay: 1.78s !important; }

.mtxt span:nth-child(59) {
  transition-delay: 1.81s !important;
  animation-delay: 1.81s !important; }

.mtxt span:nth-child(60) {
  transition-delay: 1.84s !important;
  animation-delay: 1.84s !important; }

.mtxt span:nth-child(61) {
  transition-delay: 1.87s !important;
  animation-delay: 1.87s !important; }

.mtxt span:nth-child(62) {
  transition-delay: 1.9s !important;
  animation-delay: 1.9s !important; }

.mtxt span:nth-child(63) {
  transition-delay: 1.93s !important;
  animation-delay: 1.93s !important; }

.mtxt span:nth-child(64) {
  transition-delay: 1.96s !important;
  animation-delay: 1.96s !important; }

.mtxt span:nth-child(65) {
  transition-delay: 1.99s !important;
  animation-delay: 1.99s !important; }

.mtxt span:nth-child(66) {
  transition-delay: 2.02s !important;
  animation-delay: 2.02s !important; }

.mtxt span:nth-child(67) {
  transition-delay: 2.05s !important;
  animation-delay: 2.05s !important; }

.mtxt span:nth-child(68) {
  transition-delay: 2.08s !important;
  animation-delay: 2.08s !important; }

.mtxt span:nth-child(69) {
  transition-delay: 2.12s !important;
  animation-delay: 2.14s !important; }

.mtxt span:nth-child(70) {
  transition-delay: 2.15s !important;
  animation-delay: 2.15s !important; }

.mtxt span:nth-child(71) {
  transition-delay: 2.18s !important;
  animation-delay: 2.18s !important; }

.mtxt span:nth-child(72) {
  transition-delay: 2.21s !important;
  animation-delay: 2.21s !important; }

.mtxt span:nth-child(73) {
  transition-delay: 2.24s !important;
  animation-delay: 2.24s !important; }

.mtxt span:nth-child(74) {
  transition-delay: 2.27s !important;
  animation-delay: 2.27s !important; }

.mtxt span:nth-child(75) {
  transition-delay: 2.3s !important;
  animation-delay: 2.3s !important; }

.mtxt span:nth-child(76) {
  transition-delay: 2.33s !important;
  animation-delay: 2.33s !important; }

.mtxt span:nth-child(77) {
  transition-delay: 2.36s !important;
  animation-delay: 2.36s !important; }

.mtxt span:nth-child(78) {
  transition-delay: 2.39s !important;
  animation-delay: 2.39s !important; }

.mtxt span:nth-child(79) {
  transition-delay: 2.42s !important;
  animation-delay: 2.42s !important; }

.mtxt span:nth-child(80) {
  transition-delay: 2.45s !important;
  animation-delay: 2.45s !important; }

.mtxt span:nth-child(81) {
  transition-delay: 2.48s !important;
  animation-delay: 2.48s !important; }

.mtxt span:nth-child(82) {
  transition-delay: 2.51s !important;
  animation-delay: 2.51s !important; }

.mtxt span:nth-child(83) {
  transition-delay: 2.54s !important;
  animation-delay: 2.54s !important; }

.mtxt span:nth-child(84) {
  transition-delay: 2.57s !important;
  animation-delay: 2.57s !important; }

.mtxt span:nth-child(85) {
  transition-delay: 2.6s !important;
  animation-delay: 2.6s !important; }

.mtxt span:nth-child(86) {
  transition-delay: 2.63s !important;
  animation-delay: 2.63s !important; }

.mtxt span:nth-child(87) {
  transition-delay: 2.66s !important;
  animation-delay: 2.66s !important; }

.mtxt span:nth-child(88) {
  transition-delay: 2.69s !important;
  animation-delay: 2.69s !important; }

.mtxt span:nth-child(89) {
  transition-delay: 2.72s !important;
  animation-delay: 2.72s !important; }

.mtxt span:nth-child(90) {
  transition-delay: 2.75s !important;
  animation-delay: 2.75s !important; }

.mtxt span:nth-child(91) {
  transition-delay: 2.78s !important;
  animation-delay: 2.78s !important; }

.mtxt span:nth-child(92) {
  transition-delay: 2.81s !important;
  animation-delay: 2.81s !important; }

.mtxt span:nth-child(93) {
  transition-delay: 2.84s !important;
  animation-delay: 2.84s !important; }

.mtxt span:nth-child(94) {
  transition-delay: 2.87s !important;
  animation-delay: 2.87s !important; }

.mtxt span:nth-child(95) {
  transition-delay: 2.9s !important;
  animation-delay: 2.9s !important; }

.mtxt span:nth-child(96) {
  transition-delay: 2.93s !important;
  animation-delay: 2.93s !important; }

.mtxt span:nth-child(97) {
  transition-delay: 2.96s !important;
  animation-delay: 2.96s !important; }

.mtxt span:nth-child(98) {
  transition-delay: 2.99s !important;
  animation-delay: 2.99s !important; }

.mtxt span:nth-child(99) {
  transition-delay: 3.02s !important;
  animation-delay: 3.02s !important; }

.mtxt span:nth-child(100) {
  transition-delay: 3.05s !important;
  animation-delay: 3.05s !important; }

.mtxt span:nth-child(101) {
  transition-delay: 3.08s !important;
  animation-delay: 3.08s !important; }

.mtxt span:nth-child(102) {
  transition-delay: 3.11s !important;
  animation-delay: 3.11s !important; }

.mtxt span:nth-child(103) {
  transition-delay: 3.14s !important;
  animation-delay: 3.14s !important; }

.mtxt span:nth-child(104) {
  transition-delay: 3.17s !important;
  animation-delay: 3.17s !important; }

.mtxt span:nth-child(105) {
  transition-delay: 3.2s !important;
  animation-delay: 3.2s !important; }

.mtxt span:nth-child(106) {
  transition-delay: 3.23s !important;
  animation-delay: 3.23s !important; }

.mtxt span:nth-child(107) {
  transition-delay: 3.26s !important;
  animation-delay: 3.26s !important; }

.mtxt span:nth-child(108) {
  transition-delay: 3.29s !important;
  animation-delay: 3.29s !important; }

.mtxt span:nth-child(109) {
  transition-delay: 3.32s !important;
  animation-delay: 3.32s !important; }

.mtxt span:nth-child(110) {
  transition-delay: 3.35s !important;
  animation-delay: 3.35s !important; }

.mtxt span:nth-child(111) {
  transition-delay: 3.38s !important;
  animation-delay: 3.38s !important; }

.mtxt.p-view span {
  animation: pcpy7bani1 1s ease-in-out forwards; }

.mtxt2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  transition: all 2s ease-in-out; }

.mtxt2 span:nth-child(1) {
  transition-delay: 0.04s !important;
  animation-delay: 0.04s !important; }

.mtxt2 span:nth-child(2) {
  transition-delay: 0.08s !important;
  animation-delay: 0.08s !important; }

.mtxt2 span:nth-child(3) {
  transition-delay: 0.12s !important;
  animation-delay: 0.12s !important; }

.mtxt2 span:nth-child(4) {
  transition-delay: 0.16s !important;
  animation-delay: 0.16s !important; }

.mtxt2 span:nth-child(5) {
  transition-delay: 0.2s !important;
  animation-delay: 0.2s !important; }

.mtxt2 span:nth-child(6) {
  transition-delay: 0.24s !important;
  animation-delay: 0.24s !important; }

.mtxt2 span:nth-child(7) {
  transition-delay: 0.28s !important;
  animation-delay: 0.28s !important; }

.mtxt2 span:nth-child(8) {
  transition-delay: 0.32s !important;
  animation-delay: 0.32s !important; }

.mtxt2 span:nth-child(9) {
  transition-delay: 0.36s !important;
  animation-delay: 0.36s !important; }

.mtxt2 span:nth-child(10) {
  transition-delay: 0.4s !important;
  animation-delay: 0.4s !important; }

.mtxt2 span:nth-child(11) {
  transition-delay: 0.44s !important;
  animation-delay: 0.44s !important; }

.mtxt2 span:nth-child(12) {
  transition-delay: 0.48s !important;
  animation-delay: 0.48s !important; }

.mtxt2 span:nth-child(13) {
  transition-delay: 0.52s !important;
  animation-delay: 0.52s !important; }

.mtxt2 span:nth-child(14) {
  transition-delay: 0.56s !important;
  animation-delay: 0.56s !important; }

.mtxt2 span:nth-child(15) {
  transition-delay: 0.6s !important;
  animation-delay: 0.6s !important; }

.mtxt2 span:nth-child(16) {
  transition-delay: 0.64s !important;
  animation-delay: 0.64s !important; }

.mtxt2 span:nth-child(17) {
  transition-delay: 0.68s !important;
  animation-delay: 0.68s !important; }

.mtxt2 span:nth-child(18) {
  transition-delay: 0.72s !important;
  animation-delay: 0.72s !important; }

.mtxt2 span:nth-child(19) {
  transition-delay: 0.76s !important;
  animation-delay: 0.76s !important; }

.mtxt2 span:nth-child(20) {
  transition-delay: 0.8s !important;
  animation-delay: 0.8s !important; }

.mtxt2.p-view span {
  opacity: 1;
  transform: translateY(0); }

@keyframes pcpy7bani1 {
  0% {
    opacity: 0;
    transform: translateX(80px) translateY(-20px);
    filter: blur(10px); }
  to {
    opacity: 1;
    transform: scale(1, 1);
    filter: blur(0); } }
.img100_cap {
  position: relative; }
  .img100_cap .cap {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    display: block;
    padding: 3px 5px;
    line-height: 1.5;
    color: #FFF;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8), 0px 0px 1px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
    text-align: left; }
    @media screen and (max-width: 480px) {
      .img100_cap .cap {
        font-size: 8px;
        right: auto;
        left: 0; } }

.info_wrap {
  margin-bottom: 0 !important; }

.svs_wrap {
  padding-top: 40px; }

.cbtn_wrap {
  position: relative;
  padding: 50px 20px; }
  .cbtn_wrap::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: url("../image/top/bg2.jpg") center center/cover; }
  .cbtn_wrap.off::after {
    position: absolute; }
  .cbtn_wrap .cbtn {
    position: relative;
    z-index: 10;
    max-width: 1160px;
    margin: 0 auto; }
    .cbtn_wrap .cbtn li {
      background: #fff;
      box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.4); }
      .cbtn_wrap .cbtn li:not(:last-child) {
        margin-bottom: 50px; }
      .cbtn_wrap .cbtn li a {
        padding: 20px;
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 480px) {
          .cbtn_wrap .cbtn li a {
            display: block; } }
        .cbtn_wrap .cbtn li a .img {
          width: 50%; }
          @media screen and (max-width: 480px) {
            .cbtn_wrap .cbtn li a .img {
              width: 100%;
              margin-bottom: 20px; } }
          .cbtn_wrap .cbtn li a .img figure {
            width: 100%;
            height: 100%; }
          .cbtn_wrap .cbtn li a .img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .cbtn_wrap .cbtn li a .txt {
          width: calc(500% / 11.2);
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          @media screen and (max-width: 480px) {
            .cbtn_wrap .cbtn li a .txt {
              width: 100%; } }
          .cbtn_wrap .cbtn li a .txt .t1 {
            font-size: clamp(20px, 5.345vw, 62px);
            line-height: 1.3;
            font-weight: 400;
            margin-top: 0.3em;
            margin-bottom: 0.6em; }
            @media screen and (max-width: 480px) {
              .cbtn_wrap .cbtn li a .txt .t1 {
                margin-top: 0;
                font-size: calc(30vw / 3.9); } }
            .cbtn_wrap .cbtn li a .txt .t1 .s1 {
              display: block;
              font-weight: 500;
              letter-spacing: 0.12em;
              font-size: clamp(10px, 1.38vw, 16px); }
              @media screen and (max-width: 480px) {
                .cbtn_wrap .cbtn li a .txt .t1 .s1 {
                  font-size: calc(12vw / 3.9); } }
          .cbtn_wrap .cbtn li a .txt .t2 {
            font-size: clamp(14px, 1.983vw, 23px);
            line-height: 1.6;
            font-weight: 500;
            letter-spacing: 0.2em;
            margin-bottom: 0.9em; }
            @media screen and (max-width: 480px) {
              .cbtn_wrap .cbtn li a .txt .t2 {
                font-size: calc(15vw / 3.9);
                letter-spacing: 0.08em; } }
          .cbtn_wrap .cbtn li a .txt .t3 {
            font-size: clamp(11px, 1.294vw, 15px);
            line-height: 2.2;
            font-weight: 500;
            letter-spacing: 0.1em;
            margin-bottom: 1.3em; }
            @media screen and (max-width: 480px) {
              .cbtn_wrap .cbtn li a .txt .t3 {
                font-size: calc(12vw / 3.9);
                letter-spacing: 0.02em; } }
          .cbtn_wrap .cbtn li a .txt .t4 {
            margin: 0 0 0 auto;
            text-align: right; }
            .cbtn_wrap .cbtn li a .txt .t4 p {
              text-align: left;
              display: inline-block;
              font-size: clamp(9px, 0.949vw, 11px);
              line-height: 1;
              font-weight: 500;
              padding: 0.7em 5em 1.2em 1.5em;
              background: #fff;
              box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3);
              position: relative;
              transition: all 0.3s ease-in-out; }
              @media screen and (max-width: 480px) {
                .cbtn_wrap .cbtn li a .txt .t4 p {
                  font-size: calc(10vw / 3.9); } }
              .cbtn_wrap .cbtn li a .txt .t4 p::before {
                content: "";
                position: absolute;
                bottom: 0.7em;
                right: 1em;
                width: calc(100% - 2em);
                height: 1px;
                background: #000;
                transition: all 0.3s ease-in-out; }
              .cbtn_wrap .cbtn li a .txt .t4 p::after {
                content: "";
                position: absolute;
                bottom: 0.7em;
                right: 1em;
                width: 1.8em;
                height: 1px;
                transform: rotate(40deg);
                transform-origin: bottom right;
                background: #000;
                transition: all 0.3s ease-in-out; }
        .cbtn_wrap .cbtn li a:hover .txt .t4 p {
          background: #333;
          color: #fff; }
          .cbtn_wrap .cbtn li a:hover .txt .t4 p::before {
            background: #fff; }
          .cbtn_wrap .cbtn li a:hover .txt .t4 p::after {
            background: #fff; }

/*# sourceMappingURL=top.css.map */
