html, body{
	padding:0;
	margin:0;
	font-family: 'Noto Serif JP', serif;
	font-size:16px;
	line-height:32px;
	background-color:#000;
	letter-spacing:2px;
}

a{
	text-decoration:none;
	color: rgba(81, 96, 133, 1); 
	font-weight:bold;
}

p{
	text-align: justify;
}

#c004 p{
	color:#fff;
}
*,::before,::after{
background-repeat:no-repeat;
-webkit-box-sizing:inherit;
box-sizing:inherit
}

::before,::after{
text-decoration:inherit;
vertical-align:inherit
}

*{
padding:0;
margin:0
box-sizing: border-box;
}

.clearfix::after{
	content:" ";
	display:block;
	clear:both;
}

@media (max-width: 481px){
	br.pc{
		display:none;
	}
}
@media (min-width: 481px){
	br.smp{
		display:none;
	}
}


section#top{
	margin:0;
	padding:100px 0;
	display:flex;
	align-items: center;
	background-size:cover;
	background-position:center;
	position:relative;
	width:100vw;
	height:100vh;
	filter:grayscale(.0);
}
section#top div{
	width:100%;
}
section#top h1{
	margin:0px auto 30px;
	padding:0;
	display:block;
	background-size:contain;
	background-position:center;
	text-indent:-999999px;
	font-size:14px;
	line-height:14px;
	position:relative;
}
section#top p{
	margin:0px auto 40px;
	padding:0;
	display:block;
	font-size:14px;
	line-height:26px;
	text-align:center;;
	color:white;
	width:100%;
}
section#top a{
	margin:0px auto 30px;
	padding:0 2px 10px;
	display:block;
	font-size:13px;
	line-height:13px;
	text-align:center;;
	color:white;
	width: fit-content;
}
section#top a.shop{
	border-bottom: 2px solid white;
}
section#top a img{
	width:30px;
}
@media (min-width: 481px){
	section#top h1{
		width:300px;
		height:100px;
	}
}
@media (max-width: 481px){
	section#top h1{
		width:200px;
		height:66px;
	}
}

section{
	position:relative;
}

section#c002 div.bg {
  margin: 0;
  display:block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height:100vh;
}

section#c002 div.button {
  margin: 0;
  display:block;
  width:100%;
  height:20vh;
  text-align:center;
  position:absolute;
  bottom:0px;
}

section#c002 div.button a {
	min-height: 20px;
	min-width: auto;
	padding: 0 5px;
	font-size: 14px;
	text-align:center;
	color:#fff;
	position: relative;
	margin:0 auto;
}

section#c002 div.is-animate a:after {
    width: 100%;
}

div.button a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 28px;
    width: 0%;
    height: 2px;
    background: #ffffff;
    transition: all 1.0s;
    --border-offset: none !important;
}

section#copy{
	margin:0;
	padding:100px 0;
	display:table;
	background-image:url(../images/futtsu_images_240523.jpg);
	background-size:cover;
	background-position:center;
	position:relative;
}
section#copy  .text-area{
	max-width:980px;
	display: block;
	margin:0 auto;
	padding:0px 50px;
	color:#FFF;
}
section#copy  .text-area p{
	padding:0px 0px;
	text-align:center;
	width:100%;
	margin:0;
}
@media (min-width: 481px){
	section#copy  .text-area p{
		font-size:16px;
		line-height:40px;
	}
	section#copy  .text-area p.en{
		font-size:14px;
		line-height:32px;
	}
}
@media (max-width: 481px){
	section#copy  .text-area p{
		font-size:14px;
		line-height:28px;
	}
	section#copy  .text-area p.en{
		font-size:13px;
		line-height:24px;
	}
}


footer{
	background-color:#000;
}


footer .contents-area a.link{
	margin:0px 5px;
	padding:0px 5px;
	color:#bbb;
	font-size:11px;
	line-height:15px;
	min-height:15px;
	min-width:auto;
	position:relative;
	font-weight:normal;
}
footer .contents-area a.link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    height: 1px;
    background: #bbb;
    z-index: 0;
    transition: all 1.0s;
    --border-offset: none !important;
}

footer .contents-area:first-child{
	padding:70px 20px 0px;
}

footer .contents-area span{
	font-size:10px;
	line-height:24px;
	color:#ccc;
	display:block;
	margin:30px 0 40px;
	letter-spacing:1px;
}
footer .contents-area span a{
	text-decoration:underline;
	color:#bbb;
	font-weight:normal;
}

footer .contents-area{
	max-width:980px;
	color:#888;
	font-size:10px;
	line-height:20px;
	display: block;
	margin:0 auto;
	padding:0px 50px 30px;
	position:relative;
	text-align:center;
	letter-spacing:1px;
}
