/* CSS Document */
.kv-index {
  background: url("../images/index/keyvisual.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .kv-index {
      height: 60vh; } }
  .kv-index .wrap {
    text-align: center;
    padding: 0 15px; }
    .kv-index .wrap .searchbox {
      background-color: white;
      border-radius: 10px;
      text-align: center;
      border: 1px solid white;
      margin-top: 35px; }
      .kv-index .wrap .searchbox h3 {
        background-color: #47ccbf;
        color: white;
        font-weight: 400;
        text-align: center;
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: .5em 0;
        letter-spacing: .15em; }
      .kv-index .wrap .searchbox .inner {
        padding: 10px 30px; }
        .kv-index .wrap .searchbox .inner select {
          -moz-appearance: none;
          -webkit-appearance: none;
          appearance: none;
          border: 1px solid #47ccbf;
          background: none transparent;
          background-color: white;
          font-size: 16px;
          padding: 10px 40px 10px 15px;
          background-image: url("../images/index/serch-arrow.svg");
          background-position: right 15px center;
          background-repeat: no-repeat;
          color: #47ccbf;
          margin-right: 10px; }
        @media screen and (max-width: 767px) {
          .kv-index .wrap .searchbox .inner {
            text-align: right; }
            .kv-index .wrap .searchbox .inner select {
              display: block;
              width: 100%;
              margin-bottom: .2rem; } }
    .kv-index .wrap .kv-subtext {
      padding: 30px 0;
      color: #fff;
      line-height: 1.5;
      font-size: 4vw; }
      @media screen and (min-width: 768px) {
        .kv-index .wrap .kv-subtext {
          font-size: 1.8vw;
          padding: 30px; } }
      @media screen and (min-width: 1280px) {
        .kv-index .wrap .kv-subtext {
          font-size: 24px; } }

.member {
  width: 100%;
  background-color: #d8f4f2;
  padding: 50px 0; }
  .member-stripe {
    background: url(../images/stripe.svg) repeat center center;
    padding: 30px 0; }
  .member-wrap {
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .member-wrap {
        flex-direction: row;
        padding: 80px 0 88px; } }
    .member-wrap-image {
      padding: 0 15px; }
    .member-wrap-text {
      text-align: center; }
    .member-wrap h2 {
      color: #fff;
      font-size: 1.5rem;
      margin-bottom: 0.7rem;
      line-height: 1.4; }
      @media screen and (min-width: 768px) {
        .member-wrap h2 {
          font-size: 250%;
          font-weight: 400;
          margin-bottom: 1em;
          letter-spacing: .2em; } }
    .member-wrap-a {
      display: inline-block;
      color: #fff;
      border: 1px solid #fff;
      background: url(../images/arrow-right-white.svg) no-repeat;
      background-position: right 1em center;
      padding: 10px 3.5em 12px 1.5em;
      border-radius: 30px; }
      @media screen and (min-width: 768px) {
        .member-wrap-a {
          font-size: 150%;
          padding: 10px 3em 12px 1.5em; } }
    .member-wrap-left {
      max-width: 432px;
      width: 20vw;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .member-wrap-left {
          left: -100px; } }
    .member-wrap-right {
      max-width: 432px;
      width: 20vw;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .member-wrap-right {
          right: -100px; } }
  .member-text {
    padding: 30px 0;
    color: #fff;
    line-height: 1.5;
    font-size: 2.6vw; }
    @media screen and (min-width: 768px) {
      .member-text {
        font-size: 1.8vw;
        padding: 30px; } }
    @media screen and (min-width: 1280px) {
      .member-text {
        font-size: 24px; } }

.event {
  width: 100%;
  background-color: #d8f4f2;
  padding-bottom: 80px; }
  .event-h2 {
    margin-bottom: 30px;
    font-size: 128%;
    color: #47ccbf;
    font-weight: 400;
    letter-spacing: .2em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .event-h2 {
        margin-bottom: 65px; } }
    .event-h2-span {
      display: block;
      font-size: 200%;
      color: #29a6d8;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      padding-top: .2em; }
  .event-ul {
    width: 100%;
    margin: auto;
    text-align: center; }
    .event-ul-li {
      padding: 0 10px; }
      .event-ul-li-a {
        max-width: 403px;
        width: 100%;
        margin: auto;
        position: relative;
        display: block; }
        .event-ul-li-a .fit {
          width: 100%;
          max-width: 100%;
          height: auto; }
        .event-ul-li-a .text {
          position: absolute;
          z-index: 8;
          bottom: 0;
          width: 100%; }
          .event-ul-li-a .text .date {
            color: #fff;
            background-color: rgba(41, 201, 216, 0.8);
            width: 10em; }
      .event-ul-li-h3 {
        color: #fff;
        background-color: #47ccbf;
        width: 100%;
        /*margin-left: 10%;*/
        padding: 1em;
        box-sizing: border-box;
        text-align: left;
        line-height: 1.5em; }
    .event-ul .slick-dots {
      bottom: -50px; }
    .event-ul .prev-arrow, .event-ul .next-arrow {
      max-width: 80px;
      min-width: 30px;
      position: absolute;
      bottom: 0;
      transform: translateY(calc(50% + 40px));
      z-index: 10;
      width: 5%; }
    .event-ul .prev-arrow {
      left: 5px; }
    .event-ul .next-arrow {
      right: 15px; }

.shop {
  padding: 50px 0; }
  .shop-h2 {
    margin-bottom: 30px;
    font-size: 128%;
    color: #47ccbf;
    font-weight: 400;
    letter-spacing: .2em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .shop-h2 {
        margin-bottom: 65px; } }
    .shop-h2-span {
      display: block;
      font-size: 200%;
      color: #29a6d8;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      padding-top: .2em; }
  .shop-ul {
    width: 94%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .shop-ul {
        flex-direction: row; } }
    .shop-ul-li {
      width: 98%;
      box-sizing: border-box;
      border: 1px solid #47ccbf;
      line-height: 2em;
      margin: 0 1%; }
      @media screen and (min-width: 768px) {
        .shop-ul-li {
          width: 32%;
          margin: auto; } }
      .shop-ul-li .text {
        padding: 1rem; }
      .shop-ul-li-h3 {
        color: #47ccbf;
        font-size: 150%;
        font-weight: 700;
        letter-spacing: .2em;
        line-height: 1.5em;
        margin-bottom: 1rem;
        text-align: center; }
      .shop-ul-li-a {
        display: block;
        background-color: #47ccbf;
        color: white;
        font-size: 128%;
        letter-spacing: .2em;
        line-height: 3em;
        margin-top: 1rem;
        text-align: center; }
    .shop-ul .slick-dots {
      bottom: -50px; }

.category-ul {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap; }
  .category-ul-li {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    position: relative; }
    @media screen and (min-width: 768px) {
      .category-ul-li {
        width: 33.3%;
        padding-bottom: 33.3%; } }
    .category-ul-li-a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); }
      .category-ul-li-a-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .category-ul-li:first-of-type {
      background-color: #47ccbf; }
    .category-ul-li.eat {
      background: url("../images/index/category-1.jpg") no-repeat center center;
      background-size: cover; }
    .category-ul-li.exp {
      background: url("../images/index/category-2.jpg") no-repeat center center;
      background-size: cover; }
    .category-ul-li.play {
      background: url("../images/index/category-3.jpg") no-repeat center center;
      background-size: cover; }
    .category-ul-li.buy {
      background: url("../images/index/category-4.jpg") no-repeat center center;
      background-size: cover; }
    .category-ul-li.beau {
      background: url("../images/index/category-5.jpg") no-repeat center center;
      background-size: cover; }

.news {
  display: none;
  padding: 0 0 50px; }
  @media screen and (min-width: 768px) {
    .news {
      padding: 50px 0; } }
  .news-h2 {
    margin-bottom: 30px;
    font-size: 128%;
    color: #47ccbf;
    font-weight: 400;
    letter-spacing: .2em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .news-h2 {
        margin-bottom: 65px; } }
    .news-h2-span {
      display: block;
      font-size: 200%;
      color: #29a6d8;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      padding-top: .2em; }
  .news-wrap {
    width: 94%;
    max-width: 1280px;
    margin: auto;
    box-sizing: border-box;
    background-color: #d0ebf6;
    border: 4px solid #aae8e2;
    position: relative;
    padding: 10px; }
    .news-wrap-stamp {
      width: 30%;
      position: absolute;
      top: -20vw;
      right: 0;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .news-wrap-stamp {
          top: -134px;
          right: 137px;
          width: 192px; } }
    .news-wrap-ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .news-wrap-ul-li {
        margin: 15px;
        width: 100%;
        background-color: white;
        border-radius: 1rem;
        overflow: hidden;
        position: relative;
        z-index: 2;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .news-wrap-ul-li {
            width: calc(50% - 30px); } }
        .news-wrap-ul-li-a {
          display: flex;
          width: 100%;
          height: 100%;
          flex-direction: column; }
          @media screen and (min-width: 576px) {
            .news-wrap-ul-li-a {
              flex-direction: row; } }
          .news-wrap-ul-li-a-figure {
            width: 100%;
            max-height: 250px; }
            @media screen and (min-width: 576px) {
              .news-wrap-ul-li-a-figure {
                width: 40%; } }
            .news-wrap-ul-li-a-figure-img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              max-height: 250px; }
              @media screen and (min-width: 576px) {
                .news-wrap-ul-li-a-figure-img {
                  max-height: auto; } }
          .news-wrap-ul-li-a .text {
            width: 100%;
            padding: 1rem; }
            @media screen and (min-width: 576px) {
              .news-wrap-ul-li-a .text {
                width: 60%; } }
            .news-wrap-ul-li-a .text div {
              width: 100%;
              display: flex;
              color: white;
              line-height: 2em;
              justify-content: center; }
              .news-wrap-ul-li-a .text div .icon {
                width: 50%;
                text-align: center; }
              .news-wrap-ul-li-a .text div .date {
                width: 50%;
                background-color: #47ccbf; }
            .news-wrap-ul-li-a .text h3 {
              color: #47ccbf;
              font-size: 128%;
              line-height: 1.5em;
              text-align: left;
              margin: 1em auto .6em; }
            .news-wrap-ul-li-a .text p {
              text-align: left;
              line-height: 1.8; }
    .news-wrap-old {
      text-align: center;
      padding: 40px 0; }

.report {
  width: 100%;
  padding: 50px 0;
  background: url(../images/stripe.svg) repeat center center; }
  .report-h2 {
    margin-bottom: 30px;
    font-size: 128%;
    color: #fff;
    font-weight: 400;
    letter-spacing: .2em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .report-h2 {
        margin-bottom: 65px; } }
    .report-h2-span {
      display: block;
      font-size: 200%;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      padding-top: .2em; }
  .report-ul {
    width: 94%;
    max-width: 1250px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .report-ul {
        flex-direction: row; } }
    .report-ul-li {
      width: 100%;
      margin-bottom: 2rem;
      background-color: white;
      box-sizing: border-box;
      padding: 1rem 2rem;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      flex-direction: column; }
      @media screen and (min-width: 1000px) {
        .report-ul-li {
          width: 48%;
          flex-direction: row; } }
      .report-ul-li-figure {
        width: 100%;
        text-align: center; }
        @media screen and (min-width: 1000px) {
          .report-ul-li-figure {
            width: 60%;
            margin-top: -2rem;
            margin-left: -2rem; } }
      .report-ul-li .text {
        width: 100%;
        line-height: 2em; }
        @media screen and (min-width: 1000px) {
          .report-ul-li .text {
            width: 40%; } }
        .report-ul-li .text .date {
          font-weight: 700;
          color: #47ccbf;
          border: 1px solid #47ccbf;
          line-height: 2em;
          border-radius: 1em;
          text-align: center;
          margin-top: 30px; }
        .report-ul-li .text h3 {
          font-size: 128%;
          list-style: 1.5em;
          color: #47ccbf;
          text-align: center;
          margin: 10px auto; }
      .report-ul-li a {
        display: block;
        width: 100%;
        border: 1px solid #47ccbf;
        color: #47ccbf;
        font-weight: 700;
        line-height: 3em;
        margin-top: 1rem;
        text-align: center; }

.update {
  display: none;
  padding: 50px 0; }
  .update-h2 {
    margin-bottom: 30px;
    font-size: 128%;
    color: #47ccbf;
    font-weight: 400;
    letter-spacing: .2em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .update-h2 {
        margin-bottom: 65px; } }
    .update-h2-span {
      display: block;
      font-size: 200%;
      color: #29a6d8;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      padding-top: .2em; }
  .update-ul {
    width: 94%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .update-ul-li {
      width: calc(50% - 10px);
      margin-bottom: 30px;
      background-color: #f2f2f2; }
      @media screen and (min-width: 768px) {
        .update-ul-li {
          width: 31%; } }
      .update-ul-li-a {
        display: flex;
        width: 100%;
        flex-direction: row; }
        .update-ul-li-a-figure {
          width: 40%; }
        .update-ul-li-a .text {
          width: 60%;
          box-sizing: border-box;
          padding: .6rem; }
          .update-ul-li-a .text .icon {
            width: 100%;
            line-height: 1.8em;
            margin-bottom: 1rem; }
          .update-ul-li-a .text .date {
            color: #999999;
            font-weight: 700;
            width: 100%;
            text-align: center;
            margin-bottom: .6rem; }
          .update-ul-li-a .text h3 {
            text-align: left;
            color: #47ccbf;
            font-size: 128%;
            line-height: 1.5em; }

.ranking {
  display: none;
  padding: 50px 0;
  text-align: center;
  background: url("../images/index/rank-bg.jpg") no-repeat center top;
  background-size: cover; }
  .ranking-h2 {
    transform: translateY(calc(-50% - 50px));
    background-color: #29c9d8;
    border: 1px solid white;
    display: inline-block;
    padding: 1rem 2rem;
    margin-bottom: 30px;
    font-size: 128%;
    color: #fff;
    font-weight: 400;
    letter-spacing: .2em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .ranking-h2 {
        margin-bottom: 65px;
        padding: 1rem 10rem; } }
    .ranking-h2-span {
      display: block;
      font-size: 200%;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      padding-top: .2em; }
  .ranking-ul {
    width: 94%;
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .ranking-ul {
        flex-direction: row; } }
    .ranking-ul-li {
      width: 98%;
      background-color: white;
      border: 3px solid #d8f4f2;
      position: relative;
      box-sizing: border-box;
      border-radius: 1.1rem;
      line-height: 2em;
      margin: 0 1%; }
      @media screen and (min-width: 768px) {
        .ranking-ul-li {
          width: 30%; } }
      .ranking-ul-li-figure {
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 1rem 1rem 0 0; }
      .ranking-ul-li .icon {
        width: 10em;
        margin: auto; }
      .ranking-ul-li h3 {
        color: #47ccbf;
        font-size: 128%; }
      .ranking-ul-li p {
        margin: 1rem 2rem;
        text-align: left; }
      .ranking-ul-li .mark {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2; }
      .ranking-ul-li a {
        display: block;
        position: absolute;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        left: 10px;
        border-radius: .9rem;
        z-index: 1; }
      .ranking-ul-li:first-of-type {
        align-self: flex-start;
        margin-bottom: 50px; }
        .ranking-ul-li:first-of-type a {
          border: 1px solid #ff9e9e; }
          .ranking-ul-li:first-of-type a:hover {
            background-color: rgba(255, 158, 158, 0.5); }
      .ranking-ul-li:nth-of-type(2) {
        align-self: center; }
        .ranking-ul-li:nth-of-type(2) a {
          border: 1px solid #ffc177; }
          .ranking-ul-li:nth-of-type(2) a:hover {
            background-color: rgba(255, 193, 119, 0.5); }
      .ranking-ul-li:last-of-type {
        align-self: flex-end;
        margin-top: 50px; }
        .ranking-ul-li:last-of-type a {
          border: 1px solid #29c9d8; }
          .ranking-ul-li:last-of-type a:hover {
            background-color: rgba(41, 201, 216, 0.5); }
    .ranking-ul .slick-list {
      overflow: visible; }
