@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{margin: 0px !important;}
h1,h2,h3,h4,h5,h6{margin: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
*{
    min-height: 0;
    min-width : 0;
}
#sl{
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 12px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #2b2b2b;
    -webkit-text-size-adjust: 100%;
}
#sl a {
	text-decoration: none;
	color: #2b2b2b;
}
#sl　a:hover {
	opacity: 1;
}
#sl .clear{
	clear: both;
}
#sl img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#sl ul,#sl li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sl .f-en {
	font-family: "aktiv-grotesk", sans-serif;
}
@media only screen and (min-width: 769px)  {
	#sl {
		font-size: 12px;
        margin: 0 auto;
	}
}
/************************************************
                main 
*************************************************/
#sl .main_visual {
	width: 100%;
    padding: 7% 0 8%;
    background-color: #f4f3f2;
}
#sl .main_visual .inner {
	background: url("https://www.dot-st.com/static/docs/saloon/keyword/241129_coat/images/back-s.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f4f3f2;
    display: flex;
    padding-top: 18%;
    flex-wrap: wrap;
    align-items: center;
}
#sl .main_visual .inner div {
    width: 25%;
}
#sl .main_visual .inner div:nth-of-type(1) {
	transition: 1.5s all 1.5s ease;
}
#sl .main_visual .inner div:nth-of-type(2) {
	transition: 1.5s all 1.2s ease;
}
#sl .main_visual .inner div:nth-of-type(3) {
	transition: 1.5s all 2.0s ease;
}
#sl .main_visual .inner div:nth-of-type(4) {
	transition: 1.8s all 0s ease;
}
#sl .main_visual .inner div:nth-of-type(5) {
	transition: 1.5s all 0.3s ease;
}
#sl .main_visual .inner div:nth-of-type(6) {
	transition: 1.5s all 0.6s ease;
}
#sl .main_visual .inner div:nth-of-type(7) {
	transition: 1.5s all 2.0s ease;
}
#sl .main_visual .inner div:nth-of-type(8) {
	transition: 1.5s all 1.8s ease;
}
#sl .main_visual .inner div:nth-of-type(9) {
	transition: 1.5s all 2.7s ease;
}
#sl .main_visual .inner div:nth-of-type(10) {
	transition: 1.5s all 3.4s ease;
}
#sl .main_visual .inner div:nth-of-type(11) {
	transition: 1.5s all 1.8s ease;
}
#sl .main_visual .inner div:nth-of-type(12) {
	transition: 1.5s all 0.9s ease;
}
#sl .main_visual .inner div:nth-of-type(13) {
	transition: 1.5s all 2.4s ease;
}
#sl .main_visual .inner div:nth-of-type(14) {
	transition: 1.5s all 3.1s ease;
}
#sl .main_visual .inner .img .title {
    width: 66%;
    margin: 5% auto 2%;
}
#sl .read {
	margin: 11% 0 18%;
    position: relative;
    padding: 0 8%;
	font-size: 12px;
}

@media only screen and (min-width: 769px)  {
	#sl #sl_header {
		background-color: #f4f3f2;
		padding-top: 60px;
	}      
	#sl .main_visual {
		width: 940px;
        margin: 0 auto;
		background: url(https://www.dot-st.com/static/docs/saloon/keyword/241129_coat/images/back-p.svg);
		background-repeat: no-repeat;
		padding: 60px 0 80px;
    }
	#sl .main_visual .inner {
		background: none;
        padding-top: 35px;
        width: 92%;
        margin: 0 auto;
    }
	#sl .main_visual .inner div {
		width: 20%;
	}
	#sl .read {
		margin: auto;
	    padding-bottom: 100px;
        font-size: 13px;
        text-align: center;
	}
	
}
/************************************************
                contents 
*************************************************/
#sl #contents  {
	max-width: 100%;
	margin: 10% auto 6%;
	overflow: hidden;
}
#sl #contents section {
	padding-top: 14%;
    padding-bottom: 10%;
}
#sl #contents section .img-box {
	background: #f4f3f2;
}
#sl #contents section .img-box .title {
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 2.5px #111;
    border-bottom: solid 1px #111;
}

#sl #contents section .img-box .title div:nth-of-type(1) {
	width: 80%;
}
#sl #contents section .img-box .title div:nth-of-type(1) img {
	width: 13%;
    padding: 3.5% 3% 3.5% 3%;
    border-right: solid 1px #111;
}
#sl #contents section .img-box .title div:nth-of-type(1) span {
	margin-left: 4%;
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: 14px;
}
#sl #contents section .img-box .title div:nth-of-type(2) {
	width: 18%;
    margin-right: 2%;
}
#sl #contents section .img-box .title div:nth-of-type(2) a {
	display: block;
    text-align: center;
    color: #fff;
    background: #111;
    font-size: 11px;
    line-height: 2.2;
}
#sl #contents section .img-box .item {
	position: relative;
}
#sl #contents section .img-box .item div {
	position: absolute;
}
#sl #contents section .img-box .item .item-pic {
	 display: block;
    width: 72%;
    padding-top: 20%;
    padding-bottom: 25%;
    margin: 0 auto;
    position: static;
}
#sl #contents section .img-box .item  .item-tex {
	text-align: center;
	font-size: 10.5px;
	line-height: 1.5;
}
#sl #contents section .img-box .item .item-line {
	width: 34%;
}
#sl #contents section .img-box .item div:nth-of-type(2) {
	top: 6%;
    left: 3%;
}
#sl #contents section .img-box .item div:nth-of-type(3) {
	top: 19%;
    left: 3%;
}
#sl #contents section .img-box .item div:nth-of-type(4) {
	top: 12%;
    right: 4%;
}
#sl #contents section .img-box .item div:nth-of-type(5) {
	top: 25%;
    right: 2%;
}
#sl #contents section .img-box .item div:nth-of-type(6) {
	bottom: 8%;
    right: 4%;
}
#sl #contents section .img-box .item div:nth-of-type(7) {
	bottom: 6%;
    right: 6%;
}
/*****2****/
#sl #contents section:nth-of-type(2) .img-box .item div:nth-of-type(4) {
	top: 11%;
    right: 3%;
}
#sl #contents section:nth-of-type(2) .img-box .item div:nth-of-type(5) {
	top: 21%;
    right: 4%;
}
#sl #contents section:nth-of-type(2) .img-box .item div:nth-of-type(6) {
    bottom: 9%;
    right: 4%;
}
#sl #contents section:nth-of-type(2) .img-box .item div:nth-of-type(7) {right: 25%;}
/*****3*****/
#sl #contents section:nth-of-type(3) .img-box .item div:nth-of-type(6) {bottom: 9%;}
#sl #contents section:nth-of-type(3) .img-box .item div:nth-of-type(7) {right: 11%;}
/*****4*****/
#sl #contents section:nth-of-type(4) .img-box .item div:nth-of-type(5) {
	top: 21%;
    right: 2%;
}
/*****5*****/
#sl #contents section:nth-of-type(5) .img-box .item div:nth-of-type(3) {top: 14%;}
#sl #contents section:nth-of-type(5)  .img-box .item div:nth-of-type(4) {
	top: 13%;
    right: 2%;
}
#sl #contents section:nth-of-type(5) .img-box .item div:nth-of-type(5) {
	top: 21%;
    right: 2%;
}
#sl #contents section:nth-of-type(5) .img-box .item div:nth-of-type(6) {bottom: 7%;}
#sl #contents section:nth-of-type(5) .img-box .item div:nth-of-type(7) {
    right: 25%;
    bottom: 5%;
}
/*****6*****/
#sl #contents section:nth-of-type(6) .img-box .item div:nth-of-type(2) {
    top: 9%;
    left: 7%;
}
#sl #contents section:nth-of-type(6) .img-box .item div:nth-of-type(4) {
    top: 5%;
    right: 4%;
}
#sl #contents section:nth-of-type(6) .img-box .item div:nth-of-type(5) {
    top: 18%;
    right: 7%;
}
#sl #contents section:nth-of-type(6) .img-box .item div:nth-of-type(6) {bottom: 9%;}
/*****7*****/
#sl #contents section:nth-of-type(7) .img-box .item div:nth-of-type(3) {
    top: 15%;
    left: 2%;
}
#sl #contents section:nth-of-type(7) .img-box .item div:nth-of-type(4) {
    top: 16%;
    right: 4%;
}
#sl #contents section:nth-of-type(7) .img-box .item div:nth-of-type(5) {right: 5%;}
#sl #contents section:nth-of-type(7) .img-box .item div:nth-of-type(6) {
    bottom: 9%;
    right: auto;
    left: 7%;
}
#sl #contents section:nth-of-type(7) .img-box .item div:nth-of-type(7) {
    bottom: 6.5%;
    right: auto;
    left: 26%;
}
/*****8*****/
#sl #contents section:nth-of-type(8) .img-box .item div:nth-of-type(3) {
    top: 14.5%;
    left: 6%;
}
#sl #contents section:nth-of-type(8) .img-box .item div:nth-of-type(4) {
    top: 9%;
    right: 3%;
}
#sl #contents section:nth-of-type(8) .img-box .item div:nth-of-type(5) {
    top: 20.5%;
    right: 3%;
}
#sl #contents section:nth-of-type(8) .img-box .item div:nth-of-type(7) {
    bottom: 5%;
    right: 11%;
}
/*******************/
#sl #contents section .img-box .spec {
	display: flex;
    align-items: center;
    border-top: solid 1px #111;
}
#sl #contents section .img-box .spec div:nth-of-type(1) {
	width: 34%;
    padding: 1% 1% 1% 4%;
    border-right: solid 1px #111;
}
#sl #contents section .img-box .spec div:nth-of-type(1) span {
	margin-left: 5%;
}
#sl #contents section .img-box .spec div:nth-of-type(1) .white {
	color: #fffdfa;
    -webkit-text-stroke: .6px #646464;
}
#sl #contents section .camel {color: #c4834d;}
#sl #contents section .gray {color: #797979;}
#sl #contents section .l-green {color: #d9e359;}
#sl #contents section .g-beige {color: #baaf93;}
#sl #contents section .navy {color: #242e37;}
#sl #contents section .black {color: #111;}
#sl #contents section .blue {color: #bdd2d2;}
#sl #contents section .l-brown {color: #bc8c5f;}
#sl #contents section .charcoal {color: #594b4b;}

#sl #contents section .img-box .spec div:nth-of-type(2) {
    margin-left: 3%;
}
#sl #contents section .img-box .price {
	border-top: solid 1px #111;
    border-bottom: solid 2.5px #111;
}
#sl #contents section .img-box .price div {
    padding: 1% 1% 1% 4%;
}
@media only screen and (min-width: 768px)  {
	#sl #contents  {

	}
	#sl #contents section {
		width: 1100px;
        margin: 0 auto;
		padding-top: 0px;
        padding-bottom: 200px;
        display: flex;
        align-items: center;
        justify-content: space-between;
	}
	#sl #contents section:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	#sl #contents section .img-box {
        width: 46%;
    }
	#sl #contents section .img-box .title div:nth-of-type(1) span {
		font-size: 19px;
	}
	#sl #contents section .img-box .item .item-pic {
		width: 74%;
    padding-top: 20%;
    padding-bottom: 25%;
	}
	#sl #contents section .img-box .item .item-tex {
    font-size: 11px;
    line-height: 1.5;
	}
	#sl #contents section .img-box .item div:nth-of-type(2) {
		top: 8%;
		left: 6%;
	}
	#sl #contents section .img-box .item div:nth-of-type(4) {
		top: 14%;
		right: 6%;
	}
	#sl #contents section .img-box .item div:nth-of-type(6) {
		bottom: 9%;
		right: 8%;
	}
	#sl #contents section .img-box .spec {font-size: 13px;}
	#sl #contents section .img-box .price {font-size: 13px;}
	#sl #contents section .styling {
		width: 42%;
	}
	/*****2*****/
	#sl #contents section .img-box .item div:nth-of-type(3) {top: 18.5%;}
	#sl #contents section:nth-of-type(2) .img-box .item div:nth-of-type(5) {top: 20%;}
	#sl #contents section:nth-of-type(2) .img-box .item div:nth-of-type(4) {
		top: 12%;
		right: 5%;
	}
	#sl #contents section:nth-of-type(2) .img-box .item div:nth-of-type(6) {bottom: 10%;}
	#sl #contents section:nth-of-type(2) .img-box .item div:nth-of-type(7) {
		right: 14%;
		bottom: 7%;
	}
	/*****3*****/
	#sl #contents section:nth-of-type(3) .img-box .item div:nth-of-type(4) {top: 12%;}
	#sl #contents section:nth-of-type(3) .img-box .item div:nth-of-type(5) {
		top: 22%;
		right: 4%;
	}
	#sl #contents section:nth-of-type(3) .img-box .item div:nth-of-type(6) {
        bottom: 11%;
        right: 11%;
    }
	#sl #contents section:nth-of-type(3) .img-box .item div:nth-of-type(7) {bottom: 8%;}
	/*****4*****/
	#sl #contents section:nth-of-type(4) .img-box .item div:nth-of-type(4) {
		right: 8%;
	}
	#sl #contents section:nth-of-type(4) .img-box .item div:nth-of-type(5) {
		top: 22%;
		right: 4%;
	}
	/*****5*****/
	#sl #contents sectionn:nth-of-type(5) .img-box .item div:nth-of-type(2) {
        left: 5%;
    }
	/*****6*****/
	#sl #contents section:nth-of-type(6) .img-box .item div:nth-of-type(2) {
		top: 13%;
		left: 4%;
	}
	#sl #contents section:nth-of-type(6) .img-box .item div:nth-of-type(4) {
		top: 10%;
		right: 6%;
	}
	/*****7*****/
	#sl #contents section:nth-of-type(7) .img-box .item div:nth-of-type(4) {
		top: 17.5%;
		right: 6%;
	}
	#sl #contents section:nth-of-type(7) .img-box .item div:nth-of-type(7) {
		bottom: 6%;
		left: 17%;
	}
	/*****8*****/
	#sl #contents section:nth-of-type(8) .img-box .item div:nth-of-type(5) {
		top: 16%;
		right: 5%;
	}
	#sl #contents section:nth-of-type(8) .img-box .item div:nth-of-type(7) {
		bottom: 6.5%;
		right: 8%;
	}
}
/************************************************
               styling
*************************************************/
#sl #contents section .styling .styling-inner {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 16% 0 0;
}
#sl #contents section .styling .styling-inner div {
	 width: 47%;
    margin-bottom: 4.5%;
	border-top: solid 1px #111;
	border-bottom: solid 1px #111;
}
#sl #contents section .styling .styling-inner div:nth-of-type(1) {
	border-right: solid 1px #111;
}
#sl #contents section .styling .styling-inner div:nth-of-type(2) {
	border-left: solid 1px #111;
}
#sl #contents section .styling .styling-inner div:nth-of-type(3) {
	border-right: solid 1px #111;
}
#sl #contents section .styling .styling-inner div:nth-of-type(4) {
	border-left: solid 1px #111;
}
#sl #contents section .styling .styling-inner .slide-pic {
	position: relative;
	overflow: hidden;
    object-fit: cover;
}
#sl #contents section .styling .styling-inner .slide-pic {
	height: 70vw;
}
#sl #contents section .styling .styling-inner div .slide-pic li {
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0;
}
/*******slide-pic1********/
#sl #contents section .styling .styling-inner div:nth-of-type(1) .slide-pic li {
  animation: picslideAnime1 6s ease infinite;
}
#sl #contents section .styling .styling-inner div:nth-of-type(1) .slide-pic li:nth-of-type(1) { animation-delay: 0s }
#sl #contents section .styling .styling-inner div:nth-of-type(1) .slide-pic li:nth-of-type(2) { animation-delay: 3s }
@keyframes picslideAnime1 {
    0% { opacity: 0 }
   3% { opacity: 1 }
  53% { opacity: 1 }
  58% { opacity: 0 }
 100% { opacity: 0 }
}
/*******slide-pic2********/
#sl #contents section .styling .styling-inner div:nth-of-type(4) .slide-pic li {
  animation: picslideAnime2 4s ease infinite;
}
#sl #contents section .styling .styling-inner div:nth-of-type(4) .slide-pic li:nth-of-type(1) { animation-delay: 0s }
#sl #contents section .styling .styling-inner div:nth-of-type(4) .slide-pic li:nth-of-type(2) { animation-delay: 2s }
@keyframes picslideAnime2 {
    0% { opacity: 0 }
   3% { opacity: 1 }
  53% { opacity: 1 }
  58% { opacity: 0 }
 100% { opacity: 0 }
}
@media only screen and (min-width: 769px)  {
	#sl #contents section .styling .styling-inner {
		margin: 0;
	}
	
	#sl #contents section .styling .styling-inner div {
        width: 48%;
        border: solid 1px #111;
        margin-bottom: 3%;
    }
	#sl #contents section .styling .styling-inner .slide-pic {
		height: 332.8px;
	}
	
}
/************************************************
               btn
*************************************************/
#sl #contents section .styling .btn {
	width: 84%;
	margin: 5% auto 0;
}
#sl #contents section .styling .btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #111;
}
#sl #contents section .styling .btn p {
	margin: 0;
}
@media only screen and (min-width: 769px)  {
	#sl #contents section .styling .btn {
		width: 78%;
		margin: 8% auto 0;
	}
}
/************************************************
              js
*************************************************/
#sl .anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
#sl .anim.ac {
	opacity: 1;
	transform: translate(0);
}
#sl section .type_.typing {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid transparent;
    margin: 0; 
}
#sl section:nth-of-type(1) .type_.typing {
    animation: typing 1s steps(12), caret 0.3s steps(1) infinite;
	width: 40%;
}
#sl section:nth-of-type(2) .type_.typing {
    animation: typing 1s steps(10), caret 0.3s steps(1) infinite;
	width: 36%;
}
#sl section:nth-of-type(3) .type_.typing {
    animation: typing 1.5s steps(24), caret 0.3s steps(1) infinite;
	width: 77%;
}
#sl section:nth-of-type(4) .type_.typing {
    animation: typing 1.5s steps(19), caret 0.3s steps(1) infinite;
	width: 62%;
}
#sl section:nth-of-type(5) .type_.typing {
    animation: typing 1s steps(9), caret 0.3s steps(1) infinite;
	width: 33%;
}
#sl section:nth-of-type(6) .type_.typing {
    animation: typing 1.2s steps(17), caret 0.3s steps(1) infinite;
	width: 58%;
}
#sl section:nth-of-type(7) .type_.typing {
    animation: typing 1.2s steps(15), caret 0.2s steps(1) infinite;
	width: 49%;
}
#sl section:nth-of-type(8) .type_.typing {
    animation: typing 1.5s steps(20), caret 0.3s steps(1) infinite;
	width: 66%;
}
@media only screen and (min-width: 769px)  {
	#sl section:nth-of-type(1) .type_.typing {width: 38%;}
	#sl section:nth-of-type(2) .type_.typing {width: 35%;}
	#sl section:nth-of-type(3) .type_.typing {width: 75%;}
	#sl section:nth-of-type(4) .type_.typing {width: 60%;}
	#sl section:nth-of-type(5) .type_.typing {width: 31%;}
	#sl section:nth-of-type(6) .type_.typing {width: 56%;}
	#sl section:nth-of-type(7) .type_.typing {width: 47%;}
	#sl section:nth-of-type(8) .type_.typing {width: 64%;}
}
@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes caret {
  50% {
    border-right-color: currentColor;
  }
}

/************************************************************
                view
************************************************************/
#sl .spview {
	display: block;
}
#sl .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     #sl .spview {
		display: none;
	}	
	#sl .pcview {
		display: block;
	}
}

#sl .mb_15 {
	margin-bottom: 15px;
}