@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;
}
#by{
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #2b2b2b;
    -webkit-text-size-adjust: 100%;
	overflow: hidden;
}
#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 {
	margin-bottom: 10%;
}
#by #main_visual .ttl {
    width: 82%;
    margin: 10% auto 4%;
}
#by #main_visual .read {
    text-align: center;
	font-size: 12px;
}

@media only screen and (min-width: 769px)  {
	#by #main_visual {
		margin-bottom: 0px;
	}
	#by #main_visual .ttl {
		width: 42%;
		max-width: 640px;
		margin: 100px auto 40px;
	}
	#by #main_visual .read {
		font-size: 13px;
	}
	
}


/* container
**************************************************/
#by .container {
	width: 156%;
    margin: 0% 0 5% -28%;
    position: relative;
	overflow: visible;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: auto;
}
#by .prev-arrow {
	position: absolute;
    width: 8%;
    top: 48%;
	left: 74%;
	margin: 0;
}
#by .next-arrow {
	position: absolute;
    width: 8%;
    top: 48%;
    left: 17.8%;
	margin: 0;
}
#by .slider-container {
	position: relative;
    padding: 80px 0;
    overflow: visible;
}
#by .slide-item {
	height: auto;
	opacity: .3;
	transform: scale(.5);
	transition: opacity .5s, transform .5s;
	width: 100%;
}
#by .slider-container .slick-center {
	opacity: 1;
	transform: scale(1.4);
}
.slick-list {
	overflow: visible !important;
}

@media only screen and (min-width: 769px)  {
	#by .container {
		width: 82%;
        margin: 0px auto 45px;
        overflow-x: hidden;
		overflow-y: visible; 
	}
	#by .slick-list {
        overflow: visible !important;
        padding: 80px 0 !important;
    }
	#by .prev-arrow {
		width: 6%;	
		right: 0;
		left: auto;
	}
	#by .next-arrow {
		width: 6%;
		left: 0%;
	}
}

/*  modal
**************************************************/
.by-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.by-modal.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
}
.by-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.by-modal-content {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 600px;
}
.by-modal-img {
    width: 100%;
    height: auto;
    display: block;
}
.by-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
}

/* profile
**************************************************/
#by .profile {
	width: 54%;
    margin: 10% auto 0;
    border: solid 1px #111;
    padding: 4%;
    display: flex;
    justify-content: space-between;
}
#by .profile div:nth-of-type(1) {
	width: 30%;
}
#by .profile div:nth-of-type(1) img {
	border-radius: 50%;
}
#by .profile div:nth-of-type(2) {
	width: 63%;
}
#by .profile div:nth-of-type(2) h3 {
	font-size: 12px;
}
#by .profile div:nth-of-type(2) h3 span {
	font-size: 9px;
    color: #898989;
    margin-left: 4%;
}
@media only screen and (min-width: 769px)  {
	#by .profile {
		width: 68%;
		max-width: 640px;
		align-items: center;
		margin: 74px auto 0;
		padding: 2% 3%;
	}
	#by .profile div:nth-of-type(1) {
		width: 24%;
	}
	#by .profile div:nth-of-type(2) {
		width: 68%;
	}
}

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