@charset "utf-8";

/*-------------------------*/
/*Reset*/
html {
    margin: 0;
    padding: 0;
    border: 0;
    overflow-y: scroll;
}

* {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: url(../img/pc/bg_all.jpg);
    background-attachment: fixed;
    background-size: cover;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
table,
a,
img,
dl,
dt,
dd,
ul,
li,
ol,
iframe,
nav,
small {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    background: transparent;
    vertical-align: baseline;
    border: none;
}

img {
    vertical-align: top;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

/*-------------------------*/
.cleartext {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*-- Link --*/
a:link {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #f00;
    text-decoration: none;
}

/*-------------------------*/
.bg {
    background: #fff;
    height: 100%;
}

#all {
    margin: 0 auto;
    width: 1270px;
}

#wrapper {
    /*    background: #fff;*/
    color: #333;
    font-family: "Noto Serif JP", serif;
    float: left;
    margin: 0 auto;
    width: 960px;
    font-weight: 500;
    font-size: 500;
}

/*-------------------------*/
#sns_button_pc {
    margin: 32px auto 16px;
    min-height: 40px;
}

#sns_button_pc .btn_sns img {
    height: 50px;
    width: 50px;
    margin: 0 5px;
}

/*-- header -----------------------*/
#header {}

/*-- Pan_box ----------------------*/
#pan_box {
    background: #671168;
    color: #fff;
    font-size: 0.8em;
    min-height: 24px;
    padding: 8px 0 8px 10px;
    width: 100%;
}

#pan_box .in {
    margin: 0 auto;
    width: 1260px;
}

#pan_box a {
    color: #fff;
    text-decoration: none;
}

#pan_box a:hover {
    color: #fff;
}

/*-- left side ----------------------*/
#left_box {
    background: url(../img/pc/bg_base.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    float: left;
    padding-bottom: 30px;
    text-align: center;
    width: 320px;
}

h1,
h1 a {
    height: 210px;
    margin: 0 auto;
    width: 95%;
}

h1 a {
    background: url(../img/pc/logo.png) center no-repeat;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#otboxP {
    margin: 0 auto;
    width: 90%;
}

/*
#otboxP::after{
    content:"【２カ国語放送　日本語字幕付】";
    display: block;
    color:#fff!important;
    text-shadow: 0 0 4px #aaa;
}
*/

#otboxP img {
    width: 100%;
}

h2 {
    padding: 0 0 12px;
}

.start_oa {
    color: #333;
    padding: 8px 0;
    font-weight: bold;
}

/*
p.start_oa::after {
    display: block;
    content: "【２カ国語放送　日本語字幕付】";
    padding-top:12px;
}
*/

/*-- SNS ----------------------*/
.sns {
    width: 30%;
    height: 40px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sns a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 !important;
}

.sns img {
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
}

/*-- エムキャス ----------------------*/
.mcas {
    width: 280px;
    margin: 0 auto;
}

.mcas img {
    width: 100%;
}

/*-- ガイドラ ----------------------*/
.gdora {
    margin: 10px auto 8px;
    width: 280px;
}

.gdora img {
    width: 100%;
}

.tver {
    width: 280px;
    margin: 0 auto;
}

.tver img {
    width: 100%;
}

/*-- Menu ----------------------*/
#menu {
    /*    border-top: #000 solid 1px;*/
    margin: 40px auto;
}

.menu_top,
.menu_intro,
.menu_story,
.menu_cast,
.menu_goods {
    /*    border-bottom: #000 solid 1px;*/
    width: 100%;
}

.menu_top a,
.menu_intro a,
.menu_story a,
.menu_cast a,
.menu_goods a {
    display: block;
    width: 100%;
}

.menu_top a img,
.menu_intro a img,
.menu_story a img,
.menu_cast a img,
.menu_goods a img {
    width: 100%;
}

#menu a:hover {
    opacity: 0.8;
}

/*-- Top Episode ----------------------*/
#top_story_box {
    padding-bottom: 10px;
}

#topStrP {
    box-sizing: border-box;
    border: #5b0100 solid 1px;
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
    background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
    /*border-radius: 8px;*/
    color: #333;
    line-height: 1.5em;
    font-size: 0.9em;
    text-align: left;
    margin: 0 auto;
    padding: 10px 12px 15px;
    width: 90%;
}

#topStrP h3 {
    border-bottom: solid 1px #333;
    color: #671168;
    font-size: 1.1em;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 10px;
    padding: 4px 0 6px;
    text-align: center;
}

.t_num,
.t_subtitle,
.t_oatime {
    text-align: center;
}

.t_num {
    font-weight: 900;
    font-size: 1.0em;
}

.t_img {
    padding: 12px 0;
}

.t_img img {
    width: 85%;
    display: block;
    margin: 0 auto;
}

.t_subtitle {
    font-weight: 900;
}

.t_oatime {}

.t_text {
    width: 85%;
    margin: 0 auto;
}

.more {
    border: #671168 solid 2px;
    margin: 10px auto 0;
    text-align: center;
    width: 85%;
}

.more a {
    background: #671168;
    border: solid 1px #fff;
    display: block;
    font-weight: 900;
    padding: 8px 0;
    transition: 0.3s;
}

.more:hover {
    border: #333 solid 2px;
}

.more a:hover {
    background: #333;
    border: solid 1px #fff;
    color: #fff;
}

/*-- Contents all ----------------------*/
#contents {
    width: 640px;
    line-height: 1.6em;
    float: left;
}

#contents p#kv img {
    width: 640px;
}

/*-- Sub page all ----------------------*/
#contents h3 {
    border-bottom: solid 1px #555;
    margin-bottom: 30px;
    padding: 40px 0 0 20px;
}

#contents h3 img {
    height: 32px;
    margin-bottom: 4px;
}

/*-- Intro page ----------------------*/
#intro h3 {}

#intro #contents {
    /*    background: rgba(255, 255, 255, 0.9);*/
    background: url(../img/pc/bg_sec.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 40px 0;
}

#intro #contents .intro_text,
#intro #contents .intro_catch {
    width: 560px;
    margin: auto;
}

#intro .intro_catch {
    font-size: 20px;
    line-height: 2;
    color: #5b0100;
}

#intro .intro_text {
    font-size: 16px;
    line-height: 1.5;
}

.intro_text {
    margin: 0 auto;
    line-height: 2;
    padding: 0;
}

#intro p.intro_text img {
    display: block;
    margin: 0 auto 24px;
    width: 100%;
}

#intro .subt {
    text-align: center;
    line-height: 1;
    padding-bottom: 30px;
}

.intro_text span {
    line-height: 1.6;
}


.intro_text span.intro_head {
    display: block;
    color: #5b0100;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 12px;
}

.intro_text img {
    padding-top: 80px;
}

.intro_text img:first-of-type {
    padding-top: 0;
}

.intro_text .int {
    display: block;
    text-align: center;
    font-weight: 900;
    padding-top: 80px;
    color: #5b0100;
}

.intro_text .int::before {
    content: "";
    display: inline-block;
    width: 120px;
    border-top: 1px solid #5b0100;
    height: 6px;
    margin-right: 1em;
}

.intro_text .int::after {
    content: "";
    display: inline-block;
    width: 120px;
    border-top: 1px solid #5b0100;
    height: 6px;
    margin-left: 1em;
}

.diagram {
    text-align: center;
    width: 400px;
    margin: 40px auto 80px;
    line-height: 2;
    font-weight: 900;
    letter-spacing: 4px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.65);
    padding: 0.5em 2em 1em;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 4px #ccc;
}

.diagram a {
    display: block;
    /*    background: #9e5962;*/
    line-height: 36px;
    /*    border-radius: 18px;*/
}

.diagram img {
    width: 100%;
}

/*
.diagram a:hover {
    color: #fff;
    background: #854a52;
}
*/

.diagram small {
    font-size: 16px;
    font-weight: 900;
    color: #652020;
    line-height: 2;
    letter-spacing: 2px;
}

/*-- Story page ----------------------*/
#story h3 {}

#story #contents {
    /*    background: rgba(255, 255, 255, 0.9);*/
    background: url(../img/pc/bg_sec.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#epi_box {
    /*min-height:300px;*/
    padding: 0 20px;
}

.num {
    background: #671168;
    color: #fff;
    float: left;
    line-height: 50px;
    border-radius: 15px;
    text-align: center;
    height: 50px;
    width: 80px;
    margin-bottom: 1em;
}

.time {
    /*    float: left;*/
    line-height: 50px;
    margin: 0;
    width: 100%;
    padding-left: 100px;
}

.sub_tit {
    /*    border-bottom: dotted 1px #666666;*/
    clear: left;
    text-align: center;
    font-size: 1.2em;
    font-weight: 900;
    line-height: 50px;
}

.epitxt {
    line-height: 1.6;
    clear: left;
}

.img {
    clear: both;
    width: 100%;
}

.img img {
    width: 100%;
    margin-bottom: 0.5em;
}

/*-- #epi_list -------------------*/
#epi_list {
    padding: 0 12px;
    margin-top: 50px;
}

#epi_list h4 {
    border-bottom: solid 1px #333;
    margin-bottom: 10px;
}

/*-- 話数のみのボタン式エピソードリスト --*/
#epi_list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
}

#epi_list li {
    width: 18%;
    line-height: 36px;
    margin: 0 1% 15px;
    text-align: center;
}

#epi_list li a {
    background: #b53270;
    color: #fff;
    display: block;
    border-radius: 6px;
}

#epi_list .link_on a {
    color: #fff;
}

#epi_list .link_on a:active {
    color: #fff;
    background: #b53270;
}

#epi_list .link_off a {
    color: #fff;
    background: #b53270;
}

/* 選択中 */
/*-- もっと見る -------------------*/
.js-load {
    display: none;
}

.js-load.active {
    display: block;
}

#js-btn-wrap {
    margin: 30px auto;
    line-height: 36px;
    text-align: center;
    width: 200px;
}

#js-btn-wrap a {
    background: #666;
    border-radius: 18px;
    color: #fff;
    display: block;
}

#js-btn-wrap a:hover {
    background: #d00;
}

/*-- Cast page -------------------*/
#cast h3 {}

#cast #contents {
    /*    background: rgba(255, 255, 255, 0.9);*/
    background: url(../img/pc/bg_sec.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.cast_box_a {
    padding: 0 20px 40px 20px;
}

.cast_box_b {
    padding: 40px 20px;
}

.cast_box_a,
.cast_box_b {
    display: flex;
    border-bottom: dashed 1px #ccc;
}

.cast_box_b:last-of-type h4 {
    font-size: 24px;
    color: #652020;
    font-weight: 900;
    margin-bottom: 1em;
}

.cast_box_b:last-of-type {
    border-bottom: 0;
    display: block;
    text-align: center;
}

.cast_img,
.cast_name {
    width: 50%;
}

.cast_box_b:last-of-type .cast_name {
    width: 100%;
    line-height: 1.5;
    text-align: left;

}

.cast_name {
    position: relative;
}

.cast_text {
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    width: 100%;
}

.cast_name .cast_text .t_name {
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
    color: #5b0100;
    margin-bottom: 0.4em;
    background: linear-gradient(0deg, #ffd2d1 30%, transparent 30%);
    padding: 0 0.5em;
}

.cast_name .cast_text span {
    line-height: 1;
    display: block;
}

/*
.cast_name .cast_text .t_name::after {
    content: "";
    display: block;
    width: 50%;
    border-bottom: 1px solid #999;
    margin: 0 auto;
    padding-top: 4px;
    margin-bottom: 4px;
}
*/

/*
.cast_img {
    float: left;
}
*/

.cast_img img {
    display: block;
    border: solid 6px #d0c29b;
    box-shadow: 0 0 4px #999;
    width: 80%;
    margin: 0 auto;
}

/*
.cast_name,
.cast_text {
    width: 430px;
    margin-left: 20px;
    float: left;
}
*/

.cast_text small {
    border-top: 1px solid #ccc;
    display: block;
    font-size: 12px;
    margin-top: 16px;
    padding-top: 8px;
}

.cast_name {
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 16px;
    line-height: 1.2;
    /*    border-bottom: 1px solid #ccc;*/
    padding-bottom: 8px;
}

.cast_name .cname {
    display: inline-block;
    color: #5b0100;
    font-size: 20px;
    margin-right: 24px;
    font-weight: 900;
}

.cast_name span {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 1;
}

#cast .cast_stuff {
    padding: 30px 20px;
}

#cast .cast_stuff dl {
    padding: 0 40px;
}

#cast .cast_stuff dl p {
    display: inline-block;
    color: #5b0100;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 18px;
}

#cast .cast_stuff dl dd {
    margin-bottom: 8px;
}

/*-- Goods page  -------------------*/
#goods h3 {}

#goods_all {
    display: flex;
    flex-wrap: wrap;
}

.goods_box {
    margin-bottom: 40px;
    text-align: center;
    overflow: visible;
    width: 40%;
    margin: 0 5% 5%;
}

.goods_box a {
    color: #333;
    display: block;
    font-size: 80%;
    line-height: 128%;
    text-decoration: underline;
}

.goods_box a:hover {
    color: #d00;
}

.goods_box img {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
    max-height: 180px;
}

/*-- Copyright  -------------------*/
.copy {
    color: #333;
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 5px 10px 0;
    text-align: center;
}

/*-- right side  -------------------*/
#right_side {
    float: left;
    margin-left: 10px;
}

/*-- footer/PC  -------------------*/
footer {
    background: #333;
    clear: both;
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: 30px;
    text-align: center;
}

footer .mx_copyright {
    color: #fff;
    padding: 8px 0;
}

footer .mx_copyright a {
    color: #fff;
    text-decoration: underline;
}

footer a {
    color: #d00;
    text-decoration: none;
}

/*
.box_footer{
background:rgba(54,25,21,0.6);
padding: 10px 0;
}
.foot{margin:0 auto;}
#footer_box select{
font-size:1.2em;
line-height:1.4em;
margin: 30px 0;
width:70%;
}
*/

/*-- 緊急テキスト ----------------------*/
#rp_textbox {
    background: rgba(255, 255, 255, 0.7);
    border: #928484 solid 1px;
    font-size: 0.9em;
    margin: 20px auto;
    padding: 8px;
    line-height: 1.6em;
    text-align: left;
    max-width: 960px;
    width: 90%;
}

#rp_textbox .pop_text {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: #c9c9c9 solid 1px;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
    max-width: 900px;
    word-break: break-all;
    width: 75%;
}

#rp_textbox .pop_text .popup_title {
    border-bottom: #999 dotted 1px;
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 900;
    margin: 0 0 15px 0;
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
}

#rp_textbox .ema_img {
    display: block;
    text-align: center;
    width: 100%;
}

#rp_textbox .ema_img img {
    margin: 0 auto 10px;
    max-width: 100%;
}

#rp_textbox a {
    color: #d00;
    text-decoration: underline;
}

/*-- google翻訳 ----------------------*/
.skiptranslate.goog-te-gadget,
a.goog-logo-link {
    color: #fff !important;
}

/*-- ローディング ----------------------*/
#loader {
    height: 100em;
    display: block;
    padding-top: 5em;
    z-index: 100;
    width: 100%;
}

.loader,
.loader:before,
.loader:after {
    background: #aaa;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    height: 4em;
    width: 1em;
}

.loader {
    color: #ccc;
    text-indent: -9999em;
    margin: auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/*--------------------------------------------------------*/
