@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');

/*モバイル用-CSS*/
html{
	margin: auto;
	padding: 0;
	max-width: 100%;
	min-width: 375px;
	font-size: 62.5%;
}
body{
	margin: auto;
	overflow-y: scroll;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
a{
	text-decoration: none;
}

/*ヘッダー*/
.logo{
	position: relative;
	top: 10px;
	left: 10px;;
}
nav{
	text-align:right;
	margin-bottom: 2%;
}
nav ul{
	margin: 0 ;
	padding: 0 ;
}
nav ul li{
	margin-top: 5px;;
	list-style: none;
	display: inline-block;
	min-width: 50px;
	margin-right: 1%;
}
nav ul li a{
	text-decoration: none;
	color: #5F5F5F;
}
nav ul li.current a{
/*	color: #F33135;*/
}
nav ul li a:hover{
	color: #E7DA66;
}
header {
/*  position: sticky;*/
  top: 0;
  width: 1300px;
  height: 200px;
  color: white;
/*  padding-inline: 15px;*/
  align-content: center;
/*  background-color: #FF0000;*/
/*  z-index: 99;*/
}
.ray-pc{
	display: none;
}
.ray-sp{
	display: block;
}
section {

}

/*ホームコンテンツ*/
#m-rapper{
	position:relative;
/*	width: 100%;*/
}
.m-image{
	width: 95%;
	margin-top: 3%;
}
.m-midasi1{
	position: absolute; top:3.5%; left: 9%;
/*	transform: translate(0%, 20%);*/
/*	font-size: clamp(4.0vw, calc(0.9rem + 0.625vw), 3.6rem);*/
	color: #FFFFFF;
	text-align: left;
/*	line-height: 110%;*/
/*
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
*/

	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.m-text1{
	left:6%;
	font-size:2vw;
	color: #FFFFFF;
	padding:0;
	margin:0;
	text-align: left;
}
.m-text5{
	left:6%;
	font-size:3.5vw;
	color: #FFFFFF;
	padding:0;
	margin:0;
	text-align: left;
	line-height: 130%;
}
.spacer {
	display: block;
	height: 0px;
}
.spacer2 {
	display: block;
	height: 0px;
}
.btn1{
    display: flex;
	position: absolute;
	top: 14%;
	left:9%;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 770px) {
    .btn1 {
	top: 15%;
	left:9%;
    }
}
.btn1>a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #f6bfbc;
    padding: 1.3vw 4.0vw;
    text-align: center;
    color: #FFF;
    font-size: 2.0vw;
    font-weight: bold;
    transition: .3s;
    text-decoration: none;
	border-radius: 50px;
}
.btn1>a:hover{
    background: rgba(255,255,255,1);
    color: #333;
}
.btn2{
    display: flex;
	position: absolute;
	top: 14%;
	left: 30%;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 770px) {
    .btn2 {
	top: 15%;
	left: 30%;
    }
}
.btn2>a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #e3e0db;
    padding: 1.3vw 4.0vw;
	text-align: center;
    color: #6cabdf;
    font-size: 2.0vw;
    font-weight: bold;
    transition: .3s;
    text-decoration: none;
	border-radius: 80px;
}
.btn2>a:hover{
    background: #6cabdf;
    color: #333;
}
.m-midasi2{
	font-size: 3.7vw;
	color: #384152;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.c-ox img {
    border: 3px solid #000000;
    border-radius: 50%;
    width:  45%;
    height: 50%;
	position:relative;
	top:40%;
	right:0%;
}
.c-solb img {
    border: 3px solid #000000;
    border-radius: 50%;
    width:  45%;
    height: 50%;
	position:relative;
	top:40%;
	right:0%;
}
.c-ox{
	width: 90%;
	margin: auto;
	margin-bottom: 3%;
	background-color: #eff6ff;
	border:solid 1px #eff6ff;
	border-radius: 15px;
}
.c-ox h1{
	position: relative;
	left:-0px;
	top:5%;
	margin: 0;
	font-size: 5vw;
	color: #384152;
	text-decoration: none;
}
.c-ox p{
	position: relative;
	left:0%;
	top:-40%;
	margin: 0;
	margin-bottom: 3%;
	color: #6cabdf;
	font-size: 4vw;
	font-weight: bold;
	text-decoration: none;
}
.c-solb{
	width: 90%;
	margin: auto;
	margin-bottom: 3%;
	background-color: #fdf2f8;
	border:solid 1px #eff6ff;
	border-radius: 15px;
}
.c-solb h1{
	position: relative;
	left:-0px;
	top:5%;
	margin: 0;
	font-size: 5vw;
	color: #394253;
	text-decoration: none;
}
.c-solb p{
	position: relative;
	left:0%;
	top:-62%;
	margin: 0;
	margin-bottom: 3%;
	color: #ff8484;
	font-size: 4vw;
	font-weight: bold;
	text-decoration: none;
}

/*商品紹介*/
#m-rapper2{
	width: 100%;
}

.m-midasi3{
	font-size: 3.5vw;
	color: #444d5c;
	padding-left: 2%;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.m-text2{
	font-size:1.8vw;
	color: #4e5a66;
	margin-top: -2%;
	padding-left: 2%;
}
.m-text2 br{
	display: block;
	content: "";
	margin: 1px 0;
}
.s-ox{
/*	background-color: #F3F3F3;*/
	height: 500px;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
@media screen and (max-width: 850px) {
    .s-ox {
	height: 400px;
    }
}
.s-ox h1{
	margin-top: 3%;
	margin-left: 3%;
	text-align: left;
	color: #384152;
	font-size: 1.8vw;
	text-decoration: none;
}
.s-ox p{
	text-align: left;
	margin-top: -1%;
	margin-left: 3%;
	font-size: 1.4vw;
	text-decoration: none;
}
.s-ox .p1{
	color: #6cabdf;
	font-size: 1.4vw;
	font-weight: bold;
	text-decoration: none;
}
.s-ox .p2{
	margin-top: 3%;
	color: #525b6a;
	font-size: 1.4vw;
	font-weight: bold;
	text-decoration: none;
}
.s-ox-sub{
	text-align: left;
	margin-top: 0%;
	margin-left: 3%;
}
.s-solb{
/*	background-color: #F3F3F3;*/
	height: 500px;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
@media screen and (max-width: 850px) {
    .s-solb {
	height: 400px;
    }
}
.s-solb h1{
	margin-top: 3%;
	margin-left: 3%;
	text-align: left;
	color: #374151;
	font-size: 1.8vw;
	text-decoration: none;
}
.s-solb p{
	text-align: left;
	margin-top: -1%;
	margin-left: 3%;
	font-size: 1.2vw;
	text-decoration: none;
}
.s-solb .p1{
	color: #ff8484;
	font-size: 1.4vw;
	font-weight: bold;
	text-decoration: none;
}
.s-solb .p2{
	margin-top: 3%;
	color: #525b6a;
	font-size: 1.4vw;
	font-weight: bold;
	text-decoration: none;
}
.s-solb-sub{
	text-align: left;
	margin-top: 3%;
	margin-left: 2%;
}
.btn-s1{
	position: relative;
	margin-top:6%;
	margin-bottom:-14%;
	left:35%;
    width: 80px;
    background: #dbeaff;
    padding: 3px;
    text-align: center;
    color: #1e40ae;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
	border-radius: 50px;
}
.btn-s2{
	position: relative;
	margin-top:6%;
	margin-bottom:-14%;
	left: 35%;
    width: 80px;
    background: #fde7f3;
    padding: 3px;
    text-align: center;
    color: #a5295b;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
	border-radius: 50px;
}
.toumei{
	color: transparent;
}


/*コンテンツ！*/
.m-midasi4{
	text-align: center;
	font-size: 3.5vw;
	color: #374151;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.m-text3{
	font-size:1.8vw;
	color: #4e5967;
	margin-top: -3%;
	padding-bottom: 5%;
}
.btn-c1{
	position: relative;
	margin-bottom:-12%;
	left:-30%;
    width: 30%;
    background: #60a5fa;
    padding: 2%;
    text-align: center;
    color: #FFF;
    font-size: 1.2vw;
    font-weight: bold;
    text-decoration: none;
	border-radius: 50px;
}
.btn-c2{
	position: relative;
	margin-bottom:-12%;
	left:-30%;
    width: 30%;
    background: #34d399;
    padding: 2%;
    text-align: center;
    color: #FFF;
    font-size: 1.2vw;
    font-weight: bold;
    text-decoration: none;
	border-radius: 50px;
}
.btn-c3{
	position: relative;
	margin-bottom:-12%;
	left:-30%;
    width: 30%;
    background: #f472b6;
    padding: 2%;
    text-align: center;
    color: #FFF;
    font-size: 1.2vw;
    font-weight: bold;
    text-decoration: none;
	border-radius: 50px;
}
.c-pet{
/*	background-color: #F3F3F3;*/
	height: auto;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
.c-pet h1{
	margin-top: 5%;
	margin-left: 3%;
	text-align: left;
	color: #374151;
	font-size: 1.4vw;
	text-decoration: none;
}
.c-pet p{
	text-align: left;
	margin-top: 5%;
	margin-left: 3%;
	font-size: 1.4vw;
	text-decoration: none;
}
.c-pet .p1{
	margin-top: 4%;
	color: #757b88;
	font-size: 1.2vw;
	font-weight: bold;
	text-decoration: none;
}
.c-pet .p2{
	margin-top: 4%;
	color: #3b82f6;
	font-size: 1.2vw;
	font-weight: bold;
	text-decoration: none;
}
.c-pet .p2 a{
	color: #3b82f6;
	text-decoration: none;
}
.c-pet-sub{
	text-align: left;
	font-size: 1.2vw;
	color: #757b88;
	margin-top: 4%;
	margin-left: 3%;
}
.c-sky{
/*	background-color: #F3F3F3;*/
	height: auto;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
.c-sky h1{
	margin-top: 5%;
	margin-left: 3%;
	text-align: left;
	color: #374151;
	font-size: 1.4vw;
	text-decoration: none;
}
.c-sky p{
	text-align: left;
	margin-top: 5%;
	margin-left: 3%;
	font-size: 1.4vw;
	text-decoration: none;
}
.c-sky .p1{
	margin-top: 4%;
	color: #757b88;
	font-size: 1.2vw;
	font-weight: bold;
	text-decoration: none;
}
.c-sky .p2{
	margin-top: 4%;
	color: #3b82f6;
	font-size: 1.2vw;
	font-weight: bold;
	text-decoration: none;
}
.c-sky .p2 a{
	color: #3b82f6;
	text-decoration: none;
}
.c-sky-sub{
	text-align: left;
	font-size: 1.2vw;
	color: #757b88;
	margin-top: 4%;
	margin-left: 3%;
}
.c-byb{
/*	background-color: #F3F3F3;*/
	height: auto;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
.c-byb h1{
	margin-top: 5%;
	margin-left: 3%;
	text-align: left;
	color: #374151;
	font-size: 1.4vw;
	text-decoration: none;
}
.c-byb p{
	text-align: left;
	margin-top: 5%;
	margin-left: 3%;
	font-size: 1.4vw;
	text-decoration: none;
}
.c-byb .p1{
	margin-top: 4%;
	color: #757b88;
	font-size: 1.2vw;
	font-weight: bold;
	text-decoration: none;
}
.c-byb .p2{
	margin-top: 4%;
	color: #3b82f6;
	font-size: 1.2vw;
	font-weight: bold;
	text-decoration: none;
}
.c-byb .p2 a{
	color: #3b82f6;
	text-decoration: none;
}
.c-byb-sub{
	text-align: left;
	font-size: 1.2vw;
	color: #757b88;
	margin-top: 4%;
	margin-left: 3%;
}
.t3set{
	display: block;
}
.t1set{
	display: none;
}
@media screen and (max-width: 500px) {
    .t3set {
		display: none;
    }
    .t1set {
		display: block;
    }	
}

/*ミーたちについて*/
.m-midasi5{
	text-align: center;
	font-size: 3.5vw;
	color: #374151;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.m-text4{
	font-size:1.8vw;
	color: #4e5967;
	margin-top: -3%;
	padding-bottom: 3%;
}
.w-icon1{
	position: relative;
	top:4%;
	left: -44%;
	transform: translateX(44%);
	transform: translateY(-4%);
}
.w-giyo{
}
.w-giyo h1{
	margin-left: 5%;
	text-align: left;
	color: #5c6672;
	font-size: 1.9vw;
	text-decoration: none;
}
.kasen{
	border-bottom: solid 2px #f4f5f7;
	margin-left: -1%;
}
.giyo{
	font-size: 1.5vw;
	margin-left: 3%;
}
.giyo tr{
	height: 5%;
	color: #4c5564;
}
.w-icon2{
	position: relative;
	top:4%;
	left: -44%;
	transform: translateX(44%);
	transform: translateY(-4%);
}
.w-rinen{
}
.w-rinen h1{
	margin-left: 5%;
	text-align: left;
	color: #5c6672;
	font-size: 1.9vw;
	text-decoration: none;
}
.w-rinen .p1{
	margin-top: 3%;
	margin-left: 4%;
	text-align: left;
	color: #5c6672;
	font-size: 1.5vw;
	font-weight: bold;
	text-decoration: none;
}
.w-rinen .p2{
	margin-top: 3%;
	margin-left: 4%;
	text-align: left;
	color: #5c6672;
	font-size: 1.5vw;
	font-weight: bold;
	text-decoration: none;
}
.w-rinen .w-midasi-sub{
	padding-top: 3%;
	margin-left: 4%;
	text-align: left;
	color: #374151;
	font-size: 1.6vw;
	text-decoration: none;
}
.w-rinen-sub{
}
@media screen and (max-width: 1024px) {
    .w-rinen-sub img{
	width: 30%;
    }
}
.w-midasi-sub2{
	padding-top: 3%;
	padding-left: 5%;
	text-align: left;
	color: #4c5564;
	font-size: 1.7vw;
	text-decoration: none;
}
.w-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90.5%;
	text-align: center;
	margin: auto;
}
.w-flex-item1{
	background-color: #f9fafc;
	width: 48%;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
.w-flex-item2{
	background-color: #fcf2fa;
	width: 48%;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
.w-text-pi{
	color: #f473b6;
}
.t2set{
	display: block;
}
@media screen and (max-width: 500px) {
    .t2set {
		display: none;
    }
    .t1set {
		display: block;
    }	
}
