/* ================================
BASE
================================ */
.wrapper {
  max-width: 750px;
  margin: auto; }
  .wrapper img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    width: 100%; }
  .wrapper a:hover {
    opacity: 0.6; }

.view__btn {
  padding: 40px 0 0 0; }

.view__btn02__btn {
  display: flex;
  justify-content: space-between; }
  .view__btn02__btn .img {
    width: 50%; }

@media screen and (max-width: 500px) {
  .view__btn {
    padding: 20px 0 0 0; } }
.premium-fair__btn {
  display: flex;
  justify-content: space-between; }
  .premium-fair__btn .img {
    width: 50%; }
.premium-fair .premium-f__slider {
  background-image: url("../img/premium-f_bg.jpg"); }

.f-tokuten__box {
  margin: 40px 20px 20px 20px; }
  .f-tokuten__box img {
    border: 5px solid #f4f4f4;
    border-radius: 15px; }

@media screen and (max-width: 500px) {
  .f-tokuten__box {
    margin: 20px 20px 15px 20px; }
    .f-tokuten__box img {
      border: 5px solid #f4f4f4;
      border-radius: 15px; } }
.f-club__btn {
  display: flex; }
  .f-club__btn div {
    width: 50%; }
    .f-club__btn div:hover {
      opacity: 0.7; }

.slider-container {
  width: 100%;
  margin: 0 auto; }

.slick-slide {
  padding: 2px; }

#thumbs .slick-current img {
  border: 3px solid #000;
  outline-offset: 3px; }

.slick-prev, .slick-next {
  z-index: 2; }

.slick-prev {
  left: 20px !important; }

.slick-next {
  right: 20px !important; }

.slick-slide div {
  vertical-align: bottom; }

.f-package {
  background: #222; }
  .f-package .slick-prev, .f-package .slick-next {
    z-index: 2; }
  .f-package .slick-prev {
    left: 2vw !important; }
  .f-package .slick-next {
    right: 2vw !important; }
  .f-package .slick-dots li button:before {
    opacity: 0.7;
    color: #fff; }
  .f-package .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1; }
  .f-package .slick-prev:before, .f-package .slick-next:before {
    font-size: 5vw; }
  .f-package .slick-prev, .f-package .slick-next {
    width: 5vw;
    height: 5vw; }

.slides2 {
  margin: 0 auto; }
  .slides2 .slick-prev, .slides2 .slick-next {
    z-index: 2; }
  .slides2 .slick-prev {
    left: 0.5vw !important; }
  .slides2 .slick-next {
    right: 0.5vw !important; }
  .slides2 .slick-dots li button:before {
    opacity: 0.7;
    color: #222; }
  .slides2 .slick-dots li.slick-active button:before {
    color: #222;
    opacity: 1; }
  .slides2 .slick-prev:before, .slides2 .slick-next:before {
    font-size: 4vw;
    line-height: 2;
    color: #000;
    opacity: 1;
    border-radius: 100px;
    background: #fff;
    padding: 10px 5px 0 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
  .slides2 .slick-prev, .slides2 .slick-next {
    width: 5vw;
    height: 5vw; }

.slides2 li {
  margin: 0 10px; }

.slides2 li img {
  height: auto;
  width: 100%; }

@media screen and (max-width: 500px) {
  .f-package .slick-prev:before, .f-package .slick-next:before {
    font-size: 8vw; }
  .f-package .slick-prev, .f-package .slick-next {
    width: 8vw;
    height: 8vw; } }
.swiper-slide img {
  transition: 0.3s;
  opacity: 0.2; }

.swiper-slide-active img {
  opacity: 1; }

/* ================================
      Added CSS 2024.05.23
================================ */
/* --------------------------------
      .f-ucar
-------------------------------- */
.f-ucar {
  margin: 0 0 60px;
  padding-top: 60px;
  border-top: 1px solid #e4e4e4; }
  @media screen and (max-width: 500px) {
    .f-ucar {
      margin: 0 0 30px;
      padding-top: 30px; } }
  .f-ucar-about__headline {
    text-align: center; }
    .f-ucar-about__headline .ttl__box {
      display: table;
      margin: 0 auto 22px; }
      @media screen and (max-width: 500px) {
        .f-ucar-about__headline .ttl__box {
          margin: 0 auto 10px; } }
    .f-ucar-about__headline .ttl-02 {
      font-size: 5rem;
      font-weight: 600;
      line-height: 1;
      align-items: center;
      display: flex;
      margin: 0 auto;
      letter-spacing: 0.02em; }
      @media screen and (max-width: 500px) {
        .f-ucar-about__headline .ttl-02 {
          font-size: 2.5rem; } }
      .f-ucar-about__headline .ttl-02 span {
        font-size: 6rem;
        line-height: 1;
        margin: 0 0 0 5px; }
        @media screen and (max-width: 500px) {
          .f-ucar-about__headline .ttl-02 span {
            font-size: 3.2rem; } }
    .f-ucar-about__headline .ttl-03 {
      font-size: 2.3rem;
      font-weight: 600;
      margin: 0 0 15px 5px; }
      @media screen and (max-width: 500px) {
        .f-ucar-about__headline .ttl-03 {
          margin: 0 20px 10px;
          font-size: 1.6rem;
          line-height: 1.4; } }
    .f-ucar-about__headline .txt__box {
      display: flex;
      justify-content: center; }
    .f-ucar-about__headline strong {
      color: #4D4B4C;
      font-weight: 600;
      font-size: 2.4rem;
      letter-spacing: 0.04em;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 500px) {
        .f-ucar-about__headline strong {
          font-size: 1.4rem; } }
      .f-ucar-about__headline strong b {
        font-size: 2.1rem;
        background-color: #C2A770;
        letter-spacing: 0.1em;
        color: #fff;
        text-align: center;
        padding: 0 5px;
        display: inline-block;
        font-weight: normal;
        margin: 0 10px 0 0; }
        @media screen and (max-width: 500px) {
          .f-ucar-about__headline strong b {
            font-size: 1rem;
            margin: 0 3px 0 0; } }
      .f-ucar-about__headline strong span {
        font-size: 3rem;
        padding: 0 10px 0 0;
        margin-top: -5px;
        display: inline-block;
        line-height: 1; }
        @media screen and (max-width: 500px) {
          .f-ucar-about__headline strong span {
            font-size: 1.6rem;
            margin-top: 0;
            padding: 0 3px 0 0; } }
    .f-ucar-about__headline span {
      font-size: 2.5rem;
      padding-right: 5px; }
      @media screen and (max-width: 500px) {
        .f-ucar-about__headline span {
          font-size: 1rem;
          padding-right: 3px; } }
  .f-ucar-about .ttl-04 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 10px 5px;
    text-align: center; }
    @media screen and (max-width: 500px) {
      .f-ucar-about .ttl-04 {
        font-size: 1.6rem;
        line-height: 1.4; } }
  .f-ucar-about p {
    font-size: 1.85rem;
    padding: 0 30px;
    line-height: 1.8;
    letter-spacing: -0.05em; }
    @media screen and (max-width: 500px) {
      .f-ucar-about p {
        font-size: 1.5rem; } }
  .f-ucar-about__box {
    margin: 40px 0;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 500px) {
      .f-ucar-about__box {
        margin: 20px auto; } }
    .f-ucar-about__box__item {
      width: calc(100%/2); }
  .f-ucar-search {
    text-align: center; }
    .f-ucar-search__box {
      margin: 60px 0;
      padding-top: 60px;
      border-top: 1px solid #e4e4e4; }
      @media screen and (max-width: 500px) {
        .f-ucar-search__box {
          margin: 30px 0;
          padding-top: 30px; } }
      .f-ucar-search__box a {
        display: block; }
        @media screen and (max-width: 500px) {
          .f-ucar-search__box a {
            width: 100%;
            box-sizing: border-box;
            padding: 0 20px; } }
        .f-ucar-search__box a img {
          display: block;
          width: auto;
          height: auto;
          margin: 0 auto; }
          @media screen and (max-width: 500px) {
            .f-ucar-search__box a img {
              width: 100%;
              box-sizing: border-box; } }
    .f-ucar-search__headline {
      margin-bottom: 28px; }
      @media screen and (max-width: 500px) {
        .f-ucar-search__headline {
          margin-bottom: 8px; } }
      .f-ucar-search__headline .ttl-02 {
        font-size: 3rem;
        font-weight: 600;
        line-height: 1;
        margin: 0 auto;
        letter-spacing: 0.02em;
        text-align: center;
        display: table; }
        .f-ucar-search__headline .ttl-02 span {
          font-size: 6.5rem;
          font-weight: 500;
          margin-top: 10px;
          display: block;
          letter-spacing: 0.04em; }
          @media screen and (max-width: 500px) {
            .f-ucar-search__headline .ttl-02 span {
              font-size: 3.2rem;
              margin-top: 0; } }
        @media screen and (max-width: 500px) {
          .f-ucar-search__headline .ttl-02 {
            font-size: 1.6rem; } }

span.premium {
  background-color: #000000;
  padding: 1%;
  font-size: 3rem !important;
  color: #ffffff; }
  @media screen and (max-width: 500px) {
    span.premium {
      font-size: 1.6rem !important; } }

/* --------------------------------
      .f-club
-------------------------------- */
.f-club {
  background-color: #f7f7f7; }
  .f-club__headline {
    margin-bottom: 40px; }
    @media screen and (max-width: 500px) {
      .f-club__headline {
        margin-bottom: 20px; } }
    .f-club__headline .ttl-02 {
      text-align: center;
      font-size: 4.8rem;
      letter-spacing: 0.04em;
      color: #fff;
      background-color: #b79565;
      line-height: 1;
      padding-bottom: 0;
      padding: 25px; }
      @media screen and (max-width: 500px) {
        .f-club__headline .ttl-02 {
          font-size: 2.5rem;
          padding: 10px; } }
  .f-club__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px; }
    @media screen and (max-width: 500px) {
      .f-club__box {
        display: inherit;
        padding: 0 20px; } }
    .f-club__box__item {
      width: 40%; }
      @media screen and (max-width: 500px) {
        .f-club__box__item {
          width: auto;
          margin-bottom: 20px; } }
      .f-club__box__item:nth-child(2) {
        width: 54%; }
        @media screen and (max-width: 500px) {
          .f-club__box__item:nth-child(2) {
            width: auto; } }
      .f-club__box__item .ttl-03 {
        font-size: 2.1rem;
        margin-bottom: 20px;
        color: #b79565;
        line-height: 1.5; }
        @media screen and (max-width: 500px) {
          .f-club__box__item .ttl-03 {
            font-size: 1.6rem;
            line-height: 1.4;
            margin-bottom: 10px;
            font-weight: 600; } }
      .f-club__box__item .txt {
        font-size: 1.9rem;
        line-height: 1.5; }
        @media screen and (max-width: 500px) {
          .f-club__box__item .txt {
            font-size: 1.5rem; } }
  .f-club .img img {
    height: auto; }
  .f-club-support {
    background-color: #d4dfe5;
    margin: 20px 0;
    padding: 30px; }
    @media screen and (max-width: 500px) {
      .f-club-support {
        padding: 20px; } }
    .f-club-support__headline {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 500px) {
        .f-club-support__headline {
          display: inherit; } }
      .f-club-support__headline .ttl-04 {
        font-size: 2rem;
        color: #b79565;
        margin: 0 20px 0 0;
        font-weight: 600; }
        @media screen and (max-width: 500px) {
          .f-club-support__headline .ttl-04 {
            margin-bottom: 10px; } }
      .f-club-support__headline p {
        font-size: 1.3rem;
        margin: 0; }
        @media screen and (max-width: 500px) {
          .f-club-support__headline p {
            font-size: 1.5rem; } }
        .f-club-support__headline p span {
          font-size: 1.4rem;
          font-weight: 600; }
          @media screen and (max-width: 500px) {
            .f-club-support__headline p span {
              font-size: 1.5rem; } }
    .f-club-support__list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .f-club-support__list li {
        background-color: #fff;
        border: 1px solid #b79565;
        text-align: center;
        min-width: calc(100%/4 - 5px);
        line-height: 30px;
        height: 30px;
        font-size: 1.4rem; }
        @media screen and (max-width: 500px) {
          .f-club-support__list li {
            min-width: calc(100%/2 - 5px); } }
        @media screen and (max-width: 500px) {
          .f-club-support__list li:nth-child(3), .f-club-support__list li:nth-child(4) {
            margin-top: 10px; } }
    .f-club-support strong {
      background-color: #d5b584;
      text-align: center;
      line-height: 30px;
      height: 30px;
      font-size: 1.4rem;
      width: 100%;
      display: block; }
      @media screen and (max-width: 500px) {
        .f-club-support strong {
          line-height: 1.4;
          height: auto;
          padding: 10px; } }
  .f-club-member {
    padding: 0 30px; }
    @media screen and (max-width: 500px) {
      .f-club-member {
        padding: 0 20px; } }
    .f-club-member__headline .ttl-03 {
      background-color: #ececec;
      text-align: center;
      line-height: 50px;
      height: 50px;
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 30px; }
      @media screen and (max-width: 500px) {
        .f-club-member__headline .ttl-03 {
          line-height: 1.4;
          height: auto;
          font-size: 1.8rem;
          margin-bottom: 20px;
          padding: 10px; } }
    .f-club-member__headline .ttl-04 {
      text-align: center;
      font-size: 2rem; }
    .f-club-member__box {
      margin-bottom: 30px;
      display: flex;
      justify-content: space-between; }
    .f-club-member .ttl-04 {
      font-weight: 600;
      font-size: 2.1rem;
      margin-bottom: 15px; }
      @media screen and (max-width: 500px) {
        .f-club-member .ttl-04 {
          font-size: 1.6rem;
          line-height: 1.4; } }
    .f-club-member__list {
      margin-bottom: 30px; }
      .f-club-member__list:last-child {
        margin-bottom: 0; }
      .f-club-member__list li {
        margin-bottom: 7px;
        font-size: 1.8rem; }
        @media screen and (max-width: 500px) {
          .f-club-member__list li {
            font-size: 1.5rem; } }
        .f-club-member__list li:last-child {
          margin-bottom: 0; }
    .f-club-member .txt__box + .txt__box {
      margin-top: 30px; }
