@charset "utf-8";
/* ver=1.1 */
html{
	font-size: 62.5%;
}

#about-pv,
#page-nav,
#brand-concept,
#background,
#features,
#thought,
#how-to,
#products,
#voice,
#page-faq,
#contact{
	color: #3E3D43;
	line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	position: relative;
}


/* ==========================================================================
   page_header
   ========================================================================== */
#page_header{
	width: 100%;
	height: auto;
	margin: 140px 0 0 0;
}
@media (min-width: 960px){
#page_header{
	margin: 210px 0 0 0;
}
}

#page_header .page_title_en{
	color: #f2855f;
	font-size: 1.5rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
}
@media (min-width: 960px){
#page_header .page_title_en{
	font-size: 2.0rem;
}
}

#page_header .page_title{
	color: #3E3D43;
	font-size: 2.2rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 15px 0 0 0;
}
@media (min-width: 960px){
#page_header .page_title{
	font-size: 3.6rem;
	margin: 17px 0 0 0;
}
}


/* ==========================================================================
	 my-contents
   ========================================================================== */
#my-contents.page{
	background-color: #F7EEE7;
	background-color: #F2EDEA;
}

/* 商品詳細ページのproduct背景 */
.p-product_content #my-contents.page{
	background-color: #F2EDEA!important;
}


/* ==========================================================================
	 about-pv
   ========================================================================== */
#about-pv{
	width: 100vw;
	height: 274px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/about-pv.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fafafa;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 0;
}
@media (min-width: 960px){
#about-pv{
	height: 500px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/about-pv.jpg);
	background-size: cover;
}
}


/* ==========================================================================
	 page-nav
   ========================================================================== */
#page-nav ul.nav-list{
	width: 100%;
	height: auto;
	border-radius: 16px;
	background: #fcf9f5;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 16px 0 16px 40px;
	margin-top: -30px;
}
@media (min-width: 960px){
#page-nav ul.nav-list{
	height: 80px;
	border-radius: 20px;
	background: #fcf9f5;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-top: -40px;
	list-style-type: none;
}
}

.page-faq #page-nav ul.nav-list{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
@media (min-width: 960px){
.page-faq #page-nav ul.nav-list{
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
}

#page-nav.page-faq ul.nav-list{
	margin-top: 0;
}

#page-nav ul.nav-list li{
	width: 48%;
	position: relative;
}
@media (min-width: 960px){
#page-nav ul.nav-list li{
	width: auto;
}
}

.page-faq #page-nav ul.nav-list li{
	width: auto;
}

#page-nav ul.nav-list li::after{
	content: "-";
	color: #E5BF9A;
	font-size: 1.5rem;
	font-weight: 500;
	position: absolute;
	left: -0.8em;
	top: -0.15em;
}
@media (min-width: 960px){
#page-nav ul.nav-list li::after{
	font-size: 0rem;
}
}

#page-nav ul.nav-list li a{
	color: #3E3D43;
	width: 100%;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.02em;
	display: block;
	text-decoration: none;
	padding: 3px 0;
}
@media (min-width: 960px){
#page-nav ul.nav-list li a{
	width: auto;
	font-size: 1.5rem;
	line-height: 1;
	border-left: 1px solid #E5BF9A;
	transition: all 0.3s ease;
	padding: 0 14px;
}
}

#page-nav ul.nav-list li:first-child a{
	border-left: 0;
}

@media (min-width: 960px){
#page-nav ul.nav-list li a:hover{
	color: #E9A590;
}
}


/* ==========================================================================
   brand-concept
   ========================================================================== */
#brand-concept{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 50px 0 0 0;
}
@media (min-width: 960px){
#brand-concept{
	padding: 100px 0 0 0;
}
}

#brand-concept .wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#brand-concept .text_wrap{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	border-radius: 16px;
	background-color: #FFF;
	padding: 40px 8vw 30px;
	margin: 0 auto;
}
@media (min-width: 960px){
#brand-concept .text_wrap{
	flex-direction: row;
	justify-content: space-between;
	border-radius: 40px;
	padding: 76px 80px 76px 0;
	margin: 0;
}
}

#brand-concept .img_block{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 960px){
#brand-concept .img_block{
	width: 50%;
}
}

#brand-concept .img_block img{
	width: 200px;
	height: auto;
	display: block;
	padding: 5px 0 20px 0;
}
@media (min-width: 960px){
#brand-concept .img_block img{
	width: 280px;
	padding: 0;
}
}

#brand-concept .text_block{
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media (min-width: 960px){
#brand-concept .text_block{
	width: 47%;
}
}

#brand-concept .head{
	color: #3E3D43;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
@media (min-width: 960px){
#brand-concept .head{
	font-size: 3.4rem;
}
}

#brand-concept .article{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.7;
	text-align: justify;
}
@media (min-width: 960px){
#brand-concept .article{
	font-size: 1.6rem;
}
}


/* ==========================================================================
   background
   ========================================================================== */
#background{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 50px 0 90px 0;
}
@media (min-width: 960px){
#background{
	padding: 120px 0 120px 0;
}
}

#background::after{
	content: "";
	width: 221.4px;
	height: 135px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/obj-asiato-3.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  position: absolute;
	bottom: 18px;
	right: -9vw;
	z-index: 0;
}
@media (min-width: 960px){
#background::after{
	width: 410px;
	height: 250px;
	bottom: 120px;
	right: 8vw;
}
}

#background .wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

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

#background .img_block{
	width: 88%;
	height: auto;
	border-radius: 16px;
	overflow: hidden;
	margin: 0 auto;
	order: 1
}
@media (min-width: 960px){
#background .img_block{
	width: 38.2%;
	height: auto;
	border-radius: 40px;
	margin: 0;
	order: 2
}
}

#background img{
	width: 100%;
	height: auto;
	display: block;
}

#background .text_block{
	width: 100%;
	display: flex;
	flex-direction: column;
	order: 2
}
@media (min-width: 960px){
#background .text_block{
	width: 57%;
	order: 1
}
}

#background .head{
	color: #3E3D43;
	font-size: 1.9rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	font-weight: 600;
}
@media (min-width: 960px){
#background .head{
	font-size: 2.8rem;
}
}

#background .article{
	font-size: 1.5rem;
	line-height: 1.7;
}
@media (min-width: 960px){
#background .article{
	font-size: 1.5rem;
}
}

#background .bold{
	font-weight: 700;
}

#background .text_block .ill{
	width: 160px;
	height: auto;
	margin: 0 auto;
}
@media (min-width: 960px){
#background .text_block .ill{
	width: 230px;
	margin: 0 0 0 23%;
}
}


/* ==========================================================================
   features
   ========================================================================== */
#features{
	width: 100%;
	background: #FEFAF6;
	box-sizing: border-box;
	position: relative;
	padding: 50px 0 50px 0;
}
@media (min-width: 960px){
#features{
	padding: 120px 0 120px 0;
}
}

/* 商品詳細ページのproduct背景 */
.p-product_content #features{
	background: #F2EDEA!important;
}

ul.features_list li{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom: 1px solid #E9E5E1;
	padding: 28px 0;
}
@media (min-width: 960px){
ul.features_list li{
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 38px 0;
}
}

/*
#features ul.features_list li:last-child{
}
@media (min-width: 960px){
#features ul.features_list li:last-child{
	align-items: flex-start;
}
}*/

ul.features_list li:first-child{
	border-top: 1px solid #E9E5E1;
}

ul.features_list li .text_block{
	width: 100%;
}
@media (min-width: 960px){
ul.features_list li .text_block{
	width: 64%;
}
}

ul.features_list li .text_block .head{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

ul.features_list li .text_block .head .no{
	color: #FFF;
	width: 42px;
	height: 42px;
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	font-size: 1.6rem;
	letter-spacing: 0.14em;
	border-radius: 50%;
	text-align: center;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d06a6a;
	background: #e9a590;
	padding: 0 0 1px 4px;
	margin: 0 12px 0 0;
}
@media (min-width: 960px){
ul.features_list li .text_block .head .no{
	width: 48px;
	height: 48px;
	font-size: 1.7rem;
	letter-spacing: 0.2em;
	padding: 0 0 0 4px;
	margin: 0 16px 0 0;
}
}

ul.features_list li .text_block .head p{
	color: #3E3D43;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	font-weight: 600;
	margin-top: 0!important;
}
@media (min-width: 960px){
ul.features_list li .text_block .head p{
	font-size: 2.3rem;
}
}

ul.features_list li .text_block .article{
color: #3E3D43;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
	text-align: justify;
	margin: 15px 0 0 0;
}
@media (min-width: 960px){
ul.features_list li .text_block .article{
	font-size: 1.4rem;
	margin: 20px 0 0 0;
	padding: 0 0 0 65px;
}
}

ul.features_list li .text_block .note{
	font-size: 1.2rem;
}
@media (min-width: 960px){
ul.features_list li .text_block .note{
	font-size: 1.2rem;
	padding: 0 0 0 65px;
}
}

ul.features_list li .thumb{
	width: 83%;
	height: auto;
	aspect-ratio: 32 / 20;
	background: #eee;
	overflow: hidden;
	position: relative;
  box-sizing: border-box;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
}
@media (min-width: 960px){
ul.features_list li .thumb{
	width: 28%;
	aspect-ratio: 32 / 21;
	border-radius: 30px;
	margin: 0;
}
}

ul.features_list li .thumb img{
	width: 100%;
	height: auto;
	display: block;
}


/* ==========================================================================
   how-to
   ========================================================================== */
#how-to{
	width: 100%;
	background: #F7EEE7;
	box-sizing: border-box;
	position: relative;
	padding: 50px 0 50px 0;
}
@media (min-width: 960px){
#how-to{
	padding: 120px 0 120px 0;
}
}


#how-to ul.features_list li{
	border-bottom: 1px solid #DFD7D1;
}

#how-to ul.features_list li:first-child{
	border-top: 1px solid #DFD7D1;
}

#how-to ul.features_list li:first-child{
}
@media (min-width: 960px){
#how-to ul.features_list li:first-child{
	align-items: flex-start;
}
}

#how-to .index{
	color: #3E3D43;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
}
@media (min-width: 960px){
#how-to .index{
	font-size: 1.5rem;
	margin-left: 65px;
}
}

#how-to table{
	width: 100%;
	border-top: 1px solid #AEADB5;
	box-sizing: border-box;
}
@media (min-width: 960px){
#how-to table{
	width: 100%;
	width: calc(100% - 65px);
	font-size: 1.5rem;
	margin-left: 65px;
	box-sizing: border-box;
}
}

#how-to table tr{
	width: 100%!important;
	box-sizing: border-box;
}

#how-to table tr td{
	color: #3E3D43;
	font-size: 1.35rem;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #AEADB5;
	padding: 4px 0;
}
@media (min-width: 960px){
#how-to table tr td{
	padding: 4.5px 0;
}
}

#how-to table tr td.column-1{
	letter-spacing: 0.08em;
	border-right: 1px dotted #AEADB5;
}


/* ==========================================================================
   thought
   ========================================================================== */
#thought{
	width: 100%;
	background: #F1E7E3;
	box-sizing: border-box;
	position: relative;
	padding: 50px 0 50px 0;
}
@media (min-width: 960px){
#thought{
	padding: 120px 0 100px 0;
}
}

#thought::after{
	content: "";
	width: 221.91px;
	height: 135px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/obj-asiato-4.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  position: absolute;
	bottom: 0px;
	left: -9vw;
	z-index: 0;
	display: none;
}
@media (min-width: 960px){
#thought::after{
	width: 526px;
	height: 320px;
	bottom: 100px;
	left: -30px;
	display: block;
}
}

#thought .wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

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

#thought .img_block{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
@media (min-width: 960px){
#thought .img_block{
	width: 34%;
	margin: 0;
}
}

#thought .img_block .img_wrap{
	width: 100%;
	height: 370px;
}
@media (min-width: 960px){
#thought .img_block .img_wrap{
	height: auto;
}
}

#thought .img_wrap{
	width: 100%;
	height: 370px;
	border-radius: 16px;
	overflow: hidden;
}
@media (min-width: 960px){
#thought .img_wrap{
	height: auto;
	border-radius: 40px;
}
}

#thought .img_block .post{
	color: #3E3D43;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.02em;
	margin: 9px 0 0 0;
}
@media (min-width: 960px){
#thought .img_block .post{
	font-size: 1.4rem;
	margin: 9px 0 0 0;
}
}

#thought .img_block .name{
	color: #3E3D43;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.08em;
}
@media (min-width: 960px){
#thought .img_block .name{
	font-size: 2.2rem;
}
}

#thought .img_block .name span{
	font-size: 65%;
	letter-spacing: 0.02em;
}

#thought img{
	width: 100%;
	height: auto;
	display: block;
}

#thought .text_block{
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media (min-width: 960px){
#thought .text_block{
	width: 54%;
}
}

#thought .head{
	color: #3E3D43;
	font-size: 1.9rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	font-weight: 700;
}
@media (min-width: 960px){
#thought .head{
	font-size: 2.8rem;
}
}

#thought .article{
	font-size: 1.5rem;
	line-height: 1.7;
}
@media (min-width: 960px){
#thought .article{
	font-size: 1.5rem;
}
}

#thought .bold{
	font-weight: 600;
}


/* ==========================================================================
	 about-image
   ========================================================================== */
#about-image{
	width: 100vw;
	height: 420px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/about-bg-img.jpg);
	background-size: cover;
	background-position: 46% center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
@media (min-width: 960px){
#about-image{
	height: 500px;
	background-size: cover;
	background-position: center;
}
}

#about-image::after{
	content: "";
	width: 100vw;
	height: 24px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/wave-3.svg);
	ackground-size: 100vw auto;
	background-position: center top;
	background-repeat: no-repeat;
  position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media (min-width: 960px){
#about-image::after{
	height: 110px;
	background-size: 100vw auto;
}
}


/* ==========================================================================
	 page-products
   ========================================================================== */
#products{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 50px 0 50px 0;
}
@media (min-width: 960px){
#products{
	padding: 80px 0 120px 0;
}
}

#products ul.product_list{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0 0 -20px 0;
}
@media (min-width: 960px){
#products ul.product_list{
	margin: 0 0 -30px 0;
}
}

#products ul.product_list li{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border-radius: 30px;
	background: #FFF;
	position: relative;
	box-sizing: border-box;
	padding: 10px 22px 30px;
	margin: 0 0 20px 0;
}
@media (min-width: 960px){
#products ul.product_list li{
	flex-direction: row;
	justify-content: space-between;
	border-radius: 40px;
	padding: 20px 60px 20px 40px;
	margin: 0 0 30px 0;
}
}

#products ul.product_list li .img_block{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 0 0;
}
@media (min-width: 960px){
#products ul.product_list li .img_block{
	width: 48%;
	justify-content: center;
	margin: 0 0 0 0;
}
}

#products ul.product_list li .img_block img{
	width: 93%;
	height: auto;
	aspect-ratio: 1 / 1;
	background-color: #eee;
	display: block;
	overflow: hidden;
}
@media (min-width: 960px){
#products ul.product_list li .img_block img{
	width: 360px;
	height: 360px;
}
}

#products ul.product_list li .text_block{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 0;
}
@media (min-width: 960px){
#products ul.product_list li .text_block{
	width: 50%;
	margin: 0 0 0 0;
}
}

#products ul.product_list li .product-catch{
	color: #3E3D43;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
@media (min-width: 960px){
#products ul.product_list li .product-catch{
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.04em;
}
}

#products ul.product_list li .product-name{
	color: #3E3D43;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}
@media (min-width: 960px){
#products ul.product_list li .product-name{
	font-size: 3.1rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.04em;
	padding: 0 0 0 5px;
}
}

#products ul.product_list li .tags{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

#products ul.product_list li .cat{
	color: #3E3D43;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	background: #eee;
	border-radius: 3px;
	letter-spacing: 0.06em;
	padding: 8px 14px 8px 16px;
	padding: 8px 12px 8px 14px;
	margin-right: 12px;
}
@media (min-width: 960px){
#products ul.product_list li .cat{
	font-size: 1.7rem;
	font-weight: 500;
	padding: 9px 22px 9px 25px;
	margin-right: 18px;
}
}

#products ul.product_list li .cat span{
	font-size: 86%;
	letter-spacing: -0.02em;
	vertical-align: 0.09em;
	padding: 0 0 0 6px;
}

#products ul.product_list li .cat.red{
	color: #FFF;
	background: #af323c;
}

#products ul.product_list li .tag{
	color: #e18b66;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.04em;
	border-radius: 100px;
	border: 1.5px solid #e18b66;
	padding: 6px 16px;
	padding: 6px 10px 6px 12px;
}
@media (min-width: 960px){
#products ul.product_list li .tag{
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding: 6px 12px 6px 14px;
}
}


#products ul.product_list li .price{
	color: #3E3D43;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
@media (min-width: 960px){
#products ul.product_list li .price{
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.06em;
	padding: 0 0 0 4px;
}
}

#products ul.product_list li .price span{
	font-size: 60%;
	letter-spacing: 0.02em;
	vertical-align: 0.1em;
	padding: 0 0 0 4px;
}



#products ul.product_list li .article{
	color: #3E3D43;
	font-size: 1.45rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
	position: relative;
}
@media (min-width: 960px){
#products ul.product_list li .article{
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.06em;
}
}

/*#products .more-btn-p{
	width: 220px;
	height: 54px;
	margin: 0 auto;
}
@media (min-width: 960px){
#products .more-btn-p{
	width: 240px;
	height: 56px;
}
}*/

#products .products-btn{
	width: 220px;
	height: 54px;
	margin: 0 auto;
}
@media (min-width: 960px){
#products .products-btn{
	width: 260px;
	height: 58px;
}
}

#products .products-btn a{
	color: #3E3D43;
	width: 220px;
	height: 54px;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background: #FDE2CB;
	position: relative;
	transition: all 0.3s ease;
}
@media (min-width: 960px){
#products .products-btn a{
	width: 260px;
	height: 58px;
	font-size: 1.6rem;
}
}

#products .products-btn a::after{
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../img/icon-arrow-rw.svg);
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  position: absolute;
	top: 50%;
	right: 22px;
	margin: -7.5px 0 0 0;
}
@media (min-width: 960px){
#products .products-btn a::after{
	right: 28px;
	margin: -7.5px 0 0 0;
}
}

#products .products-btn.orange a{
	color: #FFF;
	background: #d98c5a;
}

#products .products-btn.black a{
	color: #FFF;
	background: #3E3D43;
}

#products .products-btn.red a{
	color: #FFF;
	background: #af323c;
}


/* ==========================================================================
	 page-voice
   ========================================================================== */
#voice{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 50px 0 50px 0;
}
@media (min-width: 960px){
#voice{
	padding: 80px 0 120px 0;
}
}

.page_header_article{
	color: #3E3D43;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 30px 0 0 0;
}
@media (min-width: 960px){
.page_header_article{
	font-size: 1.4rem;
	margin: 40px 0 0 0;
}
}

#voice ul.voice_list{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0 0 -20px 0;
}
@media (min-width: 960px){
#voice ul.voice_list{
	margin: 0 0 -30px 0;
}
}

#voice ul.voice_list li{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border-radius: 30px;
	background: #FCF9F5;
	background: #FFF;
	position: relative;
	box-sizing: border-box;
	padding: 32px 26px 30px;
	margin: 0 0 20px 0;
}
@media (min-width: 960px){
#voice ul.voice_list li{
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	border-radius: 40px;
	padding: 46px 48px 36px;
	padding: 46px 60px 40px;
	margin: 0 0 30px 0;
}
}

#voice ul.voice_list li .img_block{
	width: 240px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 20px 0;
}
@media (min-width: 960px){
#voice ul.voice_list li .img_block{
	width: 240px;
	margin: 0 64px 0 0;
}
}

#voice ul.voice_list li .img_block img{
	width: 160px;
	height: 160px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: block;
	overflow: hidden;
}
@media (min-width: 960px){
#voice ul.voice_list li .img_block img{
	width: 240px;
	height: 240px;
}
}

#voice ul.voice_list li .dog-name{
	color: #3E3D43;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#voice ul.voice_list li .dog-name img{
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
}


#voice ul.voice_list li .article{
	color: #3E3D43;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: justify;
	position: relative;
}
@media (min-width: 960px){
#voice ul.voice_list li .article{
	font-size: 1.45rem;
	line-height: 1.6;
}
}

#voice ul.voice_list li .article::after{
	content: "";
	width: 36px;
	height: 28px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/voice-article.svg);
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  position: absolute;
	top: -36px;
	left: -8px;
}
@media (min-width: 960px){
#voice ul.voice_list li .article::after{
	width: 38px;
	height: 30px;
	top: -40px;
	left: -15px;
}
}


/* ==========================================================================
   page-faq
   ========================================================================== */
#page-faq{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 10px 0 50px 0;
}
@media (min-width: 960px){
#page-faq{
	padding: 20px 0 120px 0;
}
}

#page-faq .faq_list{
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

#page-faq .faq{
	padding: 40px 0 0 0;
}
@media (min-width: 960px){
#page-faq .faq{
	padding: 60px 0 0 0;
}
}

#page-faq .section_index{
	color: #3E3D43;
	font-size: 1.55rem;
	font-weight: 600;
	line-height: 1;
	border-left: 4px solid #E9A590;
	padding: 2px 0 2.5px 9px;
}
@media (min-width: 960px){
#page-faq .section_index{
	font-size: 1.9rem;
	border-left: 5px solid #E9A590;
	padding: 2px 0 2.5px 12px;
}
}

#page-faq .faq_list .accordion{
	box-sizing: border-box;
	padding: 0 0 0 0;
}
@media (min-width: 960px){
#page-faq .faq_list .accordion{
	padding: 0 0 0 0;
}
}

#page-faq .faq_list .accordion:last-of-type{
	padding: 0;
	border-bottom: 1.5px dotted #AEADB5;
}

#page-faq .faq_list .accordion .accordion_header{
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition-duration: 0.2s;
	display: flex;
	flex-direction: row;
	align-items: center;
  box-sizing: border-box;
	border-top: 1.5px dotted #AEADB5;
	padding: 16px 35px 16px 2px;
}
@media (min-width: 960px){
#page-faq .faq_list .accordion .accordion_header{
	padding: 19px 60px 19px 2px;
}
}

#page-faq .faq_list .accordion .accordion_header .q{
	color: #3E3D43;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
	margin-right: 22px;
	vertical-align: -0em;
}
@media (min-width: 960px){
#page-faq .faq_list .accordion .accordion_header .q{
	font-size: 2.6rem;
	margin-right: 24px;
}
}

#page-faq .faq_list .accordion .accordion_header .head{
	color: #3E3D43;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
}
@media (min-width: 960px){
#page-faq .faq_list .accordion .accordion_header .head{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.04em;
}
}

#page-faq .faq_list .accordion .accordion_header .img_block{
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #aaa;
	margin: 0 20px 0 0;
}
@media (min-width: 960px){
#page-faq .faq_list .accordion .accordion_header .img_block{
	width: 220px;
	height: 130px;
	margin: 0 35px 0 0;
}
}

#page-faq .faq_list .accordion .accordion_header .img_block img{
	width: auto;
	height: 100%;
	display: block;
}
@media (min-width: 960px){
#page-faq .faq_list .accordion .accordion_header .img_block img{
	width: 100%;
	height: auto;
	display: block;
}
}

#page-faq .faq_list .accordion .accordion_header:last-child{
  margin: 0;
}

#page-faq .faq_list .accordion .accordion_header .i_box{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
@media (min-width: 960px){
#page-faq .faq_list .accordion .accordion_header .i_box{
	width: 30px;
	height: 30px;
	margin-top: -15px;
	right: 4px;
}
}

#page-faq .faq_list .accordion .accordion_header .i_box .i{
	display: block;
	width: 17px;
	height: 17px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
@media (min-width: 960px){
#page-faq .faq_list .accordion .accordion_header .i_box .i{
	width: 21px;
	height: 21px;
}
}

#page-faq .faq_list .accordion .accordion_header.open .i_box{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
  -webkit-transform: rotate(-0deg);
	transform: rotate(-0deg);
}

#page-faq .faq_list .accordion .accordion_header .i_box .i:before,
#page-faq .faq_list .accordion .accordion_header .i_box .i:after{
	display: flex;
	content: '';
	background-color: #E9A590;
	border-radius: 0px;
	width: 17px;
	height: 1px;
	position: absolute;
  top: 8px;
  left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
@media (min-width: 960px){
#page-faq .faq_list .accordion .accordion_header .i_box .i:before,
#page-faq .faq_list .accordion .accordion_header .i_box .i:after{
	width: 23px;
	top: 11px;
	left: 0;
}
}

#page-faq .faq_list .accordion .accordion_header .i_box .i:before{
	width: 1px;
	height: 17px;
	top: 0;
	left: 8px;
}
@media (min-width: 960px){
#page-faq .faq_list .accordion .accordion_header .i_box .i:before{
	height: 23px;
	left: 11px;
}
}

#page-faq .faq_list .accordion .accordion_header.open .i_box .i:before{
	content: none;
}

#page-faq .faq_list .accordion .accordion_header.open .i_box .i:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#page-faq .faq_list .accordion .accordion_inner{
	display: none;
  font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0;
	text-align: justify;
	padding: 0 0 16px 42px;
	box-sizing: border-box;
}
@media (min-width: 960px){
#page-faq .faq_list .accordion .accordion_inner{
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	text-align: left;
	padding: 0 100px 19px 50px;
}
}

#page-faq table{
	width: 100%;
	border-top: 1px solid #AEADB5;
	box-sizing: border-box;
}
@media (min-width: 960px){
#page-faq table{
	width: 60%;
	font-size: 1.5rem;
	box-sizing: border-box;
}
}

#page-faq table tr{
	width: 100%!important;
	box-sizing: border-box;
}

#page-faq table tr td{
	color: #3E3D43;
	font-size: 1.35rem;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #AEADB5;
	padding: 4px 0;
}
@media (min-width: 960px){
#page-faq table tr td{
	padding: 4.5px 0;
}
}

#page-faq table tr td.column-1{
	width: 35%;
	letter-spacing: 0.08em;
	border-right: 1px dotted #AEADB5;
}
@media (min-width: 960px){
#page-faq table tr td.column-1{
	width: 50%;
}
}


/* ==========================================================================
   page-contact
   ========================================================================== */
#contact{
}

#contact-support ul.support_nav{
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media (min-width: 960px){
#contact-support ul.support_nav{
	flex-direction: row;
	justify-content: space-between;
}
}

#contact-support ul li{
	width: 100%;
}
@media (min-width: 960px){
#contact-support ul li{
	width: 48%;
}
}

#contact-support ul li a{
	color: #3E3D43;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #FCF9F5;
	transition: all 0.3s ease;
	padding: 20px 0;
}
@media (min-width: 960px){
#contact-support ul li a{
	height: 180px;
	padding: 0;
}
}

#contact-support ul li a:hover{
	background: #E8DBC0;
}

#contact-support ul li.line a{
	color: #FFF;
	background: #06C755;
}

#contact-support ul li.line a:hover{
	background: #00B94C;
}

#contact-support ul li a .icon{
	width: 33px;
	height: 33px;
	display: block;
	margin: -2px 0 0 0;
}
@media (min-width: 960px){
#contact-support ul li a .icon{
	margin: -4px 0 0 0;
}
}

#contact-support ul li.line a .icon{
	width: 38px;
	height: 38px;
}

#contact-support ul li a .icon img{
	width: 100%;
	height: auto;
	display: block;
}

#contact-support ul li a .head{
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
	margin: 10px 0 0 0;
}
@media (min-width: 960px){
#contact-support ul li a .head{
	font-size: 1.75rem;
	letter-spacing: 0.06em;
	margin: 17px 0 0 0;
}
}

#contact-support ul li a .article{
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: center;
	margin: 12px 0 0 0;
}
@media (min-width: 960px){
#contact-support ul li a .article{
	font-size: 1.35rem;
	margin: 18px 0 0 0;
}
}
