@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');

/*PC用-CSS*/
html{
	margin: auto;
	padding: 0;
	max-width: 1300px;
	min-width: 1300px;
}
@media screen and (max-width: 1024px) {
    html {
	width: 100%;
    }
}
body{
	/*width: 1300px;*/
	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: absolute;
	margin-top: -25px;
	padding-left: 50px;
}
nav{
	text-align:right;
	margin-bottom: 2%;
}
nav ul{
	margin: 0 ;
	padding: 0 ;
}
nav ul li{
	margin-top: -15px;;
	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{
}
.ray-sp{
	display: none;
}
section {
  padding-top: 10px;
/*  height: 150vh;*/
}

/*ホームコンテンツ*/
.container{
	width:100%;
/*	height: 90%;*/
	text-align: center;
	position: relative;
	margin-top: -80px;
}
.container img{
	width:90%;
}
.container p{
	position: absolute;
	padding:0;
	margin:0;
}
.m-image{
 width: 100%;
 height: auto;
 background: no-repeat;
 background-image: url("images/m-image.png");
}
.m-hed{
 width: 100%;
 height: auto;
}
.m-midasi1{
position: absolute; top:19%; left: 10%;
/*transform: translate(-25%, -10%);*/
/*	font-size:3.1rem;*/
	color: #FFFFFF;
	text-align: left;
/*	line-height: 65px;*/
/*
	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;
}
::-webkit-full-page-media, :future, :root .brr1{
	margin: -15px 0;
}
.m-text1{
	left:6%;
	font-size:1.2rem;
	color: #FFFFFF;
	padding:0;
	margin:0;
	text-align: left;
}
.m-text5{
	left:6%;
	font-size:3.1rem;
	color: #FFFFFF;
	padding:0;
	margin:0;
	text-align: left;
	line-height: 1.2em;
}
.spacer {
	display: block;
	height: 15px;
}
.btn1{
    display: flex;
	position: absolute;
	top:44%;
	left:10%;
    justify-content: center;
    align-items: center;
    height: 300px;
}
.btn1>a{
    display: block;
    width: 160px;
    box-sizing: border-box;
    background: #f6bfbc;
    padding: 10px 15px;
    text-align: center;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    transition: .3s;
    text-decoration: none;
	border-radius: 80px;
}
.btn1>a:hover{
    background: rgba(255,255,255,1);
    color: #333;
}
.btn2{
    display: flex;
	position: absolute;
	top:44%;
	margin-left: 320px;
    justify-content: center;
    align-items: center;
    height: 300px;
}
.btn2>a{
    display: block;
    width: 160px;
    box-sizing: border-box;
    background: #e3e0db;
    padding: 10px 15px;
    text-align: center;
    color: #6cabdf;
    font-size: 120%;
    font-weight: bold;
    transition: .3s;
    text-decoration: none;
	border-radius: 80px;
}
.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:  150px;
    height: 150px;
	position:relative;
	top:22px;
	right:30%;
}
.c-solb img {
    border: 3px solid #000000;
    border-radius: 50%;
    width:  150px;
    height: 150px;
	position:relative;
	top:22px;
	right:30%;
}

.c-ox{
	background-color: #eff6ff;
	height: 200px;
	border:solid 1px #eff6ff;
	border-radius: 15px;
}
.c-ox h1{
	position: relative;
	left:-25px;
	top:-70%;
	color: #384152;
	text-decoration: none;
}
.c-ox p{
	position: relative;
	left:3px;
	top:-80%;
	color: #6cabdf;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
}
.c-solb{
	background-color: #fdf2f8;
	height: 200px;
	border:solid 1px #eff6ff;
	border-radius: 15px;
}
.c-solb h1{
	position: relative;
	left:75px;
	top:-70%;
	color: #394253;
	text-decoration: none;
}
.c-solb p{
	position: relative;
	left:50px;
	top:-80%;
	color: #ff8484;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
}

/*商品紹介*/
.s-des{
	color: #f477b9;
}
.s-des a{
	color: #f477b9;
}
.under { 
  border-bottom: solid 2px #f477b9;
}
.m-midasi3{
	font-size: 2rem;
	color: #444d5c;
	margin-top: -7%;
	padding-left: 50px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.sh {
	position: relative;
	margin-top: -110px;
/*  height: 150vh;*/
}
.m-text2{
	font-size:1.1rem;
	color: #4e5a66;
	margin-top: -20px;
	padding-left: 50px;
}
.m-text2 br{
	display: block;
	content: "";
	margin: 1px 0;
}
.s-ox{
/*	background-color: #F3F3F3;*/
	height: 500px;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
.s-ox h1{
	margin-top: 10px;
	text-align: left;
	text-indent: 20px;
	color: #384152;
	font-size: 1.3rem;
	text-decoration: none;
}
.s-ox p{
	text-align: left;
	margin-top: -20px;
	margin-left: 20px;
	font-size: 0.9rem;
	text-decoration: none;
}
.s-ox .p1{
	color: #6cabdf;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
}
.s-ox .p2{
	margin-top: 10px;
	color: #525b6a;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
}
.s-ox-sub{
	text-align: left;
	margin-top: -20px;
	margin-left: 20px;
}
.s-solb{
/*	background-color: #F3F3F3;*/
	height: 500px;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
.s-solb h1{
	margin-top: 10px;
	text-align: left;
	text-indent: 20px;
	color: #374151;
	font-size: 1.3rem;
	text-decoration: none;
}
.s-solb p{
	text-align: left;
	margin-top: -20px;
	margin-left: 20px;
	font-size: 0.9rem;
	text-decoration: none;
}
.s-solb .p1{
	color: #ff8484;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
}
.s-solb .p2{
	margin-top: 10px;
	color: #525b6a;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
}
.btn-s1{
	position: relative;
	top:-32%;
	left:38%;
    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;
	top:-32%;
	left:38%;
    width: 80px;
    background: #fde7f3;
    padding: 3px;
    text-align: center;
    color: #a5295b;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
	border-radius: 50px;
}
.s-solb-sub{
	text-align: left;
	margin-top: -20px;
	margin-left: 20px;
}

/*コンテンツ！*/
.c-des{
	color: #f477b9;
}
.c-des a{
	color: #f477b9;
}
.under { 
  border-bottom: solid 2px #f477b9;
}
.m-midasi4{
	text-align: center;
	font-size: 2rem;
	color: #374151;
	margin-top: -7%;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.m-text3{
	font-size:1.1rem;
	color: #4e5967;
	margin-top: -36px;
	padding-bottom: 10px;
}


.btn-c1{
	position: relative;
	top:-40%;
	left:-35%;
    width: 80px;
    background: #60a5fa;
    padding: 3px;
    text-align: center;
    color: #FFF;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
	border-radius: 50px;
}
.btn-c2{
	position: relative;
	top:-40%;
	left:-35%;
    width: 80px;
    background: #34d399;
    padding: 3px;
    text-align: center;
    color: #FFF;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
	border-radius: 50px;
}
.btn-c3{
	position: relative;
	top:-40%;
	left:-35%;
    width: 80px;
    background: #f472b6;
    padding: 3px;
    text-align: center;
    color: #FFF;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
	border-radius: 50px;
}
.c-pet{
/*	background-color: #F3F3F3;*/
	height: 450px;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
.c-pet h1{
	margin-top: -10px;
	margin-left: 20px;
	text-align: left;
	color: #374151;
	font-size: 1.1rem;
	text-decoration: none;
}
.c-pet p{
	text-align: left;
	margin-top: -20px;
	margin-left: 20px;
	font-size: 0.9rem;
	text-decoration: none;
}
.c-pet .p1{
	margin-top: 10px;
	color: #757b88;
	font-size: 0.8rem;
	font-weight: bold;
	text-decoration: none;
}
.c-pet .p2{
	margin-top: 10px;
	color: #3b82f6;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
}
.c-pet .p2 a{
	color: #3b82f6;
	text-decoration: none;
}
.c-pet-sub{
	text-align: left;
	font-size: 0.8rem;
	color: #757b88;
	margin-top: 10px;
	margin-left: 20px;
}
.c-sky{
/*	background-color: #F3F3F3;*/
	height: 450px;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
.c-sky h1{
	margin-top: -10px;
	margin-left: 20px;
	text-align: left;
	color: #374151;
	font-size: 1.1rem;
	text-decoration: none;
}
.c-sky p{
	text-align: left;
	margin-top: -20px;
	margin-left: 20px;
	font-size: 0.9rem;
	text-decoration: none;
}
.c-sky .p1{
	margin-top: 10px;
	color: #757b88;
	font-size: 0.8rem;
	font-weight: bold;
	text-decoration: none;
}
.c-sky .p2{
	margin-top: 10px;
	color: #3b82f6;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
}
.c-sky .p2 a{
	color: #3b82f6;
	text-decoration: none;
}
.c-sky-sub{
	text-align: left;
	font-size: 0.8rem;
	color: #757b88;
	margin-top: 10px;
	margin-left: 20px;
}
.c-byb{
/*	background-color: #F3F3F3;*/
	height: 450px;
	border: solid 1px #E0E0E0;
	border-radius: 15px;
}
.c-byb h1{
	margin-top: -10px;
	margin-left: 20px;
	text-align: left;
	color: #374151;
	font-size: 1.1rem;
	text-decoration: none;
}
.c-byb p{
	text-align: left;
	margin-top: -20px;
	margin-left: 20px;
	font-size: 0.9rem;
	text-decoration: none;
}
.c-byb .p1{
	margin-top: 10px;
	color: #757b88;
	font-size: 0.8rem;
	font-weight: bold;
	text-decoration: none;
}
.c-byb .p2{
	margin-top: 10px;
	color: #3b82f6;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
}
.c-byb .p2 a{
	color: #3b82f6;
	text-decoration: none;
}
.c-byb-sub{
	text-align: left;
	font-size: 0.8rem;
	color: #757b88;
	margin-top: 10px;
	margin-left: 20px;
}
.t3set{
	display: block;
}
.t1set{
	display: none;
}
@media screen and (max-width: 500px) {
    .t3set {
		display: none;
    }
    .t1set {
		display: block;
    }	
}

/*ミーたちについて*/
.w-des{
	color: #f477b9;
}
.w-des a{
	color: #f477b9;
}
.under { 
  border-bottom: solid 2px #f477b9;
}
.m-midasi5{
	text-align: center;
	font-size: 2rem;
	color: #374151;
	margin-top: -7%;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.m-text4{
	font-size:1.1rem;
	color: #4e5967;
	margin-top: -36px;
	padding-bottom: 10px;
}
.w-icon1{
	position: relative;
	top:20px;
	left: -250px;
}
.w-giyo{
}
.w-giyo h1{
	margin-left: 25px;
	text-align: left;
	color: #5c6672;
	font-size: 1.3rem;
	text-decoration: none;
}
.kasen{
	border-bottom: solid 2px #f4f5f7;
	text-indent: 20px;
}
.giyo{
	text-indent: 20px;
}
.giyo tr{
	height: 10px;
	color: #4c5564;
}
.w-icon2{
	position: relative;
	top:20px;
	left: -250px;
}
.w-rinen{
}
.w-rinen h1{
	margin-left: 25px;
	text-align: left;
	color: #5c6672;
	font-size: 1.3rem;
	text-decoration: none;
}
.w-rinen .p1{
	margin-top: 10px;
	margin-left: 20px;
	text-align: left;
	color: #5c6672;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
}
.w-rinen .p2{
	margin-top: 10px;
	margin-left: 20px;
	text-align: left;
	color: #5c6672;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
}
.w-rinen .w-midasi-sub{
	padding-top: 20px;
	margin-left: 20px;
	text-align: left;
	color: #374151;
	font-size: 1.2rem;
	text-decoration: none;
}
.w-midasi-sub2{
	padding-left: 0px;
	text-align: left;
	color: #4c5564;
	font-size: 1.0rem;
	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;
}
