@charset "UTF-8";
/* CSS Document */
:root{
}
body{margin: 0px !important;}
scroll-infinity__list--left
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;
}
#item-list-content {
    position: relative;
    background: #fff;
}
.item-list-content__item {
    padding-bottom: 10px;
    background: #fff;
}
 

#by{
	width: 100%;
	position: relative;
    margin: 0 auto;
    box-sizing: border-box;  
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	color: #111;
	line-height: 2.0; 
	letter-spacing: 1px;
	background: #fff;
}
#by a {
	text-decoration: none;
	color: #2b2b2b;
}
#by p {
    margin: 0;
}
#by a:hover {
	opacity: 1;
}
#by .clear{
	clear: both;
}
#by img{
    width: 100%;
    line-height: 0;
}
#by ul,#by li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#by .f-en {
	font-family: "hanken-grotesk", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*  #main_visual
**************************************************/
#by #main_visual {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10%;
}

@keyframes infinity-scroll-left {
from {
  transform: translateY(0);
}
  to {
  transform: translateY(-50%);
}
}

@keyframes infinity-scroll-right {
from {
  transform: translateY(-50%);
}
  to {
  transform: translateY(0%);
}
}

#by #main_visual .scroll-infinity {
	width: 100%;
	position: relative;
	background: #6b6662;
}
#by #main_visual .scroll-infinity .ttl {
	width: 8%;
    position: absolute;
    top: 29%;
    bottom: 0;
    left: 6%;
}
.scroll-infinity__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5px;
	overflow: hidden;
	height: 80vh;
	width: 80%;
    margin: 0 0 0 auto;
}

.scroll-infinity__list {
  list-style: none;
	width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.scroll-infinity__list--right {
  animation: infinity-scroll-right 10s infinite linear;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 10s infinite linear;
  
}
.scroll-infinity__item {
	line-height: 0;
	display: block;  
	flex-shrink: 0;    
	margin: 0;
}
.scroll-infinity__item>img {
  width: 100%;
	height: auto;
  aspect-ratio: 3 / 4;
  display: block;
  object-fit: cover;
	
}
#by #main_visual .main_ttl {
    width: 72%;
    margin: -9% auto 0;
}
#by #main_visual .read {
	margin: 10% 0;
    text-align: center; 
}
#by #main_visual .menu {
	width: 92%;
	margin: 0 auto;
}
#by #main_visual .menu .menu-ttl {
	text-align: center;
    font-size: 20px;
    margin: 0 auto 4%;
}
#by #main_visual .menu .menu_flex {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 4% 2%;
	justify-items: center;
	align-items: center;
}

@media only screen and (min-width: 769px)  {
	#by  {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#by #main_visual {
		width: 48%;
		position: sticky;
		top: 0;
		left: 0;
		margin: 0;
		border-bottom: none;
	}
	#by #main_visual .read {
		margin: 40px auto 40px;
        font-size: 12px;
        line-height: 1.8;
	}
	#by #main_visual .main_ttl {
		width: 66%;
        margin: -8% auto 0;
	}
	#by #main_visual .menu {
		width: 94%;
	}
	#by #main_visual .menu .menu-ttl {
		margin: 0 auto 10px; 
    }
	.scroll-infinity__wrap {
		width: 78%;
		height: 60vh;
   }
	#by #main_visual .menu .menu_flex {
		grid-template-columns: repeat(6, 1fr);
	}
	#by #main_visual .scroll-infinity .ttl {
		width: 6%;
		top: 24%;		
		left: 8%;
	}
}


/*  contents
**************************************************/
#by #contents {
	position: relative;
}
#by #contents section {
	width: 100%;
	margin: 0% auto;
	padding: 0;
	overflow: hidden;
	background: #9B9A97;
	color: #fff;
}
#by #contents section .item {
	display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 12% -4% 0;
}
#by #contents section .item .no {
	width: 28%;
}
#by #contents section .item .item_name {
	width: 83%;
	text-align: right;
}
#by #contents section .item .item_name h3 {
	font-size: 34px;
    line-height: 1.0;
    margin-bottom: 2%;
}
#by #contents section .item .item_name h3 .brand {
	font-size: 40%;
    line-height: 1.0;
    display: block;
	margin-top: -5%;
}
#by #contents section .item .no + .item_name {
	 margin-left: -8%;
}
#by #contents section .item .item_name .item_sub_name {
	display: flex;
	justify-content: flex-end;
    margin: 0 0 0 auto;
    align-items: center;
}
#by #contents section .item .item_name .item_sub_name .buy {
	width: 54px;
	margin-left: 4%;
	line-height: 0;
	animation: bounce-pause 3s infinite ease-in-out;
}
@keyframes bounce-pause {
  0% { transform: translateX(0); }
  7% { transform: translateX(-6px); }
  14% { transform: translateX(4px); }
  21% { transform: translateX(-2px); }
  28% { transform: translateX(1px); }
  33% { transform: translateX(0); }

  100% { transform: translateX(0); }
}

@media only screen and (min-width: 769px) {
  #by #contents .outer {
    margin: 0;
    padding: 70px 5% 60px;
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 44%);
    justify-content: space-between;
    align-items: center;
  }
  #by #contents .outer__main { order: initial; width: auto; }
  #by #contents .outer__body { display: block; min-width: 0; }
}

#by #contents section .item_detail {
	position: relative;
	width: 100%;
	margin: 0 0 10%;
	display: flex;
	align-items: center;
	overflow: hidden;
}
#by #contents section .item_detail .item_img + .text {
	margin-left: -10%;
}
#by #contents section .item_detail .item_img {
	position: relative;
	width: 58%;
	flex-shrink: 0;
	z-index: 2;
}
#by #contents section .item_detail .item_img.long {
	width: 54%;
}
#by #contents section .item_detail .item_img img{
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
#by #contents section .item_detail .text {
	position: relative;
    flex: 1;
    padding: 0 4% 0 0%; 
}
#by #contents section .item_detail .text p {
	position: relative;
    padding-bottom: 8px;
    margin-top: 10px;
    text-align: right;
    font-size: 11.5px;
    line-height: 1.6;
    letter-spacing: .4px;
}
#by .text p::after{
	content: "";
	position: absolute;
	left: -50%;
	bottom: 0;
	width: 150%;
	height: 1px;
	background: #fff;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}

#by .line-in.line-ac .text p::after{
	transform: scaleX(1);
}

#by .line-in.line-ac .text p:nth-child(1)::after{ transition-delay: 0.1s; }
#by .line-in.line-ac .text p:nth-child(2)::after{ transition-delay: 0.25s; }
#by .line-in.line-ac .text p:nth-child(3)::after{ transition-delay: 0.4s; }
#by .line-in.line-ac .text p:nth-child(4)::after{ transition-delay: 0.55s; }
#by .line-in.line-ac .text p:nth-child(5)::after{ transition-delay: 0.7s; }

@media only screen and (min-width: 769px) {
	#by #contents section .item_detail .text {
		padding: 0 5% 0 0%; 
	}
	#by #contents section .item_detail .text p {
		font-size: 15px;
        margin-top: 14px;
        padding-bottom: 12px;
	}
	#by #contents section .item {
		margin: 90px -5% 0;
	}
	#by #contents section .item .no {
		width: 25%;
	}
	#by #contents section .item .item_name h3 {
		font-size: 60px;
		line-height: 1.0;
		margin-bottom: 2%;
	}
	#by #contents section .item .item_name .item_sub_name {
		font-size: 14px;
	}
	#by #contents section .item .item_name .item_sub_name .buy {
		width: 76px;
	}
	
}


/* outer
**************************************************/
#by #contents section .styling {
	display: flex;
    justify-content: space-between;
    overflow: hidden;
    height: 98vw;
    background: #fff;
    padding: 0 0 1%;
}
#by #contents section .styling.row-reverse {
	flex-direction: row-reverse;
}
#by #contents section .styling .tate {
	width: 33%;
	overflow: hidden;
}
#by #contents section .styling .slide {
	position: relative;
	overflow: hidden;
	width: 66%;
    height: 98vw;
}
#by #contents section .styling .slide img {
  display: block;
  position: absolute;
  opacity: 0;
  animation: slideAnime 12s ease infinite;
}
#by #contents section .styling .slide img:nth-of-type(1) { animation-delay: 0s }
#by #contents section .styling .slide img:nth-of-type(2) { animation-delay: 3s }
#by #contents section .styling .slide img:nth-of-type(3) { animation-delay: 6s }
#by #contents section .styling .slide img:nth-of-type(4) { animation-delay: 9s }
 

@keyframes slideAnime{
    0% { opacity: 0 }
   6% { opacity: 1 }
  25% { opacity: 1 }
  31% { opacity: 0 }
 100% { opacity: 0 }
}


@media only screen and (min-width: 769px) {
	#by #contents section .styling {
		height: 58vw;
	}
	#by #contents section .styling .slide {
		height: 58vw;
	}
}

/* js
**************************************************/
#by .anim {
	opacity: 0;
	transition: 1s all 0s;
}
#by .anim.ac {
	opacity: 1;
	transform: translate(0);
}

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