@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');
.page-contentspages .wrapper > .pane-main {
    padding: 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 {
    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;
    letter-spacing: 1px;
    overflow-x: hidden;
    color: #535353;
}
#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: 13.5px;
    }
    #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;
    }
}

/* category */
#tslp .md {
    text-align: center;
    margin: 0;
    padding: 0;
}
#tslp .md img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
}
#tslp #category,
#tslp #style {
    margin: 0;
    padding: 90px 0 0;
    text-align: center;
}
#tslp #category img,
#tslp #style img {
    vertical-align: bottom;
}
#tslp #category ul,
#tslp #style ul {
    margin: 40px auto 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-self: stretch;
}
#tslp #category ul li {
    width: 20%;
    margin: 0;
    padding: 0;
}
#tslp #style ul li {
    width: 25%;
    margin: 0;
    padding: 0;
}
@media (max-width: 768px) {
    #tslp .md img {
        width: 80%;
        max-width: 400px;
        margin: 0 auto;
    }
    #tslp #category,
    #tslp #style {
        margin: 0;
        padding: 13% 0 0;
        text-align: center;
        font-size: 0.9rem;
    }
    #tslp #category .wrapper,
    #tslp #style .wrapper {
        width: 100%;
        min-width: 100vw;
        max-width: 100vw;
        padding-left: 0;
        padding-right: 0;
    }
    #tslp #category p,
    #tslp #style p {
        width: 94%;
        margin: 2% auto 0;
        text-align: left;
        font-size: 0.9rem;
    }
    #tslp #category ul,
    #tslp #style ul {
        margin: 6% auto 0;
    }
    #tslp #category ul li {
        width: calc(100vw/3);
        margin: 0;
        padding: 0;
    }
    #tslp #style ul li {
        width: 50%;
        margin: 0;
        padding: 0;
    }
}

/* style */
#tslp .style {
    margin: 0;
    padding: 90px 0 0;
    overflow-x: hidden;
    width: 100%;
}
#tslp .style .wrapper {
    padding: 0 40px;
}
#tslp .style dl.title{
    margin: 0 0 15px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-self: center;
    align-content: center;
}
#tslp .style dl.main {
    margin: 60px 0 80px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-self: flex-start;
    align-content: flex-start;
    font-size: 18px;
}
#tslp .style dl.sub {
    margin: 0 0 80px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    align-self: flex-end;
    align-content: stretch;
    font-size: 18px;
}
#tslp .style dl.title dt {
    margin: 0;
    padding: 0;
    width: 90%;
    text-align: left;
}
#tslp .style dl.title dt img {
    width: 100%;
    max-width: 640px;
}
#tslp .style dl.title dd {
    margin: 0;
    padding: 0;
    width: 10%;
    max-width: 90px;
    text-align: right;
}
#tslp .style dl.main dt {
    width: 46%;
    position: relative;
}
#tslp .style dl.main dt::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid;
    position: absolute;
    z-index: 5;
    top: 15px;
    left: 15px;
}
#tslp .style dl.main dd {
    width: 46%;
    padding: 0;
    position: relative;
}
#tslp .style dl.sub dt {
    margin: -4% 0 0 0;
    padding: 3% 24% 6% 0;
    width: 86%;
    position: relative;
}
#tslp .style dl.sub dd {
    margin: -4% 0 0 0;
    padding: 0;
    width: 14%;
}
#tslp .style .desc {
    width: 80%;
    margin: 0;
    padding: 0;
}
#tslp .style .base {
    position: relative;
    z-index: 1;
}
#tslp img.orn {
    position: absolute;
    z-index: 2;
    width: 10%;
    top: 0;
    left: 0;
}
#tslp .style-item {
    margin: 0;
    padding: 10px 0 90px;
    color: #fff;
}
#tslp .style-item ul {
    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: 60px 0 0;
}
#tslp .style-item ul li {
    width: 22%;
    margin: 20px 0;
    padding: 0 0.5%;
}
#tslp .style-item ul li a,
#tslp .style-item ul li a p {
    color: #fff;
}
#tslp .style-item ul li img {
    width: 100%;
    margin-bottom: 10px;
}
#tslp .style-item ul li p {
    font-size: 15px;
    line-height: 180%;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #fff;
}
#tslp .style-item ul li p.price {
    font-size: 18px;
    line-height: 180%;
    margin: 2px 0 0;
    padding: 0;
    text-align: left;
}
#tslp .button {
    width: 94%;
    max-width: 1200px;
    text-align: center;
    margin: 30px auto 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
#tslp .button a {
    display: block;
    border-radius: 0;
    background-color: #fff;
    color: #fff;
    margin: 0 2%;
    padding: 10px;
    width: 40%;
    font-size: 16px;
    border-radius: 40px;
    max-width: 300px;
    font-weight: 500;
    transition: opacity .5s ease-in;
}
#tslp .button a:hover {
    opacity: .5;
}

#tslp #style01,
#tslp #style01 .button a {
    color: #4B68A2;
}
#tslp #style01 dl.main dd {
    background: url(../images/box01_1.png) right top no-repeat;
    background-size: 65% 55%;
}
#tslp #style01 .style-item {
    background: #7B8CAF;
}

#tslp #style02,
#tslp #style02 .button a {
    color: #A486BF;
}
#tslp #style02 dl.main dd {
    background: url(../images/box02_1.png) right top no-repeat;
    background-size: 65% 55%;
}
#tslp #style02 .style-item {
    background: #B9A2CD;
}

#tslp #style03,
#tslp #style03 .button a {
    color: #E08042;
}
#tslp #style03 dl.main dd {
    background: url(../images/box03_1.png) right top no-repeat;
    background-size: 65% 55%;
}
#tslp #style03 .style-item {
    background: #E5AC87;
}

#tslp #style04,
#tslp #style04 .button a {
    color: #5FAA3D;
}
#tslp #style04 dl.main dd {
    background: url(../images/box04_1.png) right top no-repeat;
    background-size: 65% 55%;
}
#tslp #style04 .style-item {
    background: #ABC6A0;
}

#tslp .book {
    writing-mode: vertical-rl;  
    text-orientation: mixed;
    letter-spacing: 0.35rem;
    line-height: 170%;
    font-size: 13px;
}
#tslp .float {
    position: absolute;
    z-index: 6;
    top: 6%;
    left: 5%;
}
#tslp .float2 {
    position: absolute;
    z-index: 7;
    top: 12%;
    right: 15%;
}
#tslp .subtext {
    position: absolute;
    z-index: 7;
    top: 50%;
    right: 10%;
    line-height: 220%;
    margin-top: -2%;
}

@media (max-width: 768px) {
    #tslp .style {
        margin: 0;
        padding: 12% 0 0;
        font-size: 1rem;
    }
    #tslp .style .wrapper {
        padding: 0;
    }
    #tslp .style dl.title{
        margin: 0 auto 15px;
    }
    #tslp .style dl.main {
        margin: 8% 0 13%;
        font-size: 1.1rem;
    }
    #tslp .style dl.sub {
        margin: 0 0 8%;
        font-size: 1.1rem;
        flex-wrap: wrap;
    }
    #tslp .style dl.title dt {
        margin: 0 auto;
        padding: 0;
        width: 92%;
    }
    #tslp .style dl.title dt img {
        width: 100%;
        max-width: 100%;
    }
    #tslp .style dl.title dd {
        display: none;
    }
    #tslp .style dl.main dt {
        width: calc(97% - 1px);
        margin: 0;
        padding: 0;
        position: relative;
    }
    #tslp .style dl.main dt::after {
        content: '';
        width: 100%;
        height: 100%;
        border: 1px solid;
        position: absolute;
        z-index: 5;
        top: 12px;
        left: 12px;
    }
    #tslp .style dl.main dd {
        width: 100%;
        margin: 10% 0 0;
        padding-top: 0;
        padding-right: 0;
        padding-left: 18%;
    }
    #tslp .style dl.sub dt {
        margin: -7% 0 0 0;
        padding: 5% 0 0 0;
        width: 100%;
        position: relative;
    }
    #tslp .style dl.sub dd {
        display: none;
    }
    #tslp .style .desc {
        width: 98%;
        margin: 0 auto;
        line-height: 180%;
        font-size: 0.9rem;
    }
    #tslp .style .base {
        position: relative;
        z-index: 1;
    }
    #tslp img.orn {
        position: absolute;
        z-index: 2;
        width: 14%;
        top: 0;
        left: 0;
    }
    #tslp .style-item {
        margin: 0 auto;
        width: 100%;
        padding: 10% 0 14%;
    }
    #tslp .style-item ul {
        width: 98%;
        margin: 0 auto;
        padding: 0;
    }
    #tslp .style-item ul li {
        width: 46%;
        margin: 4% 0;
        padding: 0 0.5%;
    }
    #tslp .style-item ul li img {
        margin-bottom: 8px;
    }
    #tslp .style-item ul li p {
        font-size: 0.9rem;
        line-height: 190%;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    #tslp .style-item ul li p.price {
        font-size: 1.1rem;
        line-height: 180%;
        margin: 2px 0 0;
        padding: 0;
        text-align: left;
    }
    #tslp .book {
        font-size: 0.65rem;
        line-height: 160%;
    }
    #tslp .float {
        position: absolute;
        z-index: 6;
        top: 7%;
        left: 6%;
        font-size: 0.9rem;
        letter-spacing: 2px;
    }
    #tslp .float2 {
        position: absolute;
        z-index: 7;
        top: 12%;
        right: 12%;
        font-size: 0.9rem;
        letter-spacing: 2px;
    }
    #tslp .subtext {
        position: static!important;
        z-index: 9;
        width: 98%;
        margin: 15px auto 4%;
        top: 0;
        right: 0;
        font-size: 0.9rem;
        line-height: 200%;
    }
    #tslp .button a {
        margin: 0 auto;
        padding: 10px;
        width: 75%;
        font-size: 1rem;
        border-radius: 40px;
        max-width: 300px;
    }
    .page-contentspages .wrapper > .pane-main {
        margin-bottom: 0!important;
    }
}



.resize-animation-stopper * {
    transition: none !important;
    animation: none !important; 
}
