body{
    color: #333;
    background-color: #fff;
    font-family: "kozuka", "游ゴシック体", YuGothic, helvetica, Arial,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,sans-serif;
  }

  img {
    max-width:100%;
}

a{
  text-decoration: none;
  color:inherit

}


.btn{
  width: 90px;
  text-align: center;
  border-radius: 3px;
  background-color: #cc2a2a;
  color: #ffffff;
  padding: 3px;
}


.icon{
    width: 1em;
    margin-right: 0.5em;
}
  .inner{
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
  .heading{
   text-align: center;
   margin-top: 3em;
   margin-bottom: 3em;
   font-size: 1.3em;
  }

  .boximg{

    text-align: center;
  }
  .boximg1{

    text-align: center;
  }
  .boximg2{

    text-align: center;
  }



  .header {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #d8d8d8;
    position: fixed;
    left: 0;
    top: 12rem;
    z-index: 100;
}
  .header__inner{
    padding: 0 20px;
    margin: 0 auto;
    width: 80%;
  }
  .header__logo{
    color: #333333;
    text-align: center;
  
  }

  .sub{
    text-align: center;
    padding: 1em;
  }
  .mainView{
    height: calc(50vh - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
   
  }
  .mainView p{
    font-size: 28px;
    font-weight: bold;
  }
  
  .boxes{
 
    margin-top: 40px;
  }
  .box {
    /*aspect-ratio: 16 / 9;*/
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateY(200px);/*デフォは150だった*/
  }

  .container{
    padding:10px;
    display : flex;
    flex-wrap : wrap;
    justify-content:space-around;
    margin-top: 4em;
    /*
  ・均等に配置
  ・最初のアイテムは先頭寄せ
  ・最後のアイテムは末尾寄せ
  */
  }

  .container::after{
    content:"";
    display: block;
    width: calc(100% / 3 - 20px);
    margin: 10px;
  }

  .outlet_item{
  width:33%;
  padding: 1em;

  }


  .outlet_item h3{
   font-size:0.9em;
   text-align: center;
  }

  .price1{
    text-align: center;
    text-decoration:line-through;
  }

  .price2{
    color: red;
    text-align: center;
    margin-top: 0.4em;
  }

  .is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .sp{
   display: none;
  }

   div.vid_contents {
    width: 100%;/*背景色を横幅いっぱいに広げる*/
    text-align: center;
    margin: auto;
    /*padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
    background: #e6e6e6;/*余白の背景色*/
    margin-top: 3rem;
    margin-bottom: 3rem;
    }
    video.vid_main {
    width: 100%;
    max-width: 920px;/*PC版での最大幅*/
    }

    .iconbox{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-bottom: 4rem;
    }

    .mail{
      width: 5rem;
    }

    .line{
      width: 5rem;
      margin-left: 2rem;
    }

  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
  .boximg1 { display: block !important; }
  .boximg2 { display: none !important; }
   
  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  @media only screen and (max-width: 800px) {
    .boximg1 { display: none !important; }
    .boximg2 { display: block !important; }
    .outlet_item {
      width: 40%;
      padding: 1em;
  }
    
  }


  @media (max-width: 480px) {
    .mainView{
      height: calc(40vh - 50px);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .sub{
     font-size: 13px;

    }

    .header {
      width: 100%;
      height: 50px;
      display: flex;
      align-items: center;
      background-color: #d8d8d8;
      position: fixed;
      left: 0;
      top: 15rem;
      z-index: 100;
  }

    .header__logo{
      font-size: 16px;
    }

    .heading{
      font-size: 0.9em;
    }

    .pc{
      display: none;

    }

    .sp{
      display: block;
    
    } 

    .mail{
      width: 3rem;
    }

    .line{
     width: 3rem;
    }

    .outlet_item {
      width: 80%;
      padding: 1em;
  }

  }