@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: clip;
    max-width: 700px;
    position: relative;
}

[data-aos] {
    overflow: hidden;
}

.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;
}

.miller {
font-family: "miller-banner", serif;
font-weight: 700;
font-style: italic;
}

.corin {
font-family: "cormorant-infant", sans-serif;
font-weight: 500;
font-style: italic;
}
.cor {
font-family: "cormorant", sans-serif;
font-weight: 500;
font-style: normal;
}

.ivy {
font-family: "ivyora-display", serif;
font-weight: 500;
font-style: italic;
}

.caslon {
font-family: "big-caslon-fb", serif;
font-weight: 400;
font-style: normal;
}

.full {
width:100%;
max-width:800px;
}

.med {
width:80%;
max-width:700px;
margin:0 auto;
}


.lar {
width:85%;
max-width:780px;
margin:0 auto;
}

.sml {
postision:relative;
width:65%;
max-width:600px;
margin:0 auto;
}

.xsml {
postision:relative;
width:50%;
margin:0 auto;
}

.Maincont {
position:relative;
}


.title {
position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #400A0A;
  font-size: 25px;
}
.title2 {
position: absolute;
  color: #400A0A;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 110px;
  line-height: 1;
}

.title3 {
position: absolute;
  color: #400A0A;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
}

.titleset {
opacity: 0;
animation: fadeIn 2.3s ease 0.2s forwards;
will-change: opacity;
}

@keyframes fadeIn {
   0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.subtitle {
margin:0 auto;
font-size:40px;
line-height: 1.3;
}
  
     
        
        
.credit-out {
font-size: 12px;
text-align: right;
}        

.img-cont {
position:relative;
display: inline-block;
}

.img-cont img {
display: block;
}

.credit-in {
position: absolute;
  bottom: 3%;
  right: 3%;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

.credit-in-left {
position: absolute;
  bottom: 3%;
  left: 4%;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

.credit-row {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: flex-end;
}

.credit-name {
    flex: 1;
    text-align: left;
      font-size: 11px;
    font-family: "cormorant", sans-serif;
}

.price {
    text-align: right;
      font-size: 8px;
    font-family: "big-caslon-fb", serif;
}

.tax {
font-size: 7px;
padding-left:2px;
}
      

.grp1 {
display: flex;
gap:25px;
margin: 0 auto;
width:80%;
}

.item1 {
width:48%;
}

.item2 {
width:48%;
padding-top:65px;
}

.grp2 {
margin:0 110px 0 auto;
width:46%;
}


.staffcredit {
  font-size: 15px;
  letter-spacing: 1.3px;
  white-space:nowrap;
line-height: 1.5;
}

.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) {


}

/* SP用 */
@media screen and (max-width: 480px) {
.title {
  font-size: 20px;
}
.title2 {
  font-size: 70px;
}
.title3 {
  font-size: 23px;
  top:73%;
}
.subtitle {
  font-size: 28px;
}
.credit-in {
  line-height: 1.2;
}
.credit-in-left {
  line-height: 1.2;
}
.credit-name {
  font-size: 9px;
}
.price {
  font-size: 6px;
}
.tax {
  font-size: 6px;
  padding-left: 2px;
}
.grp2 {
  margin: 0 65px 0 auto;
}
.staffcredit {
  line-height: 1.3;
}
}







/* 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;
}