@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');

/*モバイル用-CSS2*/
html{
	margin: auto;
	padding: 0;
	max-width: 100%;
	min-width: 280px;
	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;
}

.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:2%; 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: 100%;
/*
	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;
}
@media screen and (max-width: 495px) {
    .m-midasi1 {
	top: 2%;
	left:9%;
    }
}
.m-text1{
	left:6%;
	font-size:2.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;
}
.spacer {
	display: block;
	height: 0px;
}
.spacer2 {
	display: block;
	height: 5px;
	margin-top: -10px;
}
.btn1{
    display: flex;
	position: absolute;
	top: 13%;
	left:8%;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 495px) {
    .btn1 {
	top: 13%;
    }
}
@media screen and (max-width: 414px) {
    .btn1 {
	top: 13%;
    }
}
@media screen and (max-width: 390px) {
    .btn1 {
	top: 13%;
    }
}
@media screen and (max-width: 310px) {
    .btn1 {
	top: 12%;
    }
}
@media screen and (max-width: 300px) {
    .btn1 {
	top: 12%;
    }
}
.btn1>a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #f6bfbc;
    padding: 1.5vw 4.5vw;
    text-align: center;
    color: #FFF;
    font-size: 2.1vw;
    font-weight: bold;
    transition: .3s;
    text-decoration: none;
	border-radius: 50px;
}
@media screen and (max-width: 390px) {
    .btn1>a {
    padding: 1.5vw 4.5vw;
    font-size: 2.2vw;
    }
}
.btn1>a:hover{
    background: rgba(255,255,255,1);
    color: #333;
}
.btn2{
    display: flex;
	position: absolute;
	top: 13%;
	left: 30%;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 495px) {
    .btn2 {
	top: 13%;
    }
}
@media screen and (max-width: 414px) {
    .btn2 {
	top: 13%;
    }
}
@media screen and (max-width: 390px) {
    .btn2 {
	top: 13%;
    }
}
@media screen and (max-width: 310px) {
    .btn2 {
	top: 12%;
    }
}
@media screen and (max-width: 300px) {
    .btn2 {
	top: 12%;
    }
}
.btn2>a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #e3e0db;
    padding: 1.5vw 4.5vw;
	text-align: center;
    color: #6cabdf;
    font-size: 2.1vw;
    font-weight: bold;
    transition: .3s;
    text-decoration: none;
	border-radius: 80px;
}
@media screen and (max-width: 390px) {
    .btn2>a {
    padding: 1.5vw 4.5vw;
    font-size: 2.2vw;
    }
}
.btn2>a:hover{
    background: #6cabdf;
    color: #333;
}
.m-midasi2{
	font-size: 2rem;
	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:  55%;
    height: 50%;
	position:relative;
	top:40%;
	right:0%;
}
.c-solb img {
    border: 3px solid #000000;
    border-radius: 50%;
    width:  55%;
    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:-55%;
	color: #384152;
	text-decoration: none;
}
@media screen and (max-width: 300px) {
    .c-ox h1 {
	font-size: 6vw;
    }
}
.c-ox p{
	position: relative;
	left:0%;
	top:-62%;
	color: #6cabdf;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
}
@media screen and (max-width: 450px) {
    .c-ox p{
	font-size: 3.5vw;
    }
}
.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:-55%;
	color: #394253;
	text-decoration: none;
}
@media screen and (max-width: 300px) {
    .c-solb h1 {
	font-size: 6vw;
    }
}
.c-solb p{
	position: relative;
	left:0%;
	top:-62%;
	color: #ff8484;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
}
@media screen and (max-width: 450px) {
    .c-solb p{
	font-size: 3.5vw;
    }
}
/*商品紹介*/
#m-rapper2{
	width: 100%;
}

.m-midasi3{
	font-size: 3.8vw;
	color: #444d5c;
	padding-left: 2%;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.m-text2{
	font-size:2.8vw;
	color: #4e5a66;
	margin-top: -2%;
	padding-left: 2%;
}
.m-text2 br{
	display: block;
	content: "";
	margin: 1px 0;
}
.s-ox{
/*	background-color: #F3F3F3;*/
	height: 400px;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
@media screen and (max-width: 450px) {
    .s-ox {
	height: 300px;
    }
}
@media screen and (max-width: 350px) {
    .s-ox {
	height: 250px;
    }
}
@media screen and (max-width: 280px) {
    .s-ox {
	height: 250px;
    }
}
.s-ox h1{
	margin-top: 3%;
	text-align: left;
	margin-left: 3%;
	color: #384152;
	font-size: 2.5vw;
	text-decoration: none;
}
.s-ox p{
	text-align: left;
	margin-top: -1%;
	margin-left: 3%;
	font-size: 1.2vw;
	text-decoration: none;
}
.s-ox .p1{
	color: #6cabdf;
	font-size: 1.8vw;
	font-weight: bold;
	text-decoration: none;
}
.s-ox .p2{
	margin-top: 3%;
	color: #525b6a;
	font-size: 1.8vw;
	font-weight: bold;
	text-decoration: none;
	height: 20vw;
}
.s-ox-sub{
	text-align: left;
	margin-top: 0px;
	margin-left: 3%;
/*	background-color: aqua;*/
}
@media screen and (max-width: 450px) {
    .s-ox-sub img{
	width: 33%;
    }
}
.s-solb{
/*	background-color: #F3F3F3;*/
	height: 400px;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
@media screen and (max-width: 450px) {
    .s-solb {
	height: 300px;
    }
}
@media screen and (max-width: 450px) {
    .s-solb {
	height: 300px;
    }
}
@media screen and (max-width: 350px) {
    .s-solb {
	height: 250px;
    }
}
@media screen and (max-width: 280px) {
    .s-solb {
	height: 250px;
    }
}
.s-solb h1{
	margin-top: 3%;
	margin-left: 3%;
	text-align: left;
	color: #374151;
	font-size: 2.5vw;
	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.8vw;
	font-weight: bold;
	text-decoration: none;
}
.s-solb .p2{
	margin-top: 3%;
	color: #525b6a;
	font-size: 1.8vw;
	font-weight: bold;
	text-decoration: none;
	height: 20vw;
}
.s-solb-sub{
	text-align: left;
	margin-top: 3%;
	margin-left: 3%;
/*	background-color: aqua;*/
}
@media screen and (max-width: 450px) {
    .s-solb-sub img{
	width: 33%;
    }
}

.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;
}
@media screen and (max-width: 500px) {
    .m-midasi4 {
	font-size: 5.5vw;	
    }
}
.m-text3{
	font-size:1.8vw;
	color: #4e5967;
	margin-top: -3%;
	padding-bottom: 5%;
}
@media screen and (max-width: 500px) {
    .m-text3 {
	font-size: 4.5vw;	
    }
}
.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;
}
@media screen and (max-width: 500px) {
    .btn-c1 {
	margin-bottom:-12%;
	left:1%;
	font-size: 3.5vw;
    padding: 1%;
    }
}
.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;
}
@media screen and (max-width: 500px) {
    .btn-c2 {
	margin-bottom:-12%;
	left:1%;
	font-size: 3.5vw;
    padding: 1%;
    }
}
.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;
}
@media screen and (max-width: 500px) {
    .btn-c3 {
	margin-bottom:-12%;
	left:1%;
	font-size: 3.5vw;
    padding: 1%;
    }
}
.c-pet{
/*	background-color: #F3F3F3;*/
	height: auto;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
@media screen and (max-width: 500px) {
    .c-pet {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15%;
	}
}
.c-pet h1{
	margin-top: 5%;
	margin-left: 3%;
	text-align: left;
	color: #374151;
	font-size: 1.4vw;
	text-decoration: none;
}
@media screen and (max-width: 500px) {
    .c-pet h1 {
	font-size: 3.5vw;
    }
}
.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;
}
@media screen and (max-width: 500px) {
    .c-pet .p1 {
	margin-top: 3%;
	font-size: 2.6vw;
    }
}
.c-pet .p2{
	margin-top: 4%;
	color: #3b82f6;
	font-size: 1.2vw;
	font-weight: bold;
	text-decoration: none;
}
@media screen and (max-width: 500px) {
    .c-pet .p2 {
	margin-top: 3%;
	font-size: 3.1vw;
    }
}
.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%;
}
@media screen and (max-width: 500px) {
    .c-pet-sub {
	margin-top: 3%;
	font-size: 2.6vw;
    }
}
.c-sky{
/*	background-color: #F3F3F3;*/
	height: auto;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
@media screen and (max-width: 500px) {
    .c-sky {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15%;
	}
}
.c-sky h1{
	margin-top: 5%;
	margin-left: 3%;
	text-align: left;
	color: #374151;
	font-size: 1.4vw;
	text-decoration: none;
}
@media screen and (max-width: 500px) {
    .c-sky h1 {
	font-size: 3.5vw;
    }
}
.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;
}
@media screen and (max-width: 500px) {
    .c-sky .p1 {
	margin-top: 3%;
	font-size: 2.6vw;
    }
}
.c-sky .p2{
	margin-top: 4%;
	color: #3b82f6;
	font-size: 1.2vw;
	font-weight: bold;
	text-decoration: none;
}
@media screen and (max-width: 500px) {
    .c-sky .p2 {
	margin-top: 3%;
	font-size: 3.1vw;
    }
}
.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%;
}
@media screen and (max-width: 500px) {
    .c-sky-sub {
	margin-top: 3%;
	font-size: 2.6vw;
    }
}
.c-byb{
/*	background-color: #F3F3F3;*/
	height: auto;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
@media screen and (max-width: 500px) {
    .c-byb {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15%;
	}
}
.c-byb h1{
	margin-top: 5%;
	margin-left: 3%;
	text-align: left;
	color: #374151;
	font-size: 1.4vw;
	text-decoration: none;
}
@media screen and (max-width: 500px) {
    .c-byb h1 {
	font-size: 3.5vw;
    }
}
.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;
}
@media screen and (max-width: 500px) {
    .c-byb .p1 {
	margin-top: 3%;
	font-size: 2.6vw;
    }
}
.c-byb .p2{
	margin-top: 4%;
	color: #3b82f6;
	font-size: 1.2vw;
	font-weight: bold;
	text-decoration: none;
}
@media screen and (max-width: 500px) {
    .c-byb .p2 {
	margin-top: 3%;
	font-size: 3.1vw;
    }
}
.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%;
}
@media screen and (max-width: 500px) {
    .c-byb-sub {
	margin-top: 3%;
	font-size: 2.6vw;
    }
}
.t3set{
	display: block;
}
.t1set{
	display: none;
	margin: auto;
}
@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;
}
@media screen and (max-width: 500px) {
    .m-midasi5 {
	font-size: 5.5vw;
    }
}
.m-text4{
	font-size:1.8vw;
	color: #4e5967;
	margin-top: -3%;
	padding-bottom: 3%;
}
@media screen and (max-width: 500px) {
    .m-text4 {
	font-size: 4.5vw;
    }
}
.w-icon1{
	position: relative;
	top:3%;
	left: -43%;
	transform: translateX(43%)
}
@media screen and (max-width: 500px) {
    .w-icon1 {
	top:4%;
	left: -40%;
	transform: translateX(40%);
	transform: translateY(4%);
    }
}
@media screen and (max-width: 300px) {
    .w-icon1 {
	top:4%;
	left: -40%;
	transform: translateX(40%);
	transform: translateY(4%);
    }
}
.w-giyo{

}
@media screen and (max-width: 350px) {
    .w-giyo {
	height: 250px;
    }
}
.w-giyo h1{
	margin-left: 5%;
	text-align: left;
	color: #5c6672;
	font-size: 2.3vw;
	text-decoration: none;
}
@media screen and (max-width: 500px) {
    .w-giyo h1 {
	font-size: 4.5vw;
    }
}
.kasen{
	border-bottom: solid 2px #f4f5f7;
	text-indent: 5%;
}
.giyo{
	margin-left: 3%;
}
@media screen and (max-width: 500px) {
    .giyo {
	width: 90%;
	font-size: 2.8vw;
    }
}
.giyo tr{
	height: 5%;
	color: #4c5564;
}
.w-icon2{
	position: relative;
	top:3%;
	left: -43%;
	transform: translateX(43%)
}
@media screen and (max-width: 500px) {
    .w-icon2 {
	top:3%;
	left: -40%;
	transform: translateX(40%);
	transform: translateY(3%);
    }
}
@media screen and (max-width: 300px) {
    .w-icon2 {
	top:4%;
	left:-40%;
	transform: translateX(44%);
	transform: translateY(4%);
    }
}
.w-rinen{

}
.w-rinen h1{
	margin-left: 5%;
	text-align: left;
	color: #5c6672;
	font-size: 2.3vw;
	text-decoration: none;
}
@media screen and (max-width: 500px) {
    .w-rinen h1 {
	font-size: 4.5vw;
    }
}
.w-rinen .p1{
	margin-top: 3%;
	margin-left: 4%;
	text-align: left;
	color: #5c6672;
	font-size: 1.5vw;
	font-weight: bold;
	text-decoration: none;
}
@media screen and (max-width: 500px) {
    .w-rinen .p1 {
	font-size: 2.8vw;
    }
}
.w-rinen .p2{
	margin-top: 3%;
	margin-left: 4%;
	text-align: left;
	color: #5c6672;
	font-size: 1.5vw;
	font-weight: bold;
	text-decoration: none;
}
@media screen and (max-width: 500px) {
    .w-rinen .p2 {
	font-size: 2.8vw;
    }
}
.w-rinen .w-midasi-sub{
	padding-top: 3%;
	margin-left: 4%;
	text-align: left;
	color: #374151;
	font-size: 1.6vw;
	text-decoration: none;
}
@media screen and (max-width: 500px) {
    .w-rinen .w-midasi-sub {
	font-size: 3.8vw;
    }
}
.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: 4.5vw;
	text-decoration: none;
}
.w-ayumi{
	margin: auto;
	background-color: #fff;
	width: 90%;
	height: 400px;
	vertical-align: top;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
	font-size: 2.0vw;
}
@media screen and (max-width: 500px) {
    .w-ayumi{
	width: 95%;
    }
}
.w-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 98%;
	text-align: center;
	margin: auto;
}
.w-flex-item1{
	background-color: #f9fafc;
	width: 100%;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
.w-flex-item2{
	background-color: #fcf2fa;
	width: 100%;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
.d-flex{
	display:flex!important;
	position: relative;
	top:-10%;
	left: 50%;
	height: 330px;
/*	transform: translateX(50%);*/
/*	background-color: #7782F4;*/
}
@media screen and (max-width: 500px) {
    .w-ayumi{
	height: 300px;
    }
}
.vr{
	display:inline-block;
	align-self:stretch;
	width:1px;
	min-height:1em;
	background-color:currentcolor;
	opacity:.25
}
.w-enkk-midasi{
	text-align: left;
	text-indent: 3%;
	font-size: 3.5vw;
	color: #384053;
}
.w-syuryoku-midasi{
	text-align: left;
	text-indent: 3%;
	font-size: 3.5vw;
	color: #384053;
}
.w-enkk{
	margin: 0;
	padding: 0;
/*	background-color: #FF9C9C;*/
}
.w-text-pi{
	color: #f473b6;
}
.w-syuryoku{
	margin: 0;
	padding: 0;
/*	background-color: #7BFF7B;*/
}
.kasen2{
	border-bottom: solid 2px #f4f5f7;
	text-indent: 3%;
}
.t2set{
	display: block;
}
@media screen and (max-width: 500px) {
    .t2set {
		display: none;
    }
    .t1set {
		display: block;
    }	
}
