/* 画面外にいる状態 */
.fadein {
	opacity : 0.5;
	transform : translate(0px, 20px);
	transition : all 2000ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


/*スライドショーのページャー削除*/
.bx-wrapper .bx-pager{
  display:none;
}
 

.banner-main img{
  width: 100%;
  cursor: pointer;
  transition-duration: 1s;
  border: solid white;
}


.banner-main:hover img{
  opacity: 0.7;
  transition-duration: 0.7s;
}

.information {
  text-align: left;
  font-family: times new roman, times, serif;
  font-size:14px;
  list-style:none;
}
@media screen and (max-width:768px){
  .information {
    font-size:14px;
  }
  }

.information p{
  font-size:23px;
  font-weight: 700;
}

@media screen and (max-width:768px){
    .information p{
  font-size:18px;
  text-align: center;
    }
  }

.information li:not(:last-of-type){
  margin-bottom:10px;
}

.information time{
  font-weight: 700;
}

.banner-main li{
  padding: 0 0 0 0;
  text-align:left;
}

@media screen and (max-width: 768px) {
  .top-wrap{
    padding: 0 10px;
  }
}
  
.top-sec{
  margin-bottom:50px;
}
@media screen and (max-width:768px){
  .top-sec{
    margin-bottom:30px;
  }
}

/***********セクションタイトル***********/
.top-sec-title{

}
.top-sec-title__inner{
}
.top-sec-title__inner img{
  width:50px;
  height:auto;


}
 
.top-sec-title__inner h2{
  margin:0 auto 20px;
  font-size:23px;
  font-family: times new roman, times, serif;
  font-weight: 700;
}

@media screen and (max-width:768px){
  .top-sec-title__inner h2{
  font-size:18px;
  }
}

/*
.top-sec-title::before,
.top-sec-title::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
 
.top-sec-title::before {
    margin-right: 1rem;
}
 
.top-sec-title::after {
    margin-left: 1rem;
}
*/


.top-sec-title{
  font-size:23px;
  font-family: times new roman, times, serif;
  font-weight: 700;
  margin:0 auto 20px;
  padding-top:50px;
  position:relative;
}

@media screen and (max-width:768px){
  .top-sec-title{
    font-size:18px;
  }
}

.top-sec-title::before{
  position:absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width:50px;
  height:50px;
  top:0;
  left:50%;
  transform:translateX(-50%);
}

@media screen and (max-width:768px){
  .top-sec-title::before{
    width:30px;
  }
}

section.top-sec:first-of-type .top-sec-title::before{    
  background-image: url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/top-sec-title/2.png);
}
section.top-sec:nth-of-type(4n+2) .top-sec-title::before{    
  background-image: url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/top-sec-title/3.png);
}

section.top-sec:nth-of-type(4n+3) .top-sec-title::before{    
  background-image: url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/top-sec-title/4.png);
}
section.top-sec:nth-of-type(4n+4) .top-sec-title::before{    
  background-image: url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/top-sec-title/6.jpg);
}
section.top-sec:nth-of-type(4n+5) .top-sec-title::before{    
  background-image: url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/top-sec-title/7.jpg);
}
/***********納品事例***********/
.top-delivery{
  margin-bottom:25px;
}
.top-delivery__list{
  display:flex;
  gap: 2px;
  list-style-type:none;
  margin:0;
}
@media screen and (max-width:768px){
  .top-delivery__list{
  flex-direction:column;
  }
}
.top-delivery__item{
  flex:1;
}
.top-delivery__item a{
  transition:all .3s;
}
.top-delivery__item a:hover{
  opacity:0.7;
}

/***********top-banner***********/
.top-banner__list{
  display:flex;
  flex-wrap:wrap;
  gap: 25px 0.2%;
  list-style-type:none;
  margin:0;
}
@media screen and (max-width:768px){
  .top-banner__list{
    flex-direction:column;
  gap: 2px 0.2%;
  }
}
.top-banner__item{
  flex-basis:33.2%;
  aspect-ratio: 298.19 / 114.8;
  width:100%;
}
@media screen and (max-width:1200px){
  .top-banner__item{
  flex-basis:49.9%;
  }
}
@media screen and (max-width:768px){
  .top-banner__item{
    min-width:auto;
  }
}
.top-banner__item a{
  transition:all .3s;
}
.top-banner__item a:hover{
  opacity:0.7;
  text-decoration:none;
}

.top-banner__row{
  display:flex;
  align-items: center;
  border:1px solid #ececec;
  height:100%;
}

.top-banner__title{
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-family: times new roman, times, serif;
    font-weight: 500;
    font-size: 18px;  
  margin: 1em 0 0.8em 0;
}
@media screen and (max-width:1200px){
  .top-banner__title{
    font-size: 2.5vw;  
  }
}
@media screen and (max-width:768px){
  .top-banner__title{
    font-size: 4vw;  
  }
}

.top-banner__title--ja{
  display: block;
  text-align: center;
  line-height: 1.5;
}

.top-banner__title--en{
  display: block;
  font-size: 60%;
  text-align: center;
}

.top-banner__text-wrap{
  width:50%;
}

.top-banner__text{
  font-size: 9px;
  text-align:center;
  margin:0;
}
@media screen and (max-width:1200px){
  .top-banner__text{
    font-size: 1vw;  
  }
}
@media screen and (max-width:768px){
  .top-banner__text{
    font-size: 2vw;  
  }
}

.top-banner__img{
  width:50%;
  background-size:cover;
  background-repeat:no-repeat;
  height: 100%;
}

.top-banner__item--nouhin .top-banner__img{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/nouhinjirei.jpg?250527);
}

.top-banner__item--feature .top-banner__img{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/feature.jpg?250610);
}


.top-banner__item--reservation .top-banner__img{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/reservation.jpg);
}


/***********カテゴリー、ガイド共通***********/
.top-menu-sec__subcat-list,
.top-guide__list{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    gap:2px;
    list-style-type:none;
    margin:0;
    background-position:50%;
  }
  
.top-menu-sec__subcat-item:hover,
.top-guide__item:hover{
  opacity:0.7;
}

.top-menu-sec__subcat-item a,
.top-guide__item a{
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position:relative;
  font-family: times new roman, times, serif;
  font-weight: 400;
  font-size: 22px;
}

@media screen and (max-width:768px){
  .top-menu-sec__subcat-item a,
.top-guide__item a{
  font-size: 14px;
  }
}

.top-menu-sec__subcat-item a:focus,
.top-guide__item a:focus{
  text-decoration:none;
}
.top-menu-sec__subcat-item a:hover,
.top-guide__item a:hover{
  text-decoration:none;
}
.top-menu-sec__subcat-name--en,
.top-guide__name--en{
  display:block;
  text-align:center;
  line-height: 1.2;
}

.top-menu-sec__subcat-name--ja,
.top-guide__name--ja{
  display:block;
  font-size:50%;
  text-align:center;
}
@media screen and (max-width:768px){
  .top-menu-sec__subcat-name--ja,
.top-guide__name--ja{
  font-size:56%;
  }
}

/***********カテゴリー***********/
.top-menu-sec{
  width:100%;
  display:flex;
  gap:2px;
}
@media screen and (max-width:768px){
  .top-menu-sec{
    flex-direction:column;
  }
}
.top-menu-sec__maincat-wrap{
  flex:1;

}
.top-menu-sec__maincat-wrap img{
  transition:all .3s;
}
.top-menu-sec__maincat-wrap img:hover{
  opacity:0.7;
}
.top-menu-sec__subcat-wrap{
  flex:1;
}
.top-menu-sec__subcat-item{
  aspect-ratio:2/1;
  width:calc((100% - 2px)/2);
  transition:all .3s;
}
.original .top-menu-sec__subcat-item{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/original-bg.jpg);
}
.vintage .top-menu-sec__subcat-item{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/vintage-bg.jpg);
}
.furniture .top-menu-sec__subcat-item{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/furniture-bg.jpg);
}
.tableware .top-menu-sec__subcat-item{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/tableware-bg.jpg);
}
.bicycle .top-menu-sec__subcat-item{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/bicycle-bg.jpg);
}
.top-menu-sec .top-menu-sec__subcat-item--blank{
  background-image:url(none);

}
.top-menu-sec__subcat-item a::after{
  content:"";
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/top-menu-sec__arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  display:inline-block;
  position:absolute;
  width:3.5%;
  aspect-ratio:1/1;
  top:50%;
  right:6%;
  transform:translateY(-50%);
  transition:all .3s;
}
.top-menu-sec__subcat-item a:hover::after{
  right:4%;
}


/***********ガイド***********/

.top-guide__item{
  width:calc((100% - 4px)/3);
  aspect-ratio:2/1;
  transition:all .3s;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width:768px){
  .top-guide__item{
    width:calc((100% - 2px)/2);
  }
}
.top-guide__item--business{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/guide/business-bg.jpg);
  background-position: center;
}
.top-guide__item--lampguide{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/guide/lampguide-bg.jpg);
  background-position: 50% 90%;
}
.top-guide__item--clownspress{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/guide/clownspress-bg.jpg);
  background-position: 50% 80%;
}
.top-guide__item--instagram{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/guide/instagram-bg.jpg);
  background-position: center;
}
.top-guide__item--line{
  background-color:#06c755;
}
.top-guide__item--aboutus{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/guide/aboutus-bg.jpg);
  background-position: 50% 70%;
}
.top-guide__item--shopinfo{
  background-image:url(https://clownandsons.sunnyday.jp/domain/clownandsons/TOPPAGEBANNER/guide/shopinfo-bg.jpg);
  background-position: 50% 70%;
}
.top-guide__name--small{
  font-size:70%; 
}
@media screen and (max-width:768px){
  .top-guide__name--small{
    font-size:56%;
  }
}
.top-guide__icon{
  padding-top:10px;
  width:25px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:768px){
  .top-guide__icon{
  	padding-top:5px;
    width:15px;
  }
}


/*******250324*********/

.top-kv{
  position: relative;
  margin-bottom:50px;
}

.top-kv__logo{
  display:none;
}
@media screen and (max-width:768px){
.top-kv__logo{
  display:block;
  position: absolute;
  top:52.5%;
  left:50%;
  transform:translate(-50%,-50%);
  width:150px;
  }
}
.top-kv__slick-img img {
  width: 100%;
  aspect-ratio:2/1;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

@media screen and (max-width:768px){
  .top-kv__slick-img img {
  	height:100svh;
  　　aspect-ratio:auto;
  }
}

.top-kv__slick-img--01 img{
  object-position: 17.5% 50%;
}
.top-kv__slick-img--02 img{
  object-position: 32.5% 50%;
}
.top-kv__slick-img--03 img{
  object-position: 52.1% 50%;
}
.top-kv__slick-img--04 img{
  object-position: 67% 50%;
}
.top-kv__slick-img--05 img{
  object-position: 45% 50%;
}
