@charset "utf-8";

html,body,#container {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 16px;
	line-height: 2;	
	background: #fff;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}







#loading {
  width: 100vw;
  height: 100vh;
  transition: all 3s;
  background-color: #fd5a9f;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 400px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 
100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}






a {
	color: #868686;
	transition: 0.2s;
}
a:hover {
	color: #fd5a9f;
	text-decoration: none;
}

.inner {
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 5% !important;
	padding-right: 5% !important;
}

img{	  
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

header {
	height: 70px;
	background: #ee82a8;
}


#top header {
	min-height: 100%;
	margin-bottom: 0px;
}



#top #logo img {
	position: fixed;
	z-index: 1;
	left: 1%;
	top: 37%;
	width: 50%;
}


#contents {
	position: relative;z-index: 1;
	overflow: hidden;
    background:rgba(255, 252, 245, 0.8);
	padding: 30px 0;
}

.main {
	float: left;
	width: 100%;	
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}
.main img {
    width: auto;
    text-align: center;
}

#youtube {
    width: 50%;
    margin: 50px;
    margin-top: 50xp
    margin-bottom: 150px;
}

#set-s {
        display: none;
}

#s {
    width: 70%;
    margin-top: 150px;
    margin-bottom: 100px;
}

.tbl-r th {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
}

.tbl-r .th1 {
  background:rgba(255, 210, 89, 0.5);
}
.tbl-r .th2 {
  background: rgba(255, 90, 159, 0.5);
}.tbl-r .th3 {
  background:rgba(255, 199, 240, 0.50);
}.tbl-r .th5 {
  background: rgba(255, 200, 76, 0.5);
}
.tbl-r .th6 {
  background:rgba(255, 167, 0, 0.5);
}
.tbl-r td{
　border: solid 1px #ccc;
  padding: 15px;
}
.tbl-r td a{
  text-decoration: none;
}

#bana {
  width:auto; 
  text-align: center;  
  margin-top: 200px;
}
#bana p {
    margin: 0;
}
#bana img{
    margin: 15px;
    text-align: center;
}
table {
  margin: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

#shop {
    margin-top: 100px;
    margin-bottom: 250px;
    font-size: 50px;
}


#shop a{
    padding: 0;
}


#goods {
    margin-top: 50px;
    margin-bottom: 150px;
}

#goods img{
    width: 70%;   
}

#comingsoon{
    margin-top: -200px;   
}

#comingsoon img {
    margin-top: -100px;
    margin-bottom: 200px;
    width: 40%;
    padding: 50px;
    
}


#set {
    margin-top: 50px;
    margin-bottom: 300px;
}


#set img{
    width: 80%;
}

.rc {
    margin-top: -400px;
    margin-bottom: 400px;
    margin-left: 39%;
}




.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 40px;
  text-decoration: none;
  color: #fd5a9f;
  border-radius: 4px;
  font-weight: bold;
  font-size: 30px;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}

.btn-square-pop a:active {
  color: #ff20a1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

footer {
	clear: both;position: relative;z-index: 1;
	font-size: 12px;
	background: #ffbdde;
	color: #fff;
	text-align: center;
}
footer a {color: #fff;}
footer a:hover {color: #fff;}

#copyright {
	clear: both;
	text-align: center;
	background: #fd5a9f;
}
#copyright a {text-decoration: none;}
#copyright a:hover {color: #666;}

.font1 {line-height: 0.5;font-size: 12px;}




@keyframes scroll {0% {opacity: 0;}100% {opacity: 1;}}
body .nav-fix-pos-pagetop a {display: none;}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 50px;	
	line-height: 50px;
	z-index: 1;
	position: fixed;
	bottom: 20px;
	right: 3%;
	background: #ffa9ee;
	color: #fff;
	border: 1px solid #fff;
	animation-name: scroll;
	animation-duration: 1S;
	animation-fill-mode: forwards;
	border-radius: 50%;
}

body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #ff7bdb;
}

p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}


.look {background: #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #ee82a8 !important;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.w50 {overflow: hidden;width: 50%;}
.fl {float: left;}
img.fl {float: left;width:30%;margin-right: 20px;margin-bottom: 20px;}
.fr {float: right;}
img.fr {float: right;width:30%;margin-left: 20px;margin-bottom: 20px;}
.big1 {font-size: 22px;}
.big1 {font-size: 12px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.date {text-align: right;color: #999;font-size: 11px;}

.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 640px) {

  .tbl-r {
    width: auto;
    text-align: center;
  }
  .tbl-r th,
  .tbl-r td {
　　border-bottom: none;
    display: block;
    width: auto;
  }

.btn-square-pop {
  padding: 10px;
  margin: 10px;
}
.main{
    padding: 30px;
}
#shop {
    margin-bottom: 10;
}

#goods {
    margin-top: 50px;
    margin-bottom: 0px;
}
      
.btn-square-pop {
        font-size: 30px;
        margin: 10px;
}
.main img {
    margin-bottom: 10px;
}
    
}

@media screen and (max-width:800px){

@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#contents .main, #contents 
    {
	float: none;
	width: auto;
	clear: both;
}

body.s-n .sub,body.s-n 
.big1 {font-size: 20px;}
.w50 {overflow: hidden;width: auto;}
.fl {float: none;}
.fr {float: none;}

}

@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

@media screen and (max-width:600px){
    
.pc { display: none !important; }
.sp { display: block !important; }

#top #logo img {
	top: 40%;
	width: auto;
    left: 0;
    text-align: center;
}
#top header {
	min-height: 100%;
	margin-bottom: -90px;
    background-color: #fff;
}
    
    
.main {
    margin-top: 30px;
    margin-bottom: 0;
}
    
#youtube {
    width: 100%;
    height: 0 auto;
    margin: 0px;
    margin-top: 60px;
}
    
#s {
    width: auto;
    margin: 0px;
    margin-top: 100px;
}
   
table {
    width: auto;
    margin-bottom: 100px;
}


#goods img,#set img{
    width: 100%;
}    

#set {margin-bottom:150px; 
}
    
    
#bana {
    width: 100%;
    display:none;
} 
    
#shop {
    margin-bottom: 0;
    margin-bottom: 150px;
} 
    

}

@media screen and (max-width:480px){

.spinner {
  margin: 220px auto;
}
    
#loading {
  transition: all 5s;
}
    
    
body {
	font-size: 12px;
	line-height: 1.5;
}
    
#top header {
	min-height: 100%;
	margin-bottom: 90px;
    background-color: #fff;
}
     
.inner {
	padding-left: 2% !important;
	padding-right: 2% !important;
}

#contents p {
	padding: 0 10px 20px;
}
 

#set ,.rc {
      display:none;
}
    
#set-s , .rc-s {
     display: block;
    margin-bottom: 200px;
}
  
.rc-s img{
    width: 90%;
}
    
#shop a {
    font-size: 23px;
    
}
    
#youtube {
    width: auto;
    height: 200px;  
    margin-top: 80px;
}
   
    
#comingsoon {
    margin-top: -150px;
    margin-bottom: 0px;   
}
    
    
#comingsoon img {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
    padding: 0px;
    
}

    
    
    
.pc { display: none !important; }
.sp { display: block !important;   
}
    
    
}
    

.ws,.wl {width: 94%;}
.fl {float: none;}
img.fl {float: none;display: block;width:90%;margin: 0 auto 20px;}
.fr {float: none;}
img.fr {float: none;display: block;width:90%;margin: 0 auto 20px;}
.big1 {font-size: 16px;}
.sh {display:block;}
.pc {display:none;}

}
