@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&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;
}
#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: #CEA088;
}
#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-optical-sizing: auto;
	font-style: normal;
}

/*  #main_visual
**************************************************/
#by #main_visual {
	width: 100%;
	overflow: hidden;
	margin: 0 0 12%;
	padding-bottom: 10%;
	border-bottom: solid 1px #fff;
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity {
	width: 500%;
	margin: 6% 0 6%;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
}
.scroll-infinity__item>img {
  width: 100%;
}


#by #main_visual .main_ttl {
    width: 68%;
    margin: 7% auto 0 6%;
}
#by #main_visual .read {
	margin: 0 auto;
    text-align: center; 
}

#by #main_visual .read p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (min-width: 769px)  {
	#by  {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#by #main_visual {
		width: 42%;
		position: sticky;
		top: 0;
		left: 0;
		margin: 0;
		border-bottom: none;
	}
	#by #main_visual .read {
		margin: 6% auto 0;
		text-align: center;
		font-size: 12px;
	}
	#by #main_visual .main_ttl {
		width: 58%;
        margin: 30px auto 0 30px;
	}
	#by #main_visual .scroll-infinity {
		width: 310%;
	}
	#by #main_visual .scroll-infinity__item {
		width: calc(100vw / 4);
	}
}


/*  contents
**************************************************/
#by #contents {
	position: relative;
}
#by #contents section {
	width: 100%;
	margin: 0% auto 7%;
	overflow: hidden;
	border-bottom: solid 1px #fff;
}
#by #contents section:last-of-type {
	margin: 0% auto 14%;
}
#by #contents section .midashi {
	width: 94%;
	margin: 0% auto 4%;
	position: relative;
	z-index: 2;
	line-height: 0;
}
#by #contents section .midashi .btn {
	display: block;
    width: 26%;
    position: absolute;
    bottom: -45%;
    right: 0%;
}
#by #contents section:nth-of-type(2) .midashi .btn {
    bottom: -71%;
}
#by #contents section:nth-of-type(3) .midashi .btn {
    bottom: auto;
	top: 0;
}
#by #contents section:nth-of-type(4) .midashi .btn {
    bottom: auto;
	top: 0;
}
#by #contents section .main {
	position: relative;
}
#by #contents section .main {
	display: flex;
    align-items: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 3%;
    padding: 0 0 3% 4%;
    overflow-y: hidden;
}
#by #contents section .main::-webkit-scrollbar {
    height: 6px;
}
#by #contents section .main::-webkit-scrollbar-track {
    background: #eee;
}
#by #contents section .main::-webkit-scrollbar-thumb {
    background: #111;
    border-radius: 2px;
}

#by #contents section .main .main_item {
    flex: 0 0 78%;
    scroll-snap-align: start;
    flex-shrink: 0;
}
#by #contents section .main .main_item img {
    width: 100%;
    display: block;
}

#by #contents section .sub {
    margin: 3% 0 0;
}
#by #contents section .sub img {
    width: 48.5%;
}
#by #contents section .sub .sub-img {
	display: flex;
	justify-content: space-between;
}
#by #contents section .sub .sub-tex {
	width: 84%;
	margin: 10% auto 0;
}
#by #contents section .sub .sub-tex h3 {
	font-size: 15px;
	font-weight: 400;	
	line-height: 1.8;
	margin: 0 0 4%;
}
#by #contents section .sub .sub-tex h3 span {
	display: block;
	font-size: 70%;
}
#by #contents section .sub .link {
	display: flex;
    justify-content: space-between;
    margin: 8% 0 20%;
}
#by #contents section .sub .link a {
	width: 48%;
	display: block;
	border: solid 1px #111;
}
#by #contents section .sub .link a img {
	width: 62%;
    display: block;
    margin: 0 auto;
    padding: 8% 0;
}



@media only screen and (min-width: 769px)  {
	#by #contents {
		width: 58%;
		margin: 0;
		padding-top: 46px;
	}
	#by #contents section .main {
		gap: 12px;
		padding: 0 0 12px 4%;
	}
	#by #contents section .main .main_pic {
		width: 72%;
	}
	#by #contents section .main::-webkit-scrollbar {
    height: 10px;
	}
	#by #contents section .midashi {
		margin: 0% auto 14px;
	}
	#by #contents section .midashi img {
		width: 68%;
	}
	#by #contents section .midashi .btn {
		width: 20%;
        bottom: -24%;
        right: 4%;
	}
	#by #contents section:nth-of-type(2) .midashi .btn {
		width: 20%;
        bottom: -24%;
        right: 4%;
	}
	#by #contents section:nth-of-type(5) .midashi .btn {
		width: 20%;
        top: 2%;
        bottom: auto;
        right: 4%;
	}
	#by #contents section .midashi .btn img {
		width: 100%;
	}
	#by #contents section .main .main_item {
        flex: 0 0 51%;
        flex-shrink: 0;
    }
	#by #contents section .sub {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 12px 0 0;
	}
	#by #contents section .sub .sub-img {
		width: 28%;
		flex-direction: column;
		gap: 8px;
	}
	#by #contents section .sub .sub-img img {
		width: 100%;
	}
	#by #contents section .sub .sub-tex {
        margin: 0;
        padding: 0 9%;
        font-size: 12px;
	}
	#by #contents section .sub .sub-tex h3 {
		font-size: 17px;
	}
	#by #contents section .sub .link {
		margin: 8% 0 0;
	}
	#by #contents section .sub .link a img {
    width: 52%;
    padding: 6% 0;
	}
}




/* 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;
	}
}