@charset "utf-8";

/*webfont*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* ---------------------------------------------------------------------------
 * RESET STYLE
--------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------------------------------------------------------------------------
 * COMMON
--------------------------------------------------------------------------- */
body {
	background: #000 url("../img/bg_main.png") top repeat-y;
	background-size: 100%;
	font-family: 'Roboto', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
body img {
	width: auto;
}
b {
	font-weight: bold;
	font-size: 110%;
}
a {
	color: #000;
}
strong {
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
.wrap {
	overflow: hidden
}
.hover_scale {
	display: block;
	transition: .3s;
}
.ti-05 {
	text-indent: -0.5em;
}
.ls01 {
	letter-spacing: 0.1em;
}
.ls-005 {
	letter-spacing: -0.05em;
}
.ls-01 {
	letter-spacing: -0.1em;
}
.ls-02 {
	letter-spacing: -0.2em;
}
.ls-03 {
	letter-spacing: -0.3em;
}
@media screen and (max-width:640px) {
	.onlyPC {
		display: none !important;
	}
	.onlySP {
		display: block;
	}
}
@media screen and (min-width:641px) {
	.onlyPC {
		display: block;
	}
	.onlySP {
		display: none !important;
	}
}
@media screen and (min-width:1000px) {
	#generalHeader {
		max-height: 78px;
	}
	.hover_scale:hover {
		transform: scale(1.05);
	}
	.hover_scale.scale025:hover {
		transform: scale(1.025);
	}
	.hover_scale.scale11:hover {
		transform: scale(1.1);
	}
}


/* =============================================
 protect
============================================= */
.protect{
	display: block;
	position: relative;
	-webkit-user-drag: none;
	user-select: none;
}
.protect::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.protect img{
	-webkit-user-drag: none;
	pointer-events: none;
}
@media print{
	.protect{
		display: none !important;
	}
	.noprint {
		display: none !important;
	}
}

/* ---------------------------------------------------------------------------
 * header
--------------------------------------------------------------------------- */
.wrap_header {
	background: #000 url(../img/bg_head.jpg) bottom center no-repeat;
    background-size: cover;
	position: relative;
	overflow: hidden;
}
.header_img {
    width: 120%;
    max-width: 1180px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.header_img::before {
	content: "";
	width: 100%;
	padding-top: 56.94%;
	background: url("../img/main02.png")bottom center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
}
.header_img::after {
	content: "";
	width: 100%;
	padding-top: 56.94%;
	display: block;
}
.wrap_header header {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	height: 670px;
	position: relative;
}
.wrap_header .header_logo {
    width: 39%;
    max-width: 395px;
    margin: 0 auto;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
}
.wrap_header .header_oa {
	position: absolute;
    width: 28%;
    max-width: 215px;
	/* max-width: 287px; */
    margin: 0 auto 0;
    top: 40px;
    right: 0;
}
.wrap_header .header_logo img,
.wrap_header .header_oa img {
	width: 100%;
}
.wrap_header .nav {
	width: 100%;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	bottom: 10px;
}
.wrap_header .nav li {
	width: 24%;
}
.wrap_header .nav li a {
	padding: 1.15em 1.5em 0.8em;
	background: linear-gradient(to bottom, rgba(60,60,60,0.8) 0% , rgba(0,0,0,0.8) 100%);
	display: block;
	box-shadow: 0 1px 4px #07f162, 0 -1px 4px #07f162;
	border-radius: 3px;
	transition: box-shadow .4s;
	font-size: 22px;
	color: #fff;
	font-family: GSanSerif-B;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
}
.wrap_header .nav li a p {
	padding-bottom: 1.15em;
	position: relative;
	overflow: hidden;
	text-shadow: 1px 0 0 #00b83d;
}
.wrap_header .nav li a p::before {
	content: "";
	width: 100%;
    height: 1em;
	background: url(../img/nav_arrow.png) bottom right no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
}
/*.wrap_header .nav li a:hover {
	transform: scale(1.05);
}*/
@media screen and (min-width:1000px) {
	.wrap_header .nav li a:hover {
		box-shadow: 0 1px 10px #07f162, 0 -1px 10px #07f162;
	}
	.wrap_header .nav li a:hover p::before {
		animation: nav_hover 0.3s ease-out 0s forwards;
	}
}
@keyframes nav_hover {
	0% { left: -100%; }
	20% { left: -100%; }
	100% { left: 0; }
}
@media screen and (max-width:1000px) {
	.wrap_header header {
		height: auto;
		padding-top: 70vw;
	}
	.wrap_header .nav li a {
		font-size: 2.5vw;
	}
}
@media screen and (max-width:640px) {
	.wrap_header {
		background: #000 url(../img/bg_head.jpg) top left -52vw no-repeat;
		background-size: auto 80vw;
	}
	.wrap_header header {
		padding-top: 100vw;
	}
	.wrap_header .header_logo {
		width: 64%;
		top: 0;
	}
	.header_img {
		bottom: 12%;
	}
	.wrap_header .header_oa {
		width: 80%;
		top: 31vw;
		left: 0;
	}
	.wrap_header .nav li {
		width: 23%;
	}
	.wrap_header .nav li span {
		display: inline-block;
	}
	.wrap_header .nav li a {
		padding: 1em 0.5em 0.8em;
		box-sizing: border-box;
		font-size: 4vw;
		line-height: 1.2;
	}
	.wrap_header .nav li a p {
		height: 2em;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.wrap_header .nav li a p::before {
		background-size: 150%;
	}
}
/* ---------------------------------------------------------------------------
 * underlayer
--------------------------------------------------------------------------- */
.underlayer .wrap_header {
	/* background: #000; */
	background: linear-gradient(to bottom, rgba(0,172,57,0.8) 0% , rgba(0,0,0,0.8) 70%);
	overflow: hidden;
}
.underlayer .wrap_header header {
	max-width: 1000px;
	margin: 0 auto;
	height: 220px;
	position: relative;
}
.underlayer .wrap_header header .header_logo {
	position: absolute;
	width: 200px;
	height: 93px;
	top: 10px;
	left: 0;
	margin-left: 0;
}
.underlayer .wrap_header header .header_logo a {
	display: inline-block;
}
.underlayer .wrap_header header .header_oa {
	width: 24%;
	max-width: 208px;
    /* max-width: 240px; */
    top: 70px;
	left: inherit;
}
.underlayer .wrap_header .nav {
	width: 100%;
}
@media screen and (max-width:1000px) {
	.underlayer .wrap_header header {
		max-width: 100%;
		height: auto;
		padding-top: 21.5%;
	}
	.underlayer .wrap_header header .header_logo {
		position: absolute;
		width: 20%;
		height: 9.3%;
	}
	.underlayer .wrap_header header .header_oa {
		top: 6.5vw;
	}
	/*.underlayer .wrap_header .nav {
		bottom: 3.5vw;
	}
	.underlayer .wrap_header .nav li a {
		padding: 3vw 0 0.8vw;
	}*/
}
@media screen and (max-width:640px) {
	.underlayer .wrap_header header {
		padding-top: 40vw;
	}
	.underlayer .wrap_header header .header_logo {
		position: absolute;
		width: 30%;
		height: 14%;
	}
	.underlayer .wrap_header .nav {
		bottom: 1vw;
	}
	.underlayer .wrap_header header .header_oa {
		top: 9vw;
		width: 50%;
	}
}
/* ---------------------------------------------------------------------------
 * contents
--------------------------------------------------------------------------- */
/*	commmon
------------------------------------ */
.wrap_contents {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 0 60px;
	position: relative;
	z-index: 1;
	font-size: 0.8rem;
	word-break: break-all;
}
.wrap_contents::before {
	content: "";
	width: 100vw;
	height: 30vw;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.contents_side {
	width: 90%;
	padding-top: 2em;
	margin: 2em auto 0;
	position: relative;
}
.contents_bnr {
	width: 90%;
	margin: 0 auto;
}
.contents_bnr .btn_list {
	/*margin-bottom: -0.625em;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
@media screen and (min-width:640px) {
	.wrap_contents {
		width: 94%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contents {
		width: 69.5%;
	}
	.contents_bnr {
		width: 100%;
	}
	.contents_side {
		width: 29%;
		padding-top: 0;
		margin: 0;
	}
	.contents_side::before {
		content: none;
	}
}
@media screen and (min-width:640px) {
	.contents_bnr .btn_list li {
		width: 47%;
	}
	.contents_bnr .btn_list li.col1 {
		width: 100%;
	}
}
@media screen and (min-width:1000px) {
	.wrap_contents {
		font-size: 1rem;
	}
}
@media screen and (max-width:640px) {
	.wrap_contents {
		padding-top: 10px;
		font-size: 0.95rem;
	}
}
/*	box
------------------------------------ */
.box {
	background: #fff;
	border: 2px solid #999;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: relative;
}
.box + .box {
	margin-top: 2rem;
}
.box_inner {
	padding: 1em;
	line-height: 1.5;
}
.box_ttl {
	width: 100%;
	min-height: 3rem;
	padding: 0.75em 0;
	background: #000;
	box-sizing: border-box;
	position: relative;
	align-items: center;
	color: #00eb4e;
	font-size: 5.5vw;
	font-family: GSanSerif-B;
	font-weight: bold;
	text-align: center;
	border-radius: 4px 4px 0 0;
}
.box_ttl.next {
	padding: 0.5em 0.5em 0.5em 3.5em;
	min-height: 3.5em;
	font-size: 3.8vw;
}
.box_ttl.past {
	min-height: 3.5em;
	font-size: 3.8vw;
}
.box_ttl.next::before {
	content: none;
}
.box_ttl .ttl_next {
	width: 14vw;
	height: 14vw;
	position: absolute;
	left: -2vw;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}
.box_ttl .ttl_next img {
	width: 100%;
}
.oa_date {
	width: 100%;
    padding: 0.5em 0;
	margin-bottom: 10px;
    background: #333;
	color: #fff;
    font-size: 26px;
	font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
.box_ttl + .oa_date {
	border-top: 1px solid #666;
}
.oa_date span {
	margin: 0 0.125em;
	position: relative;
	top: 0.05em;
	color: #ff0018;
	font-size: 1.4em;
}
.oa_date .week {
	margin: 0 -0.75rem;
	top: 0;
	color: #fff;
	font-size: 26px;
}
.oa_date .nowrap {
	margin: 0;
	display: block;
	top: 0;
	white-space: nowrap;
}
.oa_date .fc_wht {
	color: #fff;
}
/**/
.oa_date .caution{
	margin: 0.75em 0.5em 0.25em;
	color: #fff;
	font-size: 0.875rem;
	font-weight: normal;
}
.oa_date .caution:last-child{
	margin-bottom: 0;
}
/**/


p.comingsoon {
	text-align: center;
}
p.comingsoon.fs_up {
	font-weight: bold;
	font-size: 26px;
}
@media screen and (min-width:550px) {
	.box_ttl {
		padding: 0.5em 0 0.5em;
		font-size: 1.875rem;
	}
}
@media screen and (min-width:640px) {
	.box_inner {
		padding: 1.5em;
	}
	.box_ttl.fs_small {
		font-size: 3.0vw;
	}
	.box_ttl.next {
		padding-left: 4.5em;
		font-size: 2.5vw;
	}
	.box_ttl.past {
		font-size: 2.5vw;
	}
	.box_ttl.past::before {
		left: 0.4em;
	}
	.box_ttl .ttl_next {
		width: 3.4em;
		height: 3.4em;
		left: 0.4em;
	}
}
@media screen and (min-width:1000px) {
	.box_ttl.fs_small {
		font-size: 1.875rem;
	}
	.box_ttl.next {
		font-size: 1.5rem;
	}
	.box_ttl.past {
		font-size: 1.5rem;
	}
}
.box .wrap_detail {
	margin: 20px 30px 25px;
	line-height: 1.6;
}
@media screen and (max-width:999px) {
	.oa_date {
		font-size: 2.6vw;
	}
	p.comingsoon.fs_up {
		font-size: 2.6vw;
	}
	.oa_date span {
		font-size: 3.2vw;
	}
	.oa_date .week {
		font-size: 2.6vw;
	}
}
@media screen and (max-width:640px) {
	.box .wrap_detail {
		margin: 1em;
		line-height: 1.5;
	}
	.oa_date {
		font-size: 5vw;
	}
	p.comingsoon.fs_up {
		font-size: 5vw;
	}
	.oa_date span {
		font-size: 5.5vw;
	}
	.oa_date .week {
		font-size: 5vw;
		margin: 0 -0.5rem;
	}
}
/*	video
------------------------------------ */
.wrap_video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 0 0 20px;
}
.wrap_video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/*	写真+原稿
------------------------------------ */
.wrap_video + .wrap_img_txt{
	display: flex;
	flex-wrap: wrap;
}
.wrap_video + .wrap_img_txt .oa_img{
	order: 1;
	margin: 15px 0 10px;
}
.wrap_video + .wrap_img_txt .oa_txt{
	order: 0;
	width: 100%;
}

/*	写真スライド
------------------------------------ */
.oa_img {
	width: 100%;
	margin: 0 0 30px;
}
.txt_gallery {
	position: relative;
}
.txt_gallery::after {
    content: "Galaxy Z Flip5で撮影";
    position: absolute;
    right: 10px;
    bottom: 6px;
    color: #fff;
    font-size: 0.875em;
	text-shadow: 0 0 5px #000;
}

/*	OA原稿
------------------------------------ */
.oa_txt p + p{
	margin-top: 0.75em;
}
.oa_ttl{
	padding-bottom: 0.75em;
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3;
}
.oa_ttl::before,
.oa_ttl::after{
	content: "";
	height: 3px;
	background: #f1f1f1;
	position: absolute;
	bottom: 0;
	left: 0;
}
.oa_ttl::before{
	width: 100%;
	background: #f1f1f1;
}
.oa_ttl::after{
	width: 20%;
	background: #00d146;
}

/*	info_box
------------------------------------ */
.info_box {
	margin: 30px;
    background: #f8f8f8;
    border: 1px solid #666;
    border-radius: 5px;
    position: relative;
}
.info_ttl {
	padding: 0.6em;
	background: #000;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-family: GSanSerif-B;
	font-size: 1.2em;
	line-height: 1;
	text-align: center;
}
.info_inner {
	padding: 1.25em;
}
.info_inner.bg_cast {
	background: url("../img/bg_cast02.png") center bottom 20% no-repeat;
	background-size: 90%;
}
.info_inner p {
	line-height: 1.6;
}.info_inner p + p {
	margin-top: 5px;
}
.info_inner p + .wrap_video {
	margin-top: 15px;
}
.info_inner .wrap_video {
	margin-bottom: 0;
}
.info_inner ul {
	margin-bottom: -0.25em;
}
.info_inner li {
	margin-right: 1.5em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-weight: bold;
	white-space: nowrap;
}
.info_inner li span {
	font-size: 0.8em;
	font-weight: normal
}
.info_inner .group_name {
	margin: 0.5em 0 1.75em;
	text-align: center;
}
.info_inner .group_name span{
	width: 40%;
	max-width: 135px;
	padding-bottom: 10px;
	display: inline-block;
    position: relative;
}
.info_inner .group_name span::before,
.info_inner .group_name span::after{
	content: "";
	width: 50%;
	height: 3px;
	position: absolute;
	bottom: 0;
}
.info_inner .group_name span::before{
	background: #e60017;
	left: 0;
}
.info_inner .group_name span::after{
	background: #00d146;
	right: 0;
}
.info_inner .performer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.info_inner .performer .member {
	width: 33%;
	margin-bottom: 20px;
	position: relative;
}
.info_inner .performer .member:nth-child(4), .info_inner .performer .member:nth-child(6) {
	margin-left: 15%;
}
.info_inner .performer .member:nth-child(5), .info_inner .performer .member:nth-child(7) {
	margin-right: 15%;
}
.info_inner .performer .member .name {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 15%);
	font-size: 22px;
	color: #fff;
	font-family: UD Shin Go Bold;
	text-shadow: #000 2px 2px 0px, #000 1px 2px 0px, #000 0px 2px 0px, #000 -1px 2px 0px, #000 -2px 2px 0px, #000 2px 1px 0px, #000 1px 1px 0px, #000 0px 1px 0px, #000 -1px 1px 0px, #000 -2px 1px 0px, #000 2px 0px 0px, #000 1px 0px 0px, #000 0px 0px 0px, #000 -1px 0px 0px, #000 -2px 0px 0px, #000 2px -1px 0px, #000 1px -1px 0px, #000 0px -1px 0px, #000 -1px -1px 0px, #000 -2px -1px 0px, #000 2px -2px 0px, #000 1px -2px 0px, #000 0px -2px 0px, #000 -1px -2px 0px, #000 -2px -2px 0px;
	letter-spacing: 0.1em;
}
.info_inner .performer .member span {
	color: #00eb4e;
}
.info_inner .performer .member:nth-child(2) span, .info_inner .performer .member:nth-child(4) span, .info_inner .performer .member:nth-child(7) span {
	color: #ff0018;
}
/*.info_inner .performer .member .smp_guard {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/smp_guard.png) repeat;
	z-index: 5;
}*/
@media screen and (min-width:640px) {
	.info_ttl {
		font-size: 1.4em;
	}
}
@media screen and (max-width:1000px) {
	.info_inner .performer .member .name {
		font-size: 2.5vw;
	}
}
@media screen and (max-width:640px) {
	.info_box {
		margin: 15px;
	}
	.info_inner .performer .member .name {
		font-size: 4.5vw;
	}
}
/*	theme_box
------------------------------------ */
.theme_box li {
	margin-bottom: 1.5em;
	border: 2px solid #00b681;
	border-top: 5px solid #00b681;
	border-radius: 5px;
	overflow: hidden;
}
.theme_box li:last-child {
	margin-bottom: 0;
}
.theme_box .ttl_theme {
	padding: 1em;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.5;
}
.theme_box .detail_theme {
	padding: 1em;
	background: #f5faf7;
	border-top: 1px solid #ccc;
	line-height: 1.5;
}
.theme_box .detail_theme span {
	display: block;
	font-weight: bold;
	color: #00aa74;
	margin: 1.3rem 0 0.5rem 0;
	font-size: 1.125em;
}
.theme_box .detail_theme span:first-child {
	margin-top: 0;
}
.tlt01 {
	padding: 0 0 1em;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.5;
}
.txt01 {
	padding: 0 0 1em;
}
/*	btn_list
------------------------------------ */
.btn_list {
	margin-bottom: 1.5rem;
}
.btn_list.btn_arcive {
	margin-bottom: 1.1em;
}
.btn_list li {
	margin-bottom: 0.625em;
}
.btn_list li:last-child {
	margin-bottom: 0;
}
@media screen and (min-width:640px) {
	.btn_list.btn_arcive {
		margin-top: -0.4em;
	}
}
/*	sns_share
------------------------------------ */
.sns_share {
	margin-bottom: 1.5rem;
	background: #fff;
	border-radius: 0;
	overflow: hidden
}
.sns_share .sns_share_ttl {
	width: 100%;
	height: 30px;
	background: #333333;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 16px 0 0 0;
}
.sns_share .sns_share_inner {
	padding: 1em;
}
.sns_share ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.sns_share li {
	width: 20%;
	max-width: 2.5rem;
	margin: 0 5%;
	display: flex;
	align-items: center;
}
.sns_share li img {
	width: 100%;
}
@media screen and (min-width:1000px) {
	.shareline {
		display: none !important;
	}
}
/*	twitter
------------------------------------ */
.wrap_twitter {
	max-width: 600px;
	margin-bottom: 25px;
	background: #f2faff;
	border: 1px solid #666;
	border-radius: 0;
	overflow: hidden;
}
.ttl_twitter {
	padding: 0.9em 0.25em;
	background: #000;
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
}
.ttl_twitter a {
	color: #fff;
	text-decoration: none;
}
.ttl_twitter span {
	position: relative;
	text-align: center;
}
.twitter_embed {
	height: 350px;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-y: scroll;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.twitter_embed iframe {
	width: 660px !important;
}
@media screen and (min-width:640px) {
	.ttl_twitter {
		font-size: 1rem;
	}
	.twitter_embed {
		height: 500px;
		overflow: hidden;
	}
}
@media screen and (min-width:1000px) {
	.ttl_twitter {
		font-size: 0.9rem;
	}
}
/* ---------------------------------------------------------------------------
 * archive
--------------------------------------------------------------------------- */
/*	year
------------------------------------ */
.archive_year {
	/*margin-bottom: 1em;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.archive_year .year {
	width: 31%;
	margin: 0 1% 0.5em;
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
.archive_year .year a {
	padding: 0.6em 0;
	display: block;
	color: #fff;
	background: #666;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	font-size: 1em;
	line-height: 1.2
}
.archive_year .year a span {
	font-size: 1.25em;
}
.archive2020 .bn2020 a,
.archive2021 .bn2021 a,
.archive2022 .bn2022 a,
.archive2023 .bn2023 a,
.archive2024 .bn2024 a,
.archive2025 .bn2025 a {
	background: #000;
	color: #00eb4e;
}
@media screen and (min-width:500px) {
	.archive_year .year {
		width: 23%;
	}
}
@media screen and (min-width:1000px) {
	.archive_year .year {
		width: 18%;
	}
	.archive_year .year a:hover {
		background: #000;
		color: #00eb4e;
	}
}
/*	archive_list
------------------------------------ */
.archive_list dl + dl {
	margin-top: 1.5em;
}
.archive_list dt {
	margin-top: 0.5em;
	padding: 0.5em 0.75em;
	background: #000;
	color: #00eb4e;
	font-size: 1.4em;
	line-height: 1;
	font-weight: bold;
}
.archive_list dt span {
	font-size: 1.25em;
}
.archive_list li:nth-child(even) {
	background: #f1f1f1;
}
.archive_list li .date {
	/*width: 25%;
	display: flex;
    justify-content: center;
    align-items: center;*/
	width: 25%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 1em;
}
.archive_list li a {
	padding: 0.75em 3em 0.75em 0;
    display: flex;
	position: relative;
    color: #000;
    font-size: 1em;
    line-height: 1.2;
    text-decoration: none;
    transition: .3s;
}
.archive_list li .week {
	margin: 0 -0.25em;
}
.archive_list li .txt {
width: 75%;
display: flex;
justify-content: left;
}
/* arrow */
.arrow {
    width: 1.5em;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -70%);
	overflow: hidden;
}
.arrow::before,
.arrow::after{
	content: "";
    box-sizing: border-box;
	position: absolute;
	right: 0;
	bottom: 0;
}
.arrow::before {
    border: 3px solid transparent;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
}
.arrow::after {
    width: 100%;
    height: 1px;
    background: #fff;
}

.archive_list li a .arrow {
    right: 0.75em;
}
.archive_list li a .arrow::before {
    border-bottom: 3px solid #00d146;
    border-left: 3px solid #00d146;
}
.archive_list li a .arrow::after {
    background: #00d146;
}

.past_link{
	margin-bottom: 20px;
	text-align: right;
	line-height: 1.2;
}
.past_link a{
	text-decoration: none;
}
.past_link a span{
	display: inline-block;
}
.under_arrow{
	padding-right: 0.5em;
	padding-bottom: 10px;
	position: relative;
}
.under_arrow .arrow {
    width: 100%;
    right: 0;
    top: inherit;
    bottom: 0;
}
.under_arrow .arrow::before {
    border-bottom: 3px solid #666;
    border-left: 3px solid #666;
}
.under_arrow .arrow::after {
    background: #666;
}

/*.archivetxt {
	margin-top: 2em;
}*/

@media screen and (min-width:1000px) {
	.archive_list li a:hover {
		background: #d5fde2;
	}
	a:hover .arrow::before,
	a:hover .arrow::after {
		animation: arrow_hover 0.3s ease-out 0s forwards;
	}
}
@keyframes arrow_hover {
	0% { right: 100%; }
	20% { right: 100%; }
	100% { right: 0; }
}
@media screen and (max-width:640px) {
	.archive_list li a {
		padding: 0.75em 3em 0.75em 0.75em;
		flex-wrap: wrap;
	}
	.archive_list li a .date {
		width: 100%;
		justify-content: left;
		padding-left: 0;
	}
	.archive_list li .txt {
width: 100%;
}
}
/* ---------------------------------------------------------------------------
 * footer
--------------------------------------------------------------------------- */
.footer_wrap {
	position: relative;
	clear: both;
}
footer {
	text-align: center;
}
.footer_copy {
	padding: 2.5rem 0;
	background: #00eb4e;
	position: relative;
	color: #000;
	font-size: 0.75rem;
	z-index: 20;
}
.footer_copy a {
	color: #000;
	text-decoration: none;
}
/*ページトップ*/
.pageTop {
	position: fixed;
	display: none;
	bottom: 30px;
	right: 15px;
	z-index: 1000;
}
.pageTop img {
	width: 80px;
}
@media screen and (min-width:1000px) {
	.pageTop img {
		width: 80px;
	}
}
@media screen and (max-width:640px) {
	.pageTop {
		right: 10px;
		bottom: 15px;
	}
	.pageTop img {
		width: 60px;
	}
}
.pageTop a {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageTop a:hover {
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	transform: translate(0, -10px);
	/*animation: boundAnime 0.3s ease-out;
	transform-origin: 50% 50%;
	*/
}
/* ---------------------------------------------------------------------------
 * campaign
--------------------------------------------------------------------------- */
.sub_title {
	position: relative;
	padding: 0 0 5px;
	margin: 1em 0 0.5em;
	font-weight: bold;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 1.5em;
	line-height: 1.1;
}
.sub_title:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #40ca92;
}
#campaign img {
	margin-bottom: 1em;
}
#campaign strong {
	color: #f00;
}
#campaign .note {
	color: #f00;
	text-align: center;
	font-weight: bold;
}
#campaign h4.kiyaku_midashi {
	font-weight: bold;
	margin: 1em 0 0.25em;
	font-size: 1.0rem;
}
#campaign h4 span {
	color: #f00;
}
#campaign dl {
	margin-bottom: 1.5em;
	font-size: 0.9em;
}
#campaign dl:last-child {
	margin-bottom: 0;
}
#campaign dt {
	margin: 0 0 5px 0;
	font-weight: bold;
}
#campaign dd {
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
#campaign dd a {
	font-weight: bold;
	color: #f00;
}
strong.oubo {
	font-weight: bold;
	color: #62d69b !important;
	font-size: 1.2em;
}
/**/
.step_row {
	width: 100%;
	display: table;
}
.step_row li {
	width: 33%;
	padding: 0;
	background: #fff;
	border: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
}
.step_row li:first-child {
	border-left: 1px solid #000;
}
.step_row li:last-child {
	border-right: 1px solid #000;
}
.step_row h4 {
	padding: 15px;
	background: #484848;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
}
.apply_form .step_row h4 {
	background: #f257a0;
}
.step_row h5 {
	width: 90%;
	margin: 1em auto;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.step_row .btn {
	width: 90%;
	min-height: 3em;
	max-width: 400px;
	margin: 0 auto 1.25em;
	padding: 0.75em 0.75em 0.75em 0em;
	background-color: #1da1f2;
	border: 2px solid #0e4c73;
	box-sizing: border-box;
	position: relative;
	display: flex;
	border-radius: 5px;
	color: #fff;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	text-decoration: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}
.step_row .btn:after {
	content: '';
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.25em;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0.75em;
}
.step_row .btn.apply {
	background-color: #e60012;
	border: 2px solid #6b2b01;
}
.step_row .note {
	width: 90%;
	margin: 0 auto 1em;
	border-radius: 5px;
	font-size: 0.8125rem;
	line-height: 1.3;
	text-align: left;
}
.step_row .pc {
	display: inline;
}
@media screen and (max-width:640px) {
	.step_row {
		display: block;
	}
	.step_row li {
		width: 100%;
		border: 1px solid #000;
		display: block;
	}
	.step_row li + li {
		border-top: none;
	}
	.step_row .pc {
		display: none !important;
	}
}
/* =============================================
 contents_side
============================================= */
.contents_side {
	width: 30%;
	float: right;
	padding-left: 2.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:640px) {
	.contents_side {
		width: 100%;
		margin: 0 auto 30px;
		padding-left: 0;
	}
}
/* -------------------------------------------
 side-sns
------------------------------------------- */
.side-sns {
	margin: 20px 0;
}
.side-sns li {
	display: block;
	margin: 10px;
}
.side-sns li + li {
	margin-top: 3px;
}
.side-sns a {
	display: block;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding: 14px 10px 13px 60px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.0rem;
	line-height: 1.1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	word-break: break-all;
}
.side-sns-facebook a {
	background: #3b5998 url("../../../../template/img/pc/icon_facebook_w.png") 10px center no-repeat;
	background-size: 42px;
}
.side-sns-facebook a:hover {
	color: #3b5998;
	background: #fff url("../../../../template/img/pc/icon_facebook.png") 15px center no-repeat;
	background-size: 42px;
}
.side-sns-twitter a {
	background: #55acee url("../../../../template/img/pc/icon_twitter_w.png") 10px center no-repeat;
	background-size: 42px;
}
.side-sns-twitter a:hover {
	color: #55acee;
	background: #fff url("../../../../template/img/pc/icon_twitter.png") 15px center no-repeat;
	background-size: 42px;
}
.side-sns-line a {
	background: #00c300 url("../../../../template/img/pc/icon_line_w.png") 10px center no-repeat;
	background-size: 42px;
}
.side-sns-line a:hover {
	color: #00c300;
	background: #fff url("../../../../template/img/pc/icon_line.png") 15px center no-repeat;
	background-size: 42px;
}
.sns_twitter-timeline {
	width: 273px;
	height: 50px;
	background-color: #55acee;
	border: 1px solid #55acee;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 12px 0 0 0;
	line-height: 1.2;
	margin: 25px 0 0;
}
.sns_twitter-timeline a {
	color: #FFF;
	text-decoration: none;
}
.sns_twitter-timeline a:hover {
	color: #FFF;
	text-decoration: none;
}
.twitterbox {
	border: 1px solid #55acee;
	margin-bottom: 10px;
}
.twbtn a {
	display: inline-block;
	width: 275px;
	padding: 0.9em ;
	line-height: 1;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	background-color: #55acee;
	background-repeat: repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	transition: all .4s;
	margin-bottom: 0;
}
/*.twbtn a:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px;
	top: 15px;
}*/
.twbtn a .twbtn_inner {
	padding-right: 2em;
    display: inline-block;
	position: relative;
}
/*.twbtn a .arrow {
    width: 1.5em;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -70%);
	overflow: hidden;
}
.twbtn a .arrow::before,
.twbtn a .arrow::after{
	content: "";
    box-sizing: border-box;
	position: absolute;
	right: 0;
	bottom: 0;
}
.twbtn a .arrow::before {
    border: 3px solid transparent;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
}
.twbtn a .arrow::after {
    width: 100%;
    height: 1px;
    background: #fff;
}*/

/*@media screen and (min-width:1000px) {
	.twbtn a:hover .arrow::before,
	.twbtn a:hover .arrow::after {
		animation: twbtn_hover 0.3s ease-out 0s forwards;
	}
}*/
/*@keyframes twbtn_hover {
	0% { right: 100%; }
	20% { right: 100%; }
	100% { right: 0; }
}*/
.timeline-Header {
	border-radius: 0 !important;
}
@media screen and (max-width:1051px) {
	.twbtn a {
		display: inline-block;
		width: 100%;
		font-size: 1.4vw;
	}
	.twbtn a:after {
		position: absolute;
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 20px;
		top: 15px;
	}
	.twbtn a:after {
		width: 0.7vw;
		height: 0.7vw;
		right: 7%;
		top: 1.3vw;
	}
}
@media screen and (max-width:640px) {
	.twbtn a {
		font-size: 4.5vw;
	}
	.twbtn a:after {
		width: 2.5vw;
		height: 2.5vw;
		right: 8%;
		top: 4.7vw;
	}
}
/* =============================================
 見逃しバナー
============================================= */
.bana_area {
	margin: 0 0 25px;
	width: 100%;
}
.bana_area .link_box {
	margin: 0 0 15px;
}
.bana_area .link_box:last-child {
	margin: 0;
}
.bana_area .link_box img {
	width: 100%;
}
.bana_area .link_box a img {
	transition: all .4s;
}
.bana_area .link_box a img:hover {
	transform: scale(1.05);
}

/*
	Site Name: ドヨルシリーズBanner用
	Version: 
	Author: 
*/
#seriesBanner {
	width: 100%;
	padding: 0 0 60px;
	z-index: 50;
}
#seriesBanner ul {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#seriesBanner ul li {
	width: 23%;
}
@media screen and (max-width:640px) {
	#seriesBanner {
		padding: 0 0 30px;
	}
	#seriesBanner ul li {
		width: 48%;
		margin-bottom: 4%;
	}
}
/*お詫び追加.apology*/
.apology {
	padding: 1em;
	line-height: 1.6;
	text-align: left;
}
.apology dt {
	margin: 0 0 0.5em 0;
	font-size: 5.5vw;
	font-weight: bold;
	color: #ff0018;
	line-height: 1.3;
}
p.owabitxt {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #999;
}
@media screen and (min-width:640px) {
	/*.apology {
    text-align: center;
  }*/
	.apology dt {
		font-size: 1.4em;
	}
}
.box.news {
	text-align: center;
	padding: 0 0 5px;
}
.box.news .box_ttl {
	min-height: 1.5rem;
	padding: 0.2em 0;
}
.box.news .wrap_detail {
	margin: 10px 30px 25px;
	line-height: 1.6;
}
.box.news .new_ttl {
	margin: 0 auto 15px;
	text-align: center;
}
.box.news .new_ttl img {
	width: 100%;
	max-width: 604px;
	margin: 0 auto;
}
@media screen and (max-width:640px) {
	.box.news .wrap_detail {
		margin: 10px 15px 15px;
	}
}
/*バナー追加*/
.bnr_box{
	position: relative;
	margin-bottom: 1.5rem
}
.bnr_box img{
	border-radius: 4px;
}
/* @media screen and (min-width:641px) {
	.bnr_box .blue_shadow{
		box-shadow: 0 1px 10px #5dbbf4, 0 -1px 10px #5dbbf4;
	}
	.bnr_box .white_shadow{
	box-shadow: 0 1px 10px #fff, 0 -1px 10px #fff;
}
} */
.bnr_box a img {
	transition: all .4s;
}
.bnr_box a img:hover {
	transform: scale(1.05);
}