/*  共通
---------------------------------*/
.fwnomal {
    font-weight: normal;
}
.fs80per {
    font-size: 80%;
}
.fs50per {
    font-size: 50%;
}
.fs60per {
    font-size: 60%;
}
.fs70per {
    font-size: 70%;
}
.fs100per {
    font-size: 100%;
}
.fs160per {
    font-size: 160%;
}
.point_col {
    color: #d54953;
}
.mb2 {
    margin-bottom: 2rem;
}
.mb4 {
    margin-bottom: 4rem;
}
label {
    font-weight: normal;
}
.ec-link {
    color: #884141;
}
.t_center {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .pc_br {
        display: block;
    }
    .sp_br {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .pc_br {
        display: none;
    }
    .sp_br {
        display: block;
    }
}

/*  login
---------------------------------*/
.ec-guest {
    background:transparent;
}
.ec-grid3 {
    max-width: 1080px;
    margin: 0 auto;
}

/*  contents gnavi
---------------------------------*/
.ec-headerRole {
    background: #F2EDEA;
    max-width: initial;
}
.ec-categoryNaviRole {
    margin: 0 auto 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.4;
    color: #525263;
    width: 100%;
    max-width: initial;
    background: #e7ded9;
}
.ec-categoryNaviRole ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 1100px;
    width: 100%;
}
.ec-itemNav__nav li a {
    color: #884141;
    display: block;
    margin: 0;
    /*padding: 1rem 2rem;
    /*border-right: 1px solid #280404;*/
    height: auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    text-align: left;
    background: #fff;
    /* border-bottom: 1px solid #884141; */
    background-color: #e7ded9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ec-itemNav__nav li a:hover {
    background-color: #FFF;
}
.ec-itemNav__nav li ul li a {
    border-bottom: 1px dashed #e7ded9;
    padding: 1rem 2rem;
    font-size: 15px;
    font-weight: normal;
    color: white;
    background: #280404;
}
.ec-itemNav__nav li ul li a:last-child {
    border: none;
}
/*  header
---------------------------------------------------*/
.ec-headerNaviRole {
    color: #521a1e;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    max-width: initial;
}
.ec-headerNav .ec-headerNav__itemIcon {
    color: #521a1e;
}
@media only screen and (min-width: 768px) {
    .ec-headerNav .ec-headerNav__item {
        font-size: 15px;
    }
    .ec-headerNav .ec-headerNav__itemIcon {
        color: #521a1e;
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .ec-headerNaviRole {
        background: #F2EDEA;
    }
}
/*header_icon*/
.fa-user:before {
    content: "\f14b";
}
.fa-heart:before {
    content: "\f005";
}
.fa-lock:before {
    content: "\f2bd";
}
/*Search*/
.ec-headerSearch .ec-headerSearch__keyword {
    position: relative;
    color: #525263;
    border: 1px solid #e8dbd3;
    border-radius: 0px;
}
.ec-icon {
    filter: invert(15%) sepia(95%) saturate(5932%) hue-rotate(358deg) brightness(30%) contrast(112%);
}
/*  reset
---------------------------------------------------*/
body {
    color: #521a1e;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (min-width: 768px) {
    .ec-role {
        background: none;
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    .ec-role {
        font-size: 15px;
    }
}
.ec-role {
    font-size: 15px;
    line-height: 1.7;
    color: #521a1e;
    max-width: initial;
}
.ec-layoutRole__mainBottom {
    /*background: #F2EDEA;*/
}
h2 {
    font-size: 24px;
    text-align: left;
    padding: 0;
    margin: 0 0 2rem;
    vertical-align: middle;
    letter-spacing: .2rem;
    line-height: 1.6;
    font-weight: 600;
}
@media only screen and (min-width: 768px) {
    h2 {
        font-size: 30px;
        text-align: center;
    }
    .ec-footerRole__inner {
        padding-top: 4rem;
    }
    .ec-footerRole {
        padding-top: 0px;
        margin-top: 0;
    }
    .ec-cartNavi {
        padding: .5rem 1rem;
        margin-top: .5rem;
        margin-left: 1rem;
        height: auto;
        color: #280404;
    }
}
.batsu {
    display: inline-block;
    vertical-align: middle;
    color: #521a1e;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
}
.batsu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}
.ec-footerRole {
    border: none;
    border-top: 1px solid #e7ded9;
    background: #884141;
    /* padding: 4rem 0 0; */
    margin-top: 0;
    padding: 0;
}
.ec-footerNavi .ec-footerNavi__link a {
    border-bottom: 1px solid #884141;
}
.ec-categoryRole {
    /*background: #F2EDEA;*/
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: initial;
}
.ec-headerNav .ec-headerNav__itemLink {
    font-size: 12px;
    color: #521a1e;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
    font-size: 80%;
    padding: 8px 24px 8px 8px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #280404;
    color: #fff;
    border-radius: 0px;
}
.ec-layoutRole__main {
    background: #F2EDEA;
}
/* index 
---------------------------------------------------*/
/* Main Visual*/
.mainvisual_wrap {
        width: 100%;
        height: 600px;
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('https://wakametal.com/html/user_data/images/index/mainvisual.jpg');
}
@media only screen and (min-width:768px) {
    .mainvisual_wrap {
        margin: 0 0 10rem;
        background-attachment: fixed;
    }
}
@media only screen and (max-width:768px) {
    .mainvisual_wrap { /* sp  */
        margin: 0 0 5rem;
        background-attachment: scroll;
    }
}
/*News*/
.ec-newsRole .ec-newsRole__news {
    border: 4px solid #ECDFD8;
    padding: 1rem;
    background: #FFF;
}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
    border-bottom: 1px solid #ECDFD8;
}
.news_bg_images {
    background: url('https://wakametal.com/html/user_data/images/index/img1.png') center top no-repeat;
    width: 100%;
    margin: 4rem 0rem;
}
@media only screen and (min-width: 768px) {
    .news_bg_images {
        padding-top: 8rem;
        padding-right: 1rem;
        padding-left: 1rem;
        margin: -6rem 0rem 12rem;
    }
}
.ec-newsRole {
    max-width: 1080px;
    margin: 0 auto;
}
.ec-newsRole .ec-newsRole__newsDate {
    margin: 5px 0 5px;
}
.ec-newsRole__newsItem .ec-newsRole__newsDescription {
    background-color: #FBF9F9;
    padding: 1rem;
}
.ec-newsRole .ec-newsRole__newsItem:last-of-type {
    margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
    .ec-newsRole .ec-newsRole__newsItem {
        padding: 1rem;
    }
}
.ec-newsRole .ec-newsRole__newsTitle {
    color: #896E70;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
    color: #896E70;
    background: none;
}
/*contents about*/
.about {
    padding: 0rem;
    text-align: left;
    color: #521A1E;
    line-height: 1.8;
}
@media only screen and (min-width: 768px) {
    .about {
        text-align: center;
    }
}
/*  contents profile
---------------------------------------------------*/
@media only screen and (min-width: 768px) {
    .flex-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .flex-container img {
        max-width: 600px;
    }
}
.images_bg1 {
    background: url(https://wakametal.com/html/user_data/images/index/photo1.jpg);
    background-size: 100% auto;
    height: 44vh;
    width: 50%;
}
@media (max-width: 767px) {
    .images_bg1 {
        height: 35vh;
        width: 100%;
    }
}
.txt_l {
    text-align: left !important;
}
.bgcol1 {
    background: #E8E1DD;
}
.pr_ul {
    border-left: 1px solid #521A1E;
    list-style: none;
    margin-bottom: 2rem;
    padding: 0 0 0 1.5rem;
}
.pr_ul li {
    margin-bottom: .5rem;
}
.p1rem {
    padding: 1rem;
}
/*err*/
.ec-cartNaviNull {
    padding: 0;
}
.ec-cartNaviNull .ec-cartNaviNull__message {
    border: none;
    padding: 1rem;
    font-size: 1.3rem;
    font-weight: normal;
    color: #fff;
    background-color: #cc5d5d;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
@media only screen and (min-width: 768px) {
    .ec-cartNaviNull .ec-cartNaviNull__message {
        padding: 2rem 1rem;
    }
    .ec-cartNaviNull::before {
        border-color: transparent transparent #cc5d5d transparent;
    }
}
#profile.profile .profile_inner {
    position: relative;
    display: flex;
}
#profile.profile .profile_inner .contents {
    width: 50%;
    padding: 8rem 3rem;
}
#profile.profile .profile_inner .contents .text_w {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    letter-spacing: 0rem;
    line-height: 1.8;
}
#profile.profile .profile_inner .images1 {
    background: url(https://wakametal.com/html/user_data/images/index/photo1.jpg) no-repeat center center;
    background-size: cover;
    width: 50%;
}
@media only screen and (max-width: 480px) {
    #profile.profile .profile_inner {
        flex-direction: column;
        flex-wrap: wrap;
        max-width: 100%;
    }
    #profile.profile .profile_inner .contents {
        width: 100%;
        padding: 2rem 2rem 3rem;
    }
    #profile.profile .profile_inner .images1 {
        width: 100%;
        height: 34vh;
    }
    #profile.profile .profile_inner .contents .text_w {
        /*font-size: 90%;*/
        max-width: auto;
        line-height: 1.4;
    }
}
/* feature 
---------------------------------------------------*/
@media only screen and (min-width: 768px) {
    .ec-categoryRole {
        padding: 8rem 1rem;
    }
    .ec-categoryRole {
        margin: 3rem 2rem;
    }
    .ec-categoryRole__listItem {
        padding: 2rem 3rem 3rem;
    }
}
.ec-categoryRole {
    background: url(https://wakametal.com/html/user_data/images/index/bgimg1.jpg) no-repeat center center;
    background-size: cover;
}
.ec-categoryRole__listItem {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    background: #FFF;
}
.feature .ec-categoryRole__list {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.feature h2 {
    color: #FFF;
}
.feature h3 {
    font-size: 120%;
    line-height: 1.3;
    color: #942121;
    border-left: 4px solid #942121;
    padding: 0 0 0 1rem;
}
/*  Shop Category
---------------------------------*/
.ec-newItemRole .ec-newItemRole__listItem img {
    width: 80%;
}
/*  新着商品
---------------------------------*/
@media only screen and (min-width: 768px) {
    .ec-newItemRole__list {
        max-width: 1080px;
        width: 100%;
        margin: 0 auto;
    }
    .ec-newItemRole {
        padding: 8rem 1rem;
    }
}
.ec-newItemRole__listItem {
    text-align: center;
}
/* SNS 
---------------------------------------------------*/
.snapwidget-widget {
    width: 100%;
    height: 40vh;
}
.sns_wrap {
    width: 100%;
    padding: 4rem 2rem;
    background: #FFF;
}
.sns {
    display: flex;
    position: relative;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.sns .sns_inner {
    width: 66%;
    margin-right: 4%;
    background: #FFF;
}
.sns .sns_inner:last-child {
    width: 30%;
    margin-right: 0;
    background: #FFF;
}
.twitter {
    height: 53vh;
    overflow-y: scroll;
}
.instagram {
    width: calc(100% / 2);
    margin-right: 2rem;
}
@media only screen and (max-width: 768px) {
    .instagram {
        width: 100%;
        margin-right: 0;
        padding: 2rem;
    }
}
::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}
::-webkit-scrollbar-track {
    background: rgba(250, 250, 250, 1);
    border: solid 1px rgba(245, 245, 245, 1);
}
::-webkit-scrollbar-thumb {
    background: rgba(190, 190, 190, 1);
    border-radius: 10px;
    box-sizing: border-box;
    border: solid 3px rgba(250, 250, 250, 1);
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(125, 125, 125, 1);
}
::-webkit-scrollbar-corner {
    background: rgba(250, 250, 250, 1);
}
@media only screen and (max-width: 768px) {
    .sns {
        flex-direction: column;
    }
    .sns .sns_inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #f2edea;
    }
    .sns .sns_inner:last-child {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .snapwidget-widget {
        height: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .ec-newsRole {
        padding: 0;
    }
    .ec-categoryRole__listItem {
        padding: 0 2rem 2rem;
    }
    .feature h3 {
        font-size: 100%;
    }
}
/*  SP gmenu
---------------------------------------------------*/
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    font-size: 15px;
    font-weight: normal;
}
.ec-drawerRole .ec-headerLinkArea, .ec-drawerRole {
    background: #280404;
}
.ec-drawerRole .ec-headerSearch {
    background: #e7ded9;
}
/*  下層
---------------------------------*/
/* login */
@media only screen and (min-width: 768px){
    .ec-off2Grid .ec-off2Grid__cell {
        width:100%;
        max-width:1080px;
        margin: 0 auto;
    }
}


.ec-pageHeader h1 {
  color:#521a1e;
  font-size: 20px;
  position: relative;
  padding: .5rem 1rem 2rem;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 3rem;
  border-top: none;
  border-bottom: none;
}
.ec-pageHeader h1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
    .ec-off1Grid {
        margin: 4rem;
    }
}
.ec-login {
    background: #FFF;
    margin-bottom: 4rem;
}

.ec-blockBtn ec-cartNavi--cancel,
.ec-blockBtn--cancel {
    font-size: 15px;
    font-weight: normal;
    background-color: #BCBABE;
    border-color: #280404;
}
.ec-blockBtn ec-cartNavi--cancel:hover,
.ec-blockBtn--cancel:hover {
    background-color: #591919;
}
.ec-off1Grid {
    margin-bottom: 4rem;
}

/* products(cart) 
---------------------------------------------------*/
/*  商品一覧  */

.ec-shelfRole {
    margin: 0 auto;
    padding:1rem;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.8;
    color: initial;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}

.price02-default {
    text-align: right;
    margin-bottom:1rem;
    padding: .3rem 1rem;
    background: #fbf7f1;
}

.ec-shelfGrid__item h2 {
    color: #521a1e;
    font-size: 100%;
    letter-spacing: 0;
    text-align: left;
    border-left: 4px solid #884141;
    padding:0 0 0 .5rem;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
    margin-bottom: 2rem;
    width: 100%;
}

.ec-shelfGrid__item-image img {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.ec-shelfGrid__item p {
    margin-bottom: 1.2rem;
}

.ec-searchnavRole .ec-searchnavRole__infos {
    color: inherit;
    font-size: 100%;
}
.ec-topicpath {
    border-top: npne;
    border-bottom: 1px dotted #e7ded9;
    color: #280404;
    font-size: 80%;
    padding: 1rem;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px){
    .ec-searchnavRole .ec-searchnavRole__infos {
        border-top: none;
    }
}

@media only screen and (min-width: 768px){
    .ec-topicpath {
            padding:0 0 1rem;
    }
}

#page_homepage .ec-layoutRole__main {
    padding: 0;
}

.ec-productRole {
    font-size: 100%;
    line-height: 1.8;
}

.ec-productRole .ec-productRole__category {
    font-size: 90%;
}

.ec-productRole .ec-productRole__category ul {
    display: inline-block;
    list-style: none;
    padding: 0 1rem;
    margin: 0;
    background: #FFF;
    border-radius: 1rem;
}

    .ec-productRole .ec-productRole__title .ec-headingTitle {
      color: #884141;
      font-weight: 600;
      font-size: 18px;
      text-align: left;
      position: relative;
      padding: 0rem .5rem 1.5rem .5rem;
      border-bottom: 6px solid #e7ded9;
    }

    .ec-productRole .ec-productRole__title .ec-headingTitle:before {
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 20%;
      height: 6px;
      content: '';
      background: #884141;
    }
@media only screen and (min-width: 768px){
    .ec-productRole .ec-productRole__price {
        padding: 0;
        border-bottom: none;
    }
    .ec-layoutRole__main {
        padding: 3rem 0;
    }
    .ec-searchnavRole {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .ec-sliderItemRole .item_nav {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.ec-productRole .ec-productRole__tags {
    margin-top: 0px;
    padding: 0;
    padding-bottom: 0px;
    border-bottom: none;
}
.ec-productRole .ec-productRole__category a {
    color: #a33333;
}

.ec-productRole .ec-productRole__code {
    padding: 0;
    border-bottom: none;
}

.ec-sliderItemRole .slideThumb {
    text-align: center;
}

.ec-sliderItemRole .slideThumb img{
    width: 92%;
}


/*  Button  */
.ec-blockBtn--action {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 1rem 1rem;
    font-size: 15px;
    line-height: 1.42857;
    border-radius: .5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    width: 100%;
    height:auto;
    line-height:initial;
    background-color: #a33333;
}

.ec-blockBtn--action:hover,
a.ec-blockBtn--action:hover {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #eab62b;
}

.ec-favorite__btn {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: nomal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 1rem 1rem;
    font-size: 15px;
    line-height: 1.42857;
    border-radius: .5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    width: 100%;
    height:auto;
    line-height:initial;
    background-color: #a33333;
}

.ec-favorite__btn:hover,
a.ec-favorite__btn:hover {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #eab62b;
}

.ec-blockBtn--cancel {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: nomal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 1rem 1rem;
    font-size: 15px;
    line-height: 1.42857;
    border-radius: .5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    width: 100%;
    height:auto;
    line-height:initial;
    background-color: #a33333;
}

.ec-blockBtn--cancel:hover,
a.ec-blockBtn--cancel:hover {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #eab62b;
}

/* 各インフォページ
---------------------------------------------------*/

.info_wrap {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 3rem;
}
.tbl01 {
    border-collapse: collapse;
    width: 98%;
    margin: 1em auto;
}
.tbl01 th, .tbl01 td {
    font-weight: normal;
    padding: 1rem;
    border: 1px solid #e7ded9;
    vertical-align: top;
    text-align: left;
}
.tbl01 th {
    background: #f5f2f0;
    width: 20%;
}
.tbl01 td {
    background: #fff;
}
@media only screen and (max-width:480px) {
    .tbl01 th, .tbl01 td {
        display: block;
        width: auto;
        border-bottom: none;
    }
    .tbl01 tr:last-child {
        border-bottom: 1px solid #aaa;
    }
}

  /*プライバシーポリシー*/
  
  .privacy h3{
      padding: 1rem;
      margin: 0 0 1rem;
    font-weight: 600;
    font-size: 100%;
    background: #e7ded9;
  }
  .privacy .privacy_inr p{
    padding: 0 2rem;
    margin-bottom: 1rem;
  }
  .privacy .privacy_inr {
    margin: 0 0 4rem;
  }
/*当サイトについて*/
.sitepolicy dl {
  display: flex;
  width: 100%;
}

.sitepolicy dt {
  background: #e7ded9;
    padding: 1rem 1rem .5rem;
  width: 20%;
}
  
.sitepolicy dd {
padding: 1rem 1rem .5rem;
  margin-inline-start: 1rem;
  width: 80%;
}

@media only screen and (min-width:480px) {
.sitepolicy dd {
  border-bottom: 1px solid #e7ded9;
  }
}
@media only screen and (max-width:480px) {
  .sitepolicy dl {
  display: block;
  }
  .sitepolicy dt {
    width: auto;
    padding: 1rem 1rem .5rem;
    margin-bottom: 1rem;
  }
  .sitepolicy dd {
    padding: 0;
    border-bottom: none;
  }
}
/*お問い合わせ*/
.ec-contactRole{
    font-size: 100%;
}
.ec-label {
    font-weight: normal;
}

@media only screen and (min-width: 768px){
    .ec-borderedDefs dt {
        width: 20%;
    }
    .ec-borderedDefs dd {
        width: 80%;
    }
}

/* マイページ 
---------------------------------------------------*/
.ec-mypageRole {
    font-size: 100%;
    width: 100%;
    max-width: 1080px;
}
/*
input#entry_email_first{
    background: #FFFFBB;
}*/
.ec-orderRole,
.ec-registerRole,
.ec-historyRole .ec-historyRole__contents,
.ec-mypageRole,
.ec-cartRole,
.ec-withdrawRole .ec-withdrawRole__title,
.ec-registerCompleteRole,
.ec-withdrawRole .ec-withdrawRole__description,
.ec-welcomeMsg{
    color:#521a1e;
}

/*  レビュー
---------------------------------*/
#product_review_area {
    padding-bottom: 0;
    max-width: 1080px;
    margin: 0 auto 20px;
}

.ec-rectHeading h4{
    font-size: 15px;
    padding: 1.5rem 2rem;
}
.reviewContent {
    margin-bottom: 4rem;/*  ☆---------------------------------*/
}

.ec-blockTopBtn{
    background: #521a1e;
}

/* フェードイン 
---------------------------------------------------*/
/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-30px);}
.downup {transform: translateY(30px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(50px);}
.slide-left {transform: translateX(-50px);}


.fade-in01{ 
  font-size:40px;
  opacity:0;
  animation-name: sample01; /*←@keyframesにも同じ名前を記述*/
  animation-duration: 8s; 
  animation-fill-mode: forwards; 
}
@keyframes sample01 {  /*←animation-nameにも同じ名前を記述*/
0% {
  opacity: 0;
  color:#000;
}
90% {
 opacity: 1;
 color:#000;
}
 100% {
  opacity: 1;
  color:#00f;
} 
}

.ec-totalBox {
    background: #FFF;
}
.ec-rectHeading h1,.ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6{
    border-left: 5px solid #000;
    color: #521a1e;
    background: #e7ded9;
}
.ec-orderPayment,
.ec-orderDelivery {
    margin-bottom: 2rem;
}
.attention {
    padding: 2rem;
    background: #FFF;
    font-size: 14px;
}

.attention div{
    margin-bottom: 2rem;
}

.attention div:last-child {
    margin-bottom: 0rem;
}

.ec-cartHeader .ec-cartHeader__label {
    font-size: 15px;
    padding: 1rem;
    border-right: 1px solid #F2EDEA;
    background: #FFF;
}









/*  
---------------------------------*/


.ec-newItemRole a {
    color: #000;
}

.ec-shelfGrid .ec-shelfGrid__item-image img{
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.ec-productRole__description {
    margin-top: 4rem;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
    padding: 0 0 10rem;
}