@charset "UTF-8";

html {
  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "Yu Mincho", "HG明朝E", "MS Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  background: url(../images/img-bg.png);
  background-color: rgba(251, 251, 251, 0.5);
  background-blend-mode: lighten;
  background-repeat: repeat;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
}
header {
  width: 100%;
  background-image: url("../images/img-bg2.png");
  background-color: rgba(64, 46, 50, 1);
  background-blend-mode: darken;
  background-repeat: repeat;
}
header h1 {
  text-align: center;
  color: white;
  font-size: 1.5rem;
  font-weight: 100;
  height: 30px;
  line-height: 30px;
}
header h2 img {
  width: 100%;
}
h3 {
  font-size: 3.4rem;
  font-weight: 100;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 0.5rem;
}
h4 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 4.5rem;
}
h5 {
  background-image: url("../images/img-bg2.png");
  background-color: rgba(64, 46, 50, 1);
  background-blend-mode: darken;
  background-repeat: repeat;
  color: white;
  font-size: 2.4rem;
  padding: 0.3rem 0.5rem;
}
h5 p {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  border-top: 1px solid #998e8e;
  border-bottom: 1px solid #998e8e;
  padding: 0.5rem 1rem;
}
h5 span {
  font-size: 1.4rem;
}
h6 {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-top: 2px solid #231815;
  border-bottom: 1px solid #231815;
  font-size: 1.8rem;
  padding: 0.1rem 0;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
h6 span {
  display: block;
  border-top: 1px solid #231815;
  padding: 0.5rem 0;
}
#header-nav ul {
  display: flex;
  background-image: url("../images/img-bg2.png");
  background-color: rgba(229, 137, 10, 1);
  background-blend-mode: darken;
  background-repeat: repeat;
  color: #402e32;
}
#header-nav ul li {
  flex: 1;
  text-align: center;
  font-size: 1.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1rem 0;
}
#header-nav ul li {
  flex-grow: 1;
  text-align: center;
  font-size: 1.4rem;
}
#header-nav ul li img {
  margin: 0 auto;
  margin-bottom: 0.8rem;
}
#slide {
  width: 100%;
  background: #402e32;
  padding: 1.5rem 0;
  background-image: url("../images/img-bg2.png");
  background-color: rgba(64, 46, 50, 1);
  background-blend-mode: darken;
  background-repeat: repeat;
}
#slide p {
  color: white;
  font-size: 2.6rem;
  text-align: center;
}
#slide .swiper {
  margin-top: 1.5rem;
}
#slide .swiper-slide img {
  height: auto;
  width: 100%;
}
#slide .swiper-slide {
  opacity: 0.3;
}
#slide .swiper-slide-active {
  opacity: 1;
}
#slide .swiper-button-next,
#slide .swiper-button-prev {
  color: white;
}
#slide .swiper-pagination-bullet {
  background: white;
  opacity: 1;
}
#slide .swiper-pagination-bullet-active {
  background-color: #e5890a;
}
#slide .swiper-pagination {
  position: static;
  padding-top: 1rem;
}
#slide .swiper-button-next,
#slide .swiper-rtl .swiper-button-prev {
  right: 12%;
  caret-color: transparent;
}
#slide .swiper-button-prev,
#slide .swiper-rtl .swiper-button-next {
  left: 12%;
  caret-color: transparent;
}
main {
  display: flex;
  justify-content: center;
  gap: 33px;
  margin-bottom: 6rem;
  padding: 0 3rem;
}
main.home {
  margin-top: 5rem;
}
.main-contents {
  max-width: 819px;
  width: 100%;
}
.sub-contents {
  max-width: 394px;
  width: 100%;
}
.news-list {
  margin-top: 2rem;
  background-color: #ffffff;
  border: 1px solid #cacaca;
}
.news-list ul {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem 2rem;
}

.news-list ul li {
  display: flex;
  column-gap: 3rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #dddddd;
}
.news-list ul li img {
  width: 102px;
}
.news-data {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.news-data span {
  font-size: 0.8rem;
  border: 1px solid #ff75a0;
  border-radius: 50px;
  color: #e50a4f;
  padding: 0.1rem 0.3rem;
  margin-right: 10px;
}

.bnr-list {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.cast-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 2.5rem;
}
.cast-list ul li {
  flex-basis: 182px;
  background-color: white;
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
}
.cast-list ul li img {
  width: 100%;
}
.cast-prof {
  margin: 2.5rem 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 0.5px solid #ababab;
  text-align: center;
}
.cast-name {
  font-size: 1.8rem;
}
.cast-tag {
  font-size: 1.3rem;
  color: #e5890a;
}
.cast-data {
  font-size: 1.3rem;
}
.cast-data {
  font-size: 1.3rem;
  text-align: center;
  margin: 1rem 1rem 2.5rem;
}
.cast-link {
  padding: 0 1rem;
}
.cast-link a {
  background: #e5890a;
  border-radius: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 144px;
  width: 100%;
  padding: 10px 0;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
  font-weight: 100;
}
.cast-link a:hover {
  background: #402e32;
  color: #fff;
}
/* schedule */
.page-contents {
  max-width: 818px;
  width: 100%;
}
.weekly {
  display: flex;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
.weekly li {
  background-color: #ffeed7;
  flex-basis: calc(100% / 7);
  text-align: center;
  border-right: 1px solid #ffffff;
}
.weekly li:last-child {
  border-right: none;
}
.weekly li.active {
  background-color: #e5890a;
  color: #fff;
}
.weekly li a {
  display: block;
  padding: 4rem 0;
}
.schedule-list {
  margin-bottom: 3rem;
}
.schedule-list ul {
  display: flex;
  flex-wrap: wrap;
}
.schedule-list ul li {
  flex-basis: calc(100% / 5);
}
.schedule-cast {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4efeb;
  padding: 1rem 0;
  height: 60px;
  border-right: 1px solid #ffffff;
}
.schedule-list ul li:last-child .schedule-cast {
  border-right: none;
}
.schedule-cast:last-child {
  border-right: none;
}
.schedule-data {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 1rem 0;
  height: 120px;
}
.schedule-data p {
  font-size: 1.3rem;
}

.btn {
  background-color: #e5890a;
  max-width: 394px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 2rem 0;
  transition: 0.3s ease-in-out;
}
.btn a:hover {
  background: #402e32;
  color: #fff;
}
.btn p {
  font-size: 2rem;
  position: relative;
  padding-left: 3.5rem;
}
.btn p::before {
  content: "";
  background-image: url(../images/ic-calendar_white.svg);
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  left: 0rem;
  top: 0.2rem;
}
.schedule-boy {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.schedule-boy ul {
  display: flex;
  flex-wrap: wrap;
}
.schedule-boy ul li {
  height: 170px;
  flex-basis: calc(100% / 8);
}
.schedule-boy_img {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d9d9d9;
}
.schedule-boy_img p a {
  text-decoration: underline;
}
.schedule-boy_img img {
  margin-bottom: 1rem;
  max-width: 80px;
}
.schedule-boy_day {
  display: flex;
  flex-direction: column;
}

.schedule-boy_data {
  background-color: #f4efeb;
  flex-grow: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}
.schedule-boy_time {
  background-color: #fff;
  flex-grow: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d9d9d9;
}
.schedule-boy ul li:last-child .schedule-boy_time,
.schedule-boy ul li:last-child .schedule-boy_data {
  border-right: none;
}
.sunday {
  color: #d42324;
}
.saturday {
  color: #295ab4;
}

/* profile */
.profile-boy {
  display: flex;
  column-gap: 3.2rem;
}
.boy-data {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.boy-box {
  padding: 2.5rem;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  flex-grow: 2;
}
.boy-kana {
  font-size: 1.2rem;
}
.boy-name {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.boy-data ul {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.boy-data ul li dl {
  display: flex;
  height: 4.6rem;
}
.boy-data ul li dl dt {
  flex-basis: 32%;
  display: flex;
  align-items: center;
  background-color: #f4efeb;
  border-bottom: 1px solid #fff;
  padding: 0 1.5rem;
}
.boy-data ul li:last-child dl dt {
  border-bottom: none;
}
.boy-data ul li dl dd {
  flex-basis: 68%;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  border-bottom: 1px solid #d9d9d9;
}
.boy-data ul li:last-child dl dd {
  border-bottom: none;
}
.boy-sns {
  display: flex;
  justify-content: center;
  column-gap: 1.5rem;
}
.boy-photo .slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: calc(100% / 3);
}
.boy-photo .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.boy-photo {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.boy-photo .swiper {
  max-width: 287px;
  width: 100%;
}
.boy-photo .swiper-slide img {
  height: auto;
  width: 100%;
}
.boy-photo .swiper-button-next,
.swiper-button-prev {
  color: white;
}
.weekly-profile {
  display: flex;
  margin-bottom: 4rem;
}
.weekly-profile li {
  flex-basis: calc(100% / 7);
  display: flex;
  flex-direction: column;
}
.weekly-profile li p {
  width: 100%;
  text-align: center;
  padding: 0.5rem 0;
}
.weekly-profile li p:first-child {
  background-color: #f4efeb;
  border-right: 1px solid #fff;
}
.weekly-profile li p:last-child {
  height: 85px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d9d9d9;
}
.weekly-profile li:last-child p:first-child {
  border-right: none;
}
.weekly-profile li:last-child p:last-child {
  border-right: none;
}
.comments {
  display: flex;
  column-gap: 3rem;
}
.comment {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
h5.comment-ttl {
  font-size: 1.6rem;
}
h5.comment-ttl p {
  position: relative;
  padding-left: 2.5rem;
}
h5.comment-ttl p::before {
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  left: 0.2rem;
  top: 0.6rem;
  background-image: url(../images/ic-grass_orn.svg);
}
.comment section {
  padding: 2.5rem;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

/* footer */
#pagetop {
  background-image: url("../images/img-bg2.png");
  background-color: rgba(229, 137, 10, 1);
  background-blend-mode: darken;
  background-repeat: repeat;
  padding: 1rem 0;
}
#pagetop a {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#footer-nav {
  background-image: url("../images/img-bg2.png");
  background-color: rgba(64, 46, 50, 1);
  background-blend-mode: darken;
  background-repeat: repeat;
  padding: 2rem 1.5rem 4rem;
}
#footer-nav_list {
  display: flex;
  justify-content: space-between;
  max-width: 445px;
  margin: 0 auto;
  color: #9b9294;
  font-size: 1.4rem;
  font-weight: 100;
}
#footer-nav_list > li > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#footer-nav_list > li > ul li:first-child {
  color: white;
}
#contacts {
  background-image: url("../images/img-bg2.png");
  background-color: rgba(229, 137, 10, 1);
  background-blend-mode: darken;
  background-repeat: repeat;
  padding: 1rem 0;
  font-size: 1.4rem;
}
#contacts ul {
  margin: 0 auto;
  display: grid;
  grid-template-areas:
    "item1 item2 item3"
    "item4 item4 item4";
  justify-content: center;
  justify-items: center;
  row-gap: 1rem;
}
#contacts ul li {
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  border-right: 1px solid #402e32;
  padding: 0 1rem 0 2rem;
}
#contacts ul li:last-child {
  border: none;
}
#contacts ul li a {
  display: block;
  transform: skewX(-150deg);
  position: relative;
  padding-left: 1rem;
}
#contacts ul li a::before {
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  left: -1rem;
  top: 0.1rem;
}
#contacts ul li.item1 a::before {
  background-image: url(../images/ic-grass.svg);
}
#contacts ul li.item2 a::before {
  background-image: url(../images/ic-map_footer.svg);
}
#contacts ul li.item3 a::before {
  background-image: url(../images/ic-mail.svg);
}
#contacts ul li.item4 a::before {
  background-image: url(../images/ic-x.svg);
}

.item1 {
  grid-area: item1;
}
.item2 {
  grid-area: item2;
}
.item3 {
  grid-area: item3;
}
.item4 {
  grid-area: item4;
}
#copyright {
  background-image: url("../images/img-bg2.png");
  background-color: rgba(64, 46, 50, 1);
  background-blend-mode: darken;
  background-repeat: repeat;
  color: white;
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 1246px) {
  .sub-contents {
    max-width: 240px;
    width: 100%;
  }
  .news-list ul li {
    flex-direction: column;
    row-gap: 1rem;
  }
  .news-list ul li img {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .cast-list ul li {
    flex-basis: 32%;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    margin-top: 2.5rem;
  }
  h4 {
    margin-bottom: 1.5rem;
  }
  main.home {
    flex-direction: column;
    padding: 0 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .sub-contents {
    max-width: 100%;
  }
  .news-list ul li {
    flex-direction: row;
  }
  .news-list ul li img {
    width: 100%;
  }
  .schedule-boy ul li {
    flex-basis: calc(100% / 4);
  }
  .weekly-profile {
    flex-wrap: wrap;
  }
  .profile-boy {
    flex-direction: column;
    row-gap: 2rem;
  }
  .comments {
    flex-direction: column;
    row-gap: 2rem;
  }
  .weekly-profile li {
    flex-basis: calc(100% / 4);
  }
}
@media screen and (max-width: 425px) {
  header h1 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  .bnr-list {
    row-gap: 1.5rem;
  }
  .cast-list ul li {
    flex-basis: 48%;
  }
  #header-nav ul li {
    font-size: 1.2rem;
  }
  #header-nav ul li img {
    width: 1.6rem;
  }
  #slide p {
    font-size: 1.6rem;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: "";
  }
  #footer-nav_list {
    justify-content: space-around;
  }
  #contacts ul {
    grid-template-areas:
      "item1 item2"
      "item3 item4";
    row-gap: 2rem;
  }
  .weekly {
    flex-wrap: wrap;
    flex-basis: 47%;
  }
  .weekly li {
    flex-basis: 25%;
    flex-grow: unset;
  }
  .schedule-list ul li {
    flex-basis: 25%;
  }
  .btn p {
    font-size: 1.6rem;
  }
  .btn a {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 320px) {
  main {
    padding: 0 1.5rem;
    margin-bottom: 2.5rem;
  }
  #contacts ul {
    grid-template-areas:
      "item1"
      "item2"
      "item3"
      "item4";
  }
  #contacts ul li {
    border: none;
  }
  .news-list ul li img {
    width: 80%;
    margin: 0 auto;
  }
  .news-list ul li {
    flex-direction: column;
  }
  .cast-link a {
    max-width: 144px;
  }
  #footer-nav_list {
    justify-content: space-between;
  }
  .weekly li {
    flex-basis: calc(100% / 3);
  }
  .schedule-list ul li {
    flex-basis: calc(100% / 3);
  }
  .schedule-boy ul li {
    flex-basis: calc(100% / 3);
  }
  .weekly-profile li {
    flex-basis: calc(100% / 2);
  }
}

strong.last {
  color: #fff;
  background: #e5890a;
  border: 2px solid #ffffff;
  padding: 1px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  display: block;
  margin: 0 3px;
}