@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.page-contentspages .wrapper > .pane-main {
    padding: 0!important;
    margin-bottom: 0!important;
}

/* 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 {
    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: 14px;
    line-height: 2;
}
#tslp .wrapper {
    width: 94%;
    min-width: 1080px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
}
#tslp img {
    vertical-align: bottom;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media (max-width: 768px) {
    #tslp {
        font-size: 15px;
    }
    #tslp .wrapper {
        width: 100%;
        min-width: 92vw;
        max-width: 92vw;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.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: 1.5s 0.5s;
}
.up {
    bottom: -20px;
}
.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 {
    transition-delay: 2;
    opacity: 0;
    filter: blur(10px);
}
.blurstyle {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    transition: 1s 0.5s;
}
.delay1 {
    transition-delay: 1s;
}
.delay2 {
    transition-delay: 1.5s;
}
.delay3 {
    transition-delay: 2s;
}
@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;
}


/* MV */
#tslp #mv {
    width: 100%;
    margin: 0;
    padding: 80px 0 100px;
    text-align: center;
    background: #41b0c9;
    font-size: 16px;
}
/* #tslp .title {
    width: 30%;
    max-width: 300px;
    margin: 0 auto;
} */
#tslp .title_pc {
    /* width: 30%; */
    /* max-width: 300px; */
    margin: 0 auto;
}
#tslp .title_sp {
    display: none;
}
#tslp #mv p {
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: 2;
}
@media (max-width: 768px) {
    #tslp #mv {
        padding: 8% 0 10%;
        width: 100%;
    }
    /* #tslp .title {
        width: 50%;
        max-width: 480px;
        margin: 0 auto;
    } */
    #tslp .title_pc {
        display: none;
    }
    #tslp .title_sp {
        display: block;
        margin: 0 auto;
    }
}
#tslp #toggleBtn {
    display: block;
    background: transparent;
    color: #fff;
    padding: 15px 0;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 80%;
    margin: 40px auto 0;
    max-width: 300px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#tslp #toggleBtn::after {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
#tslp #toggleBtn:hover {
    color: #fff;
}
#tslp #toggleBtn:hover::after {
    transform: scale(1, 1);
}
#tslp #tslp .icon {
    font-size: 14px;
    font-weight: normal;
}
#tslp #myBox {
    display:none;
    padding: 30px 0;
}
#tslp .bigger {
    font-size: 24px;
}
#tslp .image {
    width: 40%;
    max-width: 180px;
    margin-top: 50px;
}
@media (max-width: 768px) {
    #tslp #toggleBtn {
        padding: 10px 0;
        margin: 8% auto 0;
    }
    #tslp #myBox {
        padding: 4% 0;
    }
    #tslp .image {
        width: 40%;
        max-width: 220px;
        margin-top: 10%;
    }
}


/* code */
#tslp .line {
    border-top: 1px solid #dedede;
}
#tslp .list {
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 40px;
    color: #606060;
}
#tslp .list li {
    width: 20.5%;
    margin: 20px 0;
    padding: 0;
}
#tslp .list img {
    width: 100%;
    margin-bottom: 12px;
}
#tslp .list p {
    font-size: 13px;
    line-height: 180%;
    margin: 0;
    padding: 0;
    text-align: left;
}
#tslp .list p.price {
    font-size: 16px;
    line-height: 180%;
    margin: 0;
    padding: 0;
    text-align: left;
}
#tslp .button {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 100px;
}
#tslp .button a {
    display: block;
    border-radius: 50px;
    background: #000;
    color: #fff;
    margin: 0 auto 20px;
    padding: 10px;
    width: 100%;
    max-width: 320px;
    font-weight: 500;
}
@media (max-width: 768px) {
    #tslp .list {
        width: 94%;
        padding: 15% 0 14%;
    }
    #tslp .list li {
        width: 44%;
        margin: 4% 0;
    }
    #tslp .list li img {
        width: 100%;
        margin-bottom: 0;
    }
    #tslp .list li p {
        font-size: 0.8rem;
        margin-top: 10px;
    }
    #tslp .list li p.price {
        font-size: 1.1rem;
    }
    #tslp .float {
        width: 6%;
        position: absolute;
        z-index: 2;
        bottom: 0;
        right: -3%;
    }
    #tslp .button {
        width: 100%;
        text-align: center;
        margin: 0 auto 0;
        padding: 0 0 15%;
    }
}

/* Content */
#area01,
#area02 {
    background: #f5f5ec;
}
#tslp .cnt .midashi {
    text-align: center;
}
#tslp .cnt h6 {
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
#tslp .cnt h3 {
    font-size: 36px;
    font-weight: 600;
    margin: 10px 0 30px;
    padding: 0;
    line-height: 1.5;
}
#tslp .cnt .midashi h3 {
    margin-top: 20px;
}
#tslp .cnt h4 {
    font-size: 16px;
    font-weight: bold;
    margin: -15px 0 30px;
}
#tslp .blue {
    background: #41b0c9;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
}
#tslp .color {
    color: #41b0c9;
}
#tslp .cnt {
    margin: 0;
    padding: 100px 0;
}
#tslp .cnt p {
    font-size: 16px;
}
#tslp .cnt dl {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    align-content: center;
    flex-wrap: wrap;
}
#tslp .cnt dt{
    margin: 0;
    padding: 0;
    width: 44%;
}
#tslp .cnt dd {
    margin: 0;
    padding: 0;
    width: 44%;
}
#tslp .cnt dl.image-only {
    margin: 40px 0 100px;
}
#tslp .cnt dl.image-only dt {
    margin: 0;
    padding: 0;
    width: 46%;
}
#tslp .comment {
    width: 70%;
    margin: 60px auto 0;
}
.minus {
    margin-top: -70px!important;
}
.spacer {
    margin-top: 25px!important;
}
.spacer2 {
    margin-top: 50px!important;
}
@media (max-width: 768px) {
    #tslp .cnt h6 {
        font-size: 1rem;
    }
    #tslp .cnt h3 {
        font-size: 1.8rem;
        margin: 1% 0 6%;
    }
    #tslp .cnt {
        margin: 0;
        padding: 15% 0;
    }
    #tslp .cnt dt{
        margin: 0;
        width: 100%;
    }
    #tslp .cnt dd {
        margin: 10% 0 0;
        width: 100%;
    }
    #tslp .cnt p {
        font-size: 0.9rem;
    }
    #tslp .cnt h4 {
        font-size: 1rem;
        margin: -2% 0 30px;
    }
    #tslp .cnt dl.image-only {
        margin: 5% 0;
        width: 100%;
    }
    #tslp .cnt dl.image-only dt {
        margin: 5% 0;
        padding: 0;
        width: 100%;
    }
    #tslp .comment {
        width: 100%;
        margin: 6% auto 0;
    }
    .minus {
        margin-top: -50px!important;
    }
}
.youtube-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9（9 ÷ 16 = 0.5625） */
    height: 0;
    overflow: hidden;
}
  
.youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }