@charset "UTF-8";
/* カスタマイズ用CSS */
/* リセット */
/* ------------------------------------------------------------ */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 1.5;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
a,p {
	font-size: 14px;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: 0;
}

body {
	font-family: "Noto Sans JP","Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo","Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #f8f6ec;
  color: #333c4e !important;
  font-size: 16px;
}

.ec-layoutRole {
  background-color: transparent;
}
.ec-layoutRole .ec-layoutRole__header {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ec-layoutRole .ec-layoutRole__header {
    position: fixed;
    z-index: 99;
  }
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
/*  margin: 80px 0 80px;*/
}
/*
.ec-layoutRole .ec-layoutRole__contents::before {
    content: '';
    position: absolute;
    top: 272px;
    display: block;
    width: 100%;
    height: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFDAB9;
}
*/
/*
div.ec-layoutRole .ec-layoutRole__contents::before {
	display: none;
}
*/
@media screen and (max-width: 767px) {
  .ec-layoutRole .ec-layoutRole__contents,
	.ec-layoutRole .ec-layoutRole__contents2 {
    margin: 50px 0 40px;
  }
/*
  .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main {
    margin: 80px 0 0;
  }
*/
}
@media screen and (max-width: 480px) {
	.ec-layoutRole .ec-layoutRole__contents::before {
	display: none;
}
}

/* 共通header */
/* ------------------------------------------------------------ */
header .headerLogo {
  width: 100%;
  background: #b7c49b;
}
@media screen and (max-width: 767px) {
  header .headerLogo {
    position: fixed;
    z-index: 99;
  }
}
header .headerLogo .inner {
  max-width: 1200px;
/*  height: 20vh;*/
	height: 80px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .headerLogo .inner {
    justify-content: center;
    height: 50px;
  }
}
header .headerLogo .inner h1 {
	margin: 0;
/*  margin-left: 15px;*/
}
header .headerLogo .inner h1 a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
header .headerLogo .inner h1 a img {
  height: 55px;
}
@media screen and (max-width: 767px) {
  header .headerLogo .inner h1 a img {
    width: auto;
    height: 32px;
  }
}
/*header .headerLogo .inner ul*/
.menu-list {
  font-weight: bold;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  visibility: visible; /* 下層メニューを表示 */
}



@media screen and (max-width: 767px) {
  .menu-list {
    display: none;
  }
}
/*header .headerLogo .inner ul li*/
.menu-item {
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
}
/*header .headerLogo .inner ul li a*/
.menu-item a{
/*  color: #807765;*/
  color: #fff;
  display: block;
}
/*header .headerLogo .inner ul li a:hover*/
.menu-item a:hover {
  opacity: 1;
  text-decoration: underline;
}
header .headerLogo .inner ul li.c-waku a {
    color: #fff;
    display: block;
    padding: 10px 20px;
/*    border: 1px solid #fff;*/
	background-color: #6C8A0B;
	border-radius: 30px;
}
header .headerLogo .inner ul li.c-waku a:hover {
  background-color: #fff;
/*	color:#87CEEB;*/
	color: #6C8A0B;
}
/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.drop-menu-list {
  background-color: rgba(255, 255, 255, 0.8); /* ドロップダウンメニューの背景色 */
	padding: 0.5em 1em;
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden; /* 下層メニューを非表示 */
  width: max-content;
  z-index: 1;
}
header .ec-headerNaviRole {
  margin: 20px auto 20px;
  padding: 0 30px;
max-width: 1200px;
}
@media screen and (max-width: 767px) {
  header .ec-headerNaviRole {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 999;
  }
}
header .ec-headerNaviRole .ec-headerNaviRole__search {
  margin: 0;
}
@media screen and (max-width: 767px) {
  header .ec-headerNaviRole .ec-headerNaviRole__nav {
    display: none;
  }
}
header .ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav {
  display: flex;
}
header .ec-headerNaviRole .ec-headerNaviRole__nav .ec-headerNav a {
  display: flex;
  align-items: center;
}
header .ec-headerNaviRole .ec-headerRole__cart .ec-cartNavi {
  background: #fff;
}
header .ec-headerNaviRole .ec-headerRole__cart .ec-cartNavi .ec-cartNavi__icon {
  display: flex;
}
header .ec-headerNaviRole .ec-headerRole__cart .ec-cartNavi .ec-cartNavi__icon .ec-cartNavi__badge {
  background-color: #DE5D50;
  left: 0;
}
@media screen and (max-width: 767px) {
  header .ec-headerNaviRole .ec-headerRole__cart .ec-cartNavi .ec-cartNavi__icon .ec-cartNavi__badge {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  header .ec-headerNaviRole .ec-headerNavSP {
    border-radius: 0;
/*    background: #180001;*/
	  background: #4d4d4d;
    color: #fff;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  header .ec-headerNaviRole .ec-cartNaviWrap {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  header .ec-headerNaviRole .ec-cartNaviWrap .ec-cartNavi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  header .ec-headerNaviRole .ec-cartNaviWrap .ec-cartNaviIsset {
    height: calc(100vh - 50px);
    overflow-y: scroll;
  }
}

/* 共通ブロック */
/* ------------------------------------------------------------ */
a, img {
  transition: all 0.5s ease;
}

.ec-categoryNaviRole {
  margin: 50px auto;
}
.ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav li {
  margin: 5px;
}
.ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav li:first-child {
  margin-left: 0;
}
.ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #87CEEB;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  padding: 0 30px;
  border-radius: 4px;
}
.ec-categoryNaviRole .ec-itemNav .ec-itemNav__nav li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

section:not(#guide) {
  padding: 80px 0;
/*	padding: 120px 0;*/
}
@media screen and (max-width: 767px) {
  section:not(#guide) {
    padding: 40px 0;
  }
}
section:not(#guide) h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #87CEEB;
  font-family: 'Red Hat Display', sans-serif;
/*font-size: 55px;*/
  font-size: 48px;
  font-weight: 400;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  section:not(#guide) h3 {
    font-size: 28px;
    margin: 0 0 20px;
  }
}
section:not(#guide) h3::after {
  content: attr(data-subtitle);
  color: #666;
  font-size: 18px;
/*  font-weight: bold;*/
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section:not(#guide) h3::after {
    font-size: 18px;
  }
}
section:not(#guide)#about .inner {
  display: flex;
  justify-content: flex-end;
  position: relative;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#about .inner {
    display: block;
    position: static;
    height: auto;
  }
}
section:not(#guide)#about .inner figure {
  max-width: 750px;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#about .inner figure {
	   max-width: 90%;
    position: static;
  }
}
@media screen and (max-width:480px) {
  section:not(#guide)#about .inner figure {
    max-width: 100%;
    position: static;
  }
}
section:not(#guide)#about .inner figcaption {
  background: #fff;
  opacity: 1;
  width: 50%;
  margin-top: 200px;
    /*padding: 60px 8%;*/
  padding: 60px 8%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#about .inner figcaption {
    box-sizing: border-box;
    position: static;
    width: 100%;
    margin: 0;
    padding: 40px 15px;
  }
	section:not(#guide)#about .inner figcaption h4 {
		font-size: 1.2rem;
	}
}
section:not(#guide)#about .inner figcaption .txt {
  margin: 20px 0 60px;
font-family: serif;
/*  line-height: 3em;*/
}
@media screen and (max-width: 767px) {
  section:not(#guide)#about .inner figcaption .txt {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 480px) {
  section:not(#guide)#about .inner figcaption .txt {
    font-size: 14px;
	text-align: justify;
  }
}
section:not(#guide)#about .inner figcaption .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  padding: 0;
}
section:not(#guide)#about .inner figcaption .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  background: #87CEEB;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}
section:not(#guide)#about .inner figcaption .btn a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
section:not(#guide)#about .inner div {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 50%;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#about .inner div {
    position: static;
    width: 100%;
  }
}
section:not(#guide)#about .inner div ul {
  display: flex;
/*  justify-content: space-between;*/
	justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  section:not(#guide)#about .inner div ul {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  section:not(#guide)#about .inner div ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  section:not(#guide)#about .inner div ul li {
    width: 100%;
    margin-top: 20px;
  }
}
section:not(#guide)#about .inner div ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  background: #fff;
  color: #333c4e;
  border-radius: 25px;
  border: 1px solid #ccc;
}
section:not(#guide)#about .inner div ul li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
section:not(#guide)#about .inner div ul li a img {
  width: 24px;
}
section:not(#guide)#about .inner div ul li a span {
  font-weight: bold;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  section:not(#guide)#about .inner div ul li a {
    width: 50px;
    height: 50px;
  }
  section:not(#guide)#about .inner div ul li a span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section:not(#guide)#about .inner div ul li a {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  section:not(#guide)#about .inner div p {
    width: 40%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section:not(#guide)#about .inner div p {
    width: 80%;
    margin: 0 auto;
  }
}
section:not(#guide)#about .inner div p a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 50px;
  background: #956134;
  color: #fff;
  border-radius: 6px;
  margin: 30px auto 0;
}
section:not(#guide)#about .inner div p a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
section:not(#guide)#about .inner div p a span {
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  section:not(#guide)#about .inner div p a {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  section:not(#guide)#about .inner div p a {
    width: 100%;
    margin-top: 20px;
  }
}
section:not(#guide)#recommend, section:not(#guide)#history {
  background: #fff;
  height: auto;
}

section:not(#guide)#recommend .inner, section:not(#guide)#history .inner {
  margin: 0 auto;
  max-width: 1200px;
}
section:not(#guide)#recommend .inner .slick-slider, section:not(#guide)#history .inner .slick-slider {
  margin: 50px auto 0;
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#recommend .inner .slick-slider, section:not(#guide)#history .inner .slick-slider {
    margin: 20px auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
section:not(#guide)#history {
  background: #fff;
  height: 450px;
}
}
section:not(#guide)#recommend .inner .slick-slider .slick-slide, section:not(#guide)#history .inner .slick-slider .slick-slide {
  margin: 0 15px;
  transition: all 0.5s ease;
}
section:not(#guide)#recommend .inner .slick-slider .slick-slide {
	text-align: center
}
section:not(#guide)#recommend .inner .slick-slider .slick-slide:hover, section:not(#guide)#history .inner .slick-slider .slick-slide:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#recommend .inner .slick-slider .slick-slide, section:not(#guide)#history .inner .slick-slider .slick-slide {
    margin: 0 5px;
  }
}
section:not(#guide)#recommend .inner .slick-slider .slick-slide p.photo, section:not(#guide)#history .inner .slick-slider .slick-slide p.photo {
  width: 100%;
  position: relative;
}
section:not(#guide)#recommend .inner .slick-slider .slick-slide p.photo::before, section:not(#guide)#history .inner .slick-slider .slick-slide p.photo::before {
  content: "";
  display: block;
  padding-top: 100%;
}
section:not(#guide)#recommend .inner .slick-slider .slick-slide p.photo img, section:not(#guide)#history .inner .slick-slider .slick-slide p.photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
section:not(#guide)#recommend .inner .slick-slider .slick-slide p.title, section:not(#guide)#history .inner .slick-slider .slick-slide p.title {
  color: #333c4e;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#recommend .inner .slick-slider .slick-slide p.title, section:not(#guide)#history .inner .slick-slider .slick-slide p.title {
    font-size: min(3vw, 18px);
    margin: 5px 0 0;
  }
}
section:not(#guide)#recommend .inner .slick-slider .slick-slide p.price, section:not(#guide)#history .inner .slick-slider .slick-slide p.price {
  color: #333c4e;
  font-size: 16px;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#recommend .inner .slick-slider .slick-slide p.price, section:not(#guide)#history .inner .slick-slider .slick-slide p.price {
    font-size: min(3vw, 16px);
    margin: 5px 0 0;
  }
}
section:not(#guide)#recommend .inner .slick-slider .slick-slide p.stock, section:not(#guide)#history .inner .slick-slider .slick-slide p.stock {
  color: #333c4e;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#recommend .inner .slick-slider .slick-slide p.stock, section:not(#guide)#history .inner .slick-slider .slick-slide p.stock {
    font-size: min(3vw, 16px);
    margin: 5px 0 0;
  }
}
section:not(#guide)#recommend .inner .slick-slider .slick-slide p.description, section:not(#guide)#history .inner .slick-slider .slick-slide p.description {
  color: #333c4e;
  font-size: 14px;
  margin: 10px 0 0;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#recommend .inner .slick-slider .slick-slide p.description, section:not(#guide)#history .inner .slick-slider .slick-slide p.description {
    font-size: min(3vw, 14px);
    margin: 5px 0 0;
  }
}
section:not(#guide)#recommend .inner .slick-slider .slick-prev, section:not(#guide)#history .inner .slick-slider .slick-prev {
  width: 48px;
  height: 48px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#recommend .inner .slick-slider .slick-prev, section:not(#guide)#history .inner .slick-slider .slick-prev {
    width: 24px;
    height: 24px;
  }
}
section:not(#guide)#recommend .inner .slick-slider .slick-prev::before, section:not(#guide)#history .inner .slick-slider .slick-prev::before {
  content: "";
  background: url(../../../../html/template/default/assets/img/common/arrow_back_ios.png);
  width: 48px;
  height: 48px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#recommend .inner .slick-slider .slick-prev::before, section:not(#guide)#history .inner .slick-slider .slick-prev::before {
    width: 24px;
    background-size: contain;
    height: 24px;
  }
}
section:not(#guide)#recommend .inner .slick-slider .slick-next, section:not(#guide)#history .inner .slick-slider .slick-next {
  width: 48px;
  height: 48px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#recommend .inner .slick-slider .slick-next, section:not(#guide)#history .inner .slick-slider .slick-next {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 480px) {
section:not(#guide)#history .inner .slick-slider .slick-next {
  right: 0;
  top:20%;
  z-index: 1;
}
section:not(#guide)#history .inner .slick-slider .slick-prev {
	top:20%;
    left: 0;
    z-index: 1;
}
}
section:not(#guide)#recommend .inner .slick-slider .slick-next::before, section:not(#guide)#history .inner .slick-slider .slick-next::before {
  content: "";
  background: url(../../../../html/template/default/assets/img/common/arrow_forward_ios.png);
  width: 48px;
  height: 48px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#recommend .inner .slick-slider .slick-next::before, section:not(#guide)#history .inner .slick-slider .slick-next::before {
    background-size: contain;
    width: 24px;
    height: 24px;
  }
}
section:not(#guide)#recommend .inner .btn, section:not(#guide)#history .inner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  margin: 40px auto 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#recommend .inner .btn, section:not(#guide)#history .inner .btn {
    margin: 20px auto 0;
  }
}

section:not(#guide)#recommend .inner .btn a, section:not(#guide)#history .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  background: #87CEEB;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}
section:not(#guide)#recommend .inner .btn a:hover, section:not(#guide)#history .inner .btn a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}section:not(#guide)#newitem {
	background: #E9F6FB;
}
section:not(#guide)#newitem .inner {
	margin: 0 auto;
	max-width: 1200px;
	width: calc(100% - 70px);
	margin: auto;
}
section:not(#guide)#newitem .inner .recommend_list {
  margin: 40px auto 0;
  /*padding: 0 35px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#newitem .inner .recommend_list {
    margin: 20px auto 0;
    /*padding: 0 20px;*/
  }
}
@media screen and (max-width: 480px) {
  section:not(#guide)#newitem .inner {
    width: calc(100% - 20px);
  }
}
section:not(#guide)#newitem .inner .recommend_list > div {
  box-sizing: border-box;
  width: 25%;
  padding: 0 20px;
  transition: all 0.5s ease;
}
section:not(#guide)#newitem .inner .recommend_list > div:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
section:not(#guide)#newitem .inner .recommend_list > div:nth-of-type(n+5) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#newitem .inner .recommend_list > div {
    width: 33.333%;
    padding: 0 5px;
  }
  section:not(#guide)#newitem .inner .recommend_list > div:nth-of-type(n+4) {
    margin-top: 10px;
  }
}
section:not(#guide)#newitem .inner .recommend_list > div p.photo {
  width: 100%;
  position: relative;
}
section:not(#guide)#newitem .inner .recommend_list > div p.photo::before {
  content: "";
  display: block;
  padding-top: 100%;
}
section:not(#guide)#newitem .inner .recommend_list > div p.photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
section:not(#guide)#newitem .inner .recommend_list > div p.title {
  color: #333c4e;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#newitem .inner .recommend_list > div p.title {
    font-size: min(3vw, 18px);
    margin: 5px 0 0;
  }
}
section:not(#guide)#newitem .inner .recommend_list > div p.price {
  color: #333c4e;
  font-size: 16px;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#newitem .inner .recommend_list > div p.price {
    font-size: min(3vw, 16px);
    margin: 5px 0 0;
  }
}
section:not(#guide)#newitem .inner .recommend_list > div p.stock {
  color: #333c4e;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#newitem .inner .recommend_list > div p.stock {
    font-size: min(3vw, 16px);
    margin: 5px 0 0;
  }
}
section:not(#guide)#newitem .inner .recommend_list > div p.description {
  color: #333c4e;
  font-size: 14px;
  margin: 10px 0 0;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#newitem .inner .recommend_list > div p.description {
    font-size: min(3vw, 14px);
    margin: 5px 0 0;
  }
}
section:not(#guide)#newitem .inner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  margin: 40px auto 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#newitem .inner .btn {
    margin: 20px auto 0;
  }
.ec-headerNaviRole .ec-headerNaviRole__right {
	width: 0;
	position: fixed;
	top:0;
	right: 0;	
	}
}
section:not(#guide)#newitem .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  background: #87CEEB;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}
section:not(#guide)#newitem .inner .btn a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
section:not(#guide)#category {
  background: #fff;
}
section:not(#guide)#category .inner {
    /*max-width: 94%;*/
  max-width: 1200px;
  width: calc(100% - 70px);
  margin: 0 auto;
}
section:not(#guide)#category .inner ul {
  display: flex;
  justify-content: space-around;
/*  justify-content: space-between;*/
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#category .inner ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  section:not(#guide)#category .inner ul {
    width: calc(100% - 20px);
  }
}
section:not(#guide)#category .inner ul li {
  width: 18%;
  /*max-width: 356px;*/
  margin-bottom: 30px;
/*  border: 1px solid #EDB;*/
}
@media screen and (max-width: 767px) {
  section:not(#guide)#category .inner ul li {
    width: 100%;
    margin: 0 auto;
  }
	section:not(#guide)#category .inner ul li img {
    width: 70%;
	display: flex;
    margin: 0 auto;
  }
  section:not(#guide)#category .inner ul li:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
section:not(#guide)#category .inner ul li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
section:not(#guide)#news {
  padding: 80px 0 80px;
  /*background-color: #fff;*/
}
@media screen and (max-width: 767px) {
  section:not(#guide)#news {
    padding: 40px 0 40px;
  }
}
section:not(#guide)#news .inner {
	max-width: 1130px;
	width:  calc(100% - 70px);
  margin: 0 auto;
  /*padding: 0 20px;*/
}
section:not(#guide)#news .inner .ec-newsRole__news {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#news .inner .ec-newsRole__news {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 480px) {
  section:not(#guide)#news .inner {
    margin: 20px 0 0;
	width:  calc(100% - 20px);
	  margin: auto;
  }
}
section:not(#guide)#news .inner .ec-newsRole__news .ec-newsRole__newsItem {
  background: #fff;
  padding: 20px;
	border: 1px solid #333;
}
section:not(#guide)#news .inner .ec-newsRole__news .ec-newsRole__newsItem:nth-of-type(n+2) {
  margin-top: 20px;
}
section:not(#guide)#news .inner .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading {
  display: flex;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#news .inner .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading {
    display: block;
  }
}
section:not(#guide)#news .inner .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsDate {
  flex-shrink: 0;
  color: #87CEEB;
  line-height: 1.2;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#news .inner .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsDate {
    margin: 0 0 10px 0;
  }
}
section:not(#guide)#news .inner .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsColumn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section:not(#guide)#news .inner .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsColumn .ec-newsRole__newsTitle {
  line-height: 1.2;
  width: 100%;
}
section:not(#guide)#news .inner .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsColumn .ec-newsRole__newsClose {
  flex-shrink: 0;
  margin-left: 20px;
}
section:not(#guide)#news .inner .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsColumn .ec-newsRole__newsClose a {
  color: #333c4e;
}
section:not(#guide)#news .inner .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsDescription {
  display: none;
  line-height: 1.2;
  margin: 0;
}
section:not(#guide)#faq {
  border-top: 1px solid #333c4e;
  border-bottom: 1px solid #333c4e;
  max-width: 1130px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  section:not(#guide)#faq {
    margin: 40px auto 0;
  }
}
section:not(#guide)#faq .inner {
  padding: 0 20px;
}
.faq_list dl {
  font-size: 18px;
  font-weight: bold;
}
.faq_list dl:nth-of-type(n+2) {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .faq_list dl:nth-of-type(n+2) {
    margin: 20px 0 0;
  }
}
.faq_list dl dt {
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 1130px) {
  .faq_list dl dt {
    line-height: 1.2;
  }
}
.faq_list dl dt strong {
  color: #87CEEB;
  font-size: 36px;
  margin-right: 10px;
}
@media screen and (max-width: 1130px) {
  .faq_list dl dt strong {
    font-size: 18px;
    margin-right: 0;
  }
}
.faq_list dl dd {
  margin: 0;
  padding: 20px 20px 0;
  line-height: 2;
}

section#guide {
  margin: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  section#guide {
    margin: 40px 0 40px;
  }
}
section#guide .inner {
  display: flex;
  flex-direction: column;
}
section#guide .inner h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #87CEEB;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  width: 560px;
  height: 60px;
  margin: 0 auto -30px;
  border-radius: 30px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section#guide .inner h3 {
    font-size: 18px;
    width: 80%;
    height: 40px;
    margin: 0 auto -20px;
    border-radius: 20px;
  }
}
section#guide .inner div {
  /*background: #180001;*/
	background: #333;
  padding: 70px 0 40px;
}
@media screen and (max-width: 767px) {
  section#guide .inner div {
    padding: 40px 0 40px;
  }
}
section#guide .inner div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1130px) {
  section#guide .inner div ul {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 1130px) {
  section#guide .inner div ul li {
    width: 80%;
    margin: 0 auto;
  }
  section#guide .inner div ul li:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
section#guide .inner div ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 120px;
  background: #fff;
  color: #87CEEB;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1130px) {
  section#guide .inner div ul li a {
    width: 100%;
    height: 100px;
  }
}
section#guide .inner div ul li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
section#guide .inner div ul li a img {
  width: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1130px) {
  section#guide .inner div ul li a img {
    margin-bottom: 10px;
  }
}

/* 共通footer */
/* ------------------------------------------------------------ */
footer .ec-footerRole {
  background: #b7c49b;
  margin: 0;
  padding: 40px 0;
  border: none;
}
footer .ec-footerRole .ec-footerRole__inner {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .ec-footerRole .ec-footerRole__inner .ec-footerNavi {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
/*	color:#807765;*/
	color: #fff;
}
footer .ec-footerRole .ec-footerRole__inner .ec-footerNavi .ec-footerNavi__link {
  margin: 0 10px;
}
footer .ec-footerRole .ec-footerRole__inner .ec-footerNavi .ec-footerNavi__link a {
  margin: 0;
  text-decoration: none;
  border: none;
}
footer .ec-footerRole .ec-footerRole__inner .ec-footerNavi .ec-footerNavi__link a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .ec-footerRole .ec-footerRole__inner .ec-footerTitle {
  width: 125px;
  margin: 20px auto;
  padding: 0;
}
footer .ec-footerRole .ec-footerRole__inner .ec-footerTitle a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
footer .ec-footerRole .ec-footerRole__inner .ec-footerTitle__copyright {
  color:#807765;
  font-size: 12px;
  margin: 0;
}
@media screen and (max-width: 767px) {
footer .ec-footerRole .ec-footerRole__inner .ec-footerTitle {
  width: 180px;
  margin: 20px auto;
  padding: 0;
}
}
@media screen and (max-width: 480px) {
footer .ec-footerRole .ec-footerRole__inner .ec-footerTitle {
  width: 120px;
  margin: 0px auto 20px;
  padding: 0;
}
.ec-footerNavi .ec-footerNavi__link a {
	padding: 0;
}
}

/* 各ページ */
/* ------------------------------------------------------------ */
body .ec-blockTopBtn {
  background: transparent;
  width: 56px;
  height: 56px;
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body .ec-blockTopBtn {
    width: 40px;
    height: 40px;
  }
}
body .ec-blockTopBtn img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
body .ec-role,
body .ec-mypageRole,
body .ec-registerRole,
body .ec-searchnavRole {
  color: #333c4e;
  padding: 0 20px 50px;
}
body .ec-pageHeader {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  body .ec-pageHeader {
    margin: 0 0 40px;
  }
}
.cate_title2 {
	font-size: 50px;
	font-family: 'Caveat', cursive;
}
.cate_title3 {
	font-size: 32px;
}
.cate_title3,
.cate_title2,
body .ec-pageHeader h1 {
  margin: 25px 0 150px;
  padding: 0;
  border: none;
  text-align: center;
  position: relative;
	font-weight:300;
}
.cate_title3::before,
.cate_title2::before,
body .ec-pageHeader h1:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #87CEEB;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  body .ec-pageHeader h1 {
    font-size: 24px;
    margin: 0 0 60px;
  }
}
body .ec-off1Grid {
  display: flex;
  flex-direction: column;
}
body .ec-off1Grid:nth-of-type(n+2) {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  body .ec-off1Grid:nth-of-type(n+2) {
    margin: 40px auto 0;
  }
}
body .ec-off1Grid .ec-off1Grid__cell {
  width: 84%;
  margin: 0 auto;
/*  padding-bottom: 80px;*/
}
@media screen and (max-width: 767px) {
  body .ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
	padding-bottom: 40px;
  }
}
body .ec-off1Grid .ec-off1Grid__cell .ec-heading-bold {
  margin: 0 0 15px;
}
body .ec-off1Grid .ec-off1Grid__cell p {
  word-break: break-all;
}
body .ec-off1Grid .ec-off1Grid__cell p + p {
  margin-top: 1em;
}
body .ec-blockBtn--action,
body .ec-blockBtn--cancel {
  border-radius: 4px;
}
body .ec-blockBtn--action {
	background-color: #ED9945;
	border-color: #ED9945;
}
.ec-blockBtn--action {
	background-color: #ED9945;
	border-color: #ED9945;
}
.ec-blockBtn--action:hover {
	background-color: #E69443;
	border-color: #E69443;
}
body .ec-borderedDefs {
	margin-bottom: 120px;
}
body .ec-borderedDefs dt {
  padding: 0;
}
body .ec-borderedDefs dt .ec-label {
  margin: 0;
}
body .ec-borderedDefs dd {
  line-height: 1.5;
}
body .ec-registerCompleteRole {
  padding: 0 0 80px;
}
body .ec-welcomeMsg p + p {
  margin-top: 15px;
}
body .ec-favoriteRole__item-image {
  width: 100%;
  position: relative;
}
body .ec-favoriteRole__item-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body .ec-favoriteRole__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body .ec-closeBtn--circle {
  z-index: 1;
}
body .ec-zipInputHelp__icon .ec-icon img {
  top: -1px !important;
}
@media screen and (max-width: 767px) {
  body#page_homepage .ec-layoutRole__contents .ec-layoutRole__main {
    margin: 0;
  }
}
body#page_homepage .ec-layoutRole__contents .catchphrase {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  body#page_homepage .ec-layoutRole__contents .catchphrase {
    font-size: 4.5vw;
    margin: 0 auto 30px;
  }
}
body#page_homepage .ec-layoutRole__contents .ec-sliderRole {
  position: relative;
  max-width: 100%;
  margin: 40px 0 90px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body#page_homepage .ec-layoutRole__contents .ec-sliderRole {
    margin: 0 0 70px;
  }
}
@media screen and (max-width: 767px) {
  body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-list {
    padding: 0 !important;
  }
}
body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-slider {
  margin: 0 !important;
}
body#page_homepage .ec-layoutRole__contents .ec-sliderRole .logo {
  width: 460px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  body#page_homepage .ec-layoutRole__contents .ec-sliderRole .logo {
    width: 30%;
  }
}
body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-slider {
  margin-bottom: 30px;
}
body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-dots li button:hover, body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-dots li button:focus {
  outline: none;
}
body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-dots li button:hover::before, body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-dots li button:hover::before, body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-dots li button:focus::before, body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-dots li button:focus::before {
  opacity: 1;
}
body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-dots li button::before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: 0.25;
  background-color: black;
  border-radius: 50%;
}
body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}
body#page_homepage .ec-layoutRole__contents .ec-sliderRole .slick-dots li.slick-active button::before {
  opacity: 0.75;
  background-color: black;
}
body#page_product_list .ec-topicpath {
  background: #87CEEB;
  padding: 10px;
  border-radius: 3px;
  border: none;
}
body#page_product_list .ec-topicpath .ec-topicpath__divider {
  color: #fff;
}
body#page_product_list .ec-topicpath a {
  color: #fff;
  font-weight: bold;
}
body#page_product_list .ec-searchnavRole__infos {
  border: none;
  color: #333c4e;
}
body#page_product_list .ec-shelfGrid__item p.ec-shelfGrid__item-image {
  width: 100%;
  position: relative;
}
body#page_product_list .ec-shelfGrid__item p.ec-shelfGrid__item-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body#page_product_list .ec-shelfGrid__item p.ec-shelfGrid__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body#page_product_list .ec-shelfGrid__item p + p {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
body#page_product_list .ec-shelfGrid__item p + p + p {
  font-weight: normal;
}
body#page_product_detail .ec-productRole {
  color: #333c4e;
}
body#page_product_detail .ec-productRole .ec-grid2 {
  position: relative;
}
@media screen and (max-width: 767px) {
  body#page_product_detail .ec-productRole .ec-grid2 {
    padding-bottom: 80px;
  }
}
body#page_product_detail .ec-productRole .ec-grid2 .ec-sliderItemRole {
  margin-bottom: 60px;
}
body#page_product_detail .ec-productRole .ec-grid2 .sns-button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  body#page_product_detail .ec-productRole .ec-grid2 .sns-button {
    width: 100%;
  }
}
body#page_product_detail .ec-productRole .ec-grid2 .sns-button ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  margin: 0 auto;
}
body#page_product_detail .ec-productRole .ec-grid2 .sns-button ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #ccc;
}
body#page_product_detail .ec-productRole .ec-grid2 .sns-button ul li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
body#page_product_detail .ec-productRole .ec-grid2 .sns-button ul li a img {
  width: 24px;
}
body#page_product_detail .ec-productRole .ec-grid2 .ec-headingTitle {
  color: #333c4e;
  font-weight: bold;
}
body#page_product_detail .ec-productRole .ec-grid2 .ec-productRole__price {
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
}
body#page_product_detail .ec-productRole .ec-grid2 .ec-productRole__priceRegularPrice {
  padding: 14px 0 0;
  display: inline-block;
}
body#page_product_detail .ec-productRole .ec-grid2 .ec-productRole__category ul {
  margin-top: 10px;
}
body#page_product_detail .ec-productRole .ec-grid2 .ec-productRole__description {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
}
body#page_product_detail .ec-productRole .ec-grid2 .ec-productRole__btn {
  width: 100%;
  margin: 0;
}
body#page_product_detail .ec-productRole .ec-grid2 .ec-productRole__btn #favorite {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  body#page_product_detail .ec-productRole .ec-grid2 .ec-sliderItemRole {
    margin: 0;
  }
}
body#page_product_detail .ec-productRole .ec-grid2 .slide-item {
  width: 30%;
  position: relative;
}
body#page_product_detail .ec-productRole .ec-grid2 .slide-item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body#page_product_detail .ec-productRole .ec-grid2 .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body#page_product_detail .ec-productRole .ec-grid2 .item_nav .slideThumb {
  width: 22%;
  position: relative;
  margin: 0 4% 4% 0;
}
body#page_product_detail .ec-productRole .ec-grid2 .item_nav .slideThumb:nth-of-type(4n) {
  margin: 0 0 4% 0;
}
body#page_product_detail .ec-productRole .ec-grid2 .item_nav .slideThumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body#page_product_detail .ec-productRole .ec-grid2 .item_nav .slideThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body#page_product_detail .ec-productRole .ec-grid2 .slick-dotted.slick-slider {
  margin-bottom: 70px;
}
body#page_product_detail .ec-productRole .ec-grid2 .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
body#page_product_detail .ec-productRole .ec-grid2 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
body#page_product_detail .ec-productRole .ec-grid2 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
body#page_product_detail .ec-productRole .ec-grid2 .slick-dots li button:hover, body#page_product_detail .ec-productRole .ec-grid2 .slick-dots li button:focus {
  outline: none;
}
body#page_product_detail .ec-productRole .ec-grid2 .slick-dots li button:hover::before, body#page_product_detail .ec-productRole .ec-grid2 .slick-dots li button:hover::before, body#page_product_detail .ec-productRole .ec-grid2 .slick-dots li button:focus::before, body#page_product_detail .ec-productRole .ec-grid2 .slick-dots li button:focus::before {
  opacity: 1;
}
body#page_product_detail .ec-productRole .ec-grid2 .slick-dots li button::before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: 0.25;
  background-color: black;
  border-radius: 50%;
}
body#page_product_detail .ec-productRole .ec-grid2 .slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}
body#page_product_detail .ec-productRole .ec-grid2 .slick-dots li.slick-active button::before {
  opacity: 0.75;
  background-color: black;
}
body#page_product_detail .ec-productRole .reason {
  margin: 150px 0 50px;
}
body#page_product_detail .ec-productRole .reason h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #87CEEB;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  width: 560px;
  height: 60px;
  margin: 0 auto 40px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  body#page_product_detail .ec-productRole .reason h3 {
    font-size: 18px;
    width: 80%;
    height: 40px;
    border-radius: 20px;
  }
}
body#page_product_detail .ec-productRole .reason > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body#page_product_detail .ec-productRole .reason > div {
    display: block;
  }
}
body#page_product_detail .ec-productRole .reason > div:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  body#page_product_detail .ec-productRole .reason > div:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
body#page_product_detail .ec-productRole .reason > div > div:nth-of-type(1) {
  flex-shrink: 0;
  width: 400px;
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  body#page_product_detail .ec-productRole .reason > div > div:nth-of-type(1) {
    width: 100%;
    margin: 0;
  }
}
body#page_product_detail .ec-productRole .reason > div > div:nth-of-type(1)::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body#page_product_detail .ec-productRole .reason > div > div:nth-of-type(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body#page_product_detail .ec-productRole .reason > div > div:nth-of-type(2) {
  width: 100%;
}
body#page_product_detail .ec-productRole .reason > div > div:nth-of-type(2) strong {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body#page_product_detail .ec-productRole .reason > div > div:nth-of-type(2) strong {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
body#page_product_detail .ec-productRole .reason > div > div:nth-of-type(2) strong span {
  color: #87CEEB;
  font-size: 80px;
  font-weight: bold;
  font-family: Roboto;
  line-height: 1;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  body#page_product_detail .ec-productRole .reason > div > div:nth-of-type(2) strong span {
    font-size: 60px;
    margin-right: 10px;
  }
}
body#page_product_detail #product_review_area {
  border: none;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  body#page_product_detail #product_review_area {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body#page_product_detail #product_review_area .ec-rectHeading {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
body#page_product_detail #product_review_area h4 {
  background-color: #87CEEB;
  color: #fff;
  margin: 0;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  body#page_product_detail #product_review_area h4 {
    font-size: 16px;
  }
}
body#page_product_detail #product_review_area .recommend_average {
  color: #f7dc63;
}
body#page_product_detail #product_review_area .review_list {
  padding: 0;
}
body#page_product_detail #product_review_area .review_list li {
  background: #fff;
  margin: 20px 0 0;
  padding: 20px;
}
body#page_product_detail #product_review_area .review_list li .recommend_level {
  color: #f7dc63;
}
body#page_product_detail #product_review_area .review_list li strong {
  font-size: 18px;
  margin: 10px 0;
  display: block;
}
body#page_product_detail #product_review_area .ec-inlineBtn--action {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 56px;
  margin: 30px auto 0;
  background: #87CEEB;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  border: none;
}
body#page_product_detail #product_review_area .ec-inlineBtn--action:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/*独自追加*/
/* ------------------------------------------------------------ */
.ec-cartCompleteRole,
.ec-cartRole,
.ec-orderRole{
	padding-bottom: 50px;
}
.bg_logo {
	position: relative;
	z-index: 1;

}
.bg_logo::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 400px;
    height: 197px;
	background: url(http://amis-design.jp/html/template/default/assets/img/common/logo_w.png)100% 100% / cover;
	filter: drop-shadow(0px 0px 20px rgba(183, 196, 155, 0.6));
    top: 90px;
    right: 70px;
	-webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
	z-index: -1;
}
@media screen and (max-width: 480px) {
	.bg_logo::before {
		display: none;
	}
}
#page_help_privacy .ec-role {
	margin-bottom: 100px;
}
h1.logomiji {
	color: #fff;
	font-family: 'Caveat', cursive;
	font-weight: bold;
	font-size: 5rem;
}
.cate_title {
    text-align: center;
	font-size: 1.5rem;
}
h4.cate_sab {
	margin-top: 10px;
	color:#87CEEB;
/*	padding-left: 15px;*/
	text-align: center;
	font-size: 1.5rem;
}
h5.cate_sab2 {
	margin: 10px auto 30px;
/*	padding-left: 15px;*/
	text-align: center;
	color:#4d4d4d;
}
.cate_text {
    padding: 0 15px 15px;
    text-align: justify;
/*	line-height: 3em;*/
}
.cate_text2 {
	font-family: serif;
    max-width: 900px;
/*	line-height: 3em;*/
    width: 80%;
    margin: 20px auto;
	text-align: center;
}
.cate_text3 {
    text-align: center;
/*	line-height: 3em;*/
}
.cate_text4 {
    text-align: center;
    margin: 30px;
/*	line-height: 3em;*/
}
.cap_sab {
	text-align: center;
}
@media screen and (max-width: 767px) {
 .cate_title {
    font-size: 1.1rem;
	 width: 100%;
    padding: 0 15px;
}
	.cate_text2 {
    width: 100%;
    padding: 0 15px;
}
.cap_sab {
	text-align: justify;
}
}
@media screen and (max-width: 480px) {
	.cate_text2 {
    width: 100%;
    padding: 0 15px;
	text-align: justify;
	font-size: 14px;
}
}

.ec-headerNaviRole__right2 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .headerLogo .inner.blueinner {
    max-width: 1090px;
    height: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
}
.header_taxt {
    font-size: 1.5rem;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .header_taxt {
    font-size: 1rem;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 480px) {
  .header_taxt {
    font-size: 1rem;
    text-align: justify;
}
	.cate_text4 {
    text-align: justify;
    margin: 30px;
}
}
.ec-headerNaviRole.row {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.ec-headerNaviRole.row .ec-headerNaviRole__right {
    width: 66.6666666667%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
section:not(#guide)#recommend .inner .slick-slider .slick-slide p.photo img {
    border-radius: 50%;
}
#category2 {
	padding: 80px 0 0 !important;
/*	margin: 150px auto 0;*/
}
#category2 .inner_list {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 20px;  
}
h2.center {
	text-align: center;
	margin-bottom: 30px;
}
section:not(#guide)#about {
    /*max-width: 94%;*/
  max-width: 1200px;
  width: calc(100% - 70px);
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  section:not(#guide)#about {
    width: calc(100% - 20px);
  }
.pc_only {
	display: none;
}
}
.heading05 {
	position: relative;
	padding-bottom: 5px;
	font-size: 26px;
	text-align: center;
}

.heading05::before {
	content: attr(data-en);
	display: block;
/*	color: #e04272;*/
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
}

.heading05::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 30px;
	background-color: #e8b660;
}
.ec-contactRole.k-line img.tobira_luxe,
.ec-role img.tobira_luxe,
img.tobira_luxe {
    width: 70px;
    display: flex;
    margin: auto;
/*	margin-bottom: 50px;*/
}
img.tobira_luxe2 {
    width: 70px;
    display: flex;
    margin: auto;
	/*margin-bottom: 100px;*/
}
.ec-role.k-line,
.ec-contactRole.k-line {
 position: relative;
padding-top: 80px;
padding-bottom: 50px;
}
/*
.ec-role.k-line::before,
.ec-contactRole.k-line::before {
	content: '';
    position: absolute;
    top: -85px;
    display: inline-block;
    width: 200%;
    height: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #87CEEB;
}
*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background: #4d4d4d;
}
.ec-headerNav .ec-headerNav__itemIcon {
  color: #4d4d4d;
}
@media screen and (max-width: 480px) {
	.ec-role img.tobira_luxe {
    width: 20%;
	margin-bottom: 20px;	
}
	.heading05::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 22px;
	background-color: #e8b660;
}
}
/*-------カテゴリー別のイラスト-------------*/
.interior_inr,
.drive_inr,
.outdoors_inr,
.pet_inr,
.osusume_inr,
.subete_inr {
	position: relative;
}
.interior_inr::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 389px;
    height: 255px;
	background: url(http://amis-design.jp/html/template/default/assets/img/top/cate-ira-inte.png)100% 100% / cover;
    top: -27px;
    right: -30px;
}
.drive_inr::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 374px;
    height: 251px;
	background: url(http://amis-design.jp/html/template/default/assets/img/top/cate-ira-car.png)100% 100% / cover;
    top: 44px;
    right: -46px;
}
.outdoors_inr::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 365px;
    height: 300px;
	background: url(http://amis-design.jp/html/template/default/assets/img/top/cate-ira-comp.png)100% 100% / cover;
    top: -27px;
    right: -44px;
}
.pet_inr::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 348px;
    height: 252px;
	background: url(http://amis-design.jp/html/template/default/assets/img/top/cate-ira-pet.png)100% 100% / cover;
    top: 54px;
    left: -20px;
}
.osusume_inr::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 351px;
    height: 212px;
	background: url(http://amis-design.jp/html/template/default/assets/img/top/cate-ira-picup.png)100% 100% / cover;
    top: 43px;
    left: -46px;
}
.subete_inr::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 279px;
    height: 252px;
	background: url(http://amis-design.jp/html/template/default/assets/img/top/cate-ira-all.png)100% 100% / cover;
    top: 51px;
    left: -23px;
}

@media screen and (max-width: 767px) {
.interior_inr::before,
.drive_inr::before,
.outdoors_inr::before,
.pet_inr::before,
.osusume_inr::before,
.subete_inr::before {
	display: none;
}
}
/*-------カテゴリー別のイラスト2-------------*/
.cate_title_area {
	max-width: 1200px;
/*	width: calc(100% - 70px);*/
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}
.cate_illa_left {
	width: 30%;
}
.cate_illa_right {
	width: 65%;
}
.cate_illa_right h2 {
	color: #87CEEB;
	font-weight: 800;
	font-size: 2rem;
	line-height: 1;
}
.cate_illa_right h2 span {
	font-size: 1.2rem;
	color: #333;
}
.cate_p_bg {
	background-color: #87CEEB;
	color:#fff;
	padding: 1em 1em;
	box-sizing: border-box;
	margin-top: 20px;
}
.cate_p_bg p {
	text-align: justify;
	margin: 0;
}
@media screen and (max-width: 767px) {
.cate_title_area {
	display: block;
	width: 100%;
}
.cate_illa_right {
	width: 100%;
	margin: auto;
  text-align: center;
}
.cate_illa_left {
	width: 40%;
	margin: auto;
}
}
@media screen and (max-width: 480px) {
.cate_illa_right h2 {
	font-size: 1.4rem;
	line-height: 1.4;
}
.cate_illa_right h2 span {
	font-size: 1rem;
	color: #333;
}
}
/*--Q&Aのフレックス--*/
.faq_list.qa_flex {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.faq_list.qa_flex dl {
    width: 48%;
    font-size: 18px;
    font-weight: bold;
    display: flex;
}
.faq_list.qa_flex dl dd {
    width: 60%;
    margin: 0;
    padding: 20px 20px;
    line-height: 2;
    background-color: #fff;
	font-size: 1rem;
	text-align: justify;
}
.faq_list.qa_flex dl dt {
    background: #87CEEB;
    padding: 20px;
    width: 40%;
	color: #fff;
	text-align: justify;
}
.faq_list.qa_flex dl dt strong {
    color: #fff;
    font-size: 72px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    text-align: center;
}
.faq_list.qa_flex dl:nth-of-type(n+2) {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .faq_list.qa_flex dl:nth-of-type(n+2) {
    margin: 0 0 20px;
  }
.faq_list.qa_flex {
	display: block;
}
.faq_list.qa_flex dl {
    width: 100%;
	}
	
}
@media screen and (max-width: 480px) {
 .faq_list.qa_flex {
	display: block;
}
.faq_list.qa_flex dl {
    width: 100%;
	display: block;
}
.faq_list.qa_flex dl dt,
.faq_list.qa_flex dl dd {
    width: 100%;
}
.faq_list.qa_flex dl dt strong {
    font-size: 26px;
}
}

/*---------QAの下の商品の特徴-----*/
.reason2 {
	margin: 80px auto 150px;
}
#features2.features h3.reason_title,
#features1.features h3.reason_title, 
.reason2 h3.reason_title {
	display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: #87CEEB;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    width: 170px;
    height: 170px;
    margin: 0 auto 70px;
    border-radius: 50%;
}
ul.reason_flex.qa_flex li {
	display: flex;
	flex-direction: column;
    align-items: center;
    width: 42%;
}
ul.reason_flex.qa_flex li a {
    width: 100%;
}
ul.reason_flex.qa_flex li div.left {
    width: 100%;
    position: relative;
	height: 200px;
	margin-right: 0px;
	background-color: darkgray;
}
ul.reason_flex.qa_flex li div.left::before {
    content: "";
    display: block;
    padding-top: 100%;
}
ul.reason_flex.qa_flex li div.right {
    width: 100%;
	padding: 1em;
	background-color: #fff;
	text-align: justify
}
/*-------------------------------------------------骨の下の商品の特徴--*/
body#page_product_detail .ec-productRole .reason h3.reason_title {
	display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: #87CEEB;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    width: 140px;
    height: 140px;
    margin: 0 auto 70px;
    border-radius: 50%;
}
ul.reason_flex {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items:stretch;
}
ul.reason_flex li {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 48%;
}
ul.reason_flex li div.left {
    width: 300px;
    position: relative;
    margin-right: 20px;
}
ul.reason_flex li div.left::before {
    content: "";
    display: block;
    padding-top: 100%;
}
ul.reason_flex li div.left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
ul.reason_flex li div.right {
    width: 100%;
}
ul.reason_flex li div.right strong {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
ul.reason_flex li div.right strong span {
    color: #87CEEB;
    font-size: 55px;
/*    font-weight: bold;*/
    font-family: "Roboto";
    line-height: 1;
    vertical-align: middle;
    margin-right: 20px;
}
.kiji-inr-c {
	padding: 3em;
  	background: #fff;
  	box-shadow: 0px 0px 5px #4d4d4d;
	box-sizing: border-box
}
ul.kiji-8_flex {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items:stretch;
}
ul.kiji-8_flex li{
	width: calc(82% / 4);
	margin-right: 6%;
}
ul.kiji-8_flex li img {
	margin-bottom: 10px;
}
ul.kiji-8_flex li:nth-child(4n){
	margin-right: 0;
}
p.kiji-copy {
	text-align: center;
	margin-bottom: 30px;
}
.nobinai {
    padding: 0.2em 1em;
    display: inline-block;
    box-sizing: border-box;
    background-color: #EBAD70;
    color: #fff;
    border-radius: 3px;
	margin-bottom: 2em;
}
.nobiru {
    padding: 0.2em 1em;
    display: inline-block;
    box-sizing: border-box;
    background-color: #ADDAEC;
    color: #fff;
    border-radius: 3px;
	margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
	ul.kiji-8_flex,
	ul.reason_flex {
		display: block
	}
	ul.kiji-8_flex li {
		width: 300px;
		margin: auto;
	}
	ul.kiji-8_flex li:nth-child(4n){
	margin-right: auto;
}
	ul.reason_flex li {
		display: block;
		margin: auto;
		width: 300px;
	}
	ul.reason_flex li div.right {
		width: 300px;
		margin: auto;
		margin-bottom: 10px;
}
	p.kiji-copy {
		text-align: justify;
		width: 300px;
		margin: auto;
		margin-bottom: 30px;
}
}
/*-------------------------------------------------商品の特徴ページ--*/
#features1.features,
#features2.features {
	margin: 80px auto 120px;
	
}
ul.features_flex {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items:stretch;
}
ul.features_flex li {
	display: flex;
	flex-direction: column;
    align-items: center;
    width: calc(96% / 3);
}
ul.features_flex li .left {
	width: 100%;
	background-color: #87CEEB;
	padding: 1em 2em;
	text-align: center;
	color:#fff;
}
ul.features_flex li .right {
	background-color: #fff;
	padding: 1em;
	text-align: justify;
	color:#333;
}
ul.features_flex li .right p {
	font-size: 0.9rem;
    line-height: 1.8em;
}
@media screen and (max-width: 480px) {
	ul.features_flex {
	display: block;
}
	ul.features_flex li {
    width: 100%;
	margin-bottom: 10px;
}
	ul.features_flex li:first-child {
		margin-bottom: 0;
	}
}
/*-------------------------------------------------ハンバーガーメニューの修正した部分--*/
.spnav_p {
	padding: 10px;
    color: #fff;
    background: #0dcaf0;
    font-size: 16px;
	text-align: left;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading a {
    padding: 1em 10px;
    font-size: 16px;
    color: black;
    background: #F8F8F8;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #0dcaf0;
    font-weight: normal;
    background: #f8f8f8;
}
.fa-shopping-cart::before {
  content: "\f07a";
  color: #4d4d4d;
}
/*-------------------------------------------------sp pc 非表示--*/
@media screen and (min-width: 481px) {
	.slider_sp_img {
		display: none;
	}
	sp_only {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.slider_pc_img {
		display: none;
	}
}
/*# sourceMappingURL=customize.css.map */