@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;
}

.articleSet {
    position: relative;
}

#head-title {
    margin-top: 60px;
}


.seasonsfont {
  font-family: "the-seasons", sans-serif;
  letter-spacing: 1.3px;
  line-height:1;
    }
    .scenetitle{
        text-align:left;
        padding: 0px 0px 10px 10px;
        
    }

.title1 {
display: flex;
position:relative;
align-items: center;
}
.num {
 text-align: right;
 position:absolute;
 right:0;
 font-size:50px;
}


.layoutgrp {
    max-width: 700px;
    width:100%;
    margin: 0 auto;
    position:relative;
}


/* right COLUMN */
.right {
  margin-left: 40%;
  width: 60%;
}


/* left COLUMN */
.left {
  width: 55%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.line {
width:280px;
height:1px;
background:black;

transform:scaleX(0);
transform-origin:left;
transition: transform 0.8s ease;

}

.line.aos-animate {
transform:scaleX(1);
}

.stylingtitle {
display: flex;
position:relative;
align-items: center;
}

.check {
  text-align: right;
  position: absolute;
  right: 0;
  font-size: 20px;
  padding-right: 20px;
}

.check::after {
    content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #000;
  margin: auto 0;
}

.style {
 text-align: left;
 font-size:32px;
}

.stylecenter {
 text-align: center;
 font-size:32px;
}


.checkbtn {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding-bottom: 10px;
}

.checkbtn::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
}

/* タブレット用 */
@media screen and (max-width: 768px) {
    .logo {
        top: 70px;
    }

}

/* SP用 */
@media screen and (max-width: 480px) {

.scenetitle {
  text-align: left;
  padding: 0px 0px 10px 10px;
  font-size: 13px;
}
.layoutgrp {
  gap: 5px;
  width: 95%;
}
.num {
  right: 10px;
}
.style {
  font-size: 16px;
  padding-left: 10px;
}
.check {
  right: 10px;
  font-size: 13px;
  padding-right: 10px;
}
.stylecenter {
  font-size: 20px;
  padding-bottom: 10px;
}
}







/* 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;
}