@charset "UTF-8";

.pane-contents,
.edit-format {
    background: #fff;
}

/* .pane-contents--container {
    width: 1200px;
} */
/* .pane-main {
    
} */

@media screen and (max-width: 768px) {}


/* ==================================================
Page Head Custom
================================================== */
#page-head {}

@media screen and (max-width: 768px) {

    #page-head {}

}

/* ==================================================
Page Body
================================================== */
#page-body {
    overflow-x: hidden;
    max-width: 700px;
    position: relative;
}

.none {
    display: none;
}

.flex {
    display: flex;
    justify-content: center;
    margin-inline: auto;
    align-items: flex-start;
    gap:30px;
}

.articleSet {
    position: relative;
}

#head-title {
    margin-top: 60px;
}


.sawa {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}



.full {
width:100%;
max-width:800px;
}

.med {
width:80%;
max-width:700px;
margin:0 auto;
}


.Maincont {
position:relative;
}


.logo {
position:absolute;
top: 90%;
left: 50%;
transform: translate(-50%, -50%);
width:68%;
}


        
.credit-out {
font-size: 12px;
margin: 0 auto;
letter-spacing: 0.1em;
}  
        
      

.grp1 {
align-items: flex-end;
gap : 50px;
width:88%;

.item1 {
width:48%;
}
.item2 {
width:42%;
}

}

.grp2 {
width:88%;

.item1 {
width:48%;
}
.item2 {
padding-top: 100px;
width:48%;
}

}

.grp3 {
width:100%;
gap:50px;

.item1 {
width:48%;
}
.item2 {
padding-top: 140px;
width:48%;
}
.credit {
font-size: 12px;
text-align:left;
letter-spacing: 0.1em;
}  

}

.grp4 {
width:68%;
margin: 0 auto;
}

.grp5 {
width:92%;

}

.grp6 {
width:92%;

.item1 {
padding-top: 120px;
width:48%;
}
.item2 {
width:48%;
}

}

.grp7 {
width:100%;
gap:0px;
 
.item1 {
width:50%;
}
.item2 {
width:50%;
}

}

.grp8 {
width:88%;
 
.item1 {
width:48%;
}
.item2 {
padding-top:140px;
width:48%;
}

}

.grp9 {
width:68%;
margin-left:36px;
}

.grp10 {
gap:10px;
align-items: flex-end;
.item1 {
width:68%;
}
.item2 {
width:20%;

.credit {
writing-mode: sideways-lr;
font-size: 12px;
text-align:left;
letter-spacing: 0.1em;
}

}

}

.grp11 {
width:82%;
margin: 0 0 0 auto;

.item1 {
width:48%;
}
.item2 {
width:48%;
} 

}

.grp12 {
width:88%;
margin: 0 auto;
}



.credit-left {
font-size: 12px;
text-align:left;
letter-spacing: 0.1em;
}

.credit-right {
font-size: 12px;
text-align:right;
letter-spacing: 0.1em;
}

.grp13 {
width:88%;

.item1 {
width:48%;
}
.item2 {
width:48%;
} 

}

.grp14 {
width:92%;
margin: 0 auto;
}


.checkbtn {
    display: inline-block;
    position: relative;
    font-size: 14px;
    border:solid 1px;
    padding:10px 120px 10px 120px;
}

.checkallbtn a {
	background-color:transparent;
	display:inline-block;
	cursor:pointer;
	color:#383838;
	font-size:14px;
	padding:10px 140px;
	text-decoration:none;
	border: solid 1px #383838;
}
.checkallbtn a:visited{
	color:#383838;
}
.checkallbtn a {
	color:#383838;
	-webkit-text-fill-color: #383838;
}

.checkallbtn:hover {
	background-color:transparent;
}
.checkallbtn:active {
	position:relative;
	top:1px;
}

/* タブレット用 */
@media screen and (max-width: 768px) {


}

/* SP用 */
@media screen and (max-width: 480px) {
.Maincont {
  font-size: 11px;
}


.left2 {
  left: 22%;
}
.right2 {
  left: 72%;
}

.credit-out {font-size: 9px;} 
.grp1 {gap : 30px;}
.grp2 {gap : 20px;
.item2 {
    padding-top: 80px;
  }
}

.grp3 {gap: 20px;
.credit {
      font-size:8px;
    }
.item2 {
    padding-top: 110px;
  }
.credit {
font-size: 9px;
}  
}
.grp8 {gap : 20px;}
.grp9 {
  width: 65%;
  margin-left: 36px;
}
.grp6 {gap: 20px;
.item1 {
    padding-top: 100px;
  }

}
.grp8 {
.item2 {
padding-top:100px;
}
}
.grp10 {margin-left: 15px;
.item2 {
.credit {
writing-mode: sideways-lr;
font-size: 9px;
}
}
}
.grp11 {gap: 20px;}
.credit-left {
font-size: 9px;
}

.credit-right {
font-size: 9px;
}

.grp13 {gap: 20px;}

.checkallbtn a {
	background-color:transparent;
	display:inline-block;
	cursor:pointer;
	color:#383838;
	font-size:14px;
	padding:10px 100px;
	text-decoration:none;
	border: solid 1px #383838;
}

/* Fade in */
.inView {
    opacity: 0;
}

.imgFade {
    opacity: 0;
}

.imgAnim {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes imgAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.imgFade.fadeT {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    z-index: 5;
}

.imgAnim.fadeT {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.imgFade.fadeR {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    z-index: 5;
}

.imgFade.fadeL {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    z-index: 5;
}

.imgAnim.fadeR {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.imgAnim.fadeL {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}