@charset "utf-8";
/* CSS Document */

/* common */
section h2 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 40px;
}
section h2 span {
    display: inline-block;
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
    vertical-align: top;
}
section h2 span:before {
    content: "/";
    position: absolute;
    left: 0;
    top: 0;
}
section h2 a {
    font-size: 1.6rem;
    font-weight: 400;
}
section h2 a img {
    transition: 0.3s ease-in-out;
    margin-left: 15px;
    margin-top: -10px;
    position: relative;
    right: 0;
}
section h2 a:hover img {
    right: -5px;
}

/* mv */
section.mv {
    background-image: url(../images/index/bg_mv.png);
    background-position: top 0 right 0;
    background-size: cover;
    padding-top: 90px;
    margin-bottom: 100px;
    text-align: center!important;
}
section.mv .slider-wrap {
    position: relative;
    opacity: 0;
}
section.mv .slider-wrap * {
    background-color: transparent!important;
}
section.mv .slider-wrap .bx-wrapper .bx-viewport {
    box-shadow: none!important;
    border: none!important;
    left: 0;
}
section.mv .slider-wrap img {
    margin: 0 auto;
}
section.mv .slider-wrap .copy span {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
    display: block;
}
section.mv .slider-wrap .copy span.back {
    top: 0%;
    z-index: -1;
}
section.mv .slider-wrap .copy span.front {
    top: 40%;
    z-index: 2;
}
section.mv p {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2;
    margin: 70px 0 40px;
}
section.mv .btn {
    background-color: #333;
    text-align: left;
}
section.mv .btn.yonedanji {
    margin-left: 20px;
}
section.mv .btn:after {
	border: none;
    content: "";
    background-image: url(../images/common/icon_arrow3.png);
	background-size: cover;
	background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

/* info */
section.info {
    margin-bottom: 110px;
}
section.info .news {
    width: 70%;
}
section.info .news ul {
    margin-bottom: 20px;
}
section.info .news li {
	border-bottom: 1px solid #ccc;
}
section.info .news li:first-child {
	border-top: 1px solid #ccc;
}
section.info .news li span {
	display: inline-block;
	width: 12%;
}
section.info .news li a {
	padding: 30px 0; 
	width: 100%;
	position: relative;
}
section.info .news li a:after {
	content: url(../images/common/icon_arrow2.png);
    width: 25px;
    height: 25px;
	position: absolute;
	right: 20px;
	top: 50%;
    transform: translate(0,-50%);
}
section.info .news .more img {
    transition: 0.3s ease-in-out;
    margin-left: 15px;
    margin-top: -10px;
    position: relative;
    right: 0;
}
section.info .news .more:hover img {
    right: -5px;
}
section.info .event {
	width: 24%;
    text-align: center;
}
section.info .event a {
    width: 48%;
    height: auto;
    float: left;
}
section.info .event a:first-child {
    margin-right: 2%;
}
section.info .event a img {
    height: auto;
}
section.info .event a p {
    margin-top: 10px;
    font-weight: bold;
}


/* schedule */
section.schedule {
    margin-bottom: 80px;
}
section.schedule .new-schedule li {
    float: left;
    width: 18.4%;
    margin-right: 2%;
}
section.schedule .new-schedule li:last-child {
    margin-right: 0;
}
section.schedule .new-schedule li img {
    width: 100%;
    height: auto;
}
section.schedule .calender {
    margin-top: 60px;
    margin-bottom: 60px;
	position: relative;
	z-index: 1;
}
section.schedule .calender h3 {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
section.schedule .calender .left {
    width: 68%;
}
section.schedule .right {
    width: 30%;
}
section.schedule .sns {
    text-align: center;
}
section.schedule .sns li {
    display: inline-block;
    margin-right: 20px;
}
section.schedule .sns li:last-child {
    margin-right: 0px;
}
section.schedule .right .magazine {
    margin-top: 20px;
	display: block;
	text-align: center;
}
section.schedule .right .magazine img {
    width: 75%;
}
section .hanashika {
   background-color: #895b8a;
    padding: 35px 0;
    margin-bottom: 80px;
}
section .hanashika h3 {
    display: inline-block;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    margin-left: 60px;
}
section .hanashika h3 img {
    margin-left: 10px;
}



/* link-area */
section.link-area {
    margin-bottom: 100px;
}
section.link-area .bnr01 {
    margin-bottom: 80px;
}
section.link-area .bnr01 a {
    vertical-align: top;
}
section.link-area .bnr01 a:nth-child(1) {
    margin-right: 20px;
}
section.link-area .bnr01 a:nth-child(2) {
    margin-bottom: 20px;
}

section.link-area .rakugo {
    background-image: url(../images/index/bg_rakugokai.png);
    background-position: center;
    background-size: cover;
    padding: 70px 0 60px;
    text-align: center;
    margin-bottom: 80px;
}
section.link-area .rakugo h3 {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
section.link-area .rakugo p {
    font-size: 2rem;
    margin-bottom: 30px;
}
section.link-area .rakugo a {
    width: 36%;
    overflow: hidden;
}
section.link-area .rakugo a.mr {
   margin-right: 2%;
}
section.link-area .rakugo a .name {
    position: relative;
    z-index: 1;
}
section.link-area .rakugo a .zoom {
   transition: transform 0.3s linear;
}
section.link-area .rakugo a:hover .zoom {
   transform: scale(1.1);
}

section.link-area .bnr02 .ch {
    margin-bottom: 80px;
}
section.link-area .bnr02 .goirai {
    margin-right: 20px;
}
section.link-area .bnr02 .goirai ,
section.link-area .bnr02 .online {
   overflow: hidden;
}
section.link-area .bnr02 .goirai .zoom ,
section.link-area .bnr02 .online .zoom {
   transition: transform 0.3s linear;
}
section.link-area .bnr02 .goirai:hover .zoom ,
section.link-area .bnr02 .online:hover .zoom {
   transform: scale(1.1);
}
section.link-area .bnr02 .goirai dl {
    background-color: #2a9786;
}
section.link-area .bnr02 .online dl {
    background-color: #53727d;
}
section.link-area .bnr02 dl {
    color: #fff;
    padding: 30px 40px;
    position: relative;
    z-index: 1;
    vertical-align: top;
}
section.link-area .bnr02 dl dt {
    font-size: 3.2rem;
    font-weight: bold;
}
section.link-area .bnr02 dl dt img {
    vertical-align: middle;
    margin-left: 10px;
}
section.link-area .bnr02 img {
    vertical-align: bottom;
}


/* fixed */
section.fixed {
    background-color: #efefef;
    padding: 40px 30px;
    display: none;
    border-radius: 10px;
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 100;
}
section.fixed.close-fade {
    opacity: 0!important;
    z-index: -1!important;
    transition: 0.3s ease-in-out;
}
section.fixed li a {
    padding: 20px 30px 20px 40px;
    box-sizing: border-box;
}
section.fixed li.btn01 {
    background-color: #bea526;
    margin-bottom: 20px;
}
section.fixed li.btn02 {
    background-color: #2a9786;
}
section.fixed li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 2rem;
    color: #fff;
}
section.fixed li span:before {
    position: relative;
    left: -15px;
    top: 3px;
}
section.fixed .btn01 span:before {
    content: url(../images/common/icon_calender.png);
}
section.fixed .btn02 span:before {
    content: url(../images/common/icon_kouen.png);
}
section.fixed .close {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #333;
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
}
section.fixed .close:before ,
section.fixed .close:after {
    content: "";
    background-color: #fff;
    display: inline-block;
    width: 25px;
    height: 2px;
    position: absolute;
    top: 29px;
    left: 18px;
}
section.fixed .close:before {
    transform: rotate(45deg);
}
section.fixed .close:after {
    transform: rotate(-45deg);
}


/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {
	
/* common */
    section h2 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    section h2 span {
        margin-top: 10px;
        font-size: 1.2rem;
        margin-left: 10px;
        padding-left: 10px;
    }
    section h2 a {
        margin-top: 10px;
        float: right!important;
        font-size: 1.2rem;
    }
    section h2 a img {
        max-width: 20px;
        margin-left: 10px;
        margin-top: -5px;
    }

    
/* mv */
    section.mv {
        margin-bottom: 40px;
        padding: 60px 20px 0 20px;
    }
    section.mv .slider-wrap .copy span {
        width: 100%;
    }
    section.mv .slider-wrap .copy span.back {
        top: -15px;
    }
    section.mv .slider-wrap .copy span.back img {
        width: 80%;
    }
    section.mv .slider-wrap .copy span.front img {
        width: 70%;
    }
    section.mv p {
        font-size: 1.4rem;
        line-height: 1.6;
        margin: 40px 0 20px 0;
    }
	section.mv .btn.yonedanji {
		margin-top: 20px;
		margin-left: 0;
	}


/* info */
    section.info {
        margin-bottom: 40px;
    }
    section.info .news {
		width: 100%;
	}
	section.info .news ul {
		margin-bottom: 20px;
	}
	section.info .news li span {
		width: 100%;
		margin-bottom: 10px;
	}
	section.info .news li a {
        padding: 20px 50px 20px 0;
	}
    section.info .news .more img {
        max-width: 20px;
        margin-left: 10px;
        margin-top: -5px;
    }
    section.info .event {
        margin-top: 40px;
        width: 100%;
    }
    section.info .event h2 {
        text-align: left;
    }
    section.info .event a p {
        text-align: left;
    }


/* schedule */
    section.schedule {
        margin-bottom: 40px;
    }
    section.schedule .new-schedule li {
        width: 49%;
        margin-bottom: 20px;
    }
    section.schedule .new-schedule li:nth-child(2n) {
        margin-right: 0;
    }
    section.schedule .new-schedule li:last-child {
        display: none;
    }
    section.schedule .calender {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    section.schedule .calender h3 {
        font-size: 1.8rem;
    }
    section.schedule .calender .left {
        width: 100%;
        margin-bottom: 20px;
    }
    section.schedule .calender .twitter {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    section.schedule .calender .twitter iframe {
        max-width: 100%;
        width: 740px !important;
        box-sizing: border-box;
    }
    section .hanashika {
        padding: 20px 0;
        margin-bottom: 40px;
    }
    section .hanashika h3 {
        display: block;
        font-size: 2rem;
        margin-left: 0px;
        margin-top: 20px;
    }
    section .hanashika h3 img {
        margin-left: 10px;
        max-width: 20px;
        margin-top: -3px;
    }



/* link-area */
    section.link-area {
        margin-bottom: 60px;
    }
    section.link-area .bnr01 {
        margin-bottom: 40px;
    }
    section.link-area .bnr01 a:nth-child(1) {
        margin-right: 0px;
    }
    section.link-area .bnr01 a:nth-child(2) {
        margin: 20px 0;
    }

    section.link-area .rakugo {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    section.link-area .rakugo h3 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    section.link-area .rakugo p {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    section.link-area .rakugo a {
        width: 80%;
    }
    section.link-area .rakugo a.mr {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    section.link-area .bnr02 .ch {
        margin-bottom: 40px;
    }
    section.link-area .bnr02 .goirai {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    section.link-area .bnr02 dl {
        padding: 20px;
    }
    section.link-area .bnr02 dl dt {
        font-size: 1.6rem;
        margin-top: 10px;
    }
    section.link-area .bnr02 dl dt img {
        margin-left: 10px;
        max-width: 15px;
        margin-top: -3px;
    }
    section.link-area .bnr02 dl dd {
        font-size: 1.2rem;
    }


/* fixed */
    section.fixed {
        display: none!important;
    }


    
}


