@charset "utf-8";

#contents {
    width: 1300px;
}

#contents h2 {
    line-height:100%;
    margin-bottom:30px;
    text-align:center;
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
}

#contents h2 span{
    background: url(../img/top/icn_insta.png) no-repeat left center;
    background-size: 30px auto;
    padding-left: 40px;
}

#contents h2:after {
    content:" ";
    height:2px;
    width:60px;
    border-bottom: solid 2px #574374;
    display:block;
    margin:12px auto 0 auto;
}

#contents h2 + p{
	text-align: center;
    line-height: 160%;
    font-size: 16px;
    font-size: 1.6rem;
	color: #333333;
    letter-spacing: 0.2em;
	margin: 0 0 30px 0;
}

#contents .ecbn-selection-wrapper {
    margin:0 !important;
}

#contents .ecbn-selection-widget,
#contents .ecbn-selection-page-wrapper,
#contents .ecbn-selection-content,
#contents .ecbn-selection-snap{
	width: 100% !important;
	margin: 0 !important;
	max-width: inherit !important;
}

#contents .ecbn-selection-widget{
    padding-left:20px !important;
}

#contents .ecbn-selection-page-wrapper .ecbn-selection-item {
    cursor: pointer;
    padding: 20px !important;
    width: calc(100% / 5) !important;
}

#contents .ecbn-selection-header,
#contents .ecbn-selection-heade2,
#contents .ecbn-selection-title,
#contents .ecbn-selection-description,
#contents .ecbn-selection-to-nextpage,
#contents .ecbn-selection-to-nextpage + div,
#contents .ecbn-selection-footer,
#contents .ecbn-selection-footer2{
	display: none !important;
}


/****** SP *******/ 
@media screen and (max-width: 768px) {
#contents {
    width: auto;
    padding: 20px 10px 10vw 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 180%;
}

#contents h2 {
    margin-bottom:15px;
    font-size: 24px;
}

#contents h2 span {
    background: url(../img/top/icn_insta.png) no-repeat left center;
    background-size: 20px auto;
    padding-left: 30px;
}

#contents h2:after {
    content:" ";
    width:40px;
    display:block;
    margin:10px auto 0 auto;
}

#contents h2 + p{
    line-height: 160%;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
	margin: 0 0 20px 0;
}
	
#contents .ecbn-selection-widget{
    padding-left:0 !important;
}
	
#contents .ecbn-selection-page-wrapper .ecbn-selection-item {
	padding: 2% !important;
    position: inherit !important;
    float: left;
    top: inherit !important;
    left: inherit !important;
    width: 33.333% !important;
}


}