/*================================================================default*/
html {
font-size: 62.5%;
}

body {
margin: 0;
padding: 0;
width: 100%;
}

body * {
box-sizing: border-box;
position: relative;
}

main {
width: 100%;
margin: 0 auto;
}

h1,
h2,
h3 {
margin: 0;
letter-spacing: 0.05em;
}

p,
ul,
dl,
dd {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

figure {
vertical-align: bottom;
line-height: 1;
margin: 0;
}

img {
width: 100%;
height: auto;
vertical-align: bottom;
}

a {
transition: all .3s;
color: #707070;
text-decoration: none;
}

a:hover {
opacity: .7;
}

input,
select,
button {
appearance: none;
}

input[type='text'],
input[type='submit'],
input[type='search'],
input[type='file'],
textarea,
select,
button {
outline: none;
}

input[type='checkbox'] + label,
input[type='submit'],
input[type='file'] + label,
select,
button {
cursor: pointer;
}

table,
th,
td {
background-clip: padding-box;
}

.pc {
display: block;
}

.sp {
display: none;
}

@media (max-width: 480px) {
	.pc {
	display: none;
	}

	.sp {
	display: block;
	}
}

.wrapper {
display: flex;
justify-content: space-between;
}

.break-pc {
display: block;
}

.break-sp {
display: inline;
}

@media (max-width: 480px) {
	.break-pc {
	display: inline;
	}

	.break-sp {
	display: block;
	}
}

/*================================================================page*/
body {
font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
font-family: YakuHanJP_Noto, 'Noto Serif JP', serif;
font-weight: 400;
font-size: 1.4rem;
line-height: 1.5;
color: #707070;
}

#pick-up-item .wrapper {
width: 94%;
max-width: 936px;
margin: 0 auto;
justify-content: start;
flex-wrap: wrap;
}

#pick-up-item .wrapper > div {
width: 21%;
margin: 0 2% 60px;
text-align: left;
}

@media (max-width: 480px) {
	#pick-up-item .wrapper > div {
	width: 46%;
	margin: 0 2% 40px;
	}
}

#pick-up-item .wrapper > div img {
display: block;
margin: 0 0 15px;
}

@media (max-width: 480px) {

}

#pick-up-item .wrapper > div h2 {
font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
font-size: 1.6rem;
line-height: 1.2;
margin: 0 0 20px;
overflow-wrap: break-word;
}

@media (max-width: 480px) {
	#pick-up-item .wrapper > div h2 {
	font-size: 1.8rem;
	}
}

#pick-up-item .wrapper > div .catch {
font-size: 2.1rem;
font-weight: 700;
line-height: 1.2;
margin: 0 0 10px;
}

@media (max-width: 480px) {
	#pick-up-item .wrapper > div .catch {
	font-size: 1.8rem;
	}
}

#pick-up-item .wrapper > div .description {
font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
font-size: 1.2rem;
margin: 0 0 20px;
}

@media (max-width: 820px) {
	#pick-up-item .wrapper > div .description {
	font-size: 1.6rem;
	}
}

#pick-up-item .wrapper > div .spec {
flex-wrap: wrap;
font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
font-size: 1.2rem;
width: 100%;
margin: 0 0 20px;
}

@media (max-width: 820px) {
	#pick-up-item .wrapper > div .spec {
	font-size: 1.6rem;
	}
}

#pick-up-item .wrapper > div dt {
width: 4em;
}

#pick-up-item .wrapper > div dt:nth-of-type(2) {
width: 8em;
}

#pick-up-item .wrapper > div dt:nth-of-type(3) {
width: 100%;
}

#pick-up-item .wrapper > div dd {
width: calc(100% - 4em);
}

#pick-up-item .wrapper > div dd:nth-of-type(2) {
width: calc(100% - 8em);
}

#pick-up-item .wrapper > div dd:nth-of-type(3) {
text-align: right;
width: 100%;
}

#pick-up-item .wrapper > div .price {
font-size: 1.8rem;
font-weight: 700;
}

@media (max-width: 820px) {
	#pick-up-item .wrapper > div .price {
	font-size: 2rem;
	}
}

#pick-up-item .wrapper > div .price span {
font-size: 1.8rem;
}

@media (max-width: 480px) {
	#pick-up-item .wrapper > div .price span {
	font-size: 1.6rem;
	}
}

#pick-up-item .wrapper > div .btn a {
display: block;
background: #e50014;
color: #fff;
font-size: 1.8rem;
font-weight: 500;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 60px;
border-radius: 5px;
font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
}

@media (max-width: 820px) {
	#pick-up-item .wrapper > div .btn a {
	font-size: 2rem;
	height: 40px;
	}
}

#pick-up-item .wrapper > div .btnoff {
	display: block;
	background: #777;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-radius: 5px;
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	}
	
	@media (max-width: 820px) {
		#pick-up-item .wrapper > div .btnoff {
		font-size: 2rem;
		height: 40px;
		}
	}

.cta-blk {
text-align: center;
background: #eee;
padding: 45px 0;
font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
}

.cta-blk .wrapper {
width: 90%;
max-width: 840px;
margin: 0 auto 28px;
align-items: center;
}

.cta-blk .wrapper .logo {
width: 98px;
}

@media (max-width: 480px) {
	.cta-blk .wrapper .logo {
	width: 50px;
	}
}

.cta-blk .wrapper p {
font-size: 2.8rem;
text-align: left;
width: calc(100% - 128px);
}

@media (max-width: 480px) {
	.cta-blk .wrapper p {
	font-size: 1.8rem;
	width: calc(100% - 70px);
	}
}

.cta-blk .btn a {
display: flex;
width: 480px;
height: 85px;
margin: 0 auto;
background: #e50014;
justify-content: center;
align-items: center;
font-size: 3.1rem;
color: #fff;
}

@media (max-width: 820px) {
	.cta-blk .btn a {
	width: 50%;
	height: 50px;
	font-size: 1.8rem;
	}
}

@media (max-width: 480px) {
	.cta-blk .btn a {
	width: 90%;
	}
}

.caution {
text-align: center;
padding: 70px 0 50px;
font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
}

@media (max-width: 480px) {
	.caution {
	padding: 45px 0;
	}
}

.caution h3 {
font-size: 3.1rem;
font-weight: 500;
line-height: 1.3;
color: #EF8780;
margin: 0 0 27px;
}

@media (max-width: 480px) {
	.caution h3 {
	font-size: 1.8rem;
	margin: 0 0 20px;
	}
}

.caution p {
font-size: 1.8rem;
}

@media (max-width: 480px) {
	.caution p {
	font-size: 1.4rem;
	}
}

/*================================================================header*/
header .menu button {
position: fixed;
right: 0;
top: 0;
width: 100px;
height: 100px;
background: #1e1210;
z-index: 10;
border: none;
}

header .menu button span {
display: block;
width: 50px;
height: 5px;
background: #fff;
position: absolute;
left: 25px;
transition: all .3s;
}

header .menu button span:nth-of-type(1) {
top: 33px;
}

header .menu button span:nth-of-type(2) {
top: 48px;
}


header .menu button span:nth-of-type(3) {
top: 63px;
width: 30px;
}

header .menu button.open span:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
}

header .menu button.open span:nth-of-type(2) {
opacity: 0;
}

header .menu button.open span:nth-of-type(3) {
-webkit-transform: translateY(-20px) rotate(45deg);
transform: translateY(-20px) rotate(45deg);
width: 50px;
}

@media (max-width: 480px) {
	header .menu button {
	width: 50px;
	height: 50px;

	}

	header .menu button span {
	display: block;
	width: 26px;
	height: 3px;
	left: 12px;
	}

	header .menu button span:nth-of-type(1) {
	top: 15px;
	}

	header .menu button span:nth-of-type(2) {
	top: 23px;
	}


	header .menu button span:nth-of-type(3) {
	top: 33px;
	width: 15px;
	}

	header .menu button.open span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
	}

	header .menu button.open span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
	width: 26px;
	}
}

header .menu ul {
position: fixed;
right: 0;
top: 0;
display: flex;
flex-direction: column;
align-items: center;
opacity: 0;
visibility: hidden;
transition: opacity .3s, visibility .3s;
z-index: 2;
background: #1e1210;
padding: 100px 50px 50px;
}

header .menu ul.open {
opacity: 1;
visibility: visible;
}

header .menu li {
line-height: 1.3;
margin: 0 0 1.5em;
text-align: center;
padding: 0 0 1.5em;
width: 100%;
border-bottom: 1px solid rgba(255, 255, 255, .5);
}

header .menu li:last-of-type {
margin: 0;
padding: 0;
border: none;
}

header .menu li a {
font-size: 2.4rem;
color: #fff;
}


/*================================================================footer*/
footer {
background: #707070;
font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
text-align: center;
padding: 32px 0 50px;
}

@media (max-width: 480px) {
	footer {
	padding: 20px 0 30px;
	}
}

footer nav ul {
display: flex;
justify-content: center;
margin: 0 0 74px;
}

@media (max-width: 480px) {
	footer nav ul {
	margin: 0 0 40px;
	}
}

footer nav a {
color: #fff;
font-size: 1.8rem;
}

@media (max-width: 480px) {
	footer nav a {
	font-size: 1.2rem;
	}
}

footer nav li:not(:last-of-type):after {
content: '|';
color: #fff;
display: inline-block;
margin: 0 9px;
vertical-align: 2px;
}

@media (max-width: 480px) {
	footer nav li:not(:last-of-type):after {
	margin: 0 5px;
	vertical-align: 0;
	}
}

footer .logo {
width: 120px;
margin: 0 auto 15px;
}

@media (max-width: 480px) {
	footer .logo {
	width: 80px;
	}
}

footer .copyright {
color: #fff;
font-size: 1.8rem;
}

@media (max-width: 480px) {
	footer .copyright {
	font-size: 1.2rem;
	}
}

/*================================================================index*/
#index #fv {
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
width: 100vw;
height: 100vh;
}

#index #fv .text {
position: absolute;
text-align: center;
color: #fff;
z-index: 1;
width: 100vw;
height: 100vh;
padding: 0 0 30px;
}

#index #fv #video {
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
display: block;
object-fit: cover;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}

#index #fv .logo {
width: 168px;
position: absolute;
left: 105px;
top: 50px;
}

@media (max-width: 480px) {
	#index #fv .logo {
	width: 84px;
	left: 20px;
	top: 20px;
	}
}

#index #fv h1 {
font-size: 7.8rem;
font-weight: 300;
line-height: 1.3;
position: absolute;
bottom: 230px;
width: 100%;
text-align: center;
}

@media (max-width: 820px) {
	#index #fv h1 {
	font-size: 5.6rem;
	bottom: 40%;
	transform: translateY(-40%);
	}
}

@media (max-width: 480px) {
	#index #fv h1 {
	font-size: 3.9rem;
	}
}

#index #fv .lead {
font-size: 3.1rem;
position: absolute;
bottom: 170px;
width: 100%;
text-align: center;
}

@media (max-width: 820px) {
	#index #fv .lead {
	font-size: 2.4rem;
	bottom: 37%;
	}
}

@media (max-width: 480px) {
	#index #fv .lead {
	font-size: 1.6rem;
	bottom: 40%;
	transform: translateY(-35%);
	}
}

#index #fv a.scroll {
font-size: 3.1rem;
color: #fff;
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
animation: flash 2s linear infinite;
}

@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: .3;
	}
}

#index #fv a.scroll:after {
content: '';
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 21px 23px 0 23px;
border-color: #fff transparent transparent transparent;
margin: 0 auto;
}

@media (max-width: 480px) {
	#index #fv a.scroll {
	font-size: 2rem;
	}

	#index #fv a.scroll:after {
	border-width: 12px 14px 0 14px;
	}
}

#index #about {
width: 90%;
max-width: 960px;
margin: 0 auto;
padding: 138px 0 118px;
}

@media (max-width: 480px) {
	#index #about {
	width: 90%;
	padding: 50px 0 0;
	}
}

#index #about .content-blk {
margin: 0 0 85px;
}

@media (max-width: 480px) {
	#index #about .content-blk {
	display: block;
	margin: 0 0 50px;
	}
}

#index #about .content-blk img {
display: block;
width: 27%;
}

@media (max-width: 480px) {
	#index #about .content-blk img {
	width: 100%;
	margin: 0 auto 30px;
	}

	#index #about .content-blk:nth-of-type(1) img {
	width: 50%;
	}
}

#index #about .content-blk > div {
width: 70%;
}

@media (max-width: 480px) {
	#index #about .content-blk > div {
	width: 100%;
	}
}

#index #about .content-blk > div h2 {
font-size: 3.1rem;
margin: 0 0 50px;
}

@media (max-width: 480px) {
	#index #about .content-blk > div h2 {
	font-size: 2.4rem;
	margin: 0 0 20px;
	text-align: center;
	}
}

#index #about .content-blk > div p {
font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
font-size: 1.8rem;
margin: 0 0 1em;
}

@media (max-width: 480px) {
	#index #about .content-blk > div p {
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	}
}

#index #pick-up-item {
padding: 80px 0;
text-align: center;
color: #fff;
background: url(../images/bg_pick_up_item.png) no-repeat center top /cover;
background-attachment: fixed;
}

@media (max-width: 480px) {
	#index #pick-up-item {
	padding: 50px 0;
	}
}

#index #pick-up-item h1 {
font-size: 4.8rem;
margin: 0 0 55px;
}

@media (max-width: 480px) {
	#index #pick-up-item h1 {
	font-size: 2.4rem;
	margin: 0 0 30px;
	}
}

#index #pick-up-item > .wrapper {
margin: 0 auto 40px;
}

@media (max-width: 480px) {

}

#index #pick-up-item > .btn a {
width: 480px;
height: 85px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
background: #58558e;
color: #fff;
font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
font-size: 3.1rem;
font-weight: 500;
}

@media (max-width: 820px) {
	#index #pick-up-item > .btn a {
	width: 50%;
	height: 50px;
	font-size: 1.8rem;
	}
}

@media (max-width: 480px) {
	#index #pick-up-item > .btn a {
	width: 90%;
	}
}

/*================================================================item*/
#item main {
padding: 37px 0 0;
}

@media (max-width: 480px) {
	#item main {
	padding: 20px 0 0;
	}
}

#item main > .logo {
text-align: center;
width: 241px;
margin: 0 auto 68px;
}

@media (max-width: 480px) {
	#item main > .logo {
	width: 120px;
	margin: 0 auto 40px;
	}
}

#item main > h1 {
text-align: center;
font-size: 4rem;
font-weight: 400;
line-height: 1.3;
margin: 0 0 74px;
}

@media (max-width: 820px) {
	#item main > h1 {
	font-size: 4.6rem;
	}
}

@media (max-width: 480px) {
	#item main > h1 {
	font-size: 3.4rem;
	margin: 0 0 40px;
	}
}

#item #pick-up-item {
padding: 0 0 70px;
}

@media (max-width: 480px) {
	#item #pick-up-item {
	padding: 0 0 50px;
	}
}

#item #pick-up-item h1 {
font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
font-size: 3.1rem;
font-weight: 700;
text-align: center;
margin: 0 0 20px;
}

@media (max-width: 480px) {
	#item #pick-up-item h1 {
	font-size: 1.8rem;
	}
}

#item #pick-up-item .notes {
width: 90%;
max-width: 840px;
margin: 0 auto;
font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
}

@media (max-width: 480px) {

}















