@charset "utf-8";
#wrapper {
	margin:0 auto;
}
.section{
	margin:0 auto;
}
/* Acordion Faq */
.tab {
  position: relative;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: block;
  padding: 0 0 0 0;
  background: #000;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  background-color: white;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: #000;
}

.tab-content p {
  margin: 1em;
}
/* :checked */
input:checked ~ .tab-content {
  max-height: 100%;
}
/* Icon */
label::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-transition: all .20s;
  -o-transition: all .20s;
  transition: all .20s;
}
input[type=checkbox] + label::after {
  content: "+";
	
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
    /* flexbox分割 */
    .row { display: flex; }
    .col { width: 100%; }
    .special_template_one .row{ margin:0; padding:0;}
    .socials{ margin-top: 2rem; }



body{
	position:relative;
background: linear-gradient(315deg, #e447ff, #cbddff);
    background-size: 400% 400%;

    -webkit-animation: gra 0s ease infinite;
    -moz-animation: gra 0s ease infinite;
    animation: gra 0s ease infinite;

}

#topfixed{
	position: fixed;
	z-index: 99;
	width:100%;
}
.fluffy {
  animation: fluffy1 4s ease infinite;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-5px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-5px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
/*item fade in*/


.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.scroll-animation-obj {
  opacity: 0;
  transition: all 0.6s ease 0.1s;
}
.scroll-animation-hop {
  transform: translate(0,60px);
}
.scroll-animation-left {
  transform: translate(-120px,0);
}
.scroll-animation-right {
  transform: translate(120px,0);
}
.left {
position: relative;
z-index: 1;
}

.right {
position: relative;
z-index: 1;
} 
.center {
position: relative;
z-index: 1;
}
.item-left {
position: absolute;
top:0px;
left:0px;
width:100%;
z-index: 2;
}

.item-right {
position: absolute;
top:0px;
right:0px;
width:100%;
z-index: 2;
} 
.item-center {
position: absolute;
top:0px;
right:0px;
width:100%;
z-index: 2;
opacity: 40%;

}

.main {
    width: 100%;
	position: relative;
	z-index: 1;
}
.main p {
    top: 0px;
    font-size: 5vw;
    font-weight: bold;
    opacity: 0;
	
}
.main p.animate {
    top: 0;
    opacity: 1;
} 
.main-item {
	position: absolute;
	z-index: 2;
	opacity: 50%;
	top:50px;
    transition: all 2.0s;
}

/*page top*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
	z-index: 5;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity: 0.7;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
	opacity: 0.7;
}
/*page topここまで*/


#h {
	position:fixed;
	bottom: 50px;
	left: 0px;
	margin:0 auto;
	width:60%;
	overflow: hidden;
	opacity:0.85;
	z-index:200;
}
  /*3分割*/
.img-container {
  display: flex;
}
.img-container img {
  width: calc(100% / 3);
}


@media screen and (min-width:600px){
  /*画面幅が600pxまでの時*/
body{
	background-color: whitesmoke;
}
	
#wrapper {
	margin:0 auto;
	width:370px;
	border-bottom:5px solid #e60012;
	position:relative;
}
	

#topfixed{
	position: fixed;
	width:370px;
}
}
