@charset "UTF-8";

/* CSS Document */

html {height:100vh;
 overflow-y:scroll;}
body {
	height:100vh;
  background-color: #fffeee;
  background-image:
    radial-gradient(#fff3d3 13%, transparent 1%),
    radial-gradient(#fff3d3 13%, transparent 1%);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;

background-attachment: fixed;
	color:#72472E;
	margin: 0;
	padding: 0;
	font-family:tbchibirgothicplusk-pro, sans-serif;
	font-size:14px;
	line-height:1.8em;
	-webkit-text-size-adjust: 100%;
   -moz-box-sizing: border-box;
    box-sizing: border-box;}

@media screen and (max-width: 414px) { 
	body {
	font-size: 12px;
	line-height: 1.6em;
}}

header{position:relative;}
nav {
  position:relative;
  height: 20px;
  overflow: hidden;
}

label {
  width: 30px;
  height: 30px;
  //border: 1px solid black;
  position: fixed;
  right: 10px;
  top: 20px;
  z-index: 1000;
}

label.open::before{font-family: "Font Awesome 5 Free";
	font-size:40px;
	font-weight: 900;content:  "\f3cd";
transition: 3s;}

#check:checked ~ label.open::before {
	font-family: "Font Awesome 5 Free";
	font-size:40px;
	font-weight: 900;
	color:#72472E;
 content:  "\f35a";
}

#check {
  display: none;
}

div.phone{width:350px;position: fixed;}

div.phone {
  width: 250px;
  height: auto;
  background-color:#FFE49F;
  margin: 0;
  padding: 20px;
  text-align: center;
  list-style: none;
  position: fixed;
  top: 0;
  right: -100%;
  transition: 1s;
  z-index: 10;
border-radius: 40px;
}
.phone-in{width:auto;
margin: auto auto 20px;
padding: 10px;
background-color: #FFFEEE;
border-radius: 20px;}

table.navi
{
width: 100%;
font-size: 1em;
  font-family: tbudrgothic-std, sans-serif;
font-weight: 900;
text-align: center;
line-height: 1.2em;
border-collapse: separate;
border-spacing: 8px 10px;}

table.navi tr td{
	width:25% ; 
	height: 50px; border-radius: 20px; padding: 5px;}

table.navi tr:nth-child(odd) td:nth-child(odd)
{background-color: #99D5F2;}
table.navi tr:nth-child(odd) td:nth-child(even)
{background-color:#FFE49F;}

table.navi tr:nth-child(even) td:nth-child(odd)
{background-color: #A8EABF;}
table.navi tr:nth-child(even) td:nth-child(even)
{background-color:#FFE49F;}

table.navi tr:nth-child(4) td:nth-child(3)
{background-color:#99D5F2;}

.mada{background-color:#FFFEEE!important; color:#E9E9E9!important; border:dashed 4px #FFE49F;}

.home{
width: 50px;
height: 50px;
margin: auto auto 20px;
border-radius:50%;
background-color: #FFFEEE;
vertical-align: middle;
display: table-cell;
}

ul.navi li {
  margin: 10px ;
  padding: 10px 0px;
  border-radius: 30px;
font-size: 1.2em;
  font-family: tbudrgothic-std, sans-serif;
font-weight: 900;
text-align: center;
list-style: none;
}

ul{margin: -5px auto; padding:0;}

@media screen and (max-width: 414px){
div.phone {
width: auto;
padding: 15px;
	}
	div.phone-in{margin: auto auto 10px;}
ul.navi li {
  margin: 10px 5px;
  padding: 10px 0px;
  border-radius: 30px;
}
	ul.navi li{font-size:1.2em;}
.home{font-size:1em;}
}

#check:checked ~ ul.navi {
  right: 0;
}
#check:checked ~ div.phone {
  right: 0;
}
/*ヘッダー*/
header a{border-bottom: none;}



/*タイトル*/
div#title{
	margin: 0px auto 100px;
	text-align: center;}
div#title img{width: 100%;max-width: 550px; margin:0 auto;}
div#title a{border-bottom:none;}
@media screen and (min-width: 501px) {div#title a:hover{opacity: 0.3;}}

@media screen and (max-width: 414px) {
div#title img{width:100%;
	max-witdh:414px;}
}

/*ストーリー*/
div.more div div:first-child{text-align: center;}

/*メンバー*/
div.memberlist-pc{padding:10px;text-align: center;}
div.memberlist-sp{
	padding: 10px 0; text-align: center;}
@media screen and (max-width: 414px){	}

div.iconlist{margin:0px auto 15px; text-align: center; display: inline-block;}
div.iconlist a{border-bottom:none;}
div.icon{
margin: 0px 6px;
padding: 18px;
display: inline-block;
line-height: 1em;
float: left;
	border-radius: 30px;
font-family: tbudrgothic-std, sans-serif;
font-weight: 900;
}
div.icon span{color: #FFFEEE;}
.icong{border-image: url("img/frame2.png") 200/20/0 round!important;
border-style:solid;border-width: 2px;}

.cleafix::after{
	  content: "";
  display: block;
  clear: both;
}
div.icon img{
	width:100px;
	margin: 0 auto 7px;
}
@media screen and (max-width: 550px){
	div.icon{margin: 10px;}}

@media screen and (max-width: 414px){
div.icon img{
	width:75px;
	margin: 0 auto 7px;
}
div.icon{width:90px; margin: 0 1px;padding: 8px;}}

@media screen and (min-width: 780px){	
  .memberlist-pc { display:block; }
  .memberlist-sp { display:none; }
}
@media screen and (max-width: 779px){	
  .memberlist-pc{ display:none; }
  .memberlist-sp { display:block; }
}

/*ルール*/
dt{padding-bottom: 5px;
 	font-weight: bold;
   border-bottom: solid 3px #FFB852;}
dd{margin-left: 10px;}


/*プロフィール*/
div.prof{
width: auto;
background-color: #FFFEEE;
margin: 20px auto;
padding: 25px;
border-radius: 20px;
box-shadow: 4px 5px 0px 0 #FFc46F;

}

@media screen and (max-width: 414px){
div.prof{
padding:20px 8px;		
}	
	
}

/*フレーム*/
div.frame{
margin:0px auto 0px;
padding: 15px 0;
width:100%;
max-width: 800px;
	  display: flex;
  justify-content: center;
  flex-direction: column;
  position:relative;
}

#member{background-color:;
}
#more{background-color:#99d5f2;
}
#rule{background-color:#FFE49F; border-radius: 30px;}
#entry{background-color:#A8EABF;}
#link{}


@media screen and (max-width: 500px) { 
	div.frame{
		width:100%;
		max-width: 500px;}
		#more{background-size: 160px;}
		#entry{background-size: 140px;}
	#link{background-size: 160px;}
	}

div.content1,.content2 {
margin:0px auto 20px;
height:auto;
width: 90%;
//border-style:solid;border-width: 2px;
}

div.content1{border-image: url("img/frame.png") 200/60/0 round;}
div.content2{border-image: url("img/frame2.png") 200/60/0 round;}

@media screen and (max-width: 500px) { 
	div.content1 {
border-image: url("img/frame_sp.png") 100/25/0 round!important;
}
div.content2 {
border-image: url("img/frame2_sp.png") 100/25/0 round!important;
}}

/**
.member{background-color: #CeB6D2;}
.more{background-color:#E0B4C9;}
.entry{background-color:#BABFD2;}
.entry2{background-color:#BABFD2;}
.link{background-color:#bad3cd;}
**/

div.text{
padding: 20px 40px;
height: auto;
}
@media screen and (max-width: 414px) {
div.text{
padding: 8%;
}}

ul{margin: -5px auto; padding:0;}

/*装飾小物*/
.u{border-bottom:dotted 4px;}
.b{font-weight:bold;}
.l{font-size:130%;
　　font-family: tbudrgothic-std, sans-serif!important;
font-weight: 900;}
.font{font-family: amatic-sc, sans-serif;
font-weight: 700;
font-size: 3.5em;
font-style: normal;} 
.fa-r{color:#F27B6C;}
.fa-b{color:#43A3FF;}
.fa-w{color:#fffeee;}
li{
list-style-type:none;
margin: 0 auto;
padding: 0;
text-align: justify;
  }
li:nth-child(odd)::before {
	font-family: "Font Awesome 5 Free";
	font-size:15px;
	font-weight: 900;
    content:  "\f578"; /* 空の要素作成 */
	color:#43A3FF;
}
li:nth-child(even)::before {
	font-family: "Font Awesome 5 Free";
	font-size:15px;
	font-weight: 900;
    content:  "\f06c"; /* 空の要素作成 */
	color: #46D26A;
}

.sh{background: linear-gradient(transparent 40%, #FFE49F 40%);}
.sh2{background: linear-gradient(transparent 40%, #A8EABF 40%);}
.sh3{background: linear-gradient(transparent 40%, #afeeff 40%);}

@media screen and (min-width: 501px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 500px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*アコーディオンメニュー*/

/*全体*/
.hidden_box {
    margin:  0;/*前後の余白*/
    padding: 0;
}


/*リンク*/
a{/*リンクされた文字*/
    color:#72472E;
    font-style:normal;
    text-decoration:none;
	border-bottom:2px solid;
}

#member a{border-bottom:none;}
#member a:hover{color: #72472E;}

a:hover {/*マウスをのせたとき*/
    color:rgba(255,255,255,0.00);
    font-style:normal;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}

/*セパレータ*/
.svg-separator{
  display: block;
  background: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transform: translateY(-100%) translateY(2px);
  transform: translateY(-100%) translateY(2px);
  width: 100%;
}
.svg-separator.bottom{
  top: auto;
  bottom: 0;
}
.sep1{
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep2 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep3 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep4 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep5 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep6 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep7 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep8 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep9 {
  transform: translateY(0%) translateY(-2px) scale(-1,-1);
  transform-origin: bottom;
}
.sep10 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep11 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep12 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}



.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin-top:-60px;
  z-index:5;
  top:0;
  position:absolute;
  left:0px;
  float:left;
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}