@charset 'utf-8';

@media only screen and (min-width:641px) {


/* ----------------------------------------
	main
------------------------------------------- */
/* wrap */
#wrapper {overflow:hidden; min-height:1300px; width:100%; background:url("../img/bg_content.jpg"); background-repeat:repeat-y; background-position:center -50px; border-top: 6px solid #d9035e; padding-bottom:180px;}

/* logo */
.logo {width:1020px; padding:0 8px; text-align: center; margin: 50px auto -43px;}
.logo img {display: inline-block; width: 750px; height: auto;}

/* title */
h1 {
	width: 764px;
	margin:0 auto;
}
h1 img {
	text-align: right;
	backface-visibility: hidden;
	margin:0 0 0 auto;
}

/* thanks comment */
.thanks {
	width:888px;
	font-size: 27px;
	line-height: 1.7;
	text-align: center;
	font-weight: 700;
	background:rgba(255,255,255,0.8);
	border-radius: 8px;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.5);
	padding:37px 0.8em 37px;
	margin:41px auto 80px;
}
.thanks span {
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 28px;
	display: inline-block;
	padding: 8px 0 0;
}
.thanks br.sp {
	display: none;
}

/* nav */
.nav {
	width:100%;
	background-color: #fff;
	background-image: url("../img/bg_nav-left.png"), url("../img/bg_nav-right.png");
	background-repeat: repeat-y, repeat-y;
	background-position: left -210px center, right -210px center;
	box-shadow:0px 1px 6px 0px rgba(0,0,0,0.4);
	padding: 35px 0 55px;
	margin: 0 auto 120px;
}
.nav ul {
	display: flex;
	align-items: center;
	width: 1070px;
	margin: 0 auto;
}
.nav ul:nth-child(1) {
	padding: 0 6px 39px;
}
.nav ul:nth-child(3) {
	padding: 32px 6px 0;
}
.nav ul li {
	font-size: 19px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
.nav ul li:first-child {
	width: 160px;
	font-size: 27px;
	color: #d9035e;
	text-align: left;
	text-shadow:1px 1px 0px #222;
	padding: 2px 0 0;
}
.nav ul li:not(:first-child) {
	width: 88px;
}
.nav ul li a {
	display: block;
	padding: 12px 0 9px;
	margin: 0 5px;
}
.nav ul li:not(:first-child) a {
	background: rgba(255,255,255,0.9);
	border-bottom: 2px solid #d9035e;
}
.nav ul li:not(:first-child) a:hover {
	background: #d9035e;
	color: #fff;
	margin: 0 -3px;
}
.nav ul li .arrow_sp {
	display: none;
}
.nav ul li .arrow_pc {
	float: right;
	vertical-align: middle;
	margin: 5px 18px 0 0;
}
.nav ul li .month {
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 0 0;
}
.nav ul li.none {
	opacity: 0;
	pointer-events: none;
}
.nav hr {
	display: block;
	border: none;
	width: 1200px;
	height: 1px;
	background-image: url("../img/hr-388.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	padding: 0;
	margin: 0 auto;
}

/* nav fixed */
.nav_fixed_sp {
	display: none !important;
}
.nav_fixed_pc.show_nav {
	top: 0;
}
.nav_fixed_pc {
	position: fixed;
	top: -120px;
	left: 0;
	width:100%;
	background-color: #fff;
	background-image: url("../img/bg_nav-left.png"), url("../img/bg_nav-right.png");
	background-repeat: repeat-y, repeat-y;
	background-position: left -210px center, right -210px center;
	box-shadow:0px 1px 5px 0px rgba(0,0,0,0.6);
	border-bottom: 3px solid #d9035e;
	padding: 5px 0 12px;
	margin: 0 auto 120px;
	transition-duration: 0.5s;
	z-index: 999;
}
.nav_fixed_pc ul {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.nav_fixed_pc ul:nth-child(1) {
	padding: 0 0 3px 0;
}
.nav_fixed_pc ul:nth-child(3) {
	padding: 0 0;
}
.nav_fixed_pc ul li {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
.nav_fixed_pc ul li:first-child {
	width: 160px;
	font-size: 19px;
	color: #d9035e;
	text-align: left;
	text-shadow:1px 1px 0px #222;
	padding: 2px 0 0 20px;
}
.nav_fixed_pc ul li:last-child {
	margin: 0 10px 0 0;
}
.nav_fixed_pc ul li:not(:first-child) {
	width: 100px;
}
.nav_fixed_pc ul li a {
	display: block;
	padding: 4px 0 4px;
	margin: 0 6px;
}
.nav_fixed_pc ul li:not(:first-child) a {
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid #d9035e;
}
.nav_fixed_pc ul li:not(:first-child) a:hover {
	background: #d9035e;
	color: #fff;
	margin: 0 -3px;
}
.nav_fixed_pc ul li .arrow_sp {
	display: none;
}
.nav_fixed_pc ul li .arrow_pc {
	float: right;
	vertical-align: middle;
	margin: 5px 28px 0 0;
}
.nav_fixed_pc ul li .arrow_pc img {
	width: 18px;
	height: auto;
	margin: -1px 0 0;
}
.nav_fixed_pc ul li .month {
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0 0;
}
.nav_fixed_pc ul li.none {
	opacity: 0;
	pointer-events: none;
}

/* hd year -------------------------------------- */
.hd_year {
	height:120px;
	background:url("../img/title-month.png") no-repeat;
	background-position: center bottom;
	line-height:1;
	text-align:center;
	font-size:52px;
	letter-spacing:8px;
	color:#222;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
	padding: 0;
	margin: 0 auto 12px;
}
.hd_year .month {display: block; font-size:16px; letter-spacing: 1px; text-indent: -10px;}
.hd_year .month {padding: 5px 0 0;}

/* anchor -------------------------------------- */
.anchor {
	display: block;
	padding-top: 120px;
	margin-top: -110px;
}

/* content -------------------------------------- */
.content {
	width:1140px;
	padding:40px 0 30px 0;
	margin:0 auto 80px;
}
.content:last-of-type {margin:0 auto 50px;}

/* inner -------------------------------------- */
.content .inner {display: flex; flex-wrap: wrap; justify-content: space-between;}

/* schedule -------------------------------------- */
.content .inner .schedule {
	position: relative;
	width: 170px;
}
.content .inner .schedule p {
	font-size: 24px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #d9035e;
	background-image: url("../img/hr-280.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 130px 1px;
	padding: 4px 0 9px 0;
	margin: 0 0 35px;
}
.content .inner .schedule p span {
	font-size: 34px;
	padding: 0 0 0 2px;
}
.content .inner .schedule .dash {
	display: block;
	width: 1px;
	height: calc(100% - 120px);
	margin: 0 auto;
	background-color: #d9035e;
	opacity: 0.3;
}

/* detail -------------------------------------- */
.content .inner .detail {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 170px);
	padding: 0 0 0 30px;
}
.content .inner .detail hr {
	display: block;
	border: none;
	width: 100%;
	height: 1px;
	background-image: url("../img/hr-280.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	padding: 0 0;
	margin: 35px 30px 60px 180px;
}
.content .inner .detail .category {
	width: 185px;
	height: 38px;
	line-height: 37px;
	font-size: 14px;
	letter-spacing: 0.5px;
	background:rgba(255,255,255,0.7);
	text-align: center;
	font-weight: bold;
	border: 1px solid #fff;
	margin: 1px 35px 0 0;
}
.content .inner .detail .category.mm {color: #16ade7; border-color: #16ade7;}
.content .inner .detail .category.gm {color: #88b000; border-color: #88b000;}
.content .inner .detail .category.ot {color: #d9035e; border-color: #d9035e;}
.content .inner .detail .category.lt {color: #8206ec; border-color: #8206ec; letter-spacing: -0.8px;}
.content .inner .detail .text {
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 700;
	width: 720px;
	font-size: 21px;
	letter-spacing: 2px;
	line-height: 1.55;
	padding: 3px 0 0;
	margin: 0 0 30px 0;
}
.content .inner .detail .text.all {
	width: 100%;
}
.content .inner .detail .tmb,
.content .inner .detail .tmb_full {width: 100%; margin: 0 0 25px 222px;}
.content .inner .detail .tmb img {width: 250px; height: auto; backface-visibility: hidden;}
.content .inner .detail .tmb_full img {width: 680px; height: auto; backface-visibility: hidden;}



}