@charset "utf-8";

/* CSS Document */




/* ------------------------------------------
  common
--------------------------------------------- */
.ph-inner-pc-menu{
    display: none;
}

.footer-nav{
    display: none;
}

/*btn*/
.btn-wrap {
    text-align: center;
    padding-top: 50px;
}

.btn-wrap.pt-small {
    padding-top: 40px;
}

.btn-wrap-top {
    padding: 50px 0 70px;
    text-align: center;
}

.btn-wrap-inner{
    display: flex;
    justify-content: center;
}

.btn-wrap-inner li{
    padding: 0 10px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    text-decoration: none;
    width: 340px;
    height: 60px;
    border-radius: 30px;
    background: #711717;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-bottom: 1px;
    transition: all 0.1s 0s ease;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
}

.btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 39%;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg) translateY(-50%);
}

.btn:hover {
    opacity: .75;
}

main a:hover {
    opacity: 1 !important;
}


/*block*/

.block {
    width: 100%;
    padding: 60px 0;
}

.block.pt-small {
    padding-top: 40px;
}

.bg-gray {
    background: #f5f5f5;
}
.inner {
    width: 1000px;
    margin: 0 auto;
}

/*fadein*/
.fadein{
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein-active{
  opacity: 1;
  transform: translate(0, 0);
}


/* ------------------------------------------
  mv
--------------------------------------------- */

.mv {
    width: 100%;
    height: 450px;
    position: relative;
    background: #f3ede1 url(../images/mv.webp) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 30px;
}

.mv-lead{
    color: #000;
    font-weight: 700;
    text-shadow: 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, -1px -1px 8px #fff;
    letter-spacing: 2px;
    width: 1000px;
}


.mv-lead small{
    font-size: 30px;
    line-height: 1;
    display: block;
    padding-bottom: 10px;
}

.mv-lead span{
    font-size: 48px;
    line-height: 1.25;
}

.kv-badge-wrap {
    width: 1000px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 20px;
    text-align: right;
}


/* ------------------------------------------
  about
--------------------------------------------- */

.rolling-about {
    padding: 40px 0 100px;
}

.rolling-about-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 80px;
}

.rolling-about-title span {
    border-bottom: 7px solid #f9d40c;
    padding-bottom: 20px;
}

.rolling-about-title img {
    display: block;
    margin: 0 auto 25px;
}

.rolling-about-inner {
}

.rolling-about-img {
}

.rolling-about-text {
    line-height: 2.0;
    font-weight: 500;
}

/* ------------------------------------------
  lead
--------------------------------------------- */
.rolling-head {
    padding: 60px 0 70px;
    text-align: center;
    background: #f7f7f7;
}

.rolling-head h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    padding-bottom: 40px;
}

.rolling-head h2 small{
    display: block;
    letter-spacing: 3px;
    padding-bottom: 15px;
}

.rolling-head-lead {
    line-height: 2;
}

/* ------------------------------------------
  mokuji
--------------------------------------------- */
.rolling-menu {
}

.rolling-menu-miso {
    background: #fdf3ca;
}

.rolling-menu-soup {
    background: #dceccf;
}

.rolling-menu-shinise {
    background: #fbe9e9;
}


/* ------------------------------------------
  item
--------------------------------------------- */
.item {
    position: relative;
}

.item#miso{
    background: #fdf3ca;
}

.item#soup{
    background: #dceccf;
}

.item#shinise {
    background: #fbe9e9;
}

.item {
    padding: 60px 0;
}

.item-inner{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#soup .item-inner {
    flex-direction: row-reverse;
}

.item-image{
    width: 470px;
    text-align: right;
    position: relative;
}

.item-text{
    width: 470px;
}

.item-title{
    font-weight: 700;
    padding-bottom: 30px;
    font-size: 30px;
}

.item-text p {
    font-weight: 500;
    padding-bottom: 40px;
    line-height: 2;
}

.item-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    text-decoration: none;
    width: 400px;
    height: 60px;
    border-radius: 6px;
    background: #711717;
    color: #fff !important;
    font-weight: 500;
    position: relative;
    padding-bottom: 1px;
    transition: all 0.1s 0s ease;
}

.item-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}

.item-btn:hover {
    background: #aa1010;
    opacity: 1;
}

.price {
    color: #711717;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}

.item-text p {
    font-weight: 500;
    padding-bottom: 40px;
    line-height: 2;
}

.normal-price {
    font-size: 26px;
    text-decoration: line-through;
    letter-spacing: -1px;
    padding-right: 10px;
}

.sale-price {
    font-size: 35px;
    letter-spacing: -1px;
}

.sale-price small {
    font-size: 22px;
}

.price-badge {
    margin: 0 5px 0 15px;
}

/* ------------------------------------------
  campaign
--------------------------------------------- */
.campaign{
    text-align: center;
    padding: 40px;
}

.campaign a:hover{
    opacity: 0.75;
}


/* ========================================================
   for SP
===========================================================*/

@media screen and (max-width: 768px) {
    /*common*/
    html {
        overflow-x: hidden;
    }
    body {
        font-size: 3.8vw;
        min-width: 0;
        overflow-x: hidden;
    }
    .main{
    }
    a:hover,a:not(.btn):hover {
        opacity: 1;
    }
    .btn-wrap {
        padding-top: 30px;
    }
    .btn {
        width: 280px;
        height: 50px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .btn:after {
        top: 36%;
        right: 20px;
        width: 8px;
        height: 8px;
    }
    .pc-hide {
        display: block !important;
    }
    .sp-hide {
        display: none !important;
    }
    .block {
        padding: 30px 20px;
    }
    .block.pt-small {
        padding-top: 20px;
    }
    .inner {
        width: 100%;
    }
    
    .cmn-lead {
        padding-bottom: 20px;
    }
    /*header*/
    .header .logo {
        padding-top: 3px;
    }
    .header a:hover {
        opacity: 1;
    }
    .header .header-inner {
        padding: 0 20px;
    }
    .footer {
        width: 100%;
        padding: 20px;
        font-size: 10px;
    }
    
    /* ------------------------------------------
      mv
    --------------------------------------------- */

    
    /* ------------------------------------------
      head
    --------------------------------------------- */    
    
    .rolling-head{
        padding: 8vw 6vw 8vw ;
        text-align: center;   
    }
    
    .rolling-head h2 {
        font-size: 6vw;
        line-height: 1.25;
        padding-bottom: 6vw;
    }
    
    .rolling-head h2 small {
        letter-spacing: inherit;
        padding-bottom: 1vw;
    }
    
    .rolling-head-lead {
    }
    
    .rolling-menu {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    
    .rolling-menu li {
    }
    
    
    
    
    /* ------------------------------------------
      about
    --------------------------------------------- */

    .rolling-about {
        padding: 8vw 6vw;
    }
    
    .rolling-about-inner {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .rolling-about-title {
        font-size: 6vw;
        line-height: 1.5;
        padding-bottom: 6vw;
        letter-spacing: 1vw;
        margin-bottom: 6vw;
    }

    .rolling-about-title span {
        border-bottom: 1.2vw solid #f9d40c;
        padding-bottom: 3vw;
    }

    .rolling-about-title img {
        display: block;
        margin: 0 auto 3vw;
        width: 8vw;
        height: auto;
    }
    
    .rolling-about-img {
        width: 100%;
    }
    
     .rolling-about-img img{
        width: 100%;
        height: auto;
    }

    .rolling-about-text {
        width: 100%;
        line-height: 2.2;
    }


    /* ------------------------------------------
      lead
    --------------------------------------------- */
    .lead {
        padding: 30px 20px 30px;
    }

    .lead-title {
        font-size: 16px;
        padding-bottom: 30px;
        letter-spacing: 2px;
    }
    
    .lead-item {
        width: 100%;
        padding-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .lead-item-image{
        width: 100%;
        margin-bottom: 15px;
    }
    
    .lead-item-image img{
        width: 100%;
    }

    .lead-item-text{
        width: 100%;
    }
    
    .lead-item-title {
        font-size: 14px;
        padding-bottom: 5px;
    }
    
    .lead-item:nth-child(2){
        flex-wrap: wrap-reverse;
    }
    
    .lead-item:last-child {
        padding-bottom: 40px;
    }
    
    /* ------------------------------------------
      mokuji
    --------------------------------------------- */    
    .lead-mokuji {
        width: 100%;
        padding-bottom: 20px;
    }

    .lead-mokuji-title {
        font-size: 16px;
        top: -16px;
    }
    
    .lead-mokuji ul {
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    
    .lead-mokuji-item {
        margin: 0 5px 10px;
        width: calc(50% - 10px);
    }
    .lead-mokuji-item a {
        width: 100%;
        height: 65px;
        font-size: 3.5vw;
        padding-bottom: 15px;
    }
  
    /* ------------------------------------------
      item
    --------------------------------------------- */     
    .item {
        margin: 6vw;
        padding: 6vw;
        position: relative;
        margin-top: 6vw;
    }
    
    .item-inner {
        padding: 0;
        width: 100%;
        flex-wrap: wrap;
    }
    
    .item-img {
        margin-bottom: 6vw;
    }
    
    .item-img img{
        width: 100%;
        height: auto;
    }
    
    .item-text {
        width: 100%;
    }
    
    .item-title {
        font-size: 5.4vw;
        padding-bottom: 4vw;
    }
    
    .item-text p {
        padding-bottom: 6vw;
    }
    
    .price {
        padding-bottom: 9vw;
    }
    
    .normal-price {
        font-size: 5vw;
        padding-right: 3vw;
        padding-top: 1vw;
    }

    .sale-price {
        font-size: 9vw;
        letter-spacing: -1px;
    }

    .sale-price small {
        font-size: 3.8vw;
    }

    .price-badge {
        margin: 0 2vw 0 2vw;
    }
    
    img.price-icon {
        display: none;
    }
    
    .price-badge {
        margin: 0.5vw 2vw 0 0;
    }
    
    .item-btn {
        width: 100%;
        height: 15vw;
    }
    
    .item-btn:after {
        content: "";
        display: block;
        position: absolute;
        top: 7.5vw;
        right: 7.5vw;
        width: 2.5vw;
        height: 2.5vw;
    }

}