@charset "UTF-8";
/* CSS Document */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.container section {
  padding-top: 0px !important;
}
a {
  word-wrap: break-word;
  display: inline;
}
body {
  -webkit-text-size-adjust: 100% !important;
}
body {
  -webkit-text-size-adjust: 100% !important;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif !important;
  background: #fff;
  color: #333333;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42;
}
.singletitle {
  display: none;
}
.container {
  max-width: initial !important;
}
.title {
  background: #fff;
  height: 700px;
  margin: 0 auto;
}
#main a {
  display: block;
}
#main a:hover, #main a:hover img {
  opacity: .8;
}
.main_img {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0px;
  background: url("https://sukuiku.com/wp-content/uploads/nono-room/assets/images/main2023.jpg") no-repeat center bottom;
  background-size: contain;
  height: 700px;
}
.main_img > ul {
  height: 700px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  align-content: center;
}
.main_img > ul > li:first-of-type {
  max-width: 46%;
  margin-bottom: 25px;
}
.main_img > ul > li:nth-of-type(2) {
  max-width: 26%;
  margin-left: 20%;
}
.main_img img {
  margin: 0 0;
  max-width: 100%;
  width: auto;
}
/*アンカーここから*/
/*========= 上部固定させるためのCSS ===============*/
#header-anchor {
  height: auto; /*高さ指定*/
  width: 100%; /*横幅指定*/
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(247, 124, 124, 1.0);
  color: #fff;
  text-align: center;
  padding: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
}
/*JSを使いfixedクラスが付与された際の設定*/
#header-anchor.fixed {
  position: fixed; /*fixedを設定して固定*/
  z-index: 999; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 0; /*位置指定*/
  background: rgba(247, 124, 124, .8);
}
.episode #header-anchor {
  background: rgba(245, 175, 100, 1.0);
}
.episode #header-anchor.fixed {
  background: rgba(245, 175, 100, .8);
}
/*========= 以下は検証用のレイアウトのためのCSS ===============*/
#header-anchor nav {
  width: 100%;
  margin: auto;
}
#header-anchor nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
#header-anchor nav ul li {
  display: inline-block;
  width: 16.66%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 0;
}
#header-anchor nav ul li a {
  display: inline-block;
  padding-bottom: 0px;
  color: #fff;
  font-size: 16px;
  border-bottom: none;
  text-decoration: none;
  color: #fff;
  padding: 0px;
  font-weight: bold;
}
#header-anchor nav li a:hover {
  border-bottom: none;
}
/*アンカーここまで*/
/*.news_outer*/
.news_outer {
  background: url(https://sukuiku.com/wp-content/uploads/nono-room/assets/images/bg01.png), linear-gradient(90deg, #fffbc6 25%, #fce5e4 75%) center center;
  background-size: cover;
}
.news_outer .news_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
}
.news_outer .news_inner h2 {
  height: 46px;
  width: auto;
  margin: 0px auto 15px;
}
.news_outer .news_inner h2 img {
  height: 46px;
  width: auto;
  margin: 0px auto;
}
.news_outer .news_inner h3 {
  width: auto;
  height: 18px;
  margin: 0 auto;
  margin-bottom: 55px;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  padding-left: 0px;
  border-left: none;
}
.news_outer .news_inner h3 img {
  width: auto;
  height: 18px;
  margin: 0 auto;
}
.news_outer .news_inner .news-box {
  background: rgba(255, 255, 255, 7);
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 55px;
}
.news_outer .news_inner .news-box > ul {
  border-bottom: #fce5e4 dotted 4px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/*.news_outer .news_inner .news-box > ul:nth-child(n + 3) {
  display: none;
}
.news_outer .news_inner .news-box > ul:nth-child(2) {
  margin-bottom: 0px;
}*/
.news_outer .news_inner .news-box > ul:last-of-type {
  margin-bottom: 0px;
}
/*スクロールバーここから*/
.news_outer .news_inner .news-box {
  /*height: 350px;*/
  /*height: 200px;*/
  /*height: 360px;*/
  height: 410px;
  overflow-y: scroll;
  padding-right: 20px;
}
/*スクロールバーの横幅指定*/
.news_outer .news_inner .news-box::-webkit-scrollbar {
  width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.news_outer .news_inner .news-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.news_outer .news_inner .news-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fabe00;
}
/*スクロールバーここまで*/
.news_outer .news_inner .news-box .date {
  font-size: 16px;
  color: #f77c7c;
  margin-bottom: 10px;
  padding: 0;
}
.news_outer .news_inner .news-box .topic {
  font-size: 16px;
}
.news_outer .news_inner .disc-box > ul {
  border-bottom: none;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 46%;
  margin: 0 2% 2%;
}
.news_outer .news_inner .disc-box ul li {
  /*margin-right: 40px;*/
  /*width: 335px;*/
  /*padding-right: 3%;*/
  font-size: 22px;
}
.news_outer .news_inner .disc-box ul li p small {
  font-size: .9em;
}
.news_outer .news_inner .disc-box ul li:first-of-type {
  width: 55%;
  padding-right: 3%;
}
.news_outer .news_inner .disc-box ul li:first-of-type img {
  width: 100%;
}
.news_outer .news_inner .disc-box ul li:last-of-type {
  width: 45%;
}
.news_outer .news_inner .disc-box ul li:last-of-type span.disc-type {
  color: #f77c7c;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0em;
}
.news_outer .news_inner .disc-box ul li:last-of-type p {
  /*font-size: 32px;*/
  line-height: 1.6;
  /*font-size: 22px;*/
  font-size: 17px;
}
.news_outer .news_inner .disc-box ul li:last-of-type p span {
  /*font-size: 24px;*/
  font-size: .9em;
}
.news_outer .news_inner .disc-box ul li:last-of-type a {
  padding: 10px 30px;
  background: #EA5432;
  color: #fff;
  border-radius: 50px;
  margin: 10px auto 0px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
  font-size: .8em;
}
.news_outer .news_inner .disc-box {
  margin-bottom: 0px;
  height: auto;
  overflow-y: auto;
  padding-right: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  /*align-items: center;*/
  align-items: flex-start;
  padding: 40px 20px;
}
.news_outer a {
  color: #333;
}
.news_outer a:hover {
  color: #81a5bf;
}
/*.news_outer*/
/*.link*/
.link {
  background: #ffcbd8;
}
.link .link_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
}
.link .link_inner .link-box {
  margin-bottom: 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.link .link_inner .link-box li {
  width: 31.33%;
  border-radius: 10px;
  margin: 1.0% 1.0%;
  border: 2px solid rgb(247, 124, 124);
  background-color: rgb(255, 233, 233);
}
.link .link_inner .link-box li:nth-of-type(2) {
  border: 2px solid rgb(245, 175, 100);
  background-color: rgb(255, 239, 222);
}
.link .link_inner .link-box li:nth-of-type(3) {
  border: 2px solid rgb(159, 232, 44);
  background-color: rgb(242, 255, 221);
}
.link .link_inner .link-box li:nth-of-type(4) {
  border: 2px solid rgb(65, 221, 208);
  background-color: rgb(222, 255, 252);
}
.link .link_inner .link-box li:nth-of-type(5) {
  border: 2px solid rgb(154, 101, 233);
  background-color: rgb(241, 232, 255);
}
.link .link_inner .link-box li:nth-of-type(6) {
  border: 2px solid rgb(237, 152, 245);
  background-color: rgb(254, 239, 255);
}
.link .link_inner .link-box li > a > div {
  padding: 20px;
}
.link .link_inner .link-box li h4 {
  width: 47px;
  height: 47px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 8px;
  margin-bottom: 10px;
  text-align: center;
}
.link .link_inner .link-box li h4 img {
  width: auto;
  height: 100%;
}
.link .link_inner .link-box li h5 {
  width: auto;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}
.link .link_inner .link-box li h5 img {
  width: auto;
  height: 50px;
  margin: 0 auto;
}
.link .link_inner .sns-box {
  width: 52%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.link .link_inner .sns-box li:nth-child(n+1):nth-child(-n+6) {
  width: 22%;
  border-radius: 10px;
  margin: 1.5%;
  border: none;
  background-color: transparent;
}
.link .link_inner .sns-box li > a > div {
  padding: 0px;
  height: auto;
  line-height: 1;
}
#main .news_outer .news_inner .news-box .topic a {
  /*word-break: break-all;*/
  color: #f77c7c;
  text-decoration: underline;
  display: inline-block !important;
}
#main .news_outer .news_inner .news-box .topic a :visited {
  color: #fff;
}
/*.link*/
/*.video*/
.video {
  background: url(https://sukuiku.com/wp-content/uploads/nono-room/assets/images/bg01.png), linear-gradient(-90deg, #fffbc6 25%, #fce5e4 75%) center center;
  background-size: cover;
}
#main.top .button_outer {
  text-align: center;
  margin: 55px auto 55px;
}
#main.top .button_outer a {
  background: #f77c7c;
  color: #fff;
  border-radius: 10px;
  width: 600px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding: 10px 0px;
  font-size: 24px;
  line-height: 1.6;
}
#main.top .button_outer a b {
  font-size: 1em;
}
.button {
  position: relative;
  letter-spacing: .1rem;
  transition: .5s;
}
.button:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.button:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}
#main a:hover {
  color: #fff;
}
#main a:link {
  color: #fff;
}
#main a:visited {
  color: #fff;
}
#main a:hover {
  color: #fff;
}
#main a:active {
  color: #fff;
}
.toggle_contents {
  background: rgba(255, 255, 255, 7);
  /*margin-bottom: 60px;*/
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.toggle_contents:last-of-type {
  margin-bottom: 0px;
}
.toggle_title {
  position: relative;
  padding: 20px;
  cursor: pointer;
  font-size: 28px;
  line-height: 1.4;
  background: #f77c7c;
  color: #fff;
}
.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_btn:before {
  width: 2px;
  height: 20px;
}
.toggle_title.selected .toggle_btn:before {
  content: normal;
}
.toggle_contents dd {
  display: none;
  padding: 40px 20px 0px;
}
.toggle_contents:first-of-type dd {
  display: block;
}
.youtube_con_in {
  width: 46%;
  margin: 0px auto 40px;
}
.youtube_con_in:first-of-type {
  /*width: 46%;
  margin: 0 27% 40px;*/
}
.youtube_con_in > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 7px;
}
.youtube_con_in > div iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.youtube_con {
  padding: 0px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.youtube_con_in p {
  text-align: center;
  margin: 15px 0 0 0;
}
/*.video*/
/*.disco*/
.disco-area {
  background: url(https://sukuiku.com/wp-content/uploads/nono-room/assets/images/bg01.png), linear-gradient(-90deg, #fffbc6 25%, #fce5e4 75%) center center;
  background-size: cover;
}
#main.disco .title {
  background: #ffe9e9;
  height: auto;
  margin: 0 auto;
  padding: 60px 0;
}
#main.disco h1 {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  min-width: auto;
  color: #fff;
  font-size: 1em;
}
#main.disco h1 img {
  width: auto;
  height: 100%;
}
.disco-area .disco_inner {
  padding-bottom: 0;
}
.disco-area .disco_inner:last-of-type {
  padding-bottom: 120px;
}
#main.disco h2 {
  width: auto;
  height: 100px;
  margin: 0 auto;
  text-align: center;
}
#main.disco h2 img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
#main.disco .disco-area h2 {
  margin-bottom: 50px;
  font-size: 34px;
  color: #f77c7c;
  letter-spacing: .1em;
  height: auto;
}
.disc-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
}
.disc-list {
  width: 48%;
  margin: 1% 1%;
  background: rgba(255, 255, 255, 7);
  height: auto;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
.disc-list > div > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.disc-list > div > ul > li:first-of-type {
  width: 40%;
}
.disc-list > div > ul > li:nth-of-type(2) {
  width: 60%;
  padding-left: 5%;
}
.disc-list > div > ul > li:nth-of-type(2) .disc-type {
  color: #f77c7c;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.3em;
}
.disc-list > div > ul > li:nth-of-type(2) p {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
.disc-list > div > ul > li:nth-of-type(2) p b {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}
.disc-list > div > ul > li:nth-of-type(2) p small {
  font-size: .8em;
}
.coming {
  font-size: 54px;
  color: #333333;
  letter-spacing: .1em;
  text-align: center;
  opacity: .5;
  font-weight: bold;
}
.book_inner .disc-list {
  padding-bottom: 100px;
}
.detail-btn {
  position: absolute;
  bottom: 30px;
}
.detail-btn a {
  background: #f77c7c;
  color: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  font-size: 18px;
}
#main.disco .button_outer {
  text-align: center;
  margin: 50px auto 0;
}
#main.disco .button_outer a {
  background: #f77c7c;
  color: #fff;
  padding: 10px 0px;
  border-radius: 10px;
  font-size: 20px;
  width: 600px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
#main.disco .button_outer a b {
  font-size: 30px;
}
/*.disco*/
/*.episode*/
#main.episode .title {
  background: #ffefde;
}
#main.episode .toggle_contents dd {
  padding: 40px 40px 40px;
}
#main.episode .toggle_title {
  position: relative;
  padding: 20px;
  cursor: pointer;
  font-size: 28px;
  line-height: 1.4;
  background: #f5af64;
  color: #fff;
}
#main.episode .youtube_con_in {
  margin: 40px auto 40px;
}
#main.episode .youtube_con_in:last-of-type {
  margin-bottom: 0;
}
.episode-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.episode-link li:nth-of-type(1) {
  width: auto;
  margin-right: 60px;
}
.episode-link li:nth-of-type(2) {
  width: 150px;
}
.episode-link + p {
  text-align: center;
}
#main.episode .button_outer {
  text-align: left;
  margin: 0px auto 0;
  border-bottom: 2px solid #f00;
  padding-bottom: 5px;
  display: inline;
  line-height: 2;
}
#main.episode .button_outer a {
  background: transparent;
  color: #333;
  padding: 0px;
  border-radius: 0px;
  font-size: 20px;
  width: auto;
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
#main.episode .button_outer a b {
  font-size: 1em;
  text-indent: -1em;
}
#main.episode .button_outer a b:before {
  content: '●';
  color: #f5af64;
}
#main.episode .button {
  position: relative;
  letter-spacing: .1rem;
  transition: .5s;
}
#main.episode .button:before {
  content: "";
  position: absolute;
  top: 43%;
  right: -30px;
  width: 10px;
  height: 2px;
  background: #333;
  transform: rotate(45deg);
}
#main.episode .button:after {
  content: "";
  position: absolute;
  top: 57%;
  right: -30px;
  width: 10px;
  height: 2px;
  background: #333;
  transform: rotate(-45deg);
}
#main.episode .interview .interview_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0px 0;
}
#main.episode .interview .interview_inner h2:first-of-type {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 40px;
  font-size: 24px;
  font-weight: bold;
  color: #f5af64;
  height: auto;
}
#main.episode .interview .interview_inner > h2:first-of-type {
  text-indent: -1em;
  margin-left: 1em;
}
#main.episode .interview .interview_inner > h2:first-of-type:before {
  content: '●';
}
#main.episode .interview .interview_con {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
#main.episode .interview .interview-item {
  margin-bottom: 40px;
  width: 100%;
}
#main.episode .interview .interview-item:last-child {
  margin-bottom: 50px;
}
#main.episode .interview .interview-item h3 {
  font-size: 20px;
  font-weight: normal;
  padding: 0 0 8px 0;
  margin: 0px auto 15px;
  border-left: none;
  border-bottom: 3px #f5af64 dotted;
  text-align: left;
  height: auto;
}
#main.episode .interview .interview-item h3 b {
  color: #f5af64;
  font-weight: bold;
  margin-right: .3em;
  font-size: 1.1em;
}
#main.episode .interview .interview-item p {
  margin: 0px auto;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: justify;
}
#main.episode .interview .interview-item p:last-child {
  margin-bottom: 0px;
}
#main.episode .interview .interview-item p small {
  font-size: .9em;
  display: inline-block;
  margin-top: 5px;
}
#main.episode .interview .interview_inner .book_outer h2 {
  margin: 0 auto 10px;
}
.interview .book_outer {
  padding: 0px;
  max-width: 100%;
  width: 100%;
  margin: 0px auto 0px;
  text-align: center;
  padding-bottom: 50px;
}
.interview .book_outer h2 {
  padding-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
}
.interview .book_outer h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 0px;
  border-left: none;
  margin-bottom: 10px;
  height: auto;
}
.interview .book_outer > p {
  text-align: center;
  margin: 0px auto 40px;
  font-size: 15px;
}
.interview .book {
  display: flex;
}
.interview .book > div {
  width: 50%;
  margin: 0 0%;
}
.interview .book > div img {
  width: 70%;
}
.interview .book > div p {
  text-align: center;
  margin: 15px 0 0 0;
}
.interview .book > div p:last-of-type {
  text-align: center;
  margin: 5px 0 0 0;
  font-size: 15px;
}
.interview .book02_outer {
  padding: 0px 0px;
  max-width: 100%;
  width: 100%;
  margin: 0px auto 0px;
  text-align: center;
  padding-bottom: 0px;
}
.interview .book02_outer h2 {
  padding-top: 0px;
  margin-bottom: 30px;
  font-size: 30px;
}
.interview .book02 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.interview .book02 > div {
  width: auto;
  margin: 0 0%;
}
#main.episode .interview .interview_inner02 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 0px 0;
}
#main.episode .interview .interview_inner02 .interview-item h3 {
  color: #f5af64;
  border-bottom: 3px rgba(245, 175, 100, .5) dotted;
  font-weight: bold;
  width: 100%;
}
#main.episode .interview .interview_inner02 .interview-item:last-child {
  margin-bottom: 0px;
}
#main.episode .interview .interview_inner02 .interview-item p:last-child {
  margin-bottom: 0;
}
#main.episode .interview .interview_inner02 .interview-item .name {
  text-align: right;
}
.episode .news_outer .news_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 120px;
  position: relative;
}
.attention {
  text-align: center;
  margin-bottom: 40px;
  color: #f77c7c;
  font-size: 20px;
  font-weight: bold;
}
#main.episode .interview .interview_inner02.interview_inner2304 .interview-item p:last-child {
  text-align: center;
  margin: 15px 0 0 0;
}
#main.episode .interview .interview_inner02.interview_inner2304 .interview-item p.name:last-child {
  margin-bottom: 0;
  text-align: right;
}
.interview_inner2304 .image2211-top {
  text-align: center;
  margin: 40px auto 0px;
  margin-bottom: 0em;
  max-width: 46%;
  width: 100%;
}
.youtube-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
#main.episode .toggle_title .new {
  padding: 5px;
  font-size: 1em;
  line-height: 1.4;
  background: #fff;
  color: #f77c7c;
  border-radius: 5px;
  font-weight: bold;
  margin-right: 0.5em;
}
/*200507*/
.interview_inner.interview_inner02 .image2211-top {
  text-align: center;
  margin: 40px auto 0px;
  margin-bottom: 0em;
  max-width: 46%;
  width: 100%;
}
.interview_inner.interview_inner02 .image2211-top.box_height {
  text-align: center;
  margin: 40px auto 0px;
  margin-bottom: 0em;
  max-width: 30%;
  width: 100%;
}
/*200507*/
/*.episode*/
/*.media*/
#main.media .title {
  background: #defffc;
}
.media #header-anchor {
  background: rgba(65, 221, 208, 1.0);
}
.media #header-anchor.fixed {
  background: rgba(65, 221, 208, .8);
}
#main.media .toggle_title {
  background: #41ddd0;
}
#main.media .news_outer .news_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
#main.media .toggle_contents dd {
  padding: 40px 40px 40px;
}
#main.media .toggle_contents dd ul li {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
}
#main.media .toggle_contents dd ul li:last-of-type {
  margin-bottom: 0;
}
#main.media .toggle_contents dd ul li b {
  font-weight: normal;
  margin-right: 0.5em;
}
#main.media .toggle_contents dd ul li a {
  color: #41ddd0;
  font-weight: bold;
  line-height: 1.6;
}
#main.media .toggle_contents dd.media-list ul {
  margin-bottom: 30px;
}
#main.media .toggle_contents dd.media-list ul:last-of-type {
  margin-bottom: 0px;
}
#main.media .toggle_contents dd.media-list ul li:first-of-type b {
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 0em;
}
#main.media .detail-btn {
  position: absolute;
  bottom: 30px;
}
#main.media .detail-btn a {
  background: #f77c7c;
  color: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  font-size: 18px;
}
#main.media .button_outer {
  text-align: center;
  margin: 0px auto 0;
  padding-top: 60px;
}
#main.media .button_outer a {
  background: #41ddd0;
  color: #fff;
  padding: 20px 0px;
  border-radius: 10px;
  font-size: 20px;
  width: 600px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
#main.media .button_outer a b {
  font-size: 22px;
}
/*.media*/
/*.inter-area*/
#main.inter-area .title {
  background: #f2ffdd;
}
.inter-area #header-anchor {
  background: rgba(159, 232, 44, 1.0);
}
.inter-area #header-anchor.fixed {
  background: rgba(159, 232, 44, .8);
}
#main.inter-area .toggle_title {
  background: #9fe82c;
  font-size: 23px;
  padding: 15px 30px;
}
#main.inter-area .toggle_contents {
  margin-bottom: 25px;
}
#main.inter-area .toggle_contents dd {
  padding: 15px 30px;
  display: block;
}
#main.inter-area .toggle_contents dd p {
  font-size: 18px;
}
#main.inter-area .toggle_contents:first-of-type dd p {
  font-size: 25px;
  text-align: center;
  color: #84bf24;
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
}
#main.inter-area .toggle_contents:first-of-type dd p:before {
  content: '●';
}
#main.inter-area .toggle_contents:first-of-type {
  margin-bottom: 40px;
}
#main.inter-area .news_inner:first-of-type .toggle_contents img {
  height: 35px;
}
#main.inter-area .news_inner:first-of-type ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#main.inter-area .news_inner:first-of-type ul li {
  margin-bottom: 0;
}
#main.inter-area .news_inner:first-of-type .toggle_contents:first-of-type {
  margin-bottom: 35px;
}
#main.inter-area .news_inner:first-of-type .toggle_contents:first-of-type dd {
  padding: 0;
}
#main.inter-area .news_inner:first-of-type .toggle_contents:first-of-type dd p {
  margin-right: 20px;
}
#main.inter-area .news_inner:first-of-type .toggle_contents:first-of-type dd div {
  padding: 15px;
}
#main.inter-area .news_inner:first-of-type > p {
  text-align: center;
  font-size: 22px;
}
#main.media .news_outer .news_inner:first-of-type {
  padding-top: 100px;
  padding-bottom: 20px;
}
/*.inter-area*/
#main.episode .video, #main.media .video {
  background: url(https://sukuiku.com/wp-content/uploads/nono-room/assets/images/bg01.png), linear-gradient(-90deg, #fffbc6 25%, #fce5e4 75%) top center;
  background-size: cover;
}
/*エピソード2211更新*/
.contents2211 p {
  margin-bottom: 1.5em;
  font-size: 16px;
}
.contents2211 p b {
  font-size: 1.2em;
  font-weight: bold;
}
.contents2211 .image2211-top {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3em;
  max-width: 55%;
}
.contents2211 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  max-width: 75%;
  text-align: center;
  margin: 0 auto;
}
.contents2211 ul .left-box {
  width: 45%;
  padding-right: 5%;
  margin-bottom: 3em;
}
.contents2211 ul .left-box.last-box {
  margin-bottom: 0;
}
.contents2211 ul .right-box {
  width: 55%;
  text-align: left;
}
.contents2211 ul .right-box p {
  text-align: left;
  font-size: 18px;
}
.contents2211 .image2211 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0em;
  max-width: 100%;
}
#main .contents2211 ul .right-box a {
  color: #f77c7c;
  font-weight: bold;
}
#main .contents2211 ul .right-box a:visited {
  color: #f77c7c;
}
/*エピソード2211更新*/
@media screen and (max-width: 1112px) {
  .container {
    width: 100%;
    margin: 0px 0%;
    padding-bottom: 0;
  }
  .main_img > ul {
    max-width: 95%;
    margin: 0 auto;
  }
  .news_outer .news_inner .news-box {
    max-width: 95%;
    /*margin: 0 auto;*/
    margin-left: auto;
    margin-right: auto;
  }
  .link .link_inner .link-box {
    max-width: 95%;
    margin: 0 auto;
  }
  .toggle_contents {
    max-width: 95%;
    margin: 0 auto;
  }
  #main.media .toggle_contents {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100% !important;
    margin: 0 0% !important;
    padding-bottom: 0 !important;
  }
  .container section {
    overflow: hidden;
  }
  .title {
    min-height: auto;
    height: 90vh;
  }
  .main_img {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0px;
    background: url(https://sukuiku.com/wp-content/uploads/nono-room/assets/images/main_sp2023.jpg) center bottom no-repeat;
    background-size: contain;
    min-height: 100%;
    height: 0;
    padding-bottom: 146.66%;
  }
  .main_img > ul {
    height: auto;
    width: 90%;
    padding-top: 35px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    flex-direction: column;
  }
  .main_img > ul > li:first-of-type {
    max-width: 100%;
    margin-bottom: 12px;
  }
  .main_img > ul > li:nth-of-type(2) {
    max-width: 60%;
    margin-left: 40%;
  }
  .main_img img {
    margin: 0 0;
    max-width: 100%;
    width: auto;
  }
  /*アンカー*/
  #header-anchor nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }
  #header-anchor nav ul li {
    display: inline-block;
    width: 33.33%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 10px 0;
  }
  #header-anchor nav ul li:first-of-type {
    width: 100%;
  }
  #header-anchor nav ul li a {
    display: inline-block;
    padding-bottom: 0px;
    color: #fff;
    font-size: 12px;
    border-bottom: none;
    text-decoration: none;
    color: #fff;
    padding: 0px;
    font-weight: bold;
  }
  /*アンカー*/
  /*.news_outer*/
  .news_outer {
    background: url(https://sukuiku.com/wp-content/uploads/nono-room/assets/images/bg01.png), linear-gradient(90deg, #fffbc6 25%, #fce5e4 75%) center center;
    background-size: cover;
  }
  .news_outer .news_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
  }
  .news_outer .news_inner h2 {
    height: 25px;
    width: auto;
    margin: 0px auto 10px;
  }
  .news_outer .news_inner h2 img {
    height: 25px;
    width: auto;
    margin: 0px auto;
  }
  .news_outer .news_inner h3 {
    width: auto;
    height: 12px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1em;
    font-weight: normal;
    padding-left: 0px;
    border-left: none;
  }
  .news_outer .news_inner h3 img {
    width: auto;
    height: 12px;
    margin: 0 auto;
  }
  .news_outer .news_inner .news-box {
    background: rgba(255, 255, 255, 7);
    width: 90%;
    margin: 0 auto;
    height: auto;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 28px;
  }
  .news_outer .news_inner .news-box > ul {
    border-bottom: #fce5e4 dotted 4px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news_outer .news_inner .news-box > ul:last-of-type {
    margin-bottom: 0px;
  }
  /*スクロールバーここから*/
  .news_outer .news_inner .news-box {
    /*height: 350px;*/
    /*height: 200px;*/
    /*height: 280px;*/
    height: 35em;
    overflow-y: scroll;
    padding-right: 20px;
  }
  /*スクロールバーの横幅指定*/
  .news_outer .news_inner .news-box::-webkit-scrollbar {
    width: 15px;
  }
  /*スクロールバーの背景色・角丸指定*/
  .news_outer .news_inner .news-box::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f2f2f2;
  }
  /*スクロールバーの色・角丸指定*/
  .news_outer .news_inner .news-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #fabe00;
  }
  /*スクロールバーここまで*/
  .news_outer .news_inner .news-box .date {
    font-size: 13px;
    color: #f77c7c;
    margin-bottom: 5px;
  }
  .news_outer .news_inner .news-box .topic {
    font-size: 14px;
  }
  #main .news_outer .news_inner .news-box .topic a {
    word-break: break-all;
  }
  .news_outer .news_inner .disc-box > ul {
    border-bottom: none;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
  .news_outer .news_inner .disc-box ul li {
    margin: 0 2%;
    width: 46%;
  }
  .news_outer .news_inner .disc-box ul li:first-of-type {
    width: 100%;
    padding-right: 0%;
  }
  .news_outer .news_inner .disc-box ul li:last-of-type {
    width: 100%;
    margin-top: 10px;
  }
  .news_outer .news_inner .disc-box ul li:last-of-type p {
    font-size: 18px;
    line-height: 1.4;
  }
  .news_outer .news_inner .disc-box ul li:last-of-type p span {
    font-size: 14px;
  }
  .news_outer .news_inner .disc-box ul li:last-of-type span.disc-type {
    margin-bottom: 0em;
  }
  .news_outer .news_inner .disc-box {
    margin-bottom: 0px;
    height: auto;
    overflow: auto;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow: hidden;
  }
  .news_outer a {
    color: #333;
  }
  .news_outer a:hover {
    color: #81a5bf;
  }
  /*.news_outer*/
  /*.link*/
  .link {
    background: #ffcbd8;
  }
  .link .link_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
  }
  .link .link_inner .link-box {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .link .link_inner .link-box li {
    width: 80%;
    border-radius: 10px;
    margin: 0 0 15px;
    border: 2px solid rgb(247, 124, 124);
    background-color: rgb(255, 233, 233);
  }
  .link .link_inner .link-box li:nth-of-type(2) {
    border: 2px solid rgb(245, 175, 100);
    background-color: rgb(255, 239, 222);
  }
  .link .link_inner .link-box li:nth-of-type(3) {
    border: 2px solid rgb(159, 232, 44);
    background-color: rgb(242, 255, 221);
  }
  .link .link_inner .link-box li:nth-of-type(4) {
    border: 2px solid rgb(65, 221, 208);
    background-color: rgb(222, 255, 252);
  }
  .link .link_inner .link-box li:nth-of-type(5) {
    border: 2px solid rgb(154, 101, 233);
    background-color: rgb(241, 232, 255);
  }
  .link .link_inner .link-box li:nth-of-type(6) {
    border: 2px solid rgb(237, 152, 245);
    background-color: rgb(254, 239, 255);
  }
  .link .link_inner .link-box li > a > div {
    padding: 10px;
  }
  .link .link_inner .link-box li h4 {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 8px;
    margin-bottom: 8px;
    text-align: center;
  }
  .link .link_inner .link-box li h4 img {
    width: auto;
    height: 100%;
  }
  .link .link_inner .link-box li h5 {
    width: auto;
    height: 35px;
    margin: 0 auto;
    text-align: center;
  }
  .link .link_inner .link-box li h5 img {
    width: auto;
    height: 35px;
    margin: 0 auto;
  }
  .link .link_inner .sns-box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .link .link_inner .sns-box li:nth-child(n+1):nth-child(-n+6) {
    width: 22%;
    border-radius: 10px;
    margin: 1.5%;
    border: none;
    background-color: transparent;
  }
  .link .link_inner .sns-box li > a > div {
    padding: 0px;
    height: auto;
    line-height: 1;
  }
  /*.link*/
  /*.video*/
  .video {
    background: url(https://sukuiku.com/wp-content/uploads/nono-room/assets/images/bg01.png), linear-gradient(-90deg, #fffbc6 25%, #fce5e4 75%) center center;
    background-size: cover;
  }
  #main.top .button_outer {
    text-align: center;
    margin: 0px auto 30px;
    background: #f77c7c;
    width: 90%;
    border-radius: 10px;
  }
  #main.top .button_outer a {
    background: transparent;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
  }
  .toggle_contents {
    background: rgba(255, 255, 255, 7);
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }
  .toggle_contents:last-of-type {
    margin-bottom: 0px;
  }
  .toggle_title {
    position: relative;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;
    background: #f77c7c;
    color: #fff;
  }
  .toggle_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
  }
  .toggle_btn:before, .toggle_btn:after {
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 18px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .toggle_btn:before {
    width: 2px;
    height: 18px;
  }
  .toggle_title.selected .toggle_btn:before {
    content: normal;
  }
  .toggle_contents dd {
    display: none;
    padding: 20px 0 0px;
    width: 90%;
    margin: 0 auto;
  }
  .toggle_contents:first-of-type dd {
    display: block;
  }
  .youtube_con_in {
    width: 100%;
    margin: 0px auto 20px;
  }
  .youtube_con_in:first-of-type {
    width: 100%;
    margin: 0px auto 20px;
  }
  /*.video*/
  /*.disco*/
  .disco-area {
    background: url(https://sukuiku.com/wp-content/uploads/nono-room/assets/images/bg01.png), linear-gradient(-90deg, #fffbc6 25%, #fce5e4 75%) center center;
    background-size: cover;
  }
  #main.disco .title {
    background: #ffe9e9;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
  }
  #main.disco h1 {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 15px;
    text-align: center;
  }
  #main.disco h1 img {
    width: auto;
    height: 100%;
  }
  .disco-area .disco_inner {
    padding-bottom: 0;
  }
  .disco-area .disco_inner:last-of-type {
    padding-bottom: 60px;
  }
  #main.disco h2 {
    width: auto;
    height: 70px;
    margin: 0 auto;
    text-align: center;
  }
  #main.disco h2 img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  #main.disco .disco-area h2 {
    margin-bottom: 30px;
    font-size: 34px;
    color: #f77c7c;
    letter-spacing: .1em;
    height: auto;
  }
  .disc-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
  }
  .disc-list {
    width: 48%;
    margin: 1% 1%;
    background: rgba(255, 255, 255, 7);
    height: auto;
    border-radius: 10px;
    padding: 3%;
    position: relative;
  }
  .disc-list > div > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .disc-list > div > ul > li:first-of-type {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .disc-list > div > ul > li:nth-of-type(2) {
    width: 100%;
    padding-left: 0%;
  }
  .disc-list > div > ul > li:nth-of-type(2) .disc-type {
    color: #f77c7c;
    font-size: 1.1em;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.1em;
  }
  .disc-list > div > ul > li:nth-of-type(2) p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .disc-list > div > ul > li:nth-of-type(2) p b {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
    display: inline-block;
  }
  .disc-list > div > ul > li:nth-of-type(2) p small {
    font-size: .8em;
  }
  .coming {
    font-size: 36px;
    color: #333333;
    letter-spacing: 0em;
    text-align: center;
    opacity: .5;
    font-weight: bold;
  }
  .book_inner .disc-list {
    padding-bottom: 25%;
  }
  .detail-btn {
    position: absolute;
    bottom: 3%;
    left: auto;
    right: auto;
    width: 94%;
    text-align: center;
    margin: 0 auto;
  }
  .detail-btn a {
    background: #f77c7c;
    color: #fff;
    padding: 10px 0px;
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
  }
  #main.disco .button_outer {
    text-align: center;
    margin: 30px auto 0;
    background: #f77c7c;
    width: 90%;
    border-radius: 10px;
  }
  #main.disco .button_outer a {
    background: transparent;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
  }
  /*.disco*/
  /*.episode*/
  #main.episode .title {
    background: #ffefde;
  }
  #main.episode .toggle_contents dd {
    padding: 20px 0 20px;
    width: 90%;
    margin: 0 auto;
  }
  #main.episode .toggle_title {
    position: relative;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.8;
    background: #f5af64;
    color: #fff;
  }
  #main.episode .youtube_con_in {
    margin: 20px auto 20px;
  }
  #main.episode .youtube_con_in:last-of-type {
    margin-bottom: 0;
  }
  #main.episode .youtube_con_in:nth-of-type(2) {
    margin-top: 0;
  }
  .episode-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  .episode-link + p {
    font-size: 12px;
  }
  .episode-link li:nth-of-type(1) {
    width: 65%;
    margin-right: 2%;
  }
  .episode-link li:nth-of-type(2) {
    width: 25%;
  }
  #main.episode .button_outer {
    text-align: left;
    margin: 0px auto 0;
    border-bottom: 2px solid #f00;
    padding-bottom: 5px;
    display: inline;
    line-height: 2;
  }
  #main.episode .button_outer a {
    background: transparent;
    color: #333;
    padding: 0px;
    border-radius: 0px;
    font-size: 12px;
    width: auto;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
  }
  #main.episode .button_outer a b {
    font-size: 1em;
  }
  #main.episode .button {
    position: relative;
    letter-spacing: .1rem;
    transition: .5s;
  }
  #main.episode .button:before {
    content: "";
    position: absolute;
    top: 43%;
    right: -5%;
    width: 10px;
    height: 1px;
    background: #333;
    transform: rotate(45deg);
  }
  #main.episode .button:after {
    content: "";
    position: absolute;
    top: 57%;
    right: -5%;
    width: 10px;
    height: 1px;
    background: #333;
    transform: rotate(-45deg);
  }
  #main.episode .interview .interview_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 0px 0;
  }
  #main.episode .interview .interview_inner h2 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 18px;
    font-weight: bold;
    color: #f5af64;
    height: auto;
  }
  #main.episode .interview .interview_inner > h2:first-of-type {
    max-width: 90%;
    font-size: 18px;
  }
  #main.episode .interview .interview_inner > h2:first-of-type:before {
    content: '●';
  }
  #main.episode .interview .interview_con {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  #main.episode .interview .interview-item {
    margin-bottom: 20px;
  }
  #main.episode .interview .interview-item:last-child {
    margin-bottom: 30px;
  }
  #main.episode .interview .interview-item h3 {
    font-size: 15px;
    font-weight: normal;
    padding: 0 0 8px 0;
    margin: 0px auto 15px;
    border-left: none;
    border-bottom: 3px #f5af64 dotted;
    text-align: left;
    height: auto;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  #main.episode .interview .interview-item h3 b {
    color: #f5af64;
    font-weight: bold;
    margin-right: .3em;
    font-size: 1.1em;
  }
  #main.episode .interview .interview-item p {
    margin: 0px auto;
    margin-bottom: 10px;
    font-size: 14px;
  }
  #main.episode .interview .interview-item p small {
    font-size: .9em;
    display: inline-block;
    margin-top: 5px;
  }
  #main.episode .interview .interview_inner .book_outer h2 {
    margin: 0 auto 10px;
  }
  .interview .book_outer {
    padding: 0px;
    max-width: 100%;
    width: 100%;
    margin: 0px auto 0px;
    text-align: center;
    padding-bottom: 30px;
  }
  .interview .book_outer h2 {
    padding-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .interview .book_outer h3 {
    font-size: 12px;
    font-weight: bold;
    padding-left: 0px;
    border-left: none;
    margin-bottom: 10px;
    height: auto;
  }
  .interview .book_outer > p {
    text-align: center;
    margin: 0px auto 30px;
    font-size: 12px;
  }
  .interview .book {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .interview .book > div {
    width: 100%;
    margin: 0 auto 10px;
  }
  .interview .book > div img {
    width: 90%;
  }
  .interview .book > div p {
    text-align: center;
    margin: 5px 0 0 0;
  }
  .interview .book > div p:last-of-type {
    text-align: center;
    margin: 5px 0 0 0;
    font-size: 15px;
  }
  .interview .book02_outer {
    padding: 0px 0px;
    max-width: 100%;
    width: 100%;
    margin: 0px auto 0px;
    text-align: center;
    padding-bottom: 0px;
  }
  .interview .book02_outer h2 {
    padding-top: 0px;
    margin-bottom: 30px;
    font-size: 30px;
  }
  .interview .book02 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .interview .book02 > div {
    width: 100%;
    margin: 0 0%;
    margin-bottom: 15px;
  }
  #main.episode .interview .interview_inner02 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 0px 0;
  }
  #main.episode .interview .interview_inner02 .interview-item h3 {
    color: #f5af64;
    border-bottom: 3px #f5af64 dotted;
    font-weight: bold;
  }
  #main.episode .interview .interview_inner02 .interview-item:last-child {
    margin-bottom: 0px;
  }
  #main.episode .interview .interview_inner02 .interview-item p:last-child {
    margin-bottom: 0;
  }
  #main.episode .toggle_contents {
    /*margin-bottom: 60px;*/
    margin-bottom: 30px;
  }
  #main.episode .toggle_contents:last-of-type {
    margin-bottom: 0;
  }
  #main.episode .toggle_contents dd > p {
    font-size: 14px;
    text-align: justify;
  }
  .episode .news_outer .news_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 60px;
    position: relative;
  }
  .attention {
    text-align: center;
    margin-bottom: 16px;
    color: #f77c7c;
    font-size: 1.2em;
    font-weight: bold;
  }
  .youtube-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .interview_inner2304 .image2211-top {
    max-width: 100%;
    margin: 20px auto;
  }
  #main.episode .toggle_title .new {
    padding: 3px;
  }
  /*.episode*/
  /*.media*/
  #main.media .title {
    background: #defffc;
  }
  #main.media .toggle_title {
    background: #41ddd0;
  }
  .media #header-anchor {
    background: rgba(65, 221, 208, 1.0);
  }
  .media #header-anchor.fixed {
    background: rgba(65, 221, 208, .8);
  }
  #main.media .news_outer .news_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 50px;
    position: relative;
  }
  #main.media .toggle_contents {
    /*margin-bottom: 30px;*/
    margin-bottom: 20px;
  }
  #main.media .toggle_contents dd {
    padding: 20px 0 20px;
  }
  #main.media .toggle_contents dd ul li {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  #main.media .toggle_contents dd ul li:last-of-type {
    margin-bottom: 0;
  }
  #main.media .toggle_contents dd ul li b {
    font-weight: normal;
    margin-right: 0.5em;
  }
  #main.media .toggle_contents dd ul li a {
    color: #41ddd0;
    font-weight: bold;
    line-height: 1.6;
  }
  #main.media .toggle_contents dd.media-list ul {
    margin-bottom: 15px;
  }
  #main.media .button:before {
    content: "";
    position: absolute;
    top: 43%;
    right: 12px;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
  }
  #main.media .button:after {
    content: "";
    position: absolute;
    top: 57%;
    right: 12px;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
  }
  #main.media .detail-btn {
    position: absolute;
    bottom: 30px;
  }
  #main.media .detail-btn a {
    background: #f77c7c;
    color: #fff;
    padding: 10px 0px;
    border-radius: 10px;
    font-size: 18px;
  }
  #main.media .button_outer {
    text-align: center;
    margin: 0px auto 0;
    padding-top: 30px;
    background: none;
  }
  #main.media .button_outer a {
    background: #41ddd0;
    color: #fff;
    padding: 10px 0px;
    border-radius: 10px;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    line-height: 1;
  }
  #main.media .button_outer a b {
    font-size: 16px;
  }
  /*.media*/
  /*.inter-area*/
  #main.inter-area .title {
    background: #f2ffdd;
  }
  .inter-area #header-anchor {
    background: rgba(159, 232, 44, 1.0);
  }
  .inter-area #header-anchor.fixed {
    background: rgba(159, 232, 44, .8);
  }
  #main.inter-area .toggle_title {
    background: #9fe82c;
    font-size: 15px;
    padding: 10px;
  }
  #main.inter-area .toggle_contents {
    margin-bottom: 20px;
  }
  #main.inter-area .toggle_contents dd {
    padding: 10px 0;
    display: block;
  }
  #main.inter-area .toggle_contents dd p {
    font-size: 15px;
  }
  #main.inter-area .toggle_contents:first-of-type dd p {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
  }
  #main.inter-area .toggle_contents:first-of-type {
    margin-bottom: 20px;
  }
  #main.inter-area .news_inner:first-of-type .toggle_contents img {
    height: auto;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  #main.inter-area .news_inner:first-of-type ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  #main.inter-area .news_inner:first-of-type ul li {
    margin-bottom: 0;
    text-align: center;
  }
  #main.inter-area .news_inner:first-of-type .toggle_contents:first-of-type {
    margin-bottom: 20px;
  }
  #main.inter-area .news_inner:first-of-type .toggle_contents:first-of-type dd {
    padding: 0;
  }
  #main.inter-area .news_inner:first-of-type .toggle_contents:first-of-type dd p {
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.4;
  }
  #main.inter-area .news_inner:first-of-type .toggle_contents:first-of-type dd div {
    padding: 15px 0;
  }
  #main.inter-area .news_inner:first-of-type > p {
    text-align: center;
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
  }
  #main.media .news_outer .news_inner:first-of-type {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  #main.inter-area .toggle_contents:last-of-type {
    margin-bottom: 0;
  }
  /*.inter-area*/
  /*エピソード2211更新*/
  .contents2211 p {
    margin-bottom: 1.5em;
  }
  .contents2211 p b {
    font-size: 1.2em;
    font-weight: bold;
  }
  .contents2211 .image2211-top {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.5em;
    max-width: 100%;
  }
  .contents2211 ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .contents2211 ul .left-box {
    width: 100%;
    padding-right: 0%;
    margin-bottom: 1.5em;
  }
  .contents2211 ul .left-box.last-box {
    margin-bottom: 1.5em;
  }
  .contents2211 ul .right-box {
    width: 100%;
    text-align: left;
  }
  .contents2211 ul .right.last-box {
    margin-bottom: 0em;
  }
  .contents2211 ul .right-box p {
    text-align: left;
    font-size: 16px;
  }
  .contents2211 .image2211 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0em;
    max-width: 100%;
  }
  #main .contents2211 ul .right-box a {
    color: #f77c7c;
    font-weight: bold;
  }
  #main .contents2211 ul .right-box a:visited {
    color: #f77c7c;
  }
  .contents2211 ul .right-box a p {
    margin-bottom: 0;
  }
  /*エピソード2211更新*/
  /*200507*/
  .interview_inner.interview_inner02 .image2211-top {
    max-width: 100%;
    margin-top: 2em;
  }
  .interview_inner.interview_inner02 .image2211-top.box_height {
    max-width: 100%;
    margin-top: 2em;
  }
  /*200507*/
}