@charset "utf-8";


/*==================================================
    ■ share start
==================================================*/

*{
	outline: none;
	color: #2E2E2E;
	margin:0;
	padding:0;
	line-height: 150%;  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	letter-spacing: 0px;
	background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic" ,  "Meiryo", "メイリオ" ,sans-serif ;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

li,ul,dl,dt,dd {
	list-style:none;
}

h1,h2,h3,h4,h5  {
	font-weight: normal;
}

table{
	border-collapse:collapse!important;
	border-spacing:0;
	background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #CE1D0D;
	text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

html {
     overflow-x: hidden;
     overflow-y: scroll; -webkit-overflow-scrolling: touch
}
 
body {
    text-align: center;
    font-size: 62.5%;
}
    @media (max-width: 640px) {
        body {
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
        }
}
.c_f:after {
  content: "";
  clear: both;
  display: block;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
    @media screen and (max-width:1023px) {
        .sp {  display: block !important; }
        .pc {  display: none !important; }
        img {  width: 100%; }
    }


/*==================================================
    ■ share end
==================================================*/

/*----------------------
.header
----------------------*/

.cd-header {
    margin: auto;
    height: 120px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    top: 0;
	left: 0;
    position: fixed;
    z-index: 100;
}
	@media (max-width: 640px){
        .cd-header {
            height: 70px;
        }
	}
.navi-area{
    height: 120px;
    display:block;
    margin: auto;
    width: 100%;
    z-index: 10;
}
	@media (max-width: 640px){
        .navi-area{
            height: 70px;
        }
	}
.head_wrap{
    height: 120px;
    display:block;
    margin: auto;
    width: 100%;
    z-index: 10;
    background-position: bottom center;
    background-repeat: repeat-x;
    background-color: rgba(255,255,255,0.7);
}
	@media (max-width: 640px){
        .head_wrap{
            height: 70px;
        }
	}
.cd-header .cd-primary-nav-trigger {
    position: absolute;
    right: 0px;
    top: 0px;;
    height: 120px;
    width: 100px;
    display: block!important;
    z-index: 10;
}
	@media (max-width: 640px){
        .cd-header .cd-primary-nav-trigger {
            height: 70px;
            width: 50px;
        }
	}
.cd-primary-nav-trigger .cd-menu-text {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
    position: absolute;
    right: 0px!important;
    top: 60px;
    bottom: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    height: 4px;
    background-color:#707070;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    display: block!important;
}
	@media (max-width: 640px){
        .cd-primary-nav-trigger .cd-menu-icon {
            top: 35px;
            width: 27px;
        }
	}
.cd-primary-nav-trigger .cd-menu-icon::before,
.cd-primary-nav-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color:#707070;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
    top: -14px;
}
	@media (max-width: 640px){
        .cd-primary-nav-trigger .cd-menu-icon::before {
            top: -10px;
        }
	}
.cd-primary-nav-trigger .cd-menu-icon::after {
    top: 14px;
}
	@media (max-width: 640px){
        .cd-primary-nav-trigger .cd-menu-icon::after {
            top: 10px;
        }
	}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, 
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    background-color:#707070;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
/*--------------------------------*/
.cd-primary-nav {
    margin-top: -120px;
    position: fixed;
    height: 100%;
    width: 100%;;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity:1;
    display: block!important;
    background-color: rgba(2,2,2,0.62);
}
.cd-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    margin-top: -0px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: rgba(2,2,2,0.62);
}
.head_wrap .header_cnt {
    width: 94%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 2;
}
	@media (max-width: 640px){
        .head_wrap .header_cnt {
            height: 70px;
        }
	}
.cd-header .h1_pc {
    z-index: 1;
}
.cd-header .h1_pc img {
    width: auto;
}
	@media (max-width: 640px){
        .cd-header .h1_pc img {
            width: 150px;;
        }
	}
.cd-header .h1_pc a {
    margin: 0;
    z-index: 1;
    display: flex;
    align-content: center;
    align-items: center;
    text-decoration: none;
}
.cd-header .h1_pc a span {
    font-size: 1.8em;
    padding-left: 0px;
    color: #2F2F2F;
    font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}
.head_wrap .header_cnt .h_right {
    display: flex;
    align-content: center;
    align-items: center;
    height: 120px;
    position: relative;
}
	@media (max-width: 640px){
        .head_wrap .header_cnt .h_right {
            height: 70px;
            width: 80px;
        }
	}
.cd-header .logo2 {
    padding-right: 60px;
}
    @media (max-width: 640px) {
        .cd-header .logo2 {
            padding-right: 0px;
            z-index: 10;
            width: 35px;
            height: 35px;
        }
    }
.p_menu {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}
    @media (max-width: 900px) {
        .p_menu {
            justify-content: flex-start;
            padding-top: 30px;
            padding-bottom: 85px;
        }
    }
.p_menu_ti {
    padding-right: 50px;
}
    @media (max-width: 900px) {
        .p_menu_ti {
            display: none;
        }
    }
.p_menu_ti p {
    color: #FFFFFF;
    font-size: 3em;
    text-decoration: none;
    line-height: 1;
    font-family: 'Noto Serif JP', serif;
}
.p_menu_ti .p_menu_ti1 {
    padding-top: 10px;
    padding-bottom: 499px;
}
.p_menu_ti .p_menu_ti2 {
}
.h_sub {
    padding-left: 0px;
}
    @media (max-width: 900px) {
        .h_sub {
            padding-top: 10px;
            padding-left: 0px;
            width: 100%;
        }
    }
.btn_list{
    position: relative;
    width: 550px;
    margin-left: auto;
}
    @media (max-width: 900px) {
        .btn_list{
            position: relative;
            width: 100%;
            margin-left: auto;
        }
    }
.btn_list_sp{
    display: none;
}
    @media (max-width: 900px) {
        .btn_list_sp{
            display: block;
            color: #FFFFFF;
            font-size: 2.4em;
            text-align: left;
            font-family: 'Noto Serif JP', serif;
            padding-left: 10px;
        }
    }
    @media (max-width: 640px) {
        .btn_list_sp{
            font-size: 2.0em;
        }
    }
    @media (max-width: 900px) {
        .btn_list_sp1{
        }
        .btn_list_sp2{
            padding-top: 40px;
        }
    }
    @media (max-width: 640px) {
        .btn_list_sp1{
            padding-bottom: 10px;
        }
        .btn_list_sp2{
            padding-bottom: 10px;
        }
    }
.h_link{
    margin-left: 90px;
    border-bottom: 1px #FFFFFF solid;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 460px;
    text-align: left;
}
    @media (max-width: 900px) {
        .h_link{
            margin-left: 0px;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 40px;
            width: inherit;
        }
    }
.h_link a{
    color: #FFFFFF;
    font-size: 2.2em;
    text-decoration: none;
    line-height: 1;
    font-family: 'Noto Serif JP', serif;
}
    @media (max-width: 900px) {
        .h_link a{
            font-size: 1.8em;
        }
    }
    @media (max-width: 640px) {
        .h_link a{
            font-size: 1.4em;
        }
    }
.o_icon{
    width: 80px;
    filter: alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
    transform: rotateZ( 0deg );
    position: absolute;
    left:0;
    top:0px;
}
    @media (max-width: 900px) {
        .o_icon{
            width: 45px;
            filter: alpha(opacity=0);
            -moz-opacity:0;
            opacity:0;
            transform: rotateZ( 0deg );
        }
    }
.o_icon img{
    margin-top: 8px;
    width: 62px;
}
#history .o_icon1{
    filter: alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    transform: rotateZ( 0deg );
}
#sakuhin .o_icon2{
    filter: alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    transform: rotateZ( 0deg );
}
#noh_hyogen .o_icon3{
    filter: alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    transform: rotateZ( 0deg );
}
#noh_shosa .o_icon4{
    filter: alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    transform: rotateZ( 0deg );
}
#noh_shosa-3 .o_icon5{
    filter: alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    transform: rotateZ( 0deg );
}
#noh_mask_and_shozoku .o_icon6{
    filter: alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    transform: rotateZ( 0deg );
}
#noh_mask_and_shozoku-1 .o_icon7{
    filter: alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    transform: rotateZ( 0deg );
}
#noh_accessories .o_icon8{
    filter: alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    transform: rotateZ( 0deg );
}
#noh_stage .o_icon9{
    filter: alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    transform: rotateZ( 0deg );
}
#ootsukinohtheater .o_icon10{
    filter: alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    transform: rotateZ( 0deg );
}
#schedule .o_icon11{
    filter: alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    transform: rotateZ( 0deg );
}
#noh_taiken .o_icon13{
    filter: alpha(opacity=100);
    -moz-opacity:100;
    opacity:100;
    transform: rotateZ( 0deg );
}
    @media (max-width: 900px) {
        .o_icon img{
            margin-top: 12px;
            margin-left: 0px;
            width: 25px;
        }
    }
    @media (max-width: 640px) {
        .o_icon img{
            margin-top: 12px;
            margin-left: 0px;
            width: 25px;
        }
    }
.h_link:hover + .o_icon{
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
    transition : all 0.5s ease 0s;
    transform: rotateZ( 360deg ) ;
}

.h1_sp {
    display: none !important;
}
/*====================================================================

====================================================================*/


/*------------------------------------------------*/
main {
    width: 100%;
    margin: auto;
}
    @media (max-width: 1024px) {
    }
    
/*------------------------------------------------*/

footer {
    padding-top: 30px;
    position: relative;
    background-color: #290000;
}
footer .f_cnt {
    width: 100%;
    text-align: left;
    position: relative;
    padding-bottom: 24px;
}
    @media (max-width: 1023px) {
        footer .f_cnt {
            margin: auto;
            padding-top: 130px;
            text-align: center;
        }
    }
footer .f_illust {
    position: absolute;
    top: -40px;
    right: 290px;
}
    @media (max-width: 1023px) {
        footer .f_illust {
            position: absolute;
            top: -30px;
            right: inherit;
            left: 15px;
        }
        footer .f_illust img {
            width: 180px;
        }
    }
footer .f_noh {
    position: absolute;
    top: 35px;
    right: 20px;
}
    @media (max-width: 1023px) {
        footer .f_noh img {
            width: 120px;
        }
    }
footer .f_copy {
    position: absolute;
    top: 140px;
    right: 20px;
    font-size: 1.4em;
    color: #FFFFFF;
}
    @media (max-width: 320px) {
        footer .f_noh img {
            width: 80px;
        }
    }
    @media (max-width: 1023px) {
        footer .f_copy {
            position: absolute;
            top: inherit;
            bottom: 13px;
            right: 0px;
            left: 0px;
            font-size: 1.2em;
            color: #FFFFFF;
        }
    }
    @media (max-width: 413px) {
        footer .f_copy {
            font-size: 12px;
        }
    }
    @media (max-width: 320px) {
        footer .f_copy {
            font-size: 10px;
        }
    }
footer .f_cnt .f_left {
    padding-bottom: 55px;
    padding-left: 20px;
}
    @media (max-width: 1023px) {
        footer .f_cnt .f_left {
            padding-bottom: 0px;
            padding-left: 0px;
        }
        footer .f_cnt .f_left img{
            width: auto;
            padding-bottom: 0px;
            padding-left: 0px;
        }
    }
    @media (max-width: 412px) {
        footer .f_cnt .f_left img{
            width: 90%;
        }
    }
footer .f_cnt .f_left h2 {
    padding-bottom: 30px;
    font-size: 2.4em;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 300;
    color: #FFFFFF;
}
footer .f_cnt .f_left .f_sns {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between; 
    width: 230px;
}
    @media (max-width: 1023px) {
        footer .f_cnt .f_left .f_sns {
            width: 230px;
            margin: auto;
            padding-bottom: 20px;
        }
    }
footer .f_cnt .f_right {
    text-align: right;
    padding-top: 140px;
}
    @media (max-width: 1023px) {
        footer .f_cnt .f_right {
            text-align: center;
        }
        footer .f_cnt .f_right img {
            width: auto;
        }
    }
footer .f_cnt .f_right li:nth-child(1) {
    padding-bottom: 35px;
}
footer .f_cnt .f_right li {
    font-size: 1.4em;
    color: #FFFFFF; 
}
footer .bunka_logo {
    background-color: #FFFFFF;
    text-align: center;
    padding: 30px 0px 20px 0px;
}
footer .bunka_logo li {
    padding-bottom: 8px;
}
footer .bunka_logo span {
    font-size: 1.2em;
}
    @media screen and (max-width:1023px){
        footer .bunka_logo li img {
            width: auto;
        }
    }

/*---------- pagetop start ----------*/
.ank {
    position: fixed;
    bottom: 0px;
    right: 60px;
}
.ank a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#page_top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: flex;
}
#page_top .pagetop {
    line-height: 100%;
    text-decoration: none;
    font-size: 1.4em;
    width: 60px;
    height: 60px;
    color: #FFFFFF;
    background-color: #290000;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#page_top a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
    @media screen and (max-width:1023px){
        #page_top img {
            width: auto;
        }
    }


/*---------- pagetop end ----------*/