@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 {
    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;
}

/*-------------------------*/

.onlySp {
    display: none;
}

.cleartext {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 40px;
}

.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;
}

.wrap {
    background: url(../img/pc/bg_all.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#wrapper {
    color: #333;
    font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "sans-serif";
    float: left;
    margin: 0 auto 60px;
    width: 960px;
}

/*-------------------------*/
#sns_button_pc {
    margin: 32px auto 10px;
    min-height: 40px;
}

#sns_button_pc .btn_sns img {
    height: 50px;
    width: 50px;
    margin: 0 5px;
}

/*-- header -----------------------*/
#header {}

/*-- Pan_box ----------------------*/
#pan_box {
    background: #670f27;
    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_menu.webp);
    background-size: cover;
    background-position: center center;
    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;
    width: 75%;
}

#otboxP {
    margin: 0 auto;
    width: 90%;
}

#otboxP img {
    width: 100%;
}

h2 {
    padding: 0 0 10px;
}

.start_oa {
    font-weight: bold;
    color: #670f27;
}

/*-- 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 32px;
    width: 280px;
}

.gdora img {
    width: 100%;
}

/*-- Menu ----------------------*/
#menu {
    margin: 20px auto 30px;
}

.menu_top,
.menu_intro,
.menu_story,
.menu_cast,
.menu_goods {
    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: #b7aa97 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: #670f27;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
    padding: 4px 0 6px;
    text-align: center;
}

.t_num {
    font-weight: bold;
    font-size: 1.0em;
}

.t_subtitle {
    font-weight: bold;
}

.t_oatime {}

.t_text {
    margin-top: 12px;
}

.more {
    border: #670f27 solid 2px;
    margin: 10px auto 0;
    text-align: center;
    width: 85%;
}

.more a {
    background: #670f27;
    border: solid 1px #fff;
    display: block;
    font-weight: bold;
    padding: 8px 0;
}

.more:hover {
    border: #670f27 solid 2px;
}

.more a:hover {
    background: #670f27;
    border: solid 1px #fff;
    color: #fff;
}

/*-- Contents all ----------------------*/
#contents {
    width: 630px;
    line-height: 1.6em;
    float: left;
    background: url(../img/pc/bg_content.webp);
    background-size: cover;
    background-position: center;
    padding-bottom: 40px;
}

#kv img {
    width: 100%;
}

/*-- Sub page all ----------------------*/
#contents h3 {
    margin-bottom: 30px;
    padding: 40px 0 2px 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 800;
    font-size: 32px;
    color: #fff;
    background: linear-gradient(to bottom, #c74e49, #782936);
}

#contents h3 small {
    font-size: 14px;
    margin-left: 1em;
}

/*-- Intro page ----------------------*/
#intro h4 {
    text-align: center;
    font-weight: bold;
    color: #670f27;
    font-style: italic;
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
}

.intro_text {
    margin: 0 auto;
    line-height: 1.5;
    padding: 0 40px;
    margin-bottom: 20px;
}

.intro_text:last-of-type {
    margin-bottom: 40px;
}

.intro_text img {
    width: 100%;
}

.intro_text span.bold {
    line-height: 1.5;
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
}

div.story {
    width: calc(100% - 40px);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 1em 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px #ccc;
}

div.story h5 {
    display: inline-block;
    padding: 0 1em;
    font-size: 1.2em;
    font-weight: bold;
    color: #670f27;
    background: linear-gradient(to bottom, transparent 60%, transparent 60%, #fffabc 60%, #fffabc 100%);
    margin-bottom: 1em;
}

div.story p {
    text-align: left;
}

/*-- Story page ----------------------*/
#story h3 {}

#epi_box {
    /*min-height:300px;*/
    padding: 0 20px;
}

.num {
    background: #670f27;
    color: #fff;
    float: left;
    line-height: 50px;
    border-radius: 8px;
    text-align: center;
    height: 50px;
    width: 80px;
    margin-right: 1em;
}

.time {
    line-height: 50px;
    margin: 0;
}

.sub_tit {
    font-size: 1.2em;
    font-weight: bold;
    clear: both;
    text-align: center;
    line-height: 2;
    font-family: "Noto Serif JP", serif;
}

.epitxt {
    line-height: 2;
    clear: left;
}

.img {
    clear: both;
    width: 100%;
}

.img img {
    width: 100%;
    margin: 0 2px 10px;
}

/*-- #epi_list -------------------*/
#epi_list {
    padding: 0 12px;
    margin-top: 50px;
}

#epi_list h4 {
    border-bottom: solid 1px #6a5656;
    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: #666;
    color: #fff;
    display: block;
    border-radius: 6px;
}

#epi_list .link_on a {
    color: #fff;
    background: #670f27;
}

#epi_list .link_on a:active {
    color: #fff;
    background: #670f27;
}

#epi_list .link_off a {
    color: #670f27;
    background: #fff;
    background: 0px 0px 2px #ccc;
}

/* 選択中 */
/*-- もっと見る -------------------*/
.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 .diagram {
    width: calc(100% - 160px);
    margin: 0 auto 40px;
    padding: 20px 40px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    box-shadow: 0px 0px 4px #ddd;
}

#cast .diagram img {
    width: 100%;
}

#cast .diagram img a {
    display: block;
    transition: 0.2s;
}

#cast .diagram img a:hover {
    opacity: 0.75;
}

#cast .diagram h4 {
    display: inline-block;
    padding: 0 1em;
    font-size: 1.2em;
    font-weight: bold;
    color: #670f27;
    background: linear-gradient(to bottom, transparent 60%, transparent 60%, #fffabc 60%, #fffabc 100%);
    margin-bottom: 1em;
}

#cast dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
    box-sizing: border-box;
}

#cast dl dt {
    width: 35%;
    margin-bottom: 2em;
    background: rgba(255, 255, 255, 0.75);
    padding: 0.6em 0;
}

#cast dl dd {
    width: 65%;
    text-align: center;
    padding-top: 3em;
    margin-bottom: 2em;
    background: rgba(255, 255, 255, 0.75);
}

/*
#cast dl dt:nth-of-type(odd),#cast dl dd:nth-of-type(even){
    background: rgba(250, 250, 250, 0.75);
}
*/

#cast dl dt img {
    width: 90%;
    display: block;
    margin: 0 auto;
    border: solid 6px #d0c29b;
    box-shadow: 0 0 4px #999;
    box-sizing: border-box;
}

#cast dl dd small,
#cast dl dd strong,
#cast dl dd span {
    display: block;
}

#cast dl dd strong {
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1.5em;
    color: #670f27;
    font-family: "Noto Serif JP", serif;
    font-weight: 800;
}

#cast dl dd strong small {
    line-height: 1;
    font-size: 0.9em;
    padding-top: 0.2em;
}

#cast dl dd span {
    font-size: 14px;
    line-height: 1.2;
}

/*-- 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 {
    font-size: 0.75em;
    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: bold;
    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;
    }
}

/*--------------------------------------------------------*/

footer {
    margin-top: 0;
}

#footer #f_PC {
    margin: 0 auto !important;
}

#index #contents {
    padding-bottom: 0;
}
