/* =========================================================
   トップページ用スタイル
   ========================================================= */

/* メインビジュアル */
.top-main {
    display: flex;
    margin-bottom: 110px;
    padding-right: 5%;
    position: relative;
    z-index: 2;
    justify-content: center;
    overflow: hidden;
  }
  
  .top-main-slider {
    margin: 0;
    max-width: 830px;
    width: 53%;
  }
  
  .top-main-slider {
    & .slide {
      position: relative;
    }
    & figcaption {
      color: #fff;
      position: absolute;
      bottom: 100px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      text-shadow: 0 0 20px #000;
    }
    & .slick-list {
      overflow: initial;
    }
  }
  
  .top-main-image {
  
  }
  
  .top-main-txt {
    margin-bottom: 50px;
    max-width: 450px;
    margin-left: auto;
    margin-right: 14%;
  }
  
  .top-main-txt-p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 50px;
    text-align: center;
    max-width: 490px;
    margin-left: auto;
    margin-right: 11%;
  }
  
  .top-main-txt-btn.more-btn {
    max-width: 490px;
    margin-left: auto;
    margin-right: 11%;
  }
  
  .top-main-links {
    display: flex;
    gap: 5%;
    gap: 30px;
    max-width: 860px;
    margin-inline: auto;
    margin-bottom: 100px;
  }
  
  .top-main-link-box {
    width: calc(100% / 3);
  }
  
  .top-main-link-box a {
    background-image: linear-gradient(#ffe44f, #f7d726);
    border-radius: 32px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    width: 100%;
    height: 200px;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 14px;
    position: relative;
    transition: .4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 16px;
  }
  
  .top-main-link-box a:hover {
    background-image: linear-gradient(#FF6A30, #FF6A30);
    text-decoration: none;
  }
  
  .top-main-link-box a::before {
    content: "";
    background-image: url(../image/main-ill01.png);
    background-size: cover;
    width: 50px;
    height: 186px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  
  .top-main-link-box a:hover::before {
    bottom: 110px;
  }
  
  .top-main-link-box:nth-child(2) a::before {
    background-image: url(../image/main-ill02.png);
    width: 162px;
    height: 160px;
  }
  
  .top-main-link-box:nth-child(3) a::before {
    background-image: url(../image/main-ill03.png);
    width: 75px;
    height: 186px;
    transform: scale(-1, 1);
    left: 31%;
  }
  
  .top-main-link-p {
    font-size: 18px;
    text-align: center;
  }
  
  .top-main-link-p span {
    font-weight: bold;
  }
  
  .top-main-link-text {
    font-size: 27px;
    justify-content: center;
  }
  
  .top-main-content {
    margin-left: -5%;
    width: 38%;
  }
  
  
  /* 新着情報 */
  .top-news-wrap {
    background-image: url(../image/top-news-bg.png);
    background-position: left bottom;
    background-size: 60%;
    background-repeat: no-repeat;
    padding-bottom: 86px;
    position: relative;
  
    &::before {
      content: "";
      background-image: url(../image/top-news-bg-ill.png);
      background-size: cover;
      position: absolute;
      bottom: 0;
      right: 10%;
      width: 178px;
      height: 152px;
    }
  
    & .top-news-bg-right {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 30%;
      z-index: -1;
    }
  
    & .top-news-bg-left {
      position: absolute;
      bottom: -50%;
      left: 0;
      width: 15%;
      z-index: 1;
    }
  
    & .top-news-block {
      max-width: 860px;
      margin-inline: auto;
      position: relative;
      width: 100%;
    }
  
    & .top-news-headarea {
      align-items: end;
      display: flex;
      line-height: 1;
      justify-content: space-between;
      margin-bottom: 28px;
    }
  
    & .top-news-tab-block {
      display: flex;
      margin: 0;
      gap: 4px;
    }
  
    & .top-news-tab .tab.active {
      border-bottom: 2px solid;
      color: #4C91EB;
    }
  
    & .top-news-tab li {
      color: #617074;
      padding-bottom: 12px;
      padding-left: 6px;
      padding-right: 6px;
    }
  
    & .top-news-tab .tab.active::before {
      content: url(../image/tab-ill.png);
      margin-right: 2px;
    }
  
    & .top-news-tab li:hover {
      cursor: pointer;
    }
  
    & .tab-cat {
      color: #4C91EB;
      border: 1px solid #C4D2D5;
      width: 160px;
      display: inline-block;
      text-align: center;
      border-radius: 4px;
      padding: 3px;
      position: absolute;
      top: 0;
      left: 0;
    }
  
    & .tab-cont {
      display: none;
    }
  
    & .tab-cont.show {
      display: block;
      margin-inline: auto;
      width: 90%;
    }
  
    & .tab-cont ul {
      margin-bottom: 30px;
    }
  
    & .tab-cont li {
      align-items: center;
      display: flex;
      gap: 16px;
      padding-bottom: 16px;
      margin-bottom: 16px;
      border-bottom: 1px solid #C4D2D5;
      position: relative;
    }
  
    & .tab-cont li:last-child {
      margin-bottom: 0;
    }
  
    & .tab-cont a {
      color: #000000;
      padding-left: 180px;
      transition: .4s;
    }
  
    & .tab-cont a:hover {
      color: #FF6A30;
      text-decoration: none;
    }
  
    & .tab-cont-txt {
      margin-bottom: 0;
    }
  
    & .tab-cont-date {
      color: #617074;
      font-size: 12px;
      letter-spacing: 1px;
      margin-bottom: 0;
    }
    
  }
  
  .more-btn {
  
    & a {
      background: #000;
      border-radius: 50px;
      color: #FFE44F;
      display: block;
      padding: 20px;
      position: relative;
      text-align: center;
      transition: .4s;
      max-width: 320px;
      margin-inline: auto;
    }
  
    & a:hover {
      background-color: #FFE44F;
      color: #000;
      text-decoration: none;
    }
  
    & a::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 27px;
      width: 9px;
      height: 9px;
      margin: auto;
      border-top: 2px solid #FFE44F;
      border-right: 2px solid #FFE44F;
      transform: rotate(45deg);
      box-sizing: border-box;
    }
  
    & a:hover::after {
      border-top: 2px solid #000;
      border-right: 2px solid #000;
    }
  }
  
  
  .head {
    font-size: 32px;
    line-height: 1;
    margin: 0;
    border-bottom: 2px solid #FFE44F;
    padding-bottom: 12px;
  
    &::first-letter {
      color: #FF6A30;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 48px;
    }
  }
  
  
  .top-map-wrap {
    background-image: url(../image/top-map-bg.jpg);
    background-repeat: repeat;
    background-size: cover;
    padding-top: 48px;
    padding-bottom: 50px;
    position: relative;
  
    & .top-map-area {
      background-color: rgba(255,255,255,.6);
      backdrop-filter: blur(12px);
      border-radius: 60px;
      padding: 60px;
      margin-inline: auto;
      max-width: 1500px;
      width: 90%;
      z-index: 1;
      position: relative;
    }
  
    & .top-map-area-flex {
      display: flex;
      max-width: 1120px;
      margin-inline: auto;
      margin-bottom: 55px;
      gap: 6%;
    }
  
    & .head {
      margin-bottom: 28px;
    }
  
    & .subhead {
      font-size: 24px;
      position: relative;
      padding-left: 1.3em;
    }
  
    & .top-map-sp-link {
      display: none;
    }
  
    & .subhead::before {
      content: "";
      background-image: url(../image/subhead-icon.png);
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 54%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      width: 22px;
      height: 22px;
    }
  
  
    & .top-map-area-cont {
      width: 41%;
    }
  
    & .top-map-area-map {
      width: 53%;
    }
  
    & .subhead.sp-only {
      display: none;
    }
  
    & .top-map-area-txt {
      font-size: 18px;
      line-height: 1.7;
    }
  
    & .can-area {
      background: #fff;
      border-radius: 24px;
      padding: 30px;
    }
  
    & .can-area-li {
      display: flex;
      gap: 16px;
      justify-content: space-between;
    }
  
    & .can-area-txt span {
      font-weight: bold;
    }
  
    & .top-map-morebtn {
      display: flex;
      justify-content: center;
      gap: 30px;
    }
  
    & .more-btn {
      margin: 0;
      max-width: 320px;
      width: 100%;
    }
  
    & .more-btn.top-check {
      position: relative;
    }
  
    & .more-btn.top-check::before {
      content: "";
      background-image: url(/image/top_check.png);
      background-size: cover;
      width: 170px;
      height: 40px;
      position: absolute;
      top: -51px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
    }
  
    & .can-area-li-img {
      margin-bottom: 4px;
    }
  
    & .can-area-li-txt {
      font-weight: bold;
      margin: 0;
      text-align: center;
    }
  
    & .can-area-txt {
      margin-bottom: 24px;
    }
  
    & .map-bg-ill {
      position: absolute;
      top: 0;
      right: 10%;
      width: 47%;
      max-width: 745px;
    }
  
  }
  
  
  .top-howto-wrap {
    background-image: url(../image/top-howto-wrap-bg.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 116px;
    position: relative;
  
    &::after {
      content: "";
      background-image: url(../image/top-howto-wrap-bg2.png);
      background-size: cover;
      width: 20%;
      height: 100%;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: -1;
    }
  
    & .head {
      margin-bottom: 28px;
    }
  
    & .top-howto-cont-wrap {
      align-items: center;
      display: flex;
      max-width: 1120px;
      margin-inline: auto;
      gap: 8%;
      width: 90%;
    }
  
    & .top-howto-cont {
      width: 50%;
    }
  
    & .top-howto-ill {
      max-width: 463px;
      margin: 0;
      width: 42%;
    }
  
    & .top-howto-txt {
      font-size: 18px;
      line-height: 1.7;
      margin-bottom: 40px;
    }
  
    & .more-btn {
      margin: 0;
    }
  
    & .more-btn a {
      margin-inline: initial;
    }
  
  }
  
  
  .top-model-wrap {
    margin-bottom: 60px;
    overflow: hidden;
    padding-top: 118px;
    position: relative;
  
    & .top-model-wrap-bg {
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      width: 48%;
    }
  
    & .top-model-wrap-bgbtm {
      position: absolute;
      bottom: 0;
      left: -6%;
      z-index: -1;
      width: 38%;
    }
  
    & .head {
      position: absolute;
      top: 120px;
      left: 52%;
      z-index: 3;
    }
  
    & .slider-thumbnail-txt {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px;
    }
  
    & .slider-thumbnail-tag {
      display: flex;
      flex-wrap: wrap;
      gap: 3px 1em;
    }
  
    & .slider-thumbnail-tag li {
      color: #4C91EB;
      font-size: 13px;
      position: relative;
    }
  
    & .slider-thumbnail-tag li::before {
      content: "#";
    }
  
    & .model-slider {
      margin-bottom: -30px;
    }
  
    & .model-slider-block {
      display: flex;
      gap: 2%;
    }
  
    & .model-slider-photo img {
      border-radius: 0 0 60px 0;
      width: 100%;
    }
  
    & .model-slider-photo {
      background-image: url(../image/model-slider-photo-bg.png);
      background-repeat: no-repeat;
      background-position: top right;
      background-size: 27%;
      padding: 36px 36px 0 0;
      margin: 0;
      width: 50%;
    }
  
    & .model-slider-cont {
      max-width: 484px;
      padding-top: 80px;
      width: 48%;
    }
  
    & .model-slider-areaname {
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 10px;
    }
  
    & .model-slider-areaname span {
      font-weight: bold;
      margin-left: 0.5em;
    }
  
    & .model-slider-tag {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding-right: 25%;
      margin-bottom: 28px;
      position: relative;
    }
  
    & .model-slider-tag::before {
      content: "";
      background-image: url(../image/model-slider-tag-ill.png);
      background-size: cover;
      width: 92px;
      height: 144px;
      position: absolute;
      top: -37px;
      right: 20px;
    }
  
    & .model-slider-tag li {
      background-color: #fff;
      border: 1px solid;
      border-radius: 30px;
      color: #4C91EB;
      padding: 6px 20px;
    }
  
    & .model-slider-tag li span {
      position: relative;
    }
  
    & .model-slider-tag li span::before {
      content: "#";
    }
  
    & .model-slider-txt {
      line-height: 1.8;
      margin-bottom: 30px;
    }
  
    & .more-btn {
      margin-bottom: 0;
    }
  
    & .more-btn a {
      margin-inline: initial;
    }
  
    & .slider-thumbnail-box {
      padding: 0 10px;
      transition: .4s;
    }
  
    & .slider-thumbnail-box:hover {
      cursor: pointer;
      opacity: .5;
    }
  
    & .slider-thumbnail {
      border: 4px solid #fff;
      border-radius: 30px;
      margin-bottom: 10px;
    }
  
    & .slider-thumbnail img {
      border-radius: 30px;
    }
  
    & #sliderThumbnail .slick-current {
      opacity: .5;
    }
  
    #sliderThumbnail {
      position: relative;
  /*     margin-left: 35%;
      width: 70%; */
    }
    
    #sliderThumbnail .slick-list {
      overflow: visible;
      clip-path: inset(0 5% 0 0);
    }
  
    .slick-prev,
    .slick-next {
      background-color: red;
    }
  
  }
  
  
  .prev-arrow,
  .next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255,228,79,0.9);
    border-radius: 10px;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
  }
  
  .next-arrow {
    margin-right: 10%;
    pointer-events: auto;
  }
  
  
  .thumbnail-area {
    position: relative;
    margin-left: 35%;
    width: 70%;
  }
  
  .arrow_box {
    position: absolute;
    top: 30%;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
  }
  
  .prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
    pointer-events: auto;
  }
  
  .prev-arrow::before,
  .next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
  }
  
  .area-link {
    fill: #000;
    cursor: pointer;
    transition: fill 0.2s ease;
  }
  .area-link:hover {
    fill: #ff6a30;
  }
  .noclick {
    pointer-events: none;
  }
  
  
  
  
  
  /* レスポンシブ */
  @media screen and (max-width: 1600px) {
    .top-main {
      justify-content: flex-start;
    }
    .top-main-image {
      margin-left: -1%;
    }
    .top-main-content {
      margin-left: -2%;
      position: relative;
    }
    .top-model-wrap {
      & .head {
        left: 56%;
      }
      & .model-slider-photo {
        width: 54%;
      }
      & .model-slider-cont {
        width: 44%;
      }
    }
  }
  
  @media screen and (max-width: 1500px) {
    .top-main-txt {
      margin-right: 0;
    }
    .top-main-txt-p {
      margin-right: 0;
    }
    .top-main-txt-btn.more-btn {
      margin-right: 0;
    }
  }
  
  @media screen and (max-width: 1400px) {
    .top-main-link-box a::before {
      width: 40px;
      height: 150px;
    }
    .top-main-link-box:nth-child(2) a::before {
      width: 142px;
      height: 140px;
    }
    .top-main-link-box:nth-child(3) a::before {
      width: 61px;
      height: 152px;
    }
    .top-model-wrap {
      & .head {
        left: 61%;
      }
      & .model-slider-photo {
        width: 59%;
      }
      & .model-slider-cont {
          width: 39%;
      }
    }
  }
  
  @media screen and (max-width: 1300px) {
    .thumbnail-area {
      display: none;
    }
    .top-model-wrap {
      overflow: initial;
  
      & .head {
        left: 58%;
      }
      & .model-slider-block {
        width: 95%;
      }
    }
    .top-model-wrap {
      padding-bottom: 60px;
  
      & .model-slider {
        & .slick-prev, .slick-next {
          position: absolute;
          top: 55%;
          z-index: 1;
        }
        & .slick-prev {
          left: 0;
          background: #FFE44F;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 50px;
          height: 50px;
          border-radius: 0 10px 10px 0;
          opacity: .9;
        }
        & .slick-prev::before {
          content: none;
        }
        & .slick-prev::after {
          content: "";
          border-top: 2px solid #000;
          border-right: 2px solid #000;
          transform: rotate(-135deg);
          width: 9px;
          height: 9px;
        }
        & .slick-next {
          right: 0;
          background: #FFE44F;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 50px;
          height: 50px;
          border-radius: 10px 0 0 10px;
          opacity: .9;
        }
        & .slick-next::before {
          content: none;
        }
        & .slick-next::after {
          content: "";
          border-top: 2px solid #000;
          border-right: 2px solid #000;
          transform: rotate(45deg);
          width: 9px;
          height: 9px;
        }
      }
      & .head {
        line-height: 1.3;
      }
      & .model-slider-cont {
        padding-top: 130px;
      }
    }
  }
  
  @media screen and (max-width: 1200px) {
    .top-main-content {
      width: 43%;
    }
  }
  
  @media screen and (max-width: 1100px) {
    .top-map-wrap {
      & .top-map-area-flex {
        display: block;
      }
      & .top-map-area-cont {
        margin-bottom: 60px;
        width: 100%;
      }
      & .top-map-area-map {
        width: 100%;
      }
    }
    .top-model-wrap {
      & .model-slider {
        & .slick-prev, .slick-next {
          top: 45%;
        }
      }
    }
  }
  
  @media screen and (max-width: 1000px) {
    .top-main-content {
      width: 50%;
    }
    .top-main-link-text {
      padding-bottom: 14px;
    }
    .top-main-link-p {
      font-size: 16px;
    }
    .top-model-wrap {
      & .head {
        position: initial;
        margin-inline: auto;
        width: 90%;
      }
      & .model-slider-block {
        display: block;
        margin-inline: auto;
        width: 90%;
      }
      & .model-slider-photo {
        width: 100%;
      }
      & .model-slider-cont {
        padding-top: 30px;
        max-width: none;
        width: 100%;
      }
    }
    .top-model-wrap {
      background-image: url(../image/top-model-wrap-bg-sp.png);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: contain;
      padding-bottom: 160px;
      & .head {
        width: fit-content;
        margin-left: 5%;
      }
      & .model-slider-photo {
        background: none;
        padding: 36px 0 0 0;
        position: relative;
      }
      & .model-slider-photo img {
        border-radius: 0 80px 0 0;
      }
      & .model-slider-tag::before {
        content: none;
      }
      #modelSlider {
        position: relative;
      }
      #modelSlider::after {
        content: "";
        background-image: url(../image/model-slider-tag-ill.png);
        background-size: cover;
        width: 51px;
        height: 80px;
        position: absolute;
        top: -47px;
        right: 50px;
      }
      & .model-slider {
        & .slick-prev, .slick-next {
          top: 30%;
        }
      }
      & .more-btn a {
        margin-inline: auto;
      }
      & .model-slider-areaname {
        font-size: 20px;
        margin-bottom: 10px;
      }
      & .model-slider-txt {
        margin-bottom: 24px;
      }
      & .model-slider-tag {
        padding-right: 0;
        margin-bottom: 30px;
      }
      & .model-slider-tag li {
        font-size: 14px;
      }
    }
  }
  
  @media screen and (max-width: 900px) {
    .top-main-slider {
      margin-inline: auto;
      margin-bottom: 40px;
    }
    .top-main {
      background-image: url(../image/top-main-bg-sp.png);
      background-repeat: no-repeat;
      background-position: center right;
      background-size: 30%;
      display: block;
      padding-right: 0;
    }
    .top-main-image {
      margin: 0 auto -80px;
      max-width: 500px;
      width: 100%;
    }
    .top-main-content {
      max-width: 359px;
      margin: 0 auto 120px;
      width: 100%;
    }
    .top-main-txt {
      margin-bottom: 60px;
      margin-inline: auto;
    }
    .top-main-links {
      gap: 15px;
    }
    .top-main-link-p {
      display: none;
    }
    .top-main-links {
      width: 90%;
    }
    .head {
      font-size: 20px;
      &::first-letter {
        font-size: 32px;
      }
    }
    .top-news-wrap {
      & .top-news-headarea {
        display: block;
      }
      & .head {
        margin-bottom: 16px;
        margin-left: 5%;
        max-width: 180px;
      }
      & .head::first-letter {
        font-size: 32px;
      }
      & .top-news-tab-block {
        gap: 23px;
      }
      & .top-news-tab {
        background: #F0F4F9;
        padding: 15px 20px 15px 66px;
        position: relative;
      }
      & .top-news-tab::before {
        content: "";
        background-image: url(../image/tab-ill-sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 14px;
        height: 15px;
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
      }
      & .top-news-tab::after {
        content: "";
        width: 1px;
        height: 25.5px;
        background-color: #C4D2D5;
        position: absolute;
        top: 50%;
        left: 56px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
      }
      & .top-news-tab li {
        border: none;
        padding: 0;
      }
      & .top-news-tab .tab.active {
        border: none;
        color: #4C91EB;
        font-weight: bold;
      }
      & .top-news-tab .tab.active::before {
        content: none;
      }
    }
    & .top-map-wrap {
      & .top-map-area-txt {
        font-size: 16px;
      }
    }
    & .top-map-wrap {
      & .subhead {
        font-size: 20px;
      }
      & .subhead.pc-only {
        display: none;
      }
      & .subhead.sp-only {
        display: block;
      }
      & .top-map {
        display: none;
      }
      & .top-map-sp-link {
        display: block;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 30px;
        padding: 20px;
      }
      & .top-map-sp-link ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 0;
        margin-bottom: 0;
        font-size: 18px;
        padding-left: 1.5em;
      }
      & .top-map-sp-link ul li {
        color: #FF6A30;
        padding-right: 20px;
        width: calc(100%/2);
        list-style-type: disclosure-closed;
      }
      & .top-map-sp-link ul li a {
        color: #000;
        display: block;
      }
  
  
  
      & .subhead::before {
        width: 20px;
        height: 20px;
      }
      & .top-map-morebtn {
        display: block;
        & .more-btn:last-child {
            margin-top: 80px;
        }
      }
      & .more-btn {
        margin-inline: auto;
        margin-bottom: 20px;
      }
      & .more-btn:last-child {
        margin-bottom: 0;
      }
    }
    .top-map-wrap {
      & .top-map-area {
        border-radius: 30px;
        padding: 30px;
      }
    }
  }
  
  @media screen and (max-width: 768px) {
    .top-main-links {
      flex-direction: column;
    }
    .top-main-link-box {
      width: calc(100% / 1);
    }
    .top-main-link-box a {
      justify-content: center;
      padding-bottom: 0;
    }
    .top-main-link-text {
      padding-bottom: 0;
    }
    .top-main {
      margin-bottom: 50px;
    }
    .top-main-content {
      max-width: initial;
      width: 90%;
    }
    .top-main-txt-p {
      margin: 0 auto 50px;
    }
    .top-main-txt-btn.more-btn {
      margin: 0 auto;
    }
    .top-main-link-box a::before,
    .top-main-link-box:nth-child(3) a::before {
      top: 50%;
      left: 0%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }
    .top-main-link-box a::before,
    .top-main-link-box:nth-child(3) a::before {
      left: 10%;
    }
    .top-main-link-box:nth-child(2) a::before {
      left: 6%;
    }
    .top-news-wrap {
      background-image: url(../image/top-news-block-sp.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 40%;
      position: relative;
  
      &::before {
        width: 94px;
        height: 80px;
        z-index: 10;
        bottom: -30px;
        right: 3%;
      }
  
      &::after {
        content: "";
        background-image: url(../image/top-news-block02-sp.png);
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        z-index: -1;
      }
  
      & .top-news-bg-right {
        display: none;
      }
  
      & .top-news-tab {
        overflow: hidden;
      }
      & .sp-scroll {
        /* overflow-x: scroll; */
      }
      & .top-news-tab-block {
        width: 540px;
      }
    }
    .top-map-wrap {
      & .subhead {
        font-size: 20px;
      }
    }
    .top-map-wrap {
      & .top-map-area {
        border-radius: 0;
        width: 100%;
      }
    }
    .top-map-wrap {
      & .can-area {
        border-radius: 0;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
      }
      & .can-area-li-txt {
        font-size: 15px;
      }
    }
    .top-model-wrap {
      margin-bottom: 0;
    }
    .top-howto-wrap {
      background-image: url(../image/top-howto-wrap-bg02-sp.png);
      background-size: cover;
      background-color: #F2EEDD;
      padding-top: 40px;
      padding-bottom: 60px;
      &::before {
        content: "";
        background-image: url(../image/top-howto-wrap-bg-sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 40%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        mix-blend-mode: multiply;
      }
      &::after {
        z-index: 1;
      }
      & .head {
        width: fit-content;
      }
      & .top-howto-cont {
        width: 100%;
      }
      & .top-howto-cont-wrap {
        display: block;
      }
      & .top-howto-txt {
        font-size: 16px;
      }
      & .top-howto-ill {
        margin: 0 auto 20px;
        width: 80%;
      }
      & .more-btn a {
        margin-inline: auto;
      }
    }
  }
  
  @media screen and (max-width: 600px) {
    .top-main-slider {
      width: 100%;
    }
    .top-main {
      background-size: 50%;
      overflow: hidden;
      margin-bottom: 0;
    }
    .top-main-image {
      width: 110%;
      margin-left: -5%;
      max-width: initial;
    }
    .top-main-txt {
      padding: 0 5%;
    }
    .top-main-link-box a::before,
    .top-main-link-box:nth-child(3) a::before {
      width: 30px;
      height: 112px;
      top: 25%;
    }
    .top-main-link-box:nth-child(2) a::before {
      width: 90px;
      height: 90px;
      top: 18%;
    }
    .top-main-link-box:nth-child(3) a::before {
      width: 51px;
      height: 126px;
    }
    .top-news-wrap {
      & .tab-cont a {
        padding-left: 0;
      }
      & .tab-cont-txt {
        margin-bottom: 10px;
      }
      & .tab-cat {
        position: initial;
        border: none;
        border-bottom: 1px solid;
        border-radius: 0;
        color: #617074;
        font-size: 12px;
        padding: 0;
        width: fit-content;
      }
      & .cat-date-block {
        display: flex;
        gap: 16px;
      }
    }
    .top-map-wrap {
      & .top-map-area {
        padding: 30px 5%;
        border-radius: 0;
        width: 100%;
      }
      & .can-area {
        padding: 30px 5%;
      }
      & .top-map-area-cont {
        margin-bottom: 30px;
      }
    }
    .top-model-wrap {
      padding-top: 64px;
      & .model-slider {
        & .slick-prev, .slick-next {
          top: 23%;
        }
      }
      & .top-model-wrap-bg {
        width: 70%;
      }
    }
    .top-main-txt-p {
      text-align: left;
    }
    .top-main-txt-p .sp-only {
      display: none;
    }
    .top-main-slider {
      & figcaption {
        bottom: 0;
      }
    }
  }
  
  @media screen and (max-width: 500px) {
    .top-news-wrap {
      & .top-news-tab li:not(:first-child) {
        display: none;
      }
    }
  }
  
  @media screen and (max-width: 450px) {
    .top-model-wrap {
      & .model-slider {
        & .slick-prev, .slick-next {
          top: 18%;
        }
      }
    }
  }