@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  body {
    font-size: 2.8rem;
  }
}
/*=====news=====*/
.news {
  background-color: #fff;
}
.news .ttlArea {
  margin: 15rem auto 0;
  max-width: 70.9rem;
}
.news .ttlArea .interviewTtl {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.news .ttlArea .interviewTtl .num {
  font-size: 2.2rem;
  font-weight: 300;
}
.news .ttlArea .interviewTtl .name {
  margin-top: 1rem;
  display: block;
  font-size: 2.3rem;
  font-weight: 400;
  text-align: right;
}
.news .ttlArea .lead {
  margin-top: 5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.4rem;
  text-align: justify;
}
.news .ttlArea .day {
  margin-top: 2.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
}
.news .mv {
  margin: 2rem auto 0;
  max-width: 70.9rem;
}
.news .mv .caption {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: right;
}
.news .sp {
  display: none;
}
@media (max-width: 768px) {
  .news .ttlArea {
    margin: 7.5rem auto 0;
    max-width: 100%;
    padding: 0 6.15rem;
  }
  .news .ttlArea .interviewTtl {
    font-size: 3.6rem;
  }
  .news .ttlArea .spdf {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  .news .ttlArea .interviewTtl .num {
    font-size: 2.2rem;
    font-weight: 300;
  }
  .news .ttlArea .interviewTtl .name {
    margin-top: 2.5rem;
    font-size: 2.8rem;
  }
  .news .ttlArea .lead {
    margin-top: 10rem;
    font-size: 2.8rem;
    line-height: 4.6rem;
  }
  .news .ttlArea .day {
    margin-top: 0;
    font-size: 1.8rem;
    text-align: right;
  }
  .news .mv {
    margin: 10rem auto 0;
    max-width: 100%;
  }
  .news .mv .caption {
    margin: 1rem 6rem 0 0;
    font-size: 1.8rem;
  }
  .news .sp {
    display: block;
  }
  .news .pc {
    display: none;
  }
}
/*=====contentArea=====*/
.news .contentArea {
  margin: 10rem auto 0;
  max-width: 100rem;
}
.news .content {
  display: flex;
}
.news .content.reverse {
  flex-direction: row-reverse;
}
.news .content + .content {
  margin-top: 20rem;
}
.news .content .txtBox {
  width: 27rem;
}
.news .content .txtBox .interview {
  font-size: 1.4rem;
  font-weight: 300;
  color: #b2b2b2;
}
.news .content .txtBox .ttl {
  margin-top: 8.5rem;
  font-size: 1.9rem;
  line-height: 3.1rem;
  font-weight: 600;
  position: relative;
}
.news .content .txtBox .ttl::before {
  content: "";
  width: 0.1rem;
  height: 6rem;
  background-color: #000;
  position: absolute;
  top: -7rem;
  left: 0;
}
.news .content .txtBox .ttl + .txt {
  margin-top: 3rem;
}
.news .content .txtBox .txt {
  line-height: 3.1rem;
  text-align: justify;
}
.news .content .txtBox .txt > p + p {
  margin-top: 3.5rem;
}
.news .content .txtBox .txt > p + .name {
  margin-top: 2rem;
}
.news .content .caption {
  display: block;
  margin: 0.5rem 0;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .news .contentArea {
    margin: 20rem auto 0;
    max-width: 100%;
  }
  .news .content {
    flex-direction: column;
  }
  .news .content.reverse {
    flex-direction: column;
  }
  .news .content + .content {
    margin-top: 20rem;
  }
  .news .content .txtBox {
    width: 100%;
    padding: 0 6.15rem;
  }
  .news .content .txtBox .interview {
    /* margin-top: 20rem; */
    font-size: 3.3rem;
  }
  .news .content .txtBox .ttl {
    margin-top: 11rem;
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .news .content .txtBox .ttl::before {
    width: 0.2rem;
    top: -8rem;
  }
  .news .content .txtBox .ttl + .txt {
    margin-top: 3.5rem;
  }
  .news .content .txtBox .txt {
    line-height: 4.6rem;
  }
  .news .content .txtBox .txt > p + p {
    margin-top: 5.5rem;
  }
  .news .content .txtBox .txt > p + .name {
    margin-top: 8rem;
  }
  .news .content .caption {
    margin: 1rem 0;
    font-size: 2rem;
    line-height: 3rem;
  }
}
/*=====content01=====*/
.news .content01 {
  display: block;
}
.news .content01 .content01Box {
  display: flex;
  gap: 0 8rem;
  justify-content: center;
}
.news .content01 .picBox {
  width: 39rem;
  text-align: right;
  transform: translateY(12rem);
}
.news .content01 .pic02 {
  width: 28rem;
  margin-right: 0;
  margin-left: auto;
}
.news .content01 .caption {
  text-align: left;
}
.news .content .txtBox .txt + .ttl {
  margin-top: 13.5rem;
}
@media (max-width: 768px) {
  .news .content01 .content01Box {
    gap: 10rem 0;
    flex-direction: column-reverse;
  }
  .news .content01 .picBox {
    margin: 0 auto;
    width: 62.7rem;
    transform: translateY(0);
  }
  .news .content01 .picBox02 {
    margin: 10rem auto 0;
    width: 63.1rem;
  }
  .news .content01 .pic02 {
    margin-left: 0;
    width: 100%;
    text-align: right;
  }
  .news .content01 .caption {
    text-align: right;
  }
  .news .content .txtBox .txt + .ttl {
    margin-top: 15.5rem;
  }
}
/*=====content02=====*/
.news .content02 {
  gap: 0 6rem;
  justify-content: center;
}
.news .content02 .picBox {
  width: 38.7rem;
}
.news .content02 .txtBox {
  width: 30.7rem;
}
.news .content02 .pic03 {
  width: 27.2rem;
  margin-right: auto;
}
.news .content02 .pic04 {
  margin-top: 4.2rem;
}
@media (max-width: 768px) {
  .news .content02.reverse {
    flex-direction: column-reverse;
    gap: 10rem 0;
  }
  .news .content02 .picBox {
    width: 63.1rem;
    margin: 0 auto;
  }
  .news .content02 .picBox > p + p {
    margin-top: 6rem;
  }
  .news .content02 .pic03 {
    width: 100%;
  }
  .news .content02 .txtBox {
    width: 100%;
  }
}
/*=====content03=====*/
.news .content03 {
  justify-content: center;
  gap: 6.5rem;
}
.news .content03 .picBox {
  text-align: right;
  width: 38.7rem;
}
.news .content03 .txtBox {
  width: 30.8rem;
  transform: translateY(-9.5rem);
}
.news .content03 .videoArea {
  margin-top: 3.5rem;
}
.news .content03 .videoArea iframe {
  width: 26.4rem;
  height: 47.2rem;
  aspect-ratio: 9 / 16;
}
@media (max-width: 768px) {
  .news .content03 {
    flex-direction: column-reverse;
    gap: 10rem 0;
    width: 100%;
  }
  .news .content03 .txtBox {
    width: 100%;
    transform: translateY(0px);
  }
  .news .content03 .picBox {
    width: 63.1rem;
    margin: 0 auto;
  }
  .news .content03 .videoArea {
    width: 63rem;
    margin: 3.5rem auto 0;
    padding: 3rem 0;
  }
  .news .content03 .videoArea iframe {
    width: 100%;
    height: 100%;
  }
}
/*=====shop=====*/
/* .shop {
  margin: 10rem auto 0;
  width: 70.9rem;
}
.shop .txt {
  line-height: 2.1rem;
}
.shop .txt .bold {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 3.5rem;
}
.shop .txt + .txt {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .shop {
    margin: 20rem auto 0;
    width: 100%;
    padding: 0 6.15rem;
  }
  .shop .txt {
    font-size: 2.5rem;
    line-height: 4.6rem;
  }
  .shop .txt .bold {
    display: inline-block;
    font-size: 3rem;
    line-height: 4.5rem;
    margin-bottom: 2rem;
  }
  .shop .txt + .txt {
    margin-top: 5.5rem;
  }
} */
/*=====prof=====*/
.news .prof {
  margin-top: 10rem;
  background-color: #e1e2ea;
  padding: 5rem 0 6.5rem;
}
.news .prof .profInner {
  width: 76rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.news .prof .directorBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 43.6rem;
  gap: 0.5rem;
}
.news .prof .directorBox .directorTxt {
  width: 27rem;
}
.news .prof .directorBox .directorTxt .ttl {
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.9rem;
}
.news .prof .directorBox .directorTxt .name {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 2.8rem;
}
.news .prof .directorBox .directorTxt .name .jp {
  font-size: 1.5rem;
  font-weight: 600;
}
.news .prof .directorBox .directorPic {
  width: 17.2rem;
}
.news .prof .profTxt {
  width: 28.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.1rem;
}
@media (max-width: 768px) {
  .news .prof {
    margin-top: 10rem;
    padding: 6.5rem 0 10rem;
  }
  .news .prof .profInner {
    width: 100%;
    padding: 0 6.15rem;
    flex-direction: column;
    gap: 5rem 0;
  }
  .news .prof .directorBox {
    width: 100%;
    align-items: flex-start;
  }
  .news .prof .directorBox .directorTxt {
    width: 36rem;
  }
  .news .prof .directorBox .directorTxt .ttl {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }
  .news .prof .directorBox .directorTxt .name {
    margin-top: 2rem;
    font-size: 5rem;
    line-height: 1.3;
  }
  .news .prof .directorBox .directorTxt .name .jp {
    font-size: 3rem;
  }
  .news .prof .directorBox .directorPic {
    width: 24.5rem;
  }
  .news .prof .profTxt {
    width: 100%;
    font-size: 2.6rem;
    line-height: 4.6rem;
  }
}
