/**_______
EAU DESIGN 202604
______*/



/**KV BGCOLOR*/
.week-0 { background-color: #aedabe; } /* 月 */
.week-1 { background-color: #FDD878; } /* 火 */
.week-2 { background-color: #618bb9; } /* 水 */
.week-3 { background-color: #cca9d6; } /* 木 */
.week-4 { background-color: #5da5cb; } /* 金 */
.week-5 { background-color: #a4a938; } /* 土 */
.week-6 { background-color: #e7d6c2; } /* 日 */



/**COMMON*/



.linear-gradient{
  background: linear-gradient(45deg, #FFF 50%, transparent 52%),
    linear-gradient(315deg, #FFF 50%, transparent 52%);
  background-size: 30px 30px;
  height: 30px;
}
.linear-gradient{
margin-top: -35px;
z-index: 999;
}

.linear-gradient.beige{
  background: linear-gradient(45deg, #f4f3ef 50%, transparent 52%),
    linear-gradient(315deg, #f4f3ef 50%, transparent 52%);
  background-size: 30px 30px;
  height: 30px;
}
.linear-gradient.gray{
  background: linear-gradient(45deg, #e5e4df 50%, transparent 52%),
    linear-gradient(315deg, #e5e4df 50%, transparent 52%);
  background-size: 30px 30px;
  height: 30px;
}



div.title.center h2{
font-family: 'Josefin Sans', sans-serif !important;
font-weight: bold;
font-size: 60px;
letter-spacing: 0;

border-bottom: solid 1px rgba(0,0,0,0.1);
padding-bottom: 30px;
}

div.title.center h2 .sub{
display: block;
font-size: 16px;
margin-top: 10px;
}

div.title.left{
  display: flex; /* Flexboxを使用 */
  align-items: center; /* 縦方向の中央揃え */
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
}
div.title.left::after {
  content: ''; /* 必須：擬似要素の文字 */
  flex-grow: 1; /* 残りの幅をすべて埋める */
  height: 2px; /* 線の太さ */
  background-color: #333; /* 線の色 */
  margin-left: 15px; /* 文字と線の間の余白 */
}


div.title.center h3{
    position: relative;
    display: inline-block;
    padding: 0 100px;
  font-size: 30px;
  
    }
div.title.center h3:before,
div.title.center h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 80px;
    height: 2px;
    background-color: #000;
}
div.title.center h3:before {
  left:0;
}
div.title.center h3:after {
  right: 0;
}



.centering {
    display: flex;
    align-items: center;
}
.bottom{
  display: flex;
  align-items: flex-end;
}



.flexbox.column_6 li{
    width: 16%;
}


p.date{
color: #999 !important;
font-weight: bold;
margin: .5em 0 1em 0 !important;
}



ul.item li{
overflow: inherit !important;
}

div.image span.thum img {
  /* アニメーションの速度（0.3秒かけて変化） */
  transition: transform 0.3s ease;
  /* 画像がはみ出る場合は、親要素に overflow: hidden; をかけると綺麗に収まります */
}

/* マウスオン時の指定 */
div.image span.thum img:hover {
  /* 1.1倍に拡大（1.05〜1.1くらいが自然で上品です） */
  transform: scale(0.9);
  /* カーソルをポインター（指マーク）にする場合 */
  cursor: pointer; 
}


div.image{
position: relative;
display: inline-block;

float: none;
width: 100%;
margin-bottom: 10px;
}
div.image span.icon_new{
position: absolute;
right: -15px;
top: -25px;
z-index: 999;
}
div.image span.icon_new img{
width: 60px !important;
}



/**CONTENT*/


.home section{
border: none;
}


.home section.main_image{
/*background: #bac187;*/
padding: 50px;
margin: -120px 0 20px 0;
}
.main_slider li{
border-radius: 50px;
height: 80vh;
}

.home section.main_image p.logo{
margin: 20px 0;
}
.home section.main_image p.logo img{
height: 50px;
}




.home section.product ul.brand{
width: 650px;
margin: 0 auto;
}
.home section.product ul.brand li{
padding: 20px;
}

.home section.product ul.category li {
text-align: center;
padding: 10px;
}
.home section.product ul.category li img{
width: 100%;
}
.home section.product ul.category li p.title{
font-weight: bold;
}
.home section.product ul.category li a{
text-decoration: none;
font-size: 13px;
color: 333;
}



ul.list li{
text-align: left !important;
}
ul.item.list li div.image{
width: 35%;
margin-right: 4%;
}
ul.item.list li div.content{
width: 60%;
}


div.image span.thum{
display: block;
width: 100%;
  position: relative;
  padding-top: 100%; /* ←高さを幅の100%に */
  overflow: hidden;
  border-radius: 10px;
}
div.image span.thum img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.item li div.content p{
font-weight: 600;
margin: 1em 0;
text-align: left;
}
ul.item li div.content p a{
text-decoration: none;
}



.home ul li p.title{
font-size: 13px !important;
}
 
 
 
.home section.news{
background: #f4f3ef;
}
.home section.news ul.list{
margin-bottom: 50px;

}

.home section.information ul li p.category {
    margin-bottom: 8px;
    line-height: 1;
}
ul li p.category.music i{color: #e2c723;}
ul li p.category.youtube i{color: #e04724;}
ul li p.category.journal i{color: #6b74b5;}
ul li p.category.info i{color: #CCC;}




    
.home section.culture{
background: #e5e4df;
}

.home section.culture .journal ul li{
width: 18.5% !important;
}
.home section.culture .journal ul li p{
font-size: 12px !important;
}
.home section.culture .journal ul li:first-child{
width: 40% !important;
}


.home section.culture .journal{
position: relative;
}

.home section.culture .journal p.button{
position: absolute;
right: 215px;
bottom: 60px;
}

.home section.culture .music ul li p.title{
font-size: 13px;
}




.slider-outer {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}

.slider-container {
  display: flex;
  width: max-content; /* 中身の幅に合わせる */
}

.slider-group {
  display: flex;
}

.slider-item {
  width: 200px; /* カードの幅 */
  margin: 10px; /* カード間の余白 */
  flex-shrink: 0;
}

.slider-item img {
  width: 100%;
  /*height: 200px;*/
  object-fit: cover;
  border-radius: 4px;
}
.slider-item p{
font-size: 12px;
font-weight: bold;
}
.slider-item p a{
text-decoration: none;
}


.slider-container {
  display: flex;
  width: max-content;
}

.slider-group {
  display: flex;
}

@media screen and (max-width: 800px) {
  .slider-outer {
    overflow-x: auto; /* 指で動かせるようにする */
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .slider-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    /* transform: none !important; ←これは削除します */
  }

  .slider-item {
    width: 40vw !important; /* 約2.5枚分 */
    margin-right: 15px !important;
    flex-shrink: 0 !important;
  }
}







.home section.culture .youtube ul li img{
border-radius: 10px;
}

.home section.culture .youtube ul.flexbox.column_2 li:first-child p.title{
font-weight: bold;
}
.home section.culture .youtube ul.flexbox.column_2 li:first-child p.title a{
text-decoration: none;
}

.home section.culture .youtube ul.flexbox.column_2 li p.title{
font-size: 13px;
}

.home section.culture .youtube ul.flexbox.column_2 li p.date{
color: #666;
margin: .5em 0 0 0 !important;
}

.home section.culture .youtube ul.flexbox.column_2 li li{
width: 100% !important;
}

.home section.culture .youtube ul.flexbox.column_2 li li p.date{
margin: .5em 0 0 0 !important;
}
.home section.culture .youtube ul.flexbox.column_2 li li p.title{
margin: 0;
}



.home section.culture .media .inner{
background: #f4f3ef;
border: solid 1px #CCC;
border-radius: 10px;
padding: 30px 50px 0px 50px !important;
}





.home section.support,
.home section.company{
background: #f4f3ef;
}

.home section.support ul li{
text-align: center;
}
.home section.support ul li .btn{
width: 100%;
}




.home section.company .column .sub{
text-align: center;
}

.home section.company .column ul li{
margin-bottom: 20px;
}

.home section.company .main img{
border-radius: 20px;
}




/**COMPANY*/

/* --- PC: 横3枚並び --- */
.banner-container {
  display: flex;
  flex-direction: row; /* 横並び */
  gap: 20px; /* バナー間の余白 */
  max-width: 1200px; /* サイトの幅に合わせて調整してください */
  margin: 0 auto;
}

/* PC時は複製したバナー（4〜6枚目）を非表示にする */
.banner-item:nth-child(n+4) {
  display: none;
}

.banner-item {
  flex: 1; /* 3枚を均等な幅に */
}

.banner-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.banner-item.sp{display: none;}

/* スマホ: 自動ループ + スワイプ */
@media screen and (max-width: 800px) {
  .banner-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

.banner-item.sp{display: inline-block;}

  .banner-container {
    display: flex;
    flex-direction: row;
    gap: 0; 
    width: max-content;
    animation: simple-flow 25s linear infinite; /* 速度を少しゆっくりに調整 */
  }

  .banner-container:active {
    animation-play-state: paused;
  }

  .banner-item {
    /* バナー幅：70%（前回よりさらに小さく） */
    width: 70vw; 
    flex-shrink: 0;
    /* バナー間の隙間：左右に8pxずつ（計16px）で少し広めに */
    padding: 0 8px; 
    box-sizing: border-box;
  }

  @keyframes simple-flow {
    0% {
      transform: translateX(0);
    }
    100% {
      /* 半分動いたら戻る（この設定ならズレません） */
      transform: translateX(-50%);
    }
  }
}




.home #footer{
margin-top: 0;
}




@media screen and (max-width: 800px) {



/**COMMON*/

.inner{
padding: 0 20px !important;
}


.home section{
padding: 20px 0 40px 0;
}

.home section section{
padding: 0px 0;
}
div.title.center h2{
font-size: 40px;
}
div.title.center h3{
font-size: 20px;
}



/**CONTENT*/

.home section.main_image p.logo{
margin: 30px 0 20px 0;
}
.home section.main_image p.logo img{
height: 30px;
}


.home section.main_image {
    background: #bac187;
    padding: 30px;
    margin: -120px 0 20px 0;
}

.home .news ul li{
width: 100%;
}

.home .news ul li:nth-child(n+4),
.home .information ul li:nth-child(n+4){
display: none;
}

.home .news ul li p.title{
font-size: 12px;
}


.home section.news ul.list li,
.home section.information ul li{
margin-bottom: 4% !important;
}




.home section.information ul li div.image {
    width: 35%;
    margin-right: 4%;
    margin-bottom: 0;
    display: inline-block;
}
.home section.information ul li div.content {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}
.home section.information ul li p.title {
        font-size: 12px;
}
.home section.information ul li p.date {
    font-size: 13px;
    color: #666;
    line-height: 1;
    margin-bottom: 5px;
    line-height: 1.5;
}




.home .journal ul li:nth-child(n+4){
display: none;
}

.home section.product ul.brand{
width: 70%;
}
.home section.product ul.brand li{
padding: 10px 20px;
}

.home section.product ul.category li{
width: 33%;
padding: 0 10px;
}




.home section.culture .journal ul li{
width: 48% !important;
margin: 0 0 2% 2% !important;
}
.home section.culture .journal ul li:first-child{
width: 100% !important;
}

.home section.culture .journal{
position: inherit;
}

.home section.culture .journal p.button{
position: inherit;
right: inherit;
bottom: inherit;
}

.home section.culture .music ul li:not(:first-child) {
  display: none;
}





.home section.culture .youtube ul li{
width: 100% !important;
}
.home section.culture .youtube ul li:not(:first-child) {
  display: none;
}

.home section.culture .media{
padding: 0 20px 30px 20px;
}

.home section.culture .media .inner{
padding: 0px 30px !important;
}

.home section.culture .media ul li{
display: none;
}
.home section.culture .media ul li:nth-child(-n+2) { display: block; } 

.home section.culture .media ul li{
width: 49%;
}




.home section.support ul{
width: 70%;
margin: 0 auto;
}
.home section.support ul li{
width: 100%;
margin: 10px 0;
}




.home section.company div.main{
margin-bottom: 30px;
}

.home section.company ul{
width: 70%;
margin: 0 auto;
}




}