/*
Theme Name: アニマリットル
Theme URI: 
Author: アクオス
Author URI: 
Description: アクオス
Version: 1.0
*/

html{
	scroll-behavior: smooth;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	box-sizing: border-box;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background: #F5F3F2;
	position: relative;
	font-weight: 500;
	color: #1F1F1F;
}
div, section, ul, li {
	box-sizing: border-box;
}
ul {
	list-style: none;
	padding-left: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	max-width: 100%;
	display: block;
	margin: auto;
  box-sizing: border-box;
}
section {
	width: 100%;
	position: relative;
	margin: 0;
	box-sizing: border-box;
}
.inner {
	max-width: 650px;
	width: 90%;
	margin: auto;
	padding: 4rem;
}
.center {
	text-align: center;
}
h2 {
	text-align: center;
	font-size: 2.2rem;
	position: relative;
	padding-bottom: 4rem;
	letter-spacing: 1.2px;
	
}
h2::after {
	position: relative;
	content: "";
	display: block;
	width: 60px;
	height: 12px;
	background: #F4B394;
	border-radius: 30px;
	bottom: -2rem;
	margin: auto;
}
h3 {
	text-align: center;
	font-size: 1.7rem;
	color: #F59466;
	letter-spacing: 1.2px;
}
p,.answer{
	font-size: 18px;
	line-height: 1.5;
}
.btn {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 90%;
	height: 76px;
	margin: 2rem auto;
	text-align: center;
	max-width: 300px;
	background: #FDC546;
	font-size: 1.3rem;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 50px;
	font-weight: 600;
	color: #fff;
	transition:0.5s;
}
.btn:hover{
	background:#F59466;

}
/*==================================================
motion
===================================*/
/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(80px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}
/*==================================================
header
===================================*/
header {

}
.header_inner {
	color: #F5F3F2;
	font-weight: 600;
		position: fixed;
	top: 1rem;
	left: 2rem;
	z-index: 500;
}
.header_inner nav ul li {
	padding: 7px;
}
.header_inner nav a:hover{
	color: #fdc546 !important;
}
#toggle-btn{
	display: none;
}
.logo img{
	margin:auto;
}
/*==================================================
sec01
===================================*/
#sec01 {
	position: relative;
	background: url("img/bg_sec01.jpg") no-repeat;
	background-size: cover;
	color: #fff;
}
#sec01 .mv{
	padding: 2.5rem;
}
#sec01 .topimg {
	border-radius: 50px;
}
#sec01 .title {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
	margin: 1.6rem 0 4rem;
	letter-spacing: 2px;
	line-height: 1.6;
}
#sec01 .title img {
	margin: 3rem auto;
}
#sec01 .intro {
	padding: 2rem 1.5rem;
}
#sec01 .intro strong {
	text-align: center;
	display: block;
	font-size: 2.2rem;
	margin: 3rem 0;
}
#sec01 .desc {
	background: #F5F3F2;
	color: #37AEC3;
	border-radius: 50px;
	position: relative;
	margin-top: 10rem;
	padding-top: 480px;
	padding-bottom: 200px;
}
#sec01 .desc .product-img {
	position: absolute;
	top: -15rem;
	width: 100%;
	left: 0;
}
#sec01 .desc p, #sec01 .reason p {
	color: #8D795F;
}
#sec01 .desc ul:nth-of-type(1) li {
	margin-bottom: 3rem;
}
#sec01 .desc ul:nth-of-type(1) img {
	width: 100%;
	border-radius: 25px;
}
#sec01 .desc ul:nth-of-type(2) {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	gap: 2rem;
	font-size: 95%;
	font-weight: 600;
	white-space: nowrap;
	margin-bottom: 2rem;
	    position: relative;
    z-index: 250;
}
#sec01 .desc ul:nth-of-type(2) .image {
	height: 120px;
	width: auto;
	display: inline-flex;
	align-items: end;
	justify-content: center;
}
#sec01 .desc ul:nth-of-type(2) .image img {
	margin: 0;
}
#sec01 .desc ul:nth-of-type(2) strong {
	display: block;
	background: #FDC546;
	color: #fff;
	border-radius: 30px;
	width: 95%;
	margin: 10px 0;
	padding: 5px;
}
#sec01 .desc .fukidashi {
	margin: 4rem 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
}
#sec01 .reason {
	background: #fff;
	color: #37AEC3;
	border-radius: 50px;
	position: relative;
	margin-top: -8rem;
	top: 3rem;
	box-shadow: 0px 10px 35px #00000029;
}
#sec01 .reason::before{
	position: absolute;
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	background:url(img/reson_top.png) no-repeat;
    background-size: contain;
    top: -8.3%;
    left: 0;
}
#sec01 .reason .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
}
#sec01 .reason .grid li span {
	width: 85%;
	display: flex;
	height: auto;
	border-radius: 50%;
	border: 3px solid;
	margin: auto;
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-weight: 600;
	font-size: 1.5rem;
	box-shadow: 2px 5px 15px #00000029;
	margin-bottom: 2.5rem;
}
#sec01 .reason .grid li small {
	font-size: 0.9rem;
	font-weight: 550;
	color: #F4B394;
}
#sec01 .reason .scene h3 {
	color: #37AEC3;
}
#sec01 .reason .scene ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	text-align: center;
	margin-top: 3rem;
}
#sec01 .reason .scene ul img {
	height: 120px;
	width: auto;
	margin-bottom: 2rem;
}
#sec01 .inner{
	position: relative;
}
#sec01 .bg_cat{
	position: absolute;
	left: 0;
	top:26%;
	z-index: 100;
	width:28vw;
	max-width: 500px;
}
#sec01 .bg_dog{
	position: absolute;
	right: 0;
	top:65%;
	width: 30vw;
	max-width: 700px;
	z-index: 100;
}
#sec01 .bg_rabbit{
	position: absolute;
	left: 4%;
	top:80%;
	width: 20vw;
	max-width: 350px;
	z-index: 100;
}
/*==================================================
sec02
===================================*/
#sec02 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#sec02 .bg-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
#sec02 .inner {
	padding-top: 7rem;
	color: #37AEC3;
}
#sec02 li {
	margin: 3.5rem auto;
}
#sec02 li h3 {
	margin: 2rem 0 3rem;
	font-size: 2.2rem;
}
#sec02 img {
	width: 100%;
	border-radius: 25px;
}
#sec02 span {
	position: relative;
	color: #F59466;
	margin: auto;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 110%;
	font-weight: 600;
}
#sec02 span::before, #sec02 span::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 35%;
	height: 2px;
	background: #37AEC3;
	top: 50%;
}
#sec02 span::before {
	left: 0;
}
#sec02 span::after {
	right: 0;
}
/*==================================================
sec03
===================================*/
#sec03 {
	background: url("img/bg_sec03.jpg") no-repeat;
	background-size: cover;
	background-position: center 20%;
	width: 100%;
	height: auto;
	aspect-ratio: 2.7/1;
}
/*==================================================
sec04
===================================*/
#sec04 {
	background: url("img/bg_sec04.jpg") no-repeat;
	background-size: cover;
	color: #fff;
	padding-bottom: 6rem;
}
#sec04 .inner{
	padding: 4rem 2rem;
}
#sec04 ul li {
	background: #F5F3F2;
	border-radius: 50px;
	padding: 2rem;
	margin-bottom: 2rem;
	box-shadow: 0px 10px 35px #00000029;
}
#sec04 ul li h3 {
	text-align: left;
}
#sec04 ul li h3 span {
	color: #37AEC3;
	display: block;
	font-size: 1rem;
	margin-bottom: 0.8rem;
}
#sec04 ul li p {
	color: #8D795F;
}
/*==================================================
sec05
===================================*/
#sec05{
background: #F5F3F2;
    background-attachment: fixed;
}
#sec05 h2 {
	color: #F59466;
	font-size: 2rem;
	margin-bottom: 4rem;
	background: url(img/title_sec05.png) no-repeat;
	background-size: auto;
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	position: absolute;
	background-position: top;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -15rem;
	left: 0;
}
#sec05 h2::after {
	display: none;
}
#sec05 .inner {
	padding-top: 10rem;
	padding-bottom: 6rem;
}
#sec05 .inner img {
	padding: 4rem 0 1rem;
}
#sec05 h3 {
	color: #37AEC3;
	font-size: 2rem;
	margin: 2.5rem 0;
}
#sec05 h3 span {
	display: block;
	font-size: 1rem;
	color: #F59466;
	margin-bottom: 1.2rem;
}
#sec05 ul.price {
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #37AEC3;
	gap: 5%;
	margin: 4rem auto;
	max-width: 440px;
}
#sec05 ul.price li {
	background: #fff;
	border: 3px solid #37AEC3;
	border-radius: 50%;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	box-shadow: 0px 10px 35px #00000029;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 600;
}
#sec05 ul.price li h4 {
	font-size: 1.6rem;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	width: 90%;
	margin-bottom: 12px;
}
#sec05 ul.price li h4 span {
	display: block;
	font-size: 0.9rem;
	font-weight: 500;
	color: #F4B394;
	padding-bottom: 12px;
}
#sec05 ul.apply li {
	color: #8D795F;
	box-shadow: 0px 10px 35px #00000029;
	border-radius: 50px;
	max-width: 480px;
	margin: 2rem auto 3.5rem;
	padding: 1.5rem;
}
#sec05 ul.apply li h4 {
	color: #F59466;
	font-size: 2rem;
	text-align: center;
}
#sec05 ul.apply li strong {
	display: block;
	font-size: 2rem;
	color: #37AEC3;
	line-height: 2;
}
#sec05 ul.apply li span {
	color: #37AEC3;
	font-weight: 600;
	font-size: 1.15rem;
}
/*==================================================
sec06
===================================*/
#sec06 {
	background: url("img/bg_sec06.jpg") no-repeat;
	width: 100%;
	height: auto;
	aspect-ratio: 3/1;
	background-size: cover;
	background-position: center;
}
/*==================================================
sec07
===================================*/
#sec07 {
	background: #F59466;
	color: #fff;
}
#sec07 .inner {
	max-width: 1600px;
	width: 100%;
}
#sec07 ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-bottom: 2rem;
}
#sec07 ul li {
	background: #F5F3F2;
	box-shadow: 0px 10px 35px #00000029;
	border-radius: 50px;
	padding: 1.5rem;
	color: #8D795F;
}
#sec07 ul li h3 {
	color: #37AEC3;
	text-align: left;
	font-size: 1.8rem;
}
#sec07 ul li h3 span {
	color: #F59466;
	display: block;
	font-size: 1rem;
	margin-bottom: 1rem;
}
/*==================================================
sec08
===================================*/
#sec08{
	    background: #F5F3F2;
    background-attachment: fixed;
	padding-bottom: 40vh;
}
#sec08 .inner {
	color: #37AEC3;
	max-width: 710px;
}
#sec08 .inner details summary {
	background: #37AEC3;
	color: #fff;
	font-size: 1.5rem;
	box-shadow: 0px 5px 12px #00000029;
	border-radius: 20px;
	padding: 1.1rem 1.5rem;
	margin: 1rem auto;
	display: block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
}
summary::-webkit-details-marker {
    display: none;
}
#sec08 .inner details summary span{
	position: absolute;
	display: block;
	width:30px;
	height: 5px;
	background:#fff;
	border-radius:30px;
	top: 48%;
  right: 2.5%;
	transition: 0.2s;
}
#sec08 .inner details summary span:nth-child(2){
	transform:rotate(90deg);
}
#sec08 .inner details[open] summary span:nth-child(2){
	transform:rotate(180deg);

}
#sec08 .inner details .answer {
	color: #8D795F;
	width: 95%;
	margin: 1.5rem auto 3rem;
}
/*==================================================
footer
===================================*/
footer{
	background:#37AEC3;
	color:#fff;
	text-align: center;
	position: relative;
}
footer .image{
position: absolute;
    bottom: 92%;
    left: 0;
	height: 40vh;
    width: auto;
}
footer .image img{
	    width: auto;
    height: 100%;
	object-fit: contain;
	    object-position: bottom;
}
footer .footer_inner p{
	margin:3rem 0 0;
}
footer .footer_inner nav{
	line-height: 1.8;
	margin:2rem;
}
footer .fixed_banner{
	position: fixed;
    bottom: 0;
    right: 0;
		width: 25vw;
	z-index: 300;
}

/*==================================================
SP
===================================*/
@media screen and (max-width: 980px){
		.header_inner{
		display: none;
	}
	    .openbtn {
        position: fixed;
        cursor: pointer;
        width: 40px;
        height: 40px;
        z-index: 600;
        top: 2%;
        right: 3%;
    }
	    .openbtn span {
        display: inline-block;
        position: absolute;
        left: 0;
        height: 5px;
        border-radius: 10px;
        transition: all 0.4s;
        background: #fff;
        width: 100%;
    }
	    .openbtn span:nth-of-type(1) {
        top: 8px;
    }
	    .openbtn span:nth-of-type(2) {
        top: 22px;
    }
	    .openbtn span:nth-of-type(3) {
        top: 36px;
    }
	header.active .openbtn span:nth-of-type(1) {
		transform: rotate(37deg);
	        top: 20px;
        width: 110%;
        left: -5px;
	}
	header.active .openbtn span:nth-of-type(2) {
display: none;
	}
		header.active .openbtn span:nth-of-type(3) {
		transform: rotate(-37deg);
	        top: 20px;
        width: 110%;
			left: auto;
        right: 0;
	}
		header.active .header_inner{
		display: block;
		color:#fff;
			background:#37AEC3;
			top: 0;
			left: auto;
        right: 0;
			height: 100vh;
			min-width:50vw;
			padding: 4.5rem 1.5rem;
				box-shadow: 0px 3px 6px #00000029;
    }
		header.active .header_inner ul{
		    width: max-content;
    margin: auto;
	}
	header.active .header_inner nav ul li {
    padding: 10px;
		font-size: 0.95rem;
}
	header.active .header_inner nav ul li a{
		color:#F5F3F2!important;
	}

	header.active .header_inner nav{
		display: block;
    height: 100%;
    overflow-y: auto;
	}
	header.active .header_inner .btn{
		display: flex!important;
		width: 100%;
		height: 60px;
		margin: 3rem auto;
        background: #F59466;
	}
	#sec07 ul{
		grid-template-columns: repeat(1, 1fr);
	}
	footer .fixed_banner{
		display: none;
	}
}

@media screen and (max-width: 760px){
	.inner{
		width:100%;
		max-width: 100%;
		padding: 2rem;
	}
	p{
		font-size: 16px;
	}
	h2{
		font-size:1.5rem;
		white-space: nowrap;
		padding-bottom: 3rem;
	}
	h2::after{
		bottom: -1.5rem;
	}
	h3{
		font-size: 1.2rem;
	}
	.btn{
		font-size: 1.1rem;
		height: 60px;
	}
	#sec01 .inner{
		padding-top:3rem;
	}
	#sec01 .title{
		font-size: 1.3rem;
	}
	#sec01 .mv{
		padding: 1.5rem;
	}
	#sec01 .title img{
		margin: 2rem auto;
    max-width: 260px;
	}
	#sec01 .intro{
		padding: 1.5rem 0.5rem;
	}
	#sec01 .intro strong{
		font-size: 1.5rem;
	}
	#sec01 .bg_cat,
	#sec01 .bg_dog,
	#sec01 .bg_rabbit{
		display: none;
	}
	#sec01 .desc .product-img{
		top:-12rem;
	}
	#sec01 .desc .product-img img{
		max-width: 240px;
	}
	#sec01 .desc ul:nth-of-type(2){
		grid-template-columns: repeat(2, 1fr);
	}
	#sec01 .desc .fukidashi{
		margin: 2rem 0;
		font-size: 1.45rem;
	}
	#sec01 .desc{
		padding-top: 220px;
    padding-bottom: 150px;
	}
	#sec01 .reason::before{
		    height: 40vw;
		top: -25vw;
	}
	#sec01 .reason .grid{
		    grid-template-columns: repeat(1, 1fr);
		gap: 1.5rem;
	}
	#sec01 .reason .grid li span{
		width: 60%;
		max-width: 200px;
		    font-size: 1.2rem;
		margin-bottom: 2rem;
	}
	#sec01 .desc .fukidashi{
		font-size: 1.45rem;
		margin: 2rem 0;
	}
	#sec01 .reason .scene ul{
		grid-template-columns: repeat(1, 1fr);
		    gap: 1rem;
	}
	#sec01 .reason .scene ul img{
		height: 95px;
	}
	#sec02 li h3 {
    margin: 2rem 0;
    font-size: 1.5rem;
}
	#sec02 span{
		font-size: 90%;
	}
	#sec02 span::before,
	#sec02 span::after{
		width: 30%;
	}
	#sec03,#sec06 {
		aspect-ratio: 1.6 / 1;
	}
	#sec04 ul li{
		padding: 1.8rem 1.5rem;
		border-radius: 25px;
	}
	#sec05 h2{
		font-size: 1.5rem;
		    height: 300px;
	}
	#sec05 .inner img{
		padding: 1rem;
		max-height: 240px;
		object-fit: contain;
	}
	#sec05 h3{
		font-size: 1.5rem;
    margin: 1.5rem 0;
	}
	#sec05 ul.price{
		flex-direction: column;
    gap: 1.5rem;
    max-width: 220px;
    margin: 2rem auto;
	}
	#sec05 ul.apply li h4{
	font-size: 1.5rem;
	}
	#sec05 ul.apply li{
		margin: 2rem auto;
    padding: 1rem;
	border-radius: 25px;
	}
	#sec07 ul li{
		border-radius: 25px;
	}
	#sec07 ul li h3{
		font-size: 1.2rem;
	}
	#sec08 .inner details summary{
		font-size: 1rem;
        padding: 15px 40px 15px 15px;
        border-radius: 10px;
	}
	#sec08 .inner details summary span{
		width: 20px;
		height: 4px;
		right: 3.5%;
	}
	#sec08 .inner details .answer{
		font-size: 0.9rem;
		margin: 1rem auto 2rem;
	}
	#sec08{
		padding-bottom: 30vh;
	}
	footer .image{
		    height: 40vw;
		bottom: 95%;
	}
}

