@charset "UTF-8";
/* CSS Document */
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;
}
#sl{
    padding: 0;
    font-family: "ltc-bodoni-175", serif;
	font-weight: 400;
	font-style: normal;
    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;
}
#sl p {
    margin: 0;
}
#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 .mono {
	filter: grayscale(95%);
}
@media only screen and (min-width: 769px)  {
	#sl {
		background-image: url("https://www.dot-st.com/static/docs/saloon/pages/241122_look/assets/img/back-pc.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		overflow: hidden;
		display: flex;
	}
}
/************************************************************
                #side
************************************************************/
@media only screen and (min-width: 769px)  {
	#sl #side {
		width: 36%;
		position: fixed;
	}
	#sl #side .side-inner  {
		display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 48%;
        flex-direction: column;
	}
	#sl #side .side-inner div img {
		display: block;
		margin: 0 auto;
	}
	#sl #side .side-inner div .logo-w {
		width: 78%;
		margin-bottom: 80px;
	}
	
	#sl #side .side-inner div a {
		width: 24%;
        display: block;
        margin: 0 auto 6%;
	}
	#sl #side .side-inner div .company {
		width: 50%;
		margin-top: 15%;
	}
}
/************************************************************
                #contents 
************************************************************/
#sl #contents {
	max-width: 100%;
	margin: -2% auto 25%;
	background: #fff;
}
@media only screen and (min-width: 769px)  {
	#sl #contents {
		width: 52%;
		margin: 0 12% 0 auto;
	}
}
/************************************************************
               #sl_header
************************************************************/
#sl #contents #sl_header {
	position: relative;
	margin: 0;
}
#sl #contents #sl_header .main {
	display: flex;
    justify-content: space-between;
    align-items: center;
	background-image: url(../img/back-pc.jpg);
	background-size: cover;
	background-size: auto 50%;
    background-repeat: no-repeat;
}
#sl #contents #sl_header .main .main-img {
	width: 92%;
	margin: 6% auto 0;
}
#sl #contents #sl_header .main .ttl {
	width: 58%;
    right: 0;
    left: 0;
    bottom: 11%;
    margin: 0 auto;
    z-index: 2;
    position: absolute;
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
@keyframes infinity-scroll-left {
  from {
  transform: translateX(0);
	}
  to {
  transform: translateX(-100%);
	}
}
#sl #contents .scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
	background: #111;
	height: 4vh;
}
#sl #contents .scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0;
	align-items: center;
}
#sl #contents .scroll-infinity__list--left {
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
	
}
#sl #contents .scroll-infinity__item {
	width: calc(100vh / 1);
    padding-bottom: .2%;
}
#sl #contents .scroll-infinity__item>img {
	width: 100%;
}

@media only screen and (min-width: 769px)  {
	#sl #contents #sl_header .main {
		background-image: none;
	}
	#sl #contents #sl_header .main .main-img {
		width: 52%;
		margin: 0;
	}
	#sl #contents #sl_header .main .ttl {
		width: 34%;
		margin: 0 auto;
		position: relative;
		filter: none;
	}
	#sl #contents .scroll-infinity__wrap {
		height: 3.8vh;
	}
	#sl #contents .scroll-infinity__item {
		width: calc(100vh / 1.2);
		padding-bottom: .1%;
	}
	
}

/************************************************************
               section
************************************************************/
#sl #contents section {
	width: 100%;
}
#sl #contents section .wrapper {
}
#sl #contents .wrapper section .slide-items,.slide-linear {
	height: 100vw;
	object-fit: cover;
}
@media only screen and (min-width: 769px)  {
	#sl #contents .wrapper section .slide-items,.slide-linear {
		height: 53vw;
	}
}
/************01*************/
#sl #contents .wrapper section:nth-of-type(1) {
	margin: 0px 0 15%;
}
#sl #contents .wrapper section:nth-of-type(1) ul {
	width: 70%;
	margin: 20% 0 0;
}
#sl #contents .wrapper section:nth-of-type(1) .box {
	width: 58%;
    margin: 5% 2% 0 auto;
}
@media only screen and (min-width: 769px)  {
	#sl #contents .wrapper section:nth-of-type(1) .box {
		width: 40%;
		margin: 4% 5% 0 auto;
	}
}
/************02*************/
#sl #contents .wrapper section:nth-of-type(2) {
	margin-bottom: 15%;
}
#sl #contents .wrapper section:nth-of-type(2) ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
#sl #contents .wrapper section:nth-of-type(2) ul li:nth-of-type(1) {
	grid-area: 1 / 1 / 2 / 2;
	transition: 1.5s all 0s ease;
}
#sl #contents .wrapper section:nth-of-type(2) ul li:nth-of-type(2) {
	grid-area: 1 / 2 / 2 / 3;
	transition: 1.5s all 0.4s ease;
}
#sl #contents .wrapper section:nth-of-type(2) ul li:nth-of-type(3) {
	grid-area: 2 / 1 / 3 / 2;
	transition: 1.5s all 0.4s ease;
}
#sl #contents .wrapper section:nth-of-type(2) ul li:nth-of-type(4) {
	grid-area: 2 / 2 / 3 / 3;
	transition: 1.5s all 0s ease;
}
#sl #contents .wrapper section:nth-of-type(2) .box {
	width: 58%;
    margin: 10% auto 0;
}
@media only screen and (min-width: 769px)  {
	#sl #contents .wrapper section:nth-of-type(2) .box {
		width: 38%;
		margin: 6% auto 0;
	}
}
/************03*************/
#sl #contents .wrapper section:nth-of-type(3) {
	margin-bottom: 15%;
}
#sl #contents .wrapper section:nth-of-type(3) .slide-linear {
	height: 73vw;
}
#sl #contents .wrapper section:nth-of-type(3) .box {
	width: 60%;
    margin: 5% auto 0 4%;
}
@media only screen and (min-width: 769px)  {
	#sl #contents .wrapper section:nth-of-type(3) .slide-linear {
		height: 26vw;
	}
	#sl #contents .wrapper section:nth-of-type(3) .box {
		width: 34%;
		margin: 3% auto 0 5%;
	}
}
/************04*************/
#sl #contents .wrapper section:nth-of-type(4) {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #969183 30%, #969183 100%);
    padding-bottom: 15%;
    
}
#sl #contents .wrapper section:nth-of-type(4) ul {
	width: 70%;
	margin: 0 0 7% auto;
}
#sl #contents .wrapper section:nth-of-type(4) .box {
	width: 58%;
    margin: 0 0 0 6%;
}
#sl #contents .wrapper section:nth-of-type(4) .box .credit a {
    color: #fff;
}
@media only screen and (min-width: 769px)  {
	#sl #contents .wrapper section:nth-of-type(4) .box {
		width: 42%;
	}
}
/************05*************/
#sl #contents .wrapper section:nth-of-type(5) {
	margin-bottom: 15%;
}
#sl #contents .wrapper section:nth-of-type(5) .pic {
	display: flex;
	}
#sl #contents .wrapper section:nth-of-type(5) .pic div:nth-of-type(1) {
	transition: 1.6s all 0s ease;
	}
#sl #contents .wrapper section:nth-of-type(5) .pic div:nth-of-type(2) {
	transition: 1.6s all .5s ease;
	}
#sl #contents .wrapper section:nth-of-type(5) .box {
	width: 62%;
    margin: 5% auto 0 4%;
}
@media only screen and (min-width: 769px)  {
	#sl #contents .wrapper section:nth-of-type(5) .box {
		width: 34%;
		margin: 3% auto 0 5%;
	}
}


#sl #contents .wrapper:nth-of-type(4)  section:nth-of-type(4) .box {
    width: 66%;
}
#sl #contents .wrapper:nth-of-type(4)  section:nth-of-type(4) .box .cms a::after  {
    color: #fff;
}
@media only screen and (min-width: 769px) {
    #sl #contents .wrapper:nth-of-type(4) section:nth-of-type(4) .box {
        width: 45%;
        margin: 3% auto 0 5%;
    }
}
#sl #contents .wrapper:nth-of-type(4)  section:nth-of-type(5) .box {
    width: 66%;
}
@media only screen and (min-width: 769px) {
    #sl #contents .wrapper:nth-of-type(4) section:nth-of-type(5) .box {
        width: 45%;
        margin: 3% auto 0 5%;
    }
}

#sl .key-slider,
#sl .slick-list,
#sl .slick-track {
  height: 100%;
}

#sl .box .credit a {
    position: relative;
    display: block;
    margin: 0 auto 3%;
	color: #111;
	font-size: 10px;
}
#sl .box .credit a::after {
	content: "BUY";
    position: absolute;
    top: 40%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	text-decoration: underline;
}
#sl .box .cms a::after {
	content: "COMING SOON";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0, -50%);
    font-size: 9px;
    text-decoration: none;
    color: #7A7A7A;
}
/************************************************************
               footer
************************************************************/
#sl #footer {
	margin: 0 auto 0;
	padding: 30% 0 10%;
	background-image: url("https://www.dot-st.com/static/docs/saloon/pages/241122_look/assets/img/back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 2.5px;
	text-align: center;
}
#sl #footer .side-inner {
	display: block;
	margin: 0 auto;
}
#sl #footer .logo-w {
	width: 38%;
    margin-bottom: 12%;
}
#sl #footer .side-inner {
	display: flex;
    width: 70%;
    margin: 0 auto 12%;
}

#sl #footer .company {
	width: 52%;
}
@media only screen and (min-width: 768px)  {
	#sl #footer {
		margin: 0 auto 2%;
		font-size: 13px;
	}
	

}
/************************************************************
                js
************************************************************/
#sl .anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
#sl .anim.ac {
	opacity: 1;
	transform: translate(0);
}
/************************************************************
                view
************************************************************/
#sl .spview {
	display: block;
}
#sl .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     #sl .spview {
		display: none;
	}	
	#sl .pcview {
		display: block;
	}
}