@charset "UTF-8";
:root {
  --traveller-key-color: #bfa366;
}

html,
body {
  /*position: relative;*/
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Yu Gothic', Meiryo, メイリオ, sans-serif;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  background-color: #fff;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

/* ================================
   hoshino
================================ */
#wrapper.hoshino,
#wrapper.hoshino-search,
#wrapper.hoshino-latest {
  margin: 0;
  padding: 0;
  min-width: 1246px;
}

.site-header {
  padding: 20px 0;
}

.site-header .site-header__logo {
  width:379px;
  margin:0 auto;
}

.hoshino {
  position: relative;

  .content__title {
    color: #000;
    font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-size: 2.1vw;
    font-weight: 700;
    line-height: 140% ;
    text-align: center;
    margin: 0 0 2.1vw;
  }

  &::before {
    content: '';
    aspect-ratio: 1366 / 700;
    position: absolute;
    top: 142px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3E3E3E;
    transform: skewY(-10deg);
    z-index: 0;
  }

  .content__btn-list {
    margin:60px 0 ;
    display: flex;
    justify-content: center;
    gap: 40px;
  }

  .content__btn-list .content__btn {
    margin:0 ;
    width: 270px;
  }

  .content__btn {
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 42px;
    margin:40px auto 0 ;
    width: 262px;
    border: 1px solid #000;
    background: #fff;
    display: block;
    text-align: center;
    position: relative;
    padding: 8px 0 8px 16px;
  }

  .content__btn:before {
    content:" ";
    background-image: url(/common/crea/images/hoshino/arrow_ico.svg);
    width:16px;
    height:16px;
    display: inline-block;
    position: absolute;
    top: 50% ;
    margin: -8px 0 0 -23px;
  }

  .content__btn:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #000;
    opacity: 1;
  }

  .content__btn:hover:before {
    background-image: url(/common/crea/images/hoshino/arrow_ico_wh.svg);
  }

  /* メインビジュアル */
  .main-visual {
    width: calc(100% - 120px);
    margin:0 auto 60px;
    overflow: hidden;
  }

  .main-visual__bg {
    position: relative;
    width:100% ;
    aspect-ratio: 1246 / 540;
  }

  .main-visual__bg01 {background:url(/common/crea/images/hoshino/mv01.webp) center 50%; background-size: cover;}
  .main-visual__bg02 {background:url(/common/crea/images/hoshino/mv02.webp) center 50%; background-size: cover;}
  .main-visual__bg03 {background:url(/common/crea/images/hoshino/mv03.webp) center 50%; background-size: cover;}
  .main-visual__bg04 {background:url(/common/crea/images/hoshino/mv04.webp) center 50%; background-size: cover;}
  .main-visual__bg05 {background:url(/common/crea/images/hoshino/mv05.webp) center 50%; background-size: cover;}
  .main-visual__bg06 {background:url(/common/crea/images/hoshino/mv06.webp) center 50%; background-size: cover;}

  .main-visual__bg01 .main-visual__box__icon {width: calc( 60/700*100% );}
  .main-visual__bg02 .main-visual__box__icon {width: calc( 60/700*100% );}
  .main-visual__bg03 .main-visual__box__icon {width: calc( 60/700*100% );}
  .main-visual__bg04 .main-visual__box__icon {width: calc( 88/700*100% );}
  .main-visual__bg05 .main-visual__box__icon {width: calc( 84/700*100% );}
  .main-visual__bg06 .main-visual__box__icon {width: calc( 65/700*100% );}

  .main-visual__bg__icon img {
    width:100% ;
  }

  .main-visual__box {
    width: calc( 700/1246*100% );
    position: absolute;
    bottom: 64px;
    left: 32px;
    padding: 0 10px 0 0;
  }

  .main-visual__title {
    color: #FFF;
    font-size: 40px;
    font-size: 2.9vw;
    font-weight: 700;
    line-height: 130% ;
    margin:14px 0 0;
  }

  .main-visual__title span {
    background: #000;
    border: solid #fff 1px;
    padding:10px 32px;
    margin: 0 0 -1px;
    display: inline-block;
  }

  .main-visual__title span:last-child {
    margin: 0 0 ;
  }

  .main-visual__text {
    color: #FFF;
    font-size: 15px;
    font-size: 1.0vw;
    font-weight: 400;
    line-height: 160% ;
    margin:24px 0 0;
  }

  .main-visual__btn a {
    color: #FFF;
    font-size: 16px;
    font-size: 1.1vw;
    font-weight: 700;
    padding:7px 0 7px 23px;
    margin:14px 0 0 ;
    width: calc(200 / 700 * 100%);
    min-width: 200px;
    border: 1px solid #FFF;
    background: #000;
    display: block;
    text-align: center;
    position: relative;
  }

  .main-visual__btn a:before {
    content:" ";
    background: url(/common/crea/images/hoshino/arrow_ico_wh.svg) no-repeat;
    width:16px;
    height:16px;
    display: inline-block;
    position: absolute;
    top: 50% ;
    margin: -8px 0 0 -23px;
  }

  .main-visual__btn a:hover {
    color: #000;
    border: 1px solid #000;
    background: #fff;
    opacity: 1;
  }

  .main-visual__btn a:hover:before {
    background-image: url(/common/crea/images/hoshino/arrow_ico.svg);
  }

  .main-visual__icon img {
    width: 100%;
    display: block;
  }

  .main-visual__iconwrap  {
    width: calc(100% - 141px);
    margin: -32px auto 0;
  }

  .main-visual__icon {
    width: 100%;
    min-height: 64px;
    background: #FFF;
    border-radius: 6px;
    display: flex;
    padding:10px 0;
    border:solid 3px #FFF;
    cursor: pointer;
  }

  .main-visual__icon img {
    margin: 0 auto;
  }

  .main-visual__icon01 img {width: calc( 129/174*100% );}

  .main-visual__icon02 img {width: calc( 46/174*100% );}

  .main-visual__icon03 img {width: calc( 134/174*100% );}

  .main-visual__icon04 img {width: calc( 68/174*100% );}

  .main-visual__icon05 img {width: calc( 64/174*100% );}

  .main-visual__icon06 img {width: calc( 50/174*100% );}

  .swiper,
  .js-swiper,
  .js-thumb-list {
    opacity: 0;
    transition: opacity 0.8s ease-in;
  }

  .js-swiper.is-ready,
  .js-thumb-list.is-ready {
    opacity: 1;
  }

  .swiper-slide-thumb-active .main-visual__icon {
    opacity: 1;
    border:solid 3px #B2CCCD;
  }

  /* INFOエリア */
  .info {
    width: calc( 1104/1366*100% );
    margin: 0 auto 60px;
    font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    color: #000;
  }

  .info .content__title {
    color: #FFF;
    margin: 0 0 1.3vw;
  }

  .info__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .info__box a {
    display: flex;
    align-items: center;
    gap:36px;
    padding:24px;
    background:#fff;
    border-radius: 8px;
  }

  .info__box a:hover .info__col:last-child {
    opacity: 0.6;
  }

  .info__box a:hover {
    opacity: 1;
  }

  .info__box a:hover .info__img img {
    opacity: 1;
  }

  .info__col:first-child {
    width: calc( 424/1104*100% );
  }

  .info__col:last-child {
    max-width: 632px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    flex: 1;
  }

  .info__title {
    font-size: 26px;
    font-size: 1.9vw;
    font-weight: 700;
    line-height: 140% ;
    margin:0 0 16px;
  }

  .info__text {
    font-size: 15px;
    font-size: 1.0vw;
    font-weight: 400;
    line-height: 140% ;
  }

  .info__link {
    color: #000;
    font-size: 16px;
    font-size: 1.1vw;
    font-weight: 700;
    line-height: 150% ;
    margin:30px 0 0 ;
  }

  .info__link:before {
    content:" ";
    background-image: url(/common/crea/images/hoshino/arrow_ico.svg);
    width:16px;
    height:16px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 4px 0 0;
  }

  /* 地域エリア */
  .area {
    padding:0 60px 60px;
    font-size: 15px;
    font-size: 1.0vw;
    font-weight: 400;
    line-height: 140% ;
    text-algin:center;
  }

  .area__img {
    min-width: 850px;
    width: calc( 850/1246*100% );
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .area__img a path {
    transition: all 0.25s ease;
  }

  .area__img a:hover {
    opacity: 1;
  }

  .area__img a:hover .bg {
    fill: #000;
  }

  .area__img a:hover .text {
    fill: #fff;
  }

  .area__loading {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    padding:50px 0;
  }

  .area__img img {
    width:100%;
  }

  .area__select {
    display: none;
    text-align: center;
  }

  .area__select.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
  }

  .area__select-wrap {
    position: relative;
    display: inline-block;
    width: calc( 180/1366*100% );
    min-width:180px;
    margin:0 auto 24px;
    border-radius: 8px;
    border: 1px solid #000;
    background: #FFF;
    overflow: hidden;
  }

  .area__select.is-fixed .area__select-wrap {
    margin:16px auto ;
  }

  .area__select-wrap:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 38%;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #000000;
    border-bottom: 0;
  }

  .area__select-wrap select {
    width: 100%;
    padding: 6px 14px;
    color: #000;
    font-size: 18px;
    font-size: 1.3vw;
    font-weight: 500;
    line-height: 150%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
  }

  .area__select-wrap select:focus {
    outline: none;
  }

  /* 地域情報セクション */
  .area-content {
    text-align: center;
  }

  /* 新着情報リスト */
  .news-list {
    background: #EDEDED;
    padding:60px;
  }

  .list-normal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    margin: 0;
  }

  .list-normal .item {
    width: 100% ;
  }

  .list-normal .item .image {
      margin-bottom: 12px;
  }

  .list-normal .item .text .title {
      font-size: 16px;
      font-size: 1.1vw;
      text-align: left;
      font-weight: 700;
      line-height: 140% ;
  }

  .list-normal .item .text .bottom {
    font-size: 14px;
    font-size: 1.0vw;
    margin-top: 8px;
    text-align: left;
  }
  .list-normal .item .text .bottom ul li,
  .list-normal .item .text .bottom .date {
    font-weight: 400;
    font-size: 14px;
    font-size: 1.0vw;
    line-height: 140% ;
    text-align: left;
  }

  .list-normal .item.new .image:before {
      min-width: 45px;
      line-height: 140% ;
      font-size: 0.8vw;
  }

  .list-normal .item.promoted .image:after {
    font-size: 0.7vw;
  }
}

@media screen and (max-width: 1366px) {
  .hoshino {
    &::before {
      height: 700px;
    }

    .content__title {
      font-size: 30px;
      font-size: 3.0rem;
      margin: 0 0 30px;
    }

    .content__btn {
      font-size: 16px;
      font-size: 1.6rem;
    }

    .main-visual__title {
      font-size: 40px;
      font-size: 4.0rem;
    }

    .main-visual__text {
      font-size: 15px;
      font-size: 1.5rem;
    }

    .main-visual__btn a {
      font-size: 16px;
      font-size: 1.6rem;
    }

    .info .content__title {
      margin: 0 0 18px;
    }

    .info__title {
      font-size: 26px;
      font-size: 2.6rem;
    }

    .info__text {
      font-size: 15px;
      font-size: 1.5rem;
    }

    .info__link {
      font-size: 16px;
      font-size: 1.6rem;
    }

    .list-normal .item .text .title {
      font-size: 16px;
      font-size: 1.6rem;
    }

    .list-normal .item.promoted .image:after {
      font-size: 10px;
      font-size: 1.0rem;
    }

    .list-normal .item .text .bottom ul li,
    .list-normal .item .text .bottom .date {
      font-size: 14px;
      font-size: 1.4rem;
    }

    .area__select-wrap select {
      font-size: 18px;
      font-size:1.8rem;
    }

  }
}

/* ================================
   hoshino-search
================================ */
.hoshino-search,
.hoshino-latest {
  .head h1 {
      width: auto;
      line-height: 46px;
      font-size: 30px;
      font-size: 3.0rem;
      font-weight: bold;
      margin-bottom: 20px;
  }

  .head .genre {
    font-size: 18px;
    font-weight: bold;
    font-size: 1.8rem;
  }

  .head .paging {
    font-size: 13px;
    font-size: 1.3rem;
  }

  main {
    width: 820px;
    margin: 20px auto;
  }

  section {
    position: relative;
    width: auto;
    margin: 40px auto;
  }
}
