@charset "utf-8";

/* All Commom css for premium page start here */
@font-face {
  font-family: Cinzel;
  src: url(../fonts/Cinzel.ttf);
}

.premium {
  font-family: "hiragino-mincho-pro-w3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", "noto-sans-cjk-jp", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.4px;
  color: #010101;
  background: transparent;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

.mw-1320 {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

#scroll-top {
  font-family: "Cinzel", serif;
  font-size: 12px;
  color: #e1c399;
  /* display: block; */
  position: fixed;
  bottom: 250px;
  right: 80px;
  background: unset;
  border: none;
  padding-bottom: 70px;
  transform: rotate(90deg);
  cursor: pointer;
  display: none;
  z-index: 1000;
}

#scroll-top::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 60px;
  /* border: 1px solid #fff; */
  border-radius: 30px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/premium/scroll-top-img.png) no-repeat center;
  background-size: 42px 20px;
  background-color: #e1c399;
}

#scroll-top:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1300px) {
  #scroll-top {
    right: 20px;
    padding-bottom: 42px;
  }

  #scroll-top::after {
    width: 70px;
    height: 40px;
    border-radius: 20px;
    /* bottom: 0;
    left: 50%; */
    background-size: 32px 15px;
  }
}

.m-w1320 {
  max-width: 1360px;
  padding: 0 20px;
  margin: 0 auto;
}

.m-w1000 {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.m-w1200 {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

/* ===============================

=============================== */
@media screen and (max-width: 768px) {
  .premium {
    font-size: 16px;
  }

  #scroll-top {
    right: 14px;
    bottom: 100px;
  }
}

.premium a {
  color: inherit;
}

.premium a:hover {
  opacity: 75%;
}

.premium .hero {
  min-height: 100vh;
  position: relative;
  background: url("../img/premium/premium_hero_bg.png") no-repeat center/cover;
}

.hero h1 {
  font-family: "Cinzel", serif;
  text-align: center;
  color: #e1c399;
  font-size: 60px;
  line-height: 1.12;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
  font-weight: normal;
}

.hero h1 span {
  font-family: "hiragino-mincho-pro-w3", sans-serif;
  font-size: 26px;
  display: block;
  line-height: 1.5;
}

.premium .hero-container {
  position: relative;
}

.premium .hero-container .scroll-txt {
  position: absolute;
  font-size: 12px;
  color: #fff;
  display: block;
  transform: rotate(90deg);
  transform-origin: top left;
  text-transform: uppercase;
  padding-right: 95px;
  top: calc(100% - 147px);
  left: 45px;
  animation: scrollAimate 1s ease-in-out infinite;
}

@keyframes scrollAimate {
  0% {
    top: calc(100% - 147px);
  }

  50% {
    top: calc(100% - 152px);
  }

  100% {
    top: calc(100% - 147px);
  }
}

.premium .hero-container .scroll-txt::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: #fff;
  right: 0;
  top: calc(50% - 1px);
}

.premium .hero-container .hero-news {
  background-color: #656565;
  color: #fff;
  width: 600px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.premium .hero-container .hero-news p {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 16px;
  padding-left: 30px;
  padding-right: 70px;
}

.premium .hero-container .hero-news a {
  display: flex;
  gap: 30px;
}

.premium .hero-container .hero-news-txt,
.premium .hero-container .hero-news-date {
  font-size: 14px;
  font-family: "Cinzel", serif;
}

.premium .hero-container .hero-news-about {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .hero h1 {
    font-size: 45px;
  }

  .hero h1 span {
    font-size: 20px;
  }

  .premium .hero-container .hero-news {
    position: static;
    width: 100%;
  }

  .premium .hero-container .hero-news p {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    padding-bottom: 0;
    line-height: 1.5;
  }

  .premium .hero-container .hero-news a {
    gap: 15px;
    align-items: flex-start;
  }

  .premium .hero-container .hero-news-txt {
    display: inline-block;
    min-width: 42px;
    font-size: 13px;
  }

  .premium .hero-container .hero-news-date {
    display: inline-block;
    min-width: 61px;
  }
}

@media screen and (max-width: 414px) {
  .premium .hero-container .hero-news p {
    gap: 10px;
  }

  .premium .hero-container .hero-news-date {
    font-size: 12px;
  }

  .premium .hero-container .hero-news a {
    gap: 10px;
  }

  .premium .hero-container .hero-news-txt {
    font-size: 12px;
  }

  .premium .hero-container .hero-news-about {
    font-size: 11px;
  }
}

/* Premium Contents are here */
.premium {
  /* About Us Section*/
}

.premium .aboutus {
  padding: 75px 0;
  background: #656565;
}

.premium .aboutus h2 {
  position: relative;
  font-size: 70px;
  line-height: 1.17;
  color: #e1c399;
  width: fit-content;
  padding-right: 25px;
  font-family: "Cinzel", serif;
  margin-bottom: 15px;
  font-weight: normal;
}

.premium .aboutus h2::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #e1c399;
  right: 0;
  bottom: 15px;
  transform: rotate(-45deg);
  transform-origin: top right;
}

.premium .aboutus-intro {
  color: #fff;
  text-align: center;
  margin-top: 35px;
}

.premium .aboutus-content {
  max-width: 860px;
  margin: 0 auto;
  margin-top: 50px;
}

.premium .aboutus-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.premium .aboutus-flex li {
  width: 46.51%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.premium .aboutus-txt {
  padding: 18px 10px;
  background: #fff;
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.premium .aboutus-close-txt {
  text-align: center;
  color: #fff;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .premium .aboutus {
    padding: 40px 0;
  }

  .premium .aboutus h2 {
    font-size: 45px;
    margin-bottom: 5px;
    padding-right: 17px;
  }

  .premium .aboutus h2::after {
    width: 25px;
  }

  .premium .aboutus-intro {
    font-size: 15px;
  }

  .premium .aboutus-content {
    margin-top: 30px;
  }

  .premium .aboutus-flex {
    flex-direction: column;
    gap: 30px;
  }

  .premium .aboutus-flex li {
    width: 100%;
  }

  .premium .aboutus-img img {
    width: 100%;
  }

  .premium .aboutus-txt {
    font-size: 14px;
  }

  .premium .aboutus-close-txt {
    margin-top: 30px;
  }
}

/* Benifits Section */
.premium .benifits {
  padding: 75px 0 80px;
  background: #000;
}

.premium .benifits-content {
  margin-top: 70px;
}

.premium .benifits h2 {
  font-size: 40px;
  line-height: 1.3;
  color: #e1c399;
  text-align: center;
}

.premium .benifits-intro {
  color: #e1c399;
  text-align: center;
  margin-top: 60px;
}

.premium .benifits-flex li {
  display: flex;
  align-items: stretch;
  position: relative;
  isolation: isolate;
}

.premium .benifits-flex li:not(:last-child) {
  margin-bottom: 60px;
}

.premium .benifits-flex li:nth-child(2n-2) {
  flex-direction: row-reverse;
}

.premium .benifits-flex li:nth-child(2n-2) .benifits-img {
  margin-right: 0;
  margin-left: -40px;
}

.premium .benifits-flex li:nth-child(2n-2) .benifits-txt {
  margin-left: 0;
  margin-right: -90px;
}

.premium .benifits-img {
  width: calc(50% + 40px);
  margin-right: -40px;
  position: relative;
  z-index: -1;
}

.premium .benifits-txt {
  font-family: "hiragino-mincho-pro-w6", sans-serif;
  width: calc(50% + 90px);
  padding: 57px 0;
  margin-left: -90px;
  display: flex;
}

.premium .benifits-txt>div {
  padding: 60px 6.67% 48px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.benifits-flex li:nth-child(6) .benifits-txt div,
.benifits-flex li:nth-child(7) .benifits-txt div {
  padding: 40px 6.67% 48px;
}

.premium .benifits-txt-ttl {
  position: relative;
  color: #ad8f64;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 28px;
  line-height: 1.7;
}

.premium .benifits-txt-ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #e1c399 50%, #fff 100%);
  left: 0;
  bottom: 0;
}

.premium .benifits-txt-txt {
  margin-top: 7px;
  padding-left: 10px;
}

.premium .benifits-btn {
  display: block;
  width: min(100% - 40px, 800px);
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .premium .benifits {
    padding: 40px 0 45px;
  }

  .premium .benifits h2 {
    font-size: 30px;
  }

  .premium .benifits-intro {
    margin-top: 30px;
  }

  .premium .benifits-content {
    margin-top: 40px;
  }

  .premium .benifits-flex li {
    display: block;
  }

  .premium .benifits-flex li:not(:last-child) {
    margin-bottom: 40px;
  }

  .premium .benifits-img {
    width: 100%;
    margin: 0 auto !important;
  }

  .premium .benifits-img img {
    width: 100%;
  }

  .premium .benifits-txt {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .premium .benifits-txt>div {
    padding: 20px 15px 30px;
  }

  .benifits-flex li:nth-child(6) .benifits-txt div,
  .benifits-flex li:nth-child(7) .benifits-txt div {
    padding: 20px 15px 30px;
  }

  .premium .benifits-txt-ttl {
    font-size: 22px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .premium .benifits-txt-ttl::after {
    height: 2px;
  }

  .premium .benifits-txt-txt {
    padding-left: 0;
    line-height: 1.7;
    margin-top: 10px;
  }

  .premium .benifits-btn {
    margin-top: 45px;
  }
}

.club-news-btn {
  position: relative;
  font-family: "Cinzel", serif;
  font-size: 20px;
  color: #fff !important;
  margin-top: 90px;
  padding-left: 80px;
  width: fit-content;
}

.club-news-btn:hover {
  opacity: 75%;
}

.club-news-btn::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  background: url(../img/premium/whit-right-arrow.png) no-repeat center;
  background-size: 30px 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .club-news-btn {
    margin-top: 40px;
    font-size: 18px;
  }
}

/* top page end */

/* detail page start */
.detail-sec {
  background-color: #656565;
  color: #ffffff;
  padding: 70px 0 160px;
  margin-top: 20px;
  font-family: "hiragino-mincho-pro-w3";
}

.detail-sec h2 {
  line-height: 1.7;
  letter-spacing: 0.4px;
  margin-bottom: 44px;
  font-size: 20px;
  text-align: center;
}

.detail-sec .detail-date {
  font-size: 16px;
  /*font-family: "Adobe Jenson Pro";*/
  line-height: 1;
  letter-spacing: 0.32px;
  padding-bottom: 26px;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}

.detail-sec img {
  margin: 0 auto;
}

.detail-txt-blk {
  max-width: 800px;
  margin: 0 auto;
}

.detail-sec strong,
.detail-sec b {
  color: #e1c399;
  font-size: 16px;
}

.detail-sec p {
  text-align: justify;
  margin-bottom: 40px;
  margin-top: 15px;
  font-size: 16px;
}

.detail-sec strong {
  font-family: "hiragino-mincho-pro-w6";
}

.detail-sec blockquote {
  font-size: 16px;
  margin-bottom: 45px;
  margin-top: 45px;
}

.detail-sec p,
.detail-sec strong,
.detail-sec blockquote {
  line-height: 1.6;
}

.detail-sec blockquote {
  color: #000000;
  background-color: #ffffff;
  padding: 24px 50px 24px 38px;
}

.detail-sec blockquote p {
  margin: 0;
}

.detail-sec h3 {
  margin-bottom: 15px;
  font-weight: 400;
}

.detail-sec h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.detail-sec ul li,
.detail-sec h3 {
  font-size: 16px;
  position: relative;
  padding-left: 24px;
}

.detail-sec ol li {
  font-size: 16px;
  position: relative;
  padding-left: 7px;
}

.detail-sec ul li::before {
  content: "";
  background-color: #656565;
  border: 1px solid #ffffff;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
}

.detail-sec ol li {
  list-style: auto;
}

.detail-sec ol li,
.detail-sec ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.detail-sec ol,
.detail-sec ul {
  margin-bottom: 40px;
}

.detail-sec ol {
  padding-left: 20px;
}

.detail-sec h3::before {
  content: "";
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
}

.detail-sec h3 {
  letter-spacing: 0.8px;
}

.detail-sec a {
  color: #ffffff;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 16px;
}

.detail-backlist-btn {
  max-width: 300px;
  background-color: #000;
  margin: 0 auto;
}

.detail-backlist-btn a {
  font-size: 20px;
  color: #ffffff;
  /*font-family: "Adobe Jenson Pro";*/
  line-height: 1.5;
  letter-spacing: 0.4px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}

.detail-backlist-btn a:hover {
  opacity: 0.7;
}

/* detail page end */

/* form02 section start */
.club-container {
  background-image: url(../img/premium/premium_club/club-mvsub.png);
  background-color: #000;
  background-repeat: no-repeat;
  background-size: 100%;
}

.club-container.details-new .detail-sec {
  margin: 0;
}

.form2-clubmv .mv-txt {
  /*font-family: "Adobe Jenson Pro";*/
  font-size: 40px;
  color: #e1c399;
  padding-top: 35px;
}

.form2-clubmv .mv-txt>span {
  font-family: "hiragino-mincho-pro-w3";
  font-size: 20px;
}

.contact-confirm-flex {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 40px;
}

.contact-confirm-flex p {
  font-size: 16px;
}

.submit-btn {
  max-width: 300px;
  margin: 20px auto 0;
  position: relative;
}

.submit-btn button {
  width: 100%;
  padding: 20px 0px;
  outline: none;
  border: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.32px;
  font-family: "hiragino-mincho-pro-w6";
  color: #fff;
  position: relative;
  cursor: pointer;
  text-align: center;
  background: #808080;
}

/* form02 section end*/

/* form03 section start */
.club-breadcrumb .detail-breadcrumb a,
.club-breadcrumb .second-breadcrumb a {
  position: relative;
  margin-right: 30px;
}

.club-breadcrumb .detail-breadcrumb a::after,
.club-breadcrumb .second-breadcrumb a::after {
  content: "";
  background: url(../img/premium/premium_club/breadcrumb_arrow.png) no-repeat;
  width: 7px;
  height: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.club-breadcrumb .detail-breadcrumb a::after {
  right: -60%;
}

.club-breadcrumb .second-breadcrumb a::after {
  right: -20%;
}

.premium-form3 {
  padding-bottom: 330px;
}

.premium-form3 .contact-form p {
  font-size: 16px;
  line-height: 1.9;
}

/* form03 section end */

/* Premium Privacy Section Starts */
.premium-privacy {
  max-width: 100%;
  margin: 0 auto;
  background-image: url(../img/premium/premium_club/club-submv.png);
  background-size: cover;
  height: 800px;
}

.premium-privacy .premium-head {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #e1c399;
  /*font-family: "Adobe Jenson Pro";*/
  font-size: 40px;
  padding: 27px 0 19px 0;
  gap: 25px;
}

.premium-privacy .premium-head>span {
  font-family: "hiragino-mincho-pro-w3";
  font-size: 20px;
  align-items: baseline;
}

.top-privacy {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px 80px;
  color: white;
  font-family: "hiragino-mincho-pro-w6";
  font-size: 12px;
}

.top-privacy>ul {
  display: flex;
  justify-content: end;
  gap: 30px;
  padding: 25px 0;
}

.top-privacy ul li>a {
  color: white;
}

.top-privacy ul li>a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: white;
  clip-path: polygon(11% 0, 100% 50%, 11% 100%, 0 100%, 90% 50%, 0 0);
  transform: translate(100%, 50%);
}

.privacy-policy {
  background-color: white;
}

.privacy-data {
  color: black;
  font-family: "hiragino-mincho-pro-w3";
  font-size: 14px;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
  letter-spacing: 0.32px;
}

.privacy-policy>h2 {
  color: #e1c399;
  padding: 50px 0 20px;
}

.h3-ttl {
  font-family: "hiragino-mincho-pro-w6";
  font-size: 14px;
}

.top-page-btn {
  text-align: center;
  margin-top: 80px;
}

.top-page-btn>button {
  background-color: black;
  width: 300px;
  height: 60px;
  border: none;
}

.top-page-btn>button>a {
  color: white;
  font-family: "hiragino-mincho-pro-w3";
  font-size: 20px;
}

.footer {
  /*font-family: "Adobe Jenson Pro";*/
  font-size: 14px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Premium Privacy Section Ends */

@media screen and (max-width: 768px) {

  /* detail page start */
  .detail-sec {
    padding: 50px 0 100px;
  }

  .detail-sec h2 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin-bottom: 34px;
    font-weight: 400;
  }

  .detail-sec .detail-date {
    font-size: 12px;
    line-height: 1;
  }

  .detail-img {
    max-width: 500px;
    margin: 40px auto 39px;
  }

  .detail-sec blockquote {
    padding: 20px;
  }

  .detail-sec h3 {
    padding-left: 22px;
    margin-bottom: 15px;
  }

  .detail-sec h3::before {
    content: "";
    background-color: #ffffff;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
  }

  .detail-sec b,
  .detail-sec blockquote {
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .detail-sec p {
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 16px;
  }

  .detail-txt-link {
    margin: 39px 0;
  }

  .detail-backlist-btn {
    max-width: 150px;
  }

  .detail-backlist-btn a {
    font-size: 16px;
    padding: 12px 0;
  }

  /* detail page end */

  /* form02 section start */
  .form2-clubmv .mv-txt {
    font-size: 25px;
  }

  .form2-clubmv .mv-txt>span {
    font-size: 16px;
  }

  .contact-confirm-flex {
    display: block;
  }

  /* form02 section end */

  .contact-confirm-flex {
    display: block;
  }

  .contact-confirm-flex p {
    font-size: 14px;
  }

  .premium-form3 .contact-form p {
    font-size: 12px;
    line-height: 1.9;
  }

  /* form03 section end */
}

@media screen and (max-width: 375px) {

  /* form02 section start */
  .form2-clubmv .mv-txt>span {
    display: block;
  }

  /* form02 section end */
}

/* news page start */
.sub-clubmv {
  padding-bottom: 20px;
}

.sub-clubmv .mv-txt {
  font-family: "Cinzel", serif;
  font-size: 40px;
  color: #e1c399;
  padding-top: 35px;
  display: inline-block;
  font-weight: normal;
}

.sub-clubmv .mv-txt a {
  font-family: "Cinzel", serif;
  font-size: 40px;
  color: #e1c399;
  display: inline-block;
  font-weight: normal;
}

.sub-clubmv .mv-txt span {
  font-family: "hiragino-mincho-pro-w3";
  font-size: 20px;
}

.club-breadcrumb {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  margin-top: 25px;
}

.club-breadcrumb,
.club-breadcrumb a {
  font-family: "hiragino-mincho-pro-w6";
  font-size: 12px;
  color: #fff;
}

.club-breadcrumb li,
.club-breadcrumb li>a {
  display: inline;
}

.club-breadcrumb a {
  position: relative;
  margin-right: 30px;
}

.club-breadcrumb a::after {
  content: "";
  background: url(../img/premium/premium_club/breadcrumb_arrow.png) no-repeat;
  width: 7px;
  height: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -80%;
}

.club-news-sec {
  background: #656565;
  padding: 84px 0;
}

.club-news-sec .news-container {
  display: flex;
  gap: 90px;
}

.club-news-sec .news-ttl {
  width: 210px;
  font-family: "Cinzel", serif;
  font-size: 70px;
  color: #e1c399;
  position: relative;
  font-weight: normal;
}

.club-news-sec .news-ttl p {
  line-height: 0.7;
}

.club-news-sec .news-ttl p::after {
  content: "";
  background: url(../img//premium/premium_club/news_line.png) no-repeat;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 45px;
  left: 175px;
}

.club-news-sec .news-desc {
  max-width: 800px;
  font-family: "hiragino-mincho-pro-w3";
  font-size: 16px;
  color: #fff;
  flex: 1;
}

.club-news-sec .news-desc ul>li {
  /* padding: 60px 0 60px; */
  border-top: 1px solid #faf7f7;
  position: relative;
}

.club-news-sec .news-desc ul>li:last-child {
  border-bottom: 1px solid #faf7f7;
}

.club-news-sec .news-desc .date {
  /*font-family: "Adobe Jenson Pro";*/
  padding-top: 4px;
}

.club-news-sec .news-desc ul>li a {
  position: relative;
  color: #fff;
  display: flex;
  gap: 35px;
  align-items: center;
  padding: 47px 100px 47px 35px;
}

.club-news-sec .news-desc ul>li a:hover {
  opacity: 75%;
}

.club-news-sec .news-desc a::after {
  cursor: pointer;
  content: "";
  background: url(../img/premium/premium_club/right_with_circle.png) no-repeat;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  transition: right 0.3s ease-in-out;
}

.club-news-sec .news-desc ul>li a:hover::after {
  right: 30px;
}

.club-banner {
  display: block;
  width: min(100% - 40px, 800px);
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (max-width: 1120px) {
  .club-news-sec .news-container {
    gap: 45px;
  }
}

@media screen and (max-width: 850px) {
  .club-news-sec .news-desc a::after {
    right: 15px;
  }

  .club-news-sec .news-desc ul>li a {
    padding: 40px 80px 40px 15px;
    gap: 20px;
  }

  .club-news-sec .news-desc ul>li a:hover::after {
    right: 8px;
  }
}

@media screen and (max-width: 768px) {
  .club-news-sec {
    padding: 40px 0 100px;
  }

  .sub-clubmv .mv-txt {
    font-size: 25px;
  }

  .sub-clubmv .mv-txt a {
    font-size: 25px;
  }

  .sub-clubmv .mv-txt>span {
    font-size: 16px;
  }

  .club-news-sec .news-container {
    flex-direction: column;
    gap: 70px;
  }

  .club-news-sec .news-ttl p::after {
    top: 27px;
    left: 98px;
    width: 25px;
    height: 25px;
  }

  .club-news-sec .news-ttl {
    font-size: 45px;
  }

  .club-news-sec .news-desc ul>li {
    /* padding: 25px 0 25px 0; */
    padding: 0;
  }

  .club-news-sec .news-desc ul>li a {
    padding: 25px 80px 25px 15px;
    align-items: flex-start;
  }

  .club-news-sec .news-desc a::after {
    right: 20px;
  }

  .club-news-sec .news-desc a::after {
    width: 30px;
    height: 30px;
    background-size: calc(100% - 1px);
  }

  .premium .benifits-btn {
    margin-top: 45px;
  }

  .club-banner {
    margin-top: 40px;
  }
}

@media screen and (max-width: 420px) {
  .club-news-sec .news-desc ul>li a {
    padding: 25px 50px 25px 10px;
    flex-direction: column;
    gap: 5px;
  }

  .club-news-sec .news-desc a {
    position: relative;
  }

  .club-news-sec .news-desc a::after {
    width: 25px;
    height: 25px;
    background-size: calc(100% - 1px);
  }
}

@media screen and (max-width: 375px) {
  .sub-clubmv .mv-txt>span {
    display: block;
  }
}

.club-footer {
  position: relative;
  background: #000;
  /* padding: 95px 0; */
}

.club-footer p {
  /*font-family: "Adobe Jenson Pro";*/
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/* news page end */

/* form01 section start */

main {
  background-color: #000;
}

.form1-container {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  font-family: "hiragino-mincho-pro-w6";
}

.premium-form1 {
  padding-left: 20px;
  padding-right: 20px;
}

.premium-content {
  padding: 0 50px;
}

.premium-form1 [type="button"]:hover,
.premium-form1 [type="submit"]:hover,
.premium-form1 button:focus,
.premium-form1 button:hover {
  background-color: #000;
  color: #fff;
}

.premium-form1 .confirm .submit-btn [type="button"]:hover,
.premium-form1 .confirm .submit-btn [type="submit"]:hover,
.premium-form1 .confirm .submit-btn button:focus,
.premium-form1 .confirm .submit-btn button:hover {
  background-color: #808080;
  color: #fff;
  opacity: 0.7;
}

.premium-content .contact-ttl {
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 0.32px;
  color: #ad8f64;
  padding-bottom: 12px;
  margin: 0 auto 50px;
  background-image: linear-gradient(to right, #e1c399 50%, transparent);
  background-position: bottom;
  background-size: 100% 5px;
  /* Adjust the height of the bottom border here */
  background-repeat: no-repeat;
}

.premium-content .contact-form .mw_wp_form .error {
  position: absolute;
  font-size: 16px;
  top: 50px;
  left: 70px;
  transform: translateX(160px);
  line-height: 1;
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
}

.contact-form.thanks {
  font-size: 14px;
  line-height: 1.7;
}

.contact-form .head-ttl {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.contact-form .txt-red {
  color: #d20000;
  font-size: 16px;
  font-weight: bolder;
}

.contact-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.confirm .contact-flex {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.contact-form label {
  display: inline-block;
  flex: 0 0 195px;
  font-size: 16px;
}

.contact-form input {
  flex: 1 1 570px;
  padding: 10px 15px 10px 20px;
  max-width: 570px;
  width: 100%;
  border: 1px solid #c3c3c3;
  outline: none;
  background: #f7f7f7;
  font-size: 16px;
  line-height: 1.2;
  font-family: "hiragino-mincho-pro-w6";
}

.contact-form input::placeholder {
  color: #acacac;
  font-size: 16px;
}

.check_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* max-width: 240px; */ max-width: 240px;
  max-width: 255px;
  margin: 0 auto;
}

.contact-form .mw_wp_form .check-container .error {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3px;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-container .mwform-checkbox-field-text {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border: 1px solid #d9d9d9;
  background: #fafafa;
}

.check-container .mwform-checkbox-field-text:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-container .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input:checked~.mwform-checkbox-field-text {
  background-color: #fafafa;
}

.check-container input:checked~.mwform-checkbox-field-text:after {
  display: block;
}

.contact-form .d-flex.no-wrap a {
  color: #d20000;
  text-decoration: 1px solid underline;
  text-underline-offset: 5px;
}

.d-flex {
  display: flex !important;
}

.check_box .flex-txt {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.confirm .check_box .flex-txt {
  padding: 0 !important;
}

.back-btn,
.send-btn {
  max-width: 300px;
  margin: 50px auto 0;
  position: relative;
}

.back-btn button,
.back-btn a,
.send-btn button {
  width: 100%;
  padding: 20px 0px;
  outline: none;
  border: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.32px;
  font-family: "hiragino-mincho-pro-w6";
  color: #fff;
  position: relative;
  cursor: pointer;
  text-align: center;
  background: #000000;
}

.back-btn button:hover,
.back-btn a:hover,
.send-btn button:hover {
  opacity: 0.7 !important;
}

@media screen and (max-width: 768px) {
  .contact-flex {
    position: initial;
  }

  .premium-content .contact-form .mw_wp_form .error {
    position: initial;
    transform: translate(0px, 0px);
    line-height: 1.7;
    margin-top: 5px;
    font-size: 14px;
  }

  .contact-form .mw_wp_form .check-container .error {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }

  .contact-flex,
  .confirm .contact-flex {
    display: block;
    font-size: 14px;
  }

  .form1-container {
    padding: 50px 0 0;
  }

  .premium-content {
    padding: 0 25px 30px;
  }

  .premium-content .contact-ttl {
    font-size: 20px;
    margin: 0 auto 25px;
  }

  .contact-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .contact-form input {
    max-width: 100%;
  }

  .contact-form input::placeholder {
    font-size: 14px;
  }

  .back-btn button,
  .send-btn button,
  .submit-btn button {
    font-size: 16px;
    padding: 15px 0;
  }

  .check_box .flex-txt {
    font-size: 14px;
  }
}

/* form01 section end */

/* Premium Privacy Starts */
@media screen and (max-width: 768px) {
  .privacy-data {
    padding: 0;
  }

  .top-privacy {
    padding: 0 20px;
  }

  .top-privacy>ul {
    padding: 25px 20px;
  }

  .top-page-btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .contact-ttl>p {
    font-size: 20px;
  }

  .premium-privacy .premium-head {
    flex-direction: column;
    align-items: start;
    gap: 0;
    padding-left: 20px;
  }

  .top-page-btn>button>a {
    font-size: 15px;
  }
}

/* Premium Privacy Ends */

/* Premium News Pagintion */
.club-pagination {
  margin-top: 80px;
}

.club-pagination-flex,
.club-pagination .wp-pagenavi {
  font-family: "Cinzel", serif;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.club-pagination .page,
.club-pagination .current {
  padding: 5px 3px;
  width: 20px;
  height: 30px;
  display: block;
  line-height: 1;
  margin-bottom: 0;
}

.club-pagination .current {
  color: #fff;
}

.club-pagi-preblock,
.club-pagi-pre,
.club-pagi-next,
.club-pagi-nextblock {
  background-position: center;
  background-repeat: no-repeat;
  background-position: center 6px;
}

.club-pagi-preblock {
  background-image: url(../img/premium/club-pagi-preblock.png);
}

.club-pagi-pre {
  background-image: url(../img/premium/club-pagi-pre.png);
}

.club-pagi-next {
  background-image: url(../img/premium/club-pagi-next.png);
}

.club-pagi-nextblock {
  background-image: url(../img/premium/club-pagi-nextblock.png);
}

.club-pagination .previouspostslink {
  position: relative;
  color: #656565;
  margin-right: 4px;
}

.club-pagination .previouspostslink::after {
  content: "";
  position: absolute;
  background: url("../img/common/singlearrow_prev.png") no-repeat center/contain;
  width: 7px;
  height: 13px;
  text-decoration: none;
  transform: translateY(50%);
  top: 0;
  bottom: 0;
  right: 0;
}

.club-pagination .nextpostslink::before {
  content: "";
  position: absolute;
  background: url("../img/common/singlearrow_next.png") no-repeat center/contain;
  width: 7px;
  height: 13px;
  text-decoration: none;
  transform: translateY(50%);
  top: 0;
  bottom: 0;
  left: 0;
}

.club-pagination .previouspostslink::before {
  content: "";
  position: absolute;
  background: url("../img/common/doublearrow_prev.png") no-repeat center/contain;
  width: 11px;
  height: 13px;
  text-decoration: none;
  transform: translateY(50%);
  top: 0;
  bottom: 0;
  right: 10px;
}

.club-pagination .nextpostslink::after {
  content: "";
  position: absolute;
  background: url("../img/common/doublearrow_next.png") no-repeat center/contain;
  width: 11px;
  height: 13px;
  text-decoration: none;
  transform: translateY(50%);
  top: 0;
  bottom: 0;
  left: 10px;
}

.club-pagination .nextpostslink {
  position: relative;
  color: #656565;
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  .club-pagination {
    margin-top: 40px;
  }
}

/* ===============================
scrolltop
=============================== */
.pre-dis-none {
  display: none;
}

.pre-dis-block {
  display: block;
}

.scrolltop {
  position: relative;
  z-index: 4;
}

.scrolltop .pagetop {
  position: absolute;
  right: 95px;
  bottom: 15px;
  transition: 0.2s;
  font-family: "Cinzel", serif;
  font-size: 12px;
  color: #e1c399;
  background: unset;
  border: none;
  padding-bottom: 70px;
  transform: rotate(90deg);
  cursor: pointer;
  z-index: 1000;
}

.scrolltop .pagetop:before {
  content: "";
  background: url(../img/premium/scroll-top-img.png) no-repeat center;
  background-size: 42px 20px;
  background-color: #e1c399;
  width: 100px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  top: 22px;
  left: 57%;
  transform: translateX(-57%);
}

.scrolltop .pagetop span {
  position: absolute;
  bottom: 3px;
  left: 11px;
  color: #011740;
  font-size: 12px;
}

.scrolltop .pagetop.fixed {
  position: fixed;
  bottom: 40px;
}

.scrolltop .pagetop:hover {
  opacity: 1;
}

@media screen and (max-width: 1300px) {
  .scrolltop .pagetop {
    right: 40px;
    bottom: 0;
  }

  .scrolltop .pagetop:before {
    width: 70px;
    height: 40px;
    border-radius: 20px;
    background-size: 32px 15px;
  }
}

@media screen and (max-width: 767px) {
  .scrolltop .pagetop {
    right: 40px;
    bottom: 20px;
    font-size: 10px;
  }

  .scrolltop .pagetop.fixed {
    bottom: 20px;
  }

  .scrolltop .pagetop:before {
    width: 60px;
    height: 35px;
    top: 17px;
  }
}