@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background-size: 100% auto;
	background-color: #000!important;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	overflow-x: hidden;
	text-align: center;
	font-size: 18px;
}
@media (min-width: 768px) {
	body{
		font-size: 22px;
	}
}
/* ···÷¦÷·······÷¦÷······÷ ÷····
　TEXT
···÷¦÷·······÷¦÷······÷ ÷···· */
h2.subtitle {
	color: #2F2F2F;
	font-size: 1.6em;
	margin: 20px 0;
}
.subtitle span.small{
	font-size: 0.8em;
	display: inline-block;
}
.subtitle span{
	display: inline-block;
}
h2.catch {
	color: #2F2F2F;
	font-size: 1em;
	margin-bottom: 40px;
	line-height: 2em;
}
h3{
	font-size: 1.2em;
	line-height: 2em;
}
p{
	font-size: 1rem;
}
span{
	font-size: 1.2rem;
	display: inline-block;
}
h2.catch span{
	font-size: 1.6rem;
	display: inline-block;
}
.y{
	color: #AD8908;
}
.b{
	color: #1243DF;
}
.r{
	color: #E5191C;
}
.cta-section .y {
	color: #A7923D
}
.cta-section .b {
	color: #5099D7
}
.cta-section .r {
	color: #C5445C
}

.item-container {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.diamond {
	width: 84px;
	height: 84px;
	transform: rotate(45deg);
	position: relative;
	margin-left: 20px;
	margin-right: 25px;
}
.diamond-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	transform: translate(-50%, -50%) rotate(-45deg);
	font-size: 18px;
	text-align: center;
}
.content {
	color: #2F2F2F;
	font-size: 0.8em;
}

/* ···÷¦÷·······÷¦÷······÷ ÷····
　IMG
···÷¦÷·······÷¦÷······÷ ÷···· */
.img-block {
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	margin-bottom: 20px;
	margin-top: 60px;
}
.border-wrap:first-child{
	position: fixed;
	z-index: 99;
}
@media (min-width: 768px) {
.img-hero{
	width: 100%;
	position: absolute;
	z-index: -99;
}
}
.img-hero {
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -99;
}
.img-hero img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.img-block img{
	width: 100vw;
	height: auto;
	display: block;
	vertical-align: bottom;
}
.img-block img{
	width: 100vw;
	display: inline-block;
}

.border-wrap{
	margin: 0;
	position : relative;
}
.border-wrap img {
	display: block;
	width: 100vw;
	max-width: none;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%) scale(2);
	transform-origin: center top;
}
.ue{
	position: absolute;
	margin-top: 24px;
}
.ue.footer{
	margin-top: 64px;
}
.ue img {
	transform: translateX(-50%) scale(2, -2);
	transform-origin: center top;
	overflow: hidden;
}
@media (min-width: 768px) {
.img-block.border-wrap img{
	width: 100vw;
}
.border-wrap img {
	left: 0%;
	transform: translateX(0%) scale(1);
}
.ue img {
	position: absolute;
	transform: translateX(0%) scale(1, -1);
	transform-origin: center top;
}
}

/* ···÷¦÷·······÷¦÷······÷ ÷····
　CTA
···÷¦÷·······÷¦÷······÷ ÷···· */
.cta-section {
	background: url('../public_html/nippori-tdc.nightlp.com/img/bg2.jpg') top center;
	background-size: 100% auto;
	margin-top: 64px;
	padding: 40px 20px;
}
.cta-section h2 {
	color: #333;
	font-size: 1em;
	margin-bottom: 20px;
}
.cta-section a {
	font-weight: bold;
	font-size: 26px;
	text-decoration: none;
	display: inline-block;
	padding: 18px 48px;
	background-color: #00c300;
	color: white;
	border-radius: 48px;
}

/* ···÷¦÷·······÷¦÷······÷ ÷····
　FAQ
···÷¦÷·······÷¦÷······÷ ÷···· */
.faq-item {
	border-bottom: 2px solid #ccc;
	font-size: 1em;
	color: #222;
}

.faq-question {
	display: block;
	padding: 1em;
	cursor: pointer;
	font-weight: bold;
	background: #f8f8f8;
}

.faq-answer {
	font-size: 0.9em;
	max-height: 0;
	overflow: hidden;
	transition: max-height,padding 0.3s ease;
	padding: 0 1em;
	background: #fff;
}
input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]:checked ~ .faq-answer {
	max-height: 300px;
	padding: 1em;
}

/* ···÷¦÷·······÷¦÷······÷ ÷····
　PC表示
···÷¦÷·······÷¦÷······÷ ÷···· */
@media (min-width: 768px) {
	.item-container {
		width: 60%;
		margin: 50px auto;
	}
	.img-block img {
		width: auto;
		max-width: 100%;
		display: inline-block;
	}
}