@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-weight: normal;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #2D5B89;
}
a:hover{
    color: #fd2d04;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#2D5B89;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#2D5B89;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/*Reset Stylesheet 終わり*/



body{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #2D5B89;
    background-color: #F4F5E1;
}
rt{
    font-size: 60%;
}
/*エンターテインメント・甲骨文字　共通*/
#entertainment header,#OracleBoneScript header{
    margin-top: 12px;
}
#entertainment header #breadcrumb,#OracleBoneScript header #breadcrumb{
  margin: 10px;
  padding: 0;
  list-style: none;
}
#entertainment header #breadcrumb li{
  display: inline-flex;
  list-style: none;
  font-size: 25px;
}
#entertainment header #breadcrumb li .material-icons,#OracleBoneScript header #breadcrumb li .material-icons{
  position: relative;
  top: 5px;
}
#entertainment header #breadcrumb li a,#OracleBoneScript header #breadcrumb li a{
  text-decoration: none;
}
#entertainment header #breadcrumb li a:hover, #OracleBoneScript header #breadcrumb li a:hover{
  text-decoration: underline;
}
#entertainment header #china p#text,#OracleBoneScript header #china p#text{
    position: absolute;
    top: 15%;
    width: 100%;
    color: rgba(17,36,55,1);
    font-size:2vw;
    line-height: 1.0;
    text-shadow: 5px 5px 5px #efe0b5;
    letter-spacing: 0.1em;
    text-align: center;
}
#entertainment header #china #title,#OracleBoneScript header #china #title{
    font-size:3vw;
    color: rgba(17,36,55,1);
    text-shadow: 5px 5px 5px #efe0b5;
    letter-spacing: 0.1em;
}
#entertainment header #china #title:lang(zh),#OracleBoneScript header #china #title:lang(zh){
    font-family: 'Zhi Mang Xing', cursive;
}
#entertainment header #china #jpg768 img,#OracleBoneScript header #china #jpg768 img{
    width: 100%;
    height: auto;
}
#entertainment header #china #jpg960 img,#OracleBoneScript header #china #jpg960 img{
    display: none;
}
#entertainment header #china #jpg1920 img,#OracleBoneScript header #china #jpg1920 img{
    display: none;
}
#entertainment h1:lang(en),#entertainment #breadcrumb li:lang(en),#OracleBoneScript h1:lang(en),#OracleBoneScript #breadcrumb li:lang(en){
    font-family: 'Rozha One', serif !important;
}
#entertainment h1,#OracleBoneScript h1{
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    font-size:8vw;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.8);
}
#entertainment ul,#OracleBoneScript ul{
  margin:0;
  padding: 0;
  list-style: none;
}
#navBtn{
    position: absolute;
    top: 14px;
    right: 12px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#navBtn p{
    position: relative;
}
#navBtn span{
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #2D5B89;
    transition: 0.2s;
}
#navBtn span:nth-child(1){
    top: 0;
    transform: rotate(30deg);
}
#navBtn span:nth-child(2){
    top: 11px;
    transform: rotate(30deg);
}
#navBtn span:nth-child(3){
    top: 22px;
    transform: rotate(30deg);
}
.page_nav{
    position: absolute;
}
.page_nav.sticky{
    position: fixed;
    top: 0;
}
#globalNav{
    position: absolute;
    top: -800px;
    left: 100%;
    transform: rotate(90deg);
    transform-origin: 0px 0px;
    background-color: rgba(79,162,246,0.4);
    text-align: center;
    transition: 0.4s;
}
#globalNav.open{
    position: fixed;
    top: 55px;
    left: 100%;
    transform: translate(0,0);
    z-index: 9999;
    transform: rotate(90deg);
    transform-origin: 0px 0px;
    width: 100vh;
}
#globalNav ul{
    position: relative;
    top: 0px;
    right: 0px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
}
#globalNav ul li a{
    width: 100%;
    display: block;
    color: #2D5B89;
    font-size: 150%;
    padding: 18px 30px 18px 10px;
    box-sizing: border-box;
    text-decoration: none;
    border-left: 5px solid #2D5B89;
    border-left-style: double;
}
#globalNav ul li a:lang(en){
    font-family: 'Rozha One', serif;
}
#globalNav ul li a:hover{
    color: #fd2d04;
}
#navBtn.open{
    position: fixed;
}
#navBtn.open span:nth-child(1){
    top: 11px;
    transform: rotate(45deg);
    transform-origin: 50%;
}
#navBtn.open span:nth-child(2){
    width: 0;
    left: 50%;
}
#navBtn.open span:nth-child(3){
    top: 11px;
    transform: rotate(-45deg);
    transform-origin: 50%;
}
#entertainment #contents,#OracleBoneScript #contents{
    margin-bottom: 30px;
}
#entertainment #prologue,#OracleBoneScript #prologue{
    margin: 15px;
    line-height: 1.5;
    font-size: 90%;
}
#gotop {
    position: fixed;
    left: 15px;
    top: -200px;
}
#gotop #nya{
    position: absolute;
    top: 35px;
    left: 40px;
    color: darkred;
    font-size: 60%;
    transform: rotate(30deg);
}
#gotop img{
    width: 50%;
    height: 50%;
}
footer,{
    padding: 30px 10px;
}
footer #footernav dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}
footer #footernav dt,footer #footernav dd,footer #link{
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    border-left: 5px solid #2D5B89;
    border-left-style: double;
}
footer #footernav a,footer #link a{
    padding: 5px;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
}
footer #footernav a:hover,footer #link a:hover{
    color: #fd2d04;
}
footer #copy{
    margin-top: 20px;
    text-align: center;
}
/*エンターテインメント*/
#entertainment #contents{
    font-size: 100%;
    letter-spacing: 0.2em;
    line-height: 1.2;
}
#entertainment #contents #mokuji h4{
    font-size: 150%;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}
#entertainment #contents #mokuji h4:lang(en){
    font-family: 'Rozha One', serif !important;
}
#entertainment #contents #mokuji{
    display: flex;
    flex-direction: column;
}
#entertainment #contents #mokuji li{
    margin: 1em;
    padding: 0 1em 1em 8em;
    display: inline-block;
    text-indent: -8em;
    border-bottom: 2px solid #ffce08;
}
#entertainment #contents #mokuji li p{
    width: 8em;
    float: left;
    font-weight: bold;
}
#entertainment #contents section ul{
    margin-top: 15px;
}
#entertainment #contents section ul li{
    margin-top: 8px;
}
#entertainment #contents #poetrySutra dl{
    margin: 15px 0 15px 40px;
}
#entertainment #contents #poetrySutra dl dt,dd{
    font-weight: bold;
}
#entertainment #contents #poetrySutra dl dd{
    margin-left: 8px;
}
#entertainment #contents #poetrySutra #meaning{
    font-weight: bold;
    margin: 1em;
}
#entertainment #contents img,#entertainment #contents iframe{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
#entertainment #contents .toggle h6,#OracleBoneScript #contents .toggle h6{
    margin-top: 25px;
   width: 97%;
   text-align: center;
  font-size: 105%;
  letter-spacing: 0.1em;
  position: relative;
  padding: 10px 5px;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);

}
#entertainment #contents .toggle h6:after,#OracleBoneScript #contents .toggle h6:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

#entertainment #contents .toggle h6:before,#OracleBoneScript #contents .toggle h6:before {
  top: 0;
}

#entertainment #contents .toggle h6:after,#OracleBoneScript #contents .toggle h6:after {
  bottom: 0;
}
.toggle h6 span{
    display: inline-block;
    width: 100%;
    background-image: url("../images/icon_minus_white.png");
    background-repeat: no-repeat;
    background-position: right;
}
.toggle.close h6 span{
    display: inline-block;
    width: 100%;
    background-image: url("../images/icon_plus_white.png");
    background-repeat: no-repeat;
    background-position: right;
}
.toggle.close ul{
    display: none;
}


/*甲骨文字のページ*/

#OracleBoneScript header #breadcrumb li{
  display: inline-flex;
  list-style: none;
  font-size: 23px;
}
#OracleBoneScript #contents h6{
    font-size: 23px;
}
#OracleBoneScript #contents ul li.box{
    width: 310px;
    min-height: 150px;
    margin:0.8em;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #fd2d04;
    border-bottom: solid 2px #fd2d04;
}
#OracleBoneScript #contents ul li.box:before, #OracleBoneScript #contents ul li.box:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #fd2d04;
}
#OracleBoneScript #contents ul li.box:before {
    left: 10px;
}
#OracleBoneScript #contents ul li.box:after {
    right: 10px;
}
#OracleBoneScript #contents ul li.box p {
    margin: 0;
    padding: 0;
}
#OracleBoneScript #contents ul.border-none{
    border-top: solid 2px #F4F5E1;
    border-bottom: solid 2px #F4F5E1;
}
#OracleBoneScript #contents ul.border-none:before, #OracleBoneScript #contents ul.border-none:after{
    background-color: #F4F5E1;
}
#OracleBoneScript #contents ul li figure img.script{
    width: 130px;
    height: 120px;
    float: left;
}
#OracleBoneScript #contents ul li figcaption,#OracleBoneScript #contents ul.border-none li,#OracleBoneScript #contents ul.border-none p{
    font-size: 23px;
    line-height: 1.5;
}
#OracleBoneScript #contents ul li figcaption img{
    width: 23px;
    height: 23px;
}
/*@media screen700*/

@media screen and (min-width: 700px){

    #entertainment header #china p#text,#OracleBoneScript header #china p#text{
        position: absolute;
        top: 13%;
    }
    #entertainment h1,#OracleBoneScript h1{
        position: absolute;
        top: 23%;
    }
    #entertainment header #china #jpg768 img,#OracleBoneScript header #china #jpg768 img{
        display: none;
    }
    #entertainment header #china #jpg960 img,#OracleBoneScript header #china #jpg960 img{
        display: inline-block;
        width: 100%;
        height: auto;
    }
    #entertainment #contents #barbecue ul li img{
        width: 40%;
        float: left;
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 20px;
        position: relative;
        top: 0;
    }
    #entertainment #contents #barbecue li:after,#entertainment #contents #originalSin li:after{
        display: block;
        content: "";
        clear: both;
    }
    #entertainment #contents #embroidery img#main-image{
        width: 100%;
    }
    #entertainment #contents #originalSin li img#originalsinMainIMG{
        width: 30%;
        margin-top: 0;
        margin-right: 20px;
        float: left;
    }
    #entertainment footer #footernav dd,#OracleBoneScript footer #footernav dd{
    width: 33%;
    padding-left: 0;
    }
    #OracleBoneScript #contents ul li.box{
        /*display: flex;*/
        width: 90%;
        min-height: 150px;
    }
}


/*@media screen955*/

@media screen and (min-width: 955px){
    #entertainment #contents,#OracleBoneScript #contents{
        max-width: 1050px;
        margin-left: auto;
        margin-right: auto;
        font-size: 105%;
    }
    #entertainment #navBtn,#OracleBoneScript #navBtn{
        display: none;
    }
    #entertainment #globalNav,#OracleBoneScript #globalNav{
        position: relative;
        top: -4px;
        left: 0;
        transform: rotate(0deg);
    }
    #entertainment #globalNav ul,#OracleBoneScript #globalNav ul{
        width: 100%;
    }
    #entertainment #globalNav ul li,#OracleBoneScript #globalNav ul li{
        width: 25%;
    }
    #entertainment #globalNav ul li a,#OracleBoneScript #globalNav ul li a{
        font-size: 160%;
    }
    #entertainment #globalNav ul li a:hover,#OracleBoneScript #globalNav ul li a:hover{
        color: #fd2d04;
    }
    #entertainment header,#OracleBoneScript header{
        margin-top: 0;
    }
    #entertainment header #china #jpg768 img,#OracleBoneScript header #china #jpg768 img{
        display: none;
    }
    #entertainment header #china #jpg960 img,#OracleBoneScript header #china #jpg960 img{
        display: none;
    }
    #entertainment header #china #jpg1920 img,#OracleBoneScript header #china #jpg1920 img{
        display: inline-block;
        width: 100%;
        height: auto;
    }
    #entertainment header #china p#text,#OracleBoneScript header #china p#text{
        position: absolute;
        top: 10%;
        font-size: 150%;
        line-height: 1.2;
        color: rgba(17,36,55,0.9);
        text-shadow: 2px 2px 2px #efe0b5;
        letter-spacing: 0.5em;
    }
    #entertainment header #china #title,header #china #title{
        color: rgba(17,36,55,0.9);
        text-shadow: 5px 5px 5px #efe0b5;
        letter-spacing: 0.5em;
    }
    #entertainment h1,#OracleBoneScript h1{
        position: absolute;
        top: 15%;
    }
    #entertainment #prologue,#OracleBoneScript #prologue{
        position: relative;
        top: 20px;
        text-align: center;
        line-height: 2.0;
        font-size: 130%;
    }
    #entertainment #contents #mokuji,{
        width: 100%;
        text-align: center;
    }
    #entertainment #contents #mokuji h4{
        font-size: 200%;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #entertainment #contents #mokuji ul li{
        width: 80%;
    }
    #entertainment #contents #embroidery.toggle.close ul{
        display: inline-block;
    }
    #entertainment #contents #embroidery.toggle.close h6{
        display: inline-block;
        width: 100%;
        font-size: 150%;
        text-align: center;
    }
    #entertainment #contents #embroidery.toggle h6 span{
    display: inline-block;
    width: 100%;
    background-image: url("../images/icon_plus_white.png");
    background-repeat: no-repeat;
    background-position: right;
    }
    #entertainment #contents #embroidery.toggle.close h6 span{
    display: inline-block;
    width: 100%;
    background-image: url("../images/icon_minus_white.png");
    background-repeat: no-repeat;
    background-position: right;
    }
    #entertainment #contents #embroidery li img,#entertainment #contents #barbecue ul li img{
        width: 40%;
        float: left;
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 20px;
        position: relative;
        top: 0;
    }
    #entertainment #contents #embroidery li:after,#entertainment #contents #barbecue li:after,#entertainment #contents #originalSin li:after{
        display: block;
        content: "";
        clear: both;
    }
    #entertainment #contents #embroidery img#main-image{
        width: 100%;
    }
    #entertainment #contents #embroidery li iframe,#contents #barbecue li iframe{
        width: 50%;
    }
    #entertainment #contents #originalSin li img#originalsinMainIMG{
        width: 30%;
        margin-top: 0;
        margin-right: 20px;
        float: left;
    }
    #entertainment #contents #originalSin ul li div img{
        width: 47%;
        margin-left: 2%;
    }
    #entertainment #contents #originalSin ul li div img:nth-child(2){
        margin-right: 2%;
    }
    ,#entertainment #contents #originalSin li:after
    #entertainment #gotop img,#OracleBoneScript #gotop img{
        width: 100%;
        height: 100%;
    }
    #entertainment #gotop #nya,#OracleBoneScript #gotop #nya{
        position: absolute;
        top: 35px;
        left: 80px;
        font-size: 95%;
    }
    #entertainment footer,#OracleBoneScript footer{
        max-width: 1050px;
        margin-left: auto;
        margin-right: auto;
    }
    #entertainment footer #footernav a,footer #link a,#OracleBoneScript footer #footernav a,footer #link a{
        font-size: 130%;
        text-align: center;
    }
    #entertainment footer #footernav a:hover,footer #link a:hover,#OracleBoneScript footer #footernav a:hover,footer #link a:hover{
    color: #fd2d04;
    }

}