@charset "utf-8";
/* ----------------------------------------------------------------------------------------
* Author        : C&RM
* File          : nayosse CSS file
* ---------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------
                     01. common area css
------------------------------------------------------------------------------------------ */
:root {
    /*color*/
	--black: #231815;
    --yellow: #EEC029;
    /*style*/
	--main-ny-color: var(--black);
    --accent-ny-color: var(--yellow);
    
}

.bg-body {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: var(--accent-ny-color) url(../images/nayosse/bg-body.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	background-blend-mode: color-burn;
    z-index: -1;
    opacity: 1;
    transition: opacity .3s ease;
}

a.btn {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	column-gap: 8px;
    width: 548px;
    padding: 12px;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
	font-size: 2rem;
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
	a.btn {
		width: 100%;
	}
}

a.btn:hover {
    transform: translateY(3px);
    border-bottom: solid 2px #D0AF43;;
}

.heading-ny {
	position: relative;
	display: inline-block;
	font-size: clamp(3.6rem, 7.5vw, 6rem);
	font-weight: bold;
}

.heading-ny::before {
	content: url('../images/nayosse/deco-heading.png');
	position: absolute;
	left: -55px;
	width: 40.5px;
	height: 38.5px;
	background-size: contain;
}

.heading-ny::after {
	content: url('../images/nayosse/deco-heading.png');
	position: absolute;
	right: -55px;
	width: 40.5px;
	height: 38.5px;
	background-size: contain;
	transform: scaleX(-1);
}

/* ----------------------------------------------------------------------------------------
                     02. Header area css
------------------------------------------------------------------------------------------ */
.header-ny {
	height: 470px;
}

@media screen and (max-width: 768px) {
	.header-ny {
		height: 348px;
	}
}

.header-ny-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	padding: 12px 24px;
}

@media screen and (max-width: 768px) {
	.header-ny-top a {
		width: 48%;
	}
}

.header-ny-top img {
	width: 434px;
	height: 84px;
}

@media screen and (max-width: 768px) {
	.header-ny-top img {
		width: 100%;
		height: auto;
	}
}

.header-ny-top span {
	padding: 8px 24px;
	border: 1px solid var(--main-ny-color);
	color: var(--main-ny-color);
	font-size: clamp(2.4rem, 5vw, 3.6rem);
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.header-ny-top span {
		padding: 8px 12px;
	}
}

.header-ny-inner h1 img {
	width: 1000px;
	height: 236px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	.header-ny-inner h1 img {
		width: 92%;
		height: auto;
	}
}

/* ----------------------------------------------------------------------------------------
                     03. contact css
------------------------------------------------------------------------------------------ */
.contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	row-gap: 12px;
	position: relative;
	margin-top: 10px;
	border: 4px solid var(--main-ny-color);
	background-color: #fff;
	z-index: 1;
}

@media screen and (max-width: 1200px) {
	.contact {
		justify-content: center;
	}
}

.contact-tel {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.contact-tel-inner {
	display: flex;
	align-items: center;
	column-gap: 24px;
}

.contact-label {
	position: relative;
	padding: 8px 12px;
	border-radius: 5px;
	color: #fff;
	background-color: var(--main-ny-color);
	font-size: clamp(1.4rem, 2.9vw, 2rem);
	font-weight: bold;
}

.contact-label::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-style: solid;
	border-width: 6px 0 6px 12px;
	border-color: transparent transparent transparent var(--main-ny-color);
	translate: 100% -50%;
}

a.contact-link {
	display: flex;
	align-items: center;
	color: var(--main-ny-color);
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: bold;
}

a.contact-link svg {
	width: 36px;
	height: 36px;
	color: var(--accent-ny-color);
}

.contact-time {
	position: relative;
	text-align: center;
}

.contact-time::before,
.contact-time::after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 50%;
	width: 120px;
	height: 2px;
	background-color: var(--main-ny-color);
}

@media screen and (max-width: 768px) {
	.contact-time::before,
	.contact-time::after {
		width: 12%;
	}
}

.contact-time::before {
	left: 0;
}

.contact-time::after {
	right: 0;
}

a.btn-contact {
	color: var(--main-ny-color);
	border-bottom: solid 5px #D0AF43;
	background-color: var(--accent-ny-color);
}

a.btn-contact svg {
	width: 36px;
	height: 36px;
	color: var(--main-ny-color);
}

/* ----------------------------------------------------------------------------------------
                     04. about css
------------------------------------------------------------------------------------------ */
.about {
	position: relative;
	background-color: var(--main-ny-color);
	text-align: center;
}

.about::before {
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: var(--main-ny-color);
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* 下の三角形（逆さま） */
.about::after {
	content: "";
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: var(--main-ny-color);
	clip-path: polygon(0 0, 100% 0, 0 100%);
}

.deco-1,
.deco-2,
.deco-3 {
	position: absolute;
	z-index: 0;
}

@media screen and (max-width: 768px) {
	.deco-1,
	.deco-2,
	.deco-3 {
		width: 48%;
	}
}

.deco-1 {
	top: 48px;
	left: 0;
}

.deco-2 {
	top: 150px;
	right: 0;
}

.deco-3 {
	bottom: 120px;
	left: 0;
}

.about-inner,
.about-video {
	position: relative;
}

.about-inner {
	margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
	.about-inner {
		margin-bottom: 48px;
	}
}

.about h2 {
	color: #fff;
	text-align: center;
	font-size: clamp(3.2rem, 6.6vw, 6.2rem);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 4.34px;
}

.about h2 .big {
	font-size: clamp(3.6rem, 7.5vw, 8.4rem);
	letter-spacing: 7.5px;
}

.about h2 .big .accent {
	color: var(--accent-ny-color);
	font-size: clamp(5rem, 12.5vw, 12.2rem);
	letter-spacing: 11px;
}

.about p {
	display: inline;
	margin: 0 auto;
	padding: 4px 12px;
	color: var(--main-ny-color);
	background-color: #fff;
	font-size: clamp(1.4rem, 2.9vw, 2.8rem);
	font-weight: bold;
}

.about h2 p span {
	font-size: clamp(1.2rem, 2.5vw, 2.4rem);
}

main video {
	width: 100%;
}

.download-area {
	height: 110px;
	padding: 48px;
}

a.btn-download {
	margin: 0 auto;
	border-bottom: solid 5px #D0AF43;
	color: var(--accent-ny-color);
	background-color: #fff;
}

a.btn-download svg {
	width: 36px;
	height: 36px;
	color: var(--accent-ny-color);
}

/* ----------------------------------------------------------------------------------------
                     05. price css
------------------------------------------------------------------------------------------ */
.container .price  {
	position: relative;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	z-index: 1;
}

.price-list {
	display: flex;
	flex-direction: column;;
	row-gap: 12px;
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

@media screen and (max-width: 1200px) {
	.price-list {
		width: 92%;
	}
}

.price-list li {
	display: grid;
	grid-template-columns: 35% 1fr;
	align-items: center;
	column-gap: 28px;
	border: 2px solid var(--main-ny-color);
	font-size: clamp(2rem, 4vw, 3.6rem);
}

.price-list li span {
	position: relative;
	padding: 16px 24px;
	color: #fff;
	background-color: var(--main-ny-color);
	font-size: clamp(1.6rem, 3.33vw, 2.4rem);
}

.price-list li span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent var(--main-ny-color);
	translate: 100% -50%;
}