/* ------------------------------- */
/* start GoodPerson */
/* ------------------------------- */

.gp-container {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}

.gp-mw-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  /* GP Page Header */
  .gp-page-ttl h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    margin: 0;
  }

  .gp-page-ttl {
    width: 100%;
    padding: 8px 0 16px 0;

    background: #222326;
  }

  /* GP MV Section */
  .gp-mv-sec {
    background-image: url("../img/goodperson/goodperson_mv_bg.jpg");
    background-position: top center;
    background-size: cover;
  }

  .gp-mv-gap {
    display: flex;
    max-width: 1167px;
    min-height: 122vh;
    margin: 0 auto;
  }

  .gp-mv-blank {
    display: flex;
    width: 100%;
    height: 100%;

    justify-content: flex-end;
  }

  .gp-mv-content {
    display: flex;
    width: 665px;
    padding-top: 415px;
    padding-left: 71px;
    flex-direction: column;

    row-gap: 78px;
  }

  .gp-mv-h2 {
    font-family: "Catamaran", Sans-serif;
    font-size: 148px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;

    letter-spacing: -5.5px;

    color: #000;
    margin: 0;
  }

  .gp-mv-note {
    max-width: 570px;
    padding: 0 240px 0 43px;

    border-left: 5px solid #db1529;
    background-image: radial-gradient(
      at center left,
      rgba(255, 255, 255, 0.81) 44%,
      rgba(242, 242, 242, 0) 91%
    );
  }

  .gp-mv-note-txt {
    font-family: "Catamaran", Sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.7em;

    letter-spacing: 0.5px;

    color: #000;
    text-shadow: 1px 0 0 #fff;
    margin: 0;
  }
}

/* GP Introduction Section */
.gp-introduction {
  position: relative;

  padding: 150px 0 120px 0;
}

.gp-intro-overlay {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  opacity: 0.28;
  background-image: url("../img/goodperson/gp_intro_overlay_bg.png");
  background-size: cover;
}

.gp-intro-h3 {
  font-family: "Catamaran", Sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;

  text-align: center;
  letter-spacing: -2.5px;
  text-transform: uppercase;

  color: #f9f6ed;
}

.gp-intro-hint {
  margin-top: 50px;

  font-family: "Catamaran", Sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;

  text-align: center;
  letter-spacing: 0.5px;

  color: #fff;
}

/* GP Gift Section */
.gp-gift {
  position: relative;

  padding: 120px 0 115px 0;

  background: url("../img/goodperson/gp_gift_bg.jpg") 50% 50% / cover;
}

.gp-gift-overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;

  width: 100%;
  height: 100%;
  overflow: hidden;

  pointer-events: none;

  direction: ltr;
}

.gp-gift-iframe-bg {
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gp-gift-overlay {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  opacity: 0.82;
  background-color: #fff;
  background-image: url(https://presidentstation.com/wp-content/uploads/2021/07/brushed-alum.png);
}

.gp-gift-content {
  position: relative;
}

.gp-gift-h1 {
  font-family: "Poppins", Sans-serif;
  font-size: 91px;
  font-weight: 500;
  line-height: 1;

  text-align: center;
  letter-spacing: -3px;

  color: #1a1a1a;
  margin: 0;
}

.gp-gift-txtbox {
  margin: 20px 0;
}

.gp-gift-txtbox p {
  margin-bottom: 15px;

  font-family: "Lora", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 2;

  text-align: center;

  color: #1a1a1a;
}

.gp-gift-banner {
  display: flex;
  padding-top: 40px;
}

.gp-gift-scanner {
  width: 50%;
}

.gp-gift-btn {
  display: flex;
  width: 50%;
  padding-top: 47px;

  justify-content: flex-end;
}

.gp-gift-btn-a {
  display: inline-block;
  padding: 14px 40px;

  border-radius: 50px 50px 50px 50px;
  background: #4054b2;
}

.gp-gift-btn-txt {
  position: relative;

  padding-right: 30px;

  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;

  letter-spacing: 0.7px;

  color: #fff;
  margin: 0;
}

.gp-gift-btn-txt::after {
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 10000;

  width: 16px;
  height: 16px;

  content: "";

  background: url(../img/goodperson/angles-right-solid.svg);
  background-size: contain;

  fill: #fff;
}

.gp-gift-qr img {
  width: 181px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* GP Secret Season Section */
.gp-secret-season {
  position: relative;

  padding: 130px 0;
  margin-top: 70px;

  background-image: url("../img/goodperson/gp_ss_bg.jpg");
  background-position: bottom right;
  background-size: cover;
}

.gp-ss-overlay {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  opacity: 0.56;
  background-color: #fff;
  background-size: cover;
}

.gp-ss-container {
  position: relative;

  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

.gp-ss-block {
  padding: 145px 10px 145px 10px;
}

.gp-ss-ttl-p {
  margin-bottom: 10px;

  font-family: "Catamaran", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;

  letter-spacing: 0.4px;
  text-transform: capitalize;

  color: #db1529;
}

.gp-ss-ttl-h3 {
  font-family: "Catamaran", Sans-serif;
  font-size: 57px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;

  letter-spacing: -2.5px;
  text-transform: uppercase;

  color: #151515;
}

.gp-ss-content-txt {
  margin-top: 60px;

  font-family: "Catamaran", Sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 1.7;

  letter-spacing: 0.6px;

  color: #000;
}

.gp-ss-btn {
  margin-top: 60px;
}

.gp-ss-btn-a {
  position: relative;

  display: inline-block;
  padding: 20px 45px 18px 65px;

  font-family: "Catamaran", Sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;

  transition: scale 0.3s ease-in-out;
  letter-spacing: 0;
  text-transform: uppercase;

  color: #fff;
  border-radius: 4px 4px 4px 4px;
  background-color: #db1529;
}

.gp-ss-btn-a:hover {
  scale: 1.1;
}

.gp-ss-btn-a::before {
  position: absolute;
  top: 20px;
  left: 45px;
  z-index: 10000;

  width: 16px;
  height: 16px;

  content: "";

  background: url(../img/goodperson/angles-right-solid.svg);
  background-size: contain;

  fill: #fff;
}

/* GP Book Section */
.gp-book-container {
  max-width: 1160px;
  padding: 0 10px;
  margin: 0 auto;
}

.gp-book-ttl {
  padding: 10px;
}

.gp-book-h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;

  text-align: center;

  color: #fff;
}

.gp-book-block {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

.gp-book-blk-flex {
  display: flex;
  padding: 0 10px;
}

.gp-book-blk-txtbox {
  width: calc(100% - 367px);
  padding-top: 40px;
  padding-right: 10px;
}

.gp-book-blk-p {
  margin-bottom: 14px;

  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;

  color: #fff;
}

.gp-book-blk-p a {
  font-size: 700;

  color: #fff;
}

.gp-book-blk-imgbox {
  width: 367px;
  height: fit-content;
  padding: 10px;

  box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

.gp-book-com-h2 {
  font-family: "Unica One", Sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0;
}

.gp-book-postbox {
  display: flex;

  flex-wrap: wrap;
}

.gp-book-post {
  width: 50%;
  padding: 10px;
}

.gp-book-post-ttl {
  margin-top: 14px;

  font-weight: 500;

  text-align: center;

  color: #fff;
}

.gp-book-post-h201 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}

.gp-book-post-h202 {
  font-size: 32px;
  font-weight: 500;
}

.gp-book-post-hp {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 5px;
}

/* GP Incredible_People Section */

.gp-ip-container {
  position: relative;

  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

.gp-ip-post-blk {
  position: relative;

  padding: 110px 0;

  background-image: linear-gradient(360deg, #fff 65%, #e2bf7f 100%);
}

/*.gp-ip-overlay {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .49;
    background-image: url("../img/goodperson/gp_ip_overlay_bg.png");
    background-position: center center;
    background-size: cover;
}*/
.gp-ip-blk-ttl-p {
  margin-bottom: 20px;

  font-size: 14px;
  font-weight: 300;
  line-height: 1;

  text-align: center;
  text-transform: uppercase;

  color: #7a7a7a;
}

.gp-ip-blk-ttl-h2 {
  margin-bottom: 20px;

  font-family: "Unica One", Sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;

  text-align: center;

  color: #00001c;
}

.gp-ip-blk-ttl-h3 {
  margin-bottom: 20px;

  font-size: 26px;
  font-weight: 500;
  line-height: 1;

  text-align: center;

  color: #1a1a1a;
}

.gp-ip-postbox {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;

  flex-wrap: wrap;
}

.gp-ip-post {
  display: flex;
  width: 50%;
  padding: 18px;
  flex-direction: column;

  justify-content: space-between;
}

.gp-ip-post-ttl {
  margin-top: 20px;
}

.gp-ip-post-h201 {
  margin-bottom: 20px;

  font-size: 26px;
  font-weight: 500;
  line-height: 1;

  color: #1a1a1a;
}

.gp-ip-post-h202 {
  margin-bottom: 20px;

  font-size: 32px;
  font-weight: 500;
  line-height: 1;

  color: #1a1a1a;
}

.gp-ip-post-hp {
  max-width: 300px;
  margin: 0 auto;
}

/* GP Main_Personality Section */
.gp-main-personality {
  padding: 130px 0 130px 0;

  background-color: #151515;
}

.gp-mp-container {
  max-width: 1160px;
  padding: 0 10px;
  margin: 0 auto;
}

.gp-mp-block {
  display: flex;

  align-items: center;
  flex-wrap: nowrap;
}

.gp-mp-blk-imgbox {
  width: 375px;
  padding: 10px;
}

.gp-mp-blk-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;

  border-radius: 50%;

  object-fit: cover;
}

.gp-mp-img-label01 {
  margin-top: 20px;

  font-family: "Catamaran", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;

  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;

  color: #fff;
}

.gp-mp-img-label02 {
  font-family: "Catamaran", Sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 1;

  letter-spacing: 0.4px;
  text-transform: uppercase;

  color: #898989;
}

.gp-mp-blk-txtbox {
  padding: 0 120px 0 20px;

  border-left: 3px solid #db1529;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

.gp-mp-ttl-h3 {
  padding: 0 10px;
  margin-bottom: 20px;

  font-family: "Catamaran", Sans-serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;

  letter-spacing: -2.5px;
  text-transform: uppercase;

  color: #fff;
}

.gp-mp-txt-p {
  padding: 0 10px;

  font-family: "Catamaran", Sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7em;

  letter-spacing: 0.5px;

  color: #fff;
}

.gp-mp-txt-container {
  width: calc(100% - 375px);
  padding: 20px 0;

  box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

/* GP Overlay_Blank Section */
.gp-overlay-blank {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}

.gp-ob-container {
  max-width: 1140px;
  min-height: 300px;
  margin: 0 auto;
}

/* GP Footer Banner Section */
.gp-fbanner {
  position: relative;

  padding: 100px 0 100px 0;
  margin-top: 8px;

  background-color: #151515;
}

/*.gp-fbanner-overlay {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .11;
    background-image: url("../img/goodperson/gp_fbanner_overlay_bg.png");
    background-repeat: no-repeat;
    background-position: center right;
}
*/
.gp-fbanner-container {
  position: relative;

  display: flex;
  max-width: 1160px;
  min-height: 167px;
  padding: 0 10px;
  margin: 0 auto;

  align-items: center;
  justify-content: space-between;
}

.gp-fbanner-ttl-h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;

  color: #fff;
}

.gp-fbanner-social-flex {
  display: flex;

  flex-wrap: nowrap;
  gap: 15px;
}

.gp-fbanner-a {
  display: flex;
  width: 34px;
  height: 34px;

  border: 1px solid #db1529;
  border-radius: 50%;
  background-color: #db152900;

  align-items: center;
  justify-content: center;
}

.gp-fbanner-a:hover {
  background-color: #db1529;

  scale: 1.15;
}

.gp-fbanner-a img {
  width: 17px;
  height: 17px;
}

/* For SP */
@media screen and (max-width: 768px) {
  .gp-page-ttl h1 {
    margin: 8px 0 16px 0;

    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;

    color: #fff;
  }

  .gp-mv-sec {
    min-height: 48vh;

    background-image: url("../img/goodperson/goodperson_mv_bg.jpg");
    background-position: top center;
    background-size: cover;
  }

  .gp-mv-content {
    padding-top: 70px;
    margin-bottom: 100px;
  }

  .gp-mv-ttl {
    padding: 20px 0;
  }

  .gp-mv-note {
    padding: 0 15px;
    margin: 30px 20px 0 20px;

    border-left: 5px solid #db1529;
    background-color: transparent;
    background-image: radial-gradient(
      at center left,
      rgba(255, 255, 255, 0.81) 44%,
      rgba(242, 242, 242, 0) 91%
    );
  }

  .gp-mv-h2 {
    font-family: "Catamaran", Sans-serif;
    font-size: 36px;
    font-style: italic;
    /* font-size: 148px; */
    font-weight: 900;
    line-height: 1;
    text-align: center;
    letter-spacing: -5.5px;
    color: #000;
    margin: 0;
  }

  .gp-mv-note-txt {
    font-family: "Catamaran", Sans-serif;
    font-size: 16px;
    font-weight: 300;

    letter-spacing: 0.5px;

    color: #000;
    text-shadow: 1px 0 0 #fff;
  }

  /* ---------- */
  .gp-introduction {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .gp-container {
    padding: 0 10px;
  }

  .gp-intro-h3 {
    font-size: 34px;
  }

  .gp-intro-hint {
    margin-top: 20px;
  }

  /* -------- */
  .gp-gift-overlay-video {
    display: none;
  }

  .gp-gift {
    padding: 90px 0;
  }

  .gp-gift-h1 {
    font-size: 22px;
  }

  .gp-gift-txtbox p {
    font-size: 16px;
  }

  .gp-gift-overlay {
    opacity: 0.43;
  }

  .gp-gift-btn {
    width: fit-content;
  }

  .gp-gift-banner {
    flex-direction: column;

    align-items: center;
    gap: 15px;
  }

  /* ----------- */
  .gp-secret-season {
    padding: 40px 20px;
    margin-top: 140px;
  }

  .gp-ss-block {
    padding: 40px 0;
  }

  .gp-ss-ttl-p {
    font-size: 18px;

    text-align: center;
  }

  .gp-ss-ttl-h3 {
    font-size: 34px;

    text-align: center;
  }

  .gp-ss-content {
    margin-top: 20px;
  }

  .gp-ss-content-txt {
    margin-top: 0;

    font-size: 16px;

    text-align: center;
  }

  .gp-ss-btn {
    display: flex;

    justify-content: center;
  }

  /* ---------- */
  .gp-book-h2 {
    font-size: 35px;
  }

  .gp-book-blk-flex {
    flex-direction: column;

    align-items: center;
    justify-content: center;
  }

  .gp-book-blk-txtbox {
    width: 100%;
  }

  .gp-book-blk-imgbox {
    max-width: 100%;
  }

  .gp-book-post-blk {
    padding-top: 40px;
  }

  .gp-book-com-h2 {
    font-size: 30px;
  }

  .gp-book-postbox {
    flex-direction: column;
  }

  .gp-book-post {
    width: 100%;
  }

  .gp-book-post-h202 {
    font-size: 26px;
  }

  /* ----------- */
  .gp-ip-post-blk {
    padding: 130px 0;
  }

  .gp-ip-blk-ttl-h2 {
    font-size: 35px;
  }

  .gp-ip-blk-ttl-h3 {
    font-size: 29px;
  }

  .gp-ip-postbox {
    flex-direction: column;

    gap: 50px;
  }

  .gp-ip-post {
    width: 100%;
    padding: 20px 10px 0 10px;
  }

  .gp-ip-post-h202 {
    margin-bottom: 50px;
  }

  /* ------------- */
  .gp-mp-container {
    padding: 0 20px;
  }

  .gp-mp-block {
    flex-direction: column;
  }

  .gp-mp-blk-imgbox {
    max-width: 100%;
    padding: 0;
  }

  .gp-mp-txt-container {
    width: 100%;

    box-shadow: none;
  }

  .gp-mp-blk-txtbox {
    padding-right: 0;
  }

  .gp-mp-ttl-h3 {
    font-size: 34px;

    text-align: center;
  }

  .gp-mp-txt-p {
    padding-left: 0;

    font-size: 16px;
  }

  .gp-main-personality {
    padding: 50px 0;
  }

  /* --------- */
  .gp-fbanner-container {
    flex-direction: column;

    justify-content: space-evenly;
  }
}

/* ------------------------------- */
/* GoodPerson end */
/* ===============================

Footer
=============================== */
.footer-container {
  padding: 60px 0 20px;
  overflow-x: hidden;
  background: #171717;
}

.footer-gp .footer-logo {
  max-width: 247px;
  margin: 0 auto;
}

.footer-subtxt {
  margin: 20px 0 30px 0;
}

.footer-subtxt p {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;

  text-align: center;
  letter-spacing: 0;

  color: #fff;
}

.footer-gp .footer-li .footer-bl {
  display: flex;
  margin: 0 -20px;

  flex-wrap: wrap;
  justify-content: center;
}

.footer-gp .footer-li .footer-bl li {
  padding: 0 20px 20px;
}

.footer-gp .footer-li .footer-bl li a {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;

  color: #fff;
}

.footer-gp .footer-li {
  margin: 50px 0;
}

.footer-gp .logo-nihon {
  max-width: 144px;
  margin: 0 auto;
}

.footer-gp .copy-txt {
  padding-top: 58px;

  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 10px;
  font-weight: bold;

  text-align: center;
  letter-spacing: 0;

  color: #fff;
}

.text-center {
  text-align: center;
}

.font-37 {
  font-size: 37px;
}

.font-39 {
  font-size: 39px !important;
}

@media (max-width: 768px) {
  .sp\:font-28 {
    font-size: 28px !important;
  }
}

.leading-1 {
  line-height: 1;
}

.flex {
  display: flex;
}

.font-primary {
  font-family: "Noto Serif JP", serif;
}
/* footer social icon start */

.footer-contact-gp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  gap: 20px;
}
.footer-contact-gp .twitter a img {
  width: 28px;
  height: 28px;
}

.footer-flex {
  max-width: 800px;
  margin: 0 auto;
}

.footer-flex .flex-block {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.footer-flex .footer-left-txt img {
  width: 247px;
}

.footer-flex .qr-logo-img {
  position: relative;
  transform: translateY(-10px);
}

.footer-flex .qr-logo-img img {
  width: 140px;
  margin: 0 auto;
}

.footer-flex .qr-logo-img p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .footer-flex .flex-block {
    display: grid;
    justify-content: center;
  }

  .footer-flex .footer-left-txt {
    width: 100%;
    grid-row: 2;
  }

  .footer-flex .qr-logo-img {
    position: relative;
    transform: translateY(-10px);
    grid-row: 1;
  }
}

/* footer social icon end */
/* ------------------------------- */
/* To Top */
/* ------------------------------- */
.to-the-top {
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 999;
  display: block;
  width: 64px;
  height: 64px;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 92%;

  cursor: pointer;

  border: 2px solid black;
  border-radius: 16px;
  background-color: #fff;
}
/* ------------------------------- */
.mt20 {
  margin-top: 20px;
}

a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

/* Inverse Pagination */
.pagination-inverse.pagination {
  background: #fff;
  padding: 20px 0;
  margin: 0;
}

.pagination-inverse.pagination a,
.pagination-inverse.pagination span {
  border: 2px solid #222326;
  color: #222326;
  background: #fff;
}

.pagination-inverse.pagination a:hover,
.pagination-inverse.pagination .current {
  color: #fff;
  background: #222326;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 13px 18px 15px 18px;
  margin: 0 6px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
}
.pagination {
  position: relative;
  clear: both;
  text-align: center;
}
/* ===============================
Pagination
=============================== */
.iframe-container02 {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .gp-ss-block > .mt20 > a {
    margin: 0 auto;
  }
  .iframe-container02 iframe,
  .iframe-container iframe {
    width: 100%;
  }
}

/* ------------------------------- */
/* Cool Sake start */
/* ------------------------------- */
.cool-sake-mv {
  position: relative;

  height: 475px;
}

.cool-sake-bg {
  width: 100%;
  height: 100%;

  opacity: 0.7;
  background: url(../img/cool-sake/mv_bg.png) no-repeat;
  background-position: 0 -82px;
  background-size: cover;
}

.cool-sake-mv:hover .cool-sake-bg {
  opacity: 0.5;
}

.mv-text {
  position: absolute;
  top: 48%;

  width: 100%;

  font-family: "Tangerine", sans-serif;

  transform: translateY(-50%);
  text-align: center;

  color: #fff;
}

.cool-sake-mv .mv-text p {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
}

.cool-sake-mv .mv-ttl {
  font-size: 162px;
  font-weight: normal;
  line-height: 1.25;

  letter-spacing: 7px;
}

.cool-sake.sub-mv {
  position: relative;

  width: 100%;
  height: 153px;

  background: url(../img/cool-sake/submv_bg.jpg) center no-repeat;
  background-size: cover;
}

.cool-sake.sub-mv p {
  position: absolute;
  top: 50%;
  left: 50%;

  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;

  transform: translate(-50%, -50%);

  color: #fff;
}

.cool-sake.artist {
  padding: 10px;

  font-family: "Noto Serif JP", serif;
  font-size: 16px;

  color: #fff;
}

@media (max-width: 768px) {
  .cool-sake-mv {
    height: 427px;
  }

  .cool-sake-bg {
    background-repeat: repeat-x;
    background-position: -156px 0;
  }

  .cool-sake-mv .mv-ttl {
    font-size: 105px;
  }

  .cool-sake-mv .mv-text p {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .pagination a,
  .pagination span,
  .pagination.dark-b a,
  .pagination.dark-b span {
    padding: 6px 11px 7px 11px;
    margin: 0 3px;

    font-size: 20px !important;
  }

  .bnr-ttl {
    font-size: 20px;
  }

  .sub-bnr {
    padding-top: 25px;
  }

  .pagination-inverse.pagination {
    margin-top: -50px;
  }
}

@media screen and (max-width: 375px) {
  .bnr-ttl {
    font-size: 1.6rem;
  }

  .pagination a {
    font-size: 1rem;
  }

  .pagination a,
  .pagination span {
    padding: 6px 8px;
    margin: 0 2px;
  }
}

.artist-container {
  display: flex;
  max-width: 1245px;
  margin: 0 auto;
}

.artist-container div {
  width: 50%;
}

.artist-container div img {
  margin: 0 auto;
}

.artist-container div:last-child {
  padding-top: 15px;
}

.artist-container div p {
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .artist-container {
    flex-direction: column;
  }

  .artist-container div {
    width: 100%;
  }

  .artist-container div:last-child {
    padding-top: 36px;
  }
}

.youtube-vd.cool-sake .grid-container {
  gap: 0;
}

.youtube-vd.cool-sake .grid-item {
  padding-inline: 10px;
}

.team-info {
  position: relative;

  padding: 12px 10px;

  font-family: "Noto Serif JP", serif;

  color: white;
}

.team-info h2 {
  font-size: 42px;

  text-align: center;
}

.flower-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;

  width: 100%;
  height: 100%;

  opacity: 0.5;
  background: url(../img/cool-sake/flower_bg.jpg) bottom no-repeat;
}

.main-vd {
  background-color: #e59dea;
}

.main-vd .vd-wrapper {
  max-width: 1120px;
  margin: 0 auto;
}

.main-vd .vd-inner-wrapper {
  padding: 23px 40px 32px 40px;
}

.cool-sake .vd-desc {
  display: flex;
  margin: 22px 0;
  flex-direction: column;

  font-family: "Noto Serif JP", serif;
  font-size: 18px;

  text-align: center;

  align-items: center;
  justify-content: center;
}

.cool-sake p,
.vd-desc p {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;

  text-align: center;

  color: #fff;
}

.musicbird-text,
.strong-text {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
}

.sake-logo {
  max-width: 152px;
  max-height: 142px;
}

.shichiken {
  column-gap: 54px;
}

.shichiken .text-block {
  display: flex;
  flex-direction: column;

  justify-content: center;
  row-gap: 15px;
}

.shichiken p {
  max-width: 470px;

  font-family: "Noto Serif JP", serif;
  font-size: 18px;

  color: #fff;
}

.ps-branches.grid-container {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
  .team-info h2 {
    font-size: 28px;
  }

  .cool-sake .grid-container {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .cool-sake .vd-desc {
    font-size: 17px;
  }

  .musicbird-text {
    font-size: 18px;
  }

  .musicbird-text .strong-text {
    font-size: 20px;
  }

  .shichiken {
    flex-direction: column;
  }

  .shichiken p {
    max-width: none;

    font-size: 18px;
  }

  .shichiken img {
    width: 100%;
  }
}

.sec-slide {
  padding: 56px 0;
  background-color: #e59dea;
}

.mainSwiper-container {
  position: relative;
}

.mainSwiper {
  position: relative;

  width: 100%;
  overflow: hidden;
}

.mainSwiper .swiper-slide img {
  margin: 0 auto;
  cursor: pointer;
}

.mainSwiper .swiper-button-prev,
.mainSwiper .swiper-rtl,
.mainSwiper .swiper-button-next {
  color: #fff;
  --swiper-navigation-size: 20px;
}

.mainSwiper-container .swiper-pagination {
  position: absolute;
  bottom: -30px;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

/* ------------------------------ */
/* LightBox */
/* ------------------------------ */

.lightbox-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.lightbox {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.lightbox .swiper-slide {
  display: flex;
  align-items: center;
}

.lightbox .swiper-slide img {
  height: 80%;
  margin: 0 auto;
}

.lightbox .swiper-button-next,
.lightbox .swiper-button-prev {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 40px;
}

.lightbox .swiper-button-next {
  right: 8%;
}

.lightbox .swiper-button-prev {
  left: 8%;
}

.lightbox .menu-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  max-height: 60px;
  padding: 15px 20px;
  justify-content: flex-end;
}

.lightbox .close-btn {
  right: 20px;
  display: flex;
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.lightbox .close-btn .cross {
  position: relative;
  width: 100%;
  height: 4px;
  padding: 0;
  transform: rotate(45deg);
  border-radius: 2px;
  background-color: #fff;
}

.lightbox .close-btn .cross::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: "";
  transform: rotate(-90deg);
  border-radius: 2px;
  background-color: #fff;
}
.pagination.dark-b a:hover,
.pagination.dark-b .current {
  color: #fff;
  background-color: #171b60;
}
.pagination.dark-b a,
.pagination.dark-b span {
  border: 2px solid #171b60;
  color: #171b60;
}
.mb20 {
  margin-bottom: 20px;
}
/* ------------------------------- */
/* Cool Sake end */
/* ------------------------------- */

/* ------------------------------- */
/* Interview start */
/* ------------------------------- */

/*姉妹番組・支局情報*/
.takl-note {
  font-size: 20px;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.4px;
}

.intw-ttl {
  position: relative;
}

.intw-ttl::before {
  position: absolute;
  top: 33px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #171b60;
}

.intw-ttl h3 {
  padding-left: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  color: #171b60;
}

.intw-ttl h3 span {
  display: block;
  font-size: 20px;
  color: #747474;
}

.intwer-gp .intwer-list {
  display: flex;
  margin: 0 -10px;
  margin-top: -40px;

  flex-wrap: wrap;
  justify-content: center;
}

.intwer-gp .intwer-list .intwer-block {
  width: 20%;
  padding: 0 10px;
  margin-top: 40px;
}

.intwer-list .intwer-img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}

.intwer-list .intwer-img img {
  width: 140px;
  height: 140px;

  border: 4px solid #ccc;
  border-radius: 50%;

  object-fit: cover;
}

.intw-txt-info .intwer-po {
  font-size: 16px;

  color: #171b60;
}

.intw-txt-info .intwer-name,
.intw-txt-info .intwer-name {
  font-size: 14px;

  color: #000;
}

.intw-txt-info .intwer-name span,
.intw-txt-info .intwer-name span {
  font-size: 18px;
}

.br-500 {
  display: none;
}

.intw-his-list .his-ttl {
  font-size: 20px;
  color: #141a5e;
}

.intw-his-gp .intw-his-list .intw-his-block .txt-info {
  color: #000;
}

.intw-his-list .his-post-date {
  font-size: 14px;

  color: #141a5e;
}

.intw-his-gp .intw-his-list {
  display: flex;
  margin: 0 -10px;

  flex-wrap: wrap;
}

.intw-his-gp .intw-his-list .intw-his-block {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 60px;
}

.intw-his-gp .intw-his-list .intw-his-block .thumbnail-img {
  height: 220px;
}

.intw-his-gp .intw-his-list .intw-his-block .thumbnail-img img {
  width: 100%;
  height: 220px;

  object-fit: cover;
}

.intwer-his-info {
  border-radius: 10px;
  background: #fafafa;
}

.intwer-his-info .intwer-img {
  width: 60px;
  height: 60px;
}

.intwer-his-info .intwer-img img {
  width: 60px;
  height: 60px;

  border: 2px solid #ccc;
  border-radius: 50%;

  object-fit: cover;
}

.intwer-his-info .intwer-his-block {
  display: flex;
  padding: 10px 20px;

  align-items: center;
}

#tax-only .intwer-his-info .intwer-his-block {
  justify-content: center;
}

.intwer-his-sty-none {
  border-radius: inherit;
  background: #fff;
}

@media screen and (max-width: 860px) {
  .intwer-gp .intwer-list .intwer-block {
    width: 33.33%;
    margin-bottom: 40px;
  }

  .intw-his-gp .intw-his-list .intw-his-block {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .intwer-gp .intwer-list .intwer-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .intwer-list .intwer-img {
    width: 130px;
    height: 130px;
  }

  .intwer-list .intwer-img img {
    width: 130px;
    height: 130px;
  }

  .intw-ttl::before {
    top: 20px;
  }

  .intw-ttl h3 {
    font-size: 38px;
    line-height: 1.2;
  }

  .intw-ttl h3 span {
    font-size: 16px;
  }

  .intw-his-gp .intw-his-list {
    display: block;
    margin: 0;
  }

  .intw-his-gp .intw-his-list .intw-his-block {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .br-500 {
    display: block;
  }
}

/* 企業対談ページ対談詳細 */
.intew-detail-content .post-ttl {
  padding-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

.intew-detail-content h2 {
  position: relative;

  padding-left: 16px;

  font-size: 30px;
  line-height: 1.4;

  color: #171b60;
}

.intew-detail-content h2::before {
  position: absolute;
  top: 19px;
  left: 0;

  width: 8px;
  height: 8px;

  content: "";

  background: #171b60;
}

.intew-detail-sec h2 {
  font-weight: bold;
}

.overview-table {
  margin: 25px 50px;
}

.overview-table table {
  width: 100%;
  padding: 50px 80px;

  font-size: 18px;
  border-collapse: inherit;

  background-color: #fafafa;
}

.overview-table table tr td {
  padding: 15px 0;

  vertical-align: top;

  border-bottom: 1px solid #dadada;
}

.overview-table table tr:first-child {
  width: 160px;
  /*color: #171b60;*/
}

.overview-table table tr:last-child {
  width: calc(100% - 160px);

  font-weight: 500;
}

.dialog-block {
  margin-bottom: 120px;
}

.dialog-block .dialog-row {
  display: flex;
  margin-bottom: 40px;

  justify-content: space-between;
}

.dialog-block .dialog-sm {
  position: relative;

  width: 89%;
  padding: 25px 40px 25px 40px;

  cursor: default;

  border-radius: 10px;
  background-color: #fafafa;
}

.dialog-block .dialog-lg {
  position: relative;

  width: 89%;
  padding: 25px 40px 25px 40px;

  cursor: default;

  border-radius: 10px;
  background-color: #dadada;
}

.dialog-block .dialog-sm:after {
  position: absolute;
  top: 42px;
  right: -15px;

  content: "";
  transform: translateY(-50%);

  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #fafafa;
}

.dialog-block .dialog-lg:after {
  position: absolute;
  top: 42px;
  left: -15px;

  content: "";
  transform: translateY(-50%);

  border-top: 10px solid transparent;
  border-right: 18px solid #dadada;
  border-bottom: 10px solid transparent;
}

.dialog-block .dialog-sm p,
.dialog-block .dialog-lg p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;

  letter-spacing: 0.4px;

  color: #000;
}

.dialog-block .person-img {
  width: 80px;
  height: 80px;
}

.dialog-block .person-img img {
  width: 80px;
  height: 80px;

  border: 2px solid #ccc;
  border-radius: 50%;

  object-fit: cover;
}

.interview-sec .back-btn,
.intew-detail-sec .back-btn {
  position: relative;
  display: block;
  max-width: 500px;
  padding: 30px 75px;
  margin: 120px auto 120px auto;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border: 4px solid #f5f5f5;
  border-radius: 10px;
  background-color: #171b60;
}

.interview-sec .back-btn:after,
.intew-detail-sec .back-btn:after {
  position: absolute;
  top: 50%;
  right: 35px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  transform: translateY(-50%);
  background: url(../img/common/chevron_right_white.png) no-repeat center;
}

.overview-table table tr td:first-child {
  width: 200px;
}

.dialog-img {
  max-width: 800px;
  margin: 0 auto;
}

.dialog-img span {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;

  color: #000;
}

#tax-only .interview-intro.intwer-his-info {
  max-width: 700px;
  margin: 65px auto 80px auto;
}

@media screen and (max-width: 768px) {
  .intew-detail-content .post-ttl {
    font-size: 23px;
  }

  .intew-detail-content h2 {
    font-size: 24px;
  }

  .dialog-block {
    margin-bottom: 60px;
  }

  .dialog-block .dialog-sm:after,
  .dialog-block .dialog-lg:after {
    top: 32px;
  }

  .dialog-block .dialog-row {
    margin-bottom: 20px;

    column-gap: 20px;
  }

  .dialog-block .dialog-sm,
  .dialog-block .dialog-lg {
    width: 75%;
    padding: 15px;
  }

  .dialog-block .dialog-sm p,
  .dialog-block .dialog-lg p {
    font-size: 16px;
  }

  .dialog-block .person-img,
  .dialog-block .person-img img {
    width: 60px;
    height: 60px;
  }

  .interview-sec .back-btn,
  .intew-detail-sec .back-btn {
    padding: 15px 37px;
    margin: 60px auto 60px auto;
    font-size: 16px;
  }

  .intew-detail-content h2::before {
    top: 15px;
  }

  .table-mw {
    overflow: hidden;
  }

  .overview-table {
    margin: 25px 0;
    overflow-x: auto;
  }

  .overview-table table {
    padding: 50px 20px;
  }

  .overview-table table tr:first-child {
    width: 140px;
  }

  .overview-table table tr td:first-child {
    width: 90px;

    font-size: 18px;
  }

  .overview-table table tr:last-child {
    width: calc(100% - 90px);

    font-size: 18px;
  }

  .dialog-img span {
    font-size: 12px;
    line-height: 1;
  }
}

/* 企業対談ページインタビュアー紹介 */
.interview-intro.intwer-his-info {
  margin: 65px 0 80px 0;
}

.interview-intro.intwer-his-info .intwer-his-block {
  padding: 42px 50px;
}

.interview-intro.intwer-his-info .intwer-img,
.interview-intro.intwer-his-info .intwer-img img {
  width: 140px;
  height: 140px;
}

.interview-intro .intw-txt-info .intwer-po,
.interview-intro .intw-txt-info .intwer-name span {
  font-size: 30px;
}

.interview-intro .intw-txt-info .intwer-name {
  font-size: 20px;
}

.intro-sec .intro-txt-block {
  font-family: "Noto Sans JP", sans-serif;
}

.intro-sec .intro-txt-block h4 {
  position: relative;

  padding-left: 95px;
  margin: 50px 0 25px 0;

  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;

  word-break: break-all;

  color: #171b60;
}

.intro-sec .intro-txt-block h4:before {
  position: absolute;
  top: 50%;
  left: 0;

  width: 80px;
  height: 2px;

  content: "";
  transform: translateY(-50%);

  background: #171b60;
}

.intro-sec .intro-txt-block p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;

  letter-spacing: 0.4px;

  color: #000;
}

.intro-sec .intw-gp2 {
  margin-top: 80px;
}

.intro-sec .intw-gp1 {
  margin-top: 80px;
}

.mn-branches-br {
  border: 2px solid #fff;
}

/* 企業対談ページインタビュアー紹介 */

@media screen and (max-width: 768px) {
  .interview-intro.intwer-his-info,
  #tax-only .interview-intro.intwer-his-info {
    margin: 65px 0 60px 0;
  }

  .interview-intro.intwer-his-info .intwer-his-block {
    padding: 25px 20px;
  }

  .interview-intro.intwer-his-info .intwer-img {
    width: 80px;
    height: 80px;
  }

  .interview-intro.intwer-his-info .intwer-img img {
    width: 80px;
    height: 80px;
  }

  .interview-intro .intw-txt-info .intwer-po {
    font-size: 20px;
  }

  .interview-intro .intw-txt-info .intwer-name {
    font-size: 16px;
  }

  .interview-intro .intw-txt-info .intwer-name span {
    font-size: 20px;
  }

  .intro-sec .intro-txt-block h4 {
    padding-left: 30px;
    margin: 50px 0 20px 0;

    font-size: 18px;
  }

  .intro-sec .intro-txt-block h4:before {
    width: 20px;
  }

  .intro-sec .intro-txt-block p {
    font-size: 16px;
  }

  .intro-sec .intw-gp2 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 374px) {
  .interview-intro.intwer-his-info .intwer-his-block {
    padding: 20px 15px;
  }

  .interview-intro .intw-txt-info .intwer-po {
    font-size: 18px;
  }
}

/* 2023/02/20追加 */
.interview-sec {
  font-family: "Noto Sans JP", sans-serif;
}

.interview-sec .container,
.intew-detail-sec .container {
  max-width: 1160px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.interview-sec h2 {
  font-weight: bold;
}

.search-container {
  display: flex;
  margin: 40px 0 40px;
  font-weight: 500;
  gap: 0 20px;
}

.search-container .search-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 60px;

  align-items: center;
  gap: 20px;
}

.search-form {
  position: relative;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 516px;
  height: 60px;

  align-items: center;
}

.search-form .form-control {
  width: 100%;
  height: 100%;
  height: 60px;
  padding: 5px 50px 5px 20px;
  font-size: 20px;
  border: 2px solid #9d9d9d;
  border-radius: 10px;
  outline: unset;
}

.search-form .form-control::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;

  color: #b7b7b7;
}

.search-form button {
  position: absolute;
  right: 20px;
  height: 60px;
  border: none;
  background: none;
}

.ddl-select {
  visibility: hidden;
}

.ddl {
  position: relative;

  width: 400px;
  height: 60px;

  text-align: initial;
}

.ddl input {
  font-weight: bold;
}

.ddl::after {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 99;

  width: 10px;
  height: 2px;

  content: "";
  transition: 0.5s;
  transform: rotate(-40deg);

  background: #555;
}

.ddl::before {
  position: absolute;
  top: 30px;
  right: 26px;
  z-index: 99;

  width: 10px;
  height: 2px;

  content: "";
  transition: 0.5s;
  transform: rotate(40deg);

  background: #555;
}

.ddl.active::after {
  right: 28px;
}

.ddl.active::before {
  right: 20px;
}

.ddl-input {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  padding: 20px !important;

  font-size: 20px;

  cursor: pointer;

  color: #000 !important;
  border: 2px solid #9d9d9d !important;
  border-radius: 10px !important;
  outline: none;
}

.ddl-input::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;

  color: #000 !important;
}

.ddl.active .ddl-options {
  visibility: visible;

  opacity: 1;
}

.ddl .ddl-options {
  position: absolute;
  top: 65px;
  z-index: 999;

  visibility: hidden;
  width: 100%;
  overflow: hidden;

  transition: 0.25s;

  opacity: 0;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.ddl .ddl-options > div {
  padding: 10px 20px;

  font-size: 16px;

  cursor: pointer;
}

.ddl .ddl-options > div:hover,
.ddl .ddl-options > div:hover a {
  color: #fff;
  background: #171b60;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: transparent;
}

.ser-btn:hover {
  background-color: transparent !important;
}

.interview-detail-btn {
  margin-top: 20px;
}

.interview-detail-btn a {
  width: 180px;
  padding: 9.5px 10px;
  margin: 0 auto;

  font-size: 14px;

  text-align: center;

  color: #fff;
  border-radius: 10px;
  background: #171b60;
}

@media screen and (max-width: 1180px) {
  .intwer-gp .intwer-list .intwer-block {
    width: 25%;
    margin-bottom: 30px;
  }

  .intwer-gp .intwer-list .intwer-block:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 990px) {
  .search-form {
    width: 312px;
  }
}

@media screen and (max-width: 960px) {
  .intwer-gp .intwer-list .intwer-block {
    width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  .search-container {
    flex-direction: column;
  }

  .search-form .form-control {
    height: 50px;

    font-size: 16px;
  }

  .intwer-gp .intwer-list .intwer-block {
    width: 50%;
  }

  .ddl {
    height: 50px;
  }

  .ddl-input {
    font-size: 16px;
  }

  .ddl::before {
    top: 25px;
  }

  .ddl::after {
    top: 25px;
  }

  .ddl .ddl-options > div {
    font-size: 15px;
  }

  .search-container .search-block {
    display: block;
  }

  .search-form {
    width: 100%;
  }

  .search-form .form-control {
    height: 50px;
  }

  .search-container {
    margin: 40px 0 100px;
  }

  .ddl {
    width: 100%;
    margin-top: 20px;
  }

  .ser-btn img {
    width: 20px;
    height: 25px;

    object-fit: contain;
  }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 450px) {
  .intwer-gp .intwer-list .intwer-block {
    width: 100%;
    padding: 0;
  }

  .intwer-gp .intwer-list {
    margin: 0;
  }
}

/* 20230221追加 */
.intro-sec .intw-gp3 {
  margin-bottom: 70px;
}

.intro-sec .intw-gp3.mb100 {
  margin-bottom: 100px;
}

.intro-sec .intro-txt-block {
  position: relative;
}

.read_more_btn {
  padding: 30px 0 50px;

  text-align: center;
}

.read_more_btn p {
  position: relative;

  display: inline;
  padding-right: 20px;

  line-height: 1.8;

  cursor: pointer;
}

.read_more_btn p:after {
  position: absolute;
  bottom: -20px;
  left: 35%;

  width: 13px;
  height: 13px;
  margin-top: 0;

  content: "";
  transform: rotate(135deg);

  border-top: 3px solid #171b60;
  border-right: 3px solid #171b60;
  background-size: cover;
}

.read_more_btn.read_close_btn p:after {
  position: absolute;
  top: -13px;
  left: 30%;

  width: 13px;
  height: 13px;
  margin-top: 0;

  content: "";
  transform: rotate(-45deg);

  border-top: 3px solid #171b60;
  border-right: 3px solid #171b60;
  background-size: cover;
}

.interview-acc .para-content {
  display: none;
}

.interview-acc.slide-down .para-content {
  display: block;
}

@media screen and (max-width: 768px) {
  .intro-sec .intw-gp3 {
    margin-bottom: 0;
  }

  .intro-sec .intw-gp3.mb100 {
    margin-bottom: 100px;
  }

  .read_more_btn {
    padding: 30px 0 30px;
  }
}

.interview-sec .back-btn:visited,
.intew-detail-sec .back-btn:visited {
  color: #fff;
}

.interview-sec .back-btn-mg {
  margin: 80px auto 80px auto;
}

/*
.intew-detail-sec p {
    font-weight: 400;
}
*/
.dis-flx-225 {
  display: flex;

  justify-content: center;
}

@media screen and (max-width: 768px) {
  .back-btn-mg {
    margin: 40px auto 40px auto;
  }

  .dis-flx-225 {
    display: block;
  }

  .pc-only {
    display: none !important;
  }
}

.intew-detail-content .thumbnail-img img,
.interview-sec.intro-sec .thumbnail-img img {
  margin: 0 auto;
}

.intew-detail-content .back-btn {
  margin: 70px auto 120px auto;
}

.qr-code {
  margin-top: 70px;

  text-align: center;

  color: #171b60;
}

.intw-his-block,
.intw-txt-info {
  font-weight: 700;
}

.int-ab-80 {
  padding: 0 80px;
}

@media screen and (max-width: 768px) {
  .intew-detail-content .back-btn {
    margin: 60px auto 60px auto;
  }

  .int-ab-80 {
    padding: 0;
  }

  .intew-detail-content .overview-table {
    margin: 15px 0;
  }

  .intew-detail-content .overview-table table {
    padding: 10px 10px 20px;
  }
}

/*Interview Single*/
.int-free.single h3 {
  margin: 18px 0 10px 0;

  font-size: 26px;
  line-height: 1.615;

  letter-spacing: 0.52px;

  color: #000;
}

.int-free.single p {
  margin-bottom: 45px;

  font-size: 20px;
  line-height: 1.8;

  letter-spacing: 0.4px;

  color: #000;
}

.int-free.single ol {
  margin-bottom: 40px;
}

.int-free.single ol li {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;

  counter-increment: step-counter;
  letter-spacing: 0.4px;

  color: #000;
}

.int-free.single ol li:before {
  padding-right: 12px;

  font-size: 20px;

  content: counter(step-counter) ".";

  color: #040000;
}

.int-free.single ul {
  margin-bottom: 40px;
}

.int-free.single ul li {
  position: relative;

  padding-left: 20px;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;

  letter-spacing: 0.4px;

  color: #000;
}

.int-free.single ul li:before {
  position: absolute;
  top: 50%;
  left: 0;

  width: 8px;
  height: 8px;

  content: "";
  transform: translateY(-50%);

  border-radius: 50%;
  background-color: #000;
}

.int-free.single table {
  margin-bottom: 40px;

  border-spacing: 3px !important;
  border-collapse: separate !important;
}

.int-free.single table tr th {
  width: 25%;
  padding: 25px 5px;

  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;

  text-align: center;
  letter-spacing: 0.4px;

  color: #fff;
  background: #171b60;
}

.int-free.single table tr:not(first-child) td {
  width: 25%;
  padding: 25px 5px;

  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;

  text-align: center;
  letter-spacing: 0.4px;

  color: #000;
  background: #f7f7f7;
}

.int-free.single a {
  display: inline-block;

  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;

  text-decoration: underline;
  letter-spacing: 0.4px;

  color: #171b60;

  text-underline-offset: 0.3em;
}

.int-free.single blockquote {
  padding: 40px;
  margin-bottom: 40px;

  font-size: 20px;
  font-weight: 700;

  color: #040000;
  background-color: #f9f9f9;
}

@media screen and (max-width: 768px) {
  .int-free.single h3 {
    font-size: 22px;
    line-height: 1.5;

    letter-spacing: 0.4px;
  }

  .int-free.single p {
    margin-bottom: 30px;

    font-size: 16px;
    line-height: 1.6;
  }

  .int-free.single table {
    margin-bottom: 30px;

    border-spacing: 1px !important;
  }

  .int-free.single table tr th,
  .int-free.single table tr:not(first-child) td {
    padding: 15px 5px;

    font-size: 16px;
    line-height: 1.4;
  }

  .int-free.single ul {
    margin-bottom: 20px;
  }

  .int-free.single ul li {
    padding-left: 13px;

    font-size: 16px;
  }

  .int-free.single ul li:before {
    width: 5px;
    height: 5px;
  }

  .int-free.single a {
    font-size: 16px;
    line-height: 1.5;
  }

  .int-free.single ol li {
    font-size: 16px;
  }

  .int-free.single ol li:before {
    padding-right: 7px;

    font-size: 16px;
  }

  .int-free.single ol {
    margin-bottom: 20px;
  }

  .int-free.single blockquote {
    padding: 20px;
    margin-bottom: 20px;

    font-size: 16px;
  }
}

/*Interview Single*/
/* ------------------------------- */
/* Interview end */
/* ------------------------------- */
/* All Commom css for premium page start here */
@font-face {
  font-family: Cinzel;
  src: url(../fonts/Cinzel.ttf);
}

#included-files-fie-on-wp-footer {
  display: none !important;
}

.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 {
  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;
}

.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;
  font-weight: bold;
}

.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;
  font-weight: 700;
}

.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 */

/* ===============================
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;
  }
}

/* scroll end */

/* form01 section start */
/* ------------------------------- */
/* premium 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;
  font-weight: 700;
}

.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 50px;
  }

  .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;
  }
}
/* Premium News Pagintion */

/* opera anthropology start */
/* .anthropology-body {
  background: #222326 !important;
} */
.opera-mv {
  padding: 0 10px 10px;
  background-color: #fff;
}

.opera-submv {
  position: relative;

  max-height: 820px;

  font-family: "Noto Serif JP", serif;

  color: #fff;
}

.opera-submv img {
  width: 100%;
  max-height: 820px;

  object-fit: cover;
}

.opera-submv h1 {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  font-size: 56px;
  text-align: center;
  font-weight: bold;
}

.opera-submv .submv-txt {
  position: absolute;
  bottom: 30px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-shadow: 52px 23px 82px rgb(0 0 0 / 83%);
}

.opera-vds-section {
  border-bottom: 9px solid #222326;
}

.opera-vds {
  padding-top: 25px;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
}

.grid-1 .grid-item {
  grid-column-start: 2;
}

.opera-vds .desc {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  color: #000;
}

@media (max-width: 768px) {
  .opera-submv h1 {
    top: 100px;
    font-size: 25px;
  }

  .opera-submv img {
    min-height: 513px;
  }

  .opera-submv .submv-txt {
    bottom: 45px;
    left: 50%;
    max-width: 295px;
    font-size: 17px;
    transform: translateX(-50%);
  }

  .opera-vds .grid-container {
    grid-template-columns: 1fr;
    gap: 30px 10px;
  }

  .grid-1 .grid-item {
    grid-column-start: 1;
  }

  .opera-vds .iframe-container {
    margin-bottom: 12px;
  }

  .opera-vds .desc {
    margin-bottom: 20px;
  }
}

/* ------------------------------ */
/* Greeting Section  */
/* ------------------------------ */
.greeting {
  font-family: "Noto Serif JP", serif;
  color: #333333;
}

.greeting h2 {
  font-size: 30px;
  font-weight: bold;
  padding-top: 15px;
  margin-bottom: 35px;
  text-align: center;
}

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

.greeting .item1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.greeting .item2 {
  max-width: 419px;
}

.greeting .tbl {
  max-width: 680px;
  font-size: 19px;
  border-collapse: collapse;
  border: 1px solid gray;
}

.greeting .tbl th {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0;
  border: 1px solid gray;
}

.greeting .tbl:not(:last-child) {
  margin-bottom: 15px;
}

.greeting .tbl td {
  padding: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .greeting .flex {
    flex-direction: column;
    row-gap: 35px;
  }

  .greeting .item2 {
    max-width: none;
  }
}
/* opera anthropology end */
