@charset "utf-8";

/*
----------------------------------------------------------
Retina
*/

#bulbs7 {
	width: 530px;
}
#flower {
	width: 515px;
}
.efxs.bulbs6 {
	width: 490px;
}
#flower-dia {
	width: 444px;
}
#bulbs3dia {
	width: 361px;
}
#flower-red {
	width: 300px;
}
.efxs.bulbs3 {
	width: 188px;
}

/*
----------------------------------------------------------
装飾：写真
*/

.efx#flower {
	z-index: 2;
	top: 0;
	left: 0;
}
.efx#flower img {
	width: 100%;
	height: auto;
}
.efx#wa {
	z-index: 3;
	top: 180px;
	left: 289px;
}
.efx#bulbs7 {
	z-index: 1;
	top: 0;
	right: 71px;
}

.efxs.bulbs6 {
	position: absolute;
	top: 0;
	right: 0;
}
#flower-red {
	top: 390px;
	right: 255px;
}
.efxs.bulbs3 {
	position: absolute;
	top: 589px;
	right: 130px;
}
.efxs.bulbs3 img ,
.efxs.bulbs6 img {
	position: relative;
	width: 100%;
}

#bulbs3dia {
	z-index: 0;
	bottom: 19rem;
	left: 0;
}

/*
----------------------------------------------------------
装飾：グラデーションライン
*/

.efxs .line ,
.efx.line {
	width: 2rem;
	height: 8rem;
	background: linear-gradient( rgba(242,123,68,0.8), rgba(113,128,135,0.8) );
	z-index: 3;
}

#gheader .efxs:first-child .lines .efx.line:nth-child(1) {
	left: 12.5rem;
    height: 10.5rem;
    width: 4.15rem;
}
#gheader .efxs:first-child .lines .efx.line:nth-child(2) {
    top: 7.5rem;
	left: 17.35rem;
    width: 5px;
    height: 5rem;
}

#gheader .desc {
	position: relative;
}
#gheader .desc .efxs .efx.line:nth-child(1) {
	bottom: -3.75rem;
    right: -1.5rem;
	height: 7.5rem;
}
#gheader .desc .efxs .efx.line:nth-child(2) {
	height: 5rem;
    right: 1rem;
    width: 3px;
    bottom: -0.5rem;
}
.efxs.bulbs3 .efx.line {
    bottom: -1rem;
    left: 0.5rem;
    width: 7px;
    height: 5.5rem;
}
#about .lines:first-child .line:nth-child(1) {
	left: 2.25rem;
    height: 4rem;
	top: 0;
}
#about .lines:first-child .line:nth-child(2) {
	width: 3px;
    left: 1.5rem;
    height: 4rem;
    top: 1.75rem;
}
#about .efxs.bulbs6 .efx.line {
    width: 3rem;
    height: 8rem;
    right: 29%;
	bottom: -4rem;
}
#gfooter .efx.line {
    top: -6.5rem;
    width: 2px;
    height: 5.25rem;
}

/*
----------------------------------------------------------
汎用指定
*/

:root {
	--c-as: #cb9860;
	--c-a: #f27b44;
	--c-sub: #aaa;
	--c-notice: #666;
	--ff-en: "Libre Bodoni", serif;
	--fs-64: 4.266666rem;
	--fs-44: 2.933333rem;
	--fs-40: 2.666666rem;
	--fs-34: 2.266666rem;
	--fs-24: 1.6rem;
	--fs-20: 1.333333rem;
	--fs-18: 1.2rem;
	--fs-16: 1.066666rem;
/*	--fs-15: 1rem; */
	--fs-14: 0.933333rem;
	--fs-13: 0.86rem;
	--fs-12: 0.8rem;
	--fs-12dash: 0.756rem;
	--fs-11: 0.733333rem;
	--tra-default: all .3s ease-in-out;
	--clickactive-shadow: 0 0 10px 0 rgba(255,255,255,0.5);
	--fm-default: "Noto Serif JP", serif;
}

html {
	background: #171717;
	color: #fff;
	font-family: var(--fm-default);
	font-size: 15px;
	line-height: 1.86;
}
body {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
}
a[tabindex="-1"] {
	opacity: 0.8;
}
#gnav nav a:hover ,
.nav-pages li a:hover ,
.nav-sns li a:hover ,
#gnav-btns li a:hover {
	opacity: 0.7;
}
img {
	vertical-align: bottom;
}
p {
	margin: 1em 0 2em;
}
b {
	font-size: 1.05em;
}
button {
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
}

article .body dd ,
article .body dt ,
article .en ,
article h2 ,
article p {
	/* filter: brightness(95%); */
}
article#lineup header .en ,
#lineup p {
	filter: brightness(100%);
}
.ls-none {
	list-style: none;
	margin: 0;
	padding: 0;
}
.efx {
	position: absolute;
	z-index: 0;
}
.nstar {
	color: #de272d;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	margin: 0;
	padding: 0;
}
.efxs ,
.efx {
	transition: var(--tra-default);
}

article {
	position: relative;
	z-index: 1;
}
article header {
	text-align: center;
	line-height: 1.5;
}
article header .en {
	color: #fff;
	font-size: var(--fs-44);
	font-family: var(--ff-en);
	font-weight: bolder;
}
article header .ja {
	margin: 0.8rem 0 0;
	color: var(--c-a);
	font-size: var(--fs-12);
	font-weight: normal;
}
article header h1 {
	margin: 5rem 0;
}
article header h1 .en {
	line-height: 1;
}
article .body {
	position: relative;
	z-index: 1;
}
article section h2 {
	margin: 1em 0;/* remではなくem */
	border-bottom: 1px solid #5f5f5f;
	padding: 0 0 0.6em;
	line-height: 1.2;
	font-size: var(--fs-20);
	font-weight: normal;
}

/*
----------------------------------------------------------
レイアウト
*/

#gwrap {
	position: relative;
	width: 100%;
	background: #000;
	text-align: left;
}

.w-full {
	position: relative;
	width: 100%;
	padding: 0 0;
}
.w-wrap {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0;
}

/*
ここまで
----------------------------------------------------------
*/

#gnav-btns {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10000;
    padding: 1.5rem 2.25rem 0.25rem 0.25rem;
	background: rgba(0, 0, 0, 0.5);
}
body.menuopen #gnav-btns {
	background: rgba(0, 0, 0, 0);
}
#gnav-btns button ,
#gnav-btns a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	margin: 0 0 1rem;
	padding: 0;
}
#gnav-btns button:last-child ,
#gnav-btns a:last-child {
	margin-bottom: 0;
}
body.menuopen #gnav-btns button.hum .close ,
#gnav-btns button.hum .open {
	display: block;
}
body.menuopen #gnav-btns button.hum .open ,
#gnav-btns button.hum .close {
	display: none;
}

#gnav {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: calc( 100% - 80px );
	padding: 40px 0;
	background: rgba(0,0,0,0.8);
	overflow: auto;
	transition: none;
}
body:not(.menuopen) #gnav {
	display: none;
}
#gnav > .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#gnav .logo img {
	width: 370px;
}
#gnav .nav-pages ul li {
	margin: 1em 0 2em;
	padding: 0;
}
#gnav ul a {
	text-decoration: none;
}
#gnav .nav-sns {
	margin: 2.5em 0;
}

#gheader {
	overflow: hidden;
}
#gheader header {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 208px 0 0;
}
#gheader header h1 {
	margin: 0;
}
#gheader header h1 img {
	width: 100%;
}
#gheader header .desc {
	margin: -43px 112px 0 auto;
}
#gheader header .desc h2 {
	margin: 0;
	font-weight: normal;
}
#gheader header .desc h2 .en {
	color: var(--c-as);
	font-family: var(--ff-en);
	font-size: var(--fs-13);
}
#gheader header .desc h2 .ja {
	line-height: 1.5;
	font-size: var(--fs-24);
}
#gheader header .desc p {
	margin: 1em 0;
	line-height: 1.857;
	font-size: var(--fs-14);
}
#gheader header a {
	position: relative;
	width: 210px;
	height: 40px;
	margin: 2.5rem 0 2rem;
	border: 0;
	background-color: #000;
	text-align: center;
	font-size: var(--fs-14);
}
#gheader header a img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
#gheader header a:hover img {
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	width: 214px;
	height: 44px;
}
button:active ,
#gheader header a:active img {
	box-shadow: var(--clickactive-shadow);
}
#gheader .body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.slides {
	z-index: 4;
}
.slides ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slides li {
	margin: 0;
	padding: 0;
	width: 260px;
}
.slides li img {
	width: 100%;
	height: auto;
}
.slides li span {
	position: absolute;
	bottom: 0;
	left: 1rem;
	font-size: var(--fs-18);
}
.slides li span i {
	margin-left: 0.15em;
	font-size: var(--fs-34);
	font-style: normal;
}
.slides nav div {
	position: absolute;
	z-index: 100;
	background-color: transparent;
	width: 48px;
	height: 48px;
	margin: -24px 0 0;
	border-radius: 48px;
}
.slides nav div img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 48px;
	cursor: pointer;
}
.slides nav div:hover img {
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	width: 50px;
	height: 50px;
}
.slides nav div.is-prev {
	top: 50%;
	left: 30px;
}
.slides nav div.is-next {
	top: 50%;
	right: 30px;
}
.slides.slides {
	width: 100%;
	--f-carousel-slide-width: 260px;
}

#about {
	padding-top: 1px;
	padding-bottom: 3rem;
}
#about h1 {
	margin: 6.5rem 0 4.5rem;
}
#about .body {
	width: 500px;
	margin: 0 90px;
}
#about #flower-red + .body {
	margin-bottom: 4rem;
	letter-spacing: 0.1em;
}
#about .body p:first-child {
	margin-top: 0;
}
#about aside {
	margin: 5em 0;
	color: var(--c-sub);
	font-size: var(--fs-12dash);
}
#about aside ul li {
	margin: 1em 0;
}

#lineup {
	padding-top: 1px;
	padding-bottom: 1px;
	background: #fff;
	color: #000;
}
#lineup h1 {
	margin-bottom: 4.25rem;
}
#lineup header .en {
	font-size: var(--fs-64);
	color: #000;
}
#lineup header .ja {
	top: -0.86em;
}
#lineup .body {
	margin: 0 0 3.25rem;
}
#lineup aside {
	margin: 0 0 2rem;
}
#lineup section {
	margin: 0 0 5rem;
}
#lineup aside ul ,
#lineup section ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
#lineup aside ul {
	justify-content: center;
}
#lineup aside ul li {
	margin: 0 0.75em;
	padding: 0;
}
#lineup section ul {
	flex-wrap: wrap;
	gap: 22px 50px;
	margin: 0 90px;
}
#lineup section ul li {
	width: calc((100% - 50px * 4) / 5);
	margin: 0;
	padding: 0;
	text-align: center;
	transition: var(--tra-default);
	position: relative;
	padding-bottom: 1em;
}
@media (min-width: 1400px) {
	#lineup section ul li {
		width: calc((100% - 50px * 5) / 6);
	}
}
@media (min-width: 1600px) {
	#lineup section ul li {
		width: calc((100% - 50px * 6) / 7);
	}
}
@media (min-width: 1800px) {
	#lineup section ul li {
		width: calc((100% - 50px * 7) / 8);
	}
}
#lineup section ul li img {
	width: 100%;
	height: auto;
}
#lineup aside ul li.color::before ,
#lineup section ul li dl dd.color {
	display: inline-block;
	height: 0;
	margin: 0;
	border-radius: 20px;
	background: #ccc;
	overflow: hidden;
}
#lineup aside ul li.color {
	display: flex;
	align-items: center;
}
#lineup aside ul li.color::before {
	content: "";
	margin: 0 7px 0 0;
}
#lineup aside ul li.color::before {
	width: 20px;
	padding: 20px 0 0;
}
#lineup section ul li dl dd {
	width: 10px;
	padding: 10px 0 0;
	position: absolute;
	right: 10px;
	top: 10px;
}
#lineup aside ul li.color.white::before ,
#lineup section ul li dl dd.color.white {
	border: 1px solid #aaa;
	background: #fff; 
}
#lineup aside ul li.color.red::before ,
#lineup section ul li dl dd.color.red {
	border: 1px solid #de272d;
	background: #de272d;
}
#lineup section ul li dl {
	margin: 0.4em 0 0.3em;
}
#lineup section ul li dl dt {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#lineup .body aside {
	font-size: var(--fs-14);
}
#lineup .body .notice {
	color: var(--c-notice);
	font-size: var(--fs-12);
}
#lineup .notice {
	display: flex;
	justify-content: center;
}

#contact {
	padding-top: 1px;
}
#contact #flower-dia {
	top: 0;
	right: 0;
}
#contact .body {
	margin: 0 250px;
	line-height: 1.8;
}
#contact .body .desc {
	display: flex;
	gap: 0 40px;
	margin-bottom: 3rem;
}
#contact .body .desc .block {
	flex: auto;
}
#contact .body .desc .block + .block {
	white-space: nowrap;
}
#contact .body .desc .block .body {
	margin: 0;

	padding: 0 10px 0 0;
}
#contact .body .desc .block dl ,
#contact .body .desc .block dl dt ,
#contact .body .desc .block dl dd {
	margin: 0;
	padding: 0;
}
#contact .body #confirm {
    margin: 0rem 0 3rem;
    text-align: center;
}
#contact .body .form {
	min-height: 30rem;
	padding: 1px 70px 1px 50px;
	box-sizing: border-box;
	background: #181818;
}
#contact .body .form h2 {
	margin: 1.75em 0;
	text-align: center;
}
#contact .body .form .field ,
#contact .body .form .fieldlabel {
	margin: 0 0 1.25rem;
}
#contact .body .form label {
	display: flex;
}
#contact .body .form .fieldlabel {
	display: flex;
	justify-content: space-between;
    align-items: center;
	width: 35%;
	min-width: 35%;
}
#contact .body .form .field {
	position: relative;
	flex: auto;
	margin-left: 1.25rem;
}
#contact .body .form .emessage {
	display: none;
    position: absolute;
    bottom: -1.25em;
    left: -0.75em;
    z-index: 10;
    border: 1px solid #ccc;
    padding: 0 0.5em;
    border-radius: 3px;
    background: #fff;
    color: #ae2025;
    font-size: 0.8em;
	font-weight: bolder;
}
#contact .body .form .fieldlabel:has( + .field textarea[required] )::after ,
#contact .body .form .fieldlabel:has( + .field input[required] )::after {
	display: inline-block;
	content: "必須";
	padding: 0 0.8rem;
	background: #ae2025;
	line-height: 1.6;
}
#contact .body .form .field .inputwrap + input ,
#contact .body .form .field input + input {
	margin-top: 0.75rem;
}
#contact .body .form .inputwrap span {
	margin: 0 0.25rem;
}
#contact .body .form textarea ,
#contact .body .form input {
	width: 100%;
	border: none;
	padding: 0.5rem 0.8rem;
	box-sizing: border-box;
	border-radius: 3px;
	line-height: 1.6;
	font-size: 1rem;
}
#contact .body .form input.short {
	width: 9em;
}
#contact .body .form input.mid {
	width: 16em;
}
#contact .body .form input::placeholder {
	color: #757575;
	font-family: var(--fm-default);
}
#contact .body .form textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 15.5em;
	max-height: 70vh;
}
#contact .body .form button {
    display: block;
    margin: 1.5rem 0 4rem calc( 35% + 1.25rem );
	border: 1px solid #fff;
    padding: 0.6em 4em;
    border-radius: 3px;
    color: #fff;
    font-size: var(--fs-16);
	font-family: var(--fm-default);
}

#gfooter .body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
    margin: 10.5rem 0 2rem;
}
#gfooter .logo {
	margin: 1rem 0;
}
#gfooter .body .logo img {
	width: 190px;
}
#gfooter nav {
	margin: 1rem 0;
}
#gfooter nav ul {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: var(--fs-13);
}
#gfooter nav ul li {
	margin: 0 1.6em;
	line-height: 1.8;
}
#gfooter nav ul li a {
	text-decoration: none;
}
#gfooter nav ul li a:hover {
	text-shadow: 0 0 5px rgba(255,255,255,0.5);
}
#gfooter #copyright {
	border-top: 1px solid #3e3e3e;
	padding: 2em 1em;
	color: var(--c-sub);
	line-height: 1.8;
	font-size: var(--fs-11);
	font-weight: normal;
	text-align: center;
}
#gfooter #copyright p {
	margin: 0;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/

@media (max-width: 1199.98px) {
	#gheader .efxs:first-child .lines .efx.line:nth-child(1) {
		left: 10%;
	}
	#gheader .efxs:first-child .lines .efx.line:nth-child(2) {
		left: calc( 10% + 4.75rem );
	}
	#gheader .efx#bulbs7 {
		right: 0;
		width: 45%;
	}
	.efxs.bulbs6 {
		width: 40%;
	}
	#flower-red {
		width: 24%;
		right: 20%;
	}
	.efxs.bulbs3 {
		width: 15%;
		right: 10%;
	}

	.w-xl-wrap ,
	.w-wrap {
		width: calc( 100% - 12% );
		margin: 0 6%;
	}
	.w-xl-full {
		width: 100%;
		margin: 0;
	}

	#about .body {
		width: 50%;
		margin: 0;
	}
	#lineup section ul {
		margin: 0;
		gap : 22px 3%;
	}
	#lineup section ul li {
		min-width: 0;
		width: calc( ( 100% - 3% * 4 ) / 5 );
	}
	#contact .body {
		margin: 0 6%;
	}
}

@media (max-width: 991.98px) {
	.efx#bulbs7 {
		opacity: 0;
	}
	.efxs.bulbs6 {
        width: 35%;
    }
	#flower-red {
		width: 30%;
		top: 30%;
		right: 0;
    }
	.efxs.bulbs3 {
        width: 25%;
		top: 60%;
        right: 0;
    }
	#flower-dia ,
	#bulbs3dia {
		opacity: 0;
	}
	#about .efxs.bulbs6 .efx.line {
		width: 1.5rem;
		height: 4.5rem;
	}

	#about .body {
		width: 65%;
	}
	#lineup section ul li {
		width: calc( ( 100% - 3% * 3 ) / 4 );
	}
}

@media (max-width: 767.98px) {
	#gheader .desc .efxs .efx.line {
		opacity: 0;
	}
	.efxs.bulbs3 .efx.line {
		bottom: -2.5rem;
		height: 5.25rem;
	}
	#gheader .efxs:first-child .lines .efx.line:nth-child(1) {
        left: 6%;
        height: 5rem;
        width: 2.8rem;
	}
	#gheader .efxs:first-child .lines .efx.line:nth-child(2) {
        top: 3rem;
        left: calc(6% + 3.25rem);
        width: 3px;
        height: 3.5rem;
	}
	#about .efxs.bulbs6 .efx.line {
		bottom: -2.5rem;
		right: 29%;
		width: 1.5rem;
		height: 4.5rem;
	}
	#gfooter .efx.line {
		top: -1.75rem;
		height: 5rem;
	}
	.efx#flower {
		width: 118%;
		top: -24vw;
        left: -23.5vw;
	}
	.efx#wa {
	    width: 118%;
		top: 31vw;
        left: auto;
        right: -46vw;
	}
	.efx#flower::after {
		display: block;
        content: "";
        position: absolute;
        top: 96%;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 10rem;
        box-shadow: 0 0 1rem 2rem #000;
        background: #000;
	}
	.efxs.bulbs6 {
		display: block;
		position: relative;
		top: inherit;
		right: inherit;
		left: inherit;
		width: 70%;
		margin: 0 0 1.5rem auto;
	}
	#flower-red {
		position: relative;
		top: inherit;
		right: inherit;
		width: 50%;
		margin: 0 0 2rem 6%;
	}
	.efxs.bulbs3 {
		display: block;
		position: relative;
		top: inherit;
		right: inherit;
		left: inherit;
		width: 55%;
		margin: 3rem auto 5rem;
	}
	#bulbs3dia {
		opacity: 0;
	}

	#gnav-btns {
	    padding-right: 1.5rem;
	}
	.slides nav div.is-prev {
		left: 6%;
	}
	.slides nav div.is-next {
		right: 6%;
	}

	#gheader header {
		background-color: rgba(0,0,0,0.5);
	}
    #gheader header h1 {
        width: 93%;
        margin: 2rem 0px 12.5rem;
    }
	#gheader header .desc {
		margin: 0;
		text-align: center;
	}
	#gheader header a {
		margin-bottom: 2.5rem;
	}

	#lineup header .en ,
	article header .en {
		font-size: var(--fs-40);
	}
	#lineup h1 ,
	article header h1 {
		margin: 4rem 0 2.5rem;
	}
	article header h1 .en {
		width: 88%;
		margin: 0 6%;
	}

	#about .body {
		width: 100%;
	}
	#about #flower-red + .body {
		margin-bottom: 2.5rem;
	}
	#about h1 {
		margin-top: 5rem;
		margin-bottom: 3.5rem;
	}
	
	#lineup aside {
		margin-bottom: 1.25rem;
	}
	#lineup section ul li {
		width: calc( ( 100% - 3% * 2 ) / 3 );
	}

	#contact {
		margin-bottom: 5rem;
	}
	#contact .body {
		margin-right: 0;
		margin-left: 0;
	}
	#contact .body .desc .block {
    	flex: auto !important;
	}
	#contact .body .desc .block .body {
		padding-right: 0;
	}
	#contact .body .desc {
		display: block;
		margin-right: 6%;
		margin-left: 6%;
	}
	#contact .body .form {
		flex-wrap: wrap;
		margin-right: 0;
		margin-left: 0;
		padding: 1px 6%;
	}
	#contact .body .form h2 {
		margin: 1.5em 0;
	}
	#contact .body .form label {
		display: block;
	}
	#contact .body .form .fieldlabel {
		justify-content: left;
		flex-wrap: wrap;
		margin-bottom: 0.8rem;
		width: 100%;
		min-width: none;
	}
	#contact .body .form .fieldlabel::after {
		display: inline-block !important;
		float: none !important;
		margin-left: 1em;
	}
	#contact .body .form .field {
		margin-left: 0;
		margin-bottom: 2rem;
	}
	#contact .body .form .field textarea ,
	#contact .body .form .field input {
		padding-top: 0.86rem;
		padding-bottom: 0.86rem;
	}
	#contact .body .form .field textarea {
		min-height: 12.5em;
	}
	#contact .body .form button {
		margin-right: auto;
		margin-left: auto;
	}

	#gfooter {
		background: #181818;
	}
	#gfooter .body {
		margin-top: 0;
		margin-bottom: 0;
	}
	#gfooter .logo {
		margin: 4.5rem 0 0;
	}
	#gfooter nav ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 1rem 2rem;
	}
	#gfooter nav ul li {
		margin: 0;
	}
	#gfooter nav.nav-pages {
		margin: 2rem 0;
	}
	#gfooter #copyright {
	    padding-bottom: 4.5rem;
	}
}

@media (max-width: 575.98px) {
	#lineup section ul li {
		width: calc( ( 100% - 3% * 1 ) / 2 );
	}
}

@media (max-width: 380px) {
	#lineup section ul li {
		width: 100%;
	}
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
clear Fix
*/

.cf::after {
	content:"";
	clear:both;
	display:block;
	height:0;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
btn
*/

a.btn-buy {
	background: #fff;
	border: 1px solid #ccc;
	color: #888;
	text-decoration: none;
	padding: 2px 10px 4px;
	line-height: 1;
}
a.btn-buy:hover {
	border: 1px solid #ae2025;
	color: #ae2025;
}
p.caution {
	text-align: center;
	font-size: 1rem;
	padding-bottom: 1em;
}
@media (max-width: 767.98px) {
	p.caution {
		text-align: left;
	}
}
p.caution span {
	color: #ae2025;
}
#lineup section ul li dl dt{
	line-height: 1.6;
	padding-bottom: 0.5em;
}
#lineup section ul li dl dt span {
	font-size: 0.9rem;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
事業者向け関連
*/
.inner-header {
	position: absolute;
	margin: 2rem 0 0 2rem;
}
.inner-header img {
	width: 190px;
}
.inner-header a:hover {
	opacity: 0.7;
}
@media (max-width: 991.98px) {
	.inner-header {
		margin: 1.5rem 0 0 1.75rem;
	}
	.inner-header img {
		width: 20vw;
	}
}
@media (max-width: 767.98px) {
	.inner-header {
		display: none;
	}
}
#lineup h1 {
	margin-bottom: 3rem;
}
article#lineup h2 {
	text-align: center;
	margin: 0 auto 4em;
	color: #888;
	font-size: 1.1em;
	width: 14rem;
	padding: 0.3em 1em 0.4em;
	border: 1px solid #ccc;
}
article#lineup h2 a{
	color: #888;
	text-decoration: none;
}
article#lineup h2:hover {
	border: 1px solid #ae2025;
	color: #ae2025;
}
