@charset "utf-8";

/*----------------------------------------------------------------------------------------------*/

h2,
h3,
h4 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 200%;
  text-align: left;
}

dl,
p,
li,
a {
  font-family: 'Oswald', sans-serif;
}

/*----------------------------------------------------------------------------------------------*/

#header {
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: solid 1px #020202;
}

#header h1 {
  max-width: 290px;
  margin: 0 auto;
}

#header h1 img {
  /* margin: 8px auto; */
  /* text-align: center; */
  /* padding: 0 0 0 15px; */
  max-width: 290px;
}

#header h2 img {
  width: 100%;
}

/* SLIDE MENU */
#slide_menu {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: -240px;
  width: 240px;
  height: 100%;
  background: #333;
  display: block;
}

#slide_menu li a {
  padding: 24px;
  color: #eee;
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  border-bottom: 1px #444 solid;
}

#slide_menu li.close {
  background: #444;
  text-align: center;
}

/* MENU BUTTON */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: absolute;
  width: 24px;
  height: 20px;
  margin: 1.4em;
  top: 60px;
  right: 0;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  border-radius: 1px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1),
.menu-trigger.active span:nth-of-type(3) {
  width: 14px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translate(-3px, 4px) rotate(-45deg);
  transform: translate(-3px, 4px) rotate(-45deg);
  height: 2px;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translate(-3px, -5px) rotate(45deg);
  transform: translate(-3px, -5px) rotate(45deg);
  height: 2px;
}

#menu01 {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0;
}

#menu01 ul {
  width: 980px;
  margin: 0 auto;
}

#menu01 ul li {
  width: 450px;
  float: left;
  margin: 0 auto;
  text-align: center;
}

.flexitem {
  width: 980px;
  text-align: center;
}

.flexcontainer {
  display: flex;
}

#profile_title {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

#profile_title h2 {
  padding: 10px;
}

#profile_title h2 img {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.forsp {
  display: none;
}

#profile {
  max-width: 900px;
  margin: 30px auto;
}

#profile ul {
  float: left;
  width: 400px;
  background-image: url(../profile/images/photo_bg.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  padding: 5px 0;
  margin-left: 10px;
}

#profile ul li {
  width: 390px;
  margin: 0 auto;
  padding: 0;
}

#profile ul li img {
  width: 100%;
}

#profile ul li h4 {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  background-color: #81d8d0;
  font-size: 40px;
  line-height: 1;
  padding: 23px 0;
}

#profile dl {
  float: left;
  width: 400px;
  margin: 0 10px 0 20px;
  font-size: 16px;
  line-height: 180%;
}

#profile dl dt {
  /* background-color: #81d8d0; */
  /* width: 20%; */
  padding: 4px 5px;
  color: #ffffff;
  margin: 0 10px 0 0;
  color: #81d8d0;
  font-weight: bold;
}

#profile dl dd {
  padding: 0 0 0 3px;
  border-bottom: #6cd8cf 1px dotted;
  margin: 0 0 10px 0;
  line-height: 200%;
}

#profile dl dd a {
  color: #177ea7;
}

#profile dl dd a:hover {
  opacity: 0.5;
}

#media {
  max-width: 960px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
}

#media h3 {
  font-size: 28px;
  color: #6cd8cf;
  text-align: left;
  padding: 0 0 10px 0;
}

.tv-widget {
  width: 45%;
  margin: 0 auto;
  box-sizing: border-box;
}

.radio-widget {
  width: 45%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* カスタム用 css */
/* ラジオwidget */
.commonHeader {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0px 60px;
}

.CommonHeader__Header-sc-1cx7td8-0 {
  text-align: center;
}

#commonError.CommonError__ErrorText-sc-18itnk8-0.fFDoNk.commonError {
  font-size: 0;
}

#commonError.CommonError__ErrorText-sc-18itnk8-0.fFDoNk.commonError::before {
  font-size: 14px;
  content: '出演情報はありません';
}

/* テレビwidget */
.modeA-header span {
  font-size: 0;
}

.modeA-header span::before {
  font-size: 16px;
  content: 'テレビ出演情報';
}

#commonError.CommonError__ErrorText-sc-18itnk8-0.fFDoNk.commonError {
  font-size: 0;
}

#commonError.CommonError__ErrorText-sc-18itnk8-0.fFDoNk.commonError::before {
  font-size: 14px;
  content: '出演情報はありません';
}

@media screen and (max-width: 812px) {
  #media {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .tv-widget {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }

  .radio-widget {
    width: 80%;
    margin: 20px auto 0;
  }
}

#blog {
  max-width: 980px;
  margin: 0 auto;
  padding: 90px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

#blog h2 {
  padding: 10px;
}

#blog h2 img {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

#blog p {
  width: 90%;
  padding: 0.4rem 0;
  text-align: center;
}

.forsp {
  display: none;
}

/* .list {
  width: 980px;
  display: flex;
  flex-wrap: wrap;
}

.list {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
} */

.list dl {
  /* width: 490px; */
  box-sizing: border-box;
  border: solid 1px #fff;
  padding: 0;
  margin: 0;
  display: flex;
  padding-right: 10px;
}

.list dl dt {
  float: left;
  width: 50%;
  height: 190px;
  object-fit: cover;
}

.list dl dt img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  object-fit: cover;
}

.list dl dd {
  color: #ffffff;
  float: left;
  width: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 170%;
  height: 240px;
  object-fit: cover;
  background-color: #7fd6cf;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list dl dd img {
  width: 35%;
  border-radius: 500px;
}

.list dl dd a {
  color: #ffffff;
}

.blog_title {
  width: 80%;
  margin: 0 auto;
  color: #333;
  background-color: #fff;
}

.day {
  color: #64bfc0;
}

.accordion {
  min-width: 980px;
  margin: 0 auto;
  padding: 0;
}

.accordion .ac-content {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.accordion input {
  display: none;
}

.accordion label {
  display: block;
  background: #64bfc0;
  cursor: pointer;
  padding: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
  width: 60%;
  margin: 10px auto;
}

.accordion label:hover {
  background: #ccfffb;
  color: #64bfc0;
}

.accordion .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  /* padding: 0 10px; */
  box-sizing: border-box;
}

.accordion input:checked + .ac-cont {
  height: auto;
  /* padding: 10px; */
  box-sizing: border-box;
}

.ac-cont dl {
  width: 480px;
  box-sizing: border-box;
  border: solid 1px #fff;
  padding: 0;
  margin: 5px;
  background-image: url(../images/list_bg.png);
}

.ac-cont dl dt {
  float: left;
  width: 50%;
}

.ac-cont dl dt img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.ac-cont dl dd {
  color: #ffffff;
  float: left;
  width: 48%;
  text-align: center;
  font-size: 14px;
  line-height: 170%;
  padding: 15px 0 0 5px;
}

.ac-cont dl dd img {
  width: 35%;
  border-radius: 500px;
}

.blogmore {
  display: block;
  background: #64bfc0;
  cursor: pointer;
  padding: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
  width: 60%;
  margin: 10px auto;
}

.blogmore:hover {
  background: #ccfffb;
  color: #64bfc0;
}

/* #profile_title {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

#profile_title h2 {
  padding: 10px;
}
#profile_title h2 img{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
} */
#contents {
  max-width: 980px;
  margin: 80px auto;
}

#contents h2 img {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

#contents_bn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 10px;
}

.contents_box {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: 40px auto 0;
  padding: 10px;
  border: 1px solid #d70101;
  box-sizing: border-box;
}

.contents_left {
  width: 50%;
}
.contents_left img {
  width: 100%;
}

.yt-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.yt-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contents_right {
  width: 50%;
}

.contents_title {
  border-bottom: 1px dotted #d70101;
  width: 100%;
  padding: 10px 0;
}

.contents_title img {
  max-width: 494px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.contents_right dl {
  text-align: center;
  padding: 24px 0;
}
.contents_right dl dd {
  font-size: 24px;
}

.podcast {
  border: 1px solid #7fbcd6;
}

.podcast-title {
  border-bottom: 1px dotted #7fbcd6;
}

.podcast-text {
  text-align: center;
  font-size: 18px;
  margin: 20px auto;
  line-height: 1.5;
}

.wf-sawarabigothic {
  font-family: 'Sawarabi Gothic';
}

.sample03 {
  background: linear-gradient(transparent 60%, #b7e4f9 50%);
  padding: 0 0.3rem;
}

.podcast-list {
  margin: 20px auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.podcast-btn {
  max-width: 120px !important;
  width: 100% !important;
}
.podcast-sns {
  display: flex;
  gap: 15px;
}

.podcast-sns img {
  max-width: 30px;
  width: 100%;
}

#contents_bn .movie {
  width: 100%;
  margin: 40px 10px;
  padding: 10px;
  display: flex;
  gap: 10px;
  border: 1px solid #42b7b3;
}

#contents_bn .thumbnail {
  width: 50%;
}

#contents_bn .movie_text {
  width: 50%;
}

#contents_bn .movie_text h3 {
  border-bottom: 1px dotted #42b7b3;
}

#contents_bn .movie_text h3 img {
  max-width: 494px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

#contents_bn .movie_text dl {
  text-align: center;
  padding: 15px 0;
}

#contents_bn .movie_text dl dd {
  font-size: 24px;
  padding: 15px 0 0 0;
}

#contents_bn .movie img {
  width: 100%;
}

#contents_bn .movie img {
  width: 100%;
}

#contents_bn .book {
  margin: 20px 10px;
  padding: 10px;
  display: flex;
  gap: 10px;
  box-sizing: border-box;
  border: 1px solid #f6a740;
}

#contents_bn .book_text {
  width: 50%;
}

#contents_bn .book_text h3 {
  border-bottom: 1px dotted #f6a740;
}

#contents_bn .book_text dl {
  text-align: center;
  padding: 15px 0;
}

#contents_bn .book_text dl dd {
  font-size: 24px;
  padding: 15px 0 0 0;
}

#contents_bn .book img {
  width: 100%;
}

#contents_bn .photo {
  width: 90%;
  margin: 20px auto 0 auto;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e9879c;
}

#contents_bn .photo_text {
  width: 50%;
  padding: 10px;
}

#contents_bn .photo_text h3 {
  border-bottom: 1px dotted #e9879c;
}

#contents_bn .photo_text dl {
  text-align: center;
  padding: 15px 0;
}

#contents_bn .photo_text dl dd {
  font-size: 24px;
  padding: 15px 0 0 0;
}

#contents_bn .photo img {
  width: 100%;
}

.btn {
  width: 30%;
  margin: 0 auto;
}

.btn-flat-border-yt {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding: 1.3em 0;
  text-decoration: none;
  color: #ffffff;
  border-radius: 3px;
  transition: 0.4s;
  text-align: center;
  font-size: 14px;
  background: #d70101;
}

.btn-flat-border-yt:hover {
  background: #8d0202;
  color: #ffffff;
}

.btn-flat-border-book {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding: 1.3em 0;
  text-decoration: none;
  color: #ffffff;
  border-radius: 3px;
  transition: 0.4s;
  text-align: center;
  font-size: 14px;
  background: #f6a740;
}

.btn-flat-border-book:hover {
  background: #d3923d;
  color: #ffffff;
}

.btn-flat-border {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding: 1.3em 0;
  text-decoration: none;
  color: #ffffff;
  border-radius: 3px;
  transition: 0.4s;
  text-align: center;
  font-size: 14px;
  background: #42b7b3;
}

.btn-flat-border:hover {
  background: #34a5a1;
  color: #ffffff;
}

.btn-flat-border-photo {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding: 1.3em 0;
  text-decoration: none;
  color: #ffffff;
  border-radius: 3px;
  transition: 0.4s;
  text-align: center;
  font-size: 14px;
  background: #e9879c;
}

.btn-flat-border-photo:hover {
  background: #d17d8f;
  color: #ffffff;
}

/* SNS ボタンのグループ */
.snsButtons {
  margin: 5px;
  padding: 0px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

#profile .snsButtons a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#profile .snsButtons_x-icon a {
  display: flex;
  align-items: center;
}

#profile .snsButtons_x img {
  width: 18%;
  padding-right: 4px;
}

/* 各 SNS ボタンのボックス */
.snsButtons p {
  display: inline-block;
  /* 水平に並べる */
  display: flex;
  justify-content: center;
  list-style-type: none;
  /* 先頭のポッチを消す */
  margin: 2px;
  padding: 10px;
  color: white;
  border-radius: 4px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  line-height: 0;
}

/* マウスカーソルを重ねたとき */
#profile .snsButtons p:hover {
  opacity: 0.7;
}

/* クリックしたとき */
#profile .snsButtons p:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

/* アイコン部分 */
#profile .snsButtons i {
  font-size: 34px;
  min-width: 40px;
  margin: 0px;
  vertical-align: middle;
}

/* テキスト部分 */
#profile .snsButtons_label {
  display: inline-block;
  padding: 0px 8px;
  text-align: center;
  font-size: 14px;
}

.snsButtons_label-instagram {
  padding: 0 16px;
}

/* 各 SNS のブランドカラー */
#profile .snsButtons_x {
  background: #000;
  width: 40%;
  margin: 3px;
}

#profile .snsButtons_x-icon {
  width: 60%;
}

#profile .snsButtons i.fa-x:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(https://www.mbs.jp/mbs.ana/images/x-logo.png);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}

#profile .snsButtons_facebook {
  background: #3b5998;
  width: 40%;
  margin: 3px;
}

#profile .snsButtons_instagram {
  width: 40%;
  background: radial-gradient(
      at 20% 120%,
      orange,
      #f15a4d 25%,
      #f13f79 55%,
      #9933ff 100%
    )
    no-repeat;
  margin: 3px;
}

#faq {
  max-width: 980px;
  width: 100%;
  margin: 80px auto;
}

#faq h2 img {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.faq_contents {
  padding: 1em 3em;
}

.faq_contents dt {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #55c3ba;
  font-weight: bold;
  color: #55c3ba;
  font-size: 22px;
}

.faq_contents dt:before {
  content: 'Q';
  font-weight: normal;
  background: #55c3ba;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6;
  text-align: center;
  display: inline-block;
  border-radius: 1em;
  margin-right: 0.5em;
}

.faq_contents dd {
  margin-bottom: 2em;
  padding: 10px 20px;
  font-size: 16px;
}

.faq_contents dd:last-child {
  margin-bottom: 0;
}

.acd-check {
  display: none;
}

.acd-label {
  background: #7fd6cf;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 20px 10px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.acd-content {
  height: 0;
  opacity: 0;
  /* padding: 0 10px; */
  transition: 0.5s;
  visibility: hidden;
}

.acd-check:checked + .acd-content {
  height: auto;
  opacity: 1;
  /* padding: 10px; */
  visibility: visible;
}

/*----広告バナー-------------------------------------------*/
.pr_sp300 {
  display: none;
}

#pr_pc728 {
  width: 728px;
  margin: 0 auto;
  padding: 40px 0;
}

#pr_flame {
  width: 100%;
  padding: 20px 0;
}

.pr {
  width: 728px;
  height: 90px;
  margin: 0 auto;
}

@media print {
  #ending .left-off {
    display: none !important;
  }
}

@media screen and (max-width: 840px) {
  #profile ul {
    width: 370px;
  }

  #profile ul li {
    width: 360px;
  }
}

/*----------------------------------------------------------------------------------------------*/

/* ウィンドウ幅が0～479pxの場合に適用するCSS */

@media screen and (max-width: 812px) {
  /* HEADER */
  #header {
    position: relative;
    width: 100%;
    border-bottom: solid 1px #020202;
  }

  #header h1 {
    text-align: center;
  }

  #header h1 img {
    padding: 0;
    max-width: 200px;
  }

  /* SLIDE MENU */
  #slide_menu {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #333;
    display: block;
  }

  #slide_menu li a {
    padding: 24px;
    color: #eee;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    border-bottom: 1px #444 solid;
  }

  #slide_menu li.close {
    background: #444;
    text-align: center;
  }

  /* MENU BUTTON */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: absolute;
    width: 24px;
    height: 20px;
    margin: 1em;
    top: 0;
    right: 0;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    border-radius: 1px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(1),
  .menu-trigger.active span:nth-of-type(3) {
    width: 14px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translate(-3px, 4px) rotate(-45deg);
    transform: translate(-3px, 4px) rotate(-45deg);
    height: 2px;
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translate(-3px, -5px) rotate(45deg);
    transform: translate(-3px, -5px) rotate(45deg);
    height: 2px;
  }

  #profile_title {
    width: 100%;
    margin: 30px auto;
  }

  #profile_title h2 {
    padding: 10px 0;
    width: 100%;
  }

  #profile_title h2 img {
    width: 100%;
  }

  .forpc {
    display: none;
  }

  #profile {
    width: 100%;
    margin: 30px auto;
  }

  #profile ul {
    float: none;
    width: 90%;
    margin: 0 auto;
    background-image: url(../profile/images/photo_bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
    padding: 5px 0;
  }

  #profile ul li {
    width: 98%;
    margin: 0 auto;
    padding: 0;
  }

  #profile ul li img {
    width: 100%;
  }

  #profile ul li h4 {
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    background-color: #81d8d0;
    font-size: 28px;
    padding: 23px 0;
  }

  #profile dl {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    line-height: 180%;
  }

  #profile dl dt {
    /* background-color: #81d8d0; */
    /* width: 20%; */
    padding: 4px 5px;
    color: #ffffff;
    margin: 0 10px 0 0;
    color: #81d8d0;
    font-weight: bold;
  }

  #profile dl dd {
    padding: 0 0 0 3px;
    border-bottom: #6cd8cf 1px dotted;
    margin: 0 0 10px 0;
  }

  #blog {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    flex-wrap: wrap;
  }

  #blog h2 {
    padding: 20px 0;
    width: 100%;
  }

  #blog h2 img {
    width: 100%;
  }

  #blog p {
    padding: 5px 0;
    width: 90%;
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
  }

  .list {
    width: 100%;
  }

  .list dl {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #fff;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .list dl dt {
    width: 50%;
  }

  .list li dt img {
    width: 100%;
  }

  .list dl dd {
    width: 50%;
    background-color: #7fd6cf;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 170%;
    padding: 5px 0;
    height: 240px;
  }

  .list dl dd a {
    color: #ffffff;
  }

  .blog_title {
    width: 80%;
    margin: 0 auto;
    color: #333;
    background-color: #fff;
  }

  .day {
    color: #64bfc0;
  }

  .accordion {
    min-width: 60%;
    margin: 0 auto;
    padding: 0;
  }

  .accordion .ac-content {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  .accordion input {
    display: none;
  }

  .accordion label {
    display: block;
    background: #64bfc0;
    cursor: pointer;
    padding: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    width: 60%;
    margin: 10px auto;
  }

  .accordion label:hover {
    background: #ccfffb;
  }

  .accordion .ac-cont {
    transition: 0.2s;
    height: 0;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .accordion input:checked + .ac-cont {
    height: auto;
    padding: 10px;
    box-sizing: border-box;
  }

  .accordion dl {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #fff;
    padding: 0;
    background-image: url(../images/list_bg.png);
  }

  .accordion dl dt {
    float: left;
    width: 50%;
  }

  .accordion li dt img {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }

  .accordion dl dd {
    color: #ffffff;
    float: left;
    width: 48%;
    text-align: center;
    font-size: 14px;
    line-height: 170%;
    padding: 15px 0 0 5px;
  }

  .accordion dl dd img {
    width: 35%;
    border-radius: 500px;
  }

  .blogmore {
    display: block;
    background: #64bfc0;
    cursor: pointer;
    padding: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    width: 60%;
    margin: 10px auto;
  }

  .blogmore:hover {
    background: #ccfffb;
    color: #64bfc0;
  }

  #contents {
    margin: 40px auto 0;
  }

  /* #contents h2 {
    padding: 10px 0;
    width: 100%;
  } */
  .contents_box {
    flex-direction: column;
    margin: 20px auto 0;
  }
  .contents_left {
    width: 100%;
  }

  .contents_right {
    width: 100%;
  }
  .contents_right dl {
    padding: 10px 0;
  }
  .contents_right dl dd {
    font-size: 18px;
    padding: 10px 0;
  }
  #contents_bn {
    display: block;
  }

  .podcast-top {
    margin: 0 auto;
    padding: 10px;
    display: block;
  }

  .podcast-thumb {
    width: 100%;
    background-color: #b7e4f9;
  }

  .podcast-thumb img {
    max-width: 638px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .podcast-about {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .podcast-title img {
    margin: 0 auto;
    display: block;
  }

  .podcast-text {
    padding: 10px 0;
  }

  .podcast-list {
    flex-wrap: wrap;
  }

  .podcast-btn {
    max-width: 130px !important;
  }
  .podcast-sns {
    justify-content: center;
  }

  #contents_bn .movie {
    width: 100%;
    display: block;
    flex-wrap: nowrap;
    padding: 10px;
    margin: 20px 10px;
  }

  #contents_bn .thumbnail {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #contents_bn .movie_text {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #contents_bn .movie_text h3 {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }

  #contents_bn .movie_text dl dt {
    font-size: 14px;
  }

  #contents_bn .movie_text dl dd {
    font-size: 18px;
  }

  #contents_bn .book_text {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #contents_bn .book {
    display: block;
    flex-wrap: nowrap;
    padding: 10px;
  }

  #contents_bn .book_text h3 {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #contents_bn .book_text h3 img {
    display: block;
    width: 100%;
    max-width: 494px;
    margin: 0 auto;
  }

  #contents_bn .book_text dl dt {
    font-size: 14px;
  }

  #contents_bn .book_text dl dd {
    font-size: 18px;
  }

  #contents_bn .photo_text {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #contents_bn .photo {
    width: 100%;
    display: block;
    flex-wrap: nowrap;
    padding: 10px;
  }

  #contents_bn .photo_text h3 {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }

  #contents_bn .photo_text dl dt {
    font-size: 14px;
  }

  #contents_bn .photo_text dl dd {
    font-size: 18px;
  }

  .btn {
    width: 50%;
  }

  #pr_flame {
    width: 100%;
  }

  .pr {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  #faq {
    margin: 40px auto;
  }

  .faq_contents {
    padding: 1em 2em;
  }

  #faq h2 img {
    width: 100%;
  }

  .faq_contents dt {
    font-size: 16px;
  }

  .faq_contents dd {
    font-size: 14px;
  }

  /* 各 SNS のブランドカラー */

  #profile .snsButtons_x {
    background: #000;
    width: 45%;
    margin: 5px;
  }

  #profile .snsButtons_facebook {
    background: #3b5998;
    width: 45%;
    margin: 5px;
  }

  #profile .snsButtons_instagram {
    width: 45%;
    background: radial-gradient(
        at 20% 120%,
        orange,
        #f15a4d 25%,
        #f13f79 55%,
        #9933ff 100%
      )
      no-repeat;
    margin: 5px;
  }

  #profile .snsButtons_label {
    font-size: 12px;
    padding: 0;
  }
}

/*▼clear fix----------------------------------------------------------------------------------------------*/

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
  overflow: hidden;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.clearfix + * {
  clear: both;
}

/* Dreamweaver確認用 */

.px12 {
  font-size: 12px;
}

.px14 {
  font-size: 14px;
}

.px16 {
  font-size: 16px;
  font-weight: bold;
}

.px28 {
  font-size: 28px;
}

.profile-coution {
  color: red;
  font-weight: bold;
  margin-bottom: 10px;
}
