/*layout*/
/*------------------------------------------------------------------------------*/
.inner01 {
  max-width: 1020px;
  width: 100%;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

main a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

main a:hover {
  opacity: 0.7;
}

main a img {
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.post-type-archive-media_coverage footer {
  padding: 0 0 15px;
}

.bold {
  font-family: "LineSeed-bold", sans-serif;
}

.ex_bold {
  font-family: "LineSeed-Eb", sans-serif;
}

.flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex01 .w50 {
  width: 50%;
}

.flex01 .w46 {
  width: 46%;
}

.m20 {
  margin-bottom: 20px !important;
}

.m30 {
  margin-bottom: 30px !important;
}

.m100_sph {
  margin-bottom: clamp(50px, 10vw, 100px) !important;
}

.list_no {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mincho {
  font-family: "游明朝", "YuMincho", serif;
  font-weight: normal;
}

/*title*/
/*------------------------------------------------------------------------------*/
.title_box {
  margin-bottom: 100px;
  text-align: center;
}

.title_box .title {
  font-family: 'LineSeed-bold';
  font-size: 36px;
  color: #4B3A29;
}

.title_box .title .sub {
  font-family: 'Franklin';
  font-size: 21px;
  color: #E4007F;
  display: block;
}

.title_box .title02 {
  font-family: 'Franklin';
  font-size: 36px;
  color: #E4007F;
}

#mc_initiatives .title_box {
  margin-bottom: 40px;
  text-align: left;
}

#mc_massmedium .title_box,
#mc_new_release .title_box {
  margin-bottom: 60px;
}

/*mc_mv*/
/*------------------------------------------------------------------------------*/
#mc_mv {
  background: url(../img/media_coverage/mv.png) no-repeat center;
  background-size: cover;
  height: 70vh;
  margin-bottom: 60px;
}

/*mc_catch*/
/*------------------------------------------------------------------------------*/
#mc_catch {
  margin-bottom: 100px;
  color: #000;
}

#mc_catch .heading {
  font-family: 'LineSeed-bold';
  font-size: 31px;
}

/*mc_showcase*/
/*------------------------------------------------------------------------------*/
#mc_showcase {
  margin-bottom: 100px;
}

#mc_showcase .title_box {
  margin-bottom: 55px;
}

.showcase_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 4%;
}

.showcase_item {
  width: 48%;
}

.showcase_image {
  position: relative;
  margin-bottom: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.showcase_image:hover {
  opacity: 0.7;
}

.showcase_title {
  display: flex;
  align-items: center;
  padding: 11px 11px 11px 30px;
  background: #E4007F;
  color: #FFF;
  width: calc(100% - 20px);
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 3em;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.4;
}

.showcase_title .client_name {
  display: flex;
}

.showcase_title .client_name .position {
  margin-right: 1em;
}

.showcase_title .icon {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  border: 2px solid #FFF;
  border-radius: 50%;
}

.showcase_title .icon .arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
  transition: transform 0.3s ease;
}

.showcase_title .icon .arrow::before,
.showcase_title .icon .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 24.6px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 2px);
}

.showcase_title .icon .arrow::before {
  transform: rotate(39.1deg);
}

.showcase_title .icon .arrow::after {
  transform: rotate(-39.1deg);
}

.showcase_image:not(.active) .arrow {
  transform: rotate(0deg);
}

.showcase_image.active .arrow {
  transform: rotate(-180deg);
}

.showcase_text {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  padding: 0 20px;
  display: none;
}

.showcase_text .heading {
  font-size: 20px;
  font-weight: 700;
}

.showcase_text .introduction {
  font-size: 16px;
}

/*mc_introduction*/
/*------------------------------------------------------------------------------*/
#mc_introduction {
  margin-top: 0;
  text-align: left;
}

#mc_introduction p {
  margin: 0;
  font-size: 15px;
}

#mc_introduction {
  background: #111;
  padding: 100px 0;
  color: #fff;
}

#mc_introduction .subtitle {
  font-size: 18px;
  padding-top: 20px;
}

#mc_introduction .subtitle .name {
  font-size: 32px;
  margin-right: 20px;
  line-height: 1.4;
}

/*mc_gallery*/
/*------------------------------------------------------------------------------*/
.mc_gallery_list {
  display: flex;
}

.mc_gallery_item {
  width: 20vw;
  height: 13.89vw;
}

.mc_gallery_item:first-of-type,
.mc_gallery_item:last-of-type {
  width: 10vw;
}

.mc_gallery_item img {
  max-width: auto;
  max-width: initial;
  width: 100%;
}

/*mc_initiatives*/
/*------------------------------------------------------------------------------*/
#mc_initiatives p {
  margin: 0;
}

#mc_initiatives .subtitle01 {
  font-size: 22px;
  margin-top: 35px;
}

#mc_initiatives .list01 {
  display: flex;
  flex-wrap: wrap;
}

#mc_initiatives .txt_box li {
  font-size: 17px;
}

#mc_initiatives .txt_box li::before {
  content: '・';
}

#mc_initiatives .subtitle02 {
  font-size: 18px;
  border: 1px solid #333;
  padding: 3px 5px;
  text-align: center;
  width: 200px;
  margin: 15px 0 10px;
}

/*mc_massmedium*/
/*------------------------------------------------------------------------------*/
#mc_massmedium p {
  margin: 0;
}

#mc_massmedium .title_box {
  margin-bottom: 60px;
}

#mc_massmedium .table01 {
  width: 100%;
  border-spacing: 0;
  margin-top: 60px;
}

#mc_massmedium tr:nth-child(odd) {
  background: #EBE8E0;
}

#mc_massmedium tr:nth-child(even) th {
  padding-top: 22px;
  padding-bottom: 22px;
}

#mc_massmedium th {
  font-size: 18px;
  text-align: left;
  width: 36%;
  font-weight: normal;
  padding: 10px 0 10px 12%;
}

#mc_massmedium td {
  width: 62%;
  padding: 10px 0;
}

/*mc_new_release*/
/*------------------------------------------------------------------------------*/
#mc_new_release p {
  margin: 0;
}

#mc_new_release .box01 {
  margin-bottom: clamp(50px, 10vw, 100px);
  padding-bottom: clamp(50px, 10vw, 100px);
  position: relative;
}

#mc_new_release .box01:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #111;
}

#mc_new_release .subtitle01 {
  font-size: clamp(36px, 5vw, 50px);
  margin-bottom: 20px;
  line-height: 1.4;
  padding-top: 80px;
}

#mc_new_release .name {
  font-size: 18px;
  margin-bottom: 30px;
}

#mc_new_release .txt {
  line-height: 1.9;
}

#mc_new_release .box01 .txt {
  margin-bottom: 140px;
}

#mc_new_release .box02 .img_box {
  width: 38.2%;
}

#mc_new_release .box02 .txt_box {
  width: 58%;
}

#mc_new_release .subtitle02 {
  font-size: clamp(19px, 2.2vw, 22px);
  margin: 20px 0 5px;
}

#mc_new_release .box02 .txt {
  margin-bottom: 40px;
}

#mc_new_release .btn a {
  color: #fff;
  width: 280px;
  text-align: center;
  font-size: 18px;
  background: #FB6600;
  border-bottom: 5px solid #111;
  padding: 12px 5px;
  display: block;
}

#mc_new_release .btn .sub {
  position: relative;
}

#mc_new_release .btn .sub:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: -18px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

/*mc_contact*/
/*------------------------------------------------------------------------------*/
#mc_contact {
  background: #EBE8E0;
  padding: 100px 0;
}

#mc_contact .title {
  font-family: 'Franklin';
  font-size: 36px;
  color: #000;
  margin-bottom: 70px;
  text-align: center;
}

#mc_contact .wpcf7 {
  margin: 0 auto !important;
  padding: 0 !important;
  background: none;
}

#mc_contact .form_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  font-size: 18px;
}

#mc_contact input[type="text"],
#mc_contact input[type="email"],
#mc_contact input[type="tel"],
#mc_contact textarea {
  width: 100%;
  max-width: 800px;
  background: #FFF;
  border: none;
  margin-top: 10px;
  padding: 7px 0.5em;
  box-sizing: border-box;
  font-family: 'LineSeed';
  font-size: 18px;
}

#mc_contact .form_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

#mc_contact .form_btn .text {
  flex: 1;
  margin-top: 0 !important;
  font-size: 14px;
}

#mc_contact input[type="submit"] {
  font-size: 18px;
  line-height: 1;
  background: #E4007F;
  color: #FFF;
  border-bottom: 5px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  transition: 0.3s;
}

#mc_contact input[type="submit"]:hover {
  opacity: 0.7;
}

#mc_contact .wpcf7-not-valid-tip {
  margin-top: 1em;
}

/* screens smaller than 1000---------------------------------------------------------- */
@media only screen and (max-width:999px) {

  /*layout*/
  /*------------------------------------------------------------------------------*/
  .inner01 {
    width: 95%;
    padding: 0;
  }

  /*title*/
  /*------------------------------------------------------------------------------*/
  .title_box {
    margin-bottom: 10vw;
  }

  .title_box .title {
    font-size: clamp(22px, 15.412px + 2.059vw, 36px);
  }

  .title_box .title .sub {
    font-size: clamp(16px, 13.647px + 0.735vw, 21px);
  }

  .title_box .title02 {
    font-size: clamp(22px, 15.412px + 2.059vw, 36px);
  }

  #mc_initiatives .title_box {
    margin-bottom: 4vw;
  }

  #mc_massmedium .title_box,
  #mc_new_release .title_box {
    margin-bottom: 6vw;
  }

  /*mc_mv*/
  /*------------------------------------------------------------------------------*/
  #mc_mv {
    height: 70vh;
    margin-bottom: 6vw;
  }

  /*mc_catch*/
  /*------------------------------------------------------------------------------*/
  #mc_catch {
    margin-bottom: 10vw;
  }

  #mc_catch .heading {
    font-size: clamp(19px, 13.353px + 1.765vw, 31px);
  }

  /*mc_massmedium*/
  /*------------------------------------------------------------------------------*/
  #mc_massmedium .img_box {
    gap: 20px 3.5%;
  }

  #mc_massmedium .img_box li {
    width: 31%;
  }

  #mc_massmedium th {
    padding-left: 3vw;
  }

  /*mc_new_release*/
  /*------------------------------------------------------------------------------*/
  #mc_new_release .subtitle01 {
    padding-top: 0;
  }

  #mc_new_release .box01 .txt,
  #mc_new_release .box02 .txt {
    margin-bottom: clamp(25px, 5vw, 50px);
  }

  #mc_new_release .name {
    margin-bottom: 20px;
  }

  /*mc_showcase*/
  /*------------------------------------------------------------------------------*/
  #mc_showcase {
    margin-bottom: 10vw;
  }

  #mc_showcase .title_box {
    margin-bottom: 5.5vw;
  }

  .showcase_title {
    padding: 1.1vw 1.1vw 1.1vw 3vw;
    font-size: 2vw;
  }

  .showcase_title .icon {
    width: 6.3vw;
    height: 6.3vw;
  }

  .showcase_text {
    padding: 0 2vw;
  }

  .showcase_text .heading {
    font-size: clamp(18px, 17.059px + 0.294vw, 20px);
  }

  .showcase_text .introduction {
    font-size: clamp(14px, 13.059px + 0.294vw, 16px);
  }

  /*mc_contact*/
  /*------------------------------------------------------------------------------*/
  #mc_contact {
    padding: 10vw 0;
  }

  #mc_contact .title {
    font-size: clamp(22px, 15.412px + 2.059vw, 36px);
    margin-bottom: 7vw;
  }

}


/* screens smaller than 769---------------------------------------------------------- */
@media only screen and (max-width:768px) {

  /*layout*/
  /*------------------------------------------------------------------------------*/
  .post-type-archive-media_coverage footer {
    padding: 0;
  }

  .in_bl {
    display: inline-block;
  }

  .flex01 .w50 {
    width: 100%;
  }

  .flex01 .w46 {
    width: 100%;
  }

  .flex01 .img_box {
    text-align: center;
    margin-bottom: clamp(25px, 4vw, 30px);
  }

  /*title*/
  /*------------------------------------------------------------------------------*/
  #mc_initiatives .title_box {
    text-align: center;
  }

  /*mc_showcase*/
  /*------------------------------------------------------------------------------*/
  .showcase_list {
    gap: 5vw;
  }

  .showcase_item {
    width: 100%;
  }

  .showcase_title {
    font-size: 4vw;
  }

  .showcase_title .icon {
    width: clamp(42px, 27.000px + 4.688vw, 63px);
    height: clamp(42px, 27.000px + 4.688vw, 63px);
  }

  .showcase_title .icon .arrow {
    width: clamp(20px, 12.857px + 2.232vw, 30px);
    height: clamp(16px, 13.143px + 0.893vw, 20px);
  }

  .showcase_title .icon .arrow::before,
  .showcase_title .icon .arrow::after {
    width: clamp(2.67px, 1.720px + 0.297vw, 4px);
    height: clamp(16.4px, 10.543px + 1.83vw, 24.6px);
  }

  /*mc_introduction*/
  /*------------------------------------------------------------------------------*/
  #mc_introduction {
    padding: clamp(50px, 10vw, 100px) 0;
  }

  #mc_introduction .subtitle {
    padding-top: 0;
  }

  /*mc_initiatives*/
  /*------------------------------------------------------------------------------*/
  #mc_initiatives .img_box {
    order: 2;
    margin-bottom: 0;
    margin-top: clamp(25px, 4vw, 30px);
  }

  #mc_initiatives .subtitle01 {
    margin-top: clamp(20px, 4vw, 30px);
  }

  /*mc_massmedium*/
  /*------------------------------------------------------------------------------*/
  #mc_massmedium .table01 {
    margin-top: clamp(20px, 4vw, 30px);
  }

  #mc_massmedium tr:nth-child(odd) {
    background: #fff;
  }

  #mc_massmedium tr:nth-child(even) th {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #mc_massmedium th {
    width: 100%;
    display: block;
    background: #EBE8E0;
  }

  #mc_massmedium td {
    width: 100%;
    display: block;
    padding: 22px 0 22px 3vw;
  }

  /*mc_new_release*/
  /*------------------------------------------------------------------------------*/
  #mc_new_release .btn a {
    margin: 0 auto;
  }

  #mc_new_release .box02 .img_box {
    width: 100%;
  }

  #mc_new_release .box02 .txt_box {
    width: 100%;
  }

  /*mc_contact*/
  /*------------------------------------------------------------------------------*/
  #mc_contact .form_wrap {
    margin-bottom: 20px;
  }

  #mc_contact .form_btn {
    flex-wrap: wrap;
  }

  #mc_contact input[type="submit"] {
    width: 100%;
    border-top: none;
  }

  #mc_contact input[type="submit"]:hover {
    border-bottom: 5px solid #000;
    border-top: none;
  }

}


/* screens smaller than 520---------------------------------------------------------- */
@media only screen and (max-width:520px) {

  /*mc_massmedium*/
  /*------------------------------------------------------------------------------*/
  #mc_massmedium .img_box li {
    width: 100%;
    text-align: center;
  }

}
