@charset "utf-8";

/*---------------------------------------------
	Media All
  ---------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}

ol, ul{
    list-style:none;
}

img {
	vertical-align: bottom;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	min-height: 1px;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	opacity: 0.8;
}

b, strong, .bold {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

::before , ::after {
	box-sizing: inherit;
}
button {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color: #444;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#wrap {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.fadeIn {
	opacity: 0;
	transition: 2s;
}
.fadeIn.is-show {
	opacity: 1;
}

header, section {
	width: 100%;
	background: #FFF;
}

.center {
	text-align: center;
}

header {
	overflow: auto;
}

header h1 {
	float: left;
}

.store_btn {
	float: right;
}
.slider_sec {
	width: 100%;
	background: url(../images/slider_bg.jpg) top left repeat-x;
	background-size: contain;
}

.sec01 h2, .sec02 h2 {
	border-bottom: solid 3px #a4e2f1;
	position: relative;
	display: inline-block;
}

.sec01 h2:after, .sec02 h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #f5e578;
	bottom: -3px;
	width: 30%;
	overflow: auto;
}

.sec_wrap {
	width: 100%;
}

.bg_or {
	background-color: #FDE7C6;
}

.bg_bl {
	background-color: #D8EFEE;
}

.bg_m1 {
	background-color: #CBE1EF;
}

.bg_m2 {
	background-color: #FBE3E3;
}


.bg_m3 {
	background-color: #FCE3D2;
}


.bg_gl {
	background-color: #EFF3F5;
}

.bg_nb {
	background-color: #9DBDC9;
}

.logo_txt {
	margin: 0 0 40px 0;
	line-height: 1.8em;
}

.logo_img {
	margin: 0 0 20px 0;
}

.txtb {
	font-size: 1.2em;
}

.txtem {
	font-size: 1.5em;
	font-weight: 600;
}

.sec_left, .sec_right {
	overflow: auto;
}

.sec02 h3 {
	color: #FFF;
}

.about_txt {
	text-align: left;
}

.fem_txt {
	text-align: left;
	color: #FFF;
}

.soon {
	border: 1px solid #000;
}

.support h2 {
	font-weight: bold;
}

.contact h3 {
	color: #666464;
	border: 1px solid #666464;
	text-align: center;
}

.contact a {
	color: #000;
	text-decoration: none;
}

footer {
	width: 100%;
	background: #EEE;
}

.footer_under_inner {
	border-top: 1px solid #FFF;
}

.footer_under_right li {
	display: inline-block;
}

/* SLIDER */

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* SP縦 */
@media screen and (max-width: 750px) {

:root {
    --swiper-navigation-size: 24px !important;
}

.pc {
	display: none !important;
}

img {
	width: 100%;
}

header {
	margin: 0 0 40px 0;
}

header .inner {
	padding: 15px 0;
}

header h1 {
	margin: 0 0 0 4%;
}

header h1 img {
	width: 40vw;
}

.inner {
	width: 100%;
	margin: 0 auto;
}

.menu {
	position: fixed;
	right: -100%;
	width: 100%;
	height: 90vh;
	/* メニューを縦に */
	display: flex;
	flex-direction: column;
	color: #efefef;
	background-color: rgba(128, 206, 233, 0.9);
	transition: .3s;
	z-index: 999;
}

.menu_list {
	width: 80%;
	height: 100%;
	/* メニューテキスト位置をリスト内中心に */
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 1em;
	margin-left: 20px;
	border-bottom: 1px dotted #525252;
}

.menu_list:last-child {
	border-bottom: none;
}

.btn {
	/* ボタンの配置位置  */
	position: fixed;
	top: 1.5%;
	right: 3%;
	/* ボタンの大きさ  */
	width: 36px;
	height: 36px;
	/* 最前面に */
	z-index: 9999;
}

.btn_line {
	display: block;
	position: relative;  /* バーガー線の位置基準として設定 */
	width: 90%;  /* 線の長さと高さ */
	height: 3px;
	background-color: #80cee9;  /* バーガー線の色 */
	transition: .2s;
}

.btn_line::before,
.btn_line::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #80cee9;
	transition: .5s;
}

.btn_line::before {
	/* 上の線の位置 */
	transform: translateY(-10px);
}

.btn_line::after {
	/* 下の線の位置 */
	transform: translateY(10px);
}

.menu.open {
	top: 0;
	right: 0;
}

.btn_line.open {
	background-color: transparent;  	/* 真ん中の線を透明に */
}

.btn_line.open::before ,
.btn_line.open::after {
	content: "";
	background-color: #333;  /* 上下の線の色を変える */
	transition: .2s;
}

.btn_line.open::before {
	transform: rotate(45deg);  /* 上の線を傾ける */
}

.btn_line.open::after {
	transform: rotate(-45deg);  /* 下の線を傾ける */
}

.sec01 h2 {
	font-size: 1.4em;
	margin-bottom: 30px;
}

.logo {
	padding: 40px 30px;
}

.logo_img {
	width: 70%;
	margin: 0 auto 30px;
}

.item_txt {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 30px 0;
}

.item_txt2 {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 30px 0;
}

.item_txt3 {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 0 30px 0;
}


.sec02 h2 {
	font-size: 1.4em;
	margin-bottom: 20px;
}

.sec03 .inner {
	padding: 30px 0 10px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.soon {
	padding: 20px 0;
}

#product {
	margin-bottom: 50px;
}

.about_txt, .bg_nb {
	padding: 40px 30px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.about_txt2, .bg_nb {
	padding: 40px 30px;
	font-size: 1.0em;
	line-height: 1.4em;
}


#contact {
	padding: 10px;
}

.sec02 h3 {
	font-size: 1.2em;
	border: 1px solid #FFF;
	padding: 10px;
	display: table;
	margin: 0 auto 20px;
}

.slider_sec_inner {
	width: 100%;
}

.caution, .support {
	width: 86%;
	margin: 0 auto;
}

.caution {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 25px 0;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.support {
	padding: 30px 0 0;
	line-height: 1.6em;
}

.support h2 {
	font-size: 1em;
	margin-bottom: 20px;
}

.contact h3 {
	font-size: 1em;
	width: 80%;
	padding: 10px 0;
	margin: 0 auto 15px;
}

.footer_btn {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

.femimate_link {
	width: 90%;
}

.contact p {
	font-size: 1em;
	margin-bottom: 20px;
}


.sp_center {
	text-align: center;
	margin-bottom: 15px;
}

.sp_center img {
	width: 100%;
}

.footer_under_inner {
	width: 100%;
	padding: 20px 0 0;
}

.footer_under_sp {
	width: 92%;
	margin: 0 auto;
}

.footer_logo {
	margin-bottom: 10px;
}

.footer_logo img {
	width: 60%;
}

.img100 img {
	width: 100%;
}

.footer_under_right li:first-child {
	margin-right: 5px;
}

.footer_under_right li {
	width: 45%;
}

}/* /SP縦 */


/* SP縦以外 */
@media screen and (min-width: 751px) {

.sp {
	display: none !important;
}

header {
	padding: 20px 0 0;
	margin-bottom: 60px;
}

header h1 {
	width: 25%;
}

header h1 img {
	width: 100%;
}

nav {
	float: right;
	line-height: 60px;
	margin: 0 0 0 13vw;
}

.menu {
	display: flex;
}

.menu li {
	padding: 0 0 0 2vw;
}

.inner {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.inner02 {
	width: 980px;
	margin: 0 auto;
	overflow: visible;
}

header .inner {
	height: 80px;
	padding: 0 20px;
}

.logo {
	text-align: left;
	padding: 60px 30px 0 60px;
}

.fadeIn_left {
	opacity: 0;
	transform: translate(-50%, 0);
	transition: 2s;
}

.fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

.fadeIn_right {
	opacity: 0;
	transform: translate(50%, 0);
	transition: 2s;
}

.fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

.slider_sec_inner {
	width: 980px;
	margin: 0 auto;
	background: #FFF;
}

#product {
	margin-bottom: 40px;
}

#about {
	margin-bottom: 80px;
}

.sec01 h2 {
	font-size: 1.8em;
	margin-bottom: 30px;
}

.item_txt {
	font-size: 1.2em;
	margin: 0 0 30px 0;
}

.item_txt2 {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 30px 0;
}

.item_txt3 {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 0 30px 0;
}

.sec02 h2 {
	font-size: 4em;
	margin-bottom: 45px;
}

.sec01 h2, .sec02 h2 {
	font-size: 2.4em;
	margin: 50px 0;
	padding: 0 0 12px 0;
}

.sec03 .inner {
	padding: 70px 0;
	margin-bottom: 60px;
	border: 1px solid #000;
}

.sec01_img {
	float: right;
}

.sec02_img {
	float: left;
}

.sec03_img {
	float: right;
	margin: 0 -165px 0 0;
}

.about_txt {
	padding: 45px 30px;
	font-size: 1.3em;
	line-height: 1.5em;
}

.about_txt2 {
	padding: 45px 30px;
	font-size: 1.0em;
	line-height: 1.5em;
}

.fem_txt {
	font-size: 1.4em;
	line-height: 1.4em;
}

.bg_nb {
	padding: 50px 0;
}

.sec02 h3 {
	text-align: left;
	font-size: 1.4em;
	border: 1px solid #FFF;
	padding: 10px;
	display: table;
	margin-bottom: 30px;
}

.soon {
	display: table;
	padding: 10px;
}

.caution {
	width: 860px;
	margin: 0 auto;
}

.caution {
	font-size: 1.1em;
	line-height: 1.8em;
	padding: 0 0 50px 0;
	border-bottom: 1px solid #000;
}

.support {
	padding: 50px 0 0;
}

.support h2 {
	font-size: 1.6em;
	margin-bottom: 40px;
}

.contact {
	text-align: left;
	margin: 0 0 0 120px;
}

.m20 {
	margin-bottom: 20px;
}

.contact h3 {
	font-size: 1.4em;
	width: 200px;
	padding: 10px 0;
	margin: 0 20px 0 0;
}

.contact h3, .contact p {
	display: inline-block;
	vertical-align: middle;
}

.contact p {
	font-size: 1.6em;
}

.footer_btn {
	width: 980px;
	margin: 0 auto 80px;
	text-align: center;
}

.footer_under {
	width: 980px;
	margin: 0 auto;
}

.footer_under_inner {
	width: 980px;
}

.footer_logo {
	float: left;
	width: 256px;
}

.footer_inner ul {
	padding: 30px 0 20px 0;
}

.footer_inner li {
	margin-left: 30px;
	font-size: 16px;
}

.footer_under_inner {
	padding: 30px 0;
}

.footer_under_right {
	float: right;
}

.footer_under_right ul {
	text-align: right;
}

.footer_under_right li:first-child {
	margin-right: 20px;
}

}/* /SP縦以外 */