@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..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;
}
#tslp p {
    line-height: 220%;
}

/* STYLING */
#tslp {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Yu Gothic","YuGothic","游ゴシック体","游ゴシック","Hiragino Sans","Hiragino Kaku Gothic ProN","Meiryo","MS PGothic",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    color: #434343;
}
#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;
    }
    #tslp p {
        line-height: 190%;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/* MV */
#tslp #mv {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #9fbdd5 url(../images/mvbg.jpg) top right no-repeat;
    background-size: 50% 100%;
}
#tslp #mv img {
    vertical-align: bottom;
}
#tslp .flex-title {
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
#tslp .flex-title img.dots {
    width: 100%;
    max-width: 100px;
}
#tslp .flex-title img.title-text {
    height: 36px;
    width: auto; /* optional, but recommended */
    margin: 0 40px;
}
#tslp .title {
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    line-height: 1.2;
}
#tslp .title h3 {
    margin: 0;
    padding: 0;
}
#tslp #about .title h3 img {
    height: 40px;
    width: auto; /* optional, but recommended */
}
#tslp .title h3 img {
    height: 38px;
    width: auto; /* optional, but recommended */
}
#tslp .title h4 {
    margin: 16px 0 0;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
}
#tslp .navy {
    color: #013766;
}
#tslp h4.midashi {
    margin: -24px 0 0;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
}
#tslp .dark {
    color: #434343!important;
}
@media (max-width: 768px) {
    #tslp #mv .wrapper {
        width: 100vw;
        min-width: 100vw;
        max-width: 100vw;
    }
    #tslp .title {
        margin: 0 0 6%;
    }
    #tslp .flex-title img.dots {
        width: 100%;
        max-width: 30px;
    }
    #tslp .flex-title img.title-text {
        height: 22px;
        width: auto; /* optional, but recommended */
        margin: 0 15px;
    }
    #tslp .flex-title img.title-text2 {
        height: 76px;
        width: auto; /* optional, but recommended */
        margin: 0 15px;
    }
    #tslp #about .title h3 img {
        height: 26px;
        width: auto; /* optional, but recommended */
        max-width: 100%;
    }
    #tslp .title h3 img {
        height: 22px;
        width: auto; /* optional, but recommended */
        max-width: 100%;
    }
    #tslp .title h4 {
        margin: 4% 0 0;
        font-size: 1.025rem;
        font-weight: 600;
    }
    #tslp h4.midashi {
        margin: 5px 0 0;
        font-size: 1.025rem;
        font-weight: 600;
    }
}

/* about */
#tslp #about {
    width: 100%;
    margin: 0;
    padding: 90px 0 100px;
    text-align: center;
    background: #F4F4F4;
}
#tslp #about .image {
    margin: 0 auto 40px;
    width: 94%;
}
#tslp #about .point {
    width: 94%;
    min-width: 1080px;
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 70px 2% 56px;
    background: #fff;
}
#tslp #about .inner {
    width: 80%;
    margin: 0 auto;
    max-width: 640px;
}
#tslp #about ul.icons {
    width: 100%;
    margin: 50px auto 0;
    padding: 0;
}
#tslp #about ul.icons li {
    margin: 20px 0;
    padding: 0 0 0 45px;
    width: 100%;
    position: relative;
    text-align: left;
}
#tslp ul.icons li:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url('../images/check.jpg') center center no-repeat;
    background-size: contain;
    top: -6px;
    left: 0;
}
#tslp ul.icons li h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #013766;
}
#tslp ul.icons li p {
    margin: 10px 0 0;
    padding: 0;
}
#tslp .button {
    width: 94%;
    max-width: 1200px;
    text-align: center;
    margin: 60px auto 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
#tslp .button a {
    display: block;
    border-radius: 0;
    background-color: #013766;
    color: #fff;
    margin: 0 2%;
    padding: 10px;
    width: 40%;
    font-size: 20px;
    max-width: 360px;
    font-weight: 500;
    transition: background-color .3s ease-in;
}
#tslp .button a:hover {
    background-color: #002A4E;
}
@media (max-width: 768px) {
    #tslp #about {
        padding: 14% 0;
        font-size: 1rem;
    }
    #tslp #about .image {
        margin: 0 auto 10%;
        width: 100%;
    }
    #tslp #about p {
        text-align: left;
    }
    #tslp #about .inner {
        width: 92%;
        margin: 0 auto;
        max-width: 640px;
    }
    #tslp #about .point {
        width: 94%;
        min-width: 94%;
        max-width: 94%;
        margin: 8% auto 0;
        padding: 6% 4%;
    }
    #tslp #about ul.icons {
        margin: 8% auto 0;
    }
    #tslp #about ul.icons li {
        margin: 4% 0 0;
        padding: 0 0 0 30px;
    }
    #tslp ul.icons li:before {
        left: -15px;
        top: -18px;
    }
    #tslp ul.icons li h6 {
        font-size: 1.25rem;
    }
    #tslp ul.icons li p {
        margin: 6px 0 2%;
        font-size: 1rem;
    }
    #tslp ul.icons li:before {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        background: url('../images/check.jpg') center center no-repeat;
        background-size: contain;
        top: 0;
        left: 0;
    }
    #tslp .button {
        width: 88%;
        max-width: 420px;
        max-width: auto;
        margin: 6% auto 0;
        flex-wrap: wrap;
    }
    #tslp .button a {
        margin: 3% 0;
        border-radius: 0;
        padding: 10px;
        width: 100%;
        font-size: 1rem;
    }
}

/* INFO */
#tslp #collar {
    color: #fff;
    background: #013766;
}
#tslp #size {
    background: #B1C3D5;
}
#tslp #size h4 {
    color: #013766;
}
#tslp .spacer {
    margin-top: 50px;
}
#tslp .info {
    width: 100%;
    margin: 0;
    padding: 90px 0;
    text-align: center;
}
#tslp .info .point {
    width: 100%;
    min-width: 1080px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 65px 6% 60px;
}
#tslp .info .point ul {
    display: flex;
    align-self: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
#tslp .info .point ul li {
    width: 30.5%;
    margin: 0;
    padding: 0;
    color: #000;
    text-align: left;
}
#tslp .info .point ul li h6 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
    margin: 15px 0 0;
    padding: 0;
}
#tslp .info .point ul li p {
    margin: 10px 0 0;
    padding: 0;
    line-height: 200%;
}
#tslp #size .size-list {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-self: start;
    flex-wrap: wrap;
    align-items: flex-start;
}
#tslp #size .size-list li {
    margin: 10px 2.5% 10px 0;
    padding: 0;
    width: 18%;
}
#tslp #size .size-list li:nth-child(5),
#tslp #size .size-list li:nth-child(10) {
    margin: 10px 0;
}
#tslp #size .size-list li a {
    display: block;
    padding: 0 10px;
    border: 1px solid #013766;
    background-color: #fff;
    padding: 10px;
    color: #013766;
    text-align: center;
    transition: background-color .3s ease-in;
    position: relative;
    font-size: 18px;
}
#tslp #size .size-list li a:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 34px;
    background: url('../images/icon.png') center center no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
#tslp #size .size-list li a:hover {
    background-color: #E1EAF4;
}
@media (max-width: 768px) {
    #tslp .spacer {
        margin-top: 8%;
    }
    #tslp .info {
        padding: 13% 0;
    }
    #tslp .info .point {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 8% 6% 5%;
    }
    #tslp .info .point ul {
        flex-wrap: wrap;
    }
    #tslp .info .point ul li {
        width: 100%;
        margin: 3% 0;
    }
    #tslp .info .point ul li h6 {
        font-size: 1.25rem;
        margin: 12px 0 0;
    }
    #tslp .info .point ul li p {
        margin: 8px 0 12px;
        padding: 0;
        font-size: 1rem;
    }
    #tslp .info .point ul li img {
        margin-bottom: 10px;
    }
    #tslp #size .size-list {
        margin: 4% 0 0;
    }
    #tslp #size .size-list li {
        margin: 10px 0;
        padding: 0;
        width: 48%;
    }
    #tslp #size .size-list li:nth-child(odd) {
        margin-right: 4%;
    }
    #tslp #size .size-list li a {
        font-size: 1rem;
    }
    #tslp #size .size-list li a:before {
        width: 28px;
        height: 30px;
        right: 5px;
    }
}

/* how to */
#tslp #howto {
    width: 100%;
    margin: 0;
    padding: 90px 0;
    text-align: center;
    background: #F4F4F4;
}
#tslp #howto .desc {
    text-align: center;
    padding: 10px 0;
}
#tslp #howto .content {
    background: #fff;
    margin: 60px auto 20px;
    padding: 90px 4% 40px;
    position: relative;
}
#tslp #howto .content .float {
    position: absolute;
    left: 0;
    top: 40px;
    max-width: 640px;
}
#tslp #howto .content ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-self: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#tslp #howto .content ul li {
    margin: 20px 0;
    padding: 0;
    width: 30%;
    text-align: left;
    position: relative;
    z-index: 1;
}
#tslp #howto .content ul li:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url('../images/arrow.png') center center no-repeat;
    background-size: contain;
    top: 50%;
    right: -45px;
    margin-top: -60px;
}
#tslp #howto .content ul li:nth-child(3):after,
#tslp #howto .content ul li:nth-child(6):after,
#tslp #howto .content ul li:nth-child(8):after {
    content: ' ';
    transform: scale(0);
    position: absolute;
    right: -22%;
    top: 21%;
}
#tslp #howto .content ul li:nth-child(3n-1) {
    margin: 20px 5%;
}
#tslp #howto .content ul li h6 {
    font-size: 18px;
    line-height: 1.2;
    margin: 15px 0 0;
    padding: 0;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    color: #013766;
}
#tslp #howto .content ul li p {
    margin: 10px 0 0;
    padding: 0;
    line-height: 190%;
}
#tslp #howto .content ul li img.float {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 30px;
}
@media (max-width: 768px) {
    #tslp #howto {
        padding: 14% 0 10%;
        font-size: 1rem;
    }
    #tslp #howto .desc {
        text-align: left;
        padding: 15px 0 20px;
    }
    #tslp #howto .content {
        margin: 8% auto 0;
        padding: 10% 5%;
        position: relative;
    }
    #tslp #howto .content .float {
        position: absolute;
        left: 0;
        top: 1%;
        width: 93%;
        max-width: 640px;
    }
    #tslp #howto .content ul {
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }
    #tslp #howto .content ul li,
    #tslp #howto .content ul li:nth-child(3n-1) {
        margin: 4% 0 0;
        padding: 0;
        width: 100%;
        text-align: left;
    }
    #tslp #howto .content ul li h6 {
        font-size: 1.25rem;
        line-height: 1.2;
        margin: 0;
    }
    #tslp #howto .content ul li p {
        margin: 8px 0 0;
        padding: 0;
        font-size: 1rem;
    }
    #tslp #howto .content ul li:after,
    #tslp #howto .content ul li:nth-child(3):after,
    #tslp #howto .content ul li:nth-child(6):after,
    #tslp #howto .content ul li:nth-child(8):after {
        content: ' ';
        position: static;
        bottom: 0;
    }
    #tslp #howto .content ul li:last-child:after {
        content: ' ';
        transform: scale(0);
        position: static;
    } 
    #tslp #howto .arr {
        text-align: center;
        margin: 20px auto 5px;
        transform: rotate(90deg); 
    }
    #tslp #howto .arr img {
        width: 15%;
        max-width: 26px;
    }
    #tslp #howto .content ul li .flex {
        display: flex!important;
        justify-content: space-between;
        align-items: flex-start;
        align-self: flex-start;
        align-content: flex-start;
        flex-wrap: nowrap;
    }
    #tslp #howto .content ul li .flex > div {
        width: 48%;
    }
    #tslp #howto .content img.half {
        width: 48%!important;
        margin-right: 4%;
    }
}

.page-contentspages .wrapper > .pane-main {
    padding: 0!important;
}

#tslp .code {
    margin: 0;
    padding: 70px 0;
    overflow-x: hidden;
}
#tslp #code01,
#tslp #code01 .style {
    background: #fff;
}
#tslp #code02,
#tslp #code02 .style {
    background: #f4f4f4;
}
#tslp .code dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    align-content: stretch;
}
#tslp .reverse {
    flex-direction: row-reverse;
}
#tslp .code dl dt {
    margin: 0;
    padding: 0;
    width: 35%;
}
#tslp .code dl dd {
    margin: 0;
    padding: 60px 0 20px;
    width: 56%;
    position: relative;
    z-index: 1;
}
#tslp .code dl dd .base {
    position: relative;
    z-index: 1;
}
#tslp .code dl dd .model {
    position: absolute;
    z-index: 1;
    width: 80%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#tslp .code .head {
    margin-top: 20px;
}
#tslp #code01 .bottom p {
  margin: 0;
  padding: 0 0 10px;
  line-height: 300%;
  font-size: 120%;
  background: url(../images/bottom.png) top center repeat-y;
  background-size: 100% auto;
}
#tslp #code02 .bottom p {
    margin: 0;
    padding: 0 0 10px;
    line-height: 300%;
    font-size: 120%;
    background: url(../images/bottom2.png) top center repeat-y;
    background-size: 100% auto;
}
#tslp #code01 .bottom {
    color: #013766;
}
#tslp #code02 .bottom {
    color: #747474;
}
#tslp #code02 .button a {
    background: #747474;
}
#tslp .style {
    margin: -60px auto 0;
    padding: 70px 0 0;
    z-index: 4;
}
#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: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
}
#tslp .style ul li {
    width: 16%;
    margin: 20px 0;
    padding: 0 0.5%;
}
#tslp .style ul li img {
    width: 100%;
    margin-bottom: 10px;
}
#tslp .style ul li p {
    font-size: 15px;
    line-height: 180%;
    margin: 0;
    padding: 0;
    text-align: left;
}
#tslp .style ul li p.price {
    font-size: 18px;
    line-height: 180%;
    margin: 2px 0 0;
    padding: 0;
    text-align: left;
}
@media (max-width: 768px) {
    #tslp .code {
        margin: 0;
        padding: 12% 0 13%;
    }
    #tslp .code dl {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #tslp .code dl dt {
        margin: 8% 0 0;
        padding: 0;
        width: 100%;
    }
    #tslp .code dl dd {
        margin: 0;
        padding: 10% 0 2%;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    #tslp .style ul {
        margin-bottom: -3%;
        padding: 6% 2% 0;
    }
    #tslp .style ul li {
        width: 44%;
        margin: 5% 0;
        padding: 0 0.5%;
    }
    #tslp .style ul li img {
        margin-bottom: 8px;
    }
    #tslp .style ul li p {
        font-size: 0.9rem;
        line-height: 190%;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    #tslp .style ul li p.price {
        font-size: 1.1rem;
        line-height: 180%;
        margin: 2px 0 0;
        padding: 0;
        text-align: left;
    }
    #tslp .code dl dt .head {
        margin-top: 8%;
        width: 70%;
    }
    #tslp .code dl dd .model {
        width: 82%;
    }
    #tslp #code01 .bottom p {
        padding: 0 0 10px;
        line-height: 350%;
        font-size: 1.1rem;
        background: url(../images/bottomsp.png) top center repeat-y;
      }
      #tslp #code02 .bottom p {
          padding: 0 0 10px;
          line-height: 350%;
          font-size: 1.1rem;
          background: url(../images/bottom2sp.png) top center repeat-y;
      }
      .page-contentspages .wrapper > .pane-main {
        margin-bottom: 0!important;
      }
}


.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;
}