@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background-size: 100% auto;
	background-color: #000!important;
	font-family: "Zen Old Mincho", serif;
	font-weight: 200;
	font-style: normal;
	line-height: 1.5;
	overflow-x: hidden;
	text-align: center;
}
/* ···÷¦÷·······÷¦÷······÷ ÷····
　IMG
···÷¦÷·······÷¦÷······÷ ÷···· */
.img-block {
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.border-wrap:first-child{
	position: fixed;
	z-index: 99;
}
.container > .img-block:first-child {
	margin-top: 40px;
}
@media (min-width: 768px) {
.container > .img-block:first-child {
	margin-top: 64px;
}
}
@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;
}
}

/* ···÷¦÷·······÷¦÷······÷ ÷····
　TEXT
···÷¦÷·······÷¦÷······÷ ÷···· */
h2.subtitle {
	color: white;
	font-size: 28px;
	margin: 20px 0;
	text-shadow: 0 0 8px rgba(0,0,0,0.8);
}
.subtitle span.small{
	font-size: 24px;
	display: inline-block;
}
.subtitle span{
	display: inline-block;
}
h2.catch {
	color: white;
	font-size: 20px;
	margin-bottom: 40px;
	text-shadow: 0 0 8px rgba(0,0,0,0.8);
}
.y{
	color: #F0DCC2;
}
.b{
	color: #BFE8E6;
}
.r{
	color: #E7A2B1;
}
.cta-section .y {
	color: #B8AF8A
}
.cta-section .b {
	color: #98C3E7
}
.cta-section .r {
	color: #D4798A
}

.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;
	font-weight: bold;
}
.diamond-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	transform: translate(-50%, -50%) rotate(-45deg);
	font-size: 18px;
	text-align: center;
}
.content {
	color: #fff;
	font-size: 18px;
}

/* ···÷¦÷·······÷¦÷······÷ ÷····
　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: 20px;
	margin-bottom: 20px;
}
.cta-section a {
	font-weight: bold;
	font-size: 22px;
	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: 20px;
	color: #222;
}

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

.faq-answer {
	font-size: 18px;
	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: 40px auto;
	}
	.img-block img {
		width: auto;
		max-width: 100%;
		display: inline-block;
	}
}