@charset "utf-8";

html {
    font-size: 62.5%; /* 10px */
}
body{
    color: #333;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 1; /* プロポーショナルメトリクス 基本ツメ組み*/
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
	background-color: #f9f9f9;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
.betagumi{ /*ベタ組用クラス*/
    font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 0; 
    letter-spacing: -0.05rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
img{
	/*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
    border: none;
}
*:focus { 
  outline: none !important; /* Bootstrapのボタンのスタイルを無効化 */
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
.logo{
	margin:0 auto 4.5rem auto;
	text-align: center;
}
@media screen and (max-width:575.98px) {
	.logo{
		width: 85%;
        max-width: 37.9rem;
	}
}
@media screen and (min-width:576px) and (max-width:767.98px) {
	.logo{
		width: 75%;
        max-width: 43.3rem;
	}
}
@media screen and (min-width:768px) and (max-width:991.98px) {
	.logo{
		width: 60%;
        max-width: 50.3rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	.logo{
		width: 55%;
        max-width: 56.2rem;
    }
}
@media screen and (min-width:1200px) and (max-width:1399.98px) {
	.logo{
        width: 50%;
        max-width: 56.7rem;
    }
}
@media screen and (min-width:1400px) {
	.logo{
			width: 45%;
	}
}
.extra{
    border: 0.1rem dashed #999;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3.0rem;
    padding-top: 1.0rem;
	padding-bottom: 0.3rem;
    color: #666;
}
.extra h1{
	text-align: center;
	font-size: 3.0rem;
	font-weight: 700;
}
@media screen and (max-width:767.98px) {
	.extra h1{
		font-size: 2.6rem;
	}
}
.extra p{
	font-size: 1.4rem;
	font-weight: 500;
}
.extra p > span{
	color: red;
}
.head-menu, .head-menu-social{
	list-style-type: none;
	font-size: 0;
	padding: 0;
}
.head-menu > li {
    display: inline-block;
    margin-right: 2.3rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: -0.06rem;
    color: #4e4546;
}
.head-menu > li > a{
	color: #4e4546;
	transition: color 0.25s ease;
}
.head-menu > li > a:hover{
	color: #FF7E00;
}
.head-menu-social{
	text-align: right;
    margin-right: 0.75rem;
}
.head-menu-social > li {
	display: inline-block;
	margin-left: 0.45rem;
}
.head-menu-social > li > a > img{
	width: 2.7rem;
	height: 2.7rem;
	transition: opacity 0.25s ease;
}
.head-menu-social > li > a > img:hover{
	opacity: 0.5;
}
#slide{
	margin: 0 auto 1.0rem auto;
}
.twt {
	font-size: 0;
}
.twt .twitter-timeline-rendered, .twt iframe, .twt a {
	width: 100%;
    height: 100% !important;
}
.fb-timeline{
    margin-left: auto;
    margin-right: auto;
}
.fb-page,
.fb-page span,
.fb-timeline iframe{
  width: 100% !important;
  height: 100% !important;
}



.businesshourchange p a{
    display: inline-block;
    width: 100%;
    background-color: #847577;
    text-align: center;
    line-height: 1.8;
    color: #fff;
    transition: all .3s;
}
.businesshourchange p a:hover{
    background-color: #ccc;
}
#lead{
    margin: 5.0rem auto;
    font-weight: 500;
    color: darkslategray;
}
@media screen and (max-width:991.98px) {
	#lead{
        text-align: justify;
		font-size: 1.4rem;
	}
}
@media screen and (min-width:992px) {
	#lead{
        text-align: center;
        font-size: 1.5rem;
    }
}
#stock > div {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    background-color:#000;
}
@media screen and (max-width:991.98px) {
	#stock > div{
		padding-bottom: 1.0rem;
	}
}
.section-title-stock{
	margin-bottom: 0;
	border-bottom: 0.1rem solid #efefef;
	padding-top: 1.0rem;
	padding-bottom: 0.75rem;
}
@media screen and (max-width:991.98px) {
	.section-title-stock{
		padding-top: 0;
		padding-bottom: 0;
	}
}
.section-title-stock > button {
    background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none; /* Bootstrapのボタンのスタイルを無効化 */    
	color: #EFEFEF;
	display: inline-block;
	width: 100%;
	text-align: left;
	padding-top: 1.0rem;
	padding-bottom: 0.75rem;
}
.section-title-stock, .section-title-stock > button{
    font-family: 'Montserrat', sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #EFEFEF;
	line-height: 0.8;
}
.section-title-stock > span, .section-title-stock > button > span, .section-title > span{
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
	letter-spacing: normal;
	vertical-align: 0.1rem;
	display: inline-block;
    padding-top: 0.8rem;
    line-height: 1.0;
}
@media screen and (max-width:991.98px) {
	.section-title-stock > button > span::after{
		content: "\f217";
		font-family: "Ionicons";
		margin-left: 1.0rem;
		font-size: 1.6rem;
	}
}
@media screen and (max-width:991.98px) {
	.collapse:not(.show){
		display: none;
	}
}
@media screen and (min-width:992px) {
	.collapse:not(.show){
		display: block;
	}
}
.section-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #EFEFEF;
    border-bottom: 0.1rem solid #999;
    line-height: 0.8;
	padding-top: 1.0rem;
	padding-bottom: 0.75rem;
}
@media screen and (max-width:575.98px) {
	.section-title-stock, .section-title-stock > button, .section-title{
		font-size: 2.7rem;
	}
    .section-title-stock span, .section-title span{
        font-size: 1.4rem;
    }
}
#newarrival{
	margin: 4.5rem auto 3.0rem auto;
}
.multiple-item {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    padding: 0;
}
.multiple-item, .multiple-item li {
	padding:0 0.4rem;
}
.newarrival-img{
	position: relative;
	width: 100%;
	overflow: hidden;
    background-color: #000;
}
.newarrival-img::before {
	content:"";
	display: block;
	padding-top: 100%;
}
.newarrival-img:hover img {
	transform: scale(1.2);
}
.newarrival-img img {
	width: 100%;
    height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: 0.8s;
}
.newarrival-img a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
}
.newarrival-txt{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    color: #a76d60;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-top: 0.1rem dashed;
    border-bottom: 0.1rem dashed;
}
@media screen and (max-width:575.98px) {
    .newarrival-txt{
        font-size: 1.2rem;
    }
}
#topics{
	margin: 0 auto 1.5rem auto;
}
#topics > div {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    background-color:#000;
}
#topics-contents{
	margin-bottom: 3.0rem;
}
.topic-bnr-horizontal{
	margin-bottom: 3.0rem
}
@media screen and (max-width:575.98px) {
    .topic-bnr-horizontal{
        margin-bottom: 1.2rem
    }
}
.topic-bnr-horizontal-youtube{
	margin-bottom: 3.0rem;
}
.youtube-container{
	margin-top: -3.0rem;
	margin-bottom: 5.0rem;
    padding-left: 0;
    padding-right: 0;
}
.youtube-container > div > div{
    background-color: #22223B;
	padding-bottom: 0.45rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.youtube{
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
    font-size: 1.2rem;
	color: #D8D8F6;
}
.youtube-img{
	position: relative;
}
.youtube-img > span{
	position: absolute;
	top:0;
	left: 0;
}
.youtube-img > span > a > img{
	opacity: 0.6;
	transition: opacity 0.3s ease;
}
.youtube-img > span > a > img:hover{
	opacity: 1;
}
.youtube-song{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: auto;
}
.youtube-song::before {
    content: "\f46c";
    font-family: "Ionicons";
	font-size: 1.6rem;
	margin-right: 0.5rem;
    position: relative;
    top: 0.1rem;
}
.youtube-shopping{
    padding-bottom: 0.3rem;
    line-height: 1.2;
	border-top: 0.1rem #A71D31 solid;
	border-bottom: 0.1rem #A71D31 solid;
}
.youtube-shopping::before {
    content: "\f39c";
    font-family: "Ionicons";
    font-size: 1.6rem;
    margin-right: 0.5rem;
    position: relative;
    top: 0.1rem;
}
.youtube-shopping a{
    color: #D8D8F6;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
.youtube-shopping a:hover {
    color: #FFE500;
}
#blog{
    margin: 0 auto 4.5rem auto;
    border: 0.1rem dashed #666;
}
@media screen and (min-width:992px) {
    #blog{
        width: 80%;
    }
}
.blog-head{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: -0.1rem;
    margin-top: 0.15rem;
}
.article div{
    position: relative;
    width: 100%;
}
.article div::before{
    content:"";
    display: block;
    padding-top: 100%; /* ogpサイズなら630÷1200=52.5%  */
}
.article div a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.article div a img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.article p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    font-weight: 700;
}
.article p > span{
    font-family: 'Raleway', sans-serif;
}
.topic-bnr{
    display: flex;
    flex-direction: column;
    margin-top: 1.0rem;
    margin-bottom: 3.0rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
}
.comment{
	margin-bottom: 1.5rem;
}
.moreinfo{
    margin-top: auto;
    border-bottom: 0.1rem solid #999;
    text-align: right;
    color: #f7931e;
	line-height: 1.2;
}
.moreinfo::after {
    content: "\f362";
    font-family: "Ionicons";
    font-size: 2.2rem;
    margin-left: 0.3rem;
	position:relative;
    top: 0.2rem;
}
.moreinfo a{
    color: #f7931e;
}
@media screen and (max-width:575.98px) {
    .topic-bnr{
        font-size: 1.2rem;
    }
    .moreinfo::after {
        font-size: 2.0rem;
    }
}
.topic-bnr-torisetsu a{
    display: inline-block;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
    background-color: #E99463;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border: 0.2rem solid #E99463;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.topic-bnr-torisetsu a:hover{
    background-color: transparent;
    border: 0.2rem solid #E99463;
    color: #E99463;
    border-radius: 3.0rem;
}
@media screen and (max-width:575.98px) {
    .topic-bnr-torisetsu a{
        font-size: 1.2rem;
    }
}
@media screen and (min-width:576px) and (max-width:991.98px) {
    .topic-bnr-torisetsu a{
        font-size: 1.4rem;
    }
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
    .topic-bnr-torisetsu a{
        font-size: 1.2rem;
    }
}
@media screen and (min-width:1200px) {
    .topic-bnr-torisetsu a{
        font-size: 1.4rem;
    }
}
.naigai{
	list-style: none;
	margin: 3.0rem auto;
    padding: 0;
    width: 90%;
	font-size: 0;
	text-align: center;
}
.naigai > li{
    margin-bottom: 0.75rem;
}
.naigai > li:first-child{
    font-size: 1.4rem;
    font-weight: 700;
    color: #525252;
}
.topic-bnr-previous-movie{
	margin-bottom: 3.0rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.multiple-item-2{
    padding: 0;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    list-style-type: none;
}
.multiple-item-2 li{
    margin: 0;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.multiple-item-2 li > div{
	border-bottom: 0.1rem #999 solid;
}
.multiple-item-3{
    padding: 0;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    list-style-type: none;
}
.multiple-item-3 li{
    margin: 0;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.multiple-item-3 li > div{
	border-bottom: 0.1rem #999 solid;
}
.previous-movie-txt{
	width: 100%;
	height: 5.0rem;
	margin-top: 0.6rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
}
@media screen and (max-width:575.98px) {
    .previous-movie-txt{
        font-size: 1.2rem;
    }
}
#school{
    margin: 0 auto 2.0rem auto;
}
#school > div {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    background-color:#000;
}
#school-contents{
	margin-bottom: 9.0rem;
}
#school-contents > div > div{
    display: flex;
    flex-direction: column;
}
.school-unit{
    flex-grow: 1;
    border: 0.1rem #000 solid;
}
.school-txt1{
    margin: 0 auto;
    color: #f7931e;
    line-height: 1.25;
}
.school-txt3{
    margin: 0 auto;
    line-height: 1.2;
}
.school-txt3::before {
    content: "\f375";
    font-family: "Ionicons";
    margin-right: 0.2rem;
    position: relative;
}
.school-txt4{
	font-size: 1.3rem;
}
.school-txt4::before {
    content: "\f36c";
    font-family: "Ionicons";
    font-size: 1.6rem;
    color: #FF7B50;
    margin-right: 0.3rem;
    float: left;
    position: relative;
    top: -0.3rem;
}
.school-txt5{
    margin: 0 auto;
    width: 100%;
    padding: 0 0.6rem 0.3rem 0.6rem;
	text-align: right;
	background-color: #000;
}
.school-txt5::after {
    content: "\f362";
    font-family: "Ionicons";
    font-size: 1.8rem;
    color: #f7931e;
    margin-left: 0.3rem;
    position: relative;
}
.school-txt5 a{
    color: #f7931e;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
.school-txt5 a:hover {
 	color: #FFF;
}
@media screen and (max-width:575.98px) {
    .school-txt1{
        font-size: 1.3rem;
        letter-spacing: -0.1rem;
    }
    .school-txt3{
        font-size: 1.2rem;
        text-indent: -1.4rem;
        padding-left: 1.4rem;
    }
	.school-txt3::before{
		font-size: 1.4rem;
        top: 0.1rem;
	}
    .school-txt5{
        font-size: 1.2rem;
    }
    .school-txt5::after {
        font-size: 1.5rem;
        top: 0.1rem;
    }
}
@media screen and (min-width:576px) and (max-width:991.98px) {
    .school-txt1{
        font-size: 1.4rem;
        letter-spacing: -0.1rem;
    }
	.school-txt3{
        font-size: 1.3rem;
        letter-spacing: -0.1rem;
	}
	.school-txt3::before{
		font-size: 1.4rem;
        top: 0.1rem;
	}
    .school-txt5{
        font-size: 1.3rem;
        letter-spacing: -0.1rem;
    }
    .school-txt5::after{
        font-size: 1.6rem;
        top: 0.15rem;
    }
}
@media screen and (min-width:992px){
	.school-txt3{
        font-size: 1.4rem;
	}
	.school-txt3::before{
	    font-size: 1.6rem;
        top: 0.1rem;
	}
	.school-txt4::before{
		font-size: 1.4rem;
    	position: relative;
    	top: -0.1rem;
	}
    .school-txt5{
        font-size: 1.4rem;
        letter-spacing: -0.1rem;
    }
    .school-txt5::after{
        font-size: 1.6rem;
        top: 0.15rem;
    }
}
.taiken > div{
    margin: 0 auto;
}
.taiken > div > p{
    display: inline-block;
    font-weight: 500;
    color: #FF7B50;
    line-height: 1.2;
}
.taiken > div > p > span{
    font-family: "Ionicons";
    font-size: 4.0rem;
    margin-right: 0.75rem;
    position: relative;
    top: -0.2rem;
}
@media screen and (max-width:575.98px) {
    .taiken > div > p{
        font-size: 1.3rem;
    }
    .taiken > div > p > span{
        font-size: 3.0rem;
        margin-right: 0.45rem;
    }
}
.taiken a{
    color: #FF7B50;
    transition: color .2s ease-out;
}
.taiken a:hover{
    color: #68C5B8;
}
#shop{
	padding: 9.0rem 0 0 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0), rgba(0, 0, 0, .6)), url(../img/black_linen_v2.png);
    background-blend-mode:multiply; /* Edge IE では効いてない */
}
@media screen and (max-width:767.98px) {
    #shop{
        padding: 4.5rem 0 0 0;
    }
}
.shopinfo {
	padding: 0;
}
.shopinfo a, .shopelement a, .shopinfo2 a, .shopinfo3 a{
    color: #D8D8D8;
    transition: color .3s ease-out;
}
.shopinfo a:hover, .shopelement a:hover, .shopinfo2 a:hover, .shopinfo3 a:hover{
    color: #FF5555;
}
.shopinfo-txt1{
    color: #D8D8D8;
    font-size: 4.0rem;
    font-weight: 800;
    letter-spacing: -0.1rem;
    line-height: 1.0;
}
.shopinfo-txt2{
	color:#D8D8D8;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.0;
}
@media screen and (max-width:575.98px) {
	.shopinfo-txt1 {
		font-size: 3.6rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	.shopinfo-txt1 {
		font-size: 3.7rem;
	}
	.shopinfo-txt2 {
		font-size: 2.2rem;
	}
}
.shopelement{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid #999;
    color: #D8D8D8;
    font-size: 1.5rem;
}
.shopelement span{
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.1rem;
    color: #D8D8D8;
}
.mapimg{
	text-align: center;
}
@media screen and  (max-width : 575.98px) {
	.mapimg img{
		width: 100%;
		margin: 4.5rem auto 0 auto;
	}
}
@media screen and  (min-width:576px) and (max-width : 991.98px) {
	.mapimg img{
		width: 85%;
		margin: 4.5rem auto 0 auto;
	}
}
@media screen and  (min-width : 1200px) {
	.mapimg img{
		width: 95%;
	}
}
.shopinfo2{
    margin-top: 10.0rem;
    color: #D8D8D8;
}
@media screen and  (max-width : 767.98px) {
    .shopinfo2{
        margin-top: 5.0rem;
        margin-bottom: 3.0rem;
    }
}
.access > hr, .parking > hr{
    margin: 0;
    border: 0;
    height: 0.1rem;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}
.access > p{
    margin-top: 1.0rem;
    margin-bottom: 0.3rem;
    font-weight: 500;
}
.train{
    display: inline-block;
    width: 1.5rem;
    height: auto;
    vertical-align: -0.3rem;
    margin-right: 1.2rem;
}
.car{
    display: inline-block;
    width: 2.0rem;
    height: auto;
    vertical-align: -0.1rem;
    margin-right: 0.6rem;
}
.access > ul{
    padding: 0;
    font-size: 1.4rem;
    font-weight: 300;
    list-style-type: none;
}
.access > ul > li{
    padding-left: 1.4rem;
    background: url(../img/access_list.svg) left 0 top 0.5rem no-repeat;
	background-size: 1.0rem auto;
}
.shopinfo3{
    margin-top: 4.5rem;
    color: #D8D8D8;
}
@media screen and  (max-width : 767.98px) {
    .shopinfo3{
        margin-top: 3.0rem;
    }
}
.parking h1{
    font-size: 1.8rem;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}
.parking > h1 > img{
    display: inline-block;
    width: 3.0rem;
    height: auto;
    vertical-align: -0.6rem;
    margin-right: 1.0rem;
}
.parking h2{
    font-size: 1.6rem;
    display: inline-block;
    border-bottom: 0.1rem #ccc dashed;
    padding-bottom: 0.3rem;
}
.parking p{
    font-size: 1.6rem;
    color: #F5856D;
}
.parking > ul{
    padding: 0;
    font-size: 1.6rem;
    list-style-type: none;
}
.parking > ul > li{
    padding-left: 1.4rem;
    background: url(../img/access_list.svg) left 0 top 0.7rem no-repeat;
	background-size: 1.0rem auto;
}
.libertytower{
    position: relative;
    overflow: hidden;
    height: 20.0rem;
    width: 100%;
}
.libertytower > img{
    height: 20.0rem;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.copyright{
	color: #666;
	width:100%;
	margin:9.0rem auto 0 auto;
	padding-bottom: 1.5rem;
	font-size:1.2rem;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#blog .article a img, #bnrArea .topic-bnr a img, #bnrArea .topic-bnr-previous-movie a img, #bnrArea .topic-bnr-other-slide a img, .naigai a img, .drawer-menu-naigai a img, .school-unit a img, #side a img{
	cursor: pointer;
    transition: all 0.2s linear;
}
#blog .article a img:hover, #bnrArea .topic-bnr a img:hover, #bnrArea .topic-bnr-previous-movie a img:hover, #bnrArea .topic-bnr-other-slide a img:hover, .naigai a img:hover, .drawer-menu-naigai a img:hover, .school-unit a img:hover, #side a img:hover{
    opacity: 0.5;
}
.clr{
	clear:both;
}