body{
	font-size: 24px;/*
	background:#000;*/
}
img{
	pointer-events: none;
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	touch-callout: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	user-drag: none;
	max-width: 100%;
}
a{
	color: #aa0014;
	font-weight: 500;
}

#c_header{
	background-image: url(../../img/memories/bg_white-sp.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 57px;
	background-size: 100%;
}

.subHeader__memories {
	margin: 50px 0 20px;
}

.subHeader__title {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    margin: 0 auto 0;
}

.subHeader__title--memories {
    background-image: url(../../img/memories/memories_h2_sp.png);
    height: 70px;
    width: 340px;
}

.memories__h3 {
	border-right: 4px solid #000;
	border-left: 4px solid #000;
}

#contWrap{
	border-top: 0;
	border-right: 7px solid #000;
	border-left: 4px solid #000;
	padding-bottom: 180px;
}

#jf__bg {
	background-image: url(../../img/memories/season7_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100vh;
    width: 100%;
    min-height: 620px;
    min-width: 1200px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#jf__bg > div {
    background: url(../../img/memories/bg_ptn.png) repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#c_cont {
	background-color: #fff;
}

/**********
** Common
**********/
.content{
	padding-top: 80px;
}
.cont_h2{
	width: 100%;
	height: 162px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto 32px;
}

.text_medium{
	font-weight: 500;
}
.text_bold{
	font-weight: 700;
}
.text_min{
	font-size: 20px;
}
.indent1{
	text-indent: -1em;
	padding-left: 1em;
}
.d_ib{
	display: inline-block;
}

.detailLists{
	width: 100%;
}
.detailList{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.detailList dt{
	font-weight: 500;
	flex-shrink: 0;
}
.topTxt{
	font-size: 26px;
	line-height: 2;
	margin: 80px 0 40px;
	font-weight: 700;
	padding: 0 50px 50px;
}

.inWrap{
	width: 100%;
	border: 2px solid #000;
	padding: 25px;
}

.imgWrap{
	width: 100%;
}
.imgWrap img{
	width: 100%;
}

.booth__m{
	margin-bottom: 52px;
}

.border{
	border: 1px solid #000;
}



.jf_link{
	background: #000;
	height: 90px;
	margin: 0 auto;
	width: 500px;
	text-decoration: none;
	padding:0!important;
	margin-top: 40px;
	margin-bottom: 40px;
}
.jf_link a{
	text-decoration: none!important;
	color: #000;
}
.jf_link--link {
	background: #fcf800;
	border: 6px solid #000;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 26px;
	font-weight: bold;
	height: 90px;
	letter-spacing: 0.1em;
	line-height: 75px;
	text-align: center;
	text-decoration: none;
	transform: translate(-10px,-10px);
	transition: all 0.3s ease;
}
.jf_link--link:active {
	transform:translate(-5px,-5px)
}

.p_mb24{
	margin-bottom: 24px;
}

/**********
** #memories
**********/
#memories {
	width: 100%;
}

.memories__lists {
	padding-bottom: 40px;
}

.memories__titleWrap {
	position: relative;
	margin-bottom: 60px;
}

.memories__cont__title {
	background-color: #fcf800;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	color: #000;
    display: block;
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.3;
    padding: 16px 24px;
}

.memories__cont__date {
	border-bottom: 4px solid #000;
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
}


/**
 * swiper
 */

.memories__cont__imgWrap {
	position: relative;
}

.memories__cont__imgWrapIn {
	height: 332px;
	position: relative;
	margin-top: 40px;
}

.memoriesSwiper {
	width: 600px;
	position: relative;
	z-index: 1;
}

.memoriesSwiper__lists {
	width: 600px;
	position: relative;
}


.memoriesSwiper__lists-item {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 600px;
	height: 332px;
	position: relative;
	z-index: 1;
}

/**
 * memoriesListsPager
 */
.memoriesPagerWrap {
	width: 600px;
	pointer-events: none;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
}


/* pager */
.memoriesListsPager {
	width: calc(65 / var(--vw-min) * 100vw);
	height: calc(65 / var(--vw-min) * 100vw);
	margin: auto;
	pointer-events: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.memoriesListsPager.is-next {
	right: -60px;
}

.memoriesListsPager.is-prev {
	left: -60px;
}

.memoriesListsPager>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}

.memoriesListsPager>a:before {
	content: "";
	background: no-repeat center / contain;
	display: block;
	height: 50px;
	width: 50px;
}

.memoriesListsPager.is-next>a:before {
	background: url(../../img/memories/arrow/arrow_d_r.png) no-repeat center;
}

.memoriesListsPager.is-prev>a:before {
	background: url(../../img/memories/arrow/arrow_d_l.png) no-repeat center;
}

/* hover */
.memoriesListsPager>a:before {
	transition: transform .3s ease;
}

.memoriesListsPager.is-next>a:hover:before {
	transform: translate(40%);
}

.memoriesListsPager.is-prev>a:hover:before {
	transform: translate(-40%);
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
	margin-bottom: -40px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	background: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #000;
}

.memories__lists:nth-child(4) {
	border-bottom: 4px solid #000; 
}


 /* POLICY */
 .footer__policy {
	display: block;
    font-size: 14px;
    text-align: center;
	padding-bottom: 80px;
}
.footer__policy a{
    color: #000;
    text-decoration: underline;
}
.footerNavWrap {
    padding: 50px 0 0;
    position: relative;
}