@media(min-width:768px){
  .sp{
    display:none!important;
  }
}/*@media(min-width:768px){*/

@media(max-width:767px){
  .pc{
    display:none!important;
  }

  body{
    color:#42352e;
    font-size: 14px;
    letter-spacing: 0.01em;
    min-width: auto;
  }

  main{
    overflow: hidden;
  }


  img{
    display: block;
    object-position: center;
  }


  #container{
    margin: 0 auto;
    padding: 0;
  }

  .container{
    max-width:350px;
    padding:0;
    margin:0 auto;
    background: none;
    float: none;
  }


  .hover-opa{
    transition-duration: 0.5s;
  }

  .hover-opa:hover{
    opacity:1;
  }

  main.otameshi-main{

  }

  .main-view{
    position: relative;
    overflow: hidden;
  }

  .main-view .flex{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .main-view .flex img{
    width:100%;
  }

  .main-view .title-box{
    width:320px;
    height:105px;
    display: flex;
    justify-content: center;

    background-color: #962508;
  }

  .main-view .title-box h1{
    text-align: center;
    font-size: 38px;
  }

  .main-view .title-box h1 span{
    font-size: 24px;
    line-height: 21px;
  }

  .main-view .title-box h1 span::before,
  .main-view .title-box h1 span::after{
    width:32px;
  }

  .main-view .title-box h1 span::before{
    left:-40px;
  }

  .main-view .title-box h1 span::after{
    right:-40px;
  }

  .main-view .border{
    width:330px;
    height:110px;
  }

  .banner-section{
    padding:56px 0 32px;
    background-image: url('../img/add/otameshi/otameshi-bg.jpg');
  }

  .banner-section img.banner{
    width:100%;
    margin-bottom: 40px;
  }

  .banner-section a{
    display: block;
    width:100%;
    margin:0 auto 24px;
  }

  .banner-section a img{
    width:100%;
  }

  .banner-section p{
    text-align: center;
    font-weight: 600;
    color:#3f1a05;
  }

  .item-section{
    overflow: hidden;
  }

  .item-section h2{
    height:60px;
    position: relative;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }

  .item-section h2 img.title{
    height: auto;
    width: 100%;
  }

  .item-section .text-area{
    position: relative;
    display: flex;
    align-items: center;
    width:100%;
    padding:24px 0;
  }

  .item-section .text-area img.bg{
    position: absolute;
    width:100vw;
    min-width:100vw;

  }

  .item-section .text-area p{
    width:100%;
    font-size: 14px;
    font-weight: 500;
    line-height:2.1;
    color:#fff;
    /* font-feature-settings: "palt"; */
  }

  .item-section .text-area::before{
    position: absolute;
    content:"";
    width:100vw;
    height:100%;
    z-index:-1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0.8;
  }

  .item-section .item1 .text-area{
    height:auto;
  }

  .item-section .item1 .text-area::before{
    background-color:#492d23;
  }

  .item-section .item2 .text-area{
    height:auto;
  }

  .item-section .item2 .text-area::before{
    background-color:#615044;
  }




}/*@media(max-width:767px){*/
