@charset "UTF-8";

/* ====================================================
reset styleここから
==================================================== */
html {
  font-size: 16px;
  /* Base font size, change to 14px or 16px if needed */
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

ul li {
  list-style: none;
}

ol {
  counter-reset: number;
}

ol li {
  display: list-item;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

a {
  text-decoration: none;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000000;
}

del,
ins {
  text-decoration: none;
}

/* ====================================================
reset styleここまで
==================================================== */
html {
  overflow-x: hidden;
}

body {
  color: black;
  font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic,
    "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック",
    TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  line-height: 1.6;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

a {
  color: #977c10;
  transition: all 0.2s ease;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.inner {
  display: block;
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

a.rollover {
  transition: all 0.2s ease;
}

a.rollover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.pc-in {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pc-in {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.sp-in {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-in {
    display: inline-block;
  }
}

.pc-only {
  display: block !important;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.big-pc-only {
  display: block !important;
}

@media (max-width: 1000px) {
  .big-pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

#net {
  margin: 0px;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

#header {
  background-color: black;
  height: 70px;
  padding: 12px 32px 15px;
  position: fixed;
  width: 100%;
}

@media (max-width: 768px) {
  #header {
    height: 64px;
    padding: 12px 15px;
  }
}

.header__logo {
  display: inline-block;
}

@media (max-width: 768px) {
  .header__logo {
    max-width: 135px;
  }
}

.header__logo__img {
  display: block;
  height: 43px;
}

a:hover {
  opacity: 0.5;
}

.micho {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#tokusetsu_dai {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai {
    font-size: 16px;
  }
}

#tokusetsu_dai .bannerarea + .bannerarea {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .bannerarea + .bannerarea {
    margin-top: 20px;
  }
}

#tokusetsu_dai .bannerarea a {
  display: inline-block;
  vertical-align: bottom;
}

#tokusetsu_dai .bannerarea img {
  display: block;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 768px) {
  #tokusetsu_dai .bannerarea img {
    margin: 0 auto;
    padding: 0 20px 0;
  }
}

.footer {
  color: #fff;
  text-align: center;
}

.footer .section_inner {
  padding: 40px 0px;
}

.copyright {
  font-size: 10px;
}

@media (max-width: 768px) {
  .copyright {
    padding: 0px 10px;
    display: block;
  }
}

.copyright__global {
  font-size: 10px;
  display: block;
  background-color: black;
  padding: 20px 0px;
  width: 100%;
}

.pc_view {
  display: block;
}

.sp_view {
  display: none;
}

h2 img.pc_view {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pc_view {
    display: none;
  }

  .sp_view {
    display: block;
  }
}

.inner {
  width: 100%;
  max-width: initial;
}

.mv_area {
  width: 100%;
  max-width: 100%;
  background: url(/img/mv_bg.jpg) center center;
  background-size: cover;
  text-align: center;
  position: relative;
}

.main_ttl {
  position: absolute;
  max-width: 1200px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  top: 0;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0;
    margin: 0;
  }
}

/*--------------------------------------------------
     リード文
  ---------------------------------------------------*/
.read_area {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #fff;
  width: 100%;
  text-align: center;
  color: #0d1743;
  font-size: 18px;
}

.read_area .img-mb,
.read_area .img-mb2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .read_area .img-mb {
    margin-bottom: 0;
    padding: 0 20px;
  }
}

.read_area > div {
  padding: 80px 0;
  background: #6463cb url(/img/lead_bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .read_area > div {
    padding: 5px 0 30px;
    background: #6463cb url(/img/lead_bg_sp.jpg);
  }
}

.read_area > div .read_text {
  color: #fff;
  margin: auto;
  max-width: 900px;
}

.read_text .yellow {
  color: #ffe506;
  font-size: inherit;
  display: inline;
}

.read_area div p {
  line-height: 1.8em;
  /*  margin-bottom: 20px;*/
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .read_area div p {
    /*		margin-bottom: 15px;*/
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.6em;
    /*		margin-top:20px;*/
    margin-top: 7px;
  }
}

.read_area div p .glow {
  transform: translateX(0);
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5))
    drop-shadow(0 0 20px white);
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5))
    drop-shadow(0 0 20px white);
  display: inline;
}

.read_area div p b {
  font-weight: bold;
  color: #a81979;
  transform: translateX(0);
  -webkit-filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.8));
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.8));
}

.read_area p span.ssmall {
  font-size: 12px;
  margin-top: 0;
}

.read_area img {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .read_area {
    font-size: 16px;
    padding: 0;
    box-sizing: border-box;
  }

  .read_area p {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6em;
  }
}

.read_area div .read_text_point img {
  max-width: 894px;
  margin: 0 auto;
  width: 100%;
}

.read_area div .date {
  margin-bottom: 40px;
}

.read_area div .date img {
  max-width: 581px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .read_area div .date {
    margin-top: 10px;
  }
}

.inner2 {
  width: 100%;
  padding-bottom: 80px;
  background: #2b4bb3;
  background: #b07ecd url(/img/kirakira.jpg) no-repeat center top -100px/100%;
  background-attachment: fixed;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .inner2 {
    padding-bottom: 30px;
    background-size: 200%;
    background-position: center 5%;
  }
}

.inner3 {
  background: #6463cb url(/img/msg_bg.png) repeat;
  padding: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .inner3 {
    padding: 0 0 30px;
    background-size: auto;
  }
}

.innerMini {
  background: #6463cb url(/img/innerMini_bg.jpg);
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .innerMini {
    background-size: auto;
    padding: 30px 0;
  }
}

.innerSkp {
  background: #9768b2 url(/img/skp_bg.png);
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .innerSkp {
    background-size: auto;
    padding: 30px 0;
  }
}

.innerSkp .lineup.msg {
  margin: 0 auto;
}

.innerSkp .lineup.msg .program_next {
  background: #e3f4fa;
}

/*
  .innerMini .frame{
   max-width:980px;
   height:825px;
   margin:auto;
   padding:58px 79px;
   background-image:url(/img/frame_top_l.png),
   url(/img/frame_top.png),
   url(/img/frame_top_r.png),
   url(/img/frame_middle.png),
   url(/img/frame_bottom_l.png),
   url(/img/frame_bottom.png),
   url(/img/frame_bottom_r.png);
   background-repeat:no-repeat,
   no-repeat,
   no-repeat,
   no-repeat,
   no-repeat,
   no-repeat,
   no-repeat,
   no-repeat;
   background-position:top left,
   top center,
   top right,
   left 58px,
   bottom left,
   bottom center,
   bottom right;
  }
  */
.innerMini .frame {
  max-width: 980px;
  height: 885px;
  margin: auto;
  padding: 58px 79px;
  background-image: url(/img/frame_bg.png);
  background-repeat: no-repeat;
}

.innerMini .frame.date0620 {
  height: 808px;
  background-image: url(/img/frame_bg2.png);
}

.innerMini .frame.backnumber {
  /*  height:1100px; */
  /*  height:1410px; */
  min-height: 1464px;
  background-image: url(/img/frame_bg4.png);
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .innerMini .frame,
  .innerMini .frame.date0620,
  .innerMini .frame.backnumber {
    max-width: initial;
    height: auto;
    box-sizing: border-box;
    padding: 32px;
    background-image: url(/img/frame_top_l.png), url(/img/frame_top_r.png),
      url(/img/frame_bottom_l.png), url(/img/frame_bottom_r.png),
      url(/img/frame_top.png), url(/img/frame_l.png), url(/img/frame_r.png),
      url(/img/frame_bottom.png);
    background-position: top left, top right, bottom left, bottom right,
      top center, top left, top right, bottom center;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x,
      repeat-y, repeat-y, repeat-x;
    background-size: auto;
  }
}

.innerMini .frame .gest {
  background: none;
  margin: 40px auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .innerMini .frame .gest {
    background: none;
    margin: 20px auto;
    padding: 0;
  }
}

.innerMini .frame .gest .offshot {
  font-size: 16px;
  text-align: left;
}

.innerMini .frame .offshot > div:first-child {
  max-width: initial;
  width: 287px;
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .innerMini .frame .offshot > div:first-child {
    width: 100%;
    margin-right: 0;
  }
}

.innerMini .frame .offshot > div:first-child img {
  width: auto;
}

.innerMini .frame .offshot > div:last-child {
  text-align: left;
}

.innerMini .frame .offshot > div a.inlinepop {
  display: inline-block;
  padding: 8px 20px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .innerMini .frame .offshot > div a.inlinepop {
    display: block;
    padding: 8px 20px;
  }
}

.mini-corner {
  background: #d3d3f4;
  border-radius: 8px;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
}

.mini-corner .img {
  display: block;
  margin: auto;
}

.mini-corner .corner-img {
  margin-top: 6px;
  margin-bottom: 10px;
}

.mini-corner .date {
  font-weight: bold;
  margin-bottom: 14px;
}

.mini-corner .strong {
  font-weight: bold;
  font-size: 18px;
}

.mini-inner {
  display: flex;
  margin: 20px auto 0;
  max-width: 670px;
}

@media screen and (max-width: 768px) {
  .mini-inner {
    display: block;
    margin: 20px auto 0;
    max-width: initial;
  }
}

.mini-inner a.link {
  color: #2744a3;
  font-weight: bold;
  text-decoration: underline;
}

.mini-l {
  width: 290px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .mini-l {
    width: auto;
    flex-shrink: 0;
    padding: 0 20px;
  }
}

.mini-l .img.corner-img {
  width: 100%;
}

.mini-r {
  width: auto;
  margin-left: 20px;
  text-align: left;
  flex-shrink: 2;
}

@media screen and (max-width: 768px) {
  .mini-r {
    margin-left: 0;
    padding: 0 20px 10px;
  }
}

.mini-backnumber {
  margin: 40px auto 0;
  max-width: 670px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*
  .mini-backnumber:after{
   content:"";
   display:block;
   width:200px;
  }
  */
.mini-backnumber > div {
  width: 30%;
}

.mini-backnumber > div:nth-of-type(-n + 3) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .mini-backnumber {
    margin: 40px auto 0;
    max-width: initial;
    display: block;
  }

  .mini-backnumber > div:nth-of-type(-n + 3) {
    margin-bottom: 20px;
  }

  .mini-backnumber > div {
    margin-bottom: 20px;
    width: 100%;
  }

  .mini-backnumber > div:last-child {
    margin-bottom: 0;
  }

  .mini-backnumber a span {
    display: initial;
  }
}

a.inlinepop {
  width: 222px;
  display: block;
}

@media screen and (max-width: 768px) {
  a.inlinepop {
    width: 100%;
  }
}

.bkn01 {
  background-image: url(/img/mini-corner-imgl01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 230px;
  width: 222px;
  height: 163px;
  display: table;
}

.bkn02 {
  background-image: url(/img/mini-corner-imgl02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bkn03 {
  background-image: url(/img/mini-corner-imgl03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bkn04 {
  background-image: url(/img/mini-corner-imgl04-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bkn05 {
  background-image: url(/img/mini-corner-imgl05-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bkn01 > p {
  background-image: url(/img/bg_point.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .bkn01 {
    max-width: 100%;
    width: 100%;
    width: auto;
    height: auto;
    margin: 0 20px;
    box-sizing: border-box;
    display: block;
  }

  .bkn01 > p {
    display: inline-block;
    padding: 40px 0 40px;
  }

  .bkn01 > p > br {
    display: none;
  }

  .bkn01 .padding {
    padding: 65px 0;
  }
}

.mini-corner .img.mb5 {
  margin-bottom: 5px;
}

/*--------------------------------------------------
           ancer
  ---------------------------------------------------*/
.anc-area {
  padding: 30px 0;
  background: #864c9f;
}

@media screen and (max-width: 768px) {
  .anc-area {
    padding: 20px 0;
  }
}

.anc-area ul {
  display: flex;
  justify-content: center;
  max-width: 980px;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .anc-area ul {
    display: block;
    padding: 0 20px;
  }
}

.anc-area ul li {
  background: #b07ecd;
  border: 1px solid #e3c8f2;
  width: calc((100% - 30px) / 4);
  margin: 5px 10px 5px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .anc-area ul li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 0;
  }
}

.anc-area ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .anc-area ul li:last-child {
    margin-bottom: 0;
  }
}

.anc-area ul li a {
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.anc-area ul li a::after {
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
}

.anc-area ul li img {
  width: 100%;
  max-width: 237px;
}

@media screen and (max-width: 768px) {
  .anc-area ul li img {
    width: 60%;
  }
}

/*--------------------------------------------------
           lineup
  ---------------------------------------------------*/
.plan-subtitle {
  padding: 60px 0 40px;
  margin: 0;
}

.plan-subtitle img {
  max-width: 586px;
}

@media screen and (max-width: 768px) {
  .plan-subtitle img {
    transform: scale(1);
    padding: 0 10px;
    width: 100%;
    max-width: 364px;
  }

  #lineupgw.plan-subtitle img {
    transform: scale(0.8);
  }

  #message.plan-subtitle img {
    transform: scale(0.8);
  }

  .plan-subtitle {
    padding: 30px 0 0;
  }
}

.plan-subtitle-others img {
  max-width: 691px;
}

.lineup {
  padding: 0 0;
}

@media screen and (max-width: 768px) {
  .lineup {
    /*     padding:20px 20px 30px;*/
    padding: 20px 20px 0;
  }
}

.program {
  max-width: 980px;
  box-sizing: border-box;
  display: block;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

.aug::after {
  content: "";
  display: block;
  width: 50%;
}

.program .program-multi {
  background: #fff;
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: left;
  padding: 2px;
  text-align: left;
  font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic,
    "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック",
    TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}

.program .program-multi:last-child {
  margin-bottom: 0 !important;
}

.program .program-multi > div {
  box-sizing: border-box;
  padding: 56px 47px;
  border: 1px #76388d solid;
}

@media screen and (max-width: 768px) {
  .program .program-multi > div {
    padding: 20px 18px;
  }
}

.program .program-multi > div img {
  display: inline-block;
  /* margin:0 auto 20px; */
}

.program .program-multi .rightbox {
  display: inline-block;
  padding-left: 28px;
  vertical-align: top;
  box-sizing: border-box;
  width: calc(100% - 448px);
  line-height: 1;
}

.program .program-multi .rightbox picture img {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .program .program-multi .rightbox {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    vertical-align: top;
    margin-top: 15px;
  }
}

.ico-ch {
  color: #fff;
  background: #76388d;
  text-align: center;
  line-height: 1em;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
  padding: 3px 10px;
}

@media screen and (max-width: 768px) {
  .ico-ch {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.ico-rep {
  color: #fff;
  background: #42388d;
  text-align: center;
  line-height: 1em;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
  padding: 3px 10px;
}

@media screen and (max-width: 768px) {
  .ico-rep {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.program .program-multi .ch img {
  display: inline-block;
  text-align: left;
  margin-bottom: 8px;
}

.program .program-multi .ch.visi {
  visibility: hidden;
  display: none;
}

@media screen and (max-width: 768px) {
  .program .program-multi .ch img {
    display: block;
    float: right;
    text-align: right;
    transform: scale(0.8);
  }

  .program .program-multi .ch.visi {
    display: none;
  }
}

.program .program-multi .ch picture {
  text-align: left;
  margin-bottom: 8px;
  margin-left: 10px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .program .program-multi .ch picture {
    text-align: center;
    display: block;
    clear: both;
    float: none;
    margin-left: 0;
  }
}

.program .program-multi .ch + p:before {
  content: "";
  display: block;
  clear: both;
}

.ch-guest {
  display: flex;
  justify-content: space-between;
}

.guest_pc_view {
  display: block;
}

.guest_sp_view {
  display: none;
}

@media screen and (max-width: 768px) {
  .guest_pc_view {
    display: none;
  }

  .guest_sp_view {
    display: block;
  }
}

.program .program-multi p {
  font-size: 14px;
  margin-bottom: 10px;
}

.program .program-multi .mb10 {
  margin-bottom: 10px;
}

.program .program-multi .mb25 {
  margin-bottom: 25px;
}

.program .program-multi .mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px !important;
}

.program .program-multi .date {
  font-size: 16px;
  color: #76388d;
  font-weight: bold;
}

.program .program-multi .title {
  font-size: 30px;
  font-weight: bold;
  text-indent: -0.5em;
  display: block;
}

@media screen and (max-width: 768px) {
  .program .program-multi .title {
    font-size: 24px;
  }
}

.program .program-multi .title > .smalltitle {
  line-height: 1.4;
  font-size: 18px;
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .program .program-multi .title > .smalltitle {
    font-size: 16px;
  }
}

.program .program-multi .release {
  display: inline-block;
  margin-top: 10px;
}

.program .program-multi .comment-gest {
  display: inline-block;
  color: #76388d;
  border: 1px solid #76388d;
  border-radius: 10px;
  padding: 2px 14px;
  margin-bottom: 15px;
}

.program .program-multi .overview {
  font-size: 16px;
  line-height: 1.6;
}

.program .program-multi .gold {
  font-size: 16px;
  color: #ad9839;
  font-weight: bold;
  line-height: 1;
  clear: both;
  margin-bottom: 0;
}

.program .program-multi .gold small {
  font-weight: normal;
  display: inline-block;
  color: #000;
}

.program .program-multi .button-schedule + .gold {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .program .program-multi .button-schedule + .gold {
    padding-top: 5px;
  }
}

.program .program-multi .gold .red {
  color: #ff0018;
}

.program .program-multi .gold .red.ft15 {
  font-size: 15px;
  display: inline-block;
  text-indent: -0.5em;
}

.program .program-multi .gold .red .inline {
  display: inline-block;
  font-weight: bold;
  font-size: inherit;
  line-height: 1.2;
}

.program .program-multi .skp_navi {
  display: block;
  background: #0099ff;
  max-width: 160px;
  padding: 3px 16px;
  margin-bottom: 6px;
  margin-top: 15px;
}

.program .program-multi .sarani .skp_navi {
  margin-top: 0;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .program .program-multi .sarani .skp_navi {
    display: block;
  }
}

#mini .skp_navi {
  display: block;
  background: #0099ff;
  max-width: 160px;
  padding: 3px 16px;
  margin-bottom: 6px;
  margin-top: 6px;
}

.program .program-multi .sarani {
  color: #000;
  display: block;
  line-height: 1.4em;
  background: #bfe6ff;
  padding: 10px;
  border-radius: 6px;
  margin-top: 10px;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
}

.program .program-multi .aftertalk {
  font-weight: bold;
  color: #76388d;
}

.program .program-multi p.nonavi {
  font-size: 12px;
  margin-bottom: 18px;
}

/* .program .program-multi p span{
   font-size:16px;
   font-weight:bold;
  } */
.program .program-multi p span.small {
  font-size: 12px;
  font-weight: normal;
}

.program .program-multi p span.inline {
  font-weight: normal;
  font-size: 14px;
}

.program .program-multi p span.inline-block {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
}

.program .program-multi p.small {
  text-align: right;
  font-size: 12px;
  padding-top: 14px;
}

@media screen and (max-width: 768px) {
  .program .program-multi p span.inline {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
  }
}

.button-schedule {
  width: 100%;
  display: block;
  text-align: right;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .button-schedule {
    margin-top: 20px;
  }
}

.button-schedule:after {
  content: "";
  display: table;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .button-schedule:after {
    content: "";
    display: block;
    padding-bottom: 0;
  }
}

.button.pd {
  padding-top: 22px;
}

@media screen and (max-width: 768px) {
  .program .program-multi .button.pd {
    padding-top: 0;
  }
}

.button-schedule a {
  color: #000;
  display: block;
  background: url("../img/bg_btn.png") no-repeat center/cover;
  width: 316px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  padding: 16px 0;
  clear: both;
  float: right;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}

.button-schedule a::after {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}

@media screen and (max-width: 768px) {
  .button-schedule a {
    float: none;
    margin: auto;
    width: auto;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .program {
    max-width: initial;
    box-sizing: border-box;
    display: block;
    margin: auto;
    flex-wrap: wrap;
  }

  .program .program-multi {
    width: auto;
    margin: 0 auto 20px !important;
    max-width: initial;
  }

  .program .program-multi:nth-of-type(odd),
  .program .program-multi:nth-of-type(even) {
    margin: 30px 20px;
  }
}

.lineup > span.small {
  display: block;
  max-width: 980px;
  box-sizing: border-box;
  margin: auto;
}

.lineup > span.small span.inlineR {
  text-align: left;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  float: right;
}

@media screen and (max-width: 768px) {
  .lineup > span.small {
    padding-bottom: 30px;
  }
}

.program.single .program-multi.last {
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .program.single .program-multi.last {
    display: none;
  }
}

/*--------------------------------------------------
           今後のlineup
  ---------------------------------------------------*/
.program_next {
  max-width: 1120px;
  box-sizing: border-box;
  padding: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  /* border:1px solid #b59757;*/
  text-align: center;
}

@media screen and (max-width: 768px) {
  .program_next {
    padding: 20px;
  }
}

.program_next > span {
  font-family: "メイリオ", Meiryo, "游ゴシック", "游ゴシック体", YuGothicMedium,
    YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック",
    TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  text-align: right;
  display: block;
  font-size: 12px;
}

.program_next > span span.inlineR {
  text-align: left;
  display: inline-block;
}

.program_next .program-multi h4 {
  background: #a1132b;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 6px 0;
  box-sizing: border-box;
}

.program_next .program-multi.last h4 {
  background: #500b17;
}

.program_next .program-multi:last-child p {
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .program_next .program-multi:last-child p {
    margin-bottom: 0 !important;
  }
}

.program_next .program-multi {
  text-align: left;
}

.program_next .program-multi p {
  margin-bottom: 15px;
}

.program_next .program-multi p span {
  font-size: 20px;
  font-weight: bold;
}

.program_next .program-multi p span.small {
  font-size: 14px;
  font-weight: normal;
}

.program_next .program-multi p.ft20 {
  margin-bottom: 20px;
  font-size: 20px;
}

.program_next .program-multi p.last {
  margin-bottom: 40px;
}

/*--------------------------------------------------
           メッセージ
  ---------------------------------------------------*/
.lineup.msg {
  margin: 0 auto 40px;
  padding: 0;
}

.lineup.msg .ml0 {
  margin-left: 0;
}

.msg .program_next .program-multi div span.ml0 {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .lineup.msg {
    margin: 0 auto 20px;
    padding: 0 20px;
  }
}

.lineup.msg > div {
  background: #fff;
  max-width: 980px;
  width: 100%;
  padding: 2px;
  margin: auto;
}

.plan-subtitle-msg {
  padding: 80px 0 40px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .plan-subtitle-msg {
    padding: 30px 10px 20px;
  }
}

.plan-subtitle-msg img {
  max-width: 854px;
  width: 100%;
}

.msg .program_next {
  background: #fff;
  padding: 50px;
  border: 1px solid #7964a9;
}

@media screen and (max-width: 768px) {
  .msg .program_next {
    /* background-size: 22%,22%,22%,22%,auto; */
    padding: 30px 20px 20px;
  }
}

.msg .program_next .program-multi {
  display: flex;
  text-align: left;
  align-items: center;
}

.msg img {
  display: block;
  max-width: 224px;
}

.msg img + p {
  text-align: center;
  margin-top: 10px;
}

.msg .program_next .program-multi .msg_nakai {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #0d1743;
  /* background-image: url(/img/msg_bg03.png),url(/img/msg_bg04.png);*/
  background-repeat: no-repeat;
  background-position: 0 50%, 100% 50%;
  background-size: 30%;
}

.msg .msg_nakai span {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .msg img {
    max-height: initial;
    height: auto;
  }
}

.msg .program_next .program-multi div {
  font-size: 16px;
}

.msg .program_next .program-multi div span {
  font-size: 20px;
  margin-left: 8px;
}

.msg .program_next .program-multi div .msg_nakai span {
  font-size: 24px;
}

.msg .program_next .program-multi div:last-child {
  margin-left: 40px;
  text-align: center;
}

.msg .program_next .program-multi div:last-child p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .msg .program_next .program-multi div:last-child {
    margin-left: 0;
  }
}

.msg .program_next .button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 34px 0 0;
}

.button a {
  display: block;
  width: 316px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  padding: 16px 0;
  margin: auto;
  color: #fff;
  position: relative;
  text-decoration: none;
  background-image: -ms-linear-gradient(
    0deg,
    #2a2aae 0%,
    #a96cbc 0%,
    #76388d 100%
  );
  line-height: 1em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .button a {
    width: auto;
    font-size: 16px;
    line-height: 1em;
  }
}

.button a::after {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}

@media screen and (max-width: 768px) {
  .msg .program_next .program-multi {
    display: block;
  }

  .msg .program_next .program-multi div {
    font-size: 14px;
  }

  .msg .program_next .program-multi div span {
    font-size: 16px;
    margin-left: 0;
  }

  .msg .program_next .program-multi div .msg_nakai span {
    font-size: 26px;
  }

  .msg .program_next .button a {
    max-width: initial;
    font-size: 18px;
    width: 100%;
  }

  .msg .program_next .button {
    margin-top: 20px;
  }

  .msg .program_next .button {
    padding: 0;
  }

  .msg img {
    display: block;
    max-width: initial;
    max-height: initial;
    margin-right: 0;
    width: 50%;
    margin: auto;
    margin: 0 auto 20px;
  }

  .msg .program_next .program-multi p {
    margin-bottom: 20px;
  }

  .msg .program_next .button {
    text-align: center;
  }

  .msg .program_next .program-multi div:last-child p {
    margin-top: 10px;
  }
}

/* Sns
  ------------------------------------------------------------- */
.sns_area {
  margin: 0 auto 0 auto;
  background: #000;
  color: #fff;
  padding-top: 40px;
}

.sns_area .area_inner {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  padding-bottom: 40px;
}

.sns_area .sns_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.sns_area .btnList {
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

.sns_area .btnList > li {
  display: inline-block;
  width: 78px;
  height: 78px;
  margin: 2% 35px 0;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sns_area .btnList > li {
    display: inline-block;
    margin: 0 5px;
    max-width: 78;
    width: 50px;
    height: 50px;
  }
}

.sns_area .btnList > li:first-child {
  margin-top: 0;
}

.sns_area .btnList > li a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  padding-top: 100%;
  border-radius: 50%;
}

.sns_area .btnList > li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.2s;
}

/* Credit
  ------------------------------------------------------------- */
.credit {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  max-width: 100%;
  border: none;
  font-size: 10px;
  background: #000;
  color: #fff;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .credit {
    width: auto;
    padding: 0 20px 24px 20px;
  }
}

.credit p {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

/* アンコール放送
  ------------------------------------------------------------- */
h3#month11 img.pc_view {
  margin: auto;
}

h3#month11 img.sp_view {
  display: none;
}

@media screen and (max-width: 768px) {
  h3#month11 img.pc_view {
    display: none;
  }

  h3#month11 img.sp_view {
    display: block;
    margin: auto;
    padding: 0 10px;
    transform: scale(1, 1);
  }
}

.read_area .message {
  color: #fdeb93;
  text-decoration: underline;
}

span.inlineR {
  width: 100%;
  max-width: 1000px;
  text-align: right;
  display: inline-block;
  font-size: 12px;
}

.program .program-multi .recruitment {
  text-align: center;
}

.program .program-multi .recruitment_head {
  font-weight: bold;
  font-size: 18px;
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .program .program-multi .recruitment_head {
    margin-top: 15px;
    font-size: 16px;
  }
}

.program .program-multi .recruitment_date {
  font-size: 16px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .program .program-multi .recruitment_date {
    font-size: 14px;
  }
}

/* modal
  ------------------------------------------------------------- */
.gest {
  margin-top: 50px;
  background: #f0e8fd;
  padding: 20px;
}

.gest > img {
  margin: auto;
  display: block;
}

.offshot {
  box-sizing: border-box;
  width: 100%;
  clear: both;
  float: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.offshot-center {
  align-items: center;
}

.offshot > div {
  display: table-cell;
}

.offshot > div p {
  font-size: 24px !important;
  font-weight: bold;
  color: #0d1743;
}

@media screen and (max-width: 768px) {
  .offshot > div p {
    font-size: 26px !important;
  }
}

.offshot > div:first-child {
  max-width: 200px;
  width: 200px;
}

.offshot > div:last-child {
  width: auto;
  padding-left: 30px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

.offshot > div a.inlinepop {
  color: #76388d;
  border: 1px solid #76388d;
  display: block;
  text-align: center;
  /* float: right; */
  width: auto;
  padding: 10px 15px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1em;
  max-width: 240px;
}

@media screen and (max-width: 768px) {
  .offshot > div a.inlinepop {
    max-width: none;
  }
}

.offshot > div a.inlinepop span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

.offshot > div a.inlinepop span::after {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 1px solid #76388d;
  border-right: 1px solid #76388d;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

@media screen and (max-width: 768px) {
  .offshot > div:last-child {
    width: auto;
    padding-left: 0;
    margin-top: 0;
  }

  .gest {
    margin-top: 30px;
    padding: 20px 12px;
    position: relative;
  }

  .gest.long {
    margin-top: 36px;
  }

  .gest > img {
    transform: scale(1);
  }

  .offshot {
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    padding: 20px 0 0;
    position: relative;
  }

  .offshot > div:first-child {
    max-width: initial;
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: block;
  }

  .offshot > div:last-child {
    width: 100%;
    margin-left: 0;
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .offshot > div a {
    padding: 10px;
    display: inline-block;
    float: none;
    width: 100%;
  }

  a.inlinepop span {
    display: block;
  }
}

.guest_box {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  padding: 0 0 10px;
}

.guest_box.single {
  display: block;
  margin: 0;
  max-width: 240px;
}

@media screen and (max-width: 768px) {
  .guest_box.single {
    max-width: none;
  }
}

.guest_box > div {
  width: 40%;
}

.guest_box > div.gallery_btn {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .guest_box {
    display: block;
    width: 100%;
    padding: 0 20px 10px;
  }

  .guest_box > div {
    width: 100%;
  }

  .guest_box > div.gallery_btn {
    width: 100%;
  }

  .guest_box.single {
    width: 100%;
  }
}

/* recommend
  ------------------------------------------------------------- */
.recom_area {
  width: 100%;
  background: #4f2d7c;
  text-align: center;
  padding: 40px 0;
  box-sizing: border-box;
  margin-top: 0;
}

.recom_area p.title {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-family: "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic,
    "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ ゴシック", "MS Gothic", "HiraKakuProN-W3", "TakaoExゴシック",
    TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
  font-weight: 500;
  position: relative;
}

.recom_area p.title span {
  display: inline-block;
}

.recom_area p.title:before {
  content: "";
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 0 3px;
  height: 1em;
  top: 1.3em;
  left: -0.64em;
  margin-top: -1em;
  transform: rotate(-35deg);
  width: 0;
}

.recom_area p.title:after {
  content: "";
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 0 3px;
  height: 1em;
  top: 1.3em;
  right: -0.44em;
  margin-top: -1em;
  transform: rotate(35deg);
  width: 0;
}

@media screen and (max-width: 768px) {
  .recom_area p.title {
    font-size: 26px;
    padding: 0 20px;
  }

  .recom_area p.title:before {
    content: "";
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 0 2px;
    height: 2.6em;
    top: 1.2em;
    left: 1.2em;
    margin-top: -1em;
    transform: rotate(-25deg);
    width: 0;
  }

  .recom_area p.title:after {
    content: "";
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 0 2px;
    height: 2.6em;
    top: 1.2em;
    right: 1.4em;
    margin-top: -1em;
    transform: rotate(23deg);
    width: 0;
  }
}

@media screen and (orientation: landscape) {
  .recom_area p.title:before {
    content: "";
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 0 3px;
    height: 1em;
    top: 1.3em;
    left: -0.64em;
    margin-top: -1em;
    transform: rotate(-35deg);
    width: 0;
  }

  .recom_area p.title:after {
    content: "";
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 0 3px;
    height: 1em;
    top: 1.3em;
    right: -0.44em;
    margin-top: -1em;
    transform: rotate(35deg);
    width: 0;
  }
}

.recom_area .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 912px;
  margin: 30px auto 0;
}

.recom_area .flex > a {
  background: #fff;
}

.recom_area .flex > a div {
  text-align: left;
  font-size: 14px;
  max-width: 285px;
}

.recom_area .flex > a div > div {
  background: #fff;
  color: #333;
  padding: 16px;
  box-sizing: border-box;
}

.recom_area .flex > a div p {
  font-size: 16px;
  font-weight: bold;
}

.recom_area .flex > a div span {
  display: block;
}

.recom_area .flex > a div img {
  /* max-width:284px; */
}

.pc_recm {
  display: block;
  margin: auto;
}

.sp_recm {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_recm {
    display: none;
  }

  .sp_recm {
    display: block;
    margin: auto;
  }

  .recom_area .flex {
    display: block;
    padding: 0 20px;
    max-width: initial;
    margin: 30px auto 0;
  }

  .recom_area .flex > a div {
    font-size: 16px;
    max-width: initial;
  }

  .recom_area .flex > a div p {
    font-size: 18px;
  }

  .recom_area .flex > a div img {
    max-width: initial;
    width: 100%;
  }

  .recom_area .flex > a div > div {
    width: 100%;
  }

  .recom_area .flex > a div {
    margin-bottom: 30px;
  }

  .recom_area .flex > a:last-child div {
    margin-bottom: 0;
  }

  .recom_area > img {
    padding: 0 20px;
  }
}

/* ****guest**** */
.guest_area {
  max-width: 1000px;
  box-sizing: border-box;
  border: 1px solid #b59757;
  padding: 0;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .guest_area {
    margin: 0 auto 20px;
  }
}

.guest {
  max-width: 1000px;
  box-sizing: border-box;
  margin: auto;
  background: #fdfbf8;
  /* border: 1px solid #b59757; */
  padding: 20px 30px 30px;
  font-size: 14px;
}

.guest h4 {
  padding: 0 0 10px;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #74191e;
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
  margin: auto;
  box-sizing: border-box;
}

.guest > div {
  display: flex;
  text-align: left;
  margin-top: 30px;
}

.guest > div:nth-of-type(2) {
  border-top: 1px solid #b59757;
  margin-top: 30px;
  padding-top: 30px;
}

.guest > div div:first-child {
  margin-right: 20px;
  width: 600px;
}

.guest > div div:last-child {
  margin-right: 0;
  width: 400px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guest > div div:first-child {
    width: 100%;
  }

  .guest > div div:last-child {
    width: 100%;
  }
}

.guest .name {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #553a01;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

.guest .name span {
  font-size: 20px;
}

.guest .name2 {
  font-size: 22px;
  text-align: center;
}

.guest .name2 span {
  font-size: 26px;
}

.guest ul {
  margin-top: 20px;
  font-size: 14px;
}

.guest div:last-child img {
  max-width: 460px;
  box-shadow: 0 0 12px 0px #00000024;
}

@media screen and (max-width: 768px) {
  .guest {
    padding: 20px 20px 20px;
  }

  .guest .name2 {
    font-size: 16px;
  }

  .guest > div {
    display: block;
    margin-top: 20px;
  }

  .guest > div div:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .guest div:last-child img {
    max-width: 100%;
  }
}

.program_next.lineupend {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .program_next.lineupend {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .guest_name {
    display: block;
    float: none;
    margin: 0 auto 10px;
  }
}

.comment_guest {
  margin-top: 60px;
  text-align: center;
}

.comment_guest .guest_name {
  float: none;
}

@media screen and (max-width: 768px) {
  .comment_guest {
    margin-top: 0;
  }
}

/* ****gallery_btn**** */
.gallery_btn {
  text-align: center;
  color: #fff;
  padding: 0;
}

.gallery_btn a {
  color: #fff;
  background: #635698;
  display: inline-block;
  padding: 14px 20px;
  box-sizing: border-box;
  border-radius: 7px;
  margin-top: 20px;
  max-width: 400px;
  width: 100%;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .gallery_btn a {
    margin-left: 0;
  }
}

/* present
  -------------------------------------------------------------- */
.present {
  text-align: center;
  margin: 30px auto 0;
  padding: 20px;
}

.present .offshot {
  background: none;
}

.present .offshot > div:first-child {
  max-width: 300px;
  width: 300px;
  margin-right: 0;
}

.present .offshot > div:last-child {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .present {
    margin: 0 auto;
    padding: 0;
  }

  .present .offshot > div:first-child {
    max-width: initial;
    width: 100%;
    margin-right: 0;
  }

  .present .offshot > div:last-child {
    padding-left: 0;
  }
}

.present .offshot .present_title {
  text-align: center;
  font-size: 22px !important;
  background: #ffdbcf;
  margin-bottom: 20px;
}

.present .offshot span.font-large {
  font-size: 22px;
  font-weight: bold;
  color: #9d1229;
}

.present .offshot .present_title + p {
  font-size: 18px !important;
  /* text-align: left; */
  font-weight: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .present .offshot .present_title + p {
    font-size: 16px !important;
    text-align: left;
  }

  .present .offshot .present_title + p br {
    display: none;
  }
}

.present .line {
  background: #fff;
  border: 1px solid #b59757;
  max-width: 980px;
  margin: auto;
  padding: 4px;
  box-sizing: border-box;
}

.present .caution {
  font-size: 14px;
  text-align: left;
  margin: 20px auto 0;
  font-weight: normal;
}

.present .caution p {
  font-size: 14px !important;
  text-align: left;
  margin: auto;
  font-weight: normal;
}

.present .line > div {
  background: #f8ebe2;
  padding: 80px 60px 50px;
}

.present .inner {
  flex-wrap: wrap;
}

.present .inner p span.bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .present .line > div {
    padding: 120px 20px 20px;
  }

  .present .inner {
    display: block;
  }
}

.ornament {
  margin: 0 0 10px 0;
}

.ornament + p span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .present_title .ornament {
    text-align: center;
  }

  .present_title .ornament span:before {
    height: 2em;
    top: 1.3em;
    left: 0;
    margin-top: -1em;
    border-width: 0;
  }

  .present_title .ornament span:after {
    height: 2em;
    top: 1.3em;
    right: 0;
    margin-top: -1em;
    border-width: 0;
  }
}

@media screen and (max-width: 768px) {
  .present .inner > div.text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.present_button {
  width: 100%;
  text-align: center;
  margin: 0 auto 10px;
  position: relative;
}

.present_button a {
  width: 80%;
  max-width: 350px;
  background: #d6462e url(/img/arrow.png) 90% 50% no-repeat;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
  border-radius: 50px;
  font-size: 20px;
  display: inline-block;
}

.present_button a.disabled {
  width: 80%;
  background: #9ad4f9;
}

@media screen and (max-width: 768px) {
  .present_butto {
    margin: 20px auto 0;
  }

  .present_button a {
    width: 100%;
    font-size: 20px;
  }
}

.present_button a:hover {
  background: #da6c5a url(/img/arrow.png) 90% 50% no-repeat;
}

.present .inner .font-large {
  font-size: 24px !important;
  display: inline;
}

.present p.endtime {
  text-align: center;
  margin-top: 10px;
  font-size: 16px !important;
}

@media screen and (max-width: 768px) {
  .present .inner .font-large {
    font-size: 18px;
  }
}

.inneryokoku {
  background: url(/img/kirakira.png), #2948ab;
  background-position: 100% 28%;
}

.yokoku {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-shadow: 0px 0px 9px #b17ecd, 0px 0px 9px #b17ecd, 0px 0px 9px #b17ecd,
    0px 0px 20px #b17ecd, 0px 0px 20px #b17ecd, 0px 0px 20px #b17ecd,
    0px 0px 20px #b17ecd, 0px 0px 20px #b17ecd, 0px 0px 20px #b17ecd;
}

@media screen and (max-width: 768px) {
  .yokoku {
    font-size: 18px;
    padding: 0 20px;
  }
}

.skp_broadcast {
  display: block;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .skp_broadcast {
    margin: 0 20px 30px;
  }
}

.innerSkp .msg .program_next .program-multi {
  display: block;
  text-align: center;
}

.innerSkp .msg img {
  display: block;
  max-width: 244px;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .innerSkp .msg img {
    width: 80%;
    margin: auto;
  }
}

.innerSkp .msg img.skp_ttl {
  margin: 0 auto;
  max-width: 403px;
}

.innerSkp .msg .program_next .program-multi div {
  margin: 20px auto 10px;
}

.innerSkp .program_next .program-multi .spk_title {
  font-size: 22px;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
  margin: auto;
  display: inline-block;
}

.innerSkp .program_next .spk_aftertalk {
  margin: 0;
  padding: 0;
  color: #0099ff;
}

@media screen and (max-width: 768px) {
  .innerSkp .program_next .program-multi .spk_title {
    font-size: 18px;
  }
}

.innerSkp .program_next .program-multi .spk_text {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

.innerSkp .msg .program_next .program-multi .navi_broadcast {
  display: flex;
}

@media screen and (max-width: 768px) {
  .innerSkp .msg .program_next .program-multi .navi_broadcast {
    display: block;
  }
}

.innerSkp .msg .program_next .program-multi div .textLeft {
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #ff0018;
  margin: 10px auto 0;
}

.innerSkp .msg .program_next .program-multi div .content {
  text-align: left;
  font-size: 16px;
}

.violet {
  display: inline-block;
  color: 000;
  font-size: 16px !important;
  font-weight: bold;
  border: 1px solid #000;
  margin-left: 0 !important;
  padding: 0 10px;
  margin-bottom: 5px;
}

.innerSkp .msg .program_next .program-multi div .skp_btn {
  display: inline-block;
  border: #00a9e9 3px solid;
  padding: 16px 80px;
  border-radius: 50px;
  margin: 20px 0 0;
  background: #00a9e9;
  position: relative;
}

@media screen and (max-width: 768px) {
  .innerSkp .msg .program_next .program-multi div .skp_btn {
    padding: 16px 22px;
  }
}

.innerSkp .msg .program_next .program-multi div .skp_btn::after {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.read_text .lead_skp {
  width: auto;
  max-height: 35px;
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .read_text .lead_skp {
    display: block;
  }

  .img-mb2 + p {
    text-align: center;
  }
}

.read_text .small {
  font-size: 14px;
  margin-top: 6px;
}

.mb0 {
  margin-bottom: 0;
}

.pb40 {
  padding-bottom: 40px;
}

.lineup_box {
  padding: 2px;
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
}

.lineup_box_inner {
  padding: 56px 47px;
}

@media screen and (max-width: 768px) {
  .lineup_box_inner {
    padding: 26px 16px;
  }
}

.lineup_box_inner_list {
  list-style-type: none;
  text-align: left;
  padding: 0;
}

.lineup_box_inner_list li {
  margin-bottom: 20px;
  display: flex;
  border-bottom: 1px #76388d solid;
  padding-bottom: 20px;
  font-weight: bold;
  align-items: center;
}

.lineup_box_inner_list li:last-child {
  margin-bottom: 0;
}

.lineup_box_inner_month {
  margin-right: 0.5em;
  width: 2em;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .lineup_box_inner_month {
    font-size: 20px;
  }
}

.lineup_box_inner_stage {
  display: inline-block;
  text-indent: -0.5em;
  width: calc(100% - 3.5em);
}

@media screen and (max-width: 768px) {
  .lineup_box_inner_stage {
    width: auto;
  }
}

.lineup_box_inner_month_small {
  font-size: 0.8em;
}

.lineup_box_inner_stage_small {
  font-size: 0.8em;
  font-weight: normal;
}

.lineup_box_inner_others {
  text-align: right;
  margin-top: 5px;
}

.lineup_box_inner_notice {
  font-weight: bold;
  color: #76388d;
}

.curtain {
  content: "";
  width: 100%;
  background-image: url(/img/curtain.png);
  background-repeat: repeat;
  background-size: contain;
  height: 13px;
}

.m-contents {
  padding: 80px 20px;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .m-contents {
    padding: 60px 20px;
  }
}

.m-contents__inner {
  max-width: 980px;
  margin: 0 auto;
}

.m-contents__b0 {
  padding: 80px 0px 0px;
}

@media (max-width: 768px) {
  .m-contents__b0 {
    padding: 60px 20px 0px;
  }
}

.section__main {
  background-image: url(/img/bg_01.png);
  background-repeat: repeat-x;
  background-size: cover;
}

.section__goods {
  background-image: url(/img/bg_matsu_green.png);
  background-repeat: repeat;
  background-size: initial;
}

.main-waka {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 24%;
}

@media (max-width: 1000px) {
  .main-waka {
    top: 32vw;
    left: 28vw;
    width: 45%;
  }
}

.main-waka__wrap {
  position: relative;
  padding: 80px 80px 0px;
}

@media (max-width: 1000px) {
  .main-waka__wrap {
    padding: 0px 20px;
  }
}

@media (max-width: 768px) {
  .main-waka__wrap {
    padding: 0px;
  }
}

.main-waka__flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

@media (max-width: 1000px) {
  .main-waka__flex {
    flex-flow: column-reverse;
    align-items: center;
  }
}

.main-waka__text {
  text-align: left;
  font-weight: bold;
  line-height: 2;
}

@media (max-width: 1000px) {
  .main-waka__text {
    width: 100%;
    margin-top: 20px;
  }
}

.main-waka__text__sukikirai {
  margin-top: 20px;
}

.main-waka__text__sukikirai + .main-waka__text__sukikirai {
  margin-top: 10px;
}

.main-waka__text__sukikirai__heading {
  background-color: #61cd59;
  border-radius: 20px;
  min-width: 130px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
}

.main-waka__movie {
  max-width: 262px;
}

.main-waka__movie:hover {
  scale: 1.05;
}

@media (max-width: 1000px) {
  .main-waka__movie {
    width: 100%;
    text-align: right;
    max-width: unset;
  }
}

@media (max-width: 1000px) {
  .main-waka__movie__img {
    width: 40%;
    padding-top: 30vw;
    padding-bottom: 5vw;
  }
}

.main-waka__history {
  display: flex;
  gap: 70px;
  padding: 60px 75px;
  background-color: white;
  border-radius: 50px;
  margin-top: 90px;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  position: relative;
}

@media (max-width: 768px) {
  .main-waka__history {
    margin-top: 40px;
    flex-flow: column;
    padding: 7vw;
    border-radius: 30px;
    gap: 30px;
    margin-bottom: 15vw;
  }
}

.main-waka__history__contents {
  text-align: left;
}

.main-waka__history__contents__item {
  display: flex;
  gap: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .main-waka__history__contents__item {
    flex-flow: column;
    gap: 0px;
  }
}

.main-waka__history__contents__item + .main-waka__history__contents__item {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .main-waka__history__contents__item__time {
    font-size: 14px;
  }
}

.main-waka__history__waka {
  position: absolute;
  bottom: -2%;
  left: 0%;
  transform: translateY(0%) translateX(-50%);
}

@media (max-width: 768px) {
  .main-waka__history__waka {
    bottom: 88%;
    left: 92%;
    width: 20vw;
  }
}

.main-waka__history__instagram {
  position: absolute;
  bottom: -55px;
  right: -90px;
  transform: translateY(50%) translateX(0%);
}

@media (max-width: 768px) {
  .main-waka__history__instagram {
    bottom: 0px;
    right: 50%;
    transform: translateY(100%) translateX(50%);
    width: 120%;
    max-width: 120%;
  }
}

@media (max-width: 768px) {
  .main-waka__history__heading {
    width: 85%;
  }
}

.m-link--underline {
  text-decoration: underline;
  color: unset;
}

.goods__wrap {
  display: flex;
  gap: 65px;
}

@media (max-width: 1000px) {
  .goods__wrap {
    flex-flow: column;
    gap: 20px;
  }
}

.goods__item {
  background-image: url(/img/contents_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  position: relative;
  padding: 50px 60px;
  background-size: 100% 100%;
}

@media (max-width: 1000px) {
  .goods__item {
    width: 100%;
    padding: 40px 20px;
    max-width: 600px;
    margin: 0 auto;
  }
}

.goods__item__img {
  padding: 0px 10px;
  max-height: 100%;
}

@media (max-width: 1000px) {
  .goods__item__img {
    height: auto;
  }
}

@media screen and (min-width: 1200px) {
  .goods__item__img__wrap {
    height: 300px;
  }
}

.goods__item__waka__01 {
  position: absolute;
  top: -40px;
  left: 0%;
  transform: translateY(0%) translateX(0%);
}

@media screen and (max-width: 1200px) {
  .goods__item__waka__01 {
    left: 5vw;
    transform: translateY(0%) translateX(-50%);
  }
}

@media (max-width: 768px) {
  .goods__item__waka__01 {
    top: -5vw;
    width: 20vw;
    left: 7vw;
  }
}

.goods__item__waka__02 {
  position: absolute;
  bottom: 40px;
  right: 10px;
  transform: translateY(50%) translateX(50%);
}

@media (max-width: 768px) {
  .goods__item__waka__02 {
    bottom: 5vw;
    width: 23vw;
    right: 8vw;
  }
}

.goods__item__heading {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}

@media (min-width: 769px) {
  .goods__item__heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
}

.goods__item__heading__line {
  color: #00c402;
}

.goods__item__heading__wrap {
  position: relative;
}

@media (min-width: 769px) {
  .goods__item__heading__wrap {
    height: 85px;
  }
}

.goods__item__btn {
  padding: 20px 35px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  border-radius: 15px;
  background-color: #f38400;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .goods__item__btn {
    padding: 20px 20px;
    line-height: 1.2;
  }
}

.goods__item__btn__text {
  color: white;
}

.goods__item__btn__text__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods__item__btn__text__wrap::after {
  content: "";
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
  margin-left: 10px;
}

.goods__item__btn--line {
  background-color: #00c402;
}

.goods__item__btn__wrap {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 15px;
}

@media (max-width: 1000px) {
  .goods__item__btn__wrap {
    max-width: 85%;
    margin: 15px auto 0px;
  }
}

@media (max-width: 768px) {
  .goods__item__btn__inner {
    width: 100%;
  }
}

.goods__item__qr__text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  text-align: left;
  display: flex;
  align-items: center;
}

.goods__item__qr__text::before {
  content: "";
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid black;
  margin-right: 5px;
}

.bnr__jidaigeki {
  width: 95%;
  margin: -30px 0px 0px auto;
  display: block;
}

@media (max-width: 768px) {
  .bnr__jidaigeki {
    width: 89%;
    margin: 0 0px 0px auto;
  }
}

.main__kv {
  width: 100%;
  display: block;
}

.main__kv__wrap {
  margin: 0px;
}

.section_inner {
  width: 73%;
  padding: 0px 0px 6%;
  margin: 0 auto;
}

.div_inner {
  margin: 0 auto;
  padding-bottom: 5%;
  width: 73%;
}

@media (max-width: 768px) {
  .section_inner {
    padding: 0px 0px 8%;
  }
}

.lead {
  background-image: url(/img/bg_lead.png);
  background-size: cover;
  text-align: center;
  font-weight: bold;
  background-position-x: center;
  background-position-y: top;
  background-repeat-y: no-repeat;
}

@media screen and (max-width: 1600px) {
  .lead {
    background-color: #f7f6ed;
  }
}

.lead .section_inner {
  padding: 0px 20px 50px;
}

@media (max-width: 768px) {
  .lead .section_inner {
    padding: 0px 12px 35px;
  }
}

@media (max-width: 768px) {
  .lead {
    background-image: url(/img/bg_lead_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f5f4e9;
    background-position: center;
  }
}

.lead__ttl {
  color: #c02222;
  font-size: 48px;
  text-align: center;
  margin-bottom: 20px;
  /* margin-top: 60px; */
}

@media (max-width: 768px) {
  .lead__ttl {
    font-size: 26px;
    margin-top: 40px;
  }
}

.lead__ttl__text {
  margin: 0 auto;
  font-weight: bold;
}

.lead__text {
  margin-top: 20px;
  font-size: 24px;
  line-height: 2;
  background-color: #f7f6ee;
}

@media (max-width: 768px) {
  .lead__text {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.6;
    text-align: left;
  }
}

.lead .m-bnr__wrap {
  margin-top: 20px;
}

.m-bnr {
  display: block;
}

.m-bnr__wrap {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .m-bnr__wrap {
    margin-top: 30px;
  }
}

.m-bnr + .m-bnr {
  margin-top: 25px;
}

.prime {
  background-image: url(/img/prime_bg_2.png);
  background-size: initial;
  position: relative;
  background-position-y: -53.5px;
  background-position-x: 50%;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 768px) {
  .prime {
    background-image: url(/img/prime_bg_2_sp.png);
    background-size: contain;
  }
}

.prime__bg {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 0;
  max-width: 1600px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .prime__bg {
    min-width: 1600px;
  }
}

@media (max-width: 768px) {
  .prime__bg {
    top: 50%;
    width: 100%;
    height: 98%;
  }
}

.prime .section_inner {
  z-index: 1;
  position: relative;
  padding: 30px 20px 25px;
}

@media (max-width: 768px) {
  .prime .section_inner {
    padding: 65px 25px 70px;
  }
}

.prime__mv {
  display: block;
  margin: 0 auto;
}

.prime__link {
  text-decoration: underline;
  position: relative;
  color: black;
  font-weight: bold;
  text-underline-offset: 3px;
  margin-top: 25px;
  display: inline-block;
  font-size: 24px;
}

@media (min-width: 769px) {
  .prime__link::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    /* position: absolute;
    top: 45%;
    right: 5px; */
    margin-left: -20px;
    transform: translateY(-50%) rotate(45deg);
  }
}

@media (max-width: 768px) {
  .prime__link {
    margin-top: 10px;
  }

  .prime__link__item {
    position: relative;
    text-decoration: underline;
    position: relative;
    color: black;
    font-weight: bold;
    text-underline-offset: 3px;
    display: block;
    font-size: 18px;
  }

  .prime__link__item:last-child::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    position: absolute;
    top: 45%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg);
  }
}

.prime__mds__2 {
  margin-top: 40px;
  display: block;
}

@media (max-width: 768px) {
  .prime__mds__2 {
    margin: 40px auto 0px;
  }
}

.prime__bnr {
  display: block;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .prime__bnr {
    margin-top: 10px;
  }
}

.prime__note {
  max-width: 720px;
  margin: 30px auto 0px;
  list-style: none;
  text-align: left;
  font-size: 14px;
}

@media (max-width: 768px) {
  .prime__note {
    padding: 0px;
    width: 95%;
    margin: 40px auto 0px;
  }
}

.prime__note__item {
  text-indent: -14px;
  padding-left: 14px;
}

.prime__note__item + .prime__note__item {
  margin-top: 10px;
}

@media (min-width: 769px) {
  .youtube-movie {
    padding: 0px 40px;
  }
}

.youtube-movie__item {
  width: 100%;
  height: 75vw;
  max-height: 464px;
  min-height: 200px;
}

@media (min-width: 769px) {
  .youtube-movie__item {
    height: 464px;
  }
}

.youtube-movie__note {
  margin-top: 10px;
  text-align: center;
  text-decoration: underline;
}

.movie .section_inner {
  padding: 40px 20px 60px;
}

@media (max-width: 768px) {
  .movie .section_inner {
    padding: 25px 10px 30px;
  }
}

.movie__ttl {
  margin: 0px auto 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .movie__ttl {
    width: 95%;
  }
}

.movie__inquery {
  margin-top: 65px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .movie__inquery {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.m-link {
  color: inherit;
}

@media (max-width: 768px) {
  .copyright .sp-text {
    display: inline-block;
  }
}

.m-text--center {
  text-align: center;
}

.inquery__text {
  font-size: 14px;
}

.inquery__link:hover {
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */

section.nav {
  display: flex;
  justify-content: center;
  margin-bottom: 1.9%;
  margin-top: 11%;
}
.tablet_on {
  display: none;
}
section.nav ul {
  display: flex;
  text-align: center;
  margin: 0 auto;
  width: 95%;
  justify-content: center;
}
section.nav ul li {
  padding: 0 2%;
  border-right: solid #a0a0a0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.nav ul li:nth-child(1) {
  border-left: solid #a0a0a0 3px;
}
section.nav ul li a {
  color: #020202;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 900px) {
  section.nav ul li {
    padding: 0 4px;
    border-right: solid #a0a0a0 3px;
    width: 100%;
  }
  .tablet_on {
    display: block;
  }
}

/*.slide-items {
  width: 50%;
  height: 50%;
  margin: auto;
}
.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}*/
.slide-items,
.slide-items_sp {
  width: 100%;
  margin: -23% auto 7%;
}

.slide-items li,
.slide-items_sp li {
  margin-right: 5px;
  margin-left: 5px;
}

.slide-items img,
.slide-items_sp img {
  height: auto;
  width: 100%;
}
.price_banner {
  display: block;
  margin: 0 auto 2%;
}
.title_style_a img {
  display: block;
  margin: 0 auto;
}
.title_style_a {
  position: relative;
  margin-bottom: 5%;
}
.title_style_a::after {
  content: "";
  display: block;
  width: 53px;
  height: 4px;
  background-color: #ab7b2c;
  position: absolute;
  bottom: 0;
  left: 10px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -36%;
  margin: 0 auto;
}
.point_title {
  text-align: center;
}
.point_title img {
  display: block;
  margin: 3% auto;
}
.point_title img:nth-child(1) {
  width: auto;
}
.point_title img:nth-child(2) {
  width: auto;
}
.fl_wrap.point1_img_wrap {
  display: flex;
  width: 58vw;
}
.fl_wrap.point1_img_wrap li {
  width: 100%;
  margin-right: 2px;
}
.fl_wrap.point1_img_wrap li:nth-child(3) {
  width: 100%;
  margin-right: 0px;
}
.fl_wrap.point1_img_wrap.no_c li:nth-child(2) {
  width: 100%;
  margin-right: 0px;
}
.fl_wrap.point1_img_wrap li img {
  width: 100%;
}
.fl_wrap.point1_img_wrap p {
  text-align: center;
  margin-top: 2%;
}
.fl_wrap.point1_img_wrap.no_a {
  margin: 0 auto 3%;
}
.fl_wrap.point1_img_wrap.no_b {
  margin: 0 auto 3%;
}
.fl_wrap.point1_img_wrap.no_c {
  width: 38.6666vw;
  margin: 0 auto;
}
section.bg_cream {
  background-color: #f4edd9;
  margin-bottom: 12%;
}
.point_title {
  position: relative;
  top: -2.6rem;
  margin-bottom: -2.6%;
}
.fl_wrap.point2_img_wrap {
  display: flex;
  width: 45rem;
  margin: 0 auto 2%;
  justify-content: center;
}
.fl_wrap.point2_img_wrap li {
  text-align: center;
  width: 30%;
}
.fl_wrap.point2_img_wrap li:nth-of-type(1) {
  margin-right: 5px;
}
.button_style_a.arrow_r {
  position: relative;
  /* display: inline-block; */
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #ab7b2c;
  padding: 1.5% 1%;
  width: 40%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.arrow_r::after {
  content: "";
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 43%;
  margin-top: -4px;
  transform: rotate(45deg);
}

.fl_wrap.point2_img_wrap li p {
  margin-top: 2%;
  text-align: center;
}

.fl_wrap.point2_img_wrap li:nth-child(3) {
  width: 14.6rem;
}
.point3_img,
.point4_img {
  margin: 0 auto 0;
  display: block;
}
.point3_img {
  width: 20rem;
}
.point4_img {
  width: 29rem;
}
.img_title_a {
  width: 16%;
}
@media screen and (max-width: 1100px) {
  .img_title_a {
    width: auto;
  }
}
.step_title {
  margin-bottom: 1%;
}
.step_title img {
  display: block;
}
.step_title .img_wrap:nth-child(1) img {
  margin: 0 auto;
}
.step_title .img_wrap:nth-child(2) img {
  margin: 2% auto;
}
.step_title img {
  display: block;
}
.step_title {
  text-align: center;
}
.step {
  width: 85px;
}
section.bg_cream.mg_button_a {
  margin-bottom: 4%;
}
.button_link_img {
  width: 46%;
  display: block;
  margin: 0 auto 1%;
}
@media screen and (max-width: 1100px) {
  .button_link_img {
    width: 60vw;
  }
}
.button_link_img img {
  width: 100%;
}
.arrow_img {
  display: block;
  margin: 0 auto 3%;
  width: 40px;
}
.arrow_img_b {
  display: block;
  margin: 0 auto 3%;
  width: 40px;
}
.step_title + p {
  margin-bottom: 3%;
}
.link_red {
  color: #e60012;
}
.img_tuning_a {
  display: block;
  margin: 0 auto;
}
.check_img {
  width: 15%;
  position: relative;
  right: -1%;
  display: block;
  margin: 3% auto;
}
.pc_img {
  display: block;
  margin: 0 auto 4%;
}
.pc_img {
  display: block;
  margin: 0 auto 4%;
}
.blue_wrap {
  margin: 0 auto 2%;
  text-align: center;
}
.link_blue {
  color: #0573fc;
  text-align: center;
  font-size: 1.5rem;
}
.text_style_a {
  text-align: center;
}
.footer_banner {
  display: block;
  margin: 0 auto;
}
.bg_black {
  background-color: #000;
  padding: 1% 19%;
  width: 100%;
}
.text_black {
  color: #000;
}
.pc_on {
  display: block !important;
}
.sp_on {
  display: none !important;
}
.bg_black.pc_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .check_img {
    width: 45%;
    position: relative;
    right: -4%;
    display: block;
    margin: 3% auto;
  }
  .point4_img {
    width: 80%;
  }
  .point3_img {
    width: 57%;
  }
  .fl_wrap.point2_img_wrap {
    width: 76%;
  }
  .button_style_a.arrow_r {
    position: relative;
    /* display: inline-block; */
    padding-right: 20px;
    color: #fff;
    text-decoration: none;
    background-color: #ab7b2c;
    padding: 1.5% 1%;
    width: 82vw;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  section.nav {
    display: none;
  }

  .slide-items_sp {
    width: 100%;
    margin: -41% auto 23%;
  }
  .sp_on {
    display: block !important;
  }
  .pc_on {
    display: none !important;
  }
  .fl_wrap.point1_img_wrap {
    width: 100%;
  }
  .point_title img:nth-child(2) {
    width: 87%;
  }
  .point_title img:nth-child(1) {
    width: 15%;
  }
  .div_inner {
    margin: 0 auto;
    padding-bottom: 7%;
    width: 95%;
  }
  .section_inner {
    width: 95%;
  }
  .bg_black.pc_wrap {
    display: block;
    background-color: initial;
    padding: 0;
    position: fixed;
    bottom: 0;
    z-index: 11000;
  }
  .bg_black {
    background-color: #000;
    padding: 10% 2%;
    width: 100%;
  }
  .footer_banner {
    display: block;
    margin: 0 auto;
  }
  .title_style_a {
    position: relative;
    margin-bottom: 11%;
  }
}
.text_tuning_a {
  text-align: center;
}
.button_link_img.mg_tuning_a {
  margin: 0 auto 2%;
}
.section_inner.section_tuning {
  width: 73%;
  padding: 0px 0px 4%;
  margin: 0 auto;
}
.footer_text {
  padding: 2% 0;
  background-color: #242424;
}
.footer_text p {
  color: #fff;
  line-height: 1.2;
}
.fl_wrap.point2_img_wrap img {
  width: 100%;
}
.point2_img_wrap + .text_tuning_a {
  margin-bottom: 2%;
}
.zidaigeki_channel {
  width: 35%;
}

@media screen and (max-width: 768px) {
  .footer_text {
    padding: 6% 0 32%;
  }
  .zidaigeki_channel {
    width: 60%;
  }
  .point2_img_wrap + .text_tuning_a {
    margin-bottom: 4%;
  }
  .text_tuning_a {
    text-align: inherit;
  }
  .fl_wrap.point1_img_wrap.no_c {
    width: 66.67%;
    margin: 0 auto;
  }
  .text_tuning_a.text_center {
    text-align: center;
  }
}

#net .drawer--right .drawer-hamburger {
  background-color: #daa224;
  border-radius: 10px;
}
.drawer .drawer-hamburger-icon,
.drawer .drawer-hamburger-icon:after,
.drawer .drawer-hamburger-icon:before {
  background-color: #fff;
}
.menu_text {
  color: #fff;
  margin-top: 42%;
  display: block;
}
#net .drawer .drawer-hamburger {
  padding: 7px 0.6rem 3px;
  position: absolute;
  top: 1%;
  right: 2%;
}
@media screen and (max-width: 1100px) {
  .button_link_img {
    width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .fl_wrap.point1_img_wrap p {
    font-size: 3vw;
  }
  .point_title {
    position: relative;
    top: -1.3rem;
    margin-bottom: -2.6%;
  }
  .point_title img.point4:nth-child(2) {
    margin: 3% auto 0;
  }
  .button_link_img {
    width: 100%;
    display: block;
    margin: 0 auto 1%;
  }
  .img_title_a {
    width: 29%;
  }
  .img_title_b {
    width: 48%;
  }

  .mg_tuning_button.button_link_img {
    width: 100%;
    display: block;
    margin: 0 auto 9%;
  }
  .step {
    width: 52px;
  }
  .section_inner.section_tuning {
    width: 95%;
    padding: 0px 0px 4%;
    margin: 0 auto;
  }
  .arrow_img {
    display: block;
    margin: 0 auto 3%;
    width: 30px;
  }
  .arrow_img_b {
    display: block;
    margin: 6% auto 7%;
    width: 70px;
  }
  section.bg_cream.mg_button_a {
    margin-bottom: 8%;
  }
  .step_title .img_wrap:nth-child(2) img {
    margin: 3% auto;
  }
  .step_title + p {
    margin-bottom: 0;
  }
  .step_title.mg_tuning_button {
    margin-bottom: 7%;
  }
  .link_blue {
    color: #0573fc;
    display: block;
    margin: 0 auto 2%;
    text-align: center;
    font-size: 1.2rem;
  }
}
.drawer {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer {
    display: block;
    position: fixed;
    top: 0.4%;
    right: 1%;
    z-index: 9999;
    width: 20%;
    height: 20%;
    position: fixed;
    justify-content: space-around;
    align-items: center;
  }
  .drawer-nav {
    background-color: #000;
  }
  .drawer-menu li {
    color: #fff;
    border-bottom: solid #fff 2px;
  }
  section.bg_cream {
    background-color: #f4edd9;
    margin-bottom: 17%;
  }
  .drawer-nav {
    background-color: #333 !important;
    padding-top: 20%;
  }
  .drawer-nav li {
    color: #fff !important;
  }
  .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: 0.75rem;
    text-decoration: none;
    color: #fff !important;
  }
}
.page_link_tuning {
  margin-top: -100px;
  padding-top: 100px;
}

.hamburger {
  position: sticky; /* headerを追従にする */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 9999999;
}

.header__inner {
  display: none;
}
.section.nav ul li {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header__inner {
    display: block;
  }
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: fixed;
  width: 3.3rem;
  height: 3.2rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
  right: 2%;
  top: 1%;
  background-color: #daa224;
  border-radius: 10px;
  color: #fff;
}
/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 43%;
  left: 50%;
  width: 2.2rem;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}

.drawer__button::after {
  content: "menu";
  font-size: 89%;
  display: flex;
  justify-content: center;
  position: relative;
  top: 1.7rem;
}

/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 80%;
  height: 100%;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}
.drawer__nav__link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 1rem 0%;
  border-bottom: solid 1px lightgray;
  font-weight: bold;
  font-size: 3.6vw;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}
.banner_wrap {
  text-align: center;
}
.banner_wrap a {
  width: 41%;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .banner_wrap a {
    width: 83%;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .banner_wrap {
    margin-bottom: 7%;
  }
  .banner_wrap a {
    width: 91%;
    display: inline-block;
  }
  .fl_wrap.point2_img_wrap li:nth-child(3) {
    width: 34%;
  }
}

.font_size_tuning {
  font-size: 1.3rem;
}
@media screen and (max-width: 990px) {
  .fl_wrap.point2_img_wrap {
    width: auto;
  }
}
.text_small {
  display: block;
  font-size: 0.9rem;
}
@media screen and (max-width: 1100px) {
  .title_style_a {
    position: relative;
    margin-bottom: 8%;
  }
  .mg_tuning_button.button_link_img {
    display: block;
    margin: 0 auto 8%;
  }
  .step_title .img_wrap:nth-child(1) img {
    display: block;
    margin-bottom: 5%;
  }
  .step_title .img_wrap:nth-child(2) img {
    margin: 2% auto 3%;
  }
}
@media screen and (max-width: 1100px) {
  .fl_wrap.point2_img_wrap li:nth-child(3) {
    width: 33%;
  }
  .zidaigeki_channel {
    width: 52%;
  }
}
.nav_banner {
  margin-top: 6%;
}
.drawer__nav__item.border_none .drawer__nav__link {
  border-bottom: none;
  padding: 0;
}
.drawer__nav__link::after {
  content: "";
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 1px #daa224;
  border-right: solid 1px #daa224;
  position: absolute;
  right: 0;
  margin-top: -4px;
  transform: rotate(45deg);
  margin-top: 1%;
  margin-right: 12%;
}
.drawer__nav__item.border_none .drawer__nav__link::after {
  content: "";
  width: 13px;
  height: 13px;
  border: 0;
  border-top: initial;
  border-right: initial;
}
.pc_img {
  width: 69%;
}
@media screen and (max-width: 380px) {
  .font_size_tuning {
    font-size: 5vw;
  }
}

/** 202404追加 新point2 */
.point2add_wideimg_wrap{
  max-width: 800px;
  margin: 0 auto 3%;
}
.point2add_img_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.point2add_img_wrap li {
  width: 33%;
}
.point2add_img_wrap li img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 5px;
}
.point2add_img_wrap p , .point2add_wideimg_wrap p{
  text-align: center;
  line-height: 1.2;
}
.inline_block {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .point2add_img_wrap p  , .point2add_wideimg_wrap p{
    font-size: 13px;
  }
}
.accordion_qa{
	    margin-top: 57px;
	    margin-bottom: 37px;
}
.accordion_qa .toggle {
	display: none;
}
.accordion_qa .Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#ab7b2c;
}
.accordion_qa .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.accordion_qa .Label,
.accordion_qa .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	display: flex;
	    align-items: center;
}
.accordion_qa .content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px 17px;
	transition: all .3s;
    background-color: #f8f8f8;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.q_atyle {
    background-color: #825b1a;
    width: 35px;
    display:flex;
    height: 35px;
	margin-right: 5px;
	    justify-content: center;
    align-items: center;
}
.Label span:nth-child(2){
	width: 80%;
}
.a_atyle {
    background-color: #f21f2e;
	color: #fff;
    width: 35px;
    display:flex;
    height: 35px;
	margin-right: 5px;
	    justify-content: center;
    align-items: center;
}
.accordion_qa .content p{
	width: 93%;
}
.accordion_qa .title_style_a img{
	    width: 280px;
}
.accordion_qa .title_style_a {
    margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
.accordion_qa {
    margin-top: 38px;
    margin-bottom: 30px;
}
.accordion_qa .title_style_a img{
	    width: 37%;
}
	.accordion_qa .title_style_a {
    margin-bottom: 8%;
}
}
.img_wrap {
  position: relative;
}
.img_wrap::before {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/toumei.png);
  background-position: top left;
  background-size: 100% 100%;
  pointer-events: none;
}
.img_wrap img {
  display: block;
}
.price_banner img , img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events:none;
  }
  .point_title .img_wrap:nth-child(1) img {
    width: auto;
}
  @media screen and (max-width: 768px) {
    .point_title .img_wrap:nth-child(1) img {
        width: 15%;
    }
}
.point_title .img_wrap:nth-child(2) img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .point_title .img_wrap:nth-child(2) img {
      width: 87%;
  }
}
.img_wrap img.sp {
    display:none!important;
}
@media screen and (max-width: 768px) {
.img_wrap img.sp {
    display:block !important;
}}
.img_wrap img.pc {
    display:block !important;
}
@media screen and (max-width: 768px) {
.img_wrap img.pc {
    display:none !important;
}}


.mg_tuning_b{
	margin-bottom: 3%;
}
.point2add_img_wrap p{
  text-align: center;
	margin-top: 2%;
}
.point2add_wideimg_wrap p{
  text-align: center;
	margin-top: 1.4%;
}
@media screen and (max-width: 768px) {
.point2add_img_wrap p ,  .point2add_wideimg_wrap p{
  font-size: 3vw;
}}
.banner_wrap_b{
  text-align: center;
}
.img_tuning_b{
  display: block;
  margin: 20px auto 0;
}
/*@media screen and (max-width: 768px) {
.img_wide_tuning{
  width: 300px;
}}*/
.wakashop_banner , .eiganet_banner{
width: 602px;
display: block;
  margin: 10px auto 0;}
  @media screen and (max-width: 768px) {
    .wakashop_banner , .eiganet_banner{
      width: 100%;
      display: block;
        margin: 10px auto 0;}}


body.open_popup {
  overflow: hidden;
}
.bg_onetime_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
  opacity: 1;
  visibility: visible;
}

.onetime_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30%;
}
@media screen and (max-width: 1480px) {
  .onetime_popup {
    width: 32%;
  }
}
@media screen and (max-width: 1480px) {
  .onetime_popup {
    width: 34%;
  }
}
@media screen and (max-width: 1110px) {
  .onetime_popup {
    width: 40%;
  }
}

@media screen and (max-width: 900px) {
  .onetime_popup {
    top: 45%;
  }
  .onetime_popup {
    width: 64%;
  }
}
@media screen and (max-width: 670px) {
  .onetime_popup {
    width: 75%;
  }
  .onetime_popup_title_close {
    position: absolute;
    right: -2px;
  }
}
@media screen and (max-width: 470px) {
.onetime_popup {
	width: 87%;
}
}
.onetime_popup_title {
  position: relative;
  margin: 0px;
  background-color: #3388dd;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}

.onetime_popup_title_close {
  position: absolute;
  top: 50%;
  right: -16px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}
.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
}
.onetime_popup_title_close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime_popup_title_close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.onetime_popup_content {
	background-color: #fff;
}
@media screen and (max-width: 670px) {
  .onetime_popup_title_close {
    position: absolute;
    right: -2px;
  }
}

/* .facebbok_logo img{
  width: 10%;
  margin: 0 auto;
  padding-top:30px;
}

@media screen and (max-width: 670px) {
  .facebbok_logo img{
  width: 20%;
  margin: 0 auto;
  padding-top:20px;
  }
  } */

.facebbok_logo {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  top: -51px;
  z-index: 999; /* ← 最前面に出す */
}

.facebbok_logo img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  width: 20%;
  z-index: 10000; /* ← 画像も念のため上げる */
  pointer-events: auto; /* ← クリックを有効化 */
}

@media screen and (max-width: 768px) {
  .facebbok_logo  img {
    bottom: -13px;
    width: 60%;
}

.price_banner {
    margin-top: 38px;
}

}