*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul{
  padding-left: 0;
  list-style: none;
  margin: 0;
}
ol{
  list-style: decimal;
  padding-left: 1.25em;
}
ol li+li{
  margin-top: 1em;
}

img{
  max-width: 100%;
  vertical-align: middle;
}
html{
  font-size: 62.5%;
}
body{
  background-color: #FFF;
  font-size: 1.6rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  line-height: 2;
  color: #521D05;
}
a:link, a:visited{
  color: #521D05;
  text-decoration: none;
}
a:hover, a:active{
  color: #521D05;
  opacity: .7;
  transition: all .2s;
}

.wrapper{
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.4vw;
  padding-right: 2.4vw;
}

i.icon-cart{
  display: flex;
  align-items: center;
  font-style: normal;
}
i.icon-cart::before{
  content: "";
  background: url(../img/top/icon_cart.png) no-repeat;
  width: 18px;
  height: 18px;
  margin-right: .5em;
  display: block;
}

h1 {
  margin: 0;
}
.sp { display:none;}
/*ポップアップ */

.popup {

	position: fixed;
  
	left: 0;
  
	top: 0;
  
	width: 100%;
  
	height: 100%;
  
	z-index: 9999;
  
	opacity: 0;
  
	visibility: hidden;
  
	transition: .6s;
  
  }
  
  .popup.is-show {
  
	opacity: 1;
  
	visibility: visible;
  
  }
  
  .popup-inner {
  
	position: absolute;
  
	left: 50%;
  
	top: 50%;
  
	transform: translate(-50%,-50%);
  
	width: 80%;
  
	max-width: 600px;
  
	padding: 50px;
  
	background-color: #fff;
  
	z-index: 2;
  
  }
  
  .popup-inner a:hover {
  
	  text-decoration: none;
  
  }
  
  .popup-txt {
  
	  color: #333;
  
	  line-height: 2.0;
  
  }
  
  .close-btn {
  
	position: absolute;
  
	right: 0;
  
	top: 0;
  
	width: 50px;
  
	height: 50px;
  
	line-height: 50px;
  
	text-align: center;
  
	cursor: pointer;
  
	  font-size: 40px;
  
  }
  
  .black-background {
  
	position: absolute;
  
	left: 0;
  
	top: 0;
  
	width: 100%;
  
	height: 100%;
  
	background-color: rgba(0,0,0,.8);
  
	z-index: 1;
  
	cursor: pointer;
  
  }
  
  /*ポップアップここまで */
  
  .ec-totalBox__btn .ec-blockBtn--cancel {
	  background-color: #fff;
	  color: #000!important;
  }
  
  
  
  /* header */
  
  #header.global {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2.4vw;
    padding-right: 2.4vw;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: rgba(255,255,255,.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
  
  .ec-headerNav {
	  display: flex;
  }
  
  .ec-headerNaviRole {
	  max-width: 1180px;
	  padding: 25px 20px;
  }
  
  .ec-headerNav {
	  display: flex;
  }
  
  .ec-headerNaviRole .ec-headerNaviRole__nav a {
	  display: flex;
  }
  
  .ec-headerNaviRole .ec-headerNaviRole__search {
	  margin-top: 0px;
  }
  
  .ec-headerNav .ec-headerNav__itemLink {
	  flex-shrink: 0;
    color: #521D05;
  }
  
  .ec-headerNaviRole .ec-headerNaviRole__left {
	  width: auto;
  }
  
  .ec-headerNaviRole__left h1 {
  
	  margin: 0;
  
  }
  
  .ec-headerNaviRole__left h1 img {
  
	  width: auto;
  
  }

  .ec-headerNav .ec-headerNav__itemIcon {
    color: #521D05;
  }
  
  .ec_icon {
  
	  display: flex;
  
	  align-items: center;
  
  }
  
  .ec_menu {
  
	  margin-top: 15px;
  
  }
  
  #header.global nav > ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
#header.global nav > ul > li+li{
    margin-left: 2.4vw;
}
#header.global nav .children{
    font-size: 1.4rem;
    display: none;
    position: absolute;
    background: url(../img/top/bg_menu.png) no-repeat top center;
	background-size: cover;
    padding: 15px 30px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
}
#header.global nav .ichigo:hover .children{
    display: block;
}
#header.global nav .children li{
    background: url(../img/top/bg_maru.png) no-repeat left 0 top .75em;
    padding-left: .75em;
}


  /* mv_wrap  */
  
  
  
  .mv_wrap {
	  background-image: url(../img/top/top/mv_pic.jpg);
	  width: 100vw;
	  margin-left: calc(50% - 50vw);
	  height: 600px;
	  background-repeat: no-repeat;
	  background-position: top center;
	  background-size: cover;
	  position: relative;
  }
  
  .mv_catch {
	  position: absolute;
	  transform: translate(-50%,-50%);
	  top: 50%;
	  left: 50%;
  }
  
  .mv_wrap2 {
	  height: 300px;
	  width: 100%;
	  background-repeat: no-repeat;
	  background-position: top center;
	  background-size: cover;
  }
  .pic1 {
	  background-image: url(../img/top/top/page_pic1.jpg);
  }
  .pic2 {
	  background-image: url(../img/top/top/page_pic2.jpg);
  }
  .pic3 {
	  background-image: url(../img/top/top/page_pic3.jpg);
  }
  .pic4 {
	  background-image: url(../img/top/top/page_pic4.jpg);
  }
  .pic5 {
	  background-image: url(../img/top/top/page_pic5.jpg);
  }
  .pic6 {
	  background-image: url(../img/top/top/page_pic6.jpg);
  }
  .pic7 {
	  background-image: url(../img/top/top/page_pic7.jpg);
  }
  .pic8 {
	  background-image: url(../img/top/top/page_pic8.jpg);
  }
  .pic9 {
	  background-image: url(../img/top/top/page_pic9.jpg);
  }
  .pic10 {
	  background-image: url(../img/top/top/page_pic10.jpg);
  }
  
  
  
  /* main */
  
  .ec-wrap {
	  overflow: hidden;
  }
  
  .ec-layoutRole .ec-layoutRole__contents {
  
	  max-width: 1180px;
  
	  padding: 0 20px;
    margin: 150px auto 100px;
  
  }
  
  .ec-role {
  
	  max-width: 1140px;
  
	  padding: 0;
  
  }
  
  .ec-subtitle {
  
	  margin-bottom: 50px;
  
	  display: flex;
  
	  align-items: center;
  
  }
  
  .ec-more {
  
	  margin-left: auto;
	  margin-right: 5px;
  
  }
  
  .ec-more a {
  
	  color: #000;
  
  } 
  
  .ec-morebtn {
  
	  display: inline-block;
  
	  vertical-align: middle;
  
	  margin-left: 15px;
  
	  border-radius: 50%;
  
	  width: 20px;
  
	  height: 20px;
  
	  color: white;
  
	  text-align: center;
  
	  background: black;
  
	  cursor: pointer;
  
	  line-height: 1.35;
  
	  transform: rotate(-90deg);
  
  }

  
  .ec-secHeading {
  
	  margin-top: 0px;
  
	  margin-bottom: 0px;
  
  }
  
  .ec-secHeading .ec-secHeading__en {
  
	  font-size: 30px;
    font-weight: normal;
	  letter-spacing: 1px;
	  color: #521D05;
  }
  
  .ec-secHeading .ec-secHeading__line {
  
	  width: auto;
  
	  height: auto;
  
	  background: unset;
  
	  font-size: 16px;
  
  }
  
  .ec-secHeading .ec-secHeading__line {
  
	  margin: 0 10px 0 70px;
  
  }
  
  .ec-secHeading .ec-secHeading__ja {
  
	  vertical-align: baseline;
  
  }
  
  
  
  /* news */
  
  .ec-newsRole .ec-role {
	  max-width: 1180px;
	  padding: 0 20px;
  }
  
  .ec-newItemRole {
  
	  padding: 0 0 20px;
  
  }
  
  .ec-newsRole .ec-subtitle {
  
	  border-bottom: 1px solid #521D05;
  
	  padding-bottom: 25px;
  
	  margin-bottom: 25px;
  
  }
  
  .ec-newsRole .ec-newsRole__news {
  
	  border: none;
  
	  padding: 0px;
  
  }
  
  .ec-newsRole .ec-newsRole__newsItem {
  
	  padding: 0px;
  
	  margin-bottom: 25px;
  
  }
  
  .ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
  
	  border-bottom: 0px;
  
  }
  
  .ec-newsRole {
  
	  width: 100vw;
  
	  margin-left: calc(50% - 50vw);
  
	  background: #EEEEEE;
  
	  padding: 80px 0;
  
  }
  
  .ec-newsRole .ec-newsRole__newsHeading {
  
	  align-items: baseline;
  
  }
  
  .ec-newsRole .ec-newsRole__newsDate {
  
	  font-weight: bold;
  
  }
  
  
  
  /* pickup */
  
  
  
  .ec-shelfRole {
  
	  padding-left: 0px;
  
	  padding-right: 0px;
  
	  margin-bottom: 50px;
  
	  margin-top: 80px;
  
	  max-width: 1180px;
  
  }
  
  .ec-shelfGrid {
  
	  margin-bottom: 0px;
  
  }
  
  .ec-shelfGrid__item dl {
  
	  margin-bottom: 0px;
  
	  margin-top: 1rem;
    font-family: sans-serif;
  
  }
  
  .item_price {
  
	  margin-bottom: 0px;
  
	  margin-top: 5px;
  
  }
  
  .item_price span {
  
	  font-size: 13px;
  
  }
  
  .ec-shelfGrid .ec-shelfGrid__item { 
  
	  margin-bottom: 30px;
  
  }
  
  
  
  /* concept */
  
  .ec_concept .ec-role {
	  max-width: 1180px;
	  padding: 0 20px;
  }
  
  
  .ec_concept {
  
	  width: 100vw;
  
	  margin-left: calc(50% - 50vw);
  
	  padding: 100px 0;
  
	  background-image: url(../img/top/top/concept_back.png);
  
	  background-repeat: no-repeat;
  
	  background-position: center center;
  
  
  }
  
  .ec_concept .ec-subtitle {
  
	  margin-bottom: 30px;
  
  }
  
  .ec_concept .ec-role {
  
	  display: flex;
  
	  align-items: center;	
  
  }
  
  
  
  .ec_concept .ec-role .ec-secHeading .ec-secHeading__en {
  
	  color: #fff;
  
  }
  .ec_concept .ec-role .ec-secHeading .ec-secHeading__ja {
  
	  color: #fff;
  
  }
  
  .ec_concept .ec-role h3 {
  
  
	  font-size: 30px;
  
	  margin-top: 30px;
  
	  margin-bottom: 30px;
  
	  line-height: 1.7;
  
	  font-weight: bold;
  
	  color: #fff;
  
  }
  
  .ec_concept_right {
  
	  margin-left: auto;
  
  }
  
  .ec_concept_right p {
  
	  margin-top: 30px;
  
	  line-height: 1.7;
  
	  color: #fff;
  
  }
  
  
  
  /* footer */
  .f_wrap{
    background-color: #F9F8F7;
    padding: 80px 0;
	background: url(../img/top/bg_index1.jpg) no-repeat top left 50% / 100% auto;
}
.f_wrap .wrapper{
    display: flex;
    justify-content: space-between;
}
#footer.global nav{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.f_banner{
    text-align: right;
}
#footer.global nav ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 1em 0;
}
#footer.global nav ul li+li{
    margin-left: 3.6vw;
}
.f_left{
 width: 30%;
}
.address{
    font-style: normal;
    font-size: 1.2rem;
    margin-top: 30px;
}
.copy{
    background-color: #521D05;
    padding: 20px 0;
}
.copy ul{
    display: flex;
    justify-content: center;
}
#pagetop{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
}

  
  
  .ec-footerRole {
  
	  padding-top: 80px;
  
	  margin-top: 0px;
  
	  border: 0px;
	  background: url(../img/top/top/bg_menu.png)  no-repeat center center/cover;
  
  }
  
  .ec-footerRole .ec-footerRole__inner {
  
	  max-width: 1180px;
  
	  padding: 0 20px;
  
	  color: #521D05;
  
  }
  
  .ec-footerRole .ec-footerRole__inner img {
  
	  width: auto;
  
  }
  
  .f-tel {
  
	  display: flex;
	  font-size: 15px;
	  margin-top: 40px;
  
  }
  
  .f-tel p:first-child {
	  margin-right: 10px;
  
  }
  
  .f-add {
  
	  display: flex;
    font-style: normal;
    font-size: 1.2rem;
    margin-top: 30px;
  
  }

  
  
  .f-add p {
  
    font-style: normal;
    font-size: 1.2rem;
    line-height: 2;
  }
  
  .ec-footerRole__inner {
  
	  display: flex;
  
  }
  
  .f-menu {
  
	  width: 220px;
  
	  margin-right: 30px;
  
	  margin-left: auto;
  
  }
  
  .f-menu2 {
  
	  width: 550px;
  
  }
  
  .f-menuin {
  
	  display: flex;
  
  }
  
  
  .f-menuin ul {
  
	  width: 33%;
  
  }
  .f-menuin ul:first-child {
  
	  width: 25%;
  
  }
  
  .f-menutitle {
  
	 
	  padding-bottom: 20px;
  
	  margin-bottom: 20px;
  
	  border-bottom: 1px solid #521D05;
  
	  color: #521D05;
    font-weight: 600;
  
  }

  .ec-footerNavi .ec-footerNavi__link a {
	color: #521D05;
	text-decoration: none;
  }
  
  .ec-footerRole__inner {
  
		color: #521D05;
  
  }
  
  .ec-footerRole__inner ul {
  
	  list-style-type: none;
  
	  padding-left: 0;
  
  }
  
  .ec-footerRole__inner ul a {
  
	color: #521D05;
  
  }
  
  .ec-footerRole__inner ul li {
  
	  margin-bottom: 15px;
	  display: flex;
  
  }
  
  .ec-footerRole__inner ul li::before {
  
	  content: "-";
  
	  margin-right: 5px;
  
	  color: #521D05;
  
  }
  
  .ec-footerTitle__copyright {
		background-color: #521D05;
     padding: 20px 0;
     text-align: center;
  }
  
  .ec-footerTitle__copyright a {
  
	color: #99766C;
  
  }

.ec-orderPayment img {
	width: auto;
}

/*topへ戻るボタン*/
.ec-blockTopBtn {
  display: none;
  position: fixed;
  width: 72px;
  height: 112px;
  right: 0;
  bottom: 0px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  background: none;
	opacity: 1;
}
  .pc {
	  display: block;
  }
  .sp {
	  display: none;
  }
  
  /* page_contents */
  
  .page_contents {
	  margin-top: 0px;
	  margin-bottom: 60px;
  }
  .ec-searchnavRole {
	  max-width: 1140px;
	  padding: 0;
  }
  .ec-pageHeader h1 {
	  margin: 50px 0px 50px;
	  border: 0px;
	  padding: 0;
    font-weight: 400;
    color: #521D05;
  }

  .ec-pageHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ec-contactRole p {
	  margin: 0 0 20px;
    color: #521D05;
  }
  .ec-cartNavi .ec-cartNavi__price {
    vertical-align: top;
  }
  
  /* 商品一覧 */
  
  .ec-searchnavRole {
	  max-width: 1140px;
	  padding: 0;
  }
  .page_contents .ec-shelfRole {
	  margin-bottom: 0px;
	  margin-top: 0px;
  }
  .ec-searchnavRole .ec-searchnavRole__infos {
	  padding-left: 0px;
	  padding-right: 0px;
	  max-width: 1140px;
  }
  .ec-topicpath {
	  padding: 0 0 10px;
	  border: 0;
	  font-size: 16px;
  }
  .ec-blockBtn--action {
	  background-color: #E8F3FD;
	  border-color: #E8F3FD;
    color: #521D05 !important;
    font-family: sans-serif;
  }
  .ec-blockBtn--action:hover {
	  color: #fff;
	  background-color: #6a6a6a;
	  border-color: #e9e9e9;
  }

  .ec-blockBtn {
    font-family: sans-serif;
  }

  .ec-inlineBtn--action {
    background-color: #E8F3FD;
	  border-color: #E8F3FD;
    color: #521D05;
  }

  .ec-modal .ec-modal-wrap {
    font-family: sans-serif;
  }

  .ec-guest .ec-guest__actions a {
    font-family: sans-serif;
    color: #333;
  }
  
  /* 商品詳細 */
  
  .ec-blockBtn--cancel {
	  background-color: unset;
	  border: 1px solid #333;
	  color: #333;
    font-family: sans-serif;
  }
  .ec-blockBtn--cancel:hover {
	  background-color: unset;
	  border: 1px solid #333;
	  color: #333;
	  opacity: 0.7;
  }
  .ec-productRole__description {
	  margin-top: 30px;
  }
  .ec-productRole {
	  padding-left: 0px;
	  padding-right: 0px;
	  max-width: 1140px;
  }
  .ec-sliderItemRole {
	  padding-left: 0px;
	  padding-right: 30px;
	  max-width: 1140px;
  }
  .ec-productRole .ec-productRole__title .ec-headingTitle {
	  font-size: 25px;
	  padding-top: 20px;
    color: #521D05;
    font-weight: bold;
  }
  .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
	  margin-bottom:0px;
  }
  .ec-price .ec-price__price {
	  padding: 0 0.3em 0 0;
	  font-size: 22px;
  }
  .ec-productRole .ec-productRole__price {
	  border-bottom: 0px;
  }
  .ec-productRole .ec-productRole__tags {
	  margin: 0px;
	  padding: 0;
	  padding-bottom: 0px;
	  border-bottom: 0px dotted ;
  }
  .ec-productRole .ec-productRole__category {
	  border-bottom: 0px;
  }
  
.ec-productRole__profile {
  color: #521D05;
}
  
  /* お問合せ */
  
  .ec-contactRole {
	  padding-left: 0px;
	  padding-right: 0px;
	  max-width: 1140px;
  }
  
  .ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
	  width: 92%;
  }
  .ec-input textarea {
	  width: 92%;
  }
  
  
  
  .ec-off1Grid .ec-off1Grid__cell {
	  margin-left: 0px;
  }
  
  /* 特定商 */
  
  .ec-off1Grid .ec-off1Grid__cell {
	  width: 100%;
  }
  
  .ec-borderedDefs {
	  border-top: 0px dotted #ccc;
  }
  
  .ec-heading-bold {
	  margin-top: 20px;
	  margin-bottom: 20px;
  }
  
  .ec-borderedDefs dt {
	  line-height: 2.5;
	  padding: 25px 0;
	  width: 23%;
	  border-bottom: 1px solid #ccc;
  }
  
  .ec-borderedDefs dd {
	  line-height: 2.5;
	  width: 77%;
	  margin: 0px;
	  padding: 25px 0 25px 25px;
	  border-bottom: 1px dotted #ccc;
  }
  .ec-borderedDefs dl {
	  flex-wrap: nowrap;
	  padding: 0px;
	  border: 0px;
  }
  .ec-borderedDefs dl:first-child dt {
	  padding: 5px 0 25px;
  }
  .ec-borderedDefs dl:first-child dd {
	  padding: 5px 0 25px 25px;;
  }
  .ec-label {
	  margin-bottom: 0px;
    color: #521D05;
    font-weight: 400;
  }
  .table-size {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        margin: 15px 0 30px;
        
    }
    .table-size tr:first-child td {
        background-color: #f7f7f7;
    }
    .table-size th {
        width: 35%;
        padding: 15px 10px;
        background-color: #f7f7f7;
        border: 1px solid #ccc;
        font-weight: normal;
    }
    .table-size td {
	width: 35%;
        padding: 15px 10px;
        text-align: center;
        border: 1px solid #ccc;
    
    }
    .table-cool {
	width: 82%;
        table-layout: fixed;
        border-collapse: collapse;
        margin: 15px 0 15px;
    }
    .table-cool th {
        width: 35%;
        padding: 15px 10px;
        background-color: #f7f7f7;
        border: 1px solid #ccc;
        font-weight: normal;
    }
    .table-cool td {
	width: 35%;
        padding: 15px 10px;
        border: 1px solid #ccc;
        text-align: center;
    }
    .deliveryfee {
         width: 100%;
        border-collapse: collapse;
        margin: 15px 0 30px;
        table-layout: fixed;
    }
    .deliveryfee tr:first-child th {
        text-align: center;
    }
    .deliveryfee th {
        width: 100%;
        padding: 15px 10px;
        background-color: #f7f7f7;
        border: 1px solid #ccc;
        font-weight: normal;
    }
    .deliveryfee td {
        width: 20%;
        padding: 15px 10px;
        border: 1px solid #ccc;
        text-align: center;
    }
    
  
  
  /* プライバシーポリシー */
  
  .ec-privacy ol {
	  padding: 0 0 0 1em;
  }
  .ec-privacy ol li ol {
	  margin-top: 20px;
	  margin-bottom: 20px;
  }
  .ec-privacy ol li ol li {
	  margin-bottom: 20px;
	  list-style: circle;
  }
  .ec-privacy ol li ol li span {
	  margin-bottom: 10px;
  
  }
  .ec-off1Grid__cell {
	  margin-bottom: 20px;
  }
  .pri-title {
	  margin-bottom: 10px;
  }
  
  /* ご利用ガイド */
  
  .ec-guide h2 {
	  font-size: 22px;
	  font-weight: bold;
	  padding-top: 30px;
	  padding-bottom: 20px;
	  border-bottom: 1px solid #ccc;
	  margin: 0;
  }
  .ec-guide .ec-guidetitle {
	  padding-top: 0px;
  }
  .ec-guide-in h3 {
	  font-size: 16px;
	  font-weight: bold;
  }
  .ec-guide-in h4 {
	  font-size: 16px;
	  font-weight: bold;
	  margin-top: 1em;
  }
  .ec-guide p {
	  margin-top: 1em;
	  line-height: 1.7; 
  }
  .ec-guide ol li {
	  line-height: 1.7; 
  }
  .ec-notice {
	  color: red;
  }
  .pad {
	  display: none;
  }
  
  .ec-registerRole {
	  margin: 0;
	  padding-left: 0px;
	  padding-right: 0px;
	  max-width: 1140px;
  }
  
  
  @media (max-width: 1024px) {
  
  .ec-headerSearch .ec-headerSearch__keyword {
	  width: 180px;
  }
  .ec_concept {
	  background-size: cover;
  }
  .ec-footertitle {
	  margin-right: 15px;
  }
  
  .f-menu {
	  width: 140px;
	  margin-right: 15px;
  }
  .f-menu2 {
	  width: 350px;
  }
  .ec_menu nav ul li {
	  margin-left: 30px;
  }
  .ec_concept_left {
	  margin-right: 20px;
  }
  .ec_concept .ec-role h3 {
	  font-size: 25px;
  }
  .ec_concept_right {
	  width: 50%;
	  flex-shrink: 0;
  }
  
  .ec_concept_right p br {
	  display: none;
  }
  .f-tel {
	  flex-direction: column;
  }
  .f-add {
	  flex-direction: column;
  }
  .pad {
	  display: block;
  }
  
  }
  @media (max-width: 920px) {
  
  .ec-headerNav .ec-headerNav__item span {
	  display: none;
  }
  .ec_concept {
	  background-image: url(../img/top/top/concept_back3.png);
  }
  .ec_menu nav ul li {
	  margin-left: 15px;
	  font-size: 14px;
  }
  }
  
  @media (max-width: 767px) {
  .pc {
	  display: none;
  }
  .pad {
	  display: none;
  }
  
  .sp {
	  display: block;
  }
  .ec-cartNavi {
	  padding: 10px 0 0 10px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__right {
	  margin-right: 50px;
  }
  .ec-headerNav .ec-headerNav__itemIcon {
	  margin-right: 0px;
  }
  .ec-headerNavSP {
	  top: 35px;
	  right: 10px;
	  left: auto;
  }
  .ec-headerNaviRole .ec-headerNaviRole__left {
	  width: 150px;
  }
  
  .mv_wrap {
	  background-image: url(../img/top/top/mv_pic.jpg);
	  width: 100vw;
	  margin-left: calc(50% - 50vw);
	  height: 100vh;
	  background-repeat: no-repeat;
	  background-position: top right -550px;
	  background-size: cover;
	  position: relative;
  }
  .mv_wrap2 {
	  height: 250px;
	  width: 100vw;
	  margin-left: calc(50% - 50vw);
	  background-repeat: no-repeat;
	  background-position: top center;
	  background-size: cover;
  }
  .ec-pageHeader {
    margin-top: 70px;
}
  
/*----------------------------------------
ヘッダー
----------------------------------------*/
#headertop {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
}

#headertop h1.logo{
	height: 64px;
}
#headertop h1.logo img{
	width: auto;
	height: 100%;
}

.topmenu {
	margin: 0px auto;
	padding: 0px;
}

/*---------- Hamburger Menu ----------*/
header .menubtn {
	background:transparent url(../img/top/menubtn.png) no-repeat 0 0;
	background-size:128px auto;
	display: block;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 0;
	right: 0px;
	cursor: pointer;
	z-index: 100;
	opacity: 1;
  color: #fff;
}

header .peke {
	background-position: -64px 0;
}
header .drawr {
	display: none;
	background-color: rgba(255,255,255,.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	padding: 80px 10vw 0;
	overflow-y: scroll; /* メニュー項目数が増えた時のため */
	z-index: 99;
}
#menu{
	margin: 0;
}
#menu > li {
	width: 100%;
	list-style-type:none;
	padding: .5em 0;
}

#menu .children{
	margin: 0;
}
#menu .children li{
	padding: .25em 0;
}
#menu .children li::before{
	content: "―";
	padding-right: .5em;
	color: #CCC;
}


  /* draw */
  
  .ec-drawerRole {
	  top: 0;
	  left: unset;
	  right: 0;
  }
  .ec-drawerRole {
	  transform: translateX(300px);
  }
  .ec-drawerRoleClose {
	  left: unset;
	  right: 270px;
  }
  .ec-drawerRole {
	  background-color: #333;
  }
  .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
	  background-color: #333;
  }
  
  /* main */
  .ec-secHeading .ec-secHeading__line {
	  margin: 0 10px 0 40px;
  }

  
  .ec-more2 {
	  width: 100%;
	  padding: 10px 0;
	  border: 1px solid #ddd;
	  text-align: center;
  }
  .ec-more2 a {
	  color: #fff;
	  font-weight: 500;
  }
  .ec-more2 {
	  font-weight: bold;
	  padding: 15px 0;
	  border: 1px solid #ddd;
	  background-color: #363636;
  }
  
  /* news */
  
  .ec-newsRole {
	  padding: 40px 0;
  }
  .ec-shelfRole {
	  margin-bottom: 30px;
	  margin-top: 50px;
  }
  /* concept */
  
  .ec_concept .ec-role {
	  display: block;
  }
  .ec-newItemRole {
	  padding: 0 0 50px;
  }
  .ec_concept_left {
	  margin-bottom: 30px;
	  margin-right: 0px;
  }
  .ec_concept .ec-role h3 {
	  font-size: 25px;
  }
  .ec_concept {
	  background-image: url(../img/top/top/concept_back2.png);
	  padding: 60px 0;
  }
  .ec_concept_right {
	  width: 100%;
  }
  
  /* footer
  
  .ec-footerRole__inner {
	  display: block;
  }
  
  .f-menu {
	  width: 100%;
	  margin-top: 0px;
  }
  .f-menu2 {
	  width: 100%;
	  margin-top: 30px;
  }
  .f-menuin {
	  display: block;
  }
  .f-menuin ul {
	  width: 100%;
	  margin-bottom: 0px;
  }
  .f-menuin ul:first-child {
	  width: 100%;
  }
  .f-menuin ul a {
	  display: block;
  }
  .ec-footerRole__inner ul li {
	  padding-bottom: 10px;
	  border-bottom: 1px dotted #fff;
  }
  .ec-footerRole__inner ul li::before {
	  content: "";
	  margin-right: 0px;
  }
  .ec-footerTitle__copyright {
	  margin-top: 30px;
  }
  .ec-footerTitle__copyright a {
	  font-size: 12px;
  }
  .ec-footertitle {
	  margin-top: 40px;
  }
 */
  /*----------------------------------------
フッター
----------------------------------------*/
#fmenu {
	background-color: #F9F8F7;
}
#fmenu ul {
	margin: 0;
}
#fmenu li {
	position: relative;
	border-bottom: 1px solid #E5DDDA;
}
#fmenu li a {
	display: block;
	padding: 3.125%;
}
#fmenu li a::after{
	border-right: 2px solid #521D05;
	border-top: 2px solid #521D05;
	border-radius: 1px;
	content: "";
	height: 0.5em;
	width: 0.5em;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}

#footerneka {
	background-color: #F9F8F7;
	text-align: center;
	font-size: 1.2rem;
	padding: 10vw 0;
}
#footerneka p {
	margin: 5vw 0;
}

.copy{
	background-color: #521D05;
	padding: 20px 2.4vw;
}
.copy ul{
	margin: 0;
}
.copy ul li{
	display: flex;
	justify-content: center;
	align-items: center;
}

small > img {
  width: 90%;
  text-align: center;
}

#pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
	width: 64px;
}
#pagetop img{
	width: 100%;
	height: auto;
}
  
  /* page */
  
  .page_contents .ec-secHeading .ec-secHeading__ja {
	  display: block;
	  margin-top: 10px;
  }
  .page_contents .ec-secHeading .ec-secHeading__line {
	  display: none;
  }
  .ec-layoutRole .ec-layoutRole__contents {
    margin: 0px auto 100px;
  }

  .ec-searchnavRole .ec-searchnavRole__infos {
    border-top: 1px solid #ccc;
  }
  
  /* contact */
  
  .ec-contactRole p {
	  margin: 16px 0 0;
  }
  .ec-contactRole .ec-para-normal {
	  margin: 0 0 16px 0;
  }
  .ec-borderedDefs dl {
	  display: block;
	  padding: 0;
  }
  .ec-borderedDefs dt {
	  width: 100%;
	  border-bottom: 0px;
	  padding: 10px 0 0 0;
  }
  .ec-borderedDefs dd {
	  margin: 0;
	  padding: 0 0 10px 0;
  }
  .ec-borderedDefs dl:first-child dt {
	  padding: 0;
  }
  .ec-borderedDefs dl:first-child dd {
	  padding: 0 0 10px 0;
  }
  
  .ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
	  width: 100%;
  }
  .ec-input textarea {
	  width: 100%;
  }
  .ec-borderedDefs dd {

    width: 100%;
}
.table-cool {
    width: 100%;
}
.table-cool th {
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: none;
}
.table-cool td {
    width: 100%;
    display: block;
    border-bottom: none;
}
.table-cool tr:last-child td {
    border-bottom: 1px solid #CCC;
}


	

  
  }
  
  