@charset "UTF-8";

#breadcrumb {
    margin-bottom: 0;
}

/*--------------------
トップスライダー
--------------------*/

/*---カテゴリー---*/

.cat {
	position: absolute;
	font-size: 12px;
	line-height: 12px;
	min-width: 5em;
	font-weight: bold;
	top: -14px;
	z-index: 1;
	text-align: center;
	padding: .4em 8px .4em 10px;
	box-shadow: 7px 3px 5px rgba(0, 0, 0, 0.1);
	background: #e597a5;
	color: #FFFFFF;
}
.cat:after{
	content:"";
	width: 1.5em;
	height:100%;
	right: -1.5em;
	top: 0;
	position:absolute;
	background: linear-gradient(to top right, #e597a5 50%, transparent 50%) top left/ 100% 100% no-repeat;
}

#recommend {
    padding: 0 0 20px;
    overflow: hidden;
}
#recommend .slider {
    width: 90%;
    max-width: 1000px;
    margin:0 auto;
}
#recommend .slider li img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#recommend .slider a {
    /* color: #fff; */
    display: block;
    position: relative;
}
#recommend .slider figure {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
    margin: 0;
}
#recommend .slider a .articleTxt {
	transition: all 300ms ease;
	opacity: 0;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	padding-top: 0.5em;
	line-height: 1.5;
	overflow: hidden;
	height: 5em;
	box-sizing: border-box;
}
#recommend .slider .slick-center a .articleTxt {
	opacity: 1;
}
#recommend .slider a .articleTxt p{
    display: none;
}
#recommend .slick-slide .cat {
	transition: all 500ms ease;
	opacity: 0;
	top: 10px;
}
#recommend .slick-slide.slick-center .cat {
	opacity: 1;
}
#recommend .slick-slide {
    transition: all 500ms ease;
    opacity: .3;
}
#recommend .slick-slide.slick-center {
    opacity: 1;
}
#recommend .slick-list {
    overflow: visible;
}
#recommend .slick-dots {
    bottom: -30px;
}
#recommend .slick-dots li {

    width: auto;
    height: auto;
    margin: 0 8px;
}
#recommend .slick-dots li button {
    width: 15px;
    height: 15px;
    background: #aaa;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: .2s;
}
#recommend .slick-dots li button:before {
    content: none;
}
#recommend .slick-dots li button:hover,
#recommend .slick-dots li button:focus {
    outline: none;
    opacity: .75;
    background: #fff;
    border: 1px solid #aaa;
}
#recommend .slick-dots li.slick-active button {
    opacity: .75;
    background: #fff;
    border: 1px solid #aaa;
}
#recommend .slick-arrow {
    z-index: 1;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    color: #cccccc;
    transition: all 300ms ease;
    top: 29%;
    -webkit-transform: translate(0, -29%);
    -ms-transform: translate(0, -29%);
    transform: translate(0, -29%);
}
#recommend .slick-arrow:hover {
    color: #a9a9a9;
}
#recommend .slick-arrow:before {
    display: none;
}
#recommend .slick-arrow svg {
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#recommend .slick-prev {
    left: -15px;
}
#recommend .slick-next {
    right: -15px;
}


/*--------------------
メインコンテンツ
--------------------*/


#event .column01 > section {
    margin-bottom: 40px;
}
#event > .container:last-of-type {
    padding-bottom: 50px;
}
#event .column01 > section {
    margin-bottom: 40px;
}
#event .column02 > section {
	margin-bottom: 15px;
}

.tag {
    border: 2px solid #e597a5;
    background-color: #e597a5;
    color: #ffffff;
    padding: 2px 10px;
    margin: 0 4px 4px auto;
    font-size: 12px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
}

/*------ ボタン ------*/

#event .btn {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: table;
    box-sizing: border-box;
    color: #e597a5;
    border: solid 2px #e597a5;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    text-shadow: none;
}
#event .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background: #e597a5;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#event .btn.prev:before {
    right: 0;
	left: auto;
}
#event .btn:hover:before,
#event .btn:active:before {
    width: 100%;
}
#event .btn span {
    position: relative;
    display: block;
    padding: 12px;
}
#event .btn:hover {
    color: #fff;
}


/*---イベントカテゴリー---*/

.eventNav {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    margin-bottom: 15px;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
}
.eventNav ul {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.eventNav li {
    width: 100%;
    margin-right: 1vw;
}
.eventNav li:last-child {
	margin-right: 0;
}
.eventNav li span {
	text-align: center;
	padding: 2vh 0;
	min-height: 50px;
	background: #fdf9fa;
	border: 1px solid #e597a5;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	transform: translateY(2px);
	color: #e597a5;
	font-size: 3.4vw;
	font-weight: bold;
	line-height: 1.3;
	transition: .3s;
	position: relative;
	opacity: .8;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 320px){
	.eventNav li span {
		font-size: 3.8vw;
	}
}
.eventNav li.current span {
    transform: translateY(0);
	background: #fff;
    opacity: 1;
    z-index: 1;
}
.eventNav .current:before {
	 content: "";
	 display: block;
	 width: 100%;
	 height: 1px;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 background: #e597a5;
	 z-index: 1;
}


/*---記事レイアウト---*/

section h1.ttl {
    background: #fff;
    background: linear-gradient(
    -45deg, #feeff4 25%, #fff 25%,
    #fff 50%, #feeff4 50%,
    #feeff4 75%, #fff 75%,
    #fff);
    background-size: 15px 15px;
    background-attachment: fixed;
    padding: 8px 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #777;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 10;
}
section .empty {
    display: none;
    font-size: 16px;
    text-align: center;
    background: rgba(0, 0, 0, .03);
    padding: 10% 2%;
}
.catWrap {
	width: 94%;
	margin: 0 auto;
}
.catWrap li {
    padding-top: 20px;
	border-top: 1px solid #ddd;
}
.catWrap li:first-of-type {
	border-top: none;
}
.catWrap a {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	transition: .3s;
	justify-content: space-between;
	padding: 15px 0;
}
.catWrap .cat {
    font-size: 3vw;
    line-height: 3vw;
}
.catWrap a:hover {
    opacity:0.8;
}
.catWrap a:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}
.catWrap img {
    /* width: 100%; */
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease-out;
}
.catWrap figure {
    margin: 0;
    /* height: 0; */
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
    width: 40%;
    padding-top: 22.5%;
    align-self: flex-start;
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .01);
}
.catWrap .articleTxt {
    display: flex;
    flex-direction: column;
    width: 57%;
}
.catWrap .ttl {
    font-size: 14px;
    line-height: 1.5;
	font-weight: bold;
	color: #e597a5;
}

/*--------------------
公式Twitter・SNS
--------------------*/

#snsWrap {
    background: #feeff4;
    padding: 10px;
}
#snsWrap h3.ttl {
    color: #e597a5;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 8px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #e597a5;
}

.twitterButton {
	width: 94%;
    background: #1DA1F2;
    padding: 10px;
    margin: 0 auto;
    margin-bottom:10px;
}
.twitterButton h3.ttl {
    font-family: "メイリオ";
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
/*--------------------
後援イベント
--------------------*/

#supportWrap {
	width: 94%;
    margin: 0 auto;
}
#supportWrap h3.ttl {
    color: #e597a5;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 20px;
}
#supportWrap h3.ttl:before,
#supportWrap h3.ttl:after {
    content: "";
    width: 16%;
    height: 2px;
    display: block;
    background: linear-gradient(to left, #e597a5 25%,transparent 25%) repeat-x;
    background-size: 10px 100%;
}
#supportWrap .supportCont{
	max-height: 300px;
	overflow: auto;
}
#supportWrap dd {
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
#supportWrap dt {
    padding-top: 8px;
    font-weight: bold;
}
#supportWrap li{
	margin:10px 0;
}
#supportWrap .note {
    font-size: 13px;
	color: #777;
    text-align: center;
}
#supportWrap .note a {
	color: inherit;
	text-decoration: underline;
}
#supportWrap #address {
    padding-bottom: 5px;
    border: 2px solid #e597a5;
    padding: 10px 20px;
    border-radius: 15px;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}
#supportWrap #address .ttl {
    color: #e597a5;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    margin-bottom: 8px;
    padding-bottom: 2px;
    border-bottom: 2px solid #e597a5;
}

/*--------------------
イベント詳細
--------------------*/

/*----- ナビゲーション ------*/

#detailNav {
    background: #fff;
}
#detailNav ul {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
#detailNav li {
    width: 40%;
    margin-right: 1vw;
}
#detailNav li svg {
	margin-right:.3em;
}
#detailNav li:last-child {
	width: 60%;
	margin-right: 0;
}
#detailNav li span {
	text-align: center;
	padding: 2vh 0;
	min-height: 50px;
	background: #fdf9fa;
	border: 1px solid #e597a5;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	transform: translateY(2px);
	color: #e597a5;
	font-size: 3.6vw;
	font-weight: bold;
	line-height: 1.3;
	transition: .3s;
	position: relative;
	opacity: .8;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#detailNav li:first-of-type span {
    transform: translateY(0);
	background: #fff;
    opacity: 1;
    z-index: 1;
}
#detailNav li:first-of-type:before {
	 content: "";
	 display: block;
	 width: 100%;
	 height: 1px;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 background: #e597a5;
	 z-index: 1;
}
#detailNav li a span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background: #e597a5;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
#detailNav li a.prev span:before {
    right: 0;
    left: auto;
}
#detailNav li a:hover span:before,
#detailNav li a:active span:before {
    width: 100%;
}
#detailNav li a:hover span {
    color: #fff;
    transform: translateY(0);
}

/*----- 記事レイアウト ------*/

article {
    width: 96%;
    margin: 0 auto;
}
article .entryHeader{
    margin-bottom: 30px;
    padding: 15px 10px;
    position: relative;
}
article .entryHeader:after {
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: linear-gradient(to left, #e597a5 25%,transparent 25%) repeat-x;
    background-size: 10px 100%;
    position: absolute;
}
article .entryHeader:before {
    top: 0;
}
article:after,
article .entryHeader:after {
    bottom: 0;
}
article .entryHeader h1.entryTtl {
	font-size: 21px;
	color: #666666;
	font-weight: bold;
}
article .entryHeader .entryMeta {
	font-size: 13px;
	color: #888;
}
article .entryHeader .entryMeta > div {
    margin-top: 5px;
}
article .entryHeader .entryMeta > div > svg {
	margin-right: .3em;
}

/*--- タグ ---*/

article .entryHeader .tag{
    padding-left: 1.3em;
    text-indent: -1.3em;
}
article .entryHeader .tag > *{
	display: inline;
}
article .entryHeader .tag li{
	display: inline-block;
	text-indent: initial;
}
article .entryHeader .tag li:after{
	content:" , ";
}
article .entryHeader .tag li:last-of-type:after{
	content: "";
}
article .entryHeader .tag a {
	color: inherit;
}
article .entryHeader .tag a:hover {
	color: #705d92;
}

/*--- シェアボタン ---*/

article .entryHeader .share {
    display: flex;
    align-items: center;
}
article .entryHeader .share .shareTtl {
	margin-right: 0.3em;
	min-width: 4.5em;
}
article .entryHeader .share .shareTtl span.pc {
	display:none;
}
article .entryHeader .share .shareTtl svg {
	margin-right: 0.3em;
}
article .entryHeader .share ul {
    display: flex;
    justify-content: center;
    width: 100%;
}
article .entryHeader .share li {
    margin-right: 3px;
    width: 100%;
}
article .entryHeader .share li:last-of-type {
    margin-right: 0;
}
article .entryHeader .share a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 18px;
    padding: 6px 5px;
    border-radius: 5px;
    background: #ccc;
    color: #fff;
    transition: all 300ms ease-out;
}
article .entryHeader .share svg {
    transition: all 300ms ease-out;
}
article .entryHeader .share a:hover {
	opacity: .9;
}
article .entryHeader .share a:hover svg {
	transform:scale(1.1);
}
article .entryHeader .share a.facebook {
    background: #1877f2;
}
article .entryHeader .share a.twitter {
    background: #1DA1F2;
    background: #000;
}
article .entryHeader .share a.line {
    background: #00b900;
}
article .entryContent {
    font-size: 14px;
    line-height: 1.6;
}
article .entryContent .block {
    margin: 0 auto 3em auto;
}
article#detailWrap .entryContent .block > *:last-child {
	margin-bottom: 0;
}
article .entryContent .block:after {
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    content: ".";
}
article .entryContent h2 {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 2px solid #e597a5;
	border-left: 10px solid #e597a5;
}
article .entryContent figure {
    max-width: 360px;
    width: 90%;
    margin: 0 auto 1.5em auto;
    position: relative;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
article .entryContent figure iframe {
    width:360px;
    height:180px;
}
article .entryContent figure.jstream {
    height:180px;
}
article .entryContent figure.fl {
}
article .entryContent figure.fr {
}
article .entryContent figure img {
    width: 100%;
}
article .entryContent figure figcaption {
    background: rgba(255, 255, 255, .9);
    padding: 5px 10px;
    font-size: 13px;
    display: flex;
    justify-content: center;
}
article#detailWrap .entryContent .btn {
    max-width: 500px;
    margin: 2em auto;
}
article .entryContent table {
    margin: 2em 0;
}
article .entryContent table th,
article .entryContent table td {
    padding: 0.8em 0.5em;
    box-sizing: border-box;
    font-weight: normal;
    display: block;
    width: 100%;
}
article .entryContent table th {
	background: #f5f5f5;
}

/*------ ページング ------*/

.pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 20px;
}
.pagination li {
    width: 48%;
}
.pagination a {
    display: flex;
    align-items: center;
    transition: .3s;
}
.pagination a:hover {
    color: #705d92;
}
.pagination .prev a {
	justify-content: flex-start;
}
.pagination .next a {
	justify-content: flex-end;
}
.pagination .prev svg {
    margin-right: 0.5em;
}
.pagination .next svg {
    margin-left: 0.5em;
}
.pagination svg {
    opacity: .8;
}
.pagination .disabled {
    visibility: hidden;
}


/*--------------------
広告
--------------------*/

.ad {
	background: linear-gradient(
	-45deg, #F6F6F6 25%, #fff 25%,
	#fff 50%, #F6F6F6 50%,
	#F6F6F6 75%, #fff 75%,
	#fff);
	background-size: 15px 15px;
	background-attachment: fixed;
	padding: 14px 0;
	text-align: center;
}
#ad1_2_wrap {
	margin-bottom: 15px;
}
#ad3_wrap {
	margin-bottom: 40px;
}
#ad1 {
	margin-bottom: 15px;
}