@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
	padding: 0;
	margin: 0;
}
#by {
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	line-height: 2;
	width: 100%;
	margin-bottom: 50px;
	font-family: "Noto Sans JP", sans-serif;
	overflow: hidden;
}
#by ul,#by li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#by a {
	color: #000000;
	text-decoration: none;
}
#by img {
	width: 100%;
	border: none;
}

#main_visual {
	position: relative;
	padding: 30px 0 50px;
}



#main_visual .main_box{
	display: flex;
	margin: 0 auto;
	justify-content: space-evenly;
}

#main_visual .main_child{
	width: 30%;
} 

#main_visual .title {
	position: relative;
	width: 55%;
	max-width: 400px;
    margin: 5% auto;
}


#main_visual .read {
	width: 90%;
	max-width: 560px;
	margin: 0 auto ;
	text-align: center;
	font-size: 12px;
}
	


#by .item_ttl{
	width: 42%;
	margin: 10% auto;
	text-align: center;
}

@media only screen and (max-width: 768px)  {
	#by .item_ttl{
	width: 82%;
	font-size: 10px;
	}
}

#by .item_box{
	position: relative;
	width: 1200px;
	margin: 0 auto;	
}

@media only screen and (max-width: 768px)  {
	#by .item_box{
	width: 100%;
	font-size: 11px;
	line-height: 1.5;
	}
}
	
#by .item_box .item_img1{
	width: 57%;
	margin: 5% auto 10%;
	
}
@media only screen and (max-width: 768px)  {
	#by .item_box .item_img1{
	width: 65%;
	margin-left: 0;
	
	}
}


#by .item_box .comment:nth-of-type(2){
	position: absolute;
	top: 0;
	right: 10%;
	
}
#by .item_box .comment:nth-of-type(2) img{
	position: absolute;
    top: 62%;
    right: 102%;
    width: 40%;
	
}

#by .item_box .comment:nth-of-type(3){
	position: absolute;
	top: 11%;
	right: 14%;
	
}

#by .item_box .comment:nth-of-type(3) img{
	position: absolute;
    top: 62%;
    right: 102%;
    width: 50%;
}

#by .item_box .comment:nth-of-type(4){
	position: absolute;
	top: 22%;
	right: 17%;
	
}

#by .item_box .comment:nth-of-type(4) img{
	position: absolute;
    top: 62%;
    right: 102%;
    width: 65%;
	
}

#by .item_box .comment:nth-of-type(5){
	position: absolute;
	top: 33%;
	right: 16%;
	
}

#by .item_box .comment:nth-of-type(5) img{
	position: absolute;
    top: 62%;
    right: 102%;
    width: 60%;
}

#by .item_box .comment:nth-of-type(6){
	position: absolute;
	top: 44%;
	right: 6%;
	
}

#by .item_box .comment:nth-of-type(6) img{
	position: absolute;
    top: 45%;
    right: 112%;
    width: 87%;
    transform: rotate(14deg);
}

#by .item_box .comment:nth-of-type(7){
	position: absolute;
	top: 44%;
	right: 6%;
	
}

#by .item_box .comment:nth-of-type(7) img{
	position: absolute;
    top: 45%;
    right: 107%;
    width: 52%;
    transform: rotate(14deg);
}


#by .item_box .buy{
	position: absolute;
    bottom: 0;
    right: 6%;
    padding: 2px 34px;
    margin: 2% 0;
    font-weight: 600;
    border: solid 1px #000000;
}
#by .item_box .buy p {
    margin: 0; 
    padding: 0;
}

@media only screen and (max-width: 768px)  {
	#by .item_box .comment:nth-of-type(2){
	right: 2%;
	}
	#by .item_box .comment:nth-of-type(2) img{
	top: 26%;
    right: 108%;
	width: 33%;
    transform: rotate(18deg);
	}
	#by .item_box .comment:nth-of-type(3){
	right: 2%;
	top: 12%;
	}
	#by .item_box .comment:nth-of-type(3) img{
	width: 34%;
    transform: rotate(37deg);
	top: -2%;
    right: 115%;
	}
	#by .item_box .comment:nth-of-type(4){
	right: 2%;
	top: 25%;
	}
	#by .item_box .comment:nth-of-type(4) img{
	width: 83%;
    transform: rotate(45deg);
    top: -41%;
    right: 127%;
	}
	#by .item_box .comment:nth-of-type(5){
	right: 2%;
	top: 44%;
	}
	#by .item_box .comment:nth-of-type(5) img{
	width: 24%;	
	}
	#by .item_box .comment:nth-of-type(6){
	right: 2%;
	top: 65%;
	}
	#by .item_box .comment:nth-of-type(6) img{
	width: 52%;
	right: 110%;
	}
	#by .item_box .comment:nth-of-type(7){
	right: 2%;
	top: 81%;
	}
	#by .item_box .comment:nth-of-type(7) img{
	width: 24%;
	}
	#by .item_box .buy{
	right: 4%;
	}
	
}


#by .detail{
	display: flex;
	width: 1200px;
	margin: 10% auto 15%;
	position: relative;
   
}
@media only screen and (max-width: 768px)  {
	#by .detail{
	width: 100%;
	}	
}
#by .detail .detail_2{
	
}

#by .detail .detail_main{
	margin-left: auto;
    margin-right: 5%;
    width: 44%;
}

#by .detail .detail_2 .child3{
	position: absolute;
	left: 23%;
	width: 23%;
}

#by section:nth-of-type(4) .detail .detail_2 .child3{
	left: 10%;
    width: 27%;
    top: 20%;
}

#by .detail .detail_2 .child4{
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 23%;
}
#by section:nth-of-type(2) .detail .detail_main{
	margin-right: auto;
    margin-left: 5%;
	}
#by section:nth-of-type(2) .detail .detail_2 .child3{
	left: auto;
    right: 23%;
    width: 23%;
	}
#by section:nth-of-type(2) .detail .detail_2 .child4{
    left: auto;
    right: 5%;
    width: 23%;
	}

@media only screen and (max-width: 768px)  {
	#by .detail .detail_main {
   
    width: 60%;
	}
	#by .detail .detail_2 .child3{
	left: 5%;
	width: 27%;
	}

	#by .detail .detail_2 .child4{
	left: 5%;
	width: 27%;
	}
	
	#by section:nth-of-type(2) .detail .detail_2 .child3{
	left: auto;
    right: 5%;
    width: 27%;
	}
	#by section:nth-of-type(2) .detail .detail_2 .child4{
    left: auto;
    right: 5%;
    width: 27%;
	}
	
	#by section:nth-of-type(4) .detail .detail_2 .child3 {
    left: 5%;
    width: 33%;
    top: 12%;
	}
	
	#by section:nth-of-type(4) .detail .detail_main {
    width: 52%;
	}

}

#by section:nth-of-type(2) .item_box .item_img1{
		
}

#by section:nth-of-type(4) .item_box .item_img1 {
    margin-left: 45%;
}

#by section:nth-of-type(2) .item_box .comment:nth-of-type(2){
	right: 2%;	
}

#by section:nth-of-type(2) .item_box .comment:nth-of-type(2) img{
    width: 46%;
    transform: rotate(30deg);
    top: -5%;
    right: 117%;
}
#by section:nth-of-type(4) .item_box .comment:nth-of-type(2) {
    left: 10%;
}
#by section:nth-of-type(4) .item_box .comment:nth-of-type(2) img {
    left: 43%;
    width: 18%;
    transform: rotate(72deg);
    top: 15%;
}
#by section:nth-of-type(3) .item_box .comment:nth-of-type(2) {
    right: 3%;
}

#by section:nth-of-type(3) .item_box .comment:nth-of-type(2) img{
    width: 28%;
}

#by section:nth-of-type(2) .item_box .comment:nth-of-type(3){
	left: 4%;
	top: 4%;
}

#by section:nth-of-type(2) .item_box .comment:nth-of-type(3) img{
    top: -51%;
    left: 33%;
    width: 18%;
    transform: rotate(55deg);
	right: auto;
}

#by section:nth-of-type(4) .item_box .comment:nth-of-type(3) {
    left: 10%;
}

#by section:nth-of-type(4) .item_box .comment:nth-of-type(3) img{
    top: 10%;
    left: 35%;
    width: 18%;
    transform: rotate(70deg);
}

#by section:nth-of-type(3) .item_box .comment:nth-of-type(3) {
    right: 5%;
}

#by section:nth-of-type(3) .item_box .comment:nth-of-type(3) img{
    width: 28%;
}

#by section:nth-of-type(2) .item_box .comment:nth-of-type(4){
	left: 6%;	
}

#by section:nth-of-type(2) .item_box .comment:nth-of-type(4) img{
    top: -15%;
    left: 36%;
    width: 18%;
    transform: rotate(61deg);
	right: auto;
}

#by section:nth-of-type(4) .item_box .comment:nth-of-type(4){
	left: 10%;	
}


#by section:nth-of-type(3) .item_box .comment:nth-of-type(4) {
    right: 18%;
}

#by section:nth-of-type(4) .item_box .comment:nth-of-type(4) img{
    top: 13%;
    left: 36%;
    width: 18%;
    transform: rotate(69deg);
}

#by section:nth-of-type(3) .item_box .comment:nth-of-type(4) img{
    width: 53%;
}

#by section:nth-of-type(2) .item_box .comment:nth-of-type(5){
	right: 3%;
	top: 29%;
}

#by section:nth-of-type(2) .item_box .comment:nth-of-type(5) img{
    top: 80%;
    left: -19%;
    width: 18%;
    transform: rotate(4deg);
    right: auto;	
	
}

#by section:nth-of-type(4) .item_box .comment:nth-of-type(5){
	left: 10%;	
}

#by section:nth-of-type(4) .item_box .comment:nth-of-type(5) img{
    top: 19%;
    left: 36%;
    width: 18%;
    transform: rotate(69deg);
}

#by section:nth-of-type(3) .item_box .comment:nth-of-type(5) {
    right: 11%;
	top: 51%;
}

#by section:nth-of-type(3) .item_box .comment:nth-of-type(5) img{
    width: 65%;
}

#by section:nth-of-type(2) .item_box .comment:nth-of-type(7) {
    top: 54%;
    right: auto;
    left: 4%;
}

#by section:nth-of-type(2) .item_box .comment:nth-of-type(7) img{
    top: 36%;
    right: auto;
    width: 29%;
    transform: rotate(-110deg);
    left: 109%;
}


#by section:nth-of-type(even) .item_box .buy{
	right: auto;
    left: 15%;
}
#by section:nth-of-type(even) .item_box .buy p {
    margin: 0; 
    padding: 0;
}

@media only screen and (max-width: 768px)  {
	#by section:nth-of-type(2) .item_box .item_img1{
	margin-left: auto;	
	}
	#by section:nth-of-type(2) .item_box .comment:nth-of-type(2){
	left: 4%;	
	}
	#by section:nth-of-type(2) .item_box .comment:nth-of-type(2) img {
    left: 40%;
    width: 19%;
    transform: rotate(56deg);
    top: 26%;
	}
	#by section:nth-of-type(4) .item_box .comment:nth-of-type(2){
	left: 4%;	
	}
	#by section:nth-of-type(4) .item_box .comment:nth-of-type(2) img {
    left: 49%;
    width: 17%;
    transform: rotate(74deg);
    top: 44%;
	}
	#by section:nth-of-type(2) .item_box .comment:nth-of-type(3) {
    left: 4%;
	top: 18%;
	}
	#by section:nth-of-type(2) .item_box .comment:nth-of-type(3) img {
    top: 3%;
    left: 49%;
    width: 12%;
    transform: rotate(36deg);
	}
	#by section:nth-of-type(4) .item_box .comment:nth-of-type(3){
	left: 4%;
	top: 15%;
	}
	#by section:nth-of-type(4) .item_box .comment:nth-of-type(3) img {
    left: 52%;
    width: 13%;
    transform: rotate(74deg);
    top: 44%;
	}
	#by section:nth-of-type(3) .item_box .comment:nth-of-type(3) {
    right: 3%;
	top: 15%;
	}
	#by section:nth-of-type(3) .item_box .comment:nth-of-type(3) img {
    width: 18%;
	}
	#by section:nth-of-type(2) .item_box .comment:nth-of-type(4) {
    left: 4%;
	top: 30%;
	}
	#by section:nth-of-type(2) .item_box .comment:nth-of-type(4) img {
    top: 30%;
    left: 40%;
    width: 12%;
    transform: rotate(66deg);
	}
	#by section:nth-of-type(4) .item_box .comment:nth-of-type(4){
	left: 4%;
	top: 26%;
	}
	#by section:nth-of-type(4) .item_box .comment:nth-of-type(4) img {
    left: 44%;
    width: 17%;
    transform: rotate(74deg);
    top: 33%;
	}
	#by section:nth-of-type(3) .item_box .comment:nth-of-type(4) {
    right: 3%;
	top: 31%;
	}
	#by section:nth-of-type(3) .item_box .comment:nth-of-type(4) img {
    width: 21%;
	}
	#by section:nth-of-type(2) .item_box .comment:nth-of-type(5) {
    left: 4%;
	top: 41%;
	}
	#by section:nth-of-type(2) .item_box .comment:nth-of-type(5) img {
    top: 46%;
    left: 51%;
    width: 10%;
    transform: rotate(66deg);
    }
	#by section:nth-of-type(4) .item_box .comment:nth-of-type(5){
	left: 4%;
	top: 36%;
	}
	#by section:nth-of-type(4) .item_box .comment:nth-of-type(5) img {
    left: 38%;
    width: 17%;
    transform: rotate(74deg);
    top: 44%;
	}
	#by section:nth-of-type(3) .item_box .comment:nth-of-type(5) {
    right: 3%;
    top: 59%;
	}
	#by section:nth-of-type(3) .item_box .comment:nth-of-type(5) img {
    width: 25%;
	}
	#by section:nth-of-type(even) .item_box .buy{
	left: 4%;
	}

}

#by .col .col_ttl{
	width: 38%;
    margin: 20% auto 3%;
}

#by .col .col_name{
	display: flex;
    justify-content: space-evenly;
	font-size: 12px;
}
#by .col .col_pic{
	margin: 3% auto;
}

@media only screen and (min-width: 768px){
	#by .col{
	width: 1200px;
	margin: 0 auto 10%;
	}
	#by .col .col_ttl{
	width: 23%;
    margin: 20% auto 5%;
	}
	#by .col .col_name{
	display: flex;
    justify-content: space-evenly;
	width: 850px;
    margin: 0 auto;
	font-size: 15px;
	}
	#by .col .col_pic{
	width: 74%;
	margin: 0 auto;
    }
}

#by .scroll_area{
	position: relative;
	margin: 0 auto 30%;
	width: 500px;

}



#by .scroll_area:nth-of-type(odd){
	margin: 0 auto 18%;
	
}

/* スクロールダウンの位置 */
#by .scroll_area .scroll {
  position: absolute;
  right: 50%;
  top: 10%;
  font-size: 12px; 
  /*writing-mode: vertical-rl;*/
}

/* 線のアニメーション部分 */
#by .scroll_area .scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}



@media only screen and (max-width: 768px)  {
	#by .scroll_area{
	width: 100%;
    margin-left: 6%;
    margin: 10% 0 50% 7%;
	}
}

/* 線のアニメーション */
@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%;
  }
}

@keyframes scroll2 {
  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%;
  }
}

#by .item_box .comment .marker {
  background:linear-gradient(transparent 50%, rgba(249, 252, 146) 50%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
#by .item_box .comment .marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

#by .slider{
	padding: 10px 0 10px;
}

#by .slider .child p{
	font-size: 14px;
	margin-left: 2%;
	font-weight: 600;
}
@media only screen and (min-width: 768px)  {
	#by .slider{
	width: 1200px;
	display: flex;
	margin: 0 auto;
	justify-content: space-around;
	flex-direction: row;
    flex-wrap: wrap;
	}
	#by .slider .child{
	width: 40%;
	}
	#by .slider .child p{
	margin-left: 0%;
}	
}

/*=== 画像の表示エリア ================================= */
#by .slider .slide {
  position   : relative;
  overflow   : hidden;
  width: 100%;
  height: 130vw; /* 画像のサイズに合わせて変更ください */
  margin     : 0% auto 20%;/* サンプルは中央寄せの背景：白 */
  background : #fff;
}
 
 /*=== 画像の設定 ======================================= */
#by .slider .slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime1 12s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
#by .slider .slide img:nth-of-type(1) { animation-delay: 0s }
#by .slider .slide img:nth-of-type(2) { animation-delay: 3s }
#by .slider .slide img:nth-of-type(3) { animation-delay: 6s }
#by .slider .slide img:nth-of-type(4) { animation-delay: 9s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime1{
   0% { opacity: 0 }
   2% { opacity: 1 }
  25% { opacity: 1 }
  27% { opacity: 0 }
 100% { opacity: 0 }
}

@media only screen and (min-width: 768px){
	#by .slider .slide {
    height: 640px;
    
    }
}

/*=== 画像の表示エリア ================================= */
#by .slider .slide2 {
  position   : relative;
  overflow   : hidden;
  width: 100%;
  height: 130vw; /* 画像のサイズに合わせて変更ください */
  margin     : 0% auto 20%; /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
 
 /*=== 画像の設定 ======================================= */
#by .slider .slide2 img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime1 16s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
#by .slider .slide2 img:nth-of-type(1) { animation-delay: 0s }
#by .slider .slide2 img:nth-of-type(2) { animation-delay: 4s }
#by .slider .slide2 img:nth-of-type(3) { animation-delay: 8s }
#by .slider .slide2 img:nth-of-type(4) { animation-delay: 12s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime2{
   0% { opacity: 0 }
   2% { opacity: 1 }
  25% { opacity: 1 }
  27% { opacity: 0 }
 100% { opacity: 0 }
}
@media only screen and (min-width: 768px){
	#by .slider .slide2 {
    height: 640px;
	}
  } 

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


.anim{
		opacity: 0;
		transition: 2.5s all 0s ease;
}

.anim.ac{
		opacity:1;
}

