@charset "utf-8";
/* ---------------------------------------------------------------------------
 * ROOT
--------------------------------------------------------------------------- */
:root {
  --color_01: #e57300; /* var(--color_01) */
  --color_02: #000033; /* var(--color_02) */
}
/* ---------------------------------------------------------------------------
 * RESET STYLE
--------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================
 COMMON
============================================= */
body {
  background: #fdfaf5 url("../../img/prod/bg_flower_wht.png");
  font-family: 'Roboto', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  color: var(--color_01);
  text-decoration: none;
}
b {
  font-weight: bold;
}
.wrap {
  overflow: hidden;
}
@media screen and (max-width:640px) {
  .onlyPC {
    display: none !important;
  }
  .onlySP {
    display: block;
  }
}
@media screen and (min-width:641px) {
  body {
    font-size: 0.875em;
  }
  .onlyPC {
    display: block;
  }
  .onlySP {
    display: none !important;
  }
}
@media screen and (min-width:1001px) {
  body {
    font-size: 1em;
  }
  #generalHeader {
    height: 41px;
  }
}
/* =============================================
 ヘッダー
============================================= */
.header {
  /*background: #8bc9f0 url("../../img/prod/bg_check.png");*/
  background: #56cbf2;
  border-bottom: 2px solid var(--color_02);
  position: relative;
  z-index: 5;
}
.underlayer .header {
  border-top: 2px solid var(--color_02);
}
.header::before {
  content: "";
  width: 50%;
  height: 100%;
  background: #d3edfb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.prg_reg_col1 .header, .prg_reg_col2 .header {
  /*border-bottom: none;*/
}
.header_inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.prg_info {
  box-sizing: border-box;
  /*text-shadow: 0 1px 3px rgba(0,0,0,0.2);*/
}
.prg_name {
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
}
.header-time {
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
}
.header-time span {
  margin: 0 0.05em;
  position: relative;
  top: 0.025em;
  font-size: 1.5em;
}
.header-time span.week {
  margin: 0 -0.5em;
  top: 0;
  font-size: 1em;
}
.header-time .note {
  font-size: 0.75rem;
}
@media screen and (max-width:640px) {
  /*.header.fixed {
    width: 100%;
    position: fixed;
    padding-bottom: 0;
    margin-top: 0;
    top: 0;
    left: 0;
    z-index: 6;
  }*/
  .header.fixed .pageMenu {
    position: fixed;
  }
  .header_inner {
    min-height: 60px;
    padding: 10px;
  }
  .prg_logo {
    max-width: 30%;
  }
  .fixed .prg_logo img {
    max-height: 60px;
    transition: .3s;
  }
  .prg_info {
    width: calc(73% - 50px);
    padding: 0 0.5em;
  }
  .prg_info .header-time {
    display: none;
  }
  .header-time {
    padding: 0.5em 0.25em;
    background: #424242;
    font-size: 0.875em;
    text-align: center;
  }
}
@media screen and (min-width:641px) {
  .header_inner {
    padding: 10px;
  }
  .prg_logo {
    width: 18%;
    flex-shrink: 0;
  }
  .prg_info {
    width: 100%;
    padding-left: 1em;
    box-sizing: border-box;
  }
  .prg_name {
    padding-bottom: 0.25em;
  }
  .header > .header-time {
    display: none;
  }
  .header-time {
    padding-top: 0.25em;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .header-time .note {
    font-size: 0.875rem;
  }
}
@media screen and (min-width:1001px) {
  .prg_name {
    font-size: 1.75em;
  }
  .header-time {
    font-size: 1.4em;
  }
}
/* =============================================
 sp-menu
============================================= */
.sp-menu_title {
  padding: 10px;
  margin-top: 1px;
  background: #424242;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 0.85rem;
  text-align: center;
}
.sp-menu_title:before {
  content: "";
  border-top: 0.55em solid var(--color_02);
  border-right: 0.325em solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0.325em solid transparent;
  position: absolute;
  top: 50%;
  left: calc(50% - 2.25em);
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
.sp-menu .sp-menu_title.open:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.sp-menu ul {
  background-color: #fff;
  overflow: hidden;
}
.sp-menu li {
  width: 50%;
  background: #fff;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  font-size: 0.875rem;
  vertical-align: top;
}
.sp-menu li a {
  width: 100%;
  padding: 10px 7px;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  color: #7d7d7d;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sp-menu li span {
  display: none;
}
.sp-menu li::before, .sp-menu li::after {
  content: "";
  background: #e4e4e4;
  position: absolute;
  z-index: 1;
}
.sp-menu li::before {
  width: 1px;
  height: 100%;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}
.sp-menu li::after {
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width:641px) {
  .sp-menu {
    display: none;
  }
  .sp-menu li::before {
    height: 60%;
  }
  .sp-menu li:last-child::before {
    content: none;
  }
}
/* prg_reg_col1 menu
------------------------------------ */
.prg_reg_col1 .sp-menu {
  display: none;
  background: var(--color_02);
}
.underlayer .sp-menu {
  display: block;
}
.prg_reg_col1 .sp-menu .sp-menu_title {
  display: none !important;
}
.prg_reg_col1 .sp-menu ul {
  max-width: 1000px;
  margin: 0 auto;
  background-color: inherit;
  display: flex;
  flex-wrap: wrap;
}
.prg_reg_col1 .sp-menu li {
  width: 33.33%;
  background: var(--color_02);
}
.prg_reg_col1 .sp-menu.menu_1 li {
  width: 100%;
}
.prg_reg_col1 .sp-menu li a {
  min-height: 4em;
  padding: 1em 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4.2vw;
  font-weight: bold;
  white-space: inherit;
  transition: .3s;
}
.sp-menu li::before, .sp-menu li::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width:641px) {
  .prg_reg_col1 .sp-menu ul {
    flex-wrap: inherit;
  }
  .prg_reg_col1 .sp-menu li {
    width: 100%;
  }
  .prg_reg_col1 .sp-menu li a {
    font-size: 2vw;
  }
}
@media screen and (min-width:1001px) {
  .prg_reg_col1 .sp-menu li a {
    font-size: 1.25em;
  }
  .prg_reg_col1 .sp-menu li a:hover {
    color: #ffcc33;
  }
}
/* 下層ページ menu
------------------------------------ */
.underlayer .sp-menu {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.underlayer .sp-menu.menu_1 {
  max-width: 160px;
}
.underlayer .sp-menu li a {
  min-height: 3.25em;
}
.underlayer .sp-menu.menu_1 li a {
  min-height: 0;
  padding: 0.6em 2em 0.6em 1em;
  font-size: 1.125em;
}
.underlayer .sp-menu.menu_1 li a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
.header_inner {
  overflow: hidden;
}
.underlayer .header_inner {
  justify-content: space-between;
}
.underlayer .header_inner::before {
  content: "";
  width: 100%;
  height: 110%;
  background: url("../../img/prod/header_img.png") center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 3%;
  bottom: -1px;
  z-index: -1;
}
.underlayer .oadate {
  margin-top: 5px;
}
@media screen and (max-width:640px) {
  .underlayer .sp-menu {
    display: none !important;
  }
  .underlayer .sp-menu.menu_1 {
    width: auto;
    display: block !important;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .underlayer .sp-menu.menu_1 li a {
    font-size: 0.875em;
  }
}
@media screen and (min-width:641px) {
  .underlayer .header_inner::before {
    width: 70%;
    height: 140%;
    left: 10%;
    bottom: -25%;
  }
}
@media screen and (min-width:1001px) {
  .underlayer .sp-menu {
    transform: translateY(20px);
  }
}
/* =============================================
 pageMenu
============================================= */
.pageMenu-toggle {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  position: absolute;
  right: 0;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 10;
  color: #fff;
}
.open .pageMenu-toggle {
  background: none;
}
.pageMenu-toggle span:nth-child(1),
.pageMenu-toggle span:nth-child(2),
.pageMenu-toggle span:nth-child(3) {
  content: "";
  height: 2px;
  margin-left: -13px;
  background: #fff;
  position: absolute;
  transition: all 0.2s;
}
.pageMenu {
  z-index: 10;
  display: none !important; /*メニュー数が少ないため非表示*/
}
.pageMenu-toggle span:nth-child(1) {
  width: 26px;
  top: 16px;
  left: 50%;
}
.pageMenu-toggle span:nth-child(2) {
  width: 26px;
  top: 24px;
  left: 50%;
}
.pageMenu-toggle span:nth-child(3) {
  width: 26px;
  top: 32px;
  left: 50%;
}
.open .pageMenu-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
}
.open .pageMenu-toggle span:nth-child(2) {
  transform: translateY(0px) rotate(45deg);
}
.open .pageMenu-toggle span:nth-child(3) {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
@media screen and (max-width:640px) {
  .pageMenu {
    width: calc(100% - 12px);
    margin: 0 auto;
    /*display: block !important;*/
    display: none !important; /*メニュー数が少ないため非表示*/
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
  }
  .pageMenu-toggle span:nth-child(1) {
    width: 26px;
    top: 16px;
    left: 50%;
  }
  .pageMenu-toggle span:nth-child(2) {
    width: 26px;
    top: 24px;
    left: 50%;
  }
  .pageMenu-toggle span:nth-child(3) {
    width: 26px;
    top: 32px;
    left: 50%;
  }
}
@media screen and (min-width:641px) {
  .pageMenu-toggle {
    opacity: 0;
  }
  .on .pageMenu-toggle {
    opacity: 1;
  }
  .pageMenu {
    width: 300px;
    position: fixed;
    top: 60px;
    right: 30px;
  }
}
/* side-menu
------------------------------------ */
.side-menu a {
  padding: 1em 1em 1em 2em;
  border-top: 1px solid #676767;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
  color: #fff;
  text-decoration: none;
  text-align: left;
  line-height: 1.3;
}
.side-menu a::before {
  content: "";
  border-top: 0.325em solid transparent;
  border-right: 0.6em solid #ffcc33;
  border-bottom: 0.325em solid transparent;
  border-left: 0 solid transparent;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.side-menu a:hover {
  background: #666 5px center no-repeat;
}
.side-menu a span {
  display: none;
}
.side-menu li:first-child a {
  border-top: 0 solid #fff;
}
.pageMenu .side-menu {
  width: 100%;
  padding: 20px 15px 15px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 8;
}
.pageMenu .side-menu span:first-child {
  margin-bottom: 10px;
  display: block;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:640px) {
  .side-menu a {
    padding: 1em 2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
}
@media screen and (min-width:641px) {
  .side-menu {
    background: #424242;
    margin-bottom: 15px;
    border-radius: 0 0 5px 5px;
    display: block;
    overflow: hidden;
  }
  .prg_reg_col1 .wrap_side-menu {
    display: none;
  }
  .side-menu a:hover::before {
    left: 0.75em;
  }
  .side-menu a span {
    font-size: 0.8rem;
  }
  .side-menu a:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.2s;
  }
  .side-menu a:hover:after {
    width: 100%;
    height: 100%;
    background: #999;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "alpha(opacity=20)";
    zoom: 1;
  }
  .side-menu li:first-child a {
    border-top: 0 solid #fff;
  }
}
/* =============================================
 info
============================================= */
.info {
  background-repeat: repeat;
  background: linear-gradient(#81cff4, #75ccf3);
  border-bottom: 5px solid var(--color_02);
  position: relative;
  z-index: 3;
  color: #fff;
}
.info::before {
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(#d8effc, #b4e1f8);
  position: absolute;
  top: 0;
  left: 0;
}
.info_inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (min-width:641px) {
  .info {
    margin-top: 0 !important;
  }
}
/* ヘッダー - ビデオ（画像）
------------------------------------ */
.info-video {
  width: 100%;
}
.prmov {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.prmov iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width:1001px) {
  .info-img, .info-video {
    /*width: 68%;*/
    display: flex;
    align-items: center;
  }
  .prg_reg_col1 .info-img,
  .prg_reg_col2 .info-img {
    width: 100%;
  }
}
/* ヘッダー - 出演者情報
------------------------------------ */
.info-txt {
  width: 100%;
  padding: 1em;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.cast-txt dl {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cast-txt dl:last-child {
  margin-bottom: 0;
}
.cast-txt dt {
  padding: 0.5em 0.5em 0.5em 1.75em;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  position: relative;
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.2;
}
.box .cast-txt dt {
  margin-bottom: 1em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  font-size: 1.25em;
}
.cast-txt dt::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/**/
.cast-txt .mc dt::before {
  background: url("../../img/prod/icon_mike.png") center no-repeat;
  background-size: contain;
}
.cast-txt .guest dt::before {
  background: url("../../img/prod/icon_human.png") center no-repeat;
  background-size: contain;
}
.cast-txt .progres dt::before {
  background: url("../../img/prod/icon_progres.png") center no-repeat;
  background-size: contain;
}
/**/
.cast-txt dd {
  margin-bottom: 0.25em;
}
.cast-txt dd:last-child {
  margin-bottom: 0;
}
.cast-txt dd p {
  display: inline-block;
}
.cast-txt dd p::after {
  content: "、";
  margin-left: 0.25em;
  font-weight: normal;
}
.cast-txt dd p:last-child::after {
  content: none;
}
.cast-txt dd p:last-child {
  margin-right: 0;
}
.cast-txt dd span {
  font-size: 0.875em;
  font-weight: normal;
}
@media screen and (min-width:641px) and (max-width:1000px) {
  .info-txt .cast-txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .info-txt .cast-txt dl {
    width: 48%;
  }
}
@media screen and (min-width:1001px) {
  .info-txt {
    width: 32%;
    padding: 20px;
  }
}
/* =============================================
 navigation
============================================= */
#js-nav {
  display: none;
}
/* =============================================
 contents
============================================= */
.contents {
  max-width: 1000px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 0.875em;
}
.prg_reg_col1 .contents {
  max-width: inherit;
  padding: 0;
}
.contents_main {
  width: 90%;
  margin: 0 auto 20px;
}
.prg_reg_col1 .contents_main {
  width: 100%;
}
.contents_side {
  width: 90%;
  margin: 0 auto 20px;
}
.sec_wrap {
  width: 100%;
  padding: 6% 0;
}
.irregular_bnr .sec_wrap {
  padding: 3% 0;
}
@media screen and (max-width:640px) {
  .contents_side {
    margin-top: 30px;
    border-top: 2px solid #ccc;
  }
  .prg_reg_col1 .contents_side {
    margin-top: 0;
    border-top: none;
  }
  .contents_side .wrap_side-menu {
    display: none;
  }
}
@media screen and (min-width:641px) {
  .contents {
    width: 94%;
    padding: 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1em;
  }
  .prg_reg_col1 .contents {
    width: auto;
  }
  .contents_main {
    width: 68%;
    padding-top: 25px;
    margin: 0;
  }
  .prg_reg_col1 .contents_main {
    padding-top: 0;
  }
  .contents_side {
    width: 28%;
    margin: 0;
  }
  .prg_reg_col1 .contents_side {
    width: 100%;
  }
}
@media screen and (min-width:1001px) {
  .sec_wrap {
    padding: 50px 0;
  }
  .irregular_bnr .sec_wrap {
    padding: 30px 0;
  }
}
/* 背景パターン1 */
.bg_01 {
  background: #1b3f87 url("../../img/prod/bg_flower_blu.png");
}
/* 背景パターン2 */
.bg_02 {
  background: rgba(255,255,255,0.75);
}
/* -------------------------------------------
 hタグ
------------------------------------------- */
.box_title {
  margin: -5px 0 0.5em;
  font-family: 'Kaisei Opti', serif;
  font-size: 7.5vw;
  text-align: center;
  line-height: 1.1;
}
.box_title .jp {
  display: block;
  font-family: 'Kaisei Opti', serif;
}
.bg_01 .box_title .jp {
  color: #fff;
}
.box_title .eng {
  display: inline-block;
  position: relative;
  top: -0.6em;
  color: #663300;
  font-family: 'Arvo', serif;
  font-size: 0.55em;
}
.bg_01 .box_title .eng {
  color: #ffcc33;
}
.box_title .eng::before, .box_title .eng::after {
  content: "";
  width: 4em;
  height: 1.6em;
  background: url("../../img/prod/bg_ttl_deco.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
}
.box_title .eng::before {
  left: -5em;
  transform: translateY(-50%) scale(-1, 1);
}
.box_title .eng::after {
  right: -5em;
  transform: translateY(-50%);
}
.box .sub_title {
  padding: 0 0 5px;
  margin: 1em 0 0.5em;
  border-bottom: 2px solid #ccc;
  position: relative;
  font-size: 1.25em;
  font-weight: bold;
}
.box .sub_title:first-child {
  margin-top: 0;
}
.box .sub_title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 5em;
  height: 2px;
  background: #eeab09;
}
.box .sub_title2 {
  margin: 1em 0 0.5em;
  color: var(--color_01);
  font-weight: bold;
  font-size: 1.25em;
}
.box .sub_title2:first-child {
  margin-top: 0;
}
.box .comingsoon {
  min-height: 2em;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
}
.box .comingsoon:first-child:last-child {
  min-height: 4em;
  margin: 0;
}
@media screen and (min-width:641px) {
  .box_title {
    font-size: 3.0em;
  }
  .box_title .eng {
    font-size: 1.5rem;
  }
  .box .comingsoon {
    margin-top: 20px;
  }
}
@media screen and (min-width:1001px) {
  .box .comingsoon {
    margin-top: 30px;
  }
}
/* -------------------------------------------
 box
------------------------------------------- */
.box {
  background: #fff;
  box-shadow: 0 0 0 2px #e1b52f, 0 0 0 4px #000;
  border-radius: 5px;
  overflow: hidden;
}
.sec_wrap .box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.box + .box {
  margin-top: 30px;
}
.box_inner {
  padding: 1em;
  line-height: 1.5;
}
.box_inner + .box_inner {
  padding-top: 0;
}
.box_inner b {
  color: var(--color_01);
  font-weight: bold;
}
.box_inner a {
  text-decoration: underline;
}
.box_inner > p + p {
  margin-top: 0.5em;
}
@media screen and (min-width:641px) {
  .box_inner {
    padding: 20px;
  }
}
@media screen and (min-width:1001px) {
  .prg_reg_col1 .box + .box {
    margin-top: 60px;
  }
  .box_inner {
    padding: 30px;
  }
  .prg_reg_col1 .box_inner {
    padding: 30px 40px;
  }
  .box_inner a:hover {
    text-decoration: none;
  }
}
/* oa_date
---------------------------------------- */
.oa_date {
  padding: 0.5em 0.5em 0.7em;
  background: #1f4599 url("../../img/prod/bg_mosaic_blu.png");
  color: #ffcc33;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-shadow: #000 2px 2px 0px, #000 1px 2px 0px, #000 0px 2px 0px, #000 -1px 2px 0px, #000 -2px 2px 0px, #000 2px 1px 0px, #000 1px 1px 0px, #000 0px 1px 0px, #000 -1px 1px 0px, #000 -2px 1px 0px, #000 2px 0px 0px, #000 1px 0px 0px, #000 0px 0px 0px, #000 -1px 0px 0px, #000 -2px 0px 0px, #000 2px -1px 0px, #000 1px -1px 0px, #000 0px -1px 0px, #000 -1px -1px 0px, #000 -2px -1px 0px, #000 2px -2px 0px, #000 1px -2px 0px, #000 0px -2px 0px, #000 -1px -2px 0px, #000 -2px -2px 0px;
}
.bg_01 .oa_date {
  background: #14663f url("../../img/prod/bg_mosaic_grn.png");
}
.oa_date span {
  margin: 0 0.05em;
  position: relative;
  top: 0.025em;
  font-family: 'Arvo';
  font-size: 1.4em;
  line-height: 1.1;
  letter-spacing: 0.075em;
}
.oa_date .week {
  margin: 0 -0.5rem;
  top: 0;
  font-family: 'Roboto', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  font-size: 1em;
  letter-spacing: 0;
}
.oa_date .caution {
  margin-top: 0.5em;
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
}
@media screen and (max-width:400px) {
  .oa_date .caution {
    font-size: 0.75rem;
  }
}
@media screen and (min-width:641px) {
  .oa_date {
    font-size: 1.5em;
  }
  .oa_date span {
    font-size: 1.6em;
  }
}
/* program_ttl
---------------------------------------- */
.program_ttl {
  padding: 10px 15px;
  background: #d9efff;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5;
}
.bg_01 .program_ttl {
  background: #faf4d4;
}
@media screen and (min-width:641px) {
  .program_ttl {
    min-height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25em;
    text-align: center;
  }
}
@media screen and (min-width:1001px) {
  .program_ttl {
    padding: 10px 40px;
  }
}
/* guest
---------------------------------------- */
.wrap_guest {
  padding: 0.75em;
  margin: 20px 0;
  background: #f8f8f8;
  border: 2px solid #ccc;
  border-radius: 5px;
}
.wrap_guest:first-child {
  margin-top: 0;
}
.wrap_guest:last-child {
  margin-bottom: 0;
}
.wrap_guest .guest_box dt {
  width: 100%;
  min-width: 7em;
  min-height: 2em;
  padding: 0.5em;
  background: #000;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
}
.wrap_guest .guest_box dt span {
  position: relative;
  z-index: 1;
}
.wrap_guest .guest_box dd {
  padding: 0.75em 0.5em;
  font-weight: bold;
  line-height: 1.3;
}
.wrap_guest .guest_box dd p {
  display: inline-block;
  letter-spacing: 0;
}
.wrap_guest .guest_box dd p::after {
  content: "、";
  margin-left: 0.25em;
  font-weight: normal;
}
.wrap_guest .guest_box dd p:last-child::after,
.wrap_guest .guest_box dd p:last-of-type::after{
  content: none;
}
.wrap_guest .guest_box dd p:last-child {
  margin-right: 0;
}
.wrap_guest .guest_box dd span {
  font-size: 0.875em;
  font-weight: normal;
}
.oa_coming {
  padding: 0.5em 0;
  font-size: 1.5rem;
  text-align: center;
}
.wrap_guest .note {
  display: inline-block;
}
.wrap_guest .guest_box dl + .note {
  margin-top: -1em;
}
@media screen and (max-width:640px) {
  .wrap_guest .guest_box dl:last-child dd {
    padding-bottom: 0;
  }
}
@media screen and (min-width:520px) {
  .oa_coming {
    font-size: 2.5rem;
  }
}
@media screen and (min-width:641px) {
  .wrap_guest .guest_box dl {
    margin: 0.75em 0;
    display: flex;
  }
  .wrap_guest .guest_box dl:first-child {
    margin-top: 0;
  }
  .wrap_guest .guest_box dl:last-child {
    margin-bottom: 0;
  }
  .wrap_guest .guest_box dl + dl {
    padding-top: 0.75em;
    border-top: 2px dotted #999;
  }
  .wrap_guest .guest_box dt {
    width: 22%;
    font-size: 1em;
  }
  .wrap_guest .guest_box dd {
    padding: 0.5em 0 0.5em 0.75em;
    font-size: 1.125em;
  }
}
/* oa_info
---------------------------------------- */
.oa_info{
	margin: 30px 0;
}
.oa_info:last-child{
	margin-bottom: 0;
}
.oa_info li{
	padding: 15px;
	border-top: 2px solid #ccc;
}
.oa_info li:last-child{
	border-bottom: 2px solid #ccc;
}
.oa_info .ttl{
	color: #0085c7;
	font-weight: bold;
}
.oa_info p + p{
	margin-top: 0.5em;
}
/* リンクボタン
---------------------------------------- */
.link_btn {
  margin: 6% 0;
}
.link_btn:last-child {
  margin-bottom: 0;
}
.link_btn a {
  width: 90%;
  max-width: 600px;
  padding: 1em 1.5em 1em 0.5em;
  margin: 0 auto;
  background: #ffdb59;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
  box-sizing: border-box;
  border-radius: 3px;
  display: block;
  position: relative;
  color: #000;
  font-size: 1.25em;
  font-family: 'UD Shin Go DemiBold';
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: #fff 2px 2px 0px, #fff 1px 2px 0px, #fff 0px 2px 0px, #fff -1px 2px 0px, #fff -2px 2px 0px, #fff 2px 1px 0px, #fff 1px 1px 0px, #fff 0px 1px 0px, #fff -1px 1px 0px, #fff -2px 1px 0px, #fff 2px 0px 0px, #fff 1px 0px 0px, #fff 0px 0px 0px, #fff -1px 0px 0px, #fff -2px 0px 0px, #fff 2px -1px 0px, #fff 1px -1px 0px, #fff 0px -1px 0px, #fff -1px -1px 0px, #fff -2px -1px 0px, #fff 2px -2px 0px, #fff 1px -2px 0px, #fff 0px -2px 0px, #fff -1px -2px 0px, #fff -2px -2px 0px;
  transition: all .3s;
}
.link_btn a::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.3em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 0.75em;
  top: 50%;
}
@media screen and (min-width:641px) {
  .link_btn a {
    font-size: 1.5em;
  }
}
@media screen and (min-width:1001px) {
  .link_btn {
    margin: 50px 0;
  }
  .link_btn a:hover {
    transform: scale(1.05);
  }
}
/* cast-img
---------------------------------------- */
.cast-img {
  margin: 20px 0;
}
.cast-img:first-child {
  margin-top: 0;
}
.cast-img ul {
  margin-bottom: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cast-img ul + ul {
  margin-top: 20px;
}
.cast-img li {
  max-width: 250px;
  margin: 0 2% 15px;
  position: relative;
}
.cast-img .prg_reg_col1 li {
  width: 60%;
}
.cast-img .col2 li {
  width: 45%;
}
.cast-img .col3 li {
  width: 45%;
}
.cast-img li .wrap_name {
  width: 100%;
  min-height: 4em;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}
.cast-img li .wrap_name p {
  width: 100%;
}
.cast-img li .name {
  font-weight: bold;
}
.cast-img li .position {
  margin-bottom: 0.5em;
  display: block;
  font-size: 0.75em;
  font-weight: normal;
}
@media screen and (max-width:400px) {
  .cast-img li .position {
    font-size: 0.65em;
  }
}
@media screen and (min-width:641px) {
  .cast-img .col2 li {
    width: 35%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .cast-img .col3 li {
    width: 28%;
  }
}
/* =============================================
 過去の放送内容
============================================= */
.wrap_bkn_list_year {
  padding: 15px;
  background: #1f4599 url("../../img/prod/bg_mosaic_blu.png");
  color: #ffcc33;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.bkn_list_year {
  width: 9em;
  padding: 0.5em 2.25em 0.5em 0.75em;
  background: url("../../img/prod/icon_arrow_bot.png") center right .5em no-repeat #fff;
  background-size: 0.75em;
  border-radius: 5px;
  color: #000 !important;
  font-size: 1.25em;
  font-weight: bold;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bkn_list_month {
  display: none;
}
.bkn_list_month:first-child {
  display: block;
}
.bkn_list_month ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bkn_list_month li {
  width: 16%;
  margin-bottom: 0.25em;
}
.bkn_list_month li a {
  padding: 0.5em 0;
  background: #333;
  border-radius: 5px;
  display: block;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all .3s;
}
.bkn_list_month li a.active {
  background: var(--color_01);
}
.bkn_list_month li span {
  padding: 0.5em 0;
  background: #ccc;
  border-radius: 5px;
  display: block;
  color: #999;
  font-size: 1.125em;
  text-align: center;
}
@media screen and (min-width:640px) {
  .bkn_list_month li {
    width: 7.5%;
    margin-bottom: 0;
  }
}
@media screen and (min-width:1000px) {
  .bkn_list_month li a:hover {
    background: var(--color_01);
  }
}
/* archive_list
------------------------------------ */
.archive_list dl + dl {
  margin-top: 1.5em;
}
.archive_list dl {
  box-shadow: 0 0 0 2px #ccc inset;
  border-radius: 5px;
  overflow: hidden;
}
.archive_list dt {
  padding: 0.65em 0.75em;
  background: #002233;
  color: #fff;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
}
.archive_list dt span {
  font-size: 1.25em;
}
.archive_list dd {
  padding: 0 2px 2px;
}
.archive_list ul {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.archive_list li {
  border-top: 1px dotted #999;
  background: #f8f8f8;
}
.archive_list li:first-child {
  border-top: none;
}
.archive_list li:nth-child(even) {
  background: #fff;
}
.archive_list li .date {
  width: 25%;
  padding-left: 1em;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: bold;
}
.archive_list li a {
  padding: 0.75em 3em 0.75em 0;
  display: flex;
  position: relative;
  color: #000;
  font-size: 1em;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}
.archive_list li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
/*.archive_list li .week {
  margin: 0 -0.25em;
}*/
.archive_list li .txt {
  width: 75%;
  display: flex;
  justify-content: left;
}
@media screen and (min-width:641px) {
  .archive_list li a {
    padding: 1em 3em 1em 0;
    font-size: 1.125em;
  }
}
@media screen and (min-width:1001px) {
  .archive_list li a:hover {
    background: #fff4c6;
  }
}
@media screen and (max-width:640px) {
  .archive_list li a {
    padding: 0.75em 3em 0.75em 0.75em;
    flex-wrap: wrap;
  }
  .archive_list li a .date {
    width: 100%;
    margin-bottom: 0.25em;
    justify-content: left;
    padding-left: 0;
    font-size: 1.125em;
  }
  .archive_list li .txt {
    width: 100%;
  }
}
/* past_box
------------------------------------ */
.past_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 20px;
}
@media screen and (min-width:1001px) {
  .past_box {
    margin-bottom: -1.5em;
    position: relative;
    transform: translateY(-3em);
    text-align: right;
  }
  .past_box .icon_link a {
    display: inline-block;
  }
}
/* =============================================
 アイコン付きリンク
============================================= */
.icon_link a {
  display: block;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.icon_link span {
  padding: 0.25em 1em 0.25em 0.25em;
  position: relative;
  display: inline-block;
}
.icon_link span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
/* =============================================
 バナーエリア
============================================= */
.bnr_list {
  max-width: 1000px;
  margin: 30px auto;
  position: relative;
  z-index: 1;
}
.sec_wrap .bnr_list {
  width: 90%;
}
.bnr_list:first-child,
script + .bnr_list {
  margin-top: 0;
}
.bnr_list:last-child {
  margin-bottom: 0;
}
.box .bnr_list {
  margin: 20px auto;
}
.contents_side .bnr_list {
  width: 100%;
}
.bnr_list:first-child,
script:first-child + .bnr_list {
  margin-top: 0 !important;
}
.bnr_list ul {
  display: flex;
  justify-content: center;
}
.bnr_list ul + ul {
  margin-top: 20px;
}
.bnr_list li a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  transition: all .3s;
}
.bnr_list .bnr_m,
.contents_side .bnr_list ul {
  margin-bottom: -10px;
  flex-wrap: wrap;
}
.prg_reg_col1 .contents_side .bnr_list ul {
  flex-wrap: inherit;
}
.bnr_list .bnr_m li {
  margin: 0 1%;
}
.bnr_list .bnr_m li,
.contents_side .bnr_list li {
  margin-bottom: 10px;
}
@media screen and (min-width:641px) {
  .bnr_list .bnr_m li {
    width: 48%;
  }
  .bnr_list .bnr_l li {
    width: 75%;
  }
  .contents_side .bnr_list .bnr_m li {
    width: 100%;
  }
}
/* バナーオンマウス */
@media screen and (min-width:1001px) {
  .prg_reg_col1 .box .bnr_list {
    margin: 30px auto;
  }
  .bnr_list li a:hover {
    transform: scale(1.05);
  }
}
/* tver_bnr
------------------------------------ */
.tver_bnr {
  margin: 20px auto;
  text-align: center;
}
.tver_bnr:first-child {
  margin-top: 0;
}
.tver_bnr:last-child {
  margin-bottom: 0;
}
.tver_bnr a img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  transition: all .3s;
}
.tver_bnr a:hover img {
  transform: scale(1.05) translate3d(0, 0, 0);
}
@media screen and (min-width:641px) {
  .tver_bnr {
    margin: 30px auto;
  }
}
/* tver_bnr_02
------------------------------------ */
.tver_bnr_02 {
  padding: 3% 0;
  background: #14663f url("../../img/prod/bg_mosaic_grn.png");
  position: relative;
  overflow: hidden;
}
.sec_wrap.tver_bnr_02 .bnr_list {
  width: 80%;
}
.tver_bnr_02::before, .tver_bnr_02::after {
  content: "";
  width: 40vw;
  height: 50vw;
  background: url("../../img/prod/bg_leaf.png") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -17vw;
}
.tver_bnr_02::before {
  left: -6vw;
  transform: scale(-1, 1);
}
.tver_bnr_02::after {
  right: -6vw;
}
@media screen and (min-width:641px) {
  .tver_bnr_02::before, .tver_bnr_02::after {
    content: "";
    width: 295px;
    height: 190px;
    bottom: -35px;
  }
  .tver_bnr_02::before {
    left: -70px;
  }
  .tver_bnr_02::after {
    right: -70px;
  }
}
@media screen and (min-width:1001px) {
  .tver_bnr_02 {
    padding: 20px 0;
  }
}
/* アーカイブ（サイド）
---------------------------------------- */
.side_tit {
  padding-bottom: 10px;
  margin: 30px auto 0;
  border-bottom: solid 2px var(--color_01);
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}
.wrap_side-archive {
  margin: 30px 0;
}
.side-archive dl {
  margin-top: 15px;
}
.side-archive dt {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
.side-archive dt span {
  padding-left: 1em;
  position: relative;
}
.side-archive dt span::before {
  content: "";
  border-top: 0.55em solid var(--color_01);
  border-right: 0.325em solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0.325em solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.side-archive dt.open span::before {
  transform: translateY(-50%) rotate(180deg);
}
.side-archive dd {
  padding: 0 0.75em;
  margin-top: 0.5em;
  display: block;
  text-align: center;
}
.side-archive dd a {
  padding: 0.75em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  display: block;
  transition: all .3s;
}
.side-archive dd a:first-child {
  border-top: 1px dotted rgba(0, 0, 0, 0.5);
}
/* sns
---------------------------------------- */
.prg_reg_col1 .wrap_sns {
  /*width: 80%;*/
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prg_reg_col1 .wrap_sns .official {
  width: 100%;
  order: 2;
}
.prg_reg_col1 .wrap_sns .wrap_x {
  width: 100%;
  order: 1;
}
@media screen and (min-width:1001px) {
  .prg_reg_col1 .wrap_sns {
    max-width: 920px;
  }
  .prg_reg_col1 .wrap_sns .official {
    width: 30%;
    margin: 0;
  }
  .prg_reg_col1 .wrap_sns .wrap_x {
    width: 66%;
  }
}
/* official
---------------------------------------- */
.official {
  margin: 30px auto;
}
.official ul {
  margin-bottom: -15px;
  /*display: flex;
  justify-content: center;*/
}
.official li {
  margin-bottom: 15px;
}
/*.official li a {
  min-height: 3em;
  padding: 0.75em 0.5em;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  transition: all .3s;
}
.official .icon {
  width: 90%;
  padding-left: 2.5em;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.official .icon::before {
  content: "";
  width: 1.7em;
  height: 1.7em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.official li a .icon span {
  font-family: Arial, Helvetica, "sans-serif";
  display: inline-block;
}
.official_youtube a {
  background: #ff0000;
}
.official_twitter a {
  background: #1da1f2;
}
.official_facebook a {
  background: #1877f2;
}
.official_instagram a {
  background: #d4006a;
}
.official_line a {
  background: #00b900;
}
.official_tiktok a {
  background: #000;
}
.official_youtube .icon::before {
  background: url("../../img/prod/ico_youtube.png") no-repeat;
  background-size: contain;
}
.official_twitter .icon::before {
  background: url("../../img/prod/ico_twitter.png") no-repeat;
  background-size: contain;
}
.official_facebook .icon::before {
  background: url("../../img/prod/ico_facebook.png") no-repeat;
  background-size: contain;
}
.official_instagram .icon::before {
  background: url("../../img/prod/ico_insta.png") no-repeat;
  background-size: contain;
}
.official_line .icon::before {
  background: url("../../img/prod/ico_line.png") no-repeat;
  background-size: contain;
}
.official_tiktok .icon::before {
  background: url("../../img/prod/ico_tiktok.png") no-repeat;
  background-size: contain;
}
@media screen and (min-width:460px) {
  .official li a {
    font-size: 1em;
  }
}
@media screen and (min-width:641px) {
  .official li a .icon span {
    display: inline;
  }
}
@media screen and (min-width:1001px) {
  .official li a {
    font-size: 1.125em;
  }
  .official li a:hover {
    transform: scale(1.05);
  }
}*/
/* twitter・insta 縦配置 */
.official a {
  padding: 1.5em 1rem;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all .3s;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
}
.official a > span {
  padding-left: 2em;
  position: relative;
}
.official a .icon::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  margin-top: -0.8em;
  position: absolute;
  top: 50%;
  left: 0;
}
.official .official_x a {
  background: #000;
  display: none;
}
.official .official_x .icon::before {
  background: url("../../img/prod/ico_x.png") center no-repeat;
  background-size: contain;
}
.official .official_instagram a {
  background: #d4006a url("../../img/prod/bg_insta.png") no-repeat;
  background-size: 100% 100%;
}
.official .official_instagram .icon::before {
  background: url("../../img/prod/ico_insta.png") center no-repeat;
  background-size: contain;
}
@media screen and (min-width:1000px) {
  .official ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .official li {
    width: 100%;
    height: 48%;
    margin-bottom: 0;
  }
  .official a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .official a:hover {
    transform: scale(1.05) translate3d(0, 0, 0);
  }
  .official .official_x a {
    display: flex;
  }
  .official .official_x span {
    padding-left: 0;
    padding-top: 4.5em;
  }
  .official .official_x .icon::before {
    width: 3.6em;
    height: 3.6em;
    margin-top: 0;
    margin-left: -1.8em;
    top: 0;
    left: 50%;
  }
  .official .official_instagram span {
    padding-left: 0;
    padding-top: 4.5em;
  }
  .official .official_instagram .icon::before {
    width: 3.6em;
    height: 3.6em;
    margin-top: 0;
    margin-left: -1.8em;
    top: 0;
    left: 50%;
  }
}
/**/
/* x
---------------------------------------- */
.wrap_x {
  background: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  overflow: hidden;
}
.ttl_x {
  padding: 0.9em;
  background: #000;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.ttl_x span {
  padding-left: 2em;
  position: relative;
}
.ttl_x span::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  margin-top: -0.8em;
  background: url("../../img/prod/ico_x.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
}
.x_embed {
  /*width: 90%;*/
  max-width: 610px;
  /*margin: 15px auto;*/
  min-height: 400px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-y: scroll;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 1px rgb(0 0 0 / 30%);
}
.x_embed iframe {
  width: 660px !important;
}
/**/
.twbtn a {
  padding: 0.75em 1.5em 0.75em 0.5em;
  background-color: #1da1f2;
  border-radius: 25px;
  display: block;
  box-sizing: border-box;
  position: relative;
  transition: all .3s;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.twbtn a span {
  display: inline-block;
}
.twbtn a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width:641px) {
  .x_embed {
    /*margin: 30px auto;*/
    overflow: hidden;
  }
}
@media screen and (min-width:1001px) {
  .twbtn a:hover {
    transform: scale(1.05);
  }
}
/* =============================================
 SNS シェア
============================================= */
.wrap_sblink {
  padding: 6% 0 12%;
  background: #7a4f24 url("../../img/prod/bg_wood.png");
  color: #fff;
  position: relative;
  overflow: hidden;
}
.wrap_sblink::before, .wrap_sblink::after {
  content: "";
  width: 40vw;
  height: 50vw;
  background: url("../../img/prod/bg_leaf.png") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -17vw;
}
.wrap_sblink::before {
  left: -6vw;
  transform: scale(-1, 1);
}
.wrap_sblink::after {
  right: -6vw;
}
.sblink {
  position: relative;
  z-index: 1;
}
.sblink dt {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
.sblink dt span:before {
  content: "/";
  margin-right: 0.25em;
  display: inline-block;
  transform: scale(-1, 1) translateY(0.1em);
  font-size: 1.4em;
}
.sblink dt span:after {
  content: "/";
  margin-left: 0.25em;
  display: inline-block;
  transform: translateY(0.1em);
  font-size: 1.4em;
}
.list_sblink {
  font-size: 0;
  text-align: center;
}
.list_sblink li {
  margin: 0 0.4rem;
  display: inline-block;
}
.list_sblink li a {
  width: 16vw;
  height: 16vw;
  padding: 3vw;
  background: #000;
  border-radius: 100%;
  box-sizing: border-box;
  display: block;
  transition: all .3s;
}
.list_sblink li.sblink_x a {
  background: #000;
}
.list_sblink li.sblink_facebook a {
  background: #1877f2;
}
.list_sblink li.sblink_line a {
  background: #00b900;
}
@media screen and (min-width:375px) {
  .list_sblink li a {
    width: 56px;
    height: 56px;
    padding: 12px;
  }
}
@media screen and (min-width:641px) {
  .wrap_sblink {
    padding: 40px 0;
  }
  .wrap_sblink::before, .wrap_sblink::after {
    content: "";
    width: 295px;
    height: 190px;
    bottom: -35px;
  }
  .wrap_sblink::before {
    left: -70px;
  }
  .wrap_sblink::after {
    right: -70px;
  }
}
@media screen and (min-width:1001px) {
  /*.list_sblink li a:hover {
    transform: scale(1.15);
  }*/
  .list_sblink li {
    margin: 0 0.6rem;
  }
  .sblink_line {
    display: none !important;
  }
}
/* =============================================
 フッター
============================================= */
footer {
  background: #000;
}
.footer {
  position: relative;
}
/* コピーライト
---------------------------------------- */
.footer_copy {
  padding: 30px 0;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.3;
  text-align: center;
}
.footer_copy p {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.footer_copy a {
  color: #fff;
}
/* ページトップ
---------------------------------------- */
.pageTop {
  /*position: fixed;*/
  position: absolute;
  top: -30px;
  right: 10px;
  /*opacity: 0;*/
  z-index: 10;
  transition: all .3s;
}
/*.pageTop.bottom {
  bottom: 40px;
}
.pageTop.show {
  opacity: 1;
}*/
.pageTop a {
  width: 100px;
  height: 60px;
  background: url("../../img/prod/img_pagetop.png") center no-repeat;
  background-size: contain;
  display: block;
  position: relative;
}
@media screen and (min-width:1001px) {
  .pageTop {
    bottom: 20px;
    right: 30px;
  }
  .pageTop a {
    width: 130px;
    height: 80px;
    transition: all .3s;
  }
  .pageTop a:hover {
    transform: translate(0, -10px);
  }
}
/* フッター広告
---------------------------------------- */
#ad_banner_sp > div {
  margin: 0 auto;
}
@media screen and (max-width:640px) {
  footer {
    padding-bottom: 30px;
  }
}

/* ---------------------------------------------------------------------------
 * 汎用
--------------------------------------------------------------------------- */
/* テキスト
------------------------------------ */
.fs_xs {
  font-size: 0.75em !important;
}
.fs_s {
  font-size: 0.875em !important;
}
.fs_l {
  font-size: 1.25em !important;
}
.fs_xl {
  font-size: 1.5em !important;
}
.fs_inherit {
  font-size: inherit !important;
}
.fw_normal {
  font-weight: normal !important;
}
.fw_bold {
  font-weight: bold !important;
}
.ti-05 {
  text-indent: -0.5em !important;
}
.ls01 {
  letter-spacing: 0.1em !important;
}
.ls-005 {
  letter-spacing: -0.05em !important;
}
.ls-01 {
  letter-spacing: -0.1em !important;
}
.ls-02 {
  letter-spacing: -0.2em !important;
}
.ls-03 {
  letter-spacing: -0.3em !important;
}
.ta_left {
  text-align: left !important;
}
.ta_right {
  text-align: right !important;
}
.ta_center {
  text-align: center !important;
}
.week {
  margin: 0 -0.5em;
  display: inline-block;
  font-size: 0.875em;
}
/* レイアウト
------------------------------------ */
.mt0 {
  margin-top: 0 !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt_1em {
  margin-top: 1em !important;
}
.mb_1em {
  margin-bottom: 1em !important;
}
/* =============================================
 protect
============================================= */
.protect {
  display: block;
  position: relative;
  -webkit-user-drag: none;
  user-select: none;
}
.protect::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.protect img {
  -webkit-user-drag: none;
  pointer-events: none;
}
@media print {
  .protect {
    display: none !important;
  }
}


/* =============================================
 見逃しバナー
============================================= */

.delivery_list_wrap {
  padding: 3% 0;
  background: #14663f url("../../img/prod/bg_mosaic_grn.png");
  position: relative;
  overflow: hidden;
}
.delivery_list_wrap::before, .delivery_list_wrap::after {
  content: "";
  width: 40vw;
  height: 50vw;
  background: url("../../img/prod/bg_leaf.png") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -17vw;
}
.delivery_list_wrap::before {
  left: -6vw;
  transform: scale(-1, 1);
}
.delivery_list_wrap::after {
  right: -6vw;
}
@media screen and (min-width:641px) {
  .delivery_list_wrap::before, .delivery_list_wrap::after {
    content: "";
    width: 295px;
    height: 190px;
    bottom: -35px;
  }
  .delivery_list_wrap::before {
    left: -70px;
  }
  .delivery_list_wrap::after {
    right: -70px;
  }
}

.delivery_list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
	position: relative;
	z-index: 10;
}
.delivery_list ul {
  display: flex;
  justify-content: center;
}
.delivery_list ul + ul {
  margin-top: 20px;
}
.delivery_list li a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  transition: all .3s;
}
.delivery_list ul {
  margin: 0;
  flex-wrap: wrap;
}
.delivery_list li {
  margin: 0 0 10px;
}
.delivery_list li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width:641px) {
  .delivery_list_wrap {
    padding: 20px 0;
  }
  .delivery_list {
    width: 98%;
  }
  .delivery_list ul {
    justify-content: flex-start;
  }
  .delivery_list li {
    width: 48%;
    margin: 0 1%;
  }
  .delivery_list li:nth-child(3),.delivery_list li:nth-child(3) {
    margin-top: 1%;
  }
}
@media print, screen and (min-width:1024px) {
  .delivery_list ul {
    justify-content: center;
  }
  .delivery_list li {
    width: 31%;
    margin: 0 1%;
  }
  .delivery_list li:first-child {
    margin-left: 0;
  }
  .delivery_list li:last-child {
    margin-right: 0;
  }
  .delivery_list li:nth-child(3),.delivery_list li:nth-child(3) {
    margin-top: 0;
  }
}
/* バナーオンマウス */
@media print, screen and (min-width:1024px) {
  .delivery_list li a:hover {
    transform: scale(1.05);
  }
}
/* 画像 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .delivery_list li img {
    image-rendering: -webkit-optimize-contrast;
  }
}