@charset "utf-8";

:root {
  scroll-padding-top: 40px;
}

.mv {
  padding: 0;
}

.mv-container {
  position: relative;
}

.tree-logo {
  position: absolute;
  bottom: 24px;
  left: 20px;
}

/* ============================== */
.sec-schedule {
  padding-bottom: 80px;
}

.com-h2-container {
  display: grid;
  margin-bottom: 50px;

  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}

.h2-lines {
  height: 3px;

  border-radius: 2px;
  background-color: #000;
}
.card-img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .sec-schedule {
    padding-bottom: 40px;
  }

  .com-h2-container {
    margin-bottom: 25px;
  }

  .h2-lines {
    border-radius: 2px;
    background-color: #000;
  }
}

/* ============================== */

.grid-container {
  display: grid;

  gap: 60px 20px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  .grid-container {
    gap: 30px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 550px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.address,
.job-pos {
  padding-top: 16px;

  font-size: 14px;
}

.guest,
.date {
  font-size: 20px;
}

.short-desc {
  display: inline-block;
  padding: 2px 10px;
  margin-top: 16px;
  margin-right: 8px;

  font-size: 16px;

  background-color: #ff0;
}

.vd-desc a {
  color: #fff;
}

.pos {
  font-size: 14px;
}

.vd-desc .short-desc {
  background-color: #e40012;
}

.more-vd {
  position: relative;

  display: block;
  width: fit-content;
  padding: 30px 75px;
  margin: 0 auto;

  font-size: 20px;

  text-align: center;

  color: #fff;
  border: 5px solid #fff;
  border-radius: 16px;
  background-color: #171b60;
}

.more-vd::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;
}

@media screen and (max-width: 768px) {
  .card-img img {
    width: 100%;
  }

  .address,
  .job-pos {
    padding-top: 8px;

    font-size: 12px;
  }

  .guest,
  .date {
    font-size: 16px;
  }

  .short-desc {
    padding: 2px 5px;
    margin-top: 8px;
    margin-right: 4px;

    font-size: 12px;
  }

  .pos {
    font-size: 12px;
  }

  .more-vd {
    position: relative;

    padding: 15px 37px;

    font-size: 16px;

    border: 5px solid #fff;
    border-radius: 16px;
    background-color: #171b60;
  }

  .more-vd::after {
    position: absolute;
    top: 50%;
    right: 16px;

    display: block;
    width: 16px;
    height: 16px;

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

    background: url(../img/common/chevron_right_white.png) no-repeat center;
  }
}

/* ------------------------------   */
/* Page Opera anthropology  */
/* ------------------------------   */

.opera-mv {
  padding: 70px 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;
}

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

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

.greeting h2 {
  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 Page end */
/* ------------------------------ */

/* ------------------------------- */
/* About Page */
/* ------------------------------- */
.about {
  padding-top: 70px;
  padding-bottom: 120px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", sans-serif;
  line-height: 1;
  letter-spacing: normal;
  background-color: #222326;
}

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

.about-main-ttl {
  padding: 100px 0 80px 0;

  line-height: 1.3;

  text-align: center;
}

.about-content {
  max-width: 1000px;
  padding: 10px;
  margin: 0 auto;

  line-height: 1.5;
}

.about-content h3 {
  line-height: 1.4;
  border-top: none;
  border-right: none;
  border-left: none;
}

.about-inner-txt {
  width: calc(100% - 280px);
  padding: 20px 0 20px;
}

.about-content-bk {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 40px;

  border-bottom: 1px solid #fff;

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

.about-inner-img {
  width: 280px;
}

.about-inner-img img {
  width: 100%;

  border: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .about-container {
    padding: 10px;
  }

  .about-main-ttl {
    padding: 75px 0 60px 0;
  }

  .about-content-bk {
    display: block;
  }

  .about-inner-txt {
    width: 100%;
  }

  .about-inner-img {
    width: auto;
  }
}

/* ------------------------------- */
/* About Page end */
/* ------------------------------- */

/* ------------------------------- */
/* Privacy Page */
/* ------------------------------- */
.policy {
  padding-top: 70px;
  padding-bottom: 200px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", sans-serif;
  line-height: 1;
  letter-spacing: normal;
  background-color: #fff;
  color: #000;
}

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

.policy-main-ttl {
  padding: 80px 0 80px 0;

  text-align: center;
}

.policy-content {
  max-width: 800px;
  margin: 0 auto;

  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .policy-container {
    padding: 10px;
  }

  .policy-main-ttl {
    padding: 75px 0 60px 0;
  }
}

/* ------------------------------- */
/* Privacy Page end*/
/* ------------------------------- */
/* ------------------------------- */
/* company page */
/* ------------------------------- */
.company {
  padding-top: 70px;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", sans-serif;
  font-weight: normal;
  line-height: 1;

  letter-spacing: normal;

  color: #000;
}

.company-container {
  padding: 60px 0 110px;
}

.company-logo {
  max-width: 423px;
  margin: 0 auto 30px;
}

.company-ttl {
  padding: 20px 0;
  margin-bottom: 30px;

  font-size: 30px;

  text-align: center;
}

.company-txt {
  padding-bottom: 30px;
  margin-bottom: 35px;

  font-size: 16px;
  line-height: 1.5;

  text-align: center;
}

.company-img {
  max-width: 800px;
  padding-bottom: 70px;
  margin: 0 auto;
}

.company-sp-img {
  max-width: 598px;
  padding-bottom: 80px;
  margin: 0 auto;
}

.company-link {
  font-size: 20px;

  text-align: center;
  text-decoration: underline;
}

.company-link a {
  color: #eb1c24;
}

.company-link a:visited {
  color: #eb1c24;
}

/* ------------------------------- */
/* company page end */
/* ------------------------------- */

/* ------------------------------- */
/* contact page */
/* ------------------------------- */
.contact {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;

  letter-spacing: normal;

  color: #fff;
}

.contact-ttl {
  padding: 80px 0;

  font-weight: 700;
  line-height: 1;

  text-align: center;
}

.contact-form-container {
  max-width: 600px;
  margin: 0 auto;
}

.thank-page {
  max-width: 760px;
  margin: 0 auto;
}

.form-wrap label {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;

  line-height: 1;

  vertical-align: middle;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap textarea {
  width: 100%;
  padding: 12px 10px;
  margin: 5px 0 10px;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;

  color: #fff;
  border: 1px solid #fff;
  background: none;
}

.form-wrap input[type="text"]:focus,
.form-wrap input[type="email"]:focus,
.form-wrap textarea {
  outline: none;
}

.form-button [type="button"],
.form-button [type="submit"],
.form-button button,
.form-button a {
  width: 100%;
  padding: 15px 30px;

  font-size: 16px;
  line-height: 1.5;

  cursor: pointer;
  text-align: center;

  color: #000;
  border: 1px solid #000;
  background: none;
}

.form-button [type="button"]:hover,
.form-button [type="submit"]:hover,
.form-button button:hover,
.form-button a:hover {
  color: #000;
  background: #fff;
}

.form-button .home-btn {
  width: 100%;
  max-width: 300px;
  padding: 15px 30px;
  margin: 50px auto 80px;

  font-size: 16px;
  line-height: 1.5;

  cursor: pointer;
  text-align: center;

  color: #fff;
  border: 1px solid #fff;
  background: none;
}

.form-button .home-btn:hover {
  color: #000;
  background: #fff;
}

form.wpcf7-form {
  background: #fff;
  padding: 0 20px 20px;
}

@media screen and (max-width: 768px) {
  .contact-ttl {
    padding: 75px 0 60px;
  }
}

/* ------------------------------- */
/* contact page end */
/* ------------------------------- */

/* ------------------------------- */
/* faq page */
/* ------------------------------- */
.faq {
  padding-top: 70px;
  padding-bottom: 120px;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;

  letter-spacing: normal;

  color: #fff;
}

.faq-ttl {
  padding: 90px 0;

  font-weight: 700;
  line-height: 1;

  text-align: center;
}

.accordian-container {
  max-width: 800px;
  padding: 10px;
  margin: 0 auto;
}

/* ------------------------------- */
/* faq page end*/
/* ------------------------------- */

/* ------------------------------- */
/* start okayama */
/* ------------------------------- */

/* okayama + fukuoka */
.okayama-pg,
.fukuoka-pg {
  font-family: "Noto Serif JP", Sans-serif;

  color: #fff;
}

.okayama-pg p,
.fukuoka-pg p {
  margin-top: 0;
  margin-bottom: 0.9rem;

  font-weight: bold;
  line-height: 1.1em;

  letter-spacing: -0.6px;
}

.kata-ttl {
  padding: 15px 0;

  border: solid 3px #fff;
  border-radius: 22px 22px 22px 22px;
}

/* okayama + fukuoka */

.okayama-pg a {
  color: #fff;
}

.ok-pd {
  padding: 10px 10px 34px;
}

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

/* .okayama-pg h2{
  letter-spacing: -0.6px;
} */
.program-mv {
  box-sizing: border-box;
}

.program-bg {
  padding: 229px 229px 229px 229px;
  margin-top: 0;
  margin-bottom: 0;

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  background-size: cover;
}

.okayama-pg .program-bg {
  background: url(../img/okayama/okayama01.jpg) no-repeat top left;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .program-bg {
    padding: 40px 40px 40px 40px !important;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

.pg-ttl {
  padding: 18px;
}

.pg-ttl h2 {
  /* font-size: 49px; */
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.05px;
  font-family: -apple-system,sans-serif;
  /* padding: 10px; */
}

.fukuoka-pg .fukuoka-vd .pg-ttl h2,
.fukuoka-pg .fukuoka-program .pg-ttl h2 {
  letter-spacing: 5px;
  line-height: 1.3;
}

.okayama-pg .pg-ttl {
  background-color: #134590;
}

/* .okayama-pg .container{
  max-width: 800px;
  margin: 0 auto;
} */
.okayama-mean .ok-container {
  padding: 10px;
  /* max-width: 1120px; */
  margin: 0 auto;
}

.okayama-mean .ok-container img {
  margin: 0 auto 20px;
}

.okayama-mean .ok-container p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1em;

  letter-spacing: -0.6px;
  /* margin-bottom: 0.9rem; */
}

.okayama-momo .grid-container,
.okayama-movie .grid-container {
  gap: 20px !important;
  grid-template-columns: repeat(2, 1fr);
}

.okayama-momo .grid-container .grid-item {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1em;

  letter-spacing: -0.6px;
}

.okayama-momo .kata-ttl {
  box-shadow: 100px 100px 100px 100px rgb(21 17 145 / 97%) inset;
}

.kata-link {
  margin: 0 0 25px;
}

.kata-link img {
  margin: 0 auto 15px;
}

.ok-link {
  word-break: break-word;
}

.momo-txt {
  font-size: 20px;
}

/* .momo-txt-up{
  padding: 20px 0;
} */

.okayama-momo .momo-link img {
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .momo-txt {
    margin-top: 20px;
  }

  .pg-ttl h2 {
    font-size: 25px;
  }

  .okayama-pg p,
  .okayama-pg span {
    font-size: 17px !important;
  }

  .okayama-momo .grid-container {
    grid-template-columns: 1fr !important;
  }
}

.okayama-movie {
  font-size: 24px;
}

.movie-ttl {
  margin: 30px 0 !important;

  font-size: 29px;
}

.movie-mark {
  margin-top: 30px !important;

  color: #66ec4f;
}

.okayama-person .grid-container {
  align-items: center;
  justify-content: center;
}

.okayama-person .grid-container .grid-item p {
  text-align: center;
}

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

  .okayama-person .grid-container,
  .okayama-movie .grid-container {
    grid-template-columns: 1fr !important;
  }

  /* .grid-container .grid-item{
      margin: 10px;
  } */
}

/* ------------------------------- */
/* end okayama */
/* ------------------------------- */
/* ------------------------------- */
/* start fukuoka */
/* ------------------------------- */
.mb-40 {
  margin-bottom: 40px !important;
}

.fukuoka-pg {
  /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif; */
  font-family: "Noto Serif JP", Sans-serif;
}

.fukuoka-pg a {
  font-size: 28px;

  /* color: #fff; */
}

.fukuoka-pg .program-bg {
  padding: 243px 243px 243px 243px;
  margin-top: 0;
  margin-bottom: 0;

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  background: url(../img/fukuoka/fukuoka01.jpg) no-repeat top left;
  background-size: cover !important;
}

.fukuoka-pg .pg-ttl {
  font-family: "Noto Serif JP", Sans-serif;

  background-color: #000;
}

.fukuoka-mean p {
  line-height: 1.5;
}

.f-ttl {
  padding: 20px 10px 0;

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

.pc-ttl {
  font-weight: 400 !important;
}

.sp-ttl {
  display: none;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .fukuoka-pg .pg-ttl h2 {
    /* font-size: 29px; */
    font-size: 16px;
    letter-spacing: 2px !important;
  }

  .pc-ttl {
    display: none;
  }

  .sp-ttl {
    display: block;

    font-weight: bold;
  }
}

.grid-container.pc-kata {
  align-items: center;
  gap: 10px 20px;
  grid-template-columns: repeat(2, 1fr);
}

.grid-container.sp-kata {
  display: none;
}

@media screen and (max-width: 768px) {
  .grid-container.pc-kata {
    display: none;
  }

  .grid-container.sp-kata {
    /* display: block; */

    gap: 10px 20px;
    grid-template-columns: 1fr;
  }
}

.fukuoka-kata .kata-ttl {
  box-shadow: 100px 100px 100px 100px #ffb652 inset;
}

.vd-date,
.vd-des {
  padding-top: 20px;

  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.vd-des-large {
  font-size: 1.25rem;
}

.vd-des .f-person {
  text-align: center;
}

.vd-date p,
.vd-des p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.vd-des a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.fukuoka-com .grid-container {
  gap: 10px 20px;
  grid-template-columns: repeat(2, 1fr);
}

.fukuoka-com img {
  margin: 0 auto;
}

.fukuoka-com .vd-des {
  padding: 20px 0 30px;

  text-align: center;
}

.fukuoka-person img {
  width: 100%;
  /* height: 360px; */
  margin: 0 auto;

  object-fit: cover;
}

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

  .fukuoka-person .grid-container,
  .fukuoka-com .grid-container {
    display: block;

    gap: 10px 20px;
    grid-template-columns: 1fr;
  }

  .fukuoka-com img {
    width: 80%;
    margin: 0 auto;
  }

  .vd-des {
    padding-bottom: 20px;
  }

  .fukuoka-person img {
    width: 80%;
  }

  .ok-pd {
    padding: 10px 10px;
  }
}

.fukuoka-vd,
.fukuoka-program,
.fukuoka-person {
  margin-bottom: 20px;
}

/* ------------------------------- */
/* end fukuoka */
/* ------------------------------- */
/* ------------------------------- */
/* start kitakado */
/* ------------------------------- */
/*kitakado Page*/
.kitakado-mv {
  opacity: 1;
  background-color: #5f8d9b;
  background-image: url(../img/kitakado/mv.png);
  background-size: cover;
}

.kitakado-mv-pd01 {
  padding: 140px 0 87px 0;
}

.kitakado-mv-pd02 {
  padding: 55px 0 34px 0;
}

.kitakado-mv .mv h1 {
  font-family: "Noto Serif JP", Sans-serif;
  font-weight: 500;
  line-height: 1;

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

  color: #fff;
}

.kitakado-mv .mv .subtxt {
  font-family: "Noto Serif JP", Sans-serif;
  font-size: 26px;
  font-weight: bold;

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

  color: #fff;
}

.kitakado-mv .mv .para-txt {
  margin-top: 35px;

  font-family: "Noto Serif JP", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9em;

  letter-spacing: 0.7px;

  color: #fff;
}

.m-vds-ttl .vds-ttl {
  padding: 25px 0 27px 0;

  font-family: "Noto Serif JP", Sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.9em;

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

.m-vds {
  margin-top: 1px;
  margin-bottom: 1px;

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

  color: #000;
}

.m-vds .desc-ttl {
  margin-top: 20px;
  margin-bottom: 20px;

  font-size: 26px;
  font-weight: bold;
  line-height: 1em;

  text-align: center;
}

.m-vds .desc-para {
  margin-top: 30px;
  margin-bottom: 20px;

  font-size: 16px;
  font-weight: bold;
}

.m-vds .desc-para p {
  margin-bottom: 25px;

  font-size: 16px;
  font-weight: bold;
}

/* ------------------------------- */
/* end kitakado */
/* ------------------------------- */

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

body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif;

  letter-spacing: 0;

  background-color: #222326;
}

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

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

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

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

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

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

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

.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-image: url("../img/goodperson/gp_ob_bg.jpg");
  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;
  }

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

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

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

/* ------------------------------- */
/* Cool Sake end */
/* ------------------------------- */

/* ------------------------------- */
/* interview-detail page */
/* ------------------------------- */
.interview-container {
  color: #000;
  background: #fff;
}

.detail-block {
  padding-top: 40px;
  padding-bottom: 80px;
}

.detail-block .detail-img-mv {
  max-width: 1270px;
  padding: 80px 0 30px;
  margin: 0 auto;
}

.detail-block .detail-img-mv img {
  height: 450px;
  margin: 0 auto;

  object-fit: cover;
}

.detail-block .resume-left-col {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.53;

  color: #171b60;
}

.detail-block .resume-right-col {
  padding-right: 10px;
  margin-bottom: 0;

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

  color: #000;
}

.txt-right {
  text-align: right;
}

.detail-block ul {
  padding-bottom: 55px;

  list-style: none;

  counter-reset: list-number;

  border-bottom: 1px solid #ccc;
}

.detail-block ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;

  color: #00478e;
}

.detail-block ul li a:hover {
  opacity: 0.7;
}

.detail-block ul li a:before {
  margin-right: 20px;

  font-size: 16px;

  content: counter(list-number);
  counter-increment: list-number;

  color: #333;
}

.detail-block .contents {
  padding-left: 0;
}

.detail-block .num-txt {
  position: absolute;
  left: 0;

  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;

  color: #333;
}

.detail-block h2 {
  margin: 50px 0 40px;

  font-size: 26px;
  font-weight: bold;
  line-height: 1.575;

  color: #171b60;
}

.detail-block h2:hover {
  opacity: 0.7;
}

.detail-block h2:before {
  padding-right: 20px;

  content: "———";

  color: #00478e;
}

.detail-block .img-block {
  padding-top: 52px;
}

.detail-block .img-block img {
  height: 350px;
  margin: 0 auto;

  object-fit: cover;
}

.detail-block .img-block .img-txt {
  font-size: 16px;
  font-weight: 400;

  text-align: center;

  color: #8e8e8e;
}

.resume-para {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;

  text-align: justify;
}

.sec-interview-detail .interview-grid {
  display: flex;

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

.detail-block .resume-block-row01 {
  margin-top: 10px;
}

.detail-block .interview-people-bk .txt01 {
  font-size: 20px;
}

.detail-block .interview-people-bk .txt02 {
  font-size: 30px;
  line-height: 1.2;
}

.detail-block .resume-right-colhalf {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;

  text-align: justify;
}

@media screen and (max-width: 768px) {
  .detail-block .detail-img-mv {
    padding: 25px 0 10px;
  }

  .detail-block .interview-people-bk .txt01 {
    font-size: 16px;
  }

  .detail-block .interview-people-bk .txt02 {
    font-size: 24px;
  }

  .detail-block .spe-interview-img img {
    width: 180px;
  }

  .detail-block .resume-left-col {
    font-size: 30px;
  }

  .detail-block .resume-right-col {
    padding-top: 10px;

    font-size: 18px;
  }

  .detail-block .resume-para {
    font-size: 18px;
  }

  .detail-block .img-block img {
    height: 300px;
  }

  .detail-block .detail-img-mv img {
    height: 300px;
  }
}

@media screen and (max-width: 524px) {
  .detail-block .spe-interview-img img {
    width: 145px;
  }

  .detail-block .resume-left-col {
    font-size: 24px;
  }

  .detail-block .interview-people-bk .txt01 {
    font-size: 14px;
  }

  .detail-block .interview-people-bk .txt02 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .detail-block .spe-interview-img img {
    margin: 0 auto;
  }

  .detail-block .resume-left-col {
    font-size: 20px;
  }

  .detail-block .resume-right-col {
    font-size: 16px;
  }
}

/* ------------------------------- */
/* interview-detail page end */
/* ------------------------------- */

/* ------------------------------- */
/* listen radio page */
/* ------------------------------- */
.listen-radio .m-w940 {
  max-width: 940px;
  padding-bottom: 45px;
  margin: 0 auto;
}

.listen-radio {
  padding-top: 70px;

  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 16;
  font-weight: 400;
  line-height: 1.5;

  background: #fff;
}

.listen-radio .header {
  padding: 50px 10px;
}

.listen-radio .header-img img {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}

.listen-radio .onair {
  background: #171c61;
}

.listen-radio .onair-button {
  max-width: 145px;
  padding: 10px 20px 10px 20px;
  margin: 0 auto 20px;

  border-radius: 5px;
  background-color: #ff0;
}

.listen-radio .onair-info {
  padding: 30px 0;

  line-height: 1;
}

.listen-radio .onair-btn-txt {
  font-size: 30px;
  font-weight: bold;

  color: #171c61;
}

.listen-radio .onair-ttl {
  font-size: 42px;
  font-weight: bold;

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

  color: #fff;
}

.listen-radio .listen-time {
  padding: 30px 0;

  font-size: 20px;

  text-align: center;

  color: #000;
}

.listen-radio .listen-time-ttl {
  padding: 25px 10px 25px 10px;

  line-height: 1;

  text-align: center;

  color: #fff;
  border-radius: 10px;
  background-color: #2167b8;
}

.listen-radio .time-tt1 {
  font-size: 30px;
  font-weight: bold;
}

.listen-radio .time-tt2 {
  padding-top: 10px;

  font-size: 18px;
  font-weight: bold;
}

.listen-radio .listen-radio-gp {
  padding: 30px 0 0;
}

.listen-radio .radio-ttl h2 {
  margin-bottom: 20px;

  font-size: 18px;
  font-weight: bold;

  text-align: center;

  color: #ff6219;
}

.listen-radio .listen-table-container table {
  width: 100%;

  font-size: 0.9em;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;

  word-wrap: break-word;

  color: #212529;
  background-color: transparent;
}

.listen-radio .listen-table-container table th,
.listen-radio .listen-table-container table td {
  padding: 15px;

  font-size: 14.4px;
  line-height: 1.5;

  vertical-align: top;

  border: 1px solid #ccc;
}

.table_radio_area thead tr {
  vertical-align: middle;

  background-color: #eee;
}

.listen-radio table caption+thead tr:first-child td,
.listen-radio table caption+thead tr:first-child th,
.listen-radio table colgroup+thead tr:first-child td,
.listen-radio table colgroup+thead tr:first-child th,
.listen-radio table thead:first-child tr:first-child td,
.listen-radio table thead:first-child tr:first-child th {
  border-top: 1px solid #ccc;
}

.listen-radio .table tbody>tr>td:nth-of-type(1) {
  width: 25%;
}

.listen-radio .table tbody>tr>td:nth-of-type(2) {
  width: 60%;
}

.listen-radio .table tbody>tr>td:nth-of-type(3) {
  width: 15%;
}

.listen-radio table tbody>tr:nth-child(odd)>td,
.listen-radio table tbody>tr:nth-child(odd)>th {
  background-color: #f7f7f7;
}

.listen-radio table tbody tr:hover>td,
.listen-radio table tbody tr:hover>th,
.listen-radio table tbody>tr:nth-child(odd)>td,
.listen-radio table tbody>tr:nth-child(odd)>th {
  background: initial;
}

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

.error-404-page {
  padding: 160px 20px 65px;
}

.custom-pd01 {
  padding-top: 22px !important;
}

@media screen and (max-width: 768px) {
  .listen-radio .time-tt1 {
    font-size: 18px;
  }

  .listen-radio .time-tt2 {
    font-size: 17px;
    line-height: 1.5em;
  }
}

.sec-slide {
  padding: 56px 0;

  background-color: #e59dea;
}

.slide-item img {
  margin: 0 auto;

  cursor: pointer;
}

.slick-dots li button:before {
  font-size: 16px;
}

.cross {
  padding-top: 8px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .cross {
    padding-top: 3px;
  }
}

.flex-con {
  display: flex;
  padding: 10px;
  margin: 0 -10px;

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

.flex-con .flex-item {
  width: 33.33%;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .flex-con {
    display: block;
    margin: 0;
  }

  .flex-con .flex-item {
    width: 100%;
    padding: 0;
  }
}

.movie-pg-modal-box .modal-wd {
  max-width: 530px;
  margin: 150px auto 0;
}

/*20230109追加*/
.mie-mv-sec {
  background: #141517;
}

.mie-mv-txt-sec {
  padding: 0 70px;
}

.mie-mv-sec .mie-mv-blank {
  margin-bottom: 55px;
}

.mie-mv-sec .mie-mv-blank img {
  margin: 0 auto;
}

.mie-mv-txt-sec {
  padding: 10px;
}

.mie-mv-ttl {
  padding: 0 0 4px 0;
  margin-bottom: 20px;

  font-family: "Noto Serif JP", Sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;

  text-align: center;

  color: #020101fc;
  background-color: #fff;
}

.mie-mv-txt-gp .mie-mv-para {
  margin-bottom: 85px;

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

  color: #fff;
}

.trailer-m-sec {
  padding: 10px;
}

.trailer-m-sec .trailer-m-post {
  display: flex;
  margin: 0 -10px;

  align-items: center;
}

.trailer-m-sec .trailer-m-post .trailer-movie,
.trailer-m-sec .trailer-m-post .trailer-info,
.trailer-m-sec .trailer-m-post .trailer-img {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.trailer-m-sec .trailer-m-post .trailer-img img {
  width: 434px;
  margin: 0 auto;
}

.trailer-info .trailer-info-ttl {
  font-family: "Noto Serif JP", Sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;

  text-align: center;

  color: #fff;
}

.mie-program-sec {
  padding: 10px;
}

.mie-program-info .para-txt,
.mie-program-info .info-txt {
  font-family: "Noto Serif JP", Sans-serif;
  font-size: 21px;
  font-weight: 400;

  color: #fff;
}

.program-app-gp .program-app-post {
  display: flex;
  margin: 0 -10px;
}

.program-app-gp .program-app-post .program-app-img,
.program-app-gp .program-app-post .mie-program-info {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.program-app-gp .program-app-post .program-app-img img {
  width: 385px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .trailer-m-sec .trailer-m-post {
    flex-direction: row-reverse;
  }

  .trailer-info .trailer-info-ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .trailer-m-sec .trailer-m-post {
    display: block;
    margin-bottom: 45px;
  }

  .trailer-m-sec .trailer-m-post:last-child {
    margin-bottom: 0;
  }

  .mie-mv-ttl {
    font-size: 23px;
  }

  .trailer-info .trailer-info-ttl {
    margin-top: 40px;

    font-size: 18px;
  }

  .mie-mv-txt-gp .mie-mv-para {
    margin-bottom: 25px;

    font-size: 13px;
  }

  .trailer-m-sec .trailer-m-post .trailer-movie,
  .trailer-m-sec .trailer-m-post .trailer-info,
  .trailer-m-sec .trailer-m-post .trailer-img {
    width: 100%;
  }

  .trailer-m-sec .trailer-m-post .trailer-movie iframe {
    width: 100%;
    height: 400px;
  }

  .program-app-gp .program-app-post {
    display: block;
  }

  .program-app-gp .program-app-post .program-app-img,
  .program-app-gp .program-app-post .mie-program-info {
    width: 100%;
    margin-bottom: 20px;
  }

  .program-app-gp .program-app-post .program-app-img img {
    width: 100%;
  }

  .mie-program-info .para-txt,
  .mie-program-info .info-txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 580px) {
  .trailer-m-sec .trailer-m-post .trailer-movie iframe {
    height: 345px;
  }
}

@media screen and (max-width: 450px) {
  .trailer-m-sec .trailer-m-post .trailer-movie iframe {
    height: 250px;
  }
}

/*姉妹番組・支局情報*/
.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;
  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-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;

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

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

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

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

  .back-btn {
    padding: 15px 37px;
    margin: 60px auto 60px auto;

    font-size: 16px;
  }

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

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

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

.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: 0;

  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 button {
    padding: 0.6em 1em 1em 0.4em;
  }

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

  .search-form button {
    padding: 0.6em 1em 0.4em;
  }

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

.back-btn:visited {
  color: #fff;
}

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

.pi-btn {
  background-color: #fff;
  max-width: 320px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .gp-ss-block>.mt20>a {
    margin: 0 auto;
  }
}

/* Correction of 04/07/2023 */
.fukuoka-pg {
  background: #fff;
  color: #000;
}

.fukuoka-pg section:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.fukuoka-pg .pagination a:hover,
.fukuoka-pg .pagination .current {
  color: #fff;
  background-color: #000;
}

.fukuoka-pg .pagination a,
.fukuoka-pg .pagination span {
  color: #000;
  border: 2px solid #000;
}

.fukuoka-pg .fukuoka-person img {
  object-fit: contain;
}

.fukuoka-pg img.thumbnail {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .fukuoka-pg section:last-child {
    padding-bottom: 0;
  }
}

/* End of Correction of 04/07/2023 */

/* 20230717追加 */
.mv .mv-video {
  margin-top: 100px;
}

.header-sub-ttl {
  font-size: 16px;
  width: 466px;
  text-align: left;
  color: #171c61;
  margin-right: 150px;
}

.fukuoka-pg p {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .hamburger1 {
    height: 50px;
  }
}

/* modal grid section start */
.modal-link.modal-grid-sec {
  padding: 20px 0 70px 0;
}

.modal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.modal-link.modal-grid-sec .link-content {
  margin: 0;
  grid-column: 2;
}

@media screen and (max-width: 768px) {
  .modal-grid {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
}

/* modal grid section end */

/* special flex list section start */

.special-talk {
  padding-bottom: 50px !important;
}

.special-talk-flex {
  background-color: #d9d9d9;
}

.special-flex-list {
  display: grid;
  gap: 60px 20px;
  grid-template-columns: 40% 60%;
  padding: 20px 10px;
  max-width: 1160px;
  margin: 0 auto;
  align-items: center;
}

.special-left-img img {
  max-height: 300px;
  margin: 0 auto;
}

.special-right-txt {
  margin-right: 20px;
}

.special-right-txt p,
.special-right-txt a {
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .special-flex-list {
    display: block;
  }

  .special-right-txt {
    margin: 20px 0 0;
  }

  .special-right-txt p {
    font-size: 20px;
    font-weight: 400;
  }

  .special-left-img img {
    width: auto;
    margin: 0 auto;
  }

  .modal-link.modal-grid-sec {
    padding: 30px 0 50px 0;
  }
}

/* contact form 07 start */
.wpcf7 .contact {
  background-color: #fff;
  color: #000;
}

.wpcf7 .form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap textarea {
  color: #000;
  border: 1px solid #000;
}

.checkbox{
  margin-bottom: 40px;
  text-align: center;
}
/* contact form 07 end */

/* sponsor page start */

.about.sponsor {
  background: #fff;
}

.about.sponsor .about-content-bk {
  border-bottom: 1px solid #000;
}

/* sponsor page end */

/* 20230810追加 */
.about-inner-txt-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 0 20px;
}

.about-inner-txt-flex .about-inner-txt1 {
  margin-bottom: 25px;
  /* border-bottom: 1px solid #000; */
  padding-bottom: 40px;
  padding-top: 20px;
}

@media screen and (max-width: 900px) {
  .about-inner-txt-flex {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-inner-txt-flex .about-inner-txt1:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .about-inner-txt-flex {
    grid-template-columns: 1fr;
  }

  .about-inner-txt-flex .about-inner-txt1 {
    margin-bottom: 35px;
    padding-top: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
  }
}

.fukuoka-pg .vd-date,
.fukuoka-pg .vd-des {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
}
.fukuoka-pg  .fukuoka-vd .grid-container .grid-item .vd-des a{
  height: auto;
}
.fukuoka-program .grid-container .grid-item .thumbnail-img img{
  object-fit: cover;
}
.fukuoka-program .grid-container .grid-item .thumbnail-img img,
.fukuoka-pg  .fukuoka-vd .grid-container .grid-item .thumbnail-img{
  width: 100%;
  height: auto;
}

.fukuoka-pg  .fukuoka-vd .grid-container .grid-item .thumbnail-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .fukuoka-program .grid-container .grid-item .thumbnail-img img,
  .fukuoka-pg  .fukuoka-vd .grid-container .grid-item .thumbnail-img{
    height: 200px;
  }
}
@media screen and (max-width: 800px) {
  .fukuoka-program .grid-container .grid-item .thumbnail-img img,
  .fukuoka-pg  .fukuoka-vd .grid-container .grid-item .thumbnail-img{
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .fukuoka-program .grid-container .grid-item .thumbnail-img img,
  .fukuoka-pg  .fukuoka-vd .grid-container .grid-item .thumbnail-img {
    height: 270px;
  }
}

@media screen and (max-width: 675px) {
  .fukuoka-program .grid-container .grid-item .thumbnail-img img,
  .fukuoka-pg  .fukuoka-vd .grid-container .grid-item .thumbnail-img {
    height: 230px;
  }
}

@media screen and (max-width: 675px) {
  .fukuoka-program .grid-container .grid-item .thumbnail-img img,
  .fukuoka-pg  .fukuoka-vd .grid-container .grid-item .thumbnail-img {
    height: 200px;
  }
}

@media screen and (max-width: 550px) {
  .fukuoka-program .grid-container .grid-item .thumbnail-img img,
  .fukuoka-pg  .fukuoka-vd .grid-container .grid-item .thumbnail-img {
    height: 380px;
  }
}

@media screen and (max-width: 467px) {
  .fukuoka-program .grid-container .grid-item .thumbnail-img img,
  .fukuoka-pg  .fukuoka-vd .grid-container .grid-item .thumbnail-img {
    height: 318px;
  }
}

@media screen and (max-width: 400px) {
  .fukuoka-program .grid-container .grid-item .thumbnail-img img,
  .fukuoka-pg  .fukuoka-vd .grid-container .grid-item .thumbnail-img {
    height: 270px;
  }
}

@media screen and (max-width: 350px) {
  .fukuoka-program .grid-container .grid-item .thumbnail-img img,
  .fukuoka-pg  .fukuoka-vd .grid-container .grid-item .thumbnail-img {
    height: 230px;
  }
}

/*20231101*/
.top-banner {
  position: absolute;
  bottom: 8px;
  right: 0;
  z-index: 2;
}

.top-banner a:hover {
  opacity: 1;
}

.top-banner img:hover {
  filter: brightness(130%)
}

@media screen and (max-width: 768px) {
  .top-banner {
    position: relative;
    right: unset;
    left: unset;
    -webkit-transform: none;
    bottom: unset;
    margin: 20px 25px 0;
  }
  .top-banner img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .fukuoka-logo {
    margin: 0 auto;
  }
}

