


.wrap{
  width: 100%;
  margin: auto;
  
  height: calc(100svh - 200px);
  position: relative;
  }
  .wrap .img_visual{
  width:100%;
  
  height: calc(100svh - 200px);
  
  position: absolute;
  object-fit: cover;
  }
  
  
  #about{
    width: 100%;
    padding:var(--section-margin) 0;
    position: relative;
  }
  
  #about .about_wrap{
    width: 100%;
    position: relative;
    z-index: 2;
  }
  
  #about .about_wrap p{
    width: 100%;
    text-align: center!important;
    line-height: 180%;
  }
  
  #about img.mochief{
    width:90px;
    position: absolute;
    right:0;
    bottom: 0;
  }
  
  #feature{
    width: 100%;
    padding:var(--section-margin) 0;
    position: relative;
    width: 100%;
    background: linear-gradient(to right, 
    var(--sub-brand-color) 2%, 
    var(--brand-color) 2%, 
    var(--brand-color) 98%, 
    var(--sub-brand-color) 2%);
    padding: var(--section-margin) 0;
  }
  
  #feature h3.sub_title{
    color:#FFF
  }
  .feature_wrap ul{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: calc(var(--section-margin) / 2);
  }
  .feature_wrap ul li{
    width:calc((100% - 20px) / 2);
    position: relative;
  }
  .feature_wrap ul li .number{
    color: #FFF;
      position: absolute;
      font-size: 2.4rem;
      top: -1.2rem;
      left: 10px;
  
  }
  .feature_wrap ul li:nth-child(1) .number{
    color: #FFF;
      position: absolute;
      font-size: 4.8rem;
      top: -2.4rem;
      left:auto;
      right: 20px;
  
  }
  .feature_wrap ul li:nth-child(1){
    width:100%
  }
  .feature_wrap ul li:nth-child(2){
    width:80%;
    margin:0 10% 20px;
  }
  .feature_wrap ul li:nth-child(n+3) img {
    margin-bottom: 10px;
  }
  .feature_wrap ul li h3{
    color: #FFF;
    text-align: left;
  }
  .feature_wrap ul li h4{
    color: #FF914D;
    text-align: left;
  }
  .feature_wrap ul li p{
    color:#FFF;
    font-weight: 400;
    margin: 0;
    
  }
  
  .feature_wrap .point{
    background-color: #FFF;
    padding:20px;
  }
  
  .feature_wrap .point h3{
    text-align: left;
    color:var(--brand-color)!important
  }
  
  
  
  #youtube{
    width: 100%;
    padding:var(--section-margin) 0;
    position: relative;
    background: var(--brand-color);
  }
  #youtube h3{
    color:#FFF
  }
  #news{
    width: 100%;
    padding:var(--section-margin) 0;
    position: relative;
  }
  #news img.shoes{
    right: 4%;
        width: 60px;
        position: absolute;
        top: -40px;
  }
  .news_wrap{
    
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  .news_wrap .box_01{
    width:100%;
  }
  .news_wrap .box_01 h2{
    text-align: left;
    margin: 0 0 6%;
  }
  .news_wrap .box_01 h3{
    text-align: left;
    margin: 0 0 40px;
  }
  .news_wrap .box_01 .btn_wrap {
    width: 100%;
    text-align: left;
  }
  .news_wrap .box_02{
    width:100%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .news_wrap .box_02 ul{
    width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
        margin: 0 0 30px;
  }
  
  .news_wrap .box_02 ul li{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #CCC;
    padding:0 10px 20px 10px;
  }
  .news_wrap .box_02 ul li .date{
    width: 20%;
    display: flex;
    font-weight: 400;
    color: var(--brand-color);
    font-family: "Barlow", sans-serif;
    font-size: 1.4rem;
    justify-content: flex-start;
  
  }
  
  .news_wrap .box_02 ul li .title{
    width:80%;
    padding-left: 4%;
  }
  .news_wrap .box_02 ul li .title a{
    color:#000;
    font-size:1.4rem;
  }
  
  #shop{
    width: 100%;
    position: relative;
    background: var(--brand-color);
  }
  .shop_wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 0;
  }
  .shop_wrap .box_01{
    width: 100%;
    position: relative;
    padding: 40px 2% 20px;
    order: 1;
  
  }
  .shop_wrap .box_01 img.shop_mochief{
    width:60%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .shop_wrap .box_01 h3{
    text-align: left;
    font-size: 2.4rem;
    color: #FFF;
    margin: 0 0 30px;
    position: relative;
    z-index: 3;
  }
  .shop_wrap .box_01 p{
    position: relative;
    z-index: 3;
  }
  .shop_wrap .box_02{
    width:100%;
    order: 2;
  
  }
  .shop_wrap iframe {
    width: 100%; /* ビューポートの幅いっぱいにする */
    height: 450px;
    border: 0;
  }
  .shop_wrap .box_03{
    width:100%;
    order: 4;
  }
  .shop_wrap .box_04{
    width: 100%;
    position: relative;
    padding: 40px 2% 20px;
    order: 3;
  
  }
  .shop_wrap .box_04 img.shop_mochief{
    width:60%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .shop_wrap .box_04 h3{
    text-align: left;
    font-size: 2.4rem;
    color: #FFF;
    margin: 0 0 30px;
    position: relative;
    z-index: 3;
  }
  .shop_wrap .box_04 p{
    position: relative;
    z-index: 3;
  }
