@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');
body {
    margin: 0;
    padding: 0;
}
/* NORMALIZE */
#tslp *,
#tslp *::before,
#tslp *::after {
    box-sizing: border-box;
}
#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: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.025rem;
    color: #434343;
}
#tslp .wrapper {
    width: 100%;
    min-width: 1080px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media (max-width: 1080px) {
    #tslp .wrapper {
        width: 100%;
        min-width: 94vw;
        max-width: 94vw;
    }
}
@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%;
    display: block;
    height: 35vw;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    background: url(../images/mvpc.jpg) top center no-repeat;
    background-size: 100%;
}
#tslp #mv .wrapper {
    position: relative;
}
#tslp #mv .main {
    display: block;
    height: 35vw;
}
#tslp #mv .wrapper .left {
    position: absolute;
    left: 0;
    bottom: 2vw;
    width: 25vw;
}
#tslp #mv .wrapper .right {
    position: absolute;
    right: 0;
    top: 2vw;
    width: 5vw;
}
#tslp .title {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.25rem;
}
#tslp .title img {
    max-width: 500px;
}
#tslp .title h3 {
    margin: 0;
    padding: 0;
}
#tslp .title h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
}
#tslp .tb {
    display: none;
}
@media (max-width: 1440px) {
    #tslp #mv .wrapper .left {
        position: absolute;
        left: 4vw;
        bottom: 2vw;
        width: 30vw;
    }
    #tslp #mv .wrapper .right {
        position: absolute;
        right: 4vw;
        top: 2vw;
        width: 6vw;
    }
}
@media (max-width: 1080px) {
    #tslp #mv {
        width: 100%;
        height: auto;
        background: #fff;
    }
    #tslp #mv .wrapper {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    #tslp .tb {
        min-width: 100%;
        max-width: 100%;
        display: block;
    }
    #tslp #mv .main,
    #tslp #mv .wrapper .left,
    #tslp #mv .wrapper .right {
        display: none;
    }
}
@media (max-width: 768px) {
    #tslp #mv .wrapper {
        display: none;
    }
    #tslp .title {
        margin: 0 0 6%;
    }
    #tslp .title img {
        width: 86%;
    }
    #tslp .title h4 {
        font-size: 1.2rem;
    }
    #tslp .tb {
        display: none;
    }
}

/* about */
#tslp #about {
    width: 100%;
    margin: 0;
    padding: 100px 0;
    text-align: center;
    background: #ECE3DA;
}
#tslp #about .wrapper,
#tslp #qna .wrapper {
    margin: 0 auto;
    padding: 60px 4%;
    background: #fff;
    position: relative;
}
#tslp #about .float {
    position: absolute;
    left: -4%;
    top: -45px;
    width: 25%;
    max-width: 360px;
}
#tslp #qna .float {
    position: absolute;
    left: -4%;
    top: -70px;
    width: 25%;
    max-width: 360px;
}
#tslp #about ul.icons {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 8%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-start;
    align-content: flex-start;
}
#tslp #about h4 span {
    background: linear-gradient(180deg,rgba(255,255,255,0) 70%, #ECE3DA 30%);
    
}
#tslp #about ul.icons li {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 20%;
}
#tslp #about ul.icons li img {
    width: 70%;
}
#tslp .button {
    width: 94%;
    max-width: 1200px;
    text-align: center;
    margin: 40px auto 0;
    padding: 0;
}
#tslp .button a {
    display: block;
    border-radius: 10px;
    background: #464646;
    color: #fff;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 360px;
    font-weight: 500;
}
@media (max-width: 768px) {
    #tslp #about {
        padding: 12% 0;
    }
    #tslp #about .wrapper {
        padding: 18% 4% 10%;
    }
    #tslp #qna .wrapper {
        padding: 0 0 4%;
    }
    #tslp #about .float {
        position: absolute;
        left: 2%;
        top: -4%;
        width: 45%;
        max-width: 360px;
    }
    #tslp #qna .float {
        position: static;
        left: 2%;
        top: -7%;
        width: 45%;
        max-width: 360px;
    }
    #tslp #about ul.icons {
        width: 100%;
        margin: 6% auto 0;
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    #tslp #about ul.icons li {
        margin: 2% 3%;
        width: 26%;
    }
    #tslp #about ul.icons li:nth-child(1),
    #tslp #about ul.icons li:nth-child(2) {
        margin: 2% 5%;
    }
    #tslp #about ul.icons li img {
        width: 100%;
    }
    #tslp .button {
        width: 90%;
        max-width: auto;
        margin: 8% auto 0;
    }
}

/* QnA */
#tslp #qna {
    width: 100%;
    margin: 0;
    padding: 100px 0 40px;
    text-align: center;
}
#tslp #qna .qaList {
    margin-top: -20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#tslp #qna dl {
    margin: 30px 0;
    padding: 12px 30px 4px;
    border: 1px solid #D0BAA3;
    box-shadow: 4px 4px 0 0 #D0BAA3;
}
#tslp #qna .collapsible {
    background-color: #fff;
    color: #D0BAA3;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-weight: 500;
    font-size: 16px;
}
#tslp #qna .collapsible > div {
    margin: 2px 0 0;
    padding: 0 0 0 30px;
    background: url(../images/Q.jpg) center left no-repeat;
    background-size: 24px;
    font-weight: 600;
}
#tslp #qna .content {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
#tslp #qna .content p {
    margin: 0;
    padding: 10px 0 10px 30px;
    border-top: 2px solid #FAE6E1;
    text-align: left;
    width: 100%;
    background: url(../images/A.jpg) left 10px no-repeat;
    background-size: 24px;
}
#tslp #qna .collapsible:after {
    content: url('../images/plus.jpg');
    display: inline-block;
    vertical-align: text-top;
    transform: scale(0.6);
    float: right;
    margin-top: -34px;
    margin-bottom: 2px;
}
#tslp #qna .active:after {
    content: url('../images/minus.jpg');
}
@media (max-width: 768px) {
    #tslp #qna {
        padding: 6% 0 4%;
    }
    #tslp #qna .qaList {
        margin-top: -10px;
        width: 100%;
    }
    #tslp #qna dl {
        margin: 6% 0;
        padding: 10px 3% 2px;
    }
    #tslp #qna .collapsible {
        font-weight: 500;
        font-size: 1rem;
    }
}

/* Anchor */
#tslp #anchor {
    width: 100%;
    margin: 0;
    padding: 40px 0 0;
    background: url(../images/bg.jpg) center bottom no-repeat #EEEAE0;
    background-size: 100% 25%;
}


/* code */
#tslp #one {
    background: #E0D7C9;
}
#tslp #two {
    background: #E0DBD4;
}
#tslp #three {
    background: #DFD6D4;
}
#tslp .code {
    width: 100%;
    margin: 0;
    padding: 100px 0;
}
#tslp .code .inner {
    background: #fff;
}
#tslp .code .inner img {
    vertical-align: bottom;
}
#tslp .reverse {
    flex-direction: row-reverse;
}
#tslp .code .inner dl {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-self: stretch;
    align-items: center;
    align-content: stretch;
    position: relative;
}
#tslp .code .inner dl dt{
    width: 50%;
    margin: 0;
    padding: 0;
}
#tslp .code .inner dl dd {
    width: 50%;
    margin: 0;
    padding: 0 8%;
}
#tslp .code .inner dl dd p {
    margin: 20px 0 0;
}
#tslp .code .inner .float-l {
    width: 80px;
    position: absolute;
    left: -40px;
    bottom: 0;
}
#tslp .code .inner .float-r {
    width: 80px;
    position: absolute;
    right: -40px;
    top: 0;
}
#tslp .style 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: 60px 0 0;
}
#tslp .style ul li {
    width: 20%;
    margin: 20px 0;
    padding: 0;
}
#tslp .style ul li img {
    width: 100%;
    margin-bottom: 6px;
}
#tslp .style ul li p {
    font-size: 13px;
    line-height: 180%;
    margin: 0;
    padding: 0;
    text-align: left;
}
#tslp .style 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 auto;
    padding: 40px 0 80px;
    width: 100%;
}
#tslp .staff .wrapper {
    padding: 0 3%;
    width: 90%;
    margin: 0 auto;
}
#tslp .staff a {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
}
@media (max-width: 768px) {
    #tslp .code {
        width: 100%;
        margin: 0;
        padding: 12% 0;
    }
    #tslp .code .inner {
        background: transparent!important;
        margin-left: auto;
        margin-right: auto;
    }
    #tslp .code .inner .float-l {
        width: 80%;
        position: absolute;
        left:20%;
        bottom: -2.9%;
        opacity: .8;
    }
    #tslp .code .inner .float-r {
        width: 80%;
        position: absolute;
        left: 0;
        top: -3%;
        opacity: .8;
    }
    #tslp .code .inner dl {
        width: 93.5%;
        margin: 0 auto;
    }
    #tslp .code .inner dl dt{
        width: 100%;
    }
    #tslp .code .inner dl dd {
        width: 100%;
        padding: 12% 6% 16% 8%;
        background: #fff;
    }
    #tslp .code .inner dl dd img {
        width: 75%;
    }
    #tslp .code .inner dl dd p {
        margin: 5% 0 0;
    }
    #tslp .style ul {
        padding: 6% 0 0;
    }
    #tslp .style ul li {
        width: 43%;
        margin: 3% 0;
        padding: 0;
    }
    #tslp .staff {
        margin: 0 auto;
        padding: 6% 0 12%;
        width: 100%;
    }
}

.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;
}
.fadein.fadein-left {
    transform: translate(-40px, 0);
}
.fadein.fadein-right {
    transform: translate(40px, 0);
}
.fadein.fadein-up {
    transform: translate(0, 0);
}
.fadein.fadein-bottom {
    transform: translate(0, 40px);
}
.fadein.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}