@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body,
.ec-price,
.ec-price_in,
.ec-footerGuide .ec-footerGuide__itemText h3,
.ec-productItemRole .ec-productItemRole__image .productItem_stockout {
  font-family: ten-mincho-text, serif;
}

.ec-layoutRole .ec-headerRole {
  background-color: #ffffff;
  font-family: ten-mincho-text, serif;
}

.ec-layoutRole {
  padding-top: 165px;
}

.header-fixedmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 1001;
  background: #f7f7f7;
}
.header-fixedmenu h1 {
  float: left;
  margin: 0 0 0 35px;
  padding: 0;
  font-size: 0.8rem;
  line-height: 25px;  
}
.header-fixedmenu ul {
  margin: 0 50px 0 0;
  padding: 0;
  float: right;
  font-size: 0.8rem;
  line-height: 25px; 
}
.header-fixedmenu ul li {
  list-style: none;
  display: inline;
  margin: 0 0 0 34px;

}
.header-fixedmenu ul li a {
  color: #888888;
}

.smt-header-menu {
  display: none;
}

.ec-headerNav {
  color: #222222;
  height: 100%;
}
.ec-headerNav nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.ec-headerNav__item {
  margin-right: 40px;
  text-align: center;
}

.ec-headerRole .ec-headerRole__left .home-link a {
  transition: 0.3s;
}
.ec-headerRole .ec-headerRole__left .home-link a img {
  width: auto;
  height: 45px;
}

.ec-headerRole .ec-headerRole__left a {
  font-family: ten-mincho-text, serif;
}
body.scrolled .ec-headerRole .ec-headerRole__left .home-link a img {
  height: 20px;
}

.ec-headerMenu .ec-headerMenu__item {
  padding: 0;
}
.ec-headerMenu .ec-headerMenu__item > a {
  color: #222222;
  text-align: center;
  border-radius: 0;
  padding: 29px 20px;
}
body.scrolled .ec-headerMenu .ec-headerMenu__item > a {
  padding: 4px 20px;
}
.ec-headerMenu .ec-headerMenu__item > a:hover {
  background-color: rgba(0,0,0,1);
  color: #ffffff;
}

.ec-headerNav__item.has-submenu .submenu {
  padding-top: 38px;
}
body.scrolled .ec-headerNav__item.has-submenu .submenu {
  padding-top: 12px;
}
.ec-headerNav__item.has-submenu .submenu__body {
  background: #000000;
  padding: 30px;
}
.ec-headerNav__item.has-submenu .submenu__body .row {
  margin-bottom: 10px;
}
.ec-headerNav__item.has-submenu .submenu__body .row .col-sm-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.ec-layoutRole .ec-layoutRole__header {
  top: 25px;
}

.ec-headerTitle a img {
  max-height: 70px;
  padding: 7px 0;
}

.mainvisual {
  padding-top: 125px;
}
.head-add {
  text-align: center;
  background: #f7f7f7;
}
.head-add p {
  margin: 0;
  padding: 6px 0;
  font-size: 1rem;
}

.video_cover {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  height: 56.2037vw;
  z-index: 1000;
}

.campaign-area {
  text-align: center;
  padding: 30px 0;
}
.campaign-area p {
  margin: 0;
  font-size: 0.95rem;
}
.campaign-area a {
  color: #000000;
}
.campaign-area img {
  width: inherit;
  max-width: 100%;
}

.pickup-area {
  background: #f7f7f7;
  padding: 50px 0 60px;
  margin-bottom: 95px;
}
.pickup-area .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  font-family: ten-mincho-text, serif;
}
.pickup-area .inner h2 {
  font-size: 2rem;
}
.pickup-area .inner .borderline {
  border-bottom: 1px solid #222222;
  width: 60px;
  margin: 10px auto;
}
.pickup-area .inner .col-xs-12 {
  padding-bottom: 10px;
}

.content-area {
  width: 100%;
  font-family: ten-mincho-text, serif;
}
.content-area .content1 {
  background: url('../img/top/content_01.jpg') right center no-repeat;
  background-size: 70%;
  min-height: 520px;
  overflow: hidden;
  opacity: 0;
}
.content-area .content2 {
  background: url('../img/top/content_03.jpg') left center no-repeat;
  background-size: 70%;
  min-height: 520px;
  overflow: hidden;
  opacity: 0;
}
.content-area .content3 {
  background: url('../img/top/content_03.jpg') right center no-repeat;
  background-size: 70%;
  min-height: 520px;
  overflow: hidden;
  opacity: 0;
}
.fadein-bg {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.content-area .content1 .content-inner,
.content-area .content3 .content-inner {
  position: relative;
  left: 17%;
  padding-top: 45px;
  text-shadow: 0 0 2px #ffffff;
}
.content-area .content2 .content-inner {
  position: relative;
  left: 60%;
  padding-top: 45px;
  text-shadow: 0 0 2px #ffffff; 
}
.content-area .content-inner h3 {
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.content-area .content-inner h3 small {
  font-size: 45%;
  letter-spacing: 1px;
  color: #222222;
}
.content-area .content-inner .borderline {
  border-bottom: 1px solid #222222;
  width: 60px;
  margin: 0 0 15px;
}
.content-area .content-inner p {
  font-size: 19px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.content-area .content-inner a {
  max-width: 330px;
  padding: 15px;
  text-align: center;
  border: 1px solid #222222;
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  color: #222222;
}

.guaranteed-area {
  background: url('../img/top/bg_white.jpg') no-repeat;
  background-size: cover;
  margin: 80px 0;
}
.guaranteed-area .inner {
  max-width: 840px;
  min-height: 310px;
  margin: 0 auto;
  display: flex;
}
.guaranteed-area .inner .img-col {
  padding: 75px 0 0 0;
}
.guaranteed-area .inner .img-col img {
  width: auto;
}
.guaranteed-area .inner .text-col {
  padding: 25px 0 0 0;
  font-family: ten-mincho-text, serif;
}
.guaranteed-area .inner .text-col h2 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  border-bottom: 1px solid #222222;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: inline-flex;
}
.guaranteed-area .inner .text-col h2 a {
  color: #222222;
}
.guaranteed-area .inner .text-col p {
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.category-area {
  text-align: center;
  font-family: ten-mincho-text, serif;
}
.category-area .inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 30px 20px;
}
.category-area .inner h2 {
  font-size: 2rem;
  letter-spacing: 2px;
}
.category-area .inner .borderline {
  border-bottom: 1px solid #222222;
  width: 60px;
  margin: 0 auto 15px;
}
.category-area .inner p {
  margin-bottom: 35px;
}
.category-area .inner .row {
  margin-left: -8px;
  margin-right: -8px;
}
.category-area .inner .row div {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
}

.ec-featuredProductsRole {
  background-color: #ffffff;
}
.ec-featuredProductsRole .ec-productItemRole__content p {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c0c0c0;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  color: #868686;
}
.ec-productItemRole .ec-productItemRole__content .productItem_name {
  font-size: 1.1rem;
  line-height: 1.4;
}

.ec-secHeading .ec-secHeading__maintitle {
  font-family: ten-mincho-text, serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 2px;
}
.ec-secHeading .borderline {
  border-bottom: 1px solid #222222;
  width: 60px;
  margin: 10px auto 15px; 
}

.ni-pageHeader {
  text-align: center;
  font-family: ten-mincho-text, serif;
}

.ec-shelfGrid a {
  color: #222222;
}
.ec-shelfGrid a:hover {
  text-decoration: none;
}

.ec-shelfGrid__item .productItem_price {
  font-size: 1.2rem;
  color: #444444;
}

.ec-shelfGrid__item .ec-price_in:before {
  content: none;
}

.productItem_price p {
    font-size: 0.933rem;
    margin: 10px 0;
}

.area-title {
  font-family: ten-mincho-text, serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 2px;
  padding-top: 50px;
}
.borderline {
  border-bottom: 1px solid #222222;
  width: 60px;
  margin: 10px auto 15px; 
}

.ec-newsRole {
  max-width: 680px;
  margin: 0 auto 15px;
}

.ec-topicpath .ec-topicpath__item.titleLabel,
.ec-childCategoryRole ul li.titleLabel {
  font-family: ten-mincho-text, serif;
}

#campaign-area {
  width: 100%;
  font-family: didot, serif;
  color: #000000;
}
#campaign-area .content1 {
  background: url('../img/campaign/op_image01.jpg') left top no-repeat;
  background-size: 90%;
  min-height: 785px;
  overflow: hidden;
  opacity: 0;
  position: relative;
}
#campaign-area .content2 {
  background: url('../img/campaign/op_image02.jpg') right top no-repeat;
  background-size: 90%;
  min-height: 785px;
  overflow: hidden;
  opacity: 0;
  position: relative;
}
#campaign-area .content3 {
  background: url('../img/campaign/op_image03.jpg') left top no-repeat;
  background-size: 90%;
  min-height: 785px;
  overflow: hidden;
  opacity: 0;
  position: relative;
}
#campaign-area .content1 .content-inner {
  position: absolute;
  top: 550px;
  right: 3%;
  text-align: right;
}
#campaign-area .content2 .content-inner {
  position: absolute;
  top: 350px;
  left: 0%;
}
#campaign-area .content3 .content-inner {
  position: absolute;
  top: 60px;
  right: 3%;
}
#campaign-area .content-inner h3 {
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 1.4;
  font-style: italic;
}
#campaignarea .content-inner h3 small {
  font-size: 45%;
  letter-spacing: 1px;
  color: #222222;
}
#campaign-area .content-inner .borderline {
  border-bottom: 1px solid #222222;
  width: 60px;
  margin: 0 0 15px;
}
#campaign-area .content-inner p {
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.ec-productRole .ec-productRole__freearea {
  margin-bottom: 30px;
}

.ec-productRole .ec-productRole__category {
  width: 60%;
  margin: 0 auto 60px;
}

#page_user_data .pickup-area {
  background: #ffffff;
  padding-top: 0;
}

#page_homepage .ec-layoutRole__footer {
  margin-top: 0;
}

.page-title-area {
  padding: 0 0 50px;
  text-align: center;
}
.page-title-area h2 {
  
}

#a-content1 {
  margin-bottom: 95px;
  opacity: 0;
}
#a-content2 {
  width: 100%;
  opacity: 0;
}
#a-content2 div {
  position: relative;
  height: 240px;
}
#a-content2 p {
  max-width: 460px;
  letter-spacing: 1px;
  position: absolute;
  top: 15px;
  right: 8%;
}
#a-content3 {
  width: 100%;
  opacity: 0;
}
#a-content3 div {
  position: relative;
  height: 240px;
}
#a-content3 p {
  max-width: 650px;
  letter-spacing: 1px;
  position: absolute;
  top: 15px;
  left: 9%
}

.ec-newsRole__newsDescription {
  max-width: 100%;
}
.ec-newsRole__newsDescription img {
  max-width: 100%;
}

.press-title {
  margin: 15px 0;
  font-size: 140%;
}

.footerbanner-area2 {
  background: #f7f7f7;
}
.footerbanner-area1 .inner {
  padding: 45px 20px 25px;
  max-width: 840px;
  margin: 0 auto;
}
.footerbanner-area1 .inner img {
  margin-bottom: 20px;
}
.footerbanner-area2 .inner {
  padding: 25px 20px 5px;
  max-width: 840px;
  margin: 0 auto;
}
.footerbanner-area2 .inner img {
  margin-bottom: 20px;
}

.footer-navi {
  margin: 0 auto;
  padding: 0;
}
.footer-navi li {
  display: inline;
  margin: 0 13px 10px;
  padding: 0;
  list-style: none none;
}
.footer-navi li a {
  color: #aaaaaa;
}
.ec-footerTitle {
  padding: 30px 0 !important;
}

.ec-footerTitle .ec-footerTitle__copyright {
  font-family: ten-mincho-text, serif;
}

@media screen and (min-width: 768px) {
  .ec-cartNavi .ec-cartNavi__badge {
    top: 20px;
    right: 15px;
  }
  .scrolled .ec-cartNavi .ec-cartNavi__badge {
    top: 0px;
  }
  .pickup-area .inner .col-sm-6 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .ec-layoutRole .ec-layoutRole__header {
    top: 30px;
  }
  .header-fixedmenu {
    height: 30px;
  }
  .ec-headerRole .ec-headerRole__left {
    display: block;
    padding-left: 10px;
  }
  .ec-headerRole .ec-headerRole__left .home-link a img {
    height: 20px;
  }
  .ec-headerRole .ec-headerRole__center {
    justify-content: center; 
  }
  .ec-headerTitle a img {
    padding: 3px 0;
  }
  .ec-headerMenu .ec-headerMenu__item > a,
  body.scrolled .ec-headerMenu .ec-headerMenu__item > a {
    padding: 4px 15px;
  }
  .ec-headerNav__item {
    margin-right: 30px;
  }
  .header-fixedmenu ul {
    margin-right: 30px;
  }
  .header-fixedmenu ul li {
    font-size: 14px;
    line-height: 30px;
  }
  .ec-drawerButton {
    display: none;
  }
  .ec-layoutRole {
    padding-top: 80px;
  }
  .mainvisual {
    padding-top: 0;
  }
  .video_cover {
    top: 0;
  }
  .campaign-area {
    padding: 15px;
  }
  .content-area .content1,
  .content-area .content2,
  .content-area .content3 {
    min-height: 410px;
  }
  .content-area .content1 .content-inner,
  .content-area .content3 .content-inner {
    left: 7%;  
  }
  .content-area .content2 .content-inner {
    left: 50%;
  }
  .guaranteed-area .inner .img-col img {
    margin: 10px auto;
  }
}

@media screen and (max-width: 767px) {
  .header-fixedmenu {
    display: none;
  }
  .ec-layoutRole {
    padding-top: 133px;
    overflow: hidden;
  }
  .ec-layoutRole .ec-layoutRole__header {
    top: 0;
    height: 73px;
  }
  
  .ec-headerRole {
    height: 73px;
  }
  
  .ec-headerRole .ec-headerRole__left {
    display: flex;
    flex: 1 1 auto;
    padding-left: 28px;
    justify-content: flex-start;
  }
  
  .ec-headerRole .ec-headerRole__center {
    justify-content: center;
  }

  .ec-headerTitle a img {
    padding: 0;
    width: 100px;
    max-height: none;
    height: auto;
  }
  
  .smt-header-menu {
    display: block;
    height: 60px;
    background: #141517;
    position: absolute;
    top: 73px;
    width: 100%;
  }
  .smt-header-menu .row {
    margin: 0;
  }
  .smt-header-menu .col-xs-3 {
    padding: 0;
  }
  .smt-header-menu img {
    height: 32px;
    margin: 17px auto 0;
  }
  
  .ec-headerRole .ec-headerRole__right {
    padding-right: 28px;
  }
  .ec-headerMenu .ec-headerMenu__item > a,
  body.scrolled .ec-headerMenu .ec-headerMenu__item > a {
    padding: 0 !important;
  }
  .ec-headerMenu .ec-headerMenu__item > a img {
    width: 37px;
    height: 39px;
  }
  
  .ec-drawerButton {
    padding: 0;
    width: 37px;
    height: 73px;
    display: flex;
    align-items: center;
  }
  .ec-drawerButton img {
    height: 39px;
  }
  .ec-drawerRole {
    height: calc(100vh - 70px);
    padding: 5px 0 70px;
    z-index: 2000;
    top: 73px;
    background: rgba(255,255,255,0.95);
    color: #000000;
  }
  .ec-drawerRole.is-active {
    top: 73px;
  }
  .ec-drawerButton .burger,
  .ec-drawerButton .burger::before,
  .ec-drawerButton .burger::after {
    background-color: #222222;
  }
  .ec-drawerMenu {
    
  }
  .ec-drawerMenu .ec-drawerMenu__item a {
    padding: 1rem 0;
    font-size: 1.2rem;
    padding-left: 20px;
    border-top: 1px solid #cccccc;
  }
  .ec-drawerMenu .ec-drawerMenu__item a:before {
    font-family: "jeiafont";
    content: "\e902";
    margin-right: 10px;
    font-size: 0.9rem;
  }
  .ec-drawerMenu .ec-drawerMenu__category .categoyOpenBtn::after {
    top: 1em;
  }
  .ec-headerSearch__body {
    padding: 0 20px;
  }
  .sp-menu-notice {
    padding: 15px 20px 30px;
  }
  .sp-menu-notice img {
    max-width: 100%;
  }
  .ec-drawerMenu .ec-drawerMenu__category ul li a {
    padding: 10px;
    border: none;
  }
  .ec-drawerMenu .ec-drawerMenu__category ul.parent > li > a::before {
    content: none;
    margin: 0;
  }
  .ec-drawerMenu .ec-drawerMenu__category ul.parent {
    margin-bottom: 0;
  }
  .ec-drawerMenu .ec-drawerMenu__item.has-category {
    border: none;
  }
  
  .ec-drawerMenu.footerNav {
    margin-top: 0;
  }
  
  .ec-headerNav {
    display: none;
  }
  
  .mainvisual {
   padding-top: 0px; 
  }
  .video_cover {
    top: 133px;
  }
  .campaign-area {
    padding: 25px 15px;
  }
  .pickup-area {
    margin-bottom: 40px;
    padding: 20px 0 40px;
  }
  .content-area .content1,
  .content-area .content2,
  .content-area .content3 {
    height: auto;
    background-position: center top;
    background-size: 100%;
  }
  .content-area .content1 .content-inner,
  .content-area .content2 .content-inner,
  .content-area .content3 .content-inner {
    top: 0;
    left: 0;
    right: 0;
    margin: 50% 0 0 3%;
    padding: 0;
    height: auto;
  }
  .content-area .content-inner a {
    width: 100%;
    margin-bottom: 100px;
  }
  .guaranteed-area {
    margin: 0;
  }
  .guaranteed-area .inner {
    display: block;
    padding: 0 20px 20px;
  }
  .guaranteed-area .inner .img-col {
    padding-top: 25px;
  }
  .guaranteed-area .inner .img-col img {
    margin: 0 auto;
  }
  .guaranteed-area .inner .text-col {
    padding: 10px 0 0;
  }
  #campaign-area {
    margin-top: 15px;
  }
  #campaign-area .content1 {
    background-size: 100%;
    min-height: 485px;
  }
  #campaign-area .content2 {
    background-size: 100%;
    min-height: 550px;
  }
  #campaign-area .content3 {
    background-size: 100%;
    min-height: 450px;
  }
  #campaign-area .content1 .content-inner {
    position: absolute;
    top: 160px;
    left: 0;
    text-align: right;
  }
  #campaign-area .content2 .content-inner {
    position: absolute;
    top: 160px;
    left: 0;
  }
  #campaign-area .content3 .content-inner {
    position: absolute;
    top: 160px;
    left: 0;
  }
  #campaign-area .content-inner h3 {
    font-size: 60px;
  }
  #campaignarea .content-inner h3 small {
    font-size: 45%;
  }
  #campaign-area .content-inner p {
    font-size: 18px;
  }
  .ec-childCategoryRole {
    display: none;
  }
  .ec-shelfGrid {
    margin-top: 0;
  }
  .ec-productRole .ec-productRole__cartinRow .ec-productRole__btn {
    max-width: 100%;
  }
  .ec-productRole .ec-productRole__category {
    width: 100%;
  }
  
  #a-content2 div {
    position: relative;
    height: auto;
    padding: 15px 15px 60px;
  }
  #a-content2 p {
    width: auto;
    position: static;
    top: 0;
    right: 0;
  }
  #a-content3 div {
    position: relative;
    height: auto;
    padding: 15px 15px 60px;
  }
  #a-content3 p {
    width: auto;
    position: static;
    top: 0;
    left: 0;
  }
  
  .holistic-notice ul {
    padding-left: 0;
  }
  
  .page-title-area {
    padding: 25px 0;
  }
  
  .ec-cartRole .ec-cartRole__cart + .ec-cartRole__progress {
    font-size: 0.9rem;
  }
  
  .footer-navi li {
    display: block;
    text-align: center;
  }
  .ec-footerTitle .ec-footerTitle__copyright {
    font-size: 10px;
  }
}