@charset "utf-8";
@import url("slick.css");

/*
 * =====================================================
 * top main visual
 * =====================================================
 */
 #mainVisual{
    padding-bottom: 60px;
    width: 100%;
    overflow: hidden;
}
#mainVisual .slidsBack{
    background-color: #ccc;
}
#mainVisual .slidsWrapper{
    width:100%;
    /* max-width: 1200px; */
    margin: 0 auto;
}
#mainVisual .imgContainer{
    width:100%;
    /* max-width: 1020px; */
    margin: 0 auto;
    /* border-left: 10px #fff solid;
    border-right: 10px #fff solid; */
    background-color: #fff;
    visibility: hidden;
}
#mainVisual .imgContainer.slick-initialized{
    visibility: visible;
} 
#mainVisual .imgContainer li{
    line-height: 0;
    /* max-width: 1000px; */
}
#mainVisual .imgContainer li img{
    width: 100%;
}
/* controls*/
#mainVisual .slick-arrow{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: rgba(0,0,0,0.7);
}
#mainVisual .slick-prev{
    top:0;
    left: 0;
    z-index: 9;
    margin-left: -91.6%;
}
#mainVisual .slick-next{
    z-index: 8;
    top:0;
    right: 0;
    margin-right: -91.6%;
}
#mainVisual .slick-arrow::before{
    content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    position: absolute;
    top: 50%;
}
#mainVisual .slick-prev::before{
    -ms-transform: rotate(-135deg) translateY(-50%);
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    right: 5px;
}
#mainVisual .slick-next::before{
    -ms-transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    left: 5px;
}
/* #mainVisual .slick-arrow{
    position: absolute;

    width: 100%;
    height: 100%;
    
    
    background-color: #fff;

}
#mainVisual .slick-prev{
    top:0;
    left: 0;
    margin-left: -91.6%;
}
#mainVisual .slick-next{
    top:0;
    right: 0;
    margin-right: -91.6%;
} */


/* #mainVisual .slick-arrow{
    text-indent: -9999px;
    border: none;
    overflow: hidden;
    background-color: transparent;
    background-color: #f00;
    position: absolute;
    outline: none;
    transform: translateY(-50%);
    width: 50px;
    height: 100%;
    cursor: pointer;
    z-index: 99999;
}
#mainVisual .slick-prev{
    top:50%;
    left: 0;
    margin-left: -65px;
}
#mainVisual .slick-next{
    top:50%;
    right: 0;
    margin-right: -65px;
}

 */

#mainVisual .slick-dots{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-bottom: -40px;
}
#mainVisual .slick-dots li{
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}
#mainVisual .slick-dots li button{
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    width: 10px;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
#mainVisual .slick-dots li button::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#mainVisual .slick-dots li.slick-active button::before{
    background-color: #E70008;
}
/*
 * =====================================================
 * top topics slids
 * =====================================================
 */
#topicSlids{
    padding-bottom: 60px;
}
#topicSlids .slidsWrapper{
    padding-left: 3.33%;
    padding-right: 3.33%;
}
#topicSlids .imgContainer li{
    padding-left: 1%;
    padding-right: 1%;
}
#topicSlids .imgContainer li span{
    display: block;
}
#topicSlids .imgContainer li span.fig{
    position: relative;
    margin-bottom: 5px;
}
#topicSlids .imgContainer li span.fig img{
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

#topicSlids .imgContainer li a:hover span.fig img{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#topicSlids .imgContainer li span.fig .cat{
    color: #fff;
    background-color: #E70008;
    display: inline-block;
    line-height: 1.1;
    font-size: 14px;
    padding: 0.1em 0.5em 0.2em 0.5em;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}
#topicSlids .imgContainer li span.ttl{
    font-size: 15px;
    line-height: 1.3;
}
/* controls*/
#topicSlids .slick-arrow{
    text-indent: -9999px;
    border: none;
    overflow: hidden;
    background-color: transparent;
    /* background-color: #f00; */
    position: absolute;
    outline: none;
    transform: translateY(-50%);
    width: 50px;
    height: 100%;
    cursor: pointer;
}
#topicSlids .slick-prev{
    top:50%;
    left: 0;
    margin-left: -50px;
}
#topicSlids .slick-next{
    top:50%;
    right: 0;
    margin-right: -50px;
}

#topicSlids .slick-arrow::before{
    content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 4px #231815;
    border-right: solid 4px #231815;
    position: absolute;
    top: 50%;
}
#topicSlids .slick-prev::before{
    -ms-transform: rotate(-135deg) translateY(-50%);
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    right: 0;
}
#topicSlids .slick-next::before{
    -ms-transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    left: 0;
}
#topicSlids .slick-dots{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-bottom: -40px;
}
#topicSlids .slick-dots li{
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}
#topicSlids .slick-dots li button{
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    width: 10px;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
#topicSlids .slick-dots li button::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#topicSlids .slick-dots li.slick-active button::before{
    background-color: #E70008;
}

#topics .titleContainer{
    position: relative;
}
#topics .pcTopicsSlidsNav{
    position: absolute;
    right: 0;
    top: 0;
}
#topics .pcTopicsSlidsNav ul{
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#topics .pcTopicsSlidsNav ul li{
    padding-left: 1.5px;
    padding-right: 1.5px;
}

@media screen and (max-width: 800px){
/*
 * =====================================================
 * top main visual
 * =====================================================
 */
 #mainVisual .imgContainer{
     width: 100%;
     border-left: none;
     border-right: none;
 }
/*
 * =====================================================
 * top topics slids
 * =====================================================
 */
 #topicSlids .slidsWrapper{
    padding-left: 0;
    padding-right: 0;
}

#topics .spTopicsSlidsNav{
    position: absolute;
    top:0;
    right: 0;
    width: 50%;
}


#topics .spTopicsSlidsNav form {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
    text-align: center;
}
#topics .spTopicsSlidsNav form select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
#topics .spTopicsSlidsNav form select::-ms-expand {
    display: none;
}
#topics .spTopicsSlidsNav form {
	position: relative;
	border-radius: 2px;
	border: none;
  border-radius: 50px;
	background: #000;
}
#topics .spTopicsSlidsNav form::before {
	position: absolute;
	top: 50%;
    right: 0.8em;
    transform: translateY(-50%);
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	pointer-events: none;
}
#topics .spTopicsSlidsNav form select {
	padding: 0.3em 38px 0.2em 8px;
    color: #fff;
    font-size: 13px;
}


 /* #topicSlids{
    padding-bottom: 60px;
}
#topicSlids .slidsWrapper{
    padding-left: 3.33%;
    padding-right: 3.33%;
}
#topicSlids .imgContainer li{
    padding-left: 1%;
    padding-right: 1%;
}
#topicSlids .imgContainer li span{
    display: block;
}
#topicSlids .imgContainer li span.fig{
    position: relative;
    margin-bottom: 5px;
}
#topicSlids .imgContainer li span.fig img{
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

#topicSlids .imgContainer li a:hover span.fig img{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#topicSlids .imgContainer li span.fig .cat{
    color: #fff;
    background-color: #E70008;
    display: inline-block;
    line-height: 1.1;
    font-size: 14px;
    padding: 0.1em 0.5em 0.2em 0.5em;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}
#topicSlids .imgContainer li span.ttl{
    font-size: 15px;
    line-height: 1.3;
} */
}