@charset "UTF-8";
/* CSS Document */
body{
    background:#FFF;
    font-family:'Marcellus', serif,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #333;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
	font-size:1.6rem;
}
html { font-size: 62.5%; }

#kv{
    width: 100%;
    height: 100vh;
    background-image: url(../images/toppage.jpg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
	background-size: cover;
}


@media screen and (max-width:768px) {
body{
	font-size:1.6rem;
	}
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
    outline: none;
}

a:hover,
a:active{
	text-decoration: none;
}

img{
	max-width: 100%;
	height: auto;
}

/* heading */

.heading-block{
    position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.heading-block h1{
  
	filter: drop-shadow(1px 5px 5px #333);

   
}

.heading-block h1 img{
	max-width: 60vw;
	width: 500px;

	
}

.heading-block p{
    font-size:1.8rem;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
}
/*横幅が768px以下になった際の指定*/
@media only screen and (max-width:768px) {
  .heading-block h1{
    width: 55vw;
    }

}

/* sns icon */
#sns-icon img{
    width: 20px;
}

#sns-icon{
    position: absolute;
    right:20px;
    top:45%;
}

#sns-icon li{
     margin:0 0 15px 0;   
}
@media only screen and (max-width:768px) {
#sns-icon{
    position: absolute;
    right:20px;
    top:80%;
}

}
/* copyright */

small{
	display:none;
   /* position: absolute;
    left:20px;
    top:40%;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;*/
}

@media only screen and (max-width:768px) {
small{
   display:none;
}

}


#sp_myaccount li{
    padding: 10px 0;
    border-bottom: 1px dotted #000000;
    font-size: 15px;
    background-image: url(https://img21.shop-pro.jp/PA01500/244/etc_base64/c25fbGluZQ.png?cmsp_timestamp=20230711142759);
    background-repeat: repeat-x;
    background-position: center bottom;
}