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

#top-concept,
#top-image,
#top-products,
#top-voice,
#top-message,
#top-column,
#top-news,
#support,
#footer{
	color: #3E3D43;
	line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	letter-spacing: 0.02em;
	position: relative;
}


/* ==========================================================================
   common
   ========================================================================== */
#my-contents{
	width: 100vw;
	margin: 0 auto;
	position: relative;
  overflow-x: hidden;
	margin-top: 0!important;
}
@media (min-width: 960px){
#my-contents{
	margin-top: 0!important;
}
}

#my-contents .wrap{
	width: 100%;
  position: relative;
  box-sizing: border-box;
	margin: 0 auto;
}
@media (min-width: 960px){
#my-contents .wrap{
	padding: 0;
}
}

.transition{
  position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFF;
  z-index: 10000;
	transition: opacity .8s ease;
	opacity: 1;
}

.transition.active{
	opacity: 0;
  z-index: -1;
}

#my-contents .wrap.w-800{
	width: 100%;
	padding: 0 6vw;
}
#my-contents .wrap.w-900{
	width: 100%;
	padding: 0 6vw;
}
#my-contents .wrap.w-1000{
	width: 100%;
	padding: 0 6vw;
}
#my-contents .wrap.w-1100{
	width: 100%;
	padding: 0 6vw;
}
#my-contents .wrap.w-1200{
	width: 100%;
	padding: 0 6vw;
}
#my-contents .wrap.w-1300{
	width: 100%;
	padding: 0 6vw;
}
@media (min-width: 960px){
#my-contents .wrap.w-800{
	width: 800px;
	padding: 0;
}
#my-contents .wrap.w-900{
	width: 900px;
	padding: 0;
}
#my-contents .wrap.w-1000{
	width: 1000px;
	padding: 0;
}
#my-contents .wrap.w-1100{
	width: 1100px;
	padding: 0;
}
#my-contents .wrap.w-1200{
	width: 1200px;
	padding: 0;
}
#my-contents .wrap.w-1300{
	width: 1300px;
	padding: 0;
}
}

.pc{
	display: none;
}
@media (min-width: 960px){
.pc{
	display: block;
}
}

.sp{
	display: block;
}
@media (min-width: 960px){
.sp{
	display: none;
}
}


/* ==========================================================================
   モーダル（ポップアップ）
   ========================================================================== */
.js_modalBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalWrap.active {
  animation: modalOpen 0.3s ease forwards;
}
.js_modalWrap.active2 {
  animation: modalClose 0.3s ease forwards;
}

.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
	width: 84vw;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
  background-color: #F7EEE7;
	padding: 30px 20px 26px;
	box-sizing: border-box;
}
@media (min-width: 960px){
.js_modalContInner {
	width: auto;
	border-radius: 40px;
	padding: 44px 70px 40px;
}
}

.js_modalContInner img{
	width: 200px;
}
@media (min-width: 960px){
.js_modalContInner img{
	width: 270px;
}
}

.js_modalCont {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  overflow-y: scroll;
  max-height: 520px;
}

.js_modalCont > * + * {
  margin-top: 10px;
}

.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}

.js_modalClose {
  display: block;
  position: absolute;
	top: -48px;
	right: 0;
  width: 40px;
	height: 40px;
	background: #FFF;
	border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
	z-index: 10000;
}
@media (min-width: 960px){
.js_modalClose {
	width: 40px;
	height: 40px;
	background: #FFF;
	border-radius: 50%;
	top: -50px;
	right: 0;
}
}

.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #222;
  position: absolute;
	top: 50%;
	left: 50%;
  width: 1px;
	height: 22px;
	margin-top: -11px;
}

.js_modalClose::before {
  transform: rotate(45deg);
}

.js_modalClose::after {
  transform: rotate(-45deg);
}

@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
		z-index: 10000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
		z-index: 10000;
  }
  100% {
    opacity: 0;
  }
}

/* モーダル（クーポンボタン） */
.more-btn-pu{
	width: 200px;
	height: 50px;
	margin: 0 auto;
}
@media (min-width: 960px){
.more-btn-pu{
	width: 220px;
	height: 50px;
}
}

.more-btn-pu a{
	color: #FFF;
	width: 100%;
	height: 100%;
	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-color: #E9A590;
	position: relative;
	transition: all 0.3s ease;
}
@media (min-width: 960px){
.more-btn-pu a{
	font-size: 1.6rem;
}
}

@media (min-width: 960px){
.more-btn-pu a:hover{
	background-color: #E9A590;
}
}


/* ==========================================================================
   フローティングバナー（追従バナー）
   ========================================================================== */
.follow-banner {
	color: #000;
	width: 260px;
	height: 95.33px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #FFF;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 500;
}
@media (min-width: 960px){
.follow-banner {
  width: 300px;
	height: 110px;
	bottom: 20px;
  right: 20px;
}
}

.follow-banner_img{
	width: 260px;
	height: 95.33px;
}
@media (min-width: 960px){
.follow-banner_img{
	width: 300px;
	height: 110px;
}
}

.follow-banner_img img{
	width: 100%;
	height: auto;
  display: block;
}

.follow-banner .close-btn {
	color: #000;
	font-size: 20px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 300;
	line-height: 1;
  position: absolute;
	top: 0;
	right: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
	padding: 8px 9px;
}


/* ==========================================================================
   header
   ========================================================================== */
#header{
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#header .wrap{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 5vw;
	margin: 0 auto;
}
@media (min-width: 960px){
#header .wrap{
	padding: 0 3.2vw;
}
}

#header .logo img{
	width: 17.6vw;
	height: auto;
	display: block;
	margin: 18px 0 0 0;
}
@media (min-width: 960px){
#header .logo img{
	width: 8.5vw;
	max-width: 190px;
	height: auto;
	margin: 35px 0 0 0;
}
}

#header nav{
	margin: 26px 70px 0 0;
}
@media (min-width: 960px){
#header nav{
	margin: 42px 100px 0 0;
}
}

#header nav ul.global-nav{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#header nav ul.global-nav li{
	margin: 0 0 0 14px;
}
@media (min-width: 960px){
#header nav ul.global-nav li{
	margin: 0 0 0 30px;
}
}

#header nav ul.global-nav li a{
	color: #3E3D43;
	min-width: 30px;
	height: auto;
	font-size: 1.1rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	letter-spacing: -0.04em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (min-width: 960px){
#header nav ul.global-nav li a{
	min-width: 47px;
	font-size: 1.45rem;
	letter-spacing: 0.04em;
	transition: all 0.3s ease;
}
}

#header nav ul.global-nav li a:hover{
	color: rgba(62,61,59,0.7);
}

#header nav ul.global-nav li .icon{
	position: relative;
}

#header nav ul.global-nav li .icon span#header-order-quantity{
	color: #FFF;
	width: auto;
	min-width: 15px;
	height: 15px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -5px;
	left: 18px;
	border-radius: 100px;
	box-sizing: border-box;
	padding: 0 0 1px 0;
	background: #E5BF9A;
}
@media (min-width: 960px){
#header nav ul.global-nav li .icon span#header-order-quantity{
	top: -5px;
	left: 23px;
}
}

#header nav ul.global-nav li .icon img{
	width: 18px;
	height: auto;
	display: block;
	margin: 0 0 5px 0;
}
@media (min-width: 960px){
#header nav ul.global-nav li .icon img{
	width: 22px;
}
}


/* ==========================================================================
   drawer_menu
   ========================================================================== */
#i-menu{
  width: 100%;
  height: 100%;
  background: #FEFAF6;
	background: #F7EEE7;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 1000;
	display: flex;
  align-items: center;
	justify-content: center;
}

#i-menu.open{
  opacity: 1;
  visibility: visible;
}

/*#i-menu.open li:nth-child(1) {
  animation-delay: 0.1s;
}
#i-menu.open li:nth-child(2) {
  animation-delay: 0.2s;
}
#i-menu.open li:nth-child(3) {
  animation-delay: 0.3s;
}
#i-menu.open li:nth-child(4) {
  animation-delay: 0.4s;
}
#i-menu.open li:nth-child(5) {
  animation-delay: 0.5s;
}
#i-menu.open li:nth-child(6) {
  animation-delay: 0.6s;
}
#i-menu.open li:nth-child(7) {
  animation-delay: 0.7s;
}
#i-menu.open li:nth-child(8) {
  animation-delay: 0.8s;
}
#i-menu.open li:nth-child(9) {
  animation-delay: 0.9s;
}
#i-menu.open li:nth-child(10) {
  animation-delay: 1s;
}*/

/*#i-menu.open li {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-timing-function:ease-out;
}

@keyframes fadeInRight{
	0% {
	opacity: 0;
  transform: translate3d(40px, 0, 0)
	}
	100% {
	opacity: 1;
  transform: translate3d(0, 0, 0)
}
}*/

#i-menu .main-nav{
	width: 66%;
  position: relative;
	margin: 50px 0 0 0;
}
@media (min-width: 960px){
#i-menu .main-nav{
	max-width: 1200px;
	width: 62vw;
	margin: 20px 0 0 50px;
}
}

#i-menu .ill-dog{
	display: none;
}
@media (min-width: 960px){
#i-menu .ill-dog{
	width: 28.5vw;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
}

#i-menu .ill-dog img{
	width: 100%;
	height: auto;
	display: block;
}

#i-menu ul.nav{
  width: 150px;
	display: block;
	position: relative;
}
@media (min-width: 960px){
#i-menu ul.nav{
  width: 220px;
}
}

@media (min-width: 960px){
#i-menu ul.nav a:hover{
  color: #F2855F;
}
}

#i-menu ul.nav li a{
	color: #3E3D43;
	width: 100%;
	font-size: 1.65rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	line-height: 2.1;
	letter-spacing: 0.08em;
	box-sizing: border-box;
  display: block;
  position: relative;
	transition: all 0.3s ease;
}
@media (min-width: 960px){
#i-menu ul.nav li a{
	width: auto;
	font-size: 1.7rem;
	line-height: 2.3;
}
}

#i-menu .terms a{
	color: #3E3D43;
	font-size: 1.3rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.02em;
	display: block;
	transition: all 0.3s ease;
}
@media (min-width: 960px){
#i-menu .terms a{
	font-size: 1.3rem;
}
}

@media (min-width: 960px){
#i-menu .terms a:hover{
  color: #F2855F;
}
}

#i-menu .nav-btn a{
	color: #FFF;
	width: 100%;
	height: 46px;
	font-size: 1.65rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	line-height: 1.0;
	border-radius: 6px;
	background: #3e3d43;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	margin: 6px 0;
}
@media (min-width: 960px){
#i-menu .nav-btn a{
	width: 220px;
	height: 48px;
	margin: 6px 0 0 0;
}
}

@media (min-width: 960px){
#i-menu .nav-btn a:hover{
	opacity: 0.8;
}
}

#i-menu .nav-btn a .icon{
	width: 22px;
	height: auto;
	margin-right: 10px;
}

#i-menu .nav-btn a span#header-order-quantity{
	color: #FFF;
	width: auto;
	min-width: 17px;
	height: 17px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	box-sizing: border-box;
	padding: 0 0 1px 0;
	margin: 0 0 0 8px;
	background: #E5BF9A;
}

#i-menu .nav-btn a .icon img{
	width: 100%;
	height: auto;
	display: block;
}


.drawer_menu{
  position: fixed;
	top: 15px;
	right: 3vw;
  z-index: 1100;
}
@media (min-width: 960px){
.drawer_menu{
  position: fixed;
	top: 30px;
	right: 3.2vw;
  z-index: 1100;
}
}

.toggle-menu{
	width: 54px;
	height: 54px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: right;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
	background: #FFF;
	border-radius: 50%;
}
@media (min-width: 960px){
.toggle-menu{
	width: 64px;
	height: 64px;
}
}

.toggle-menu.active{
	background: rgba(255, 255, 255, 1);
}

.toggle-menu span{
  background-color: rgba(250, 234, 55, 0);
  content: "";
  display: block;
  height: 2px;
	left: calc(50% - 13px);
  position: absolute;
  top: calc(50% - 1px);
  transform-origin: 50% 50%;
  transition: background-color 0.1s ease-in-out, top 0.1s 0.1s ease-out, transform 0.1s linear;
	width: 24px;
}
@media (min-width: 960px){
.toggle-menu span{
	width: 26px;
	left: calc(50% - 13px);
}
}

.toggle-menu span:before, .toggle-menu span:after {
	background-color: rgba(61, 62, 67, 1);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.1s ease-in-out, top 0.1s 0.1s ease-out, transform 0.1s linear;
	width: 26px;
}
@media (min-width: 960px){
.toggle-menu span:before, .toggle-menu span:after {
	width: 26px;
}
}

.toggle-menu span:before{
  top: 5px;
}

.toggle-menu span:after{
  top: -5px;
}

.toggle-menu.active span {
  /*background-color: transparent;*/
  transition: background-color 0.2s ease-out;
}

.toggle-menu.active span:before,
.toggle-menu.active span:after{
  background-color: #191919;
  transition: top 0.1s ease-out, transform 0.1s 0.1s ease-out;
}

.toggle-menu.active span:before{
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after{
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}



/* ==========================================================================
   more-btn
   ========================================================================== */
.more-btn-w,
.more-btn-b,
.more-btn-p{
	width: 220px;
	height: 54px;
	margin: 0 auto;
}
@media (min-width: 960px){
.more-btn-w,
.more-btn-b,
.more-btn-p{
	width: 310px;
	height: 70px;
}
}

.more-btn-w a{
	color: #3E3D43;
	width: 100%;
	height: 100%;
	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: #FFF;
	position: relative;
	transition: all 0.3s ease;
}
@media (min-width: 960px){
.more-btn-w a{
	font-size: 1.6rem;
}
}

.more-btn-w a::after{
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../img/icon-arrow-rp.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){
.more-btn-w a::after{
	right: 28px;
	margin: -7.5px 0 0 0;
}
}

.more-btn-b a{
	color: #FFF;
	width: 100%;
	height: 100%;
	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: #3E3D43;
	position: relative;
	transition: all 0.3s ease;
}
@media (min-width: 960px){
.more-btn-b a{
	font-size: 1.6rem;
}
}

.more-btn-b a::after,
.more-btn-p 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){
.more-btn-b a::after,
.more-btn-p a::after{
	right: 28px;
	margin: -7.5px 0 0 0;
}
}

.more-btn-p a{
	color: #3E3D43;
	width: 100%;
	height: 100%;
	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){
.more-btn-p a{
	font-size: 1.6rem;
}
}

@media (min-width: 960px){
.more-btn-w a:hover,
.more-btn-b a:hover{
	color: #E9A590;
}
.more-btn-p a:hover{
	background: #E9A590;
}
}


/* ==========================================================================
	 section_title_block
   ========================================================================== */
.section_title_block{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section_title_block .section_title_balloon{
	color: #FFF;
	width: auto;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e5bf9a;
	background: #d06a6a;
	border-radius: 100px;
	padding: 7px 18px 8px 19px;
	position: relative;
}
@media (min-width: 960px){
.section_title_block .section_title_balloon{
	font-size: 1.5rem;
	padding: 7.5px 22px 9px 25px;
}
}

.section_title_block .section_title_balloon::after{
	content: "";
	width: 8px;
	height: 10px;
	background-image: url(../img/balloon.svg);
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  position: absolute;
	bottom: -10px;
	left: 50%;
	margin: 0 0 0 -4px;
}

.section_title_block .section_title{
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
	margin: 24px 0 0 0;
}
@media (min-width: 960px){
.section_title_block .section_title{
	font-size: 3.4rem;
	letter-spacing: 0.08em;
	text-align: left;
	margin: 36px 0 0 0;
}
}

.section_title_block .line-bottom{
	width: 38px;
	height: 4px;
	border-radius: 2px;
	background: #F3BEAB;
	margin: 22px auto 0;
}
@media (min-width: 960px){
.section_title_block .line-bottom{
	width: 38px;
	height: 4px;
	margin: 28px 0 0 0;
}
}


/* ==========================================================================
	 top-mv
   ========================================================================== */
#top-mv{
	width: 100vw;
	height: 168.7vw;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/top-mv-sp.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFDFB4;
	background-color: #F2EDEA;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	z-index: 0;
}
@media (min-width: 960px){
#top-mv{
	height: 100vh;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/top-mv.png);
	background-size: cover;
	justify-content: center;
}
}

#top-mv .main-title{
	width: 71.3vw;
	height: auto;
	margin: 32vw auto 0;
}
@media (min-width: 960px){
#top-mv .main-title{
	width: 33.33vw;
	height: auto;
	margin: 4vw 0 0 9.66vw;
}
}

#top-mv .main-title img{
	width: 100%;
	height: auto;
	display: block;
}

#scroll{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
@media (min-width: 960px){
#scroll{
	bottom: 35px;
	left: 3.2vw;
}
}

#scroll .mouse{
	width: 22px;
	height: 40px;
	border: 1px solid #E9A590;
	border-radius: 100px;
	background-color: #fff;
  position: relative;
}

#scroll .mouse::before {
  content: '';
	width: 8px;
	height: 8px;
  position: absolute;
	top: 7px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E9A590;
  border-radius: 50%;
  opacity: 1;
	animation: wheel 2s infinite;
	-webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
	0% {
			opacity: 0;
			top: 7px;
	}
	14% {
			opacity: 1;
			top: 7px;
	}
	80% {
			opacity: 1;
	}
	98% {
			opacity: 0;
			top: 26px;
	}
	100% {
			opacity: 0;
			top: 7px;
	}
}

#scroll.opacity{
	opacity: 0;
}


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

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

#top-concept .section_title_block .section_title_balloon{
	font-size: 1.5rem;
}
@media (min-width: 960px){
#top-concept .section_title_block .section_title_balloon{
	font-size: 1.8rem;
}
}

#top-concept .section_title_block .section_title{
	width: 84%;
	height: auto;
	margin: 30px 0 0 0;
}
@media (min-width: 960px){
#top-concept .section_title_block .section_title{
	width: 450px;
	width: 30vw;
	width: 41vw;
	max-width: 800px;
	margin: 50px 0 0 0.5vw;
}
}

#top-concept .section_title_block .section_title img{
	width: 100%;
	height: auto;
	display: block;
}

#top-concept .img_block{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	margin: 15px 0 0 0;
}
@media (min-width: 960px){
#top-concept .img_block{
	margin: -25px 0 0 0;
}
}

#top-concept .img_block img{
	width: 100%;
	height: auto;
	display: block;
}

#top-concept .text_wrap{
	width: 100%;
	display: flex;
	flex-direction: column;
}

#top-concept .article{
	color: #3e3d43;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.8;
	text-align: center;
}
@media (min-width: 960px){
#top-concept .article{
	font-size: 2.2rem;
	line-height: 2.1;
}
}


/* ==========================================================================
	 top-image
   ========================================================================== */
#top-image{
	width: 100vw;
	height: 290px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/top-bgimg-1.jpg);
  background-size: cover;
	background-position: 64% center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 0px solid #FDFAF8;
	margin-top: -1px;
}
@media (min-width: 960px){
#top-image{
	height: 570px;
	background-position: center;
}
}

#top-image::after{
	content: "";
	width: 100vw;
	height: 24px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/wave-1.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){
#top-image::after{
	height: 110px;
	background-size: 100vw auto;
}
}

#top-image .section_title_block .line-bottom{
	width: 38px;
	height: 4px;
	border-radius: 3px;
	background: #FFF;
	margin: 22px auto 0;
}
@media (min-width: 960px){
#top-image .section_title_block .line-bottom{
	width: 38px;
	height: 4px;
	margin: 28px 0 0 0;
}
}


/* ==========================================================================
   top-products
   ========================================================================== */
#top-products{
	width: 100%;
	background: #FFDFB4;
	background: #D06A6A;
	background: #D38182;
	background: #D89A9A;
	background: #DAA6A6;
	box-sizing: border-box;
	position: relative;
	padding: 0 0 50px 0;
}
@media (min-width: 960px){
#top-products{
	padding: 0 0 120px 0;
}
}

#top-products .wrap{
	margin-top: -40px;
}
@media (min-width: 960px){
#top-products .wrap{
	margin-top: -110px;
}
}

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

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

#top-products ul.product_list li .product_wrap{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border-radius: 30px;
	overflow: hidden;
	background: #FFF;
	position: relative;
	box-sizing: border-box;
}
@media (min-width: 960px){
#top-products ul.product_list li .product_wrap{
	flex-direction: row;
	justify-content: space-between;
}
}

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

#top-products ul.product_list li .img_block img{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
@media (min-width: 960px){
#top-products ul.product_list li .img_block img{
	width: 100%;
}
}

#top-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){
#top-products ul.product_list li .text_block{
	width: 50%;
	margin: 0 0 0 0;
	padding: 0 90px 0 0;
	box-sizing: border-box;
}
}

#top-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){
#top-products ul.product_list li .product-catch{
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.04em;
}
}

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

#top-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){
#top-products ul.product_list li .article{
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.06em;
}
}

#top-products ul.product_list li .article-sub{
	color: #3E3D43;
	width: 260px;
	font-size: 1.55rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3;
	text-align: center;
	position: relative;
	border-top: 1px solid #3E3D43;
	border-bottom: 1px solid #3E3D43;
	padding: 8px 0 9px;
}
@media (min-width: 960px){
#top-products ul.product_list li .article-sub{
	width: 300px;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0.06em;
}
}

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


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

#top-voice::after{
	content: "";
	width: 100%;
	height: 100px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/obj-dogs.svg);
	background-size: 280% auto;
	background-position: left bottom;
	background-repeat: no-repeat;
  position: absolute;
	bottom:0;
	left: 0;
	z-index: 0;
}
@media (min-width: 960px){
#top-voice::after{
	height: 204px;
	bottom: 0;
	background-size: cover;
	background-position: center;
}
}

#top-voice .section_title_block .section_title{
	margin: 0;
}

#top-voice .section_title_block .article{
color: #3E3D43;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
	margin: 25px 0 0 0;
}
@media (min-width: 960px){
#top-voice .section_title_block .article{
	font-size: 1.4rem;
	margin: 30px 0 0 0;
}
}

#top-voice .wrap{
	z-index: 10;
	overflow: visible;
}

#top-voice .swiper-container{
	overflow: visible;
}

#top-voice .swiper-wrapper{
	overflow: visible;
}

#top-voice ul.voice_list li.swiper-slide{
	display: flex;
}

#top-voice .button-wrap{
	width: 90px!important;
	height: 40px!important;
	position: relative!important;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 960px){
#top-voice .button-wrap{
	width: 110px!important;
	height: 50px!important;
}
}

#top-voice .swiper-button-prev,
#top-voice .swiper-button-next{
  position: absolute;
	bottom: 0!important;
  width: 40px!important;
  height: 40px!important;
  margin-top: 0!important;
  cursor: pointer;
  outline: none;
  background-size: 14px auto!important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	border-radius: 50%!important;
	background-color: #fff;
	box-sizing: border-box;
  transition: all 0.2s ease;
}
@media (min-width: 960px){
#top-voice .swiper-button-prev,
#top-voice .swiper-button-next{
	width: 50px!important;
	height: 50px!important;
}
}

#top-voice .swiper-button-prev{
	top: 0!important;
  left: 0!important;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/icon-arrow-rb.svg)!important;
	transform: scale(-1, 1);
}

#top-voice .swiper-button-next{
	top: 0!important;
  left: 50px!important;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/icon-arrow-rb.svg)!important;
}
@media (min-width: 960px){
#top-voice .swiper-button-next{
	left: 60px!important;
}
}

#top-voice .swiper-button-prev:hover,
#top-voice .swiper-button-next:hover{
	background-color: #fafafa;
}

#top-voice .swiper-button-prev::after,
#top-voice .swiper-button-next::after{
	opacity: 0;
}


#top-voice ul.voice_list li{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border-radius: 40px;
	background: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 36px 26px 26px;
}
@media (min-width: 960px){
#top-voice ul.voice_list li{
	padding: 46px 48px 36px;
}
}

#top-voice ul.voice_list li::after{
	content: "";
	width: 30px;
	height: 20px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/voice-fukidashi.svg);
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  position: absolute;
	bottom: -20px;
	right: 44px;
}
@media (min-width: 960px){
#top-voice ul.voice_list li::after{
	width: 30px;
	height: 20px;
	bottom: -20px;
	right: 44px;
}
}

#top-voice ul.voice_list li .head{
	color: #FFF;
	width: 156px;
	height: 36px;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 34px;
	background: #e9a590;
	background: #d06a6a;
	border-radius: 100px;
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -78px;
}

#top-voice ul.voice_list li .img_block{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

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

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

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

#top-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){
#top-voice ul.voice_list li .article::after{
	width: 38px;
	height: 30px;
	top: -40px;
	left: -15px;
}
}


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

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

#top-message .section_title_block .section_title{
	width: 100%;
	height: auto;
}
@media (min-width: 960px){
#top-message .section_title_block .section_title{
	width: 550px;
}
}

#top-message .section_title_block .section_title img{
	width: 100%;
	height: auto;
	display: block;
}

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

#top-message .thumb{
	width: 86%;
	margin: 0 auto;
}
@media (min-width: 960px){
#top-message .thumb{
	width: 42%;
	margin: 0 0 0 0;
}
}

#top-message .thumb img{
	width: 100%;
	height: auto;
	display: block;
}

#top-message .text_block{
	width: 100%;
	box-sizing: border-box;
	padding: 0 3vw;
}
@media (min-width: 960px){
#top-message .text_block{
	width: 51%;
	padding: 0;
}
}

#top-message .article{
	color: #3E3D43;
	font-size: 1.4rem;
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}
@media (min-width: 960px){
#top-message .article{
	font-size: 1.5rem;
	line-height: 1.8;
}
}

#top-message .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){
#top-message .post{
	font-size: 1.4rem;
	margin: 9px 0 0 0;
}
}

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

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


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

#top-image-2::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){
#top-image-2::after{
	height: 110px;
	background-size: 100vw auto;
}
}


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

ul.column_list{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}
@media (min-width: 960px){
ul.column_list{
	flex-direction: row;
	justify-content: space-between;
}
}

ul.column_list li{
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0 0 20px 0;
}
@media (min-width: 960px){
ul.column_list li{
	width: 32%;
	margin: 0 0 30px 0;
}
}

ul.column_list li a{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: block;
}

ul.column_list li a .thumb{
	height: auto;
	aspect-ratio: 32 / 19;
	background: #aaa;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
  box-sizing: border-box;
	border-radius: 10px;
}

ul.column_list li a .thumb img{
	width: auto;
	height: 100%;
	display: block;
	transition: all 0.3s ease;
}

@media (min-width: 960px){
ul.column_list li a:hover .thumb img{
	transform: scale(1.07, 1.07);
}
}

ul.column_list li .data_block{
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

ul.column_list li .head{
	color: #3E3D43;
	font-size: 1.55rem;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-weight: 600;
	text-align: center;
}
@media (min-width: 960px){
ul.column_list li .head{
	font-size: 1.66rem;
	text-align: center;
}
}

ul.column_list li .article{
color: #3E3D43;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 9px 0 0 0;
}
@media (min-width: 960px){
ul.column_list li .article{
	font-size: 1.4rem;
	margin: 9px 0 0 0;
}
}


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

#top-news .wrap{
	width: 88vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	background: #fcf9f5;
	box-sizing: border-box;
	padding: 36px 6vw 30px;
	margin: 0 6vw;
}
@media (min-width: 960px){
#top-news .wrap{
	width: 940px;
	padding: 42px 90px 38px 90px;
	margin: 0 auto;
}
}

#top-news .section_title_block{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#top-news .section_title_block .section_title{
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
	margin: 0;
}
@media (min-width: 960px){
#top-news .section_title_block .section_title{
	font-size: 2.6rem;
	letter-spacing: 0.08em;
}
}

#top-news ul.news_list{
	width: 100%;
	border-top: 1.5px dotted #AEADB5;
}

#top-news ul.news_list li{
	width: 100%;
	border-bottom: 1.5px dotted #AEADB5;
}

#top-news ul.news_list li a{
	color: #3E3D43;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	box-sizing: border-box;
	padding: 14px 30px 14px 2px;
}
@media (min-width: 960px){
#top-news ul.news_list li a{
	flex-direction: row;
	align-items: center;
	padding: 22px 40px 22px 0;
}
}

#top-news ul.news_list li a::after{
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/lumipetonline/uploads/img/icon-arrow-rp.svg);
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  position: absolute;
	top: 50%;
	right: 0px;
	margin: -7.5px 0 0 0;
}
@media (min-width: 960px){
#top-news ul.news_list li a::after{
	right: 6px;
	margin: -7.5px 0 0 0;
}
}

#top-news ul.news_list li .data_block{
	display: flex;
  flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 6px 0;
}
@media (min-width: 960px){
#top-news ul.news_list li .data_block{
  flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 0 40px 0 0;
}
}

#top-news ul.news_list li .category{
	color: #FFF;
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
	background: #E9A590;
	padding: 3px 4px 3px 4px;
}
@media (min-width: 960px){
#top-news ul.news_list li .category{
	width: 70px;
	height: 24px;
	font-size: 1.3rem;
	line-height: 23px;
	letter-spacing: 0.04em;
	padding: 0;
}
}

#top-news ul.news_list li .data{
	color: #3E3D43;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	line-height: 1;
	text-align: center;
	margin: 0 10px 0 0;
}
@media (min-width: 960px){
#top-news ul.news_list li .data{
	font-size: 1.5rem;
	text-align: left;
	margin: 0 24px 0 0;
}
}

#top-news ul.news_list li .title{
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0.02em;
	transition: all 0.3s ease;
}
@media (min-width: 960px){
#top-news ul.news_list li .title{
	font-size: 1.5rem;
	letter-spacing: 0.02em;
}
}

@media (min-width: 960px){
#top-news ul.news_list li a:hover .title{
	color: #E9A590;
}
}


/* ==========================================================================
   support
   ========================================================================== */
#support{
	width: 100%;
	background: #FCF9F5;
	box-sizing: border-box;
	position: relative;
	padding: 40px 0 80px 0;
}
@media (min-width: 960px){
#support{
	padding: 94px 0;
}
}

#support .wrap{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 0 6vw;
	margin: 0 auto;
}
@media (min-width: 960px){
#support .wrap{
	width: 1100px;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0;
}
}

#support .section_title_block{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 960px){
#support .section_title_block{
	width: 31%;
	align-items: flex-start;
}
}

#top-news .section_title_block{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#support .section_title_block .section_title_en{
	color: #f3beab;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}
@media (min-width: 960px){
#support .section_title_block .section_title_en{
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	text-align: left;
}
}

#support .section_title_block .section_title{
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
	margin: 16px 0 0 0;
}
@media (min-width: 960px){
#support .section_title_block .section_title{
	font-size: 2.7rem;
	letter-spacing: 0.08em;
	text-align: left;
	margin: 30px 0 0 0;
}
}

.section_title_block .line-bottom-2{
	width: 38px;
	height: 3px;
	border-radius: 1.5px;
	background: #F3BEAB;
	margin: 18px auto 0;
}
@media (min-width: 960px){
.section_title_block .line-bottom-2{
	width: 38px;
	height: 3px;
	margin: 22px 0 0 0;
}
}

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

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

#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: #F4EDDF;
	transition: all 0.3s ease;
	padding: 20px 0;
}
@media (min-width: 960px){
#support ul li a{
	height: 190px;
	padding: 0;
}
}

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

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

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

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

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

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

#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){
#support ul li a .head{
	font-size: 1.75rem;
	letter-spacing: 0.06em;
	margin: 17px 0 0 0;
}
}

#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){
#support ul li a .article{
	font-size: 1.35rem;
	margin: 18px 0 0 0;
}
}


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

#footer .wrap{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 0 9vw;
	margin: 0 auto;
}
@media (min-width: 960px){
#footer .wrap{
	flex-direction: row;
	justify-content: space-between;
	padding: 0 6vw;
}
}

#footer .logo-footer img{
	width: 150px;
	height: auto;
	display: block;
	margin-bottom: 5px;
}
@media (min-width: 960px){
#footer .logo-footer img{
	width: auto;
	height: 136px;
}
}

#footer .text_block{
	width: 100%;
}
@media (min-width: 960px){
#footer .text_block{
	width: auto;
}
}

#footer .nav{
	display: flex;
	flex-direction: column;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
@media (min-width: 960px){
#footer .nav{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-end;
}
}

#footer .nav ul{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
@media (min-width: 960px){
#footer .nav ul{
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0 0 0 56px;
}
}

#footer .nav ul.left{
	width: 60%;
}
@media (min-width: 960px){
#footer .nav ul.left{
	width: auto;
}
}

#footer .nav ul.right{
	width: 40%;
}
@media (min-width: 960px){
#footer .nav ul.right{
	width: auto;
}
}

#footer .nav ul li a{
	color: #3E3D43;
	width: 100%;
	font-size: 1.45rem;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
	text-align: left;
	display: block;
	position: relative;
	transition: all .2s ease;
	padding: 7px 0;
}
@media (min-width: 960px){
#footer .nav ul li a{
	width: auto;
	font-size: 1.4rem;
	text-align: left;
	padding: 2px 0 10px 0;
}
}

#footer .nav ul li a:hover{
	color: #E9A590;
}

#footer .nav ul li.small a{
	font-size: 1.25rem;
}
@media (min-width: 960px){
#footer .nav ul li.small a{
	font-size: 1.4rem;
}
}

#footer .copyright{
	color: #666;
	width: 100%;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
	position: absolute;
	bottom: 30px;
	right: 0;
}
@media (min-width: 960px){
#footer .copyright{
	width: auto;
	text-align: right;
	bottom: 50px;
	right: 6vw;
}
}

#footer .page_top{
	width: 60px;
	height: 60px;
	position: absolute;
	top: -30px;
	right: 50%;
	margin-right: -30px;
}
@media (min-width: 960px){
#footer .page_top{
	width: 70px;
	height: 70px;
	top: -35px;
	right: 6vw;
	margin-right: 0;
}
}

#footer .page_top a{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #3E3D43;
}
@media (min-width: 960px){
#footer .page_top a{
	width: 70px;
	height: 70px;
}
}

#footer .page_top a img{
	width: 22px;
	height: auto;
	display: block;
	transition: all .2s ease;
}
@media (min-width: 960px){
#footer .page_top a img{
	width: 25px;
}
}

#footer .page_top a:hover img{
	opacity: 0.5;
}


/* ==========================================================================
   mt
   ========================================================================== */
.mt0{
	margin-top: 0!important;
}
.mt5{
	margin-top: 5px!important;
}
.mt10{
	margin-top: 10px!important;
}
.mt15{
	margin-top: 15px!important;
}
.mt20{
	margin-top: 20px!important;
}
.mt25{
	margin-top: 25px!important;
}
.mt30{
	margin-top: 30px!important;
}
.mt35{
	margin-top: 35px!important;
}
.mt40{
	margin-top: 40px!important;
}
.mt45{
	margin-top: 45px!important;
}
.mt50{
	margin-top: 50px!important;
}
.mt55{
	margin-top: 55px!important;
}
.mt60{
	margin-top: 60px!important;
}
.mt65{
	margin-top: 65px!important;
}
.mt70{
	margin-top: 70px!important;
}
.mt75{
	margin-top: 75px!important;
}
.mt80{
	margin-top: 80px!important;
}
.mt90{
	margin-top: 90px!important;
}
.mt100{
	margin-top: 100px!important;
}
.mt110{
	margin-top: 100px!important;
}
.mt120{
	margin-top: 120px!important;
}
.mt130{
	margin-top: 130px!important;
}
.mt140{
	margin-top: 140px!important;
}
.mt150{
	margin-top: 150px!important;
}
.mt160{
	margin-top: 160px!important;
}
.mt170{
	margin-top: 170px!important;
}
.mt180{
	margin-top: 180px!important;
}
.mt190{
	margin-top: 190px!important;
}
.mt200{
	margin-top: 200px!important;
}
.mt210{
	margin-top: 210px!important;
}
.mt220{
	margin-top: 220px!important;
}
.mt230{
	margin-top: 230px!important;
}
.mt240{
	margin-top: 240px!important;
}
.mt250{
	margin-top: 250px!important;
}

.mb100{
	margin-bottom: 100px!important;
}


/* ==========================================================================
   mt_sp
   ========================================================================== */
@media (max-width: 599px){
.mt0_sp{
	margin-top: 0!important;
}
.mt5_sp{
	margin-top: 5px!important;
}
.mt10_sp{
	margin-top: 10px!important;
}
.mt15_sp{
	margin-top: 15px!important;
}
.mt20_sp{
	margin-top: 20px!important;
}
.mt25_sp{
	margin-top: 25px!important;
}
.mt30_sp{
	margin-top: 30px!important;
}
.mt35_sp{
	margin-top: 35px!important;
}
.mt40_sp{
	margin-top: 40px!important;
}
.mt45_sp{
	margin-top: 45px!important;
}
.mt50_sp{
	margin-top: 50px!important;
}
.mt55_sp{
	margin-top: 55px!important;
}
.mt60_sp{
	margin-top: 60px!important;
}
.mt70_sp{
	margin-top: 70px!important;
}
.mt80_sp{
	margin-top: 80px!important;
}
.mt90_sp{
	margin-top: 90px!important;
}
.mt100_sp{
	margin-top: 100px!important;
}
.mt110_sp{
	margin-top: 110px!important;
}
.mt120_sp{
	margin-top: 120px!important;
}
.mt130_sp{
	margin-top: 130px!important;
}
.mt140_sp{
	margin-top: 140px!important;
}
.mt150_sp{
	margin-top: 150px!important;
}
.mt160_sp{
	margin-top: 160px!important;
}
.mt170_sp{
	margin-top: 170px!important;
}
.mt180_sp{
	margin-top: 180px!important;
}
.mt190_sp{
	margin-top: 190px!important;
}
.mt200_sp{
	margin-top: 200px!important;
}

.mb50_sp{
	margin-bottom: 50px!important;
}
