@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 {
	display: block;
	margin: 0 auto 0%;
	position: relative;
	background: #f8e9e3;
}
#by #main_visual .ttl {
	position: absolute;
    width: 80%;
    top: .3%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#by #main_visual .main_under {
	
}
#by #main_visual .main_under .read {
	text-align: center;
	margin: 7% 0 10%;
}
#by #main_visual .main_under .request {
	position: relative;
    width: 100%;
    height: 48vw;
}
#by #main_visual .main_under .request h3 {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}
#by #main_visual .main_under .request .serif {
	position: absolute;
	width: 42%;
	opacity: 0;
}
#by #main_visual .main_under .request .serif:nth-of-type(1) {
	top: 21%;
    left: 3%;
}
#by #main_visual .main_under .request .serif:nth-of-type(2) {
	top: 39%;
    left: 33%;
}
#by #main_visual .main_under .request .serif:nth-of-type(3) {
	width: 23%;
    top: 13%;
    right: 4%;
}
#by #main_visual .main_under .request .serif:nth-of-type(4) {
	width: 29%;
    bottom: 2%;
    left: 4%;
}
#by #main_visual .main_under .request .serif:nth-of-type(5) {
	bottom: 0%;
	right: 12%;
}
#by #main_visual .main_under .request .serif.in {
	opacity: 1;
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#by #main_visual .loop img {
    width: auto;         /* autoに */
    height: 128px;
    object-fit: cover;
    margin: 0 4px;
    display: block;      /* ← 追加：インライン要素の余白問題を防ぐ */
}

#by #main_visual .loop .slick-slide {
    width: auto !important; /* ← Safariが勝手に幅を潰すのを防ぐ */
}



#by .bottom {
	width: 100%;
	position: relative;
}
#by .bottom .sub {
	width: 38%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 33%;
}

#by .bottom .scroll {
    position: absolute;
    right: 50%;
    bottom: 50%;
    writing-mode: vertical-rl;
}
#by .bottom .scroll::before {
  animation: scroll 2s infinite;
    background-color: #000;
    bottom: -75px;
    content: "";
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media only screen and (min-width: 769px)  {
	#by #main_visual {
		max-width: 2000px;
		margin: 0 auto;
	}
	#by #main_visual .ttl {
		width: 46%;
		max-width: 900px;
		top: 12px;
	}
	#by #main_visual .main_under {
		width: 50%;
		margin: 0 auto;
		overflow: hidden;
	}
	#by #main_visual .main_under .read {
		margin: 70px 0 58px;
		font-size: 14px;
	}
	#by #main_visual .main_under .request {
		width: 500px;
		height: 280px;
		margin: 0 auto;
	}
	#by #main_visual .main_under .request h3 {
		font-size: 20px;
	}
	#by #main_visual .loop {
		width: 200%;
	}
	
	#by #main_visual .loopslides {
		width: 100%;
		animation: loop 90s linear infinite;
	}
	#by .bottom {
		max-width: 2000px;
		margin: 0 auto;
	}
	#by .bottom .sub {
		width: 16%;
	}
	#by .bottom .scroll {
		bottom: 25%;
	}
	
}


/* container
**************************************************/
#by .container {
	width: 159%;
    margin: 20% 0 20% -28%;
    position: relative;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; /* スライドより上に表示するために必須 */
  cursor: pointer;
  width: 40px;  /* 必要に応じてサイズ調整 */
  height: auto;
}
#by .prev-arrow {
	position: absolute;
    width: 14%;
    top: 36%;
	left: 67%;
	margin: 0;
}
#by .next-arrow {
	position: absolute;
    width: 14%;
    top: 36%;
	left: 16%;
	margin: 0;
}
#by .slider-container {
	position: relative;
}
#by .slide-item {
	height: auto;
  opacity: .3;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
  width: 100%;
}
#by .slider-container .slick-center {
  opacity: 1;
  transform: scale(1);
}
#by .slide-item {
	font-size: 12px;
	text-align: center;
}
#by .slide-item span {
	font-size: 78%;
	display: block;
}


@media only screen and (min-width: 769px)  {
	#by .container {
		width: 62%;
		min-width: 350px;
		margin: 90px auto 120px;
	}
	#by .prev-arrow {
		width: 12%;
		top: 36%;
		right: 0;
		left: auto;
	}
	#by .next-arrow {
    width: 12%;
    top: 36%;
	left: 0%;
	}
}

/*  profile
**************************************************/
#by .profile {
	position: relative;
    background: #f8e9e2;
    padding: 12% 0px 7%;
}
#by .profile h3 {
	position: absolute;
    text-align: center;
    top: -13%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 22px;
}
#by .profile .profile_inner {
    width: 92%;
    margin: 0 auto;
}
#by .profile .profile_inner .profile_child {
	display: flex;
    justify-content: space-between;
	align-items: flex-start;
}
#by .profile .profile_inner .profile_child .staff {
	width: 30%;
    background: #fff;
    position: relative;
    padding-bottom: 2%;
}
#by .profile .profile_inner .profile_child .staff .size {
	position: absolute;
    width: 82%;
    top: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#by .profile .profile_inner .profile_child .staff .profile_child_inner {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 20% auto 0%;
}
#by .profile .profile_inner .profile_child .staff .profile_child_inner a {
	width: 42%;
}
#by .profile .profile_inner .profile_child .staff .profile_child_inner p {
	width: 50%;
	line-height: 1.7;
	letter-spacing: .5px;
}
#by .profile .profile_inner .profile_child .staff .profile_child_inner p span {
	display: block;
	font-size: 78%;
	color: #808080;
}
#by .profile .profile_inner .profile_child .staff .sns {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 74%;
	margin: 0 auto;
}
#by .profile .profile_inner .profile_child .staff .sns a:nth-of-type(1) {
	width: 66%;
}
#by .profile .profile_inner .profile_child .staff .sns a:nth-of-type(2) {
	width: 20%;
	line-height: 0;
}

@media only screen and (min-width: 769px)  {
	#by .profile {
		margin: 0;
		padding: 76px 0px 70px;
	}
	#by .profile .profile_inner {
		width: 70%;
		max-width: 700px;
	}
	#by .profile h3 {
		top: -25px;
		font-size: 28px;
	}
	#by .profile .profile_inner .profile_child .staff .size {
		width: 65%;
		top: -24px;
	}
	#by .profile .profile_inner .profile_child .staff .profile_child_inner {
		width: 80%;
		margin: 16% auto 4%;
	}
	#by .profile .profile_inner .profile_child .staff .profile_child_inner p {
		font-size: 13px;
	}
	#by .profile .profile_inner .profile_child .staff .sns a:nth-of-type(2) {
		width: 18%;
	}
}


/*  content
**************************************************/
#by .content {
	margin: 20% auto 0;
}
#by .content section {
    margin: 0% auto 22%;
    padding-top: 8%;
    border-top: solid 1px #727272;
}
@media only screen and (min-width: 769px)  {
	#by .content {
		margin: 140px auto 0;
	}
	#by .content section {
		margin: 0% auto 0;
	}
	#by .content section:last-of-type {
		margin-bottom: 0;
	}
	#by .content .flex {
		width: 1200px;
		margin: 0% auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
	}
}

/* 
**************************************************/
#by .content section .text {
	width: 88%;
	margin: 0% auto 5%;
}
#by .content section .text img {
	display: block;
	margin: 0 auto 6%;
	width: 46%;
}
#by .content section .styling {
	width: 88%;
	margin: 0 auto 18%;
}

@media only screen and (min-width: 769px)  {
	#by .content section .styling {
		width: 42%;
		margin: 0 0 160px;
	}
	
	#by .content section .text {
		width: 70%;
		max-width: 740px;
		margin: 0% auto 44px;
		font-size: 12px;
	}
	#by .content section .text img {
		margin: 0 auto 30px;
		width: 40%;
	}
}
/* slide1
**************************************************/
#by .content section .styling .styling_child .slide1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 133vw;
	margin: 0% auto;
}
 
#by .content section .styling .styling_child .slide1 img {
  display: block;
  position: absolute;
  opacity: 0;
  animation: slideAnime1 12s ease infinite;
}
#by .content section .styling .styling_child .slide1 img:nth-of-type(1) { animation-delay: 0s }
#by .content section .styling .styling_child .slide1 img:nth-of-type(2) { animation-delay: 3s }
#by .content section .styling .styling_child .slide1 img:nth-of-type(3) { animation-delay: 6s }
#by .content section .styling .styling_child .slide1 img:nth-of-type(4) { animation-delay: 9s }
 
@keyframes slideAnime1{
   0% { opacity: 0 }
   6% { opacity: 1 }
  25% { opacity: 1 }
  31% { opacity: 0 }
 100% { opacity: 0 }
}

/* slide2
**************************************************/
#by .content section .styling .styling_child .slide2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 133vw;
	margin: 0% auto;
}
 
#by .content section .styling .styling_child .slide2 img {
  display: block;
  position: absolute;
  opacity: 0;
  animation: slideAnime2 20s ease infinite;
}
#by .content section .styling .styling_child .slide2 img:nth-of-type(1) { animation-delay: 0s }
#by .content section .styling .styling_child .slide2 img:nth-of-type(2) { animation-delay: 5s }
#by .content section .styling .styling_child .slide2 img:nth-of-type(3) { animation-delay: 10s }
#by .content section .styling .styling_child .slide2 img:nth-of-type(4) { animation-delay: 15s }
 
@keyframes slideAnime2{
   0% { opacity: 0 }
   4% { opacity: 1 }
  25% { opacity: 1 }
  29% { opacity: 0 }
 100% { opacity: 0 }
}




@media only screen and (min-width: 769px)  {
	#by .content section .styling .styling_child .slide1 {
		height: 760px;
        width: 504px;
	}
	#by .content section .styling .styling_child .slide2 {
		height: 760px;
        width: 504px;
	}
}




#by .content section .styling .styling_child .point {
	position: relative;
    background: #ececec;
    margin: 8% auto 0;
    padding: 4% 5%;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
#by .content section .styling .styling_child .point:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ececec;
}

#by .content section .styling .styling_child .point .kore {
	width: 27%;
    position: absolute;
    top: 2%;
    left: -3%;
}
#by .content section .styling .styling_child .point .point_pic {
	width: 32%;
}
#by .content section .styling .styling_child .point .by {
	display: block;
	width: 64%;
}
#by .content section .styling .styling_child .point p {
	width: 61%;
	font-size: 10.5px;
	line-height: 1.8;
}
#by .content section .styling .styling_child .point p span {
	display: block;
	font-size: 200%;
	font-weight: 600;
}
#by .content section .styling .styling_child .link {
    margin: 8% auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#by .content section .styling .styling_child .link a:nth-of-type(1) {
	width: 37%;
}
#by .content section .styling .styling_child .link a:nth-of-type(2) {
	width: 57%;
}

@media only screen and (min-width: 769px)  {
	#by .content section .styling .styling_child .point {
		margin: 40px 0 0;
		padding: 3% 7%;
	}
	#by .content section .styling .styling_child .point .kore {
		width: 23%;
		top: 3%;
		left: -4%;
	}
	#by .content section .styling .styling_child .point p {
		width: 61%;
		font-size: 11px;
	}
}

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


.reveal-trigger {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.reveal-trigger img {
  opacity: 0;
  transition: opacity 0.6s ease 0.3s; 
}
.reveal-trigger::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: inherit;
  opacity: 1; 
  transition: opacity 0.6s ease 0.3s; 
  z-index: 1;
}
.reveal-trigger img {
  opacity: 0;
  transition: opacity 0.6s ease 0.3s; 
}
.reveal-trigger.is-visible img {
  opacity: 1;
}

.reveal-trigger.is-visible::after {
  opacity: 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;
	}
}