/** Shopify CDN: Minification failed

Line 1767:2 Unexpected "/"

**/
@charset "utf-8";

/* ==========================================================================
   page__common
   ========================================================================== */
#page__header{
  	padding: 0 0 50px 0;
	text-align: center;
}
@media (min-width: 415px){
#page__header{
	padding: 0 0 4.5% 0;
}
}

#page__header h2{
	font-size: clamp(1.9rem, 1.85vw, 3.2rem);
	font-family: 'Montserrat','Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}

#page__header h3{
	color: #9BCBC6;
	font-size: 2.2rem;
	font-size: clamp(1.6rem, 1.5vw, 2.5rem);
	font-family: 'Montserrat', sans-serif;
  font-weight: 400;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin: 12px 0 0 0;
}
@media (min-width: 960px){
#page__header h3{
	margin: 1.1% 0 0 0;
}
}

/* ==========================================================================
   page__products
   ========================================================================== */
#products__list{
}

#products__list .wrap{
  width: 100%;
  padding: 0 8vw;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 415px){
#products__list .wrap{
	padding: 0 8vw;
}
}
@media (min-width: 960px){
#products__list .wrap{
	max-width: calc(1100px + 8vw + 8vw);
}
}
@media (min-width: 1600px){
#products__list .wrap{
	max-width: calc(1200px + 8vw + 8vw);
}
}

#products__list .products__header{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (min-width: 415px){
#products__list .products__header{
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
}

#products__list .products__header h2{
	color: #393334;
  font-size: 2.2rem;
	font-size: clamp(1.7rem, 1.7vw, 2.4rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 12px;
}
@media (min-width: 415px){
#products__list .products__header h2{
  margin-bottom: 10px;
}
}

#products__list .products__header .category__nav{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
  margin: 15px 0 10px 0;
}
@media (min-width: 415px){
#products__list .products__header .category__nav{
  margin: -3px 0 0 0;
}
}

#products__list .products__header .category__nav li a{
	color: #393334;
  font-size: 1.3rem;
	font-size: clamp(1.3rem, 0.8vw, 1.6rem);
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1;
	display: block;
	position: relative;
	margin: 0 6px;
	transition: all 0.2s ease;
}
@media (min-width: 415px){
#products__list .products__header .category__nav li a{
  margin: 0 0 0 16px;
}
}

#products__list .products__header .category__nav li a::after{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	transition: all 200ms ease-in-out;
	background: #9BCBC6;
	position: absolute;
	bottom: -3px;
	z-index: -1;
}

#products__list .products__header .category__nav li a:hover{
	color: #9BCBC6;
}

#products__list ul.list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

#products__list ul::after{
	content: "";
	width: 31.5%;
}

#products__list ul.list li{
	width: 48.5%;
	position: relative;
  margin: 30px 0 0 0;
}
@media (min-width: 415px){
#products__list ul.list li{
	width: 31.5%;
	margin: 46px 0 0 0;
}
}

#products__list ul.list li a{
	position: relative;
}

#products__list li a .category{
	color: #393334;
  font-size: 1.0rem;
	font-size: clamp(1.0rem, 0.8vw, 1.2rem);
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1em;
	padding: 3px 5px;
	position: absolute;
	top: 7px;
	right: 7px;
	border: 1px solid #9F9194;
}

#products__list li a .thumb{
	width: 100%;
	height: auto;
	overflow: hidden;
  position: relative;
}

#products__list li a .thumb img{
	transition: all 0.2s ease;
}

@media (min-width: 960px){
#products__list li a:hover .thumb img{
	transform: scale(1.06, 1.06);
}
}

#products__list li .text__wrap h4{
	color: #121212;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 0.9vw, 1.6rem);
  font-family: 'Montserrat','Zen Kaku Gothic New', sans-serif!important;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 4% 0 0 0;
}

#products__list li .text__wrap .price{
	color: #65bbb1;
	font-size: 1.6rem;
  font-size: clamp(1.6rem, 0.9vw, 1.8rem);
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 2% 0 0 0;
}

#products__list .no__products{
  width: 100%;
  text-align: center;
  margin: 80px 0 0 0;
}
@media (min-width: 415px){
#products__list .no__products{
	margin: 10% 0 0 0;
}
}


/* ==========================================================================
   page__item
   ========================================================================== */
/*#products__item.wrapper{
  padding: 0;
}

#products__item .item .wrap{
  width: 100%;
  padding: 0 8vw;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
	display: flex;
	flex-direction: column;
}
@media (min-width: 415px){
#products__item .item .wrap{
	padding: 0 8vw;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
}
@media (min-width: 960px){
#products__item .item .wrap{
	max-width: calc(1100px + 8vw + 8vw);
	padding: 0 8vw;
}
}
@media (min-width: 1600px){
#products__item .item .wrap{
	max-width: calc(1200px + 8vw + 8vw);
}
}*/

/*slider__block*/
.item__slider__block .slider{
	position: relative;
}

.item__slider__block{
	width: 100%;
	height: auto;
}
@media (min-width: 415px){
.item__slider__block{
  width: 42.0%;
  float: left!important;
}
}
@media (min-width: 960px){
.item__slider__block{
  width: 45.0%;
}
}

.item__slider__block .slider-thumbnail{
  margin: 8px 0 0 0;
}

.item__slider__block .slider-thumbnail .swiper-slide{
  transition: opacity .2s;
  cursor: pointer;
	border: 1px solid #ebfbfa;
	box-sizing: border-box;
}

.item__slider__block .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #CCCCCC;
	box-sizing: border-box;
}

/* slide-button */
.item__slider__block .button-wrap{
	position: absolute;
  bottom: 55px!important;
	right: 107px!important;
}

.item__slider__block .swiper-button-prev{
  left: 0!important;
}

.item__slider__block .swiper-button-next{
  left: 52px!important;
}


/*text__block*/
.product__info-wrapper{
	width: 100%!important;
	max-width: 100%!important;
	color: #393334;
	font-size: 1.4rem;
	font-size: clamp(1.4rem, 0.85vw, 1.6rem);
	font-family: 'Montserrat','Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	letter-spacing: 0.02em;
	font-feature-settings: "palt" 1;
	padding: 0!important;
}
@media (min-width: 415px){
.product__info-wrapper{
  width: 38.0%!important;
  float: right!important;

}
}

.product__info-wrapper .product__info-container{
  width: 100%!important;
}

.product__title h1{
   color: #393334;
	font-size: 2.2rem;
	font-size: clamp(1.8rem, 1.1vw, 2.4rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-feature-settings: "palt" 1;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.04em;
	padding: 0 0 4% 0;
}

/*text__block*/
/*.item .text__block{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 50px 0 0 0;
}
@media (min-width: 415px){
.item .text__block{
	padding: 5% 0 0 0;
  width: 49.0%;
}
}
@media (min-width: 960px){
.item .text__block{
  width: 38.0%;
}
}

.item .text__block h2{
	color: #393334;
	font-size: 2.2rem;
	font-size: clamp(1.8rem, 1.1vw, 2.4rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-feature-settings: "palt" 1;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.04em;
	padding: 0 0 4% 0;
}

.item .text__block .category{
	color: #393334;
  font-size: 1.6rem;
	font-size: clamp(1.4rem, 0.8vw, 1.8rem);
	font-family: 'Montserrat', sans-serif;
	line-height: 1em;
	padding: 3px 5px;
	border: 1px solid #9F9194;
	margin: 0 0 30px 0;
}
@media (min-width: 415px){
.item .text__block .category{
	margin: 0 0 9.5% 0;
}
}

.item .text__block .price{
	color: #393334;
	font-size: 2.2rem;
	font-size: clamp(1.8rem, 1.1vw, 2.4rem);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
	position: relative;
	margin: 0 0 15.5% 0;
}

.item .text__block .price::after{
	content: "（税込）";
	font-size: 1.0rem;
	font-size: clamp(1.0rem, 0.8vw, 1.2rem);
	position: absolute;
	right: -4em;
	bottom: -1px;
}

.item .text__block form{
	width: 100%;
}

.item .text__block form .option{
	display: none;
}

.item .text__block form .quantity{
	height: 44px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 26px 0;
}

.item .text__block form .quantity label{
	height: 44px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 0 22px 0 0;
}

.item .text__block form .quantity input[type="number"]{
	width: 130px;
  height: 44px;
	font-size: 1.5rem;
	font-size: clamp(1.45rem, 0.75vw, 1.7rem);
	font-family: 'Montserrat', sans-serif;
	border-radius: 0;
	border: 1px solid #BCBCBC;
  padding: 0 10px 0 20px;
	box-sizing: border-box;
}

.item .text__block form .btn__submit{
	width: 100%;
	margin: 0 0 4% 0;
}

.item .btn__submit button.btn-cart{
	color: #fff;
	width: 100%;
	height: 60px;
	font-size: 1.6rem;
	font-size: clamp(1.6rem, 0.85vw, 1.8rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	letter-spacing: 0.06em;
	border-radius: 6px;
	border: 0;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	background: #9BCBC6;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.item .btn__submit button[type="submit"]:hover{
	background: #393334;
}

.item .btn__submit button[type="submit"]:disabled {
	opacity: 0.4;
  cursor: not-allowed;
}

.item .btn__submit button[type="submit"]:hover:disabled {
	color: rgba(255, 255, 255, 1);
}

.item .btn__faq a{
	color: #393334;
	font-size: clamp(1.4rem, 0.70vw, 1.4rem);
	font-weight: 400;
	letter-spacing: 0.04em;
	display: block;
	position: relative;
	transition: 0.2s ease-in-out;
}

.item .btn__faq a:hover{
	color: #9BCBC6;
}

.item .btn__faq a::after{
  content: "";
	width: 6px;
  height: 11px;
	background-image: url(../images/icon_arrow_r.svg);
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%208%2014%22%20viewBox%3D%220%200%208%2014%22%3E%3Cpath%20d%3D%22m1.1%2013.9-1-.9%206-6-6-6%201-.9L7.9%207z%22%20style%3D%22fill%3A%239BCBC6%22%2F%3E%3C%2Fsvg%3E');
	background-size: 6px 11px;
  position: absolute;
  top: 50%;
  right: -16px;
	margin: -5.2px 0 0 0;
	mix-blend-mode: multiply;
	stroke: #9BCBC6;
	transition: 0.2s ease-in-out;
}
*/

.product-form__buttons button::before,
.product-form__buttons button::after{
	box-shadow: none!important;
}

.product-form__buttons button.product-form__submit{
	color: #fff;
	width: 100%;
	height: 60px;
	font-size: 1.6rem;
	font-size: clamp(1.6rem, 0.85vw, 1.8rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	letter-spacing: 0.06em;
	border-radius: 6px;
	border: 0;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	background: #9BCBC6;
	background: #393334;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.product-form__buttons button.product-form__submit:hover{
	background: #393334;
	background: #9BCBC6;
}

.product-form__buttons button.shopify-payment-button__button{
 	color: #393334;
	width: 100%;
	height: 56px;
	font-size: 1.6rem;
	font-size: clamp(1.6rem, 0.85vw, 1.8rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	letter-spacing: 0.06em;
	border-radius: 6px;
	border: 0;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	border: 1px solid #9BCBC6;
	box-sizing: border-box;
	background: #fff;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none; 
}

.product-form__buttons button.shopify-payment-button__button:hover{
	color: #fff;
	background: #9BCBC6;
}

.product__description{
  margin: 0!important;
}

.product__title h1{
  padding: 40px 0 0 0!important;
  display: block;
}
@media (min-width: 415px){
.product__title h1{
  padding: 40px 0 0 0!important;
}
}

.product__description .item__btn{
	display: flex;
	align-items: center;
	justify-content: center;
}

.product__description .item__btn a{
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  border-bottom: 1px solid #333;
  display: block;
  transition: all 0.2s ease;
  margin: 15px 0 0 0;
}
.product__description .item__btn a:hover{
	opacity: 0.4;
}

.product__description .item__outline{
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 14px 0;
	margin: 16% 0 11% 0;
}
@media (min-width: 415px){
.product__description .item__outline{
	padding: 18px 0;
}
}

.product__description .item__outline .line{
	width: 100%;
	height: 1px;
	background-color: #DDDDDD!important;
	margin: 14px 0;
	display: block;
}
@media (min-width: 415px){
.product__description .item__outline .line{
	margin: 18px 0;
}
}

.product__description .item__outline table{
	border-collapse: collapse;
	font-size: 1.5rem;
	font-size: clamp(1.4rem, 0.75vw, 1.7rem);
	box-shadow: none!important;
}

.product__description .item__outline table th,
.product__description .item__outline table td{
	padding: 6px 0;
	border: none!important;
}

.product__description .item__outline th{
	width: 30%;
	text-align: left;
	vertical-align: baseline;
}

.product__description .item__outline td{
	width: 70%;
}

.item__text p{
	font-size: clamp(1.4rem, 0.75vw, 1.7rem);
	padding: 0 0 6% 0;
}

.item__text p:last-child{
	padding: 0;
}

.product__view-details{
	display: none!important;
}


/* ==========================================================================
   page__faq
   ========================================================================== */
#faq__list{
}

#faq__list .wrap{
  width: 100%;
  padding: 0 8vw;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 415px){
#faq__list .wrap{
	padding: 0 8vw;
}
}
@media (min-width: 960px){
#faq__list .wrap{
	max-width: calc(1100px + 8vw + 8vw);
}
}
@media (min-width: 1600px){
#faq__list .wrap{
	max-width: calc(1200px + 8vw + 8vw);
}
}

#faq__list .wrap .list__wrap2{
	margin: 50px 0 0 0;
}
@media (min-width: 960px){
#faq__list .wrap .list__wrap2{
	margin: 80px 0 0 0;
}
}

#faq__list h3{
	width: 100%;
	font-size: 2.0rem;
	font-size: clamp(1.6rem, 1.0vw, 1.9rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	background: #f1f1f1;
	padding: 8px 0 8px 20px;
	margin: 0 0 2px 0;
	box-sizing: border-box;
}
@media (min-width: 415px){
#faq__list h3{
	padding: 12px 0 12px 35px;
	margin: 0 0 4px 0;
}
}

#faq__list dl{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 18px 0;
	border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 415px){
#faq__list dl{
	padding: 30px 0;
}
}

#faq__list dl dt{
	width: 100%;
	font-size: 1.6rem;
	font-size: clamp(1.5rem, 0.9vw, 1.8rem);
	font-weight: 500;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#faq__list dl dd{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 5px 0 0 0;
}
@media (min-width: 415px){
#faq__list dl dd{
	padding: 16px 0 0 0;
}
}

#faq__list dl .icon{
	color: #9BCBC6;
	width: 5%;
	font-size: 2.8rem;
	font-size: clamp(1.6rem, 2.2vw, 3.1rem);
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0.2em;
}

#faq__list dl dd .icon{
	color: #9BCBC6;
	padding: 0 0 0 1px;
}

#faq__list dl p{
	width: 93%;
}


/* ==========================================================================
   page__contact
   ========================================================================== */
#contact{
}

#contact .wrap{
  width: 100%;
  padding: 0 8vw;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 415px){
#contact .wrap{
	padding: 0 8vw;
}
}
@media (min-width: 960px){
#contact .wrap{
	max-width: calc(1100px + 8vw + 8vw);
}
}
@media (min-width: 1600px){
#contact .wrap{
	max-width: calc(1200px + 8vw + 8vw);
}
}

#contact dl{
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media (min-width: 415px){
#contact dl{
	flex-direction: row;
}
}

#contact dl dt{
	width: 100%;
	font-weight: 500;
	padding: 4px 0 4px 0;
}
@media (min-width: 415px){
#contact dl dt{
  width: 25%;
  padding: 10px 0 0 0;
}
}

#contact dl dt span{
	color: #C60000;
	font-weight: 400;
}

#contact dl dd{
	width: 100%;
}
@media (min-width: 415px){
#contact dl dd{
	width: 75%;
}
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="password"]{
	width: 100%;
	height: 48px;
	font-size: 1.5rem;
	font-size: clamp(1.6rem, 0.75vw, 1.7rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	letter-spacing: 0.04em;
	border: 1px solid #BCBCBC;
	padding: 0 15px 0 15px;
	margin: 0 0 5px 0;
	box-sizing: border-box;
}
@media (min-width: 415px){
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="password"]{
  margin: 0 0 15px 0;
}
}

#contact textarea{
	width: 100%;
	font-size: 1.5rem;
	font-size: clamp(1.6rem, 0.75vw, 1.7rem);
	padding: 10px 15px;
	letter-spacing: 0.02em;
	border: 1px solid #BCBCBC;
	box-sizing: border-box;
}

#contact .submit__wrap{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 30px 0 0 0;
}
@media (min-width: 415px){
#contact .submit__wrap{
	margin: 60px 0 0 0;
}
}

#contact .submit__wrap input[type="submit"]{
	color: #fff;
	width: 100%;
  height: 54px;
	font-size: 1.6rem;
	font-size: clamp(1.6rem, 0.85vw, 1.8rem);
	font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  line-height: 1em;
	letter-spacing: 0.06em;
	border-radius: 5px;
	border: 0;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	background: #9BCBC6;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	margin: 0 auto;
}
@media (min-width: 415px){
#contact .submit__wrap input[type="submit"]{
	width: 300px;
}
}

#contact .submit__wrap input[type="submit"]:hover{
	background: #393334;
}

#contact .message__wrap{
	width: 100%;
	font-size: clamp(1.6rem, 0.85vw, 1.8rem);
	font-weight: 500;
	line-height: 1.2;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #393334;
	box-sizing: border-box;
	padding: 20px;
	margin: 40px 0 0 0;
}
@media (min-width: 415px){
#contact .message__wrap{
  padding: 26px;
	margin: 60px 0 0 0;
}
}


/* ==========================================================================
   page__cart
   ========================================================================== */
.title-wrapper-with-link a{
	font-size: clamp(1.4rem, 0.85vw, 1.6rem)!important;
	line-height: 1.2!important;
	text-decoration: none!important;
	border-bottom: 1px solid #393334!important;
	transition: all 0.2s ease!important;
}

.title-wrapper-with-link a:hover{
    color: #9BCBC6!important;
    border-bottom: 1px solid #9BCBC6!important;
}

.cart__items table,
.cart__items table a{
  font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif!important;
}

#main-cart-footer button#checkout{
	color: #fff;
	width: 100%;
	height: 54px;
	font-size: 1.6rem;
	font-size: clamp(1.6rem, 0.85vw, 1.7rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	letter-spacing: 0.06em;
	border-radius: 6px;
	border: none;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	background: #9BCBC6;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#main-cart-footer button#checkout:after{
	box-shadow: none!important;
}

#main-cart-footer button#checkout:hover{
	background: #393334;
}

.title-wrapper-with-link h1{
	font-size: clamp(1.7rem, 1.4vw, 2.8rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif!important;
	font-weight: 500;
	letter-spacing: 0.06em;
}
 
#main-cart-footer .totals h2{
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
}


/*#cart .cart__list{
}

#cart .wrap{
  width: 100%;
  padding: 0 8vw;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 415px){
#cart .wrap{
	padding: 0 8vw;
}
}
@media (min-width: 960px){
#cart .wrap{
	max-width: calc(1100px + 8vw + 8vw);
}
}
@media (min-width: 1600px){
#cart .wrap{
	max-width: calc(1200px + 8vw + 8vw);
}
}

#cart table{
	border-collapse: collapse;
}

#cart table thead th{
	font-size: clamp(1.2rem, 0.9vw, 1.4rem);
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding: 0 0 12px 0;
}

#cart table tbody{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#cart table tbody td{
	padding: 35px 0;
}
@media (min-width: 415px){
#cart table tbody td{
	padding: 13px 0;
}
}

#cart table .thumb{
	width: 12%;
}
@media (min-width: 415px){
#cart table .thumb{
	width: 9%;
}
}


#cart table .name{
	
  line-height: 1.2;
	padding: 0 8px 0 10px;
}
@media (min-width: 415px){
#cart table .name{
	width: 60%;
	line-height: 1.6;
	padding: 0 28px 0 30px;
}
}

#cart table .name a.product_title{
	color: #393334;
  font-size: 1.6rem;
	font-size: clamp(1.4rem, 0.8vw, 1.8rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	transition: all 0.2s ease;
}

#cart table .name a:hover{
	opacity: 0.4;
}

#cart table .name a.delete{
	color: #393334;
	font-size: 1.6rem;
	font-size: clamp(1.4rem, 0.7vw, 1.6rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	text-decoration: underline!important;
	display: block;
	transition: all 0.2s ease;
	margin: 10px 0 0 0;
}
@media (min-width: 415px){
#cart table .name a.delete{
	float: right;
	display: inline-block;
	margin: 0 0 0 20px;
}
}

#cart table .price{
	width: 14%;
	font-size: 1.6rem;
	font-size: clamp(1.4rem, 0.85vw, 1.9rem);
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

#cart table .quantity{
	width: 14%;
	padding: 0 6px;
}
@media (min-width: 415px){
#cart table .quantity{
	width: 7%;
  padding: 0;
}
}

#cart table .total{
	width: 10%;
	font-size: 1.7rem;
	font-size: clamp(1.4rem, 0.85vw, 1.9rem);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: right;
}

#cart table input[type="number"]{
	width: 100%;
	height: 30px;
	font-size: 1.5rem;
	font-size: clamp(1.4rem, 0.75vw, 1.7rem);
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	border-radius: 0;
	border: 1px solid #BCBCBC;
	box-sizing: border-box;
}
@media (min-width: 415px){
#cart table input[type="number"]{
	width: 100%;
	height: 44px;
	font-size: 1.5rem;
	padding: 0 10px 0 20px;
}
}

#cart .subtotal__block{
	width: 100%;
	text-align: right;
	padding: 20px 0 50px 0;
}

#cart .subtotal__block .subtotal{
	font-size: 1.6rem;
	font-size: clamp(1.5rem, 0.80vw, 1.8rem);
	font-weight: 500;
	letter-spacing: 0.04em;
}

#cart .subtotal__block .subtotal span{
	font-size: 2.0rem;
	font-size: clamp(1.8rem, 1.2vw, 2.2rem);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 0.06em;
}

#cart .subtotal__block .note{
	font-size: clamp(1.2rem, 0.9vw, 1.4rem);
	font-weight: 400;
	letter-spacing: 0;
	padding: 0 0 0 0;
}
@media (min-width: 415px){
#cart .subtotal__block .note{
	padding: 8px 0 0 0;
}
}

#cart .btn__block{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 415px){
#cart .btn__block{
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
}

#cart .btn__block .btn__wrap{
  width: 100%;
	display: flex;
	flex-direction: column;
}
@media (min-width: 415px){
#cart .btn__block .btn__wrap{
  width: auto;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
}

#cart button.btn__checkout{
	color: #fff;
	width: 100%;
	height: 54px;
	font-size: 1.6rem;
	font-size: clamp(1.6rem, 0.85vw, 1.7rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	letter-spacing: 0.06em;
	border-radius: 6px;
	border: 0;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	background: #9BCBC6;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}
@media (min-width: 415px){
#cart button.btn__checkout{
	width: 280px;
}
}

#cart button.btn__checkout:hover{
	background: #393334;
}

#cart .update__wrap{
	display: flex;
	flex-direction: row;
	align-items: center;
  justify-content: center;
	margin: 0 0 20px 0;
}
@media (min-width: 415px){
#cart .update__wrap{
  justify-content: flex-end;
  margin: 0 16px 0 0;
}
}
@media (min-width: 960px){
#cart .update__wrap{
  justify-content: flex-end;
  margin: 0 25px 0 0;
}
}

#cart button.btn__update{
	color: #9BCBC6;
	color: #313131;
	width: 66px;
	height: 40px;
	font-size: 1.6rem;
	font-size: clamp(1.5rem, 0.85vw, 1.7rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	letter-spacing: 0.06em;
	border-radius: 6px;
	border: 1px solid #9BCBC6;
	box-sizing: border-box;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	background: #fff;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	margin: 0 0 0 14px;
	white-space: nowrap;
}
@media (min-width: 415px){
#cart button.btn__update{
	width: 80px;
	height: 54px;
  margin: 0 0 0 8px;
}
}
@media (min-width: 960px){
#cart button.btn__update{
	width: 80px;
	height: 54px;
	margin: 0 0 0 14px;
}
}

#cart button.btn__update:hover{
	color: #fff;
	background: #393334;
	border: 1px solid #393334;
}

#cart .btn__wrap .note{
	font-size: clamp(1.2rem, 0.9vw, 1.4rem);
	font-weight: 400;
	letter-spacing: 0;
}
@media (min-width: 415px){
#cart .btn__wrap .note{
	line-height: 1.3;
	margin: 0 0 0 30px;
}
}
@media (min-width: 960px){
#cart .btn__wrap .note{
	width: auto;
	margin: 0;
}
}

#cart .btn__block .btn__wrap{
	order: 1;
}
@media (min-width: 415px){
#cart .btn__block .btn__wrap{
	order: 2;
}
}

#cart .btn__return{
	order: 2;
	margin: 30px 0 0 0;
}
@media (min-width: 415px){
#cart .btn__return{
	margin: 0 0 0 0;
}
}

#cart .btn__return a{
	color: #313131;
	font-size: clamp(1.6rem, 0.9vw, 1.6rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	letter-spacing: 0em;
	position: relative;
	align-items: center;
	padding: 0 0 2px 0;
	transition: all 0.2s ease;
	z-index: 1;
	display: block;
  white-space: nowrap;
}

#cart .btn__return a::after{
	content: "";
	width: 0;
	height: 1px;
	display: block;
	transition: all 200ms ease-in-out;
	background: #9BCBC6;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

#cart .btn__return a:hover::after{
  width: 100%;
}

#cart .btn__return a::before{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #393334;
	position: absolute;
	bottom: 0;
	z-index: -2;
}

#cart .no__cart{
	width: 100%;
	font-size: 1.6rem;
	font-size: clamp(1.5rem, 0.85vw, 1.8rem);
	font-weight: 500;
	text-align: center;
	padding: 150px 0 40px 0;
}

#cart .return__wrap{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  padding: 0 0 150px 0;
}*/


/* ==========================================================================
   page__customer, account
   ========================================================================== */
.account{
	color: #393334;
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif!important;
}

.account h1{
	font-size: clamp(1.7rem, 1.4vw, 2.8rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif!important;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.account h2{
	font-size: clamp(1.6rem, 1.0vw, 1.8rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif!important;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.account p{
	font-size: 1.4rem;
	font-size: clamp(1.4rem, 0.85vw, 1.6rem)!important;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
	font-feature-settings: "palt" 1;
}

.account a{
	font-size: clamp(1.4rem, 0.85vw, 1.6rem)!important;
	line-height: 1.2!important;
	text-decoration: none!important;
	border-bottom: 1px solid #393334!important;
	transition: all 0.2s ease!important;
}

.account a:hover{
    color: #9BCBC6!important;
    border-bottom: 1px solid #9BCBC6!important;
}
  
  #huckleberry-subscription-customer-portal-wrap{
    display: none;
  }
  
  #huckleberry-subscription-customer-portal-wrap p:nth-child(1){
    display: none;
  }

.customer__account__block{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
@media (min-width: 960px){
.customer__account__block{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
}

.customer__account__block .account__orders{
	padding: 0!important;
}

.customer__account__block .account__detail{
	padding: 0!important;
}
@media (min-width: 960px){
.customer__account__block .account__detail{
	padding: 0 100px 0 0!important;
}
}

.customer .btn__back-to-top{
  margin: 50px 0 0 0;
}

.customer .btn__back-to-top a{
	color: #fff;
	width: 100;
	height: 54px;
	font-size: 1.6rem;
	font-size: clamp(1.6rem, 0.85vw, 1.8rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	text-decoration: none!important;
	line-height: 1;
	letter-spacing: 0.06em;
	border-radius: 5px;
	border: 0!important;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	background: #9BCBC6;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}
@media (min-width: 415px){
.customer .btn__back-to-top{
	color: #fff!important;
	width: 300px;
}
}

.customer .btn__back-to-top a:hover{
	background: #393334;
	border: 0!important;
}


/* ==========================================================================
   page__customer
   ========================================================================== */
#page__customer .customer__list .wrap{
	width: 100%;
	padding: 0 8vw;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
@media (min-width: 415px){
#page__customer .customer__list .wrap{
	padding: 0 8vw;
}
}
@media (min-width: 960px){
#page__customer .customer__list .wrap{
	max-width: calc(800px + 8vw + 8vw);
}
}

#page__customer .customer__list h2{
	color: #393334;
	font-size: 2.2rem;
	font-size: clamp(1.7rem, 1.4vw, 2.6rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 0 0 24px 0;
	text-align: center;
}

#page__customer .customer__list p{
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	text-align: center;
	padding: 0 0 36px 0;
}

#page__customer .customer__list .errors ul{
	color: #ee3b59;
	width: 100%;
	padding: 24px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 0 40px 0;
	border: 1px solid #ee3b59;
}

#page__customer .customer__list .line__block,
#page__customer .customer__list .login__block,
#page__customer .customer__list .register__block{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

#page__customer .customer__list .wrap .line{
	width: 100%;
	height: 1px;
	margin: 52px 0 56px 0;
  display: block;
	background-color: #ddd;
}

#page__customer .customer__list .btn__line a{
	color: #fff;
	width: 300px;
  height: 54px;
	font-size: 1.6rem;
	font-size: clamp(1.6rem, 0.85vw, 1.8rem);
  font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  line-height: 1em;
	letter-spacing: 0.06em;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
  transition: 0.2s ease-in-out;
	background: #06c755;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#page__customer .customer__list .btn__line a:hover{
	color: rgba(255, 255, 255, 0.5);
}

#page__customer .customer__list .login__block form,
#page__customer .customer__list .register__block form{
	width: 100%;
}
@media (min-width: 415px){
#page__customer .customer__list .login__block form,
#page__customer .customer__list .register__block form{
	width: 80%;
	min-width: 350px;
}
}

#page__customer input[type="text"],
#page__customer input[type="email"],
#page__customer input[type="password"]{
	width: 100%;
	height: 48px;
	font-size: 1.5rem;
	font-size: clamp(1.6rem, 0.75vw, 1.7rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	letter-spacing: 0.04em;
	border: 1px solid #BCBCBC;
	padding: 0 20px 0 20px;
	margin: 0 0 15px 0;
	box-sizing: border-box;
}

#page__customer input[type="submit"]{
	color: #fff;
	width: 300px;
	height: 54px;
	font-size: 1.6rem;
	font-size: clamp(1.6rem, 0.85vw, 1.8rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.06em;
	border-radius: 5px;
	border: 0;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	background: #9BCBC6;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	margin: 30px auto 0;
}

#page__customer input[type="submit"]:hover{
	background: #393334;
}

#page__customer .login__list h2.register__title{
	color: #393334;
	font-size: 2.2rem;
	font-size: clamp(1.9rem, 1.85vw, 3.2rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 0 0 40px 0;
	text-align: center;
}

#page__customer .name__wrap{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

#page__customer .name__wrap label{
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

#page__customer .name__wrap input[type="text"]{
	width: 49%;
	height: 48px;
	font-size: 1.5rem;
	font-size: clamp(1.6rem, 0.75vw, 1.7rem);
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	letter-spacing: 0.04em;
	border: 1px solid #BCBCBC;
	padding: 0 20px 0 20px;
	margin: 0 0 15px 0;
	box-sizing: border-box;
}*/


/* ==========================================================================
   page__account
   ========================================================================== */
/*.account__list{
	width: 100%;
	box-sizing: border-box;
}
@media (min-width: 415px){
.account__list{
	width: 80%;
	min-width: 350px;
}
}

.account__list dl{
	width: 100%;
	font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-direction: row;
}

.account__list dl:first-child{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.account__list dl.subscription{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 10px 0 0 0;
}
@media (min-width: 415px){
.account__list dl.subscription{
	margin: 20px 0 0 0;
}
}

.account__list dl dt{
	width: 28%;
	font-weight: 500;
	line-height: 1.2;
	padding: 12px 0;
	box-sizing: border-box;
  display: block;
  background-color: #fafafa;
  display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
@media (min-width: 415px){
.account__list dl dt{
	padding: 18px 0;
}
}

.account__list dl dd{
	width: 72%;
  	line-height: 1.2;
  display: block;
	padding: 18px 0 18px 10px;
   display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
@media (min-width: 415px){
.account__list dl dd{
	padding: 18px 0 18px 15px;
}
}

.account__list dl dd a{
	color: #393334;
	text-decoration: underline #ccc;
	transition: all 0.2s ease;
}

.account__list dl dd a:hover{
	opacity: 0.4;
}

.account__list .btn__block{
  display: flex;
	flex-direction: column;
	align-items: center;
  margin: 45px auto 0;
}

.account__list .btn__move{
    width: 100%;
}
@media (min-width: 415px){
.account__list .btn__move{
    width: auto;
}
}

.account__list .btn__move a{
	color: #fff;
	width: 100%;
	height: 54px;
	font-size: 1.6rem;
	font-size: clamp(1.6rem, 0.85vw, 1.8rem);
	font-weight: 500;
	line-height: 54px;
	letter-spacing: 0.06em;
	border-radius: 5px;
	border: 0;
	text-align: center;
	display: block;
	transition: all 0.2s ease;
	background: #9BCBC6;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	margin: 10px 0 0 0;
}
@media (min-width: 415px){
.account__list .btn__move a{
	width: 300px;
}
}

.account__list .btn__move a:hover{
	background: #393334;
}

#huckleberry-subscription-customer-portal-wrap{
  display: none;
}*/


/* ==========================================================================
   page__shopify-policy
   ========================================================================== */
.shopify-policy__container{
  width: 100%;
  padding: 0 8vw;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 415px){
.shopify-policy__container{
	padding: 0 8vw;
}
}
@media (min-width: 960px){
.shopify-policy__container{
	max-width: calc(1100px + 8vw + 8vw);
}
}
@media (min-width: 1600px){
.shopify-policy__container{
	max-width: calc(1200px + 8vw + 8vw);
}
}

.shopify-policy__title{
	padding: 0 0 40px 0!important;
	text-align: center;
}
@media (min-width: 415px){
.shopify-policy__title{
	padding: 0 0 10.5% 0!important;
	text-align: center;
}
}

.shopify-policy__title h1{
	font-size: clamp(1.9rem, 1.85vw, 3.2rem);
	font-family: 'Montserrat','Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}

.shopify-policy__body .rte h3{
	color: #393334;
	font-size: 2.2rem;
	font-size: clamp(1.6rem, 1.0vw, 2.0rem);
	font-family: 'Montserrat','Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	padding: 10px 0 2px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 415px){
.shopify-policy__body .rte h3{
    padding: 30px 0 8px 0;
  margin: 0 0 22px 0;
}
}

.shopify-policy__body .rte h3:first-child{
	padding: 0 0 8px 0;
}

.shopify-policy__body .rte p.introduction{
	padding: 0 0 30px 0;
}
@media (min-width: 415px){
.shopify-policy__body .rte p.introduction{
	padding: 0 0 50px 0;
}
}

.shopify-policy__body .rte p{
	padding: 0 0 20px 0;
	font-family: 'Montserrat','Zen Kaku Gothic New', sans-serif;
}
@media (min-width: 415px){
.shopify-policy__body .rte p{
    padding: 0 0 30px 0;
}
}

.shopify-policy__body .rte ol{
	padding: 0 0 30px 0;
	margin: 0 0 0 1em;
}

.shopify-policy__body .rte ol li{
	list-style-type: disc;
}
