@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-color: #fff;
	margin: 0 auto;
}

body .full-bg{
	background-image: url("../img/bg-sandpaper.png");
	background-size: cover;
}

main{
	width:90%;
	margin: 0 auto;
}
 a:link,a:visited,a:hover,a:active {
	text-decoration: none;	
}

.pc {
	display: none;
}

.sp{
	text-align: center;
}


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

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

.content2{
	text-align: left;
}

.go-left{
	float: right;
}

.box-2{
	width: 100%;
}

.heading-2 {
    font-weight: 700;
    font-size: 3.0rem;
    line-height: 1.5;
    border-bottom: 3px solid #a5a9aa;
    color: #333333;
    letter-spacing: 0.1em;
}

.heading-2::before {
    color: #333333;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: .02em;
    content: attr(data-label);
	display: block;
    text-align: left;
}

p small{
	font-size: 70%;
}

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

.center img{
	width: 100%;
}

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

.yt169 {
	width: 100%;
}

/*----------リニューアル-----------*/

/*----------原材料--------------*/
.grid{
	display: grid;
	row-gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
}

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

.card{
  width: 100%;
  height: auto;
}
.card__imgframe{
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.card__textbox{
  width: 100%;
  height: auto;
  padding: 20px 18px;
  background: #ffffff;
  box-sizing: border-box;
}
.card__textbox > * + *{
  margin-top: 5px;
}
.card__titletext{
  font-size: 16px;
  font-weight: bold;
  line-height: 125%;
}
.card__overviewtext{
  font-size: 12px;
  line-height: 150%;
}

.card-skin{
  overflow: hidden;
  border-radius: 8px;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-bottom: solid 5px #888;
　box-shadow: 2px 2px 6px rgba(0,0,0,.4);
}

.read-more-2 {
    position: relative;
}

.read-more-2 p {
    display: -webkit-box;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 開く前に見せたい行数を指定 */
}

.read-more-2:has(:checked) p {
    display: block;
}

.read-more-2 p::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}

.read-more-2:has(:checked) p::after {
    content: none;
}

.read-more-2 label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    color: #4f96f6;
    font-size: .9em;
	text-align: center;
}

.read-more-2 label:hover {
    color: #c7511f;
    text-decoration: underline;
    cursor: pointer;
}

.read-more-2:has(:checked) label {
    display: none;
}

.read-more-2 input {
    display: none;
}

.heading-4 {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #333;
}

.heading-4::before,
.heading-4::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #888;
}

.heading-4::before {
    left: 0;
}

.heading-4::after {
    right: 0;
}

.center {
	text-align: center;
}

/*----------FEATURE--------------*/
.size-adjust img{
	max-width: 250px;
	margin: -10px auto 0 auto;
}

.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 {
	text-align: left;
}

.content1 img{
	width: 100%;
}

.content2 {
	text-align: left;
	margin-top: 50px;
	margin-bottom: 50px;
}

.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;
}
.qa1 {
	text-align: left;
}

.qa1 img{
	width: 100%;
}

.qa-h3{
	text-align: left;
	padding-top: 20px;
}

.qa-6 {
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
	z-index: 50;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
	z-index: 50;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #005686;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
	z-index: 50;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #D60C28;
    line-height: 1.2;
    content: "A";
}


/*----------商品情報--------------*/
.heading-3 {
    display: inline-block;
    position: relative;
    margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
    color: #333333;
    line-height: 1;
	font-size: 165%;
}

.heading-3::before {
    position: absolute;
    bottom: calc(-3.5em / 4);
    left: calc(-3.5em / 2);
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: #e60038;
	opacity: 0.3;
    content: '';
}

.heading-31 {
    display: inline-block;
    position: relative;
    margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
    color: #333333;
    line-height: 1;
	font-size: 165%;
}

.heading-31::before {
    position: absolute;
    bottom: calc(-3.5em / 4);
    left: calc(-3.5em / 2);
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: #008752;
	opacity: 0.3;
    content: '';
}

.heading-32 {
    display: inline-block;
    position: relative;
    margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
    color: #333333;
    line-height: 1;
	font-size: 165%;
}

.heading-32::before {
    position: absolute;
    bottom: calc(-3.5em / 4);
    left: calc(-3.5em / 2);
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: #A54795;
	opacity: 0.3;
    content: '';
}

.heading-33 {
    display: inline-block;
    position: relative;
    margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
    color: #333333;
    line-height: 1;
	font-size: 165%;
}

.heading-33::before {
    position: absolute;
    bottom: calc(-3.5em / 4);
    left: calc(-3.5em / 2);
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: #F19200;
	opacity: 0.3;
    content: '';
}

.heading-34 {
    display: inline-block;
    position: relative;
    margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
    color: #333333;
    line-height: 1;
	font-size: 165%;
}

.heading-34::before {
    position: absolute;
    bottom: calc(-3.5em / 4);
    left: calc(-3.5em / 2);
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: #009EA7;
	opacity: 0.3;
    content: '';
}

.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;
}

.green {
	color: #008752;
}

.main-green:hover {
	 background-color: #008752;
	 color: #fff;
}

.main-green {
	border: solid 2.5px #008752;
}

.purple {
	color: #A54795;
}

.main-purple:hover {
	 background-color: #A54795;
	 color: #fff;
}

.main-purple {
	border: solid 2.5px #A54795;
}

.orange {
	color: #F19200;
}

.main-orange:hover {
	 background-color: #F19200;
	 color: #fff;
}

.main-orange {
	border: solid 2.5px #F19200;
}

.blue {
	color: #009EA7;
}

.main-blue:hover {
	 background-color: #009EA7;
	 color: #fff;
}

.main-blue{
	border: solid 2.5px #009EA7;
}

.item-feature1 {
	font-weight: 900;
	color: #008752;
	font-size: 1.2em;
}

.item-feature2 {
	font-weight: 900;
	color: #A54795;
	font-size: 1.2em;
}

.item-feature3 {
	font-weight: 900;
	color: #F19200;
	font-size: 1.2em;
}

.item-feature4 {
	font-weight: 900;
	color: #009EA7;
	font-size: 1.2em;
}

.adult{
	padding: 0 15px 0 15px;
	border: solid 2.5px #008752;
}

.senior{
	padding: 0 15px 0 15px;
	border: solid 2.5px #A54795;
}

.intense{
	padding: 0 15px 0 15px;
	border: solid 2.5px #F19200;
}

.immune{
	padding: 0 15px 0 15px;
	border: solid 2.5px #009EA7;
}

.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 #555;
	background-color: #555;
	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 #007440;
}

.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;
	}
	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%;
	}
	.box-1 {
		width: 100%;
		margin: 0 5px 0 5px;
	}
	.grid{
		grid-template-columns: repeat(2, 1fr);
		display: grid;
		column-gap: 15px;
		row-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% 5% 10% 5%;
		width: 90%;
	}
	.main-logo img{
		width: 25%;
	}
	.grid2{
		grid-template-columns: repeat(4, 1fr);
	}
	.box-3 img{
		width: 100%;
	}
}

@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;
	}
	.content3{
		display: flex;
		align-content: space-around;
	}
	.content5{
	margin-top: 15%;
	}
	.box-1 {
		width: 100%;
		margin: 0 15px 0 15px;
	}
	.grid{
		grid-template-columns: repeat(3, 1fr);
		display: grid;
		column-gap: 15px;
		row-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{
		max-width: 800px;
	}
	.qa1 img{
		width: 50%;
	}
	nav ul{
		margin: 4.5% 5% 10% 5%;
		width: 90%;
	}
	.main-logo {
		margin-bottom: auto;
	}
	.main-logo img{
		width: 25%;
	}
	.grid2{
		grid-template-columns: repeat(4, 1fr);
	}
	.box-3 img{
		width: 95%;
	}
	.heading-2 {
    font-size: 3.5rem;
	}
	.heading-2::before {
    font-size: 2.0rem;
	}
	.button-2 {
		width: 250px;
	}
}