@charset "UTF-8";
/* CSS Document */

/*_____lear section start_____*/
#style {
  display: flex;
  flex-direction: column;
  padding: 150px 25% 0 25%;
}
#style h1 img {
  height: 65px;
  width: auto;
}
#style h1 {
  font-size: 3rem;
  display: flex;
  align-items: center;
  margin-left: -10px;
}
#style h2{
  font-size: 2rem; 
  margin-top: 40px;
  margin-bottom: 10px;
}

#style p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.5;
}
.product_list-pc img{
  padding-top: 30px;
}

.product_list-sp {
  display: none;
}
/*_____lear section end_____*/



/* _____ボタン__start_____ */


.de-page__btn-pc{
    display: block;
  }
.de__other-btn-pc .font-go{
    font-size: 1.6rem;
    width: 425px;
    text-align: center;
    color: #3C2C6A;
  }
  .de__other-btn-pc .font-go {
    width: 300px;
    padding-bottom: 5px;
    margin: auto;
  }
  .menu__line-btn-pc .btn__line-pc{
    width: 425px;
    height: auto;
  }
  .menu__line-btn-pc .btn__line-pc a{
    font-size: 3.2rem;
    width: 425px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #3C2C6A;
  }
  .menu__line-btn-pc .btn-icon__parts-pc {
    margin: 14px 0 14px 55px;
  
  }
  .menu__line-btn-pc .btn-icon__line-pc {
    width: 38px;
    height: auto;
    margin-right: 32px;
  }
  
  .de__other-btn-pc{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .de__other-btn-pc ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 35px 100px;
    background-color: #f9f9f9;
    margin-top: 100px;
  }
.btn__design a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 300px;
    font-size: 2rem;
    padding: 0px 20px 3px;
  }
  .de__other-btn-pc ul .btn__line-pc .btn-icon__parts-pc {
    margin: 8px 0 8px 35px;
  }
.btn__design {
    height: 45px;
    width: 580px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    background-color: #F4F4F4;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s; 
    box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
  }
  .btn__top{
    margin: 100px auto!important;
    background-color: #3C2C6A;
  }
  .btn__top a{
    color: #F4F4F4!important;
  }
  
  .btn__design .btn-icon__parts-pc{
    width:20px;
    padding-left: 20px;
  }
  .btn__design .font-mincho{
    align-items: center;
    display: flex;
    justify-content: center;
    color: #3C2C6A;
  }
  /* _____ボタン__end_____ */


/*____　以下メディアクエリ@sp-1024px　____*/

@media (max-width: 1024px) {

    
    /* top_lead */
    #style{
      padding: 150px 10%0;
    }
    #style h1 {
      margin-left: -8px;
    }
    #style h2{
      margin-bottom: 20px;
      padding-left: 0;
    }
    
    /* menu */
    .menu__am, .menu__takeout {
      margin: 60px 10%;
    }
    
    



    /* btn */
    .btn__line-pc,.btn__base-pc {
      margin-bottom: 15px;
    }
    .menu__line-btn-pc .btn__line-pc,.btn__base-pc {
      width: 300px;
    }
    .menu__line-btn-pc .btn__line-pc a {
      font-size: 2.3rem
  
    }
    .btn__base-pc a{
      padding-left: 50px;
    }
    .menu__line-btn-pc .font-go, .de__other-btn-pc .font-go {
      font-size: 1.3rem;
      width: 300px;
      text-align: left;
      padding-left: 25px;
    }
    .menu__line-btn-pc .btn-icon__line-pc {
      width: 25px;
      height: auto;
      margin-right: 22px;
    }
    .btn-icon__parts-pc{
      margin: 8px 10px 8px auto!important;
    }
    .de__other-btn-pc {
      flex-direction: column;
    }
    .de__other-btn-pc ul {
      align-items: center;
    }
    .de__other-btn-pc ul {
      padding: 80px 35px;
    }
    }
    
    /*____　以下メディアクエリ@sp-640px　____*/
    
    
    @media (max-width: 640px) {
        /* top_lead */
          #style {
            align-items: flex-start;
            padding: 60px 10% 0 10%;
          }  
          #style ul{
            position: relative;
          }
          #style ul::before{
            content: "";
            position: absolute;
            width: 180px;
            height: 1px;
            background: #3C2C6A;
            top: 0;
          }
          #style h1 {
            font-size: 2.5rem;
            margin: 30px 0 50PX 0px;
            flex-direction: row;
            justify-content: space-between;
            white-space: nowrap;
          }
          #style h1 img {
            height: 45px;
          }
          #style p{
            text-align: left;
            padding: 0;
          }
          .btn__design {
            width: 90vw;
          }
          .de-page__btn-pc ul iframe{
            width: 100vw;
            height: 125vw;
        }

        
        .product_list-pc {
           display: none;
        }
    
        .product_list-sp {
          display: block;
          width: 100%;
          height: 85vw;
          margin: 30px 0;
        }
        .slider {
          width: auto;
          height: 100%;
          overflow: hidden;
          position: relative;
        }
        
        .slider img {
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          opacity: 0; /* 初期状態で透明にする */
          transition: opacity 0.9s; /* 0.5秒のフェードトランジションを指定 */
        }
        
        .slider img.active {
          opacity: 1; /* activeクラスが付与されたときに不透明にする */
        }
          
        
        
      
      }
      