@charset "utf-8";
/* CSS Document */
*,*::before,
*::after{
	box-sizing: border-box;
}

html {
	font-size: 50%;
}

body{
	width: 100%;
	line-height: 1.5;
	font-family: "YuGothic";
	font-size: 14px;
	background-image: radial-gradient(#FCE7BC 8%, transparent 10%), radial-gradient(#FCE7BC 8%, transparent 10%);
	background-position: 0 0, 50px 50px;
	background-size: 100px 100px;
	margin: 0 auto;
}

main{
}
 a:link,a:visited,a:hover,a:active {
	text-decoration: none;	
}

.pc {
	display: none;
}

.sp{
	text-align: center;
}

iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	display: block;
}

.yt169 {
	width: 100%;
}

/*----------メイン--------------*/
.top-img {
	text-align: center;
	margin-top: 65px;
}

.top-img img{
	width: 90%;
}

.box1 img{
	width:50%
}

.head img{
	width:100%;
}

.go-left{
	float: right;
}

.box-2{
	width: 100%;
}

p small{
	font-size: 70%;
}

.center {
	margin-bottom: -5%;
}

.box-orange{
	background:url("../img/paper.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
	border-radius: 15px; 
}


.box-normal{
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----------リニューアル-----------*/
.grid5{
	display: grid;
	row-gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
}

.box-2 img{
	width: 100%;
}

.content1{
	width: 90%;
    margin: 0 5%;
    padding: 1em 1.5em;
}

.content6 {
	background-color: #fff;
	width: 100%;
	padding: 10px 10px 10px 10px;
	border-radius: 15px; 
}

.grid1{
	display: grid;
    row-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
}

.grid2{
	display: grid;
    row-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
}

.grid3{
	display: grid;
    row-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
}

.go-right {
    float: right;
}

.heading-2 {
	font-size: 4rem;
	text-align: center;
    position: relative;
}

.heading-2:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #F8B62D;
}

.center {
	text-align: center;
}

/*----------FEATURE--------------*/
.size-adjust img{
	max-width: 100%;
  margin: auto;
  display: block;
}

.grid2{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.box-3 img{
	width: 100%;
}

.box-3 {
	margin-top: -35px;
	text-align: center;
}

/*----------Q＆A--------------*/
.content1 img{
	width: 100%;
}

.content2 {
	text-align: left;
	margin-bottom: 50px;
	width: 90%;
}

.center-img img{
	width: 100%;
}

.content5{
	text-align: left;
	margin-top: 20%;
	margin-bottom: 50px;
}

.heading-1 {
    position: relative;
    padding-top: 1.5em;
    color: #333333;
	font-size: 2em;
}

.heading-1::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    color: #A5A9AA;
	opacity: 0.3;
    font-size: 3em;
    line-height: 1;
    content: attr(data-number);
    pointer-events: none;
}



/*----------商品情報--------------*/
/*--体重--*/
.box-003 {
	width: 90%;
    margin: 0 5%;
    padding: 1em 1.5em;
    box-shadow: 0 4px 4px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 1%);
    background-image: linear-gradient(transparent calc(100% - 1px), #C7EDFF 50%, #C7EDFF), linear-gradient(90deg, transparent calc(100% - 1px), #C7EDFF 50%, #C7EDFF);
    background-size: 20px 20px;
    background-repeat: repeat;
    background-color: #ffffff;
    color: #333;
	border: .7rem solid #00A0E9;
}

.heading-3 {
    color: #333333;
    font-weight:900;
    font-size:3.5rem;
    letter-spacing: .04em;
    text-align: center;
}

.heading-3::after {
    display: block;
    font-weight:600;
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: .02em;
    content: attr(data-label);
}

.blue {
	color: #00A0E9;
}

.bw-blue:hover {
	 background-color: #00A0E9;
	 color: #fff;
}

.bw-blue {
	border: solid 2.5px #00A0E9;
	 background-color: #fff;
}

.heading-10 {
    position: relative;
    padding: 0 1.5em;
    color: #333333;
}

.heading-10::before,
.heading-10::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #00A0E9;
    content: '';
}

.heading-10::before {
    top: calc(50% - 3px);
    left: 0;
}

.heading-10::after {
    top: calc(50% + 3px);
    left: 5px;
}

/*--消化器--*/
.box-004 {
	width: 90%;
    margin: 0 5%;
    padding: 1em 1.5em;
    box-shadow: 0 4px 4px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 1%);
    background-image: linear-gradient(transparent calc(100% - 1px), #FADCCF 50%, #FADCCF), linear-gradient(90deg, transparent calc(100% - 1px), #FADCCF 50%, #FADCCF);
    background-size: 20px 20px;
    background-repeat: repeat;
    background-color: #ffffff;
    color: #333;
	border: .7rem solid #EA5514;
}

.heading-4 {
    color: #333333;
    font-weight:900;
    font-size:3.5rem;
    letter-spacing: .04em;
    text-align: center;
}

.heading-4::after {
    display: block;
    font-weight:600;
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: .02em;
    content: attr(data-label);
}

.orange {
	color: #EA5514;
}

.inetense-orange:hover {
	 background-color: #EA5514;
	 color: #fff;
}

.intense-orange {
	border: solid 2.5px #EA5514;
	 background-color: #fff;
}

.heading-11 {
    position: relative;
    padding: 0 1.5em;
    color: #333333;
}

.heading-11::before,
.heading-11::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #EA5514;
    content: '';
}

.heading-11::before {
    top: calc(50% - 3px);
    left: 0;
}

.heading-11::after {
    top: calc(50% + 3px);
    left: 5px;
}


/*--食欲--*/
.box-005 {
	width: 90%;
    margin: 0 5%;
    padding: 1em 1.5em;
    box-shadow: 0 4px 4px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 1%);
    background-image: linear-gradient(transparent calc(100% - 1px), #F9D2D2 50%, #F9D2D2), linear-gradient(90deg, transparent calc(100% - 1px), #F9D2D2 50%, #F9D2D2);
    background-size: 20px 20px;
    background-repeat: repeat;
    background-color: #ffffff;
    color: #333;
	border: .7rem solid #E8383D;
}

.heading-4 {
    color: #333333;
    font-weight:900;
    font-size:3.5rem;
    letter-spacing: .04em;
    text-align: center;
}

.heading-4::after {
    display: block;
    font-weight:600;
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: .02em;
    content: attr(data-label);
}

.red {
	color:#E8383D;
}

.apitite-red:hover {
	 background-color: #E8383D;
	 color: #fff;
}

.apitite-red {
	border: solid 2.5px #E8383D;
	 background-color: #fff;
}

.heading-12 {
    position: relative;
    padding: 0 1.5em;
    color: #333333;
}

.heading-12::before,
.heading-12::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #E8383D;
    content: '';
}

.heading-12::before {
    top: calc(50% - 3px);
    left: 0;
}

.heading-12::after {
    top: calc(50% + 3px);
    left: 5px;
}

/*--皮膚被毛--*/
.box-006 {
	width: 90%;
    margin: 0 5%;
    padding: 1em 1.5em;
    box-shadow: 0 4px 4px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 1%);
    background-image: linear-gradient(transparent calc(100% - 1px), #EAD9E8 50%, #EAD9E8), linear-gradient(90deg, transparent calc(100% - 1px), #EAD9E8 50%, #EAD9E8);
    background-size: 20px 20px;
    background-repeat: repeat;
    background-color: #ffffff;
    color: #333;
	border: .7rem solid #B071AC;
}

.heading-5 {
    color: #333333;
    font-weight:900;
    font-size:3.5rem;
    letter-spacing: .04em;
    text-align: center;
}

.heading-5::after {
    display: block;
    font-weight:600;
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: .02em;
    content: attr(data-label);
}

.purple {
	color: #B071AC;
}

.skin-purple:hover {
	 background-color: #B071AC;
	 color: #fff;
}

.skin-purple {
	border: solid 2.5px #B071AC;
	 background-color: #fff;
}

.heading-13 {
    position: relative;
    padding: 0 1.5em;
    color: #333333;
}

.heading-13::before,
.heading-13::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #B071AC;
    content: '';
}

.heading-13::before {
    top: calc(50% - 3px);
    left: 0;
}

.heading-13::after {
    top: calc(50% + 3px);
    left: 5px;
}

/*--骨関節--*/
.box-007 {
	width: 90%;
    margin: 0 5%;
    padding: 1em 1.5em;
    box-shadow: 0 4px 4px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 1%);
    background-image: linear-gradient(transparent calc(100% - 1px), #E5F5CF 50%, #E5F5CF), linear-gradient(90deg, transparent calc(100% - 1px), #E5F5CF 50%, #E5F5CF);
    background-size: 20px 20px;
    background-repeat: repeat;
    background-color: #ffffff;
    color: #333;
	border: .7rem solid #7FBE26;
}

.heading-6 {
    color: #333333;
    font-weight:900;
    font-size:3.5rem;
    letter-spacing: .04em;
    text-align: center;
}

.heading-6::after {
    display: block;
    font-weight:600;
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: .02em;
    content: attr(data-label);
}

.green {
	color: #7FBE26;
}

.bone-green:hover {
	 background-color: #7FBE26;
	 color: #fff;
}

.bone-green {
	border: solid 2.5px #7FBE26;
	 background-color: #fff;
}

.heading-14 {
    position: relative;
    padding: 0 1.5em;
    color: #333333;
}

.heading-14::before,
.heading-14::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #7FBE26;
    content: '';
}

.heading-14::before {
    top: calc(50% - 3px);
    left: 0;
}

.heading-14::after {
    top: calc(50% + 3px);
    left: 5px;
}

/*--免疫--*/
.box-008{
	width: 90%;
    margin: 0 5%;
    padding: 1em 1.5em;
    box-shadow: 0 4px 4px rgb(0 0 0 / 5%), 0 2px 3px -2px rgb(0 0 0 / 1%);
    background-image: linear-gradient(transparent calc(100% - 1px), #F9D3DD 50%, #F9D3DD), linear-gradient(90deg, transparent calc(100% - 1px), #F9D3DD 50%, #F9D3DD);
    background-size: 20px 20px;
    background-repeat: repeat;
    background-color: #ffffff;
    color: #333;
	border: .7rem solid #EB6D8E;
}

.heading-7 {
    color: #333333;
    font-weight:900;
    font-size:3.5rem;
    letter-spacing: .04em;
    text-align: center;
}

.heading-7::after {
    display: block;
    font-weight:600;
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: .02em;
    content: attr(data-label);
}

.pink {
	color:#EB6D8E;
}

.immune-pink:hover {
	 background-color: #EB6D8E;
	 color: #fff;
}

.immune-pink {
	border: solid 2.5px #EB6D8E;
	 background-color: #fff;
}

.heading-15 {
    position: relative;
    padding: 0 1.5em;
    color: #333333;
}

.heading-15::before,
.heading-15::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #EB6D8E;
    content: '';
}

.heading-15::before {
    top: calc(50% - 3px);
    left: 0;
}

.heading-15::after {
    top: calc(50% + 3px);
    left: 5px;
}

/***/

.small{
	font-size: 40%;
}

.content3 {
	text-align: left;
}


table{
	width: 100%;
	text-align: center;
	border: solid 1px #333;	
	border-collapse: collapse;
	margin: 20px auto auto auto;
}

th,
td{
	padding: 5px;
	border: solid 1px #333;
}

.content3 summary {
	font-weight: bold;
	border-radius: 35px;
	cursor: pointer;
    transition: 0.2s; /* 変化を滑らかに */
	padding: 5px 25px;
	margin: 5px 0;
	font-size: 2rem;
	text-decoration: none;
}

.tab-3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tab-3 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    background-color: #f2f2f2;
    color: #999;
    font-weight: 600;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
}

.tab-3 > label:hover {
    opacity: .8;
}

.tab-3 input {
    display: none;
}

.tab-3 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-3 label:has(:checked) {
    border-bottom: 4px solid #555;
    color: #555;
}

.tab-3 label:has(:checked)+div {
    display: block;
}

.grid-container{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
}

.grid-container img{
	max-width: 48%;
}

.button-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	margin: 0 auto;
	padding: .9em 1em;
	border: 2px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 3px #F8B62D;
	background-color: #F8B62D;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	cursor: pointer;
}

.button-2::after {
	transform: rotate(45deg);
	width: 5px;
	height: 5px;
	margin-left: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
}

/*----------ナビゲーション--------------*/
header{
	display: flex;
	position: fixed;
	top: 0;
	background: #FFFFFF;
	z-index: 10000;
	width: 100%;
}

nav{
	background: #FFFFFF;
	z-index: 10000;
	width: 100%;
}

nav ul{
display: table;
margin: 8% 0% 5% 0%;
padding: 0 ;
width: 100%;
text-align: center;
position: fixed;
background: #fff;
z-index: 10000;
}

nav li{
	display: table-cell;
	width: 10%;
	background: #fff;
}

nav a{
display: block;
width: 100%;
text-decoration: none;
color: #555;
padding-bottom: 5px;
padding-top: 5px;
}

nav li.current{
border-bottom: 3px solid #403B2F;
}

nav li:hover{
color: #E7DA66;
border-bottom: 3px solid #F8B62D;
}

.main-logo{
	text-align: left;
	padding-top: 1%;
	position: fixed;
	z-index: 10000;
	background: #fff;
	width: 100%;
}

.main-logo img{
	width: 40%;
	margin-left: 5%;
	background: #fff;
}

/*----------フッター--------------*/
.footer-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 10px 10px;
    background-color: #fff;
}

.footer-2 img{
	width: 15%;
	text-align: center;
}

.footer-2__copyright {
    margin: 0;
    color: #000;
    font-weight: 200;
    font-size: .8em;
}

/*----------レスポンシブ--------------*/
@media (min-width: 700px){
	body{
		font-size: 14px;
		width: 100%;
	}
	main{
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	.top-img {
		text-align: center;
		margin-top: 50px;
	}
	.sp {
	display: none;
	}
	.pc {
	display: block;
	text-align: center;
	}
	.content3{
		display: flex;
		align-content: space-around;
	}
	.content5{
	margin-top: 13%;
	}
	.content6 {
	padding: 10px 10px 10px 10px;
	}
	.center-img img{
		width: 100%;
	}
	.grid5{
		grid-template-columns: repeat(2, 1fr);
		display: grid;
		column-gap: 15px;
		row-gap: 15px;
	}
	.box-2 img{
		width: 100%;
	}
	.grid1{
		grid-template-columns: repeat(5, 1fr);
		display: grid;
		column-gap: 15px;
		row-gap: 15px;
	}
	.grid{
		grid-template-columns: repeat(2, 1fr);
		display: grid;
		column-gap: 15px;
		row-gap: 15px;
	}
	.grid2{
	display: grid;
    row-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
	}
	.box-2 img{
		width: 100%;
	}
	.row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 15px;
	}
	.grid-container img{
		max-width: 32%;
	}
	.qa1 img{
		width: 70%;
	}
	nav ul{
		margin: 5% 0% 15% 0%;
		width: 100%;
	}
	.main-logo img{
		width: 25%;
	}
	.grid2{
		grid-template-columns: repeat(4, 1fr);
	}
	.box-3 img{
		width: 100%;
	}
	.size-adjust2 img{
		max-width: 100%;
		margin: auto;
		display: block;
	}
	.size-adjust2{
		align-items: center;
		  display: flex;
	}
}

@media (min-width: 950px){
	body{
		font-size: 16px;
	}
	main{
		width: 60%;
		text-align: center;
		margin: 0 auto;
	}
	.sp{
		display: none;
	}
	.pc {
	display: block;
	text-align: center;
	}
	.top-img {
		margin-top:95px;
	}
	.content6 {
	padding: 10px 35px 10px 10px;
	}
	.content3{
		display: flex;
		align-content: space-around;
	}
	.content5{
	margin-top: 15%;
	}
	.box-1 {
		width: 100%;
		margin: 0 15px 0 15px;
	}
	.grid5{
		grid-template-columns: repeat(3, 1fr);
		display: grid;
		column-gap: 15px;
		row-gap: 15px;
	}
	.box-2 img{
		width: 100%;
		max-width: 800px;
	}
	.grid1{
		grid-template-columns: repeat(5, 1fr);
		display: grid;
		column-gap: 10px;
	}
	.grid{
		grid-template-columns: repeat(3, 1fr);
		display: grid;
		column-gap: 15px;
		row-gap: 15px;
	}
	.grid2{
	display: grid;
    row-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
	}
	.box-2 img{
		width: 100%;
		max-width: 800px;
	}
	.row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 15px;
	}
	.grid-container img{
		max-width: 32%;
	}
	.center-img {
		text-align: center;
	}
	.center-img img{
		width: 100%;
	}
	.qa1 img{
		width: 50%;
	}
	nav ul{
		margin: 4.5% 0% 10% 0%;
		width: 100%;
	}
	.main-logo {
		margin-bottom: auto;
	}
	.size-adjust2 img{
		max-width: 100%;
		margin: auto;
		display: block;
	}
	.size-adjust2{
		align-items: center;
		  display: flex;
	}
	.main-logo img{
		width: 25%;
	}
	.grid2{
		grid-template-columns: repeat(4, 1fr);
	}
	.box-3 img{
		width: 95%;
	}
	.button-2 {
		width: 250px;
	}
}