/* カスタマイズ用CSS */
.logo{
    max-width: 250px;
    margin: 0 auto;    
}
p{
    font-size: 1.05rem;
}
@media screen and (max-width: 600px) {
  p{
    font-size: 0.97rem;
}  
}
.mv {
position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 750px;
    background: url(/html/user_data/img/mv.jpg) no-repeat;
    background-size: cover;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
        background-position: top;
        
}
.mvttl{
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-size: calc(1rem + 1vw);
    color: #7b6e45;
    font-weight: 500;
    margin-right: -38%;
    margin-top: 30px;
    line-height: 1.7;
    letter-spacing: 0.1vw;
}
.mv_en{
font-family: "Josefin Sans", sans-serif;
    color: #b6ad90;
    font-size: calc(2rem + 1vw);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    text-align: center;
    letter-spacing: 16px;
    margin-top: 35px;

}
.top_h2{
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
        font-size: 1.4rem;
}
.top_h2 span{
  font-size:2.5rem;
  color:#b6ad90;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 10px;
        margin-top: 130px;
}


@media screen and (max-width: 1100px) {
.mv {
    height:450px;
            background-size: cover;
}
}
@media screen and (max-width: 770px) {
  .mvttl{
      font-size: calc(0.8rem + 1vw);
     margin-top: 250px;     
  } 
  .mv_en {
    font-size: calc(1rem + 1vw);
      
  }
  .mv {
position: relative;
    height: 700px;
    background: url(/html/user_data/img/spmv.jpg) no-repeat;
            background-size: cover;
}
}
@media screen and (max-width: 600px) {
   .mv {
    height: 530px;
            background-size: cover;
}  
.top_h2 span{
    margin-top: 70px; 
        font-size: 2.2rem;
}
.top_h2{
    font-size: 1.2rem;    
}
.mvttl{
        font-size: calc(0.8rem + 1vw);
        margin-top: 160px;
        text-shadow: #fff 5px 0 10px;
        margin-right: -15%;
}
}

/*message*/
.message_back{
      height: 1000px;  
          background-image:url(/html/user_data/img/messageback_left.png), url(/html/user_data/img/messageback_right.png);
    background-repeat: no-repeat;
    background-position: 0% 10%, 100% 10%;
            background-size: 35%;
                margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.dotbox{
          background-image:url(/html/user_data/img/messe_dot.png), url(/html/user_data/img/messe_dot2.png);
    background-repeat: no-repeat;
    background-position: 85% 90%, 15% 40%;
            background-size: 10%;
}
.message_pbox{
    width: 93%;
    max-width: 600px;
    margin: 30px auto;
    text-align: center;
        line-height: 1.8;
         position: relative;
}
.messe_ttl{
font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: 500;
    color: #7b6e45;
    letter-spacing: 2px;
}
@media screen and (max-width: 770px) {
    .message_back {
    height: 800px;
    background-position: -350% 30%, 360% 30%;
    background-size: 90%;
}
}
@media screen and (max-width: 600px) {
    .messe_ttl{
     font-size: 1.1rem;
      margin-bottom: 10px;
    }
}
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}



.d-demo__wrap {
  display: flex;
  overflow: hidden;
      margin-top: 120px;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 4.2);
}
.d-demo__item > img{
   width: 95%;
}
@media screen and (max-width: 600px) {
     .d-demo__wrap {
    margin-top: 50px;
}
.d-demo__item {
    width: calc(100vw / 2.2);
}
 .message_back {
        height: 700px;
}
}

/*about*/
.about_back{
        margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: url(/html/user_data/img/about_back.png) no-repeat;
    background-size: cover;    
      /*background-position: 0px 50px;  */
        padding-bottom: 80px;  
            background-color: #faf8f8;
}
.dr_box{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 100px auto 0px;
    width: 93%;
    padding-bottom: 80px;       
}
.dr_name{
    font-weight: 500;
    text-align: end;
        margin-top: 20px;
}
.dr_box p{
    line-height: 1.8;    
}
.dr_pic{
position: relative;    
}
.dr_pic:after{
    position: absolute;
    top: 70%;
    right: 5px;
    content: " ";
    width: 190px;
    height: 207px;
    background: url(/html/user_data/img/flour.png) no-repeat;
    background-size: 100%;
}
.dr_pic img{
  width: 90%;  
}
.messe_box{
    max-width: 580px;
       width: 50%; 
}
.online_btn{
    border: solid 2px #98c5c3;
    display: flex;
    width: fit-content;
    padding: 15px 50px;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background-color: #fff;
    margin: 0px auto;
    font-size: 1.1rem;
    font-weight: 600;
    color: #98c5c3 !important;
}

@media screen and (max-width: 1000px) {
    .dr_box {
        flex-direction: column;
        max-width: 650px;
        
    }
.dr_pic img {
    width: 100%;
}
.messe_box {
    max-width: fit-content;
    width: 100%;
}
.messe_box .messe_ttl{
    margin-top: 20px;    
}
}
@media screen and (max-width: 600px) {
.dr_pic:after {
    width: 150px;
        top: 60%;
    left: 50%;
        height: 100px;
} 
.dr_box {
    margin: 80px auto 0px;
       padding-bottom: 80px; 
}
.online_btn{
    padding: 10px 30px;
    border-radius: 15px;
    font-size: 1rem;
}

}
/*お知らせ*/
.ec-secHeading .ec-secHeading__ja{
      font-size: 1rem;
    font-weight: 500;
    vertical-align: 2px;  
}
.ec-newsRole .ec-newsRole__newsCloseBtn{
      background: #9c9191;  
}


/*ご注文方法*/

.method{
width: 93%;
    margin: 50px auto;
        line-height: 1.8;
}
.method h3{
    border-bottom: solid 2px #e8efee;
    font-size: 1.05rem;
    color: #988e6d;
    font-weight: 500;
}
.ec-secHeading{
    color: #ac8383;
        margin-bottom: 5px;
    margin-top: 30px;
    font-size: 1rem;
}
table{
	width: 100%;
}

table th{
	border: 1px solid #dde6f5;
	background-color: #eee;
	padding: 20px;
}

table td{
	border: 1px solid #dde6f5;
	padding: 20px;
}
/*グローバルナビ*/
.globalnavi ul{
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 0px 80px;
    font-size: 1rem;
    font-weight: 500;
    background-color: #f3f2f1;
    padding: 15px 0px;
}
.globalnavi a{
     color: #7c786a;   
}
.fa-shopping-cart:before{
    color: #8c8080 !important;
}
.ec-headerNav .ec-headerNav__itemIcon {
    color: #8c8080 !important;
}
.ec-cartNavi .ec-cartNavi__badge{
    background-color: #d48888;    
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
     background: #716c6c;   
}
.ec-blockTopBtn{
      background-color: #837676;  
}

.ec-drawerRole{
     background: #f6f6f6;   
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:hover > a {
    background: #f8f8f8;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    color: #8c8080;
}
.ec-drawerRole .ec-headerLinkArea {
    background: #fffdfd;
}
@media screen and (max-width:767px) {
    .globalnavi ul{
        display: none;
    }
    .ec-headerNaviRole{
        background-color: #f9f5f5;
    }
}
/*フッター*/
.ec-footerRole{
    background: #a59898;
    border-top: 1px solid #ffffff;
}

@media screen and (max-width:767px) {
 .ec-footerNavi .ec-footerNavi__link a{
    border-bottom: 1px solid #e7e7e7;
}   
}

/*購入ボタン*/
.ec-blockBtn--action {
    background-color: #d3b3bd;
    border-color: #d3b3bd;
}
.ec-blockBtn--action:hover{
   background-color: #bb788e;
    border-color: #bb788e;   
}

.ec-topicpath .ec-topicpath__item--active a{
        color: #bc91a3;
}
.topicpath__item a {
    color: #bc91a3 !important;
}
.ec-topicpath .ec-topicpath__item a {
    color: #bc91a3 !important;
    
}
.ec-inlineBtn--action{
     background-color: #bb788e;
    border-color: #bb788e;   
}