 /* hero */
   /* スライダー全体 */
   .hero-slider {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
  
    .slide.main1{
    background-image:url(https://gigaplus.makeshop.jp/kayustyle/top/mv1.png);
    }
    
    .slide.main2{
    background-image:url(https://gigaplus.makeshop.jp/kayustyle/top/mv2.png);
    }
    
    .slide.main3{
    background-image:url(https://gigaplus.makeshop.jp/kayustyle/top/mv3.png);
    }

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
    
.hero-text.box3 {
    border: 9px solid;
    width: 330px;
    height: 330px;
    margin: 200px auto 0;
    text-align: center;
    display: flex;
    align-items: anchor-center;
}
.hero-text.box3 h1{
    text-align:center;
    width: -webkit-fill-available;
    }
    
    
.hero-text {
    color: white;
    padding: 10px 20px;
    font-size: 80px;
    margin-top: 350px;
    text-align: center;
    border-radius:0px!important;
}
    
    .hero-text.mt2 {
    margin-top: 210px;
}

/* アクティブなスライド */
.slide.active {
    opacity: 1;
    visibility: visible;
}

.indicator-container {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.indicator {
    width: 60px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color 0.3s ease-in-out;
}

.indicator.active {
    background-color: white;
}

.slide-bottom-text {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.main-visual {
  margin: 0 auto;
    padding: 0;
}
.main-visual img {
  margin: 0 auto;
  width: 100%;
}
.main-visual li {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-visual li a {
  flex-grow: 1;
}

    .hero-box {
    border: 9px solid;
    width: 280px;
    height: 280px;
    margin: auto;
     border-radius: 0px;    
}
    
    

  @media screen and (max-width: 768px) {
.hero-slider {
    height: 600px;
}
      
      .hero-text h1 {
    font-size: 29px;
}
      
      .indicator-container {
    display: none;
}
      
          .hero-text.mt2 {
    margin-top: 160px;
}
      
       .main-visual {
    margin: 0px auto;
  }
  .main-visual img {
    height: -webkit-fill-available !important;
  }
      
      .slide-bottom-text {
font-size:13px;
}
    
    .slide.main2 {
    background-position: 25% 80px;
}
    
    .hero-text {
    font-size: 56px;
    margin-top: 160px;
}
    
        .hero-box {
     border: 5px solid;       
    width: 120px;
    height: 120px;
}
    
    .hero-text.box3 {
        width: 120px;
        height: 120px;
        margin: 150px auto 0;
        border-radius: 0px;
        border: 5px solid;       
    }
      
      
}
    
/* main-text-box */
      section.main_title_sec {
    background-image: url(https://gigaplus.makeshop.jp/kayustyle/top/bg-gl.png);
    background-position-y: 25%;
    background-repeat: no-repeat;
    background-position-x: -400px;
    padding: 0px;
    margin: 0 0 90px;
}
            
            
            
            
            .custom-section {
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    padding: 80px 0px 0px; 
    color: #000; 
    text-align: left;
    background: linear-gradient(#ffffff00 0%, #ffffff 70%);
}

.text-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 10px;
}

.jp-text{
	writing-mode: tb;
    margin: auto;
}

.text-container h2 {
    font-size: 32px;
    margin-left: 40px;
    font-weight: bold;
}
            
            .jp-text-sm p {
    font-size: 20px;
}

.text-container p {
    line-height: 2.4;
    margin-bottom: 20px;
}

.text-container-bottom {
    margin: auto;
    text-align: center;
}

.more-link {
    display: inline-block;
    padding: 2.5px 35px;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.more-link:hover {
    background: #000;
    color: #fff;
}
            
          a.more-link {
    display: flex;
    align-items: anchor-center;
    margin: auto;
    position: relative;
    font-weight: bold;
    width: fit-content;
    justify-content: center;
              font-size: 16px;
}
            
         a.more-link span {
    position: absolute;
    right: 2.5px;
    top: 3px;
}
            
  @media screen and (max-width: 768px) {
            .text-container h2 {
    font-size: 17px;
}
            
 .jp-text-sm p {
    font-size: 14px;
}
            
            a.more-link span {
    top: 3px;
}
            
 .jp-text {
    display: flex;
}
      .jp-text-big h2 {
    margin: 0px auto 20px;
          line-height: 40px;
}      
            
            .custom-section{
            padding: 30px 0px;
            }
            
            .jp-text-big {
    margin: auto;
}
            
            
}
            


/* 商品を探す */
section.tab-menu-box {
    margin: auto;
    max-width: 1230px;
    padding: 0 15px;
    text-align: center;
}

.content-series-box {
    display: inline-block;
    position: relative;
    width: 20%;
    text-align: center;
}

.img-box-wid {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
}

.img-box-wid.Other:hover {
    text-decoration: underline 2px;
    text-underline-offset: 5px;
}

.img-box-wid.Other p{
font-weight:500;
}


.img-box-wid img {
    transition: transform 0.3s ease-in-out;
    width: 100%; 
    height: auto;
}

.content-series-box:hover .img-box-wid img {
    transform: scale(1.1); 
}

    
.tab:hover {
    background-color: #f0efeb;
    border-top: 1px solid #f0efeb;
    border-left: 1px solid #f0efeb;
    border-right: 1px solid #f0efeb;
}


@media screen and (max-width: 768px) {
  section.tab-menu-box {
   display:none;
}
}

.tab-menu-box h2 {
    font-size: 30px;
}
  
  .content-series a img {
  transition: transform 0.3sease-in-out;
}  

  .content-series a img:hover {
    transform: scale(1.05);
}  
    
    
hr.tab-bar {
    border: 1px solid #dbdbdb;
}

.content-item-box {
    width: -webkit-fill-available;
    display: flex;
    justify-content: start;
}
    
.content-item p strong {
    font-size: 14.5px;
    font-weight: 500;
    font-family: 'Noto Sans JP';
}



.content-item:hover {
    opacity:0.7;
}  

.content-usage-box{
 	width: -webkit-fill-available;
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 1080px) {
strong.mid-text-item {
    font-size: 12px !important;
    letter-spacing: -1px;
}
}

@media screen and (max-width: 980px) {
strong.mid-text-item {
    font-size: 11px !important;
}
}

.content-usage:hover {
    opacity:0.7;
}  
    
    .content-item p span {
    font-size: 12px;
}

.content-title {
    width: 280px;
}

.tab-menu {
            display: flex;
            cursor: pointer;
    		gap: 10px;	
        }
    
        .tab-menu div {
            padding: 10px 20px;
            border-top: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-left: 1px solid #ccc;
            flex: 1;
            text-align: center;
    font-size: 18px;
        }
    
    
        .tab-menu div.active {
            background: #f0efeb;
            border-top: 0px solid #ccc;
            border-right: 0px solid #ccc;
            border-left: 0px solid #ccc;  
        }
        .tab-content {
            display: none;
           background-color:#f0efeb;
            padding: 10px;
        }
        .tab-content.active {
            display: block;
        }

.flex.tab-box {
    justify-content: space-between;
    align-items: anchor-center;
    padding:25px 2.5%;
    background-color: #f8f7f5;
    border-radius: 5px;
}

.content-series {
    background-color: #f8f7f5;
}

.content-item {
    width: 16.5%;
    position: relative;
}

.content-usage {
    width: 30%;
    position: relative;
}

    .content-title p {
    font-size: 13px;
    color:#000;
}
    
.img-box-wid.c-box {
    margin: auto;
}

.content-series img {
    width: 110px;
    border-radius: 50%;
    object-fit: cover;
    height: 110px;
    margin: auto;
}

    .content-item img {
    object-fit: contain;
}

    .content-usage p strong {
    font-size: 15px;
    font-family: 'Noto Sans JP';
    font-weight: 500;
}
    
.content-usage img {
    object-fit: contain;
}

.content-item p {
    line-height: 1;
    margin-bottom: 10px;
}

.tab-c-icon {
    display: contents;
}

    strong.mr {
    margin-right: 5px;
        font-size: 15px;
}


/*sp*/
   section.sp-search-sec {
    display: none;
}
    
        @media screen and (max-width: 768px) {
       section.sp-search-sec {
    display: block;
}
    }
    
    
    .container .sp_search {
    max-width: -webkit-fill-available;
    margin: 1rem auto 2rem;
    padding: 20px 15px;
    background-color: #e6e4dd;
}
    
    .bigtitle h2{
     text-align: center;
      font-size: 28px;
        font-weight: 500;
    }

.sp_search_name {
    margin-bottom: 5px;
    line-height: 15px;
}
    
    .sp_search-box {
    background-color: #f2efea;
    margin: 1rem 0;
    padding: 20px 15px;
}

    .title {
      text-align: center;
    	font-weight: 500;
      font-size: 16px;
      margin-bottom: 20px;
    font-family: 'Noto Sans JP';
    }

    .grid.item-list-sp {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        justify-items: center;
    align-items: center;
    }

    .section-title {
      text-align: center;
      font-size: 25px;
      color: #a9a7a3;
       line-height: 18px;
    }
    
    .sp_search_name p {
    font-family: 'Noto Sans JP';
}

    .section-subtitle {
      text-align: center;
      font-size: 14px;
      margin-bottom: 20px;
      color: #000;
    border-bottom:1px solid #a9a7a3;
    font-family: 'Noto Serif JP';
    }
    
        .section-subtitle span{   
      font-size: 11px;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      justify-items: center;
    }

    .grid-item {
      text-align: center;
    font-family: 'Noto Sans JP';
    }

    .grid-item img {
      object-fit: contain;
    }

    .grid-item span {
      display: block;
      margin-top: 10px;
      font-size: 14px;
      color: #333;
    }
    
    span.sm.sp {
    margin: 0;
    font-size: 10px;
}
    
    span.item-bold-sp {
    display: inline;
    font-weight: bold;
    font-family: 'Noto Sans JP';
}



/* series lineup */
.bg-box {
    height: 460px;
    padding: 20px;
    position: relative;
    color: #fff;
    overflow: hidden; /* はみ出し防止 */
}

.konoha-bg {
    position: relative;
}

/* 疑似要素を使って背景画像を設定 */
.konoha-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://gigaplus.makeshop.jp/kayustyle/top/konoha-Main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease-in-out; 
    z-index: -1;
}

.konoha-bg:hover::before {
    transform: scale(1.1);
}

.yamagiri-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://gigaplus.makeshop.jp/kayustyle/top/yamagiri-Main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease-in-out; 
    z-index: -1;
}

.yamagiri-bg:hover::before {
    transform: scale(1.1);
}


.hamakaze-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://gigaplus.makeshop.jp/kayustyle/top/hamakaze-Main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease-in-out; 
    z-index: -1;
}

.hamakaze-bg:hover::before {
    transform: scale(1.1);
}

.haoto-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://gigaplus.makeshop.jp/kayustyle/top/haoto-Main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease-in-out; 
    z-index: -1;
}

.haoto-bg:hover::before {
    transform: scale(1.1);
}

.ritou-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://gigaplus.makeshop.jp/kayustyle/top/ritou-Main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease-in-out; 
    z-index: -1;
}

.ritou-bg:hover::before {
    transform: scale(1.1);
}

.sawah-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://gigaplus.makeshop.jp/kayustyle/top/sawah-Main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease-in-out; 
    z-index: -1;
}

.sawah-bg:hover::before {
    transform: scale(1.1);
} 

    .series-lineup h2 {
    font-size: 36px;
}

span.font-nt {
    font-family: 'Noto Sans JP';
}

span.sab-smtext {
    font-size: 12px;
}
    
    section.series_lineup {
    padding: 5rem 0 0rem;
}
    
.series-item {
    margin-bottom: 60px;
}

.bg-box p {
    color: #000;
    background-color: #fff;
    width: fit-content;
    margin: auto;
    padding: 3px 20px;
    border-radius: 20px;
    margin-top: 30px;
}

.series-lineup h2 {
    text-align: center;
}
    
    p.center-text {
    text-align: center;
    margin: 0 0 2rem;
        font-size: 16px;
}

.series-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}
.series-item img {
    width: 100%;
}
.series-item h3 {
    font-size: 20px;
    font-weight:bold;
    font-family: "Helvetica", "Arial", "Meiryo", sans-serif;
}

.series-item h3 span{
    font-size: 12px;
    font-weight:normal;
    font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    margin-left:5px;
}



p.line-up-title {
    text-align: center;
    background: #e8e8e8;
    padding: 5px;
    border-bottom: 2px solid #999;
    letter-spacing: 2px;
}

.lineup-num {
    align-items: anchor-center;
    padding: 10px;
}

.flex.lineup-num h2 {
    width: 20%;
    font-size: 72px;
    color: #dadada;
    font-style: italic !important;
    margin-right: 4%;
}

@media screen and (max-width: 2000px) {
.flex.lineup-num h2 {
    width: 30%;
}
}

@media screen and (max-width: 1580px) {
.flex.lineup-num h2 {
    width: 50%;
}
}


@media screen and (max-width: 1280px) {
.flex.lineup-num h2 {
    width: 75%;
}
}

@media screen and (max-width: 1080px) {
.flex.lineup-num h2 {
    width: 100%;
}
}

@media screen and (max-width: 980px) {
.flex.lineup-num h2 {
    width: 140%;
}
}

@media screen and (max-width: 800px) {
.flex.lineup-num h2 {
    width: 160%;
}
}



.bg-box h3 {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Noto Sans JP';
}



.lineup-text {
    text-align: left;
    font-family: 'Noto Sans JP';
}
    
    .lineup-text p {
    font-family: 'Noto Sans JP';
}
    
    .lineup-text h3 span {
    font-family: 'Noto Sans JP';
}

      @media screen and (max-width: 768px) {
              section.series_lineup {
    padding: 2rem 0 0rem;
}
          
   .series-grid {
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
       margin-bottom: 20px;
}
    
      .series-lineup h2 {
    font-size: 30px;
}
    
    .bg-box p {
    display: none;
}
    
    .bg-box h3 {
    display: none;
}
    
        .bg-box h4 {
    display: none;
}
    
    .series-item {
    display: flex;
        justify-content: space-between;
}
          
  .series-item a {
    width: 45%;
}
    
    .flex.lineup-num {
    display: block;
    width: 65%;
}
    .flex.lineup-num h2 {
    width: fit-content;
    font-size: 36px;
    margin:0;
    line-height: 30px;
}
    .bg-box {
    height: 100%;
    padding: 0px;
    width: 100%;
}
    
    .series-item {
    margin-bottom: 0px;
    border-bottom: 2px solid #ddd;
}
    p.line-up-title {
    border-bottom: 2px solid #333;
}
    
    
    }


/* brand-story */
      .container.brand-box {
    max-width: 1210px;
    margin: auto;
    text-align: center;
    height: 490px;
          
}
    
    .brand-story {
    padding: 20px;
}
    
    svg.lucide.lucide-chevron-right.ml-2.h-5.w-5.brand-arrow {
    transform: translateY(2.5px);
}
    
.brand-box {
    position: relative; /* 親要素として機能させる */
    padding: 20px;
    overflow: hidden; 
}

.brand-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://gigaplus.makeshop.jp/kayustyle/top/bs-banar1.png);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out; 
    z-index: -1;
}

.brand-box:hover::before {
    transform: scale(1.05);
}
    
   .container.brand-box h2 {
    font-size: 50px;
    margin: 30px 0px 5px;
    color: #000;
    text-shadow: 5px 10px 3px #c5c5c5;
}
    
    .container.brand-box p {
    color: #000;
    font-size: 16px;
}

    
      @media screen and (max-width: 768px) {
       .container.brand-box {
    height: 290px;
}
    
   .brand-story {
        padding: 15px 15px 25px;
    }
    
    .brand-box {
    height: 240px;
    padding: 20px;
}
    
      .container.brand-box h2 {
    font-size: 32px;
}
    
        .container.brand-box p {
    font-size: 13px;
}
    
    .brand-box {
    height: 200px;
    padding: 20px;
} 
    
    svg.lucide.lucide-chevron-right.ml-2.h-5.w-5.brand-arrow {
    transform: translateY(4.5px);
}
    }
    



/* resort-furniture */
section.resort-furniture {
    background-image: url(https://gigaplus.makeshop.jp/kayustyle/top/bg-gl.png);
    background-position-y: 37%;
    background-repeat: no-repeat;
    background-position-x: -460px;
}
    
   .resort-furniture {
    padding: 50px 0px 0px;
    text-align: center;
    background: linear-gradient(#ffffff00 0%, #ffffff 70%);
    font-family: 'Noto Sans JP';
}

.resort-furniture .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 25px;
    text-align: left;
}

p.resort-left-text {
    line-height: 33px;
}


    .flex.resort-box-bottom {
    justify-content: space-between;
}
    
.resort-furniture h2 {
    font-size: 30px;
    color: #333;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    line-height: 52px;
}
    
    .container.resort-box h2 span {
    font-size: 50px;
    margin:0;
}
    
    .features-item img {
    object-fit: contain;
}
    

.resort-furniture .description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.resort-furniture .features {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 48%;
}
    
    .flex.resort-box-bottom p {
    width: 48%;
    font-size: 16px;
}

    span.features-text-sm {
    font-size: 12px;
}
    
    .features-item p {
    font-size: 16px;
}
    
    .features-item {
    margin: 0 auto;
    text-align: center;
    width: 30%;
}


.resort-furniture .features img {
    margin-top: 2.5px;
    margin-bottom: 10px;
}

.resort-furniture .features p {
    font-size: 16px;
    color: #333;
    width: -webkit-fill-available;
    text-align:center;
}

.container.resort-box p {
    font-size: 16px;
}

      @media screen and (max-width: 980px) {
    .container.resort-box p {
    font-size: 15px;
}
}
    
      @media screen and (max-width: 768px) {
    .flex.resort-box-bottom {
    display: block;
}
    
    .resort-furniture .description {
    font-size: 14px;
    line-height: 1.6;
}
    
    .flex.resort-box-bottom p {
    width: 100%;
    font-size: 13px;
}
          p.resort-left-text{
          line-height: 25px;
          }
          
          .features-item p {
    line-height: 17px;
}
          
    .container.resort-box h2 span {
    font-size: 40px!important;
    margin:0;
}
          
    .resort-furniture .features {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 2%;
}
    
    .features {
    margin: 2rem 0;
}
    
    .resort-furniture {
    padding: 15px 0px 0px;
}

    
    .features-item {
    width: 31%;
}
    }

      @media screen and (max-width: 480px) {
   .features-item p {
    font-size: 11.5px!important;
}
          
          span.features-text-sm {
    font-size: 8.8px;
    letter-spacing: -0.5px;
}
        
}



/* top-Gallery */
    
   .top-gallery-item {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden; 
}
    
.left-bg-ga::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://gigaplus.makeshop.jp/kayustyle/top/gal-left.png);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out; /* スムーズな拡大 */
    z-index: -1;
}


.right-bg-ga::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://gigaplus.makeshop.jp/kayustyle/top/right-gal.png);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out; /* スムーズな拡大 */
    z-index: -1;
}

/* ホバー時に背景を拡大 */
.left-bg-ga:hover::before, 
.right-bg-ga:hover::before {
    transform: scale(1.05);
}

/* もともとの半透明オーバーレイ */
.top-gallery-item::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 0.3s ease-in-out;
}

/* ホバー時にオーバーレイを消す */
.top-gallery-item:hover::after {
    background-color: rgba(0, 0, 0, 0);
}


.top-gallery .container h2 {
    font-size: 45px;
    text-align: center;
}
    
    
    .top-gallery-wrapper a {
    width: -webkit-fill-available;
    width: 100%;
}
    
    .top-gallery .container {
    max-width: -webkit-fill-available;
    margin: 0 auto;
        padding: 20px 0;
}
    
.top-gallery-item {
    position: relative;
    flex: 1;
    overflow: hidden;
    height: 535px;
    border-radius: 0;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 20px;
}

    .top-gallery-item.right-bg-ga {
    text-align: left;
    justify-content: flex-start;
}
    
    .top-gallery-item.left-bg-ga {
    text-align: right;
    justify-content: flex-end;
}
    
    .top-gallery-item div h3{
    font-size: 60px;
    font-style: italic;
    }
    
.top-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.top-gallery-item:hover img {
    transform: scale(1.1); 
}
    
    .right-text-ga p {
    font-size: 16px;
}
    
    .left-text-ga p {
    font-size: 16px;
}

.top-gallery-wrapper {
    display: flex;
}

     @media screen and (max-width: 768px) {
    .top-gallery-wrapper {
    display: block;
}
    
    
.top-gallery .container h2 {
    font-size: 30px;
}
    
    .top-gallery-item{
    height: 260px;
    align-items: flex-end;
    padding: 0 20px 20px;
    }
    
        .top-gallery-item div h3{
    font-size: 45px;
    line-height:42px;
    }
    
    .top-gallery-item.left-bg-ga {
    border-bottom: 1.4px solid;
    }
    
    .top-gallery-item.left-bg-ga {
    text-align: left;
    justify-content: flex-start;
	}
    
    .left-text-ga p {
    font-size: 13px;
}
    
        .right-text-ga p {
    font-size: 13px;
}
    
}




/* 会社概要 */
  .container.company-box {
    text-align: center;
    padding:0 20px;
    margin: 20px 0 60px;
}

p.company-bg-mid {
    font-size: 21px;
    margin-top: 15px;
}

    .container.company-box h2 {
    font-size: 30px;
}

p.mt-sp {
    margin: 10px 0;
}
    
.company-bg-img {
    position:relative;
    background-position: center;
    background-size: cover;
    max-width: 1210px;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    background-color: #021123;
    font-family: 'Noto Serif JP', serif;
    transition: background-size 0.3s ease-in-out, background-position 0.3s ease-in-out; 
}
.company-bg-img:before{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://gigaplus.makeshop.jp/kayustyle/top/starlight.png);
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out;
}

.company-bg-img:hover:before {
  transform: scale(1.1);
}

.company-bg-img:hover {
    background-size: 105%; 
    background-position: center; 
}
    
    p.company-mid-text {
    font-size: 24px;
    line-height: 0;
    letter-spacing: 10px;
}
    
h2.company-lg-text {
    font-size: 55px !important;
    margin: 0;
}
    
    .company-bg-img h2 {
    font-size: 30px;
}
    
    
    @media screen and (max-width: 768px) {
    .company-bg-img {
    padding: 35px 20px 20px;
}
    
        p.company-bg-mid {
    font-size: 18px;
    margin-top: 0px;
}
        
    h2.company-lg-text {
    font-size: 44px !important;
}
    
        .company-bg-img h2 {
    font-size: 17px;
}
    
        p.company-mid-text {
    font-size: 18px;
}
    
    p.mt-sp {
    margin-top: 15px;
}
    
    }
    

/* travel-section */
 section.travel-section-sec {
    padding: 2rem 0 0;
    background-image: url(https://gigaplus.makeshop.jp/kayustyle/top/gl-bg-trippng.png);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    
    .travel-section {
        padding: 80px 20px;
        display: flex;
        align-items: flex-start;
        gap: 30px;
        margin: auto;
    justify-content: center;
    }

.travel-container.flex {
    max-width: 1300px;
    z-index: 50;
}

    .travel-section .travel-title h2{
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: 3.6rem;
        font-weight: bold;
        color: #333;
        margin: auto;
    }

p.travel-text-box {
    width: fit-content;
    margin: 0px auto 40px;
    font-size: 18px;
}
    
 

    .travel-title {
        width: 15%;
        text-align: center;
    }

    .travel-content {
        width: 90%;
    }

    .travel-section .content {
        flex: 1;
        max-width: 1000px;
    }

    .travel-section .content p {
        font-size: 1em;
        line-height: 1.6;
        color: #555;
        margin-bottom: 20px;
    }
    
 img.ar-bg-img {
    position: absolute;
    top: 7.5%;
    left: 21%;
    width: 20%;
}

    .w-bg {
        box-shadow: 0px 0px 7px #b2b2b2;
        width: 150px;
        height: 150px;
    }

    .travel-gallery-grid {
        display: flex;
        gap: 1%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }


.travel-gallery-item {
     width: 19%;
    text-align: left;
    margin-bottom: 1.5rem;
    overflow: hidden; /* 拡大時に余計な部分がはみ出さないように */
}

@media (max-width: 980px) {
.travel-gallery-item {
    width: 24%;
    }
}

@media (max-width: 800px) {
.travel-gallery-item {
    width: 31%;
    }
}

@media (max-width: 520px) {
.travel-gallery-item {
    width: 48%;
    }
}

.img-box-wid.travel-img img:hover {
    transform: scale(1.2);
}

.wt-bg {
    padding: 7px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #c3c3c3;
    width: fit-content;
    margin: 5px;
}

.img-box-wid.travel-img img {
    transition: transform 0.3sease -in-out;
    object-fit: cover;
    width: auto;
}



.img-box-wid.travel-img {
    border-radius: 0%;
    width: 130px;
    height: 130px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    box-shadow: 0px 0px 5px #a1a1a1;
}

@media (max-width: 768px) {
    .img-box-wid.travel-img img {
    transform: scale(1);
	}
  
}
   
    .img-box-wid.travel-img img:hover {
    transform: scale(1.15);
}


.travel-gallery-item p {
    font-size: 14px;
    color: #333;
    word-break: keep-all;
    padding:0 7.5px;
}

    /* もっと表示ボタンのスタイル */
    .show-more-btn {
        display: none;
        margin-top: 20px;
        padding: 10px 20px;
        font-size: 1rem;
        color: white;
        border: none;
        cursor: pointer;
    }

    /* モバイルサイズ以下の時のスタイル */
    @media (max-width: 768px) {
        section.travel-section-sec {
            padding: 0;
        }
    
        .travel-gallery-grid {
        gap: 1%;
    }
    
      .travel-gallery-item p {
    font-size: 13px;
}
    

        .travel-section {
            padding: 100px 0px;
        }

        .travel-gallery-grid {
            grid-template-columns: repeat(2, 1fr); /* 2列表示に変更 */
        }

        .travel-section {
            flex-direction: column;
            align-items: center;
        }

        .travel-section .title {
            writing-mode: horizontal-tb;
            text-align: center;
            margin-bottom: 20px;
        }

        .travel-container.flex {
            max-width: 1200px;
            display: block;
        }
    
      .travel-gallery-item {
        text-align: center;
        margin: 10px auto;
    }

        .travel-section .travel-title h2 {
            writing-mode: initial;
            font-size: 30px;
            margin: auto;
            width: max-content;
        }
        
        .wt-bg {
    margin: 5px auto;
}


        .travel-gallery-item img {
            width: 160px;
        }

        
       @media (max-width: 420px) {
    .travel-gallery-item img {
            width: 120px;
        }
    }
    
    p.travel-text-box {
    margin: 0px auto 20px;
    text-align: left;
    padding: 0 25px;
    width: fit-content;
        font-size: 15px;
}

        .travel-gallery-grid {
            justify-content: space-evenly;
        }

        .travel-title {
            width: 100%;
            margin-bottom: 1.5rem;
        }

        .travel-content {
            width: 100%;
            margin: auto;
        }

        /* 最初に表示するアイテムを6つに制限 */
        .travel-gallery-grid .travel-gallery-item:nth-child(n+7) {
            display: none;
        }

        /* もっと表示ボタンを表示 */
            .show-more-btn {
        display: flex;
        margin: 40px auto 0;
        text-align: center;
        background-color: initial;
        color: #000;
        border: 1px solid;
        border-radius: 30px;
        padding: 5px 40px;
        position: relative;
        width: 50%;
        justify-content: center;
    font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
            font-weight: bold;
    }
    
    button.show-more-btn span {
    position: absolute;
    right: 10px;
            top: 2px;
    transform: rotate(90deg);
}
    
    img.ar-bg-img {
    position: absolute;
    top: 1.5%;
    left: 5%;
    width: 60%;
}
    
    }


/* info-section */
  section.info {
    background: #f0efeb;
}
    
    .info-section {
    padding: 40px 20px;
}

.info-container {
   display: grid;
    grid-template-columns: repeat(4, 1fr); 
  grid-template-rows: auto; /* 自動で行の高さを調整 */
    max-width: 1200px;
    margin: 0 auto;
    gap: 1%;
}

.info-box {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 35px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-box:hover {
    text-decoration: underline;
}


.info-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.info-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

@media screen and (max-width: 980px) {
.info-box h3 {
    font-size: 15px;
}
}



.info-box p {
    font-size: 0.9em;
    color: #666;
    line-height: 1.5;
}

    
      @media screen and (max-width: 768px) {
    .info-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5%;
}
    
    .info-icon {
    width: 35px;
    height: 35px;
}
    
    .info-box h3 {
line-height: 20px;
    margin: 0;
}
    
    
    .info-box {
    padding: 15px 10px;
}
    
    img.info-icon.voice-icob {
    margin-top: 15px;
}
    
    }

