@charset "UTF-8";
/* CSS Document */


/* --------------------------------------------------

common

-------------------------------------------------- */

#spnav {
    z-index: 120;
}
#header {
    box-shadow: 0 0 4px rgba(0,0,0,0);
	height: auto;
	z-index: 100;
}

#header.fixed-h {
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
  }

#header.fixed-h {
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
  }


#header .shere {
    display: none;
}

.h-logo {
	margin:5px 10px;
	padding: 0;
}

.h-logo a{
	display: block;
	width:100%;
	z-index:101;
	position:absolute;
}

.h-logo a img{
	width:100%;
	height: auto;
}

@media screen and (max-width: 1360px) {
	.h-logo {
		width:160px;
		position: absolute;
		left:0;
		top:0;
	}
}

.btn-h-serch a {
    display: block;
    padding: 1em;
    width: 7rem;
    text-align: center;
    font-size: 2rem;
}
.h-serch input {
    line-height: 2.6;
}
#gnav > ul > li::after {
	display: none;
}
#gnav > ul > li > a {
    padding: 1.5em 0;
}

@media screen and (max-width: 1360px) {
	#gnav {
		padding-left: 180px;
	}
}

@media screen and (max-width: 1200px) {
	.btn-h-serch a {
		padding: .25em;
		width: 4rem;
	}
	#gnav > ul > li > a {
		padding: 1em 0;
	}
	#gnav {
		padding-left: 0;
	}
}

/* --------------------------------------------------
side-info
-------------------------------------------------- */

.side-info {
	position: fixed;
	right: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 90;
	top: 50%;
	transform: translateY(-50%);
}

.side-info .copyright {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	background: none;
	color: #000;
}


@media screen and (max-width: 840px){
	.side-info{
		top: auto;
		bottom: 15%;
		right: 10px;
	}
	.side-info .copyright {
		display: none;
	}
}

/* shere */
.side-info .shere{
	display: block;
	padding: 0;
	transition: .25s;
	opacity: 1;
}

.side-info .shere.hide{
	opacity: 0;
}

.side-info .shere p{
	margin: 10px 0;
}
.side-info .shere a{
	display:flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding:.5em;
	font-size:2rem;
	color:#000;
	background: #F0F0F0;
	border-radius: 50%;
}

/* --------------------------------------------------
pagetop
-------------------------------------------------- */

#pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}


#pagetop a{
	color:#F8F9FA;
	display:block;
	width:60px;
	text-align:center;
	background:#000;
	text-decoration:none;
	height:0;
	padding-top:60px;
	padding-bottom: 0;
	overflow:hidden;
	position:relative;
	border-radius: 50%;
	transition: .5s;
}

#pagetop a:hover{
	background:#DB3100;
}

#pagetop a:before{
	font-size:2rem;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-1rem;
	margin-top:-1.5rem;
	color:#FFF;
	content: "\e807";
	font-family:'kumamoto';
}
@media screen and (max-width: 840px) {
	#pagetop{
		right: 10px;
	}
	#pagetop a{
		width:40px;
		padding-top:40px;
	}
}
/* --------------------------------------------------

top

-------------------------------------------------- */

img {
	width: auto;
	height: auto;
	max-width: 100%;
}
/* --------------------------------------------------
icon
-------------------------------------------------- */
/* icon-open */
.icon-open,
.icon-close{
	display:block;
	color:#FFF;
	text-align: center;
	z-index:3;
}
.icon-open{
	color:#000;
	width: 74px;
	height: 76px;
	line-height: 76px;
	background: url("../img/top/icon-open_bk.png") no-repeat;
	background-size: contain;
	transform: rotate(-10deg);
}
.icon-close{
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:50%;
	background: #333;
}
/*icon-rank*/
.icon-rank {
	width: 80px;
	height: 80px;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1;
	background: #DB3100;
	border-radius: 50%;
	font-family: 'Lato', sans-serif;
	top: -70px;
	right: 0;
	left: 0;
	margin: auto;
}
.icon-rank span {
	display: block;
	font-size: 1.8rem;
	margin-top: .5rem;
}
.icon-rank:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 60px;
	background: #DB3100;
	position: absolute;
	bottom: -35px;
	right: 0;
	left: 0;
	margin: auto;
	transition: .3s ease;
	z-index: -1;
}


@media screen and (max-width: 840px) {
	/*icon-rank*/
	.icon-rank {
		width: 64px;
		height: 64px;
	}
	
	.icon-rank span {
		margin-top: .25rem;
	}
}

/* --------------------------------------------------
btn
-------------------------------------------------- */
.btn-arrow-transparent {
	width: 100%;
	max-width: 240px;
	margin: 25px auto;
}
/* btn-arrow */
.btn-arrow {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.btn-arrow a {
	width: 100%;
	display: inline-block;
	padding: 15px 30px 15px 20px;
	border: 2px solid #000;
	color: #000;
	background: #FFF;
	font-size: 1.8rem;
	text-align: left;
	line-height: 24px;
	letter-spacing: 2px;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
.btn-arrow a:hover {
	color: #FFF;
}
.btn-arrow .forward-arrow {
	width: 25%;
	height: 30px;
	position: absolute;
	top: 0;
	right: -12%;
	z-index: 3;
}
.forward-arrow span {
	height: 1px;
	background-color: #5E5E5B;
	display: inline-block;
	transition-duration: .6s;
	-webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}
.forward-arrow .line {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.forward-arrow .arrow {
	height: 1px;
	width: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
}
.btn-arrow:hover .forward-arrow .line {
	right: -10px;
}
.btn-arrow:hover .forward-arrow .arrow {
	right: -10px;
}
.btn-arrow a::before {
	content: '';
	background: #000;
	position: absolute;
	z-index: -1;
	transition: all 0.3s;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
}
.btn-arrow a:hover:before {
	width: 100%;
}


@media screen and (max-width: 840px) {
	.btn-arrow a {
		padding: 10px 20px 10px 30px;
		font-size: 1.6rem;
		text-align: center;
	}
	.btn-arrow .forward-arrow {
		height: 25px;
	}
}


/* --------------------------------------------------
list
-------------------------------------------------- */
.list-2col .pht {
	z-index: -1;
	position: relative;
	width: 100%;
	padding-top: 75%;
	overflow: hidden;
	background: #F5F5F5;
}
.list-2col .pht .frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.list-2col .pht img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/* list-2col */
.list-2col {
	overflow: hidden;
	position: relative;
	margin: 0 -20px;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
}
.list-2col li {
	width: 50%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 840px) {
	/* list-2col */
	.list-2col {
		display: block;
	}
	.list-2col li {
		width: 100%;
	}
}


/* --------------------------------------------------
mv-area
-------------------------------------------------- */
.mv-area {
	display: flex;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 0;
}
.mv-area .top-ttl{
	position: absolute;
	z-index: 2;
	margin-top: 5vw;
	padding: 4em 0 10vw 4em;
	text-shadow: 1px 1px 6px #fff;
}
.mv-area .top-ttl:before{
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 8px;
	background: #E60012;
	top: 0;
	left: 0;
	animation-name: line-move;
    animation-duration: 5s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-iteration-count: infinite;
}
.mv-area .top-ttl .mv-ttl{
	font-size: 3.33vw;
	line-height: 3.64vw;
	display: block;
	margin-bottom: .6em;
	letter-spacing: .5rem;
	position: relative;
	font-family: 'Lato', sans-serif;
}
.mv-area .top-ttl .mv-ttl #logo{
	width: 4.8em;
	position: absolute;
	bottom: -.7em;
	left: 2.75em;
}
.mv-area .top-ttl .mv-subttl{
	font-size: 1.75vw;
	line-height: 2.60vw;
	font-weight: bold;
	letter-spacing: 1.5rem;
	transition:transform 2.5s ease;
	opacity: 0;
	transform: translateX(-100%);
	overflow: hidden;
}
.mv-area .top-ttl .mv-subttl.show {
	opacity: 1;
	transform: translateX(0);
}


.mv-area .top-ttl .mv-subttl p {
	display: block;
	transition:transform 2.5s ease;
	transform: translateX(100%);
}
.mv-area .top-ttl .mv-subttl.show p {
	transform: translateX(0);
}

.mv-area .top-ttl .mv-subttl p span{
	letter-spacing: .25rem;
}

.mv-area .top-ttl .mv-subttl p span span{
	color: #E60012;
}

@media screen and (max-width: 1360px){

	.mv-area .top-ttl{
		margin-top: 3vw;
	}

}


@media screen and (max-width: 840px){
	.mv-area{
		flex-direction: column-reverse;
		margin: 0 auto;
	}
	.mv-area .top-ttl{
		position: relative;
		margin-top: 0;
		padding: 1em 0 1em 3.5em;
		width: 100%;
	}
	.mv-area .top-ttl:before{
		width: 6px;
	}
	
	.mv-area .top-ttl .mv-ttl{
		font-size: 4.5rem;
		line-height: 1.2;
	}


	.mv-area .top-ttl .mv-ttl h2{
		width: 90%;
	}

	.mv-area .top-ttl .mv-subttl{
		font-size: 1.7rem;
		line-height: 3rem;
		font-weight: bold;
		letter-spacing: .5rem;
	}
	.mv-area .top-ttl .mv-subttl > span{
		letter-spacing: .2rem;
	}

}

@media screen and (max-width: 450px){
	
	.mv-area .top-ttl .mv-ttl{
		font-size: 10vw;
	}

	.mv-area .top-ttl .mv-subttl{
		font-size: 4vw;
	}

}
/* CSSアニメーション */
@-webkit-keyframes line-move {
	0% {
		top: 0%;
		height: 0%;
	}
	20% {
		top: 0%;
		height: 0%;
	}
	50% {
		top: 0;
		height: 100%;
	}
	80% {
		top: 100%;
		height: 0%;
	}
	100% {
		top: 100%;
		height: 0%;
	}
}




/* --------------------------------------------------
top-slider
-------------------------------------------------- */
.top-slider a:hover img{
	opacity: 1;
}
.top-slider {
	max-width: 1320px;
	width: calc( 100% - 30%);
	margin: 0 11rem 0 auto;
	z-index: 1;
	
	/* position: relative; */
}
.top-slider .swiper-container {
	padding-bottom: 25px;
	position: unset!important;
}

.top-ttl .swiper-button-prev,
.top-ttl .swiper-button-next,
.top-ttl .stopbtn.stop,
.top-ttl .stopbtn.start {
	width: 50px!important;
	height: 50px!important;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2)!important;
	border-radius: 50% !important;
	margin-top: -20px !important;
	cursor: pointer !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	z-index: 10!important;
	top: auto!important;
	right:auto!important;
	bottom: 50px!important;
	transition: .5s;
}

.top-ttl .swiper-button-prev:hover,
.top-ttl .swiper-button-next:hover,
.top-ttl .stopbtn.stop:hover,
.top-ttl .stopbtn.start:hover {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4)!important;
}
.top-ttl .swiper-button-prev {
	left: 60px!important;
	background:url("../img/common/btn_prev_wh.svg") center center no-repeat!important;
}

.top-ttl .swiper-button-next {
	left: 200px !important;
	background:url("../img/common/btn_next_wh.svg") center center no-repeat!important;
}

.top-ttl .stopbtn.stop {
	position: absolute;
	left: 130px !important;
	background:url("../img/common/btn_stop_wh.svg") center center no-repeat!important;
}


.top-ttl .stopbtn.start {
	position: absolute;
	left: 130px !important;
	background:url("../img/common/btn_play_wh.svg") center center no-repeat!important;
}
.top-slider .swiper-pagination1 span{
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	text-align: left;
}
.top-slider .swiper-pagination-bullet-active{
	background: #E60012;
}
/* .top-slider .swiper-wrapper .swiper-slide{
	padding-top: 57%;
	position: relative;
    width: 100%;
}
.top-slider .swiper-wrapper .swiper-slide img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-height: 100%;
    max-width: 100%;
} */
.top-slider .swiper-container.single-slide .swiper-wrapper {
  display: flex;
}

.top-slider .swiper-container.single-slide .swiper-slide {
  flex-shrink: 0;
  width: 100%;
}
.top-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.ttl-top {
	text-align: center;
	position: relative;
	padding: 2em 3em;
	line-height: 1.1;
}
.ttl-top span {
	font-family: 'Lato', sans-serif;
	font-size: 6.4rem;
	letter-spacing: .2rem;
	display: block;
	margin-bottom: .5rem;
}
.lead-txt{
	line-height: 2;
	padding: 2em;
}
/*ttl 装飾*/
.ttl-line{
	position: relative;
}
.ttl-line:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
}
.ttl-line:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 50px;
	background: #000;
	position: absolute;
	top: 55px;
	left: 10px;
}
.top-column .ttl-line:before {
	background: url("../img/top/ico-column.png") no-repeat;
	width: 18px;
	height: 19px;
}
.top-news .ttl-line:before {
	background: url("../img/top/ico-news.png") no-repeat;
	width: 18px;
	height: 14px;
}
.top-event .ttl-line:before {
	background: url("../img/top/ico-event.png") no-repeat;
	width: 20px;
	height: 19px;
	right: 0;
	left: auto;
}
.top-event .ttl-line:after {
	top: 55px;
	left: auto;
	right: 10px;
}
.top-rank .ttl-line:before {
	background: url("../img/top/ico-rank.png") no-repeat;
	width: 20px;
	height: 16px;
}
.top-gallery .ttl-line:before {
	background: url("../img/top/ico-photo.png") no-repeat;
	width: 20px;
	height: 16px;
}

.swiper-pagination-bullets {
	padding-top: 2rem;
}


.top-slider .movie {
	width: 100%;
	height: 0;
	position: relative;
  padding-top: 56.25%;
}
.top-slider .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1280px) {
	
	.top-slider {
		width: calc( 100% - 40%);
		margin: 0 8rem 10rem auto;
	}

	.top-ttl .swiper-button-prev,
	.top-ttl .swiper-button-next,
	.top-ttl .stopbtn.stop,
	.top-ttl .stopbtn.start {
		bottom: 5%!important;
	}
}

@media screen and (max-width: 840px) {

	.lead-txt{
		font-size: 1.4rem;
		text-align: center;
		padding: 0 1em 2em;
		line-height: 1.6;
	}


	
	.top-slider {
		width: 100%;
		margin: 0 0 1em 0;
		position: relative;
		z-index: 0;
	}
	
	.ttl-top {
		padding: 2em 4em;
	}
	
	.ttl-top span{
		font-size: 4rem;
		line-height: 1;
		margin-bottom: 1rem
	}
	
	.ttl-line::before {
		left: 5px;
	}
	
	.ttl-line::after {
		top: 45px;
	}
	
	
	.top-event .ttl-line:before {
		top: 2.5em;
	}
	.top-event .ttl-line:after {
		left: 10px;
		right: auto;
		top: 45px;
	}
	
	.top-column .ttl-line:before {
		background: url("../img/top/ico-column.png") no-repeat;
		background-size: contain;
		width: 13.5px;
		height: 14.25px;
	}
	.top-news .ttl-line:before {
		background: url("../img/top/ico-news.png") no-repeat;
		background-size: contain;
		width: 13.5px;
		height: 10.5px;
	}
	.top-event .ttl-line:before {
		background: url("../img/top/ico-event.png") no-repeat;
		background-size: contain;
		width: 15px;
		height: 14.25px;
		right: auto;
		left: 3px;
	}
	
	.top-rank .ttl-line:before {
		background: url("../img/top/ico-rank.png") no-repeat;
		background-size: contain;
		width: 15px;
		height: 12px;
		left: 3px;
	}
	.top-gallery .ttl-line:before {
		background: url("../img/top/ico-photo.png") no-repeat;
		background-size: contain;
		width: 15px;
		height: 12px;
		left: 3px;
	}

	.top-slider .swiper-container {
		padding-bottom:0
	}
	.top-ttl .swiper-button-prev,
	.top-ttl .swiper-button-next,
	.top-ttl .stopbtn.stop,
	.top-ttl .stopbtn.start{
		width: 40px!important;
		height: 40px!important;
		bottom: auto!important;
		top: -4.5em!important;

		/* bottom: calc(100% - 270px); */
	}

	.top-ttl .swiper-button-prev {
		left: 30px!important;
		background:url("../img/common/btn_prev_wh.svg") center center no-repeat!important;
		background-size: contain!important;
	}

	.top-ttl .swiper-button-next {
		left: 130px !important;
		background:url("../img/common/btn_next_wh.svg") center center no-repeat!important;
		background-size: contain!important;
	}

	.top-ttl .stopbtn.stop {
		position: absolute;
		left: 80px !important;
		background:url("../img/common/btn_stop_wh.svg") center center no-repeat!important;
		background-size: contain!important;
	}


	.top-ttl .stopbtn.start {
		position: absolute;
		left: 80px !important;
		background:url("../img/common/btn_play_wh.svg") center center no-repeat!important;
		background-size: contain!important;
	}

	.swiper-pagination-bullets {
		text-align: right;
		padding-top: 2rem;
		padding-right: 1rem;
	}
}
/* --------------------------------------------------
top-bnr
-------------------------------------------------- */
.top-bnr {
	margin-top: 40px;
	max-width: 1920px;
	margin: 0 auto;
}
.top-bnr img {
	width: 100%;
}
.top-bnr div {
	width: 25%;
	max-width: 438px;
	margin: -23em 4em 0 auto;
	position: relative;
	z-index: 10;
}
.top-bnr div a {
	position: relative;
	display: block;
	height: 100%;
	transition: .5s;
}

.top-bnr div a:hover {
	transform: translateY(-10px);
}
.top-bnr div a:hover img {
	opacity: 1;

}
.top-bnr div a:before {
	content: "";
	width: 25px;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.top-bnr div a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	left: auto;
	z-index: 1;
	width: 10px;
	height: 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .3s;
}
@media screen and (max-width: 840px) {
	.top-bnr {
		margin-top: 20px;
	}
	.top-bnr div {
		margin: 0 auto;
		position: relative;
		z-index: 0;
		width: 80%;
	}
}
/* --------------------------------------------------
emergency
-------------------------------------------------- */
.emergency {
	width: 90%;
	max-width: 1100px;
	color: #fff;
	background: #E60012;
	padding: 1% 0;
	margin: 6rem auto;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.emergency .wrapper {
	display: flex;
	align-items: center;
	padding: 0 40px;
}
.emergency h2 {
	font-size: 2.8rem;
	width: 18%;
	position: relative;
}
.emergency .news-list {
	margin-bottom: 0;
	width: 82%;
}
.emergency .news-list li + li {
	border-top: 1px solid #FFF;
}
.emergency .news-list a {
	color: #FFF;
	display: block;
	width: 100%;
	position: relative;
	padding: 1em 3em 1em 0;
}
.emergency .news-list a:hover {
	text-decoration: none;
	opacity: 0.75;
}
.emergency .news-list a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5em;
	left: auto;
	z-index: 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .3s;
}
.emergency .news-list a:hover:after {
	right: 1em;
}
@media screen and (max-width: 840px) {
	.emergency {
		padding: 2% 0 6%;
		margin: 3rem auto;
	}
	.emergency .wrapper {
		flex-direction: column;
		padding: 0 20px;
	}
	.emergency h2 {
		margin: 1em;
		padding: 0 0 .5rem;
		width: auto;
		font-size: 2rem;
	}
	.emergency h2::before {
		content: "";
		width: 100px;
		height: 3px;
		background: #FFF;
		position: absolute;
		margin-left: -50px;
		left: 50%;
		bottom: -5px;
	}
	.emergency .news-list {
		width: auto;
	}
	.emergency .news-list a {
		padding:0 2em 0 0;
	}
	.emergency .news-list a:after {
		right: 0.5em;
	}

}

/* --------------------------------------------------
top-pickup
-------------------------------------------------- */
.top-pickup {
	padding: 2em 0;
	/* margin-top: 6rem; */
	margin-bottom: 3%;
	background: #F8F7F2;
}
.top-pickup .sttl-top {
	text-align: center;
	margin: 40px auto 10px;
	width: 100%;
	max-width: 560px;
	position: relative;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: .2em;
}

.top-pickup .sttl-top .red {
	color: #E50012;
	font-size: 1.4em;
}
.top-pickup .sttl-top .orange {
	color: #F88525;
	font-size: 1.4em;
}
.top-pickup .sttl-top .kanji {
	font-size: 1.2em;
}



.top-pickup .sttl-top:before{
	left: 110%;
}
.top-pickup .sttl-top:after {
	right: 110%;
}
.top-pickup .pht-circle {
	width: 100%;
	max-width: 90px;
	margin: .5em auto;
}
.top-pickup .pht-circle .frame {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 50%;
}
.top-pickup .pht-circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: none;
	height: 100%;
	border-radius: 50%;
}
/*pickup-list*/
.pickup-list {
	padding: 10px;
	margin: 0;
}
.pickup-list li {
	display: block !important;
	padding: 5px;
}

.pickup-list li .pht{
	padding-top: 82.5%;
	background: none;
}


.top-pickup .btn-arrow-transparent {
	margin: 4rem auto 6rem;
}

@media screen and (max-width: 840px) {
	.top-pickup .sttl-top {
		margin: 10px auto 0;
		width: 90%;
		font-size: 1.5rem;
	}
	.pickup-list {
		padding: 5px;
	}
	.pickup-list li {
		padding: 2.5px;
	}
}
/* --------------------------------------------------
タブ切り替え
-------------------------------------------------- */
.tab-contents > div {
	display: none;
}
.tab-contents > div.active {
	display: block;
}
ul.btn-tab, ul.btn-tab02 {
/*	display: flex;*/
	justify-content: space-between;
	width: 100%;
	max-width: 840px;
	margin: 20px auto;
}
ul.btn-tab li, ul.btn-tab02 li {
	margin: 1em 0.5em;
	width: calc(100% / 6 - 20px);
	text-align: center;
}
ul.btn-tab li a {
	display: block;
	padding: 0 0.5em;
	font-size: 2.0rem;
	color: #333;
}
ul.btn-tab li a.active {
	color: #E50012;
	font-weight: bold;
	position: relative;
}
ul.btn-tab li a.active:after {
	content: " ";
	display: inline-block;
	border-right: 60px solid transparent;
	border-bottom: 86.6025px solid #E60012;
	border-left: 60px solid transparent;
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.content {
    display: none;
}
.content.show {
   margin-top: 2rem;
   display: block;
}
ul.btn-tab li a.active .frame img, ul.btn-tab02 li a.active .frame img {
	border: 6px solid #E50012;
}
.tab-contents {
	text-align: center;
	background: #E60012;
}
.tab-contents > div > ul li {
	display: none;
}

.tab-contents > div > ul li a figure{
	position: relative;
}

.tab-contents > div > ul li a figure:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	opacity: 0;
	transition: .5s;
}
.tab-contents > div > ul li a:hover figure:after {
	opacity: 1;
}

.tab-contents > div > ul li a:hover img {
	opacity: 1;

}

.tab-contents > div > ul li.select {
	display: block !important;
}
@media screen and (max-width: 840px) {
	ul.btn-tab li, ul.btn-tab02 li {
		width: calc(100% / 4 );
	}
	ul.btn-tab li a {
		font-size: 1.4rem;
	}
	.content.show {
	   margin-top: 1rem;
	}
}
/* --------------------------------------------------
top-news
-------------------------------------------------- */
.top-news {
	padding: 6rem 0 4rem;
	background-size: auto auto;
	background-color: rgba(246, 246, 246, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgba(238, 238, 238, 0.25) 15px, rgba(238, 238, 238, 0.25) 18px);
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.top-news:before {
	content: "NEWS";
	font-family: 'Lato', sans-serif;
	letter-spacing: .2rem;
	position: absolute;
	right: -20px;
	bottom: -20px;
	font-weight: bold;
	color: #FFF;
	font-size: 160px;
	line-height: 1;
	width: 12em;
	text-align: right;
}
.top-news .wrapper {
	max-width: 1200px;
}
.top-news .wrapper {
	max-width: 1200px;
	overflow: visible;
}
.top-news .ttl-top {
	text-align: left;
}

.top-news .news-list {
	width: 100%;
	padding: 2em;
	margin: 0 auto;
}


.top-news .news-list li {
	transition: all .4s ease 0s;
	opacity: 1;
	overfllow:hidden;
	height:auto;
	padding: 1%;
}

.top-news .news-list li.is-hidden {
	visibility: hidden;
	opacity: 0;
	height:0;
	padding: 0 5%;
}
.top-news .news-list li a {
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #DDD;
	border-radius: 6px;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 2em;
	transition: .5s;
}
.top-news .news-list li a:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.top-news .news-list li a:hover {
	text-decoration: none;
}
.top-news .news-list li a .ico-new {
	background: #DB3100;
	color: #FFF;
	padding: .1em 2em;
	position: absolute;
	top: -1em;
	left: 2rem;
}
.top-news .news-list li a p {
	display: block;
	margin-bottom: .5em;
}

@media screen and (max-width: 840px) {
	.top-news .ttl-top {
		text-align: center;
	}
	.top-news .news-list li {
		padding: 2.5% 0;
	}
	.top-news .news-list li a {
		padding: 1.5em;
	}

}
/* --------------------------------------------------
news-list
-------------------------------------------------- */
.top-news .news-list {
	position: relative;
	margin-bottom: 0em;
	padding: 1em 1em;
}
.news-list li {
	display: flex;
}
.news-list li a {
	color: #333;
	display: block;
	padding: 1em;
}
.news-list li a:hover {
	text-decoration: underline;
}
.news-list .date {
	font-size: 1.8rem;
	font-weight: bold;
}
.news-list .date span {
	margin-right: 1rem;
}
.news-list p {
	flex: 1;
	display: table-cell;
	line-height: 1.4;
	font-size: 1.8rem;
	vertical-align: middle;
}
.news-list .category {
	text-align: right;
}
@media screen and (max-width: 840px) {
	
	.news-list {
		margin:0 10px 2em;
	}
	.news-list li {
		flex-wrap: wrap;
		padding: 10px 0;
	}
	.news-list .date {
		display: block;
		text-align: left;
		width: 100%;
		font-size: 1.3rem;
	}
	.news-list p {
		width: 100%;
		display: inline-block;
		padding: 0;
		font-size: 1.4rem;
	}
	.news-list .category {
		text-align: right;
	}

}
/* --------------------------------------------------
top-event
-------------------------------------------------- */
.top-event {
	margin-bottom: 3%;
	padding: 5% 8% 5% 3%;
	position: relative;
}
.top-event:before {
	content: "EVENT";
	font-family: 'Lato', sans-serif;
	letter-spacing: .2rem;
	position: absolute;
	top: -60px;
	left: 4%;
	font-weight: bold;
	color: #FCC292;
	font-size: 160px;
	line-height: 1;
	width: 0;
	transform: rotate(90deg);
}
.top-event > .wrapper {
	display: flex;
	flex-direction: row-reverse;
	max-width: 1920px;
}
.top-event > .wrapper > div {
	flex: 1
}
.top-event > .wrapper > .event-list {
	flex: 3;
	justify-content: center;
}
.top-event .btn-arrow-transparent {
	position: absolute;
	right: 40px;
	bottom: 20px;
}
.top-event .event-ttl{
	text-align: right;
	padding-bottom: 160px;
}
/*event-list*/
.event-list li{
	position: relative;
	display: flex;
	padding: 2%;
}
.event-list li a{
	transition: .3s;
	position: relative;
	top: 0;
}
.event-list li a{
	width: 100%;
	display: block;
	background: #FFF;
	border: 1px solid #DDD;
	position: relative;
}
.event-list li a:hover{
	top: -20px;
}
.event-list li a::before,
.event-list li a::after {
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 2;
	transition: .5s;
}
.event-list li a:hover::before,
.event-list li a:hover::after {
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 2;
}
.event-list li a::before {
	border-left: solid 6px transparent;
	border-top: solid 6px transparent;
	top: -3px;
	left: -3px;
}
.event-list li a::after {
	border-right: solid 6px transparent;
	border-bottom: solid 6px transparent;
	bottom: -3px;

	right: -3px;
}.event-list li a:hover::before {
	border-left: solid 6px #E60012;
	border-top: solid 6px #E60012;
	top: -3px;
	left: -3px;
}
.event-list li a:hover::after {
	border-right: solid 6px #E60012;
	border-bottom: solid 6px #E60012;
	bottom: -3px;
	right: -3px;
}
.event-list li .pht{
	z-index: 1;
}
.event-list li .event-info{
	color: #333;
	padding: 15px;
	position: relative;
}
.event-list li .event-info h3{
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 1rem;
	word-break: break-word;
}
.event-list .icon-open,
.event-list .icon-close {
	position: absolute;
	left: 10px;
	bottom: 105%;
}
.event-list .event-date{
	display: inline-block;
	line-height: 1.2;
	color: #999;
	font-size: 1.3rem;
}
.event-list .event-tag span{
	display: inline-block;
	font-size: 1.3rem;
	padding: 0 10px;
	margin: 5px 5px 0 0;
	background: #333;
	color: #FFF;
	border: 1px solid #333;
}


@media screen and (max-width: 1080px) {
	.top-event .list-3col li{
		width: 50%;
	}
}

@media screen and (max-width: 840px) {
	.top-event{
		padding: 5% 0;
	}
	.top-event .event-ttl{
		padding-bottom: 0;
	}
	.top-event > .wrapper{
		display: block;
	}
	.top-event .list-3col{
		padding: 0 0 2em;
	}
	.top-event .list-3col li{
		width: 33.3%;
	}
	.top-event .btn-arrow-transparent{
		position: relative;
		right: auto;
	}
}

@media screen and (max-width: 640px) {
	.top-event .list-3col li{
		width: 48%;
	}
}
@media screen and (max-width: 480px) {
	.top-event .list-3col li{
		width: 90%;
		margin: 0 auto 2rem;
	}
}
/* --------------------------------------------------
top-course
-------------------------------------------------- */
.top-course {
	position: relative;
	margin: 0 auto;
}
.top-course .lead-txt{
	text-align: center;
}

/* slider-font */
.top-course .slider-font{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;

}
.slider-font > span,
.slider-font > p{
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
.slider-font > span{
	transform: rotate(45deg);
	width: 12px;
}
.left-1line{
	height: 110px;
	background: rgba(249,134,37, 0.2);
	left: 5%;
	top: -27%;
}
.left-2line{
	height: 216px;
	background: rgba(255,210,40, 0.2);
	left: 2%;
	top: -15%;
}
.left-3line{
	height: 736px;
	background: rgba(230,0,18, 0.2);
	left: 5%;
	top: -46%;
}
.slider-font > p{
	font-family: 'Lato', sans-serif;
}
.left-k{
	font-size: 12rem;
	color: rgba(230,0,18, 0.2);
	left: 16%;
	top: -12%;
	animation:rotate-right 3s infinite linear alternate;
	transform-origin: center;
}
.left-u{
	font-size: 6.4rem;
	color: rgba(249,134,37, 0.2);
	left: 12%;
	top: 27%;
	animation:rotate-left 3s infinite linear alternate;
	transform-origin: center;
}
.left-m{
	font-size: 8rem;
	color: rgba(255,210,40, 0.2);
	left: 7%;
	top: 50%;
	animation:rotate-right 3s infinite linear alternate;
	transform-origin: center;
}
.left-a{
	font-size: 6.4rem;
	color: rgba(230,0,18, 0.2);
	left: 14%;
	top: 65%;
	animation:rotate-left 3s infinite linear alternate;
	transform-origin: center;
}
.right-1line{
	height: 220px;
	background: rgba(230,0,18, 0.2);
	right: 2%;
	bottom: 26%;
}
.right-2line{
	height: 600px;
	background: rgba(255,210,40, 0.2);
	right: 2%;
	bottom: -10%;
}
.right-3line{
	height: 110px;
	background: rgba(249,134,37, 0.2);
	right: 2%;
	bottom: 7%;
}
.right-m{
	font-size: 6.4rem;
	color: rgba(249,134,37, 0.2);
	right: 10%;
	top: 5%;
	animation:rotate-left 3s infinite linear alternate;
	transform-origin: center;
}
.right-o{
	font-size: 9rem;
	color: rgba(255,210,40, 0.2);
	right: 7%;
	top: 20%;
	animation:rotate-right 3s infinite linear alternate;
	transform-origin: center;
}
.right-t{
	font-size: 12rem;
	color: rgba(230,0,18, 0.2);
	right: 16%;
	top: 42%;
	animation:rotate-left 3s infinite linear alternate;
	transform-origin: center;
}
.right-o-2{
	font-size: 6.4rem;
	color: rgba(249,134,37, 0.2);
	right: 12%;
	top: 67%;
	animation:rotate-right 3s infinite linear alternate;
	transform-origin: center;
}
/* CSSアニメーション */
@keyframes rotate-left{
  0% {
	 transform:translate(0, 0) rotate(-10deg);
  }
  50% {
	  transform:translate(0, -10px) rotate(0deg);
  }
  100% {
	  transform:translate(0, 0)rotate(10deg);
  }
}
@keyframes rotate-right{
  0% {
	 transform:translate(0, 0) rotate(10deg);
  }
  50% {
	  transform:translate(0, -5px) rotate(0deg);
  }
  100% {
	  transform:translate(0, 0)rotate(-10deg);
  }
}
@media screen and (max-width: 840px){
	.slider-font > span{
		transform: rotate(45deg);
		width: 8px;
	}
	.left-1line{
		height: 200px;
		left: -2%;
		top: -35%;
	}
	.left-2line{
		height: 100px;
		left: 0%;
		top: -12%;
	}
	.left-3line{
		height: 300px;
		background: rgba(230,0,18, 0.2);
		left: 7%;
		top: -40%;
	}
	.slider-font > p{
		font-family: 'Lato', sans-serif;
	}
	.left-k{
		font-size: 8rem;
		color: rgba(230,0,18, 0.2);
		left: 8%;
		top: -6%;
	}
	.left-u{
		font-size: 2.4rem;
		color: rgba(249,134,37, 0.2);
		left: 5%;
		top: 20%;
	}
	.left-m{
		font-size: 4rem;
		color: rgba(255,210,40, 0.2);
		left: 2%;
		top: 35%;
	}
	.left-a{
		font-size: 2.4rem;
		color: rgba(230,0,18, 0.2);
		left: 8%;
		top: 60%;
	}
	.right-1line{
		height: 220px;
		background: rgba(230,0,18, 0.2);
		right: 2%;
		bottom: -1%;
	}
	.right-2line{
		height: 300px;
		background: rgba(255,210,40, 0.2);
		right: 0;
		bottom: -20%;
	}
	.right-3line{
		height: 110px;
		background: rgba(249,134,37, 0.2);
		right: 0;
		bottom: -5%;
	}
	.right-m{
		font-size: 2.4rem;
		color: rgba(249,134,37, 0.2);
		right: 10%;
		top: -8%;
	}
	.right-o{
		font-size: 5rem;
		color: rgba(255,210,40, 0.2);
		right: 5%;
		top: -3%;
	}
	.right-t{
		font-size: 8rem;
		color: rgba(230,0,18, 0.2);
		right: 6%;
		top: 26%;
	}
	.right-o-2{
		font-size: 2.4rem;
		color: rgba(249,134,37, 0.2);
		right: 8%;
		top: 70%;
	}
}
@media screen and (max-width: 600px){
	.slider-font > p{
		display: none;
	}
}

/* --------------------------------------------------
slider-course
-------------------------------------------------- */
.slider-course a:hover img{
	opacity: 1;
}
.slider-course {
	margin: 0 auto 5%;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding-bottom: 4em;
    z-index: 1;
	width: 100%;
}
.slider-course .swiper-slide{
	text-align: center;
}

.slider-course .swiper-button-prev,
.slider-course .swiper-button-next {
	width: 50px!important;
	height: 50px!important;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2)!important;
	border-radius: 50% !important;
	margin-top: -20px !important;
	cursor: pointer !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	z-index: 20!important;
    bottom: 50%;
	top: auto!important;
	right:auto!important;
}
.slider-course .swiper-button-prev {
	left: 5%!important;
	background:url("../img/common/btn_prev_co.svg") center center no-repeat!important;
}

.slider-course .swiper-button-next {
	right: 5%!important;
	background:url("../img/common/btn_next_co.svg") center center no-repeat!important;
}
.slider-course .swiper-pagination2{
	text-align: center;
	bottom: 0!important;
	margin-top: 3em;
}
.slider-course .swiper-pagination2 span{
    background: #fff;
    width: 69px;
    height: 10px;
    border-radius: 0!important;
    margin: 4px!important;
    opacity: 1!important;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.slider-course .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #DB3100;
}
@media screen and (max-width: 840px){


	.slider-course {
		width: 120%;
		margin-left: -10%;
	}

	.slider-course .swiper-pagination2 {
		margin-top: 1em;
	}
	
	.slider-course .swiper-pagination2 span {
		width: 40px;
		height: 8px;
	}
	
	.slider-course .swiper-button-prev,
	.slider-course .swiper-button-next {
		width: 40px!important;
		height: 40px!important;
		bottom: 3.6rem;
		
	}
	.slider-course .swiper-button-prev{
		left: 10%!important;
		background-size: cover !important
	}
	.slider-course .swiper-button-next{
		right: 10%!important;
		background-size: cover !important
	}
}
/* --------------------------------------------------
top-rank
-------------------------------------------------- */
.top-rank {
	padding: 20px 0 20px 5%;
	margin-bottom: 5%;
	position: relative;
}
.top-rank::after {
	content: "";
	display: inline-block;
	-webkit-transform: rotate(10deg) translate3d(0, 0, 0);
	transform: rotate(10deg) translate3d(0, 0, 0);
	width: 130%;
	height: 380px;
	background: #EEE;
	position: absolute;
	top: 28%;
	z-index: -1;
	margin-left: -15%;
}

.top-rank .rank-ttl {
	padding-bottom: 240px;
}
.top-rank .rank-ttl .ttl-top{
	text-align: left;
}

.top-rank .rank-ttl .lead-txt{
	padding: 2em 3em;
}
.top-rank > .wrapper {
	display: flex;
	max-width: none;
	padding-left: calc(50% - 960px);
}
.top-rank > .wrapper > div {
	flex: 1
}
.top-rank > .wrapper > .rank-list {
	flex: 3
}
.top-rank .btn-arrow-transparent {
	position: absolute;
	left: 40px;
	bottom: 80px;
}
/*rank-list*/
.top-rank .rank-list {
	width: 65%;
	overflow: hidden;
	position: relative;
	margin: 0 -20px;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	padding-top: 70px;
}
.top-rank .rank-list li {
	max-width: 280px;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.top-rank .rank-list li:nth-child(2) {
	margin-top: 20px;
}
.top-rank .rank-list li:nth-child(3) {
	margin-top: 40px;
}
.top-rank .rank-list li:nth-child(4) {
	margin-top: 60px;
}
.top-rank .rank-list li:nth-child(5) {
	margin-top: 80px;
}
.top-rank .rank-list li:nth-child(6) {
	margin-top: 100px;
}
.top-rank .rank-list li:nth-child(7) {
	margin-top: 120px;
}
.top-rank .rank-list li:nth-child(8) {
	margin-top: 140px;
}
.top-rank .rank-list li:nth-child(9) {
	margin-top: 160px;
}
.top-rank .rank-list li:nth-child(10) {
	margin-top: 180px;
}
.top-rank .rank-list li a:hover img{

}
.top-rank .rank-list li a:hover .pht{
	box-shadow: 0 30px 30px -30px #000;
	/* margin-top: -.5em; */
	transform: translateY(-.5em);
}
.top-rank .rank-list li a:hover .icon-rank:after{
	height: 50px;
	bottom: -25px;
}
.top-rank .rank-list .pht {
	z-index: -1;
	position: relative;
	width: 100%;
	padding-top: 130%;
	overflow: hidden;
	background: #333;
	box-shadow: 0 30px 20px -30px #000;
	transition: .3s ease;
}
.top-rank .rank-list .pht img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none;
	max-height: 100%;
	max-width: 150%;
}

.top-rank .swiper-button-prev,
.top-rank .swiper-button-next {
	width: 50px!important;
	height: 50px!important;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2)!important;
	border-radius: 50% !important;
	margin-top: -20px !important;
	cursor: pointer !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	z-index: 10!important;
	top: auto!important;
	right:auto!important;
	bottom: 200px!important;
	transition: .5s;
}

.top-rank .swiper-button-prev:hover,
.top-rank .swiper-button-next:hover{
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4)!important;
}
.top-rank .swiper-button-prev {
	left: 40px!important;
	background:url("../img/common/btn_prev_wh.svg") center center no-repeat!important;
}

.top-rank .swiper-button-next {
	left: 120px !important;
	background:url("../img/common/btn_next_wh.svg") center center no-repeat!important;
}


@media screen and (max-width: 840px){
	
	
	.top-rank {
		padding: 4rem 0 6rem;
	}
	
	.top-rank .rank-ttl {
		padding-bottom: 0;
	}
	.top-rank .rank-ttl .ttl-top{
		text-align: center;
		margin: 0 10px;
	}
	.top-rank > .wrapper{
		display: block;
		padding: 0 0 8em;
	}
	.top-rank .rank-list{
		width: 100%;
		margin: 0 ;
		padding-bottom: 10px;
	}
	.top-rank .rank-list li {
		max-width: 160px;
		padding: 10px;
	}
	.top-rank .btn-arrow-transparent{
		left: 50%;
		transform: translateX(-50%);
		bottom: -2em;
	}
	
	.top-rank .rank-list li:nth-child(2) {
		margin-top: 10px;
	}
	.top-rank .rank-list li:nth-child(3) {
		margin-top: 20px;
	}
	.top-rank .rank-list li:nth-child(4) {
		margin-top: 30px;
	}
	.top-rank .rank-list li:nth-child(5) {
		margin-top: 40px;
	}
	.top-rank .rank-list li:nth-child(6) {
		margin-top: 50px;
	}
	.top-rank .rank-list li:nth-child(7) {
		margin-top: 60px;
	}
	.top-rank .rank-list li:nth-child(8) {
		margin-top: 70px;
	}
	.top-rank .rank-list li:nth-child(9) {
		margin-top: 80px;
	}
	.top-rank .rank-list li:nth-child(10) {
		margin-top: 90px;
	}
	
	
	.top-rank .swiper-button-prev,
	.top-rank .swiper-button-next {
		width: 40px!important;
		height: 40px!important;
		bottom: 240px!important;
	}
	
	.top-rank .swiper-button-prev {
		left: 20px!important;
	}

	.top-rank .swiper-button-next {
		left: auto!important;
		right: 20px!important;
	}
	

}
/* --------------------------------------------------
top-column
-------------------------------------------------- */
.top-column {
	margin-bottom: 3%;
	padding: 2% 0
}

.top-column .ttl-top {
    text-align: left;
}
.top-column > .wrapper {
	display: flex;
	max-width: 1200px;
}
.top-column > .wrapper > div {
	flex: 1
}
.top-column > .wrapper > .spot-list {
	flex: 3
}
.top-column > .wrapper > .spot-list a{
	text-decoration: none;
	font-size: 1.8rem;
}
.top-column .list-3col .pht {
	background: #FFF
}

.top-column .btn-arrow-transparent{
	position: absolute;
	left: 6%;
	bottom: 1em;
}

@media screen and (max-width: 1080px) {
	.top-column .list-3col li {
		width: 50%;
	}
}
@media screen and (max-width: 840px) {
	.top-column {
		padding: 4% 0 2%
	}
	.top-column > .wrapper {
		flex-flow: column
	}
	.top-column .list-3col li {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		border-bottom: 1px solid #ddd;
		padding: 10px 5px;
	}
	.top-column .list-3col li:last-child {
		border-bottom: none;
	}
	
	.top-column .list-3col li > a{
		display: block;
		width: 20%;
		max-width: 80px;
	}
	
	.top-column .list-3col .pht {
		padding-top: 100%;
		background: #eee;
	}
	.top-column .list-3col li .spot-ttl{
		flex: 1;
		padding-left: 1em;
		font-size: 1.4rem;
	}
	.top-column .list-3col li .spot-ttl a{
		font-weight: normal;
	}
	.top-column .column-pc {
		display: none
	}
	.top-column .column-sp {
		display: block
	}
	.top-column .btn-arrow-transparent{
		position: relative;
		left: auto;
		margin: 4rem auto 6rem;
	}
}
/* --------------------------------------------------
top-journal
-------------------------------------------------- */
.top-journal {
	display: flex;
	position: relative;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 5% auto;
	max-width: 1920px;
}

/*journal-img*/
.journal-img {
	width: 22%;
	text-align: center;
	min-height: 900px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.journal-img img{
	min-height:100%;
	width: auto;
	height: auto;
}

/*journal-ttl*/
.journal-ttl {
	width: 16%;
	margin: 0 3%;
	text-align: center;

}
.journal-ttl .journal-ttl-wrap{
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	padding: 3px 0;

}
.journal-ttl .ttl-top {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 4em 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}

.journal-ttl .ttl-top img {
	margin-bottom: 4em;
}

.journal-ttl .ttl-top span {
	font-family: 'Noto Serif JP', serif;
	display: flex;
	width: 100%;
	align-items:flex-start;
	justify-content: center;
	flex-direction:row-reverse;
	font-size: 2.7rem;
	text-align: left;
	line-height: 2.4;
	letter-spacing: .5rem;
	margin-bottom: 0;
	margin-right: 1rem;
	
}

.journal-ttl .ttl-top span span {
	display: block;
	width: auto;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
}

.journal-ttl .ttl-top span span:first-child {
	font-size: .6em;
}


/* btn */
.top-journal .btn-arrow-transparent{
	margin: 3em 5%;
	width: 16%;
	position: absolute;
	bottom: 5%;
	right: 22%;
	max-width: 210px;
}


/*journal-list*/
.journal-list {
	color: #000;
	width: 53%;
	margin-left: 3%;
}
.list-2col li {
    padding:0 5% 5%;
}
.journal-list .pht {
	margin-bottom: 1rem;
	padding-top: 72%;
}
.journal-list .pht h3 {
	font-size: 1.8rem;
}
.journal-list a {
	color: #000;
}
.journal-list .ico {
	font-size: 70%;
	margin: 1.5rem 0 1.5rem;
}
.journal-list .ico span {
	display: inline-block;
	font-size: 1.0rem;
	padding: 0 10px;
	margin: 5px 5px 0 0;
}
.journal-list .ico-area {
	background: #FFF;
	border: 1px solid #8E2705;
	margin-top: 1rem;
}
.journal-list .ico-genre {
	background: #8E2705;
	color: #FFF;
	border: 1px solid #8E2705;
}
.journal-list .date {
	font-size: 1.4rem;
	border-top: 1px solid #8E2705;
	margin-top: 1rem;
	padding-top: 1rem;
	letter-spacing: .3rem;
}


@media screen and (max-width: 1500px) {
	
	/* btn */
	.top-journal .btn-arrow-transparent{
		margin: 3em 5%;
		width: 14%;
	}
}


@media screen and (max-width: 1200px) {
	/*journal-list*/
	.journal-list {
		width: 75%;
		margin-left: 0%;
	}
	
	/* btn */
	.top-journal .btn-arrow-transparent{
		max-width: 180px;
		margin: 3em 0;
		width: 14%;
	}
	.top-journal .btn-arrow-transparent .btn-arrow a {
		
		font-size: 1.6rem;
		padding: 10px 20px 10px 10px;
	}
}

@media screen and (max-width: 840px) {

	.top-journal {
		margin: 6rem 0;
		align-items:flex-start;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	/*journal-img*/
	.journal-img {
		display: none;
	}
	
	/*journal-ttl*/
	.journal-ttl {
		width: 100%;
		margin: 0 3% 2rem;
	}
	
	.journal-ttl .ttl-top {
		padding: 1em 0 ;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	
	.journal-ttl .ttl-top img {
		margin-bottom: 0;
		display: block;
		max-width: 50%;
		padding:0 10% 0 5%;
	}
	
	.journal-ttl .ttl-top span {
		text-align: left;
		justify-content:flex-start;
		display: block;
		max-width: 50%;
		margin-right: 0;
	}
	.journal-ttl .ttl-top span span {
		font-size: 3vw;
		line-height: 2.0;
		letter-spacing: .1em;
		writing-mode:horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-webkit-writing-mode:horizontal-tb;
		width: 100%;
		max-width: 100%;
	}
	.journal-ttl .ttl-top span span:first-child {
		font-size: 2vw;
	}

	/* btn */
	.top-journal .btn-arrow-transparent{
		right: auto;
		position: relative;
		left: auto;
		bottom: auto;
		max-width: 240px;
		margin: 0 auto 3em;
		width: 100%;
	}
	.journal-list.list-2col{
		width: 96%;
		padding-bottom: 3em;
		margin: 0 auto;
		display: flex;
	}
	.journal-list.list-2col li{
		padding: 10px;
		width: 50%;
	}
	.journal-list.list-2col li h3{
		font-size: 1.4rem;
	}
	.journal-list .ico {
		margin: 1em 0 1em;
	}
	.journal-list .ico span {
		font-size: 1.0rem;
	}
	.journal-list .date {
		margin-top: .5em;
		padding-top: .5em;
		font-size: 1.0rem;
	}
}
/* --------------------------------------------------
top-gallery
-------------------------------------------------- */
.top-gallery {
	margin-bottom: 3%;
	position: relative;
}
.top-gallery:before{
	content: "";
	width: 80%;
	height: 50%;
	background: #FFD228;
	position: absolute;
	top: 8%;
	left: 0;
}
.top-gallery:after{
	content: "";
	width: 80%;
	height: 50%;
	background: #FFD228;
	position: absolute;
	right: 0;
	bottom: 0;
}
.top-gallery .ttl-top{
	text-align: left;
}
.top-gallery .txt-copy{
	position: absolute;
	top: 10%;
	right: 0;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: .3rem;
}
.top-gallery .txt-copy span{
	font-family: 'Noto Serif JP', serif;
	color: #000;
	font-size: 4.4rem;
	margin: 0 .2em;
	line-height: 1;
	display: inline-block;
	text-align: center;
	vertical-align: baseline;
}


.gallery-list li{
	position: relative;
}
.gallery-list .frame {
	z-index: -1;
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	background: #F5F5F5;
}
.gallery-list .frame img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
	max-width: 150%;
}
.gallery-list .gallery-ttl{
	font-size: 2rem;
	background: #FFF;
	color: #000;
	padding: .5em 1.5em;
	position: absolute;
	left: 20px;
	bottom: 50px;
	min-width: 8em;
}
.gallery-list .gallery-ttl h3{
	letter-spacing: .5rem;
}
.gallery-list .gallery-ttl .txt{
	display: block;
	font-size: 1.2rem;
}
.top-gallery .btn-arrow-transparent{
	margin: 4rem 80px 6rem auto;
}
@media screen and (max-width: 1080px) {
	.gallery-list .gallery-ttl{
		left: 10px;
		bottom: 25px;
		font-size: 1.8rem;
		padding: .5em 1em;
		line-height: 1.2;
	}
	.top-gallery .txt-copy{
		text-align: center;
		position: relative;
		top: 0;
		right: 0;
		padding: 0 10px 30px;
	}
}
@media screen and (max-width: 840px) {
	.top-gallery .ttl-top{
		text-align: center;
	}
	.top-gallery:before{
		width: 85%;
		top: 5%;
	}
	.top-gallery:after{
		width: 85%;
	}
	.top-gallery .txt-copy{
		font-size: 2rem;
		letter-spacing: .2rem;
		padding: 0 0 30px;
	}
	.top-gallery .txt-copy span{
		font-size: 2.4rem;
		margin: 0 .1em;
	}
	.gallery-list li{
		max-width: 270px;
		margin-bottom: 15px;
	}
	.gallery-list li:last-child{
		margin-bottom: 0;
	}
	.gallery-list li:nth-child(even){
		margin-left: auto;
	}
	.gallery-list .gallery-ttl{
		left: 5px;
		font-size: 1.4rem;
	}
	.gallery-list .gallery-ttl .txt {
		font-size: 1.0rem;
		padding-top: 5px;
	}
	.top-gallery .btn-arrow-transparent{
		margin-right: auto;
		margin:4rem auto 6rem;
	}

}
