/* CSS Document */
/*- menu -*

変更領域, fv, contents, about

* filetop *
------------------------------------------------------------------------------------------------------------------------------------------*/
/*- File name [ style.css ] -*/

/*------------------------------------------------------------------------------------------------------------------------------------------
* 変更領域
------------------------------------------------------------------------------------------------------------------------------------------*/
/* screen width 768px未満
---------------------------------------------------------------------*/

/*- body -*/
body, body * {
	/*font-family: "Noto Sans JP", sans-serif;*/
	color: #333;
}

/*- footer -*/
footer .inner {
	background: #E3007F;
}
footer .inner p {
	color: #FFFFFF;
}

/*- main -*/
main {}

/*- title -*/
h3.title img {}

/*- Box -*/
.Box > * {}

/*- top -*/
#top {
	background-image: linear-gradient(90deg, #333333, #000000);
	padding-bottom: clamp(40px, 9.375vw, 80px);
}

/*- btm -*/
#btm {}

/*- rule -*/
#rule .itemLists strong {
	font-weight: 700;
	font-size: clamp(1.6rem, 1.5625vw, 2rem);
}

/* ar_sp */
.ar_sp a {}

/* 横向き用
---------------------------------------------------------------------*/
@media (orientation: landscape) {}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {}

/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {}

/* PC用1280px～（PC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {}




/*------------------------------------------------------------------------------------------------------------------------------------------
* fv
------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

/* 横向き用
---------------------------------------------------------------------*/
@media (orientation: landscape) {}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {}

/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {}

/* PC用1280px～（PC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {}




/*------------------------------------------------------------------------------------------------------------------------------------------
* contents
------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/
.contents .inner img {
	margin-inline: auto;
}

/* 横向き用
---------------------------------------------------------------------*/
@media (orientation: landscape) {}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {}

/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {}

/* PC用1280px～（PC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {}

/*------------------------------------------------------------------------------------------------------------------------------------------
* media
------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/
* + .media {
	margin-top: clamp(20px, 9.375vw, 60px);
}
.media .poster {}
.media .poster h3 {
	width: 80%;
	max-width: 378px;
	margin-left: auto;
	margin-right: auto;
}
.poster_contents {
	margin-top: clamp(1em, 9.375vw, 30px);
}
.poster_contents p {
	color: #FFFFFF !important;
	font-weight: bold !important;
}
.poster_contents .media__image {
	width: 70%;
	max-width: 235px;
	margin-left: auto;
	margin-right: auto;
}
.poster_contents .media__summary {
	margin-top: clamp(2em, 9.375vw, 30px);
}
.poster_contents .media__summary a {
	color: #FFFFFF !important;
	text-decoration: underline;
	font-weight: normal;
}

/* 横向き用
---------------------------------------------------------------------*/
@media (orientation: landscape) {}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	.media {}
	.media .poster {}
	.poster_contents {
		display: flex;
		justify-content:center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.poster_contents .media__image {
		margin-left:0;
		margin-right:0;
	}	
	.poster_contents .media__summary {
		margin-top: 0;
		margin-left: 50px;
	}
}

/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {}

/* PC用1280px～（PC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {
    .media {}
    .media .poster {
    	width: 80%;
    }
}




/*------------------------------------------------------------------------------------------------------------------------------------------
* about
------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

* + .about {
	margin-top: clamp(20px, 9.375vw, 60px);
}
.about .appimgarea {
	background: #FFFFFF;
	border-radius: clamp(1em, 9.375vw, 40px);
	padding-bottom: clamp(20px, 9.375vw, 40px);
}
.appimgarea a {
	background: #E3007F url("../../../common_v13/img/icon/svg/arrow/ar_white.svg") no-repeat center right 12px;
	background-size: 18px auto;
	border: 2px solid #fff;
	box-shadow: 0 3px 8px rgb(0 0 0 / 15%);
	border-radius: 40px;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto;
	padding: 15px 10px;
	text-align: center;
	text-decoration: none;
	width: 90%;
}

/* 横向き用
---------------------------------------------------------------------*/
@media (orientation: landscape) {}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {}

/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
	.appimgarea a {
		margin-top: 15px;
		max-width: none;
		font-size: 2.4rem;
		padding: 24px 0;
		border: 4px solid #FFF !important;
		background-position: center right 28px !important;
		background-size: 28px auto !important;
	}
	.appimgarea a:hover {
		text-decoration: none !important;
		opacity: 0.6;
	}
}

/* PC用1280px～（PC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {}




/*------------------------------------------------------------------------------------------------------------------------------------------
* bfLinkback
------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/
#bfLinkback {
	padding-inline: clamp(10px, 2.60416vw, 20px);
	padding-top: clamp(40px, 10vw, 80px);
	margin-inline: auto;
	max-width: 900px;
}
#bfLinkback a {
	display: block;
	border-radius: 20px;
	background: linear-gradient(90deg, #b2833d, #fff2b1 50%, #966b33);
	text-decoration: none;
	padding: 2px;
}
#bfLinkback a span {
	display: block;
	position: relative;
	border-radius: 20px;
	background: #23190f;
	box-sizing: inherit;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	font-size: clamp(1.8rem, 1.875vw, 2.4rem);
	color: #FFFFFF;
	padding: 20px 32px;
}
#bfLinkback a span::after {
	content: "";
	display: block;
	border-right: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	transition: 0.5s;
	aspect-ratio: 1 / 1;
	min-width: clamp(10px, 1.5625vw, 20px);
	width: clamp(10px, 1.5625vw, 20px);
	right: clamp(10px, 2.5vw, 32px);
	top: 50%;
}
#bfLinkback a:hover {
	opacity: 0.7;
}

/* 横向き用
---------------------------------------------------------------------*/
@media (orientation: landscape) {}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {}

/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
	#bfLinkback a {
		border-radius: 99px;
		padding: 3px;
	}
	#bfLinkback a span {
		border-radius: 99px;
	}
}

/* PC用1280px～（PC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {}




/*------------------------------------------------------------------------------------------------------------------------------------------
* Add Sample Code
------------------------------------------------------------------------------------------------------------------------------------------*/

/* screen width 768px未満
---------------------------------------------------------------------*/

/* 横向き用
---------------------------------------------------------------------*/
@media (orientation: landscape) {}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {}

/* iPad pro・ノートPC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {}

/* PC用1280px～（PC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {}