@charset "UTF-8";

.pane-contents,
.edit-format {
    background: #dadada;
}

/* .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;
}




.full {
width:100%;
max-width:800px;
}

.med {
width:80%;
max-width:700px;
margin:0 auto;
}


.Maincont {
position:relative;
}


.logo {
position:absolute;
top: 8%;
left: 50%;
transform: translate(-50%, -50%);
width:75%;
animation: moveLogo 2s ease-out forwards;
opacity:0.1;
}
.logo2 {
position:absolute;
top: 93%;
left: 50%;
transform: translate(-50%, -50%);
width:96%;
animation: moveLogo2 2s ease-out forwards;
opacity:0.1;
}

@keyframes moveLogo {
 from {
top:60%;
opacity:0;
}
 to {
top: 8%;
opacity:1;
}
}

@keyframes moveLogo2 {
 from {
top:40%;
opacity:0;
}
 to {
top: 93%;
opacity:1;
}
}


        
.credit-out {
font-size: 12px;
margin: 0 auto;
letter-spacing: 0.1em;
}  
        
 .grp1 {
width:58%;
margin-left:20px;
}     


.grp2 {
display:flex;
align-items:flex-end;

.item1 {
width:48%;
}
.item2 {
width:68%;
}

}

.grp3 {
width:68%;
}
.grp4 {
width:68%;
margin-left:auto
}

.bw {
  animation: monoAnim 4s ease;
}

@keyframes monoAnim {
 from {
filter: grayscale(100%);
}
 to {
filter: grayscale(0%);
}
}

.grp5 {
  display: flex;
  margin: 0 auto;
  margin-top: 0px;
  max-width: 700px;
  width: 100%;
  object-fit: cover;
}



.grp6 {
display: flex;
gap:12px;
 
.item1 {
width:50%;
}
.item2 {
padding-top:10px;
width:50%;
}

}

.credit-left {
font-size: 12px;
text-align:left;
letter-spacing: 0.1em;
}

.credit-right {
font-size: 12px;
text-align:right;
letter-spacing: 0.1em;
}

.credit-center {
font-size: 12px;
text-align:center;
letter-spacing: 0.1em;
margin:0 auto;
}

.staff-credit1 {
font-size: 13px;
text-align:right;
line-height:2em;
margin:0 auto;
}
.staff-credit2 {
font-size: 13px;
text-align:left;
line-height:2em;
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;
}

.grp2 {
  & .item2 {
    width: 68%;
    padding-right: 10px;
  }
}

.credit-left {
font-size: 9px;
padding-left: 5px;
}

.credit-right {
font-size: 9px;
padding-right: 5px;
}

.credit-center {
font-size: 9px;
}

.staff-credit1 {
font-size: 10px;
}
.staff-credit2 {
font-size: 10px;
}

.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;
}

#btn-archives a.type-archives {
  background: none;
}

/* 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;
}