@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&display=swap');

/* NORMALIZE */
#tslp *,
#tslp *::before,
#tslp *::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
}
#tslp ul, #tslp ol {
    list-style: none;
    padding: 0;
}
#tslp img {
    width: 100%;
    height: auto;
}
#tslp table {
    border-collapse: collapse;
}
#tslp a {
    text-decoration: none;
    color: inherit;
}
#tslp button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
}

/* STYLING */
#tslp {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI',メイリオ,Meiryo,'MS Pゴシック',sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    overflow-x: hidden;
}
#tslp .wrapper {
    width: 94%;
    min-width: 1080px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media (max-width: 768px) {
    #tslp {
        font-size: 15px;
    }
    #tslp .wrapper {
        width: 100%;
        min-width: 94vw;
        max-width: 94vw;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/* MV */
#tslp #mv {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: url(../images/bg.jpg) center top no-repeat;
    background-size: 100% 100%;
}
#tslp .title {
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    line-height: 1.2;
}
#tslp .title img {
    max-width: 500px;
}
#tslp .title h3 {
    margin: 0;
    padding: 0;
}
#tslp .title h4 {
    margin: 5px 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 768px) {
    #tslp #mv .wrapper {
        width: 100%;
        min-width: 100vw;
        max-width: 100vw;
    }
    #tslp .title {
        margin: 0 0 6%;
    }
    #tslp .title img {
        width: 86%;
        margin: 0 auto;
    }
    #tslp .title h4 {
        font-size: 1rem;
    }
}

/* style */
#tslp #style01 {
    background: #EEF2FD url(../images/color01.jpg) top center no-repeat;
    background-size: 100% 25%;
}
#tslp #style02 {
    background: #FBECF0 url(../images/color02.jpg) top center no-repeat;
    background-size: 100% 25%;
}
#tslp #style03 {
    background: #F2EEFC url(../images/color03.jpg) top center no-repeat;
    background-size: 100% 25%;
}
#tslp .style {
    width: 100%;
    margin: 0;
    padding: 80px 0;
}
#tslp .style .wrapper {
    margin: 0 auto;
    padding: 0;
}
#tslp .wrapper02 {
    margin: 80px auto 0;
    width: 92%;
    padding: 0 0 50px;
    background: #fff;
    min-width: 960px;
    max-width: 1080px;
    position: relative;
}
#tslp .style .title {
    width: 80%;
    max-width: 600px;
    position: relative;
    z-index: 2;
}
#tslp #style02 {
    text-align: right;
}
#tslp #style02 .title {
    width: 80%;
    max-width: 600px;
    position: relative;
    z-index: 2;
}
#tslp .style dl {
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    margin: -18% 0 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
#tslp .style dl dt {
    width: 35%;
    position: relative;
    margin: 0;
    padding: 0 0 6%;
    z-index: 1;
}
#tslp .style dl dt .base {
    position: relative;
    z-index: 1;
}
#tslp .style dl dt .staffoverlay {
    position: absolute;
    z-index: 2;
    right: 10%;
    top: 20px;
    width: 20%;
    max-width: 34px;
}
#tslp .style dl dd.one {
    width: 36%;
    margin: 0 -5% 0 0;
    padding: 0 0 0 4%;
    position: relative;
    z-index: 2;
}
#tslp #style02 dl dd.one {
    width: 36%;
    margin: 0 0 0 -5%;
    padding: 0 4% 0 0;
    position: relative;
    z-index: 2;
}
#tslp .style dl dd.one p {
    line-height: 220%;
    padding-right: 18%;
    margin-bottom: 50px;
    text-align: left;
}
#tslp #style02 dl dd.one p {
    line-height: 220%;
    padding-left: 18%;
    padding-right: 0;
    margin-bottom: 80px;
    text-align: left;
}
#tslp .style dl dd.two {
    width: 29%;
    margin: 0;
    padding: 0;
}
#tslp .style .wrapper02 .lineup {
    width: 40%;
    max-width: 220px;
    position: absolute;
    top: -36px;
    left: -62px;
}
#tslp .style .wrapper02 ul {
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 0;
}
#tslp .style .wrapper02 ul li {
    width: 18%;
    margin: 20px 0;
    padding: 0;
}
#tslp .style .wrapper02 ul li img {
    width: 100%;
    margin-bottom: 0;
}
#tslp .style .wrapper02 ul li p {
    font-size: 13px;
    line-height: 180%;
    margin: 0;
    padding: 0;
    text-align: left;
}
#tslp .style .wrapper02 ul li p.price {
    font-size: 16px;
    line-height: 180%;
    margin: 0;
    padding: 0;
    text-align: left;
}
#tslp .spacer {
    padding-bottom: 50px;
}
#tslp .staff {
    margin: 0;
    padding: 10px 0 30px;
}
#tslp .staff a {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
}
#tslp .staff a .base {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    padding-left: 30%;
}
#tslp .staff a .staffoverlay {
    position: absolute;
    z-index: 2;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 360px;
}
#tslp .style .button {
    width: 94%;
    max-width: 1200px;
    text-align: center;
    margin: 40px auto 0;
    padding: 0;
}
#tslp .style .button a {
    display: block;
    border-radius: 50px;
    background: #000;
    color: #fff;
    margin: 0 auto 30px;
    padding: 10px;
    width: 100%;
    max-width: 320px;
    font-weight: 500;
}
#tslp .staffcode {
    background: #f8f8f8;
    padding: 60px 0;
    text-align: center;
}
#tslp .staffcode .title {
    width: 60%;
    max-width: 520px;
    margin: 0 auto 20px;
}
#tslp .staffcode ul {
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
#tslp .staffcode ul li {
    width: 31%;
}
@media (max-width: 768px) {
    #tslp #style01 {
        background: #EEF2FD url(../images/color01.jpg) top center no-repeat;
        background-size: 100% 15%;
    }
    #tslp #style02 {
        background: #FBECF0 url(../images/color02.jpg) top center no-repeat;
        background-size: 100% 15%;
    }
    #tslp #style03 {
        background: #F2EEFC url(../images/color03.jpg) top center no-repeat;
        background-size: 100% 15%;
    }
    #tslp .style {
        padding: 12% 0;
    }
    #tslp .style .wrapper {
        margin: 0 auto;
        padding: 0;
    }
    #tslp .wrapper02 {
        margin: 6% auto 0;
        width: 94%;
        padding: 0 0 4%;
        min-width: 94%;
        max-width: 94%;
    }
    #tslp .style .title {
        width: 90%;
        max-width: 600px;
        position: relative;
        z-index: 2;
    }
    #tslp #style02 {
        text-align: right;
    }
    #tslp #style02 .title {
        width: 90%;
        max-width: 600px;
        position: relative;
        z-index: 2;
    }
    #tslp .style dl {
        margin: -4% 0 0;
    }
    #tslp .style dl dt {
        width: 100%;
        margin: 0;
        padding: 0 0 0 22%;
    }
    #tslp #style02 dl dt {
        width: 100%;
        margin: 0;
        padding: 0 22% 0 0;
    }
    #tslp .style dl dt .staffoverlay {
        position: absolute;
        z-index: 2;
        right: 6%;
        top: 20px;
        max-width: 28px;
    }
    #tslp #style02 dl dt .staffoverlay {
        position: absolute;
        z-index: 2;
        right: 28%;
        top: 20px;
        max-width: 28px;
    }
    #tslp .style dl dd.one {
        width: 100%;
        margin: -7% 0 0 0;
        padding: 0 25% 0 0;
    }
    #tslp #style02 dl dd.one {
        width: 100%;
        margin: -7% 0 0 0;
        padding: 0 0 0 25%;
    }
    #tslp .style dl dd.one p {
        line-height: 220%;
        padding-right: 0;
        padding-left: 2%;
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
    }
    #tslp #style02 dl dd.one p {
        line-height: 220%;
        padding-left: 2%;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
    }
    #tslp .style dl dd.two {
        width: 100%;
        margin: 8% 0 6%;
        padding: 0 0 0 40%;
    }
    #tslp #style02 dl dd.two {
        width: 100%;
        margin: 8% 0 6%;
        padding: 0 40% 0 0;
    }
    #tslp .style .wrapper02 .lineup {
        width: 40%;
        max-width: 200px;
        position: absolute;
        top: -25px;
        left: -0;
    }
    #tslp .style .wrapper02 ul {
        width: 88%;
        padding: 4% 0 0;
    }
    #tslp .style .wrapper02 ul li {
        width: 44%;
        margin: 4% 0;
    }
    #tslp .style .wrapper02 ul li img {
        width: 100%;
        margin-bottom: 0;
    }
    #tslp .style .wrapper02 ul li p {
        font-size: 0.8rem;
    }
    #tslp .style .wrapper02 ul li p.price {
        font-size: 1.1rem;
    }
    #tslp .spacer {
        padding-bottom: 5%;
    }
    #tslp .staff {
        width: 100%;
        margin: 0;
        padding: 6% 0 7%;
    }
    #tslp .staff a .base {
        width: 100%;
        padding-left: 0;
    }
    #tslp .staff a .staffoverlay {
        position: static;
        width: 80%;
        max-width: 360px;
        margin-bottom: -10px;
    }
    #tslp .style .button {
        width: 94%;
        text-align: center;
        margin: 30px auto 0;
        padding: 0;
    }
    #tslp .style .button a {
        padding: 8px 10px 10px;
        width: 90%;
        max-width: 320px;
        font-weight: 500;
    }
    #tslp .staffcode {
        padding: 10% 0;
    }
    #tslp .staffcode .title {
        width: 90%;
        margin: 0 auto 0;
    }
    #tslp .staffcode ul {
        width: 100%;
    }
    #tslp .staffcode ul li {
        margin-bottom: 10px;
        width: 48%;
    }
    #tslp .min {
        margin-top: -8%;
    }
}



.resize-animation-stopper * {
    transition: none !important;
    /* Optionally, also disable animations if needed */
    animation: none !important; 
}

.up, .down, .left, .right, .transform1, .transform2 {
	position: relative;
	opacity: 0;
}
.upstyle, .downstyle, .leftstyle, .rightstyle, .transform1style, .transform2style {
	opacity: 1;	
	transition: 1s 0.5s;
}
.up {
	bottom: 0;
}
.upstyle {
	bottom: 0px;
}
.down {
	top: -20px;
}
.downstyle {
	top: 0px;
}
.left {
    transition-delay: .5;
	left: -100px;
}
.leftstyle {
	left: 0px;
}
.right {
    transition-delay: .5;
	right: -100px;
}
.rightstyle {
	right: 0px;	
}
.transform1 {
	transform: scaleX(0);
}
.transform1style {
	transform: scaleX(1);
}
.transform2 {
	transform: perspective(400px) rotateX(50deg);
}
.transform2style {
	transform: perspective(400px) rotateX(0deg);
}
.blur {
	opacity: 0;	
	filter: blur(30px);
	transform: scale(1.2);
}
.blurstyle {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
	transition: 1s 0.5s;
}
@keyframes transform3 {
0% {
	transform: scale(0);
}
50% {
	transform: scale(1.05);
}
70% {
	transform: scale(0.99);
}
100% {
	transform: scale(1);
}
}
.transform3 {
	transform: scale(0);
}
.transform3style {
	animation: transform3 0.8s ease-out 0.5s both;
}