@charset "utf-8";
/* ------------------------------
 ブランドページ
------------------------------ */
* {
border:0;
margin:0;
outline:0;
padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}

html {font-size:62.5%; width:100%; height:100%;}

body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}


hr {display:block;}

ol,
ul {list-style:none;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

input,
select {vertical-align:middle;}

table {border-collapse:collapse; border-spacing:0; empty-cells:show;}


/* ------------------------------
 サイト全体（PC用コード）
------------------------------ */
html, 
body {
	font-family: 'Montserrat', "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.7;
	font-weight: 500;
	word-wrap: break-word;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	color: #00418f;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.tal {
	text-align:left !important;
}
.tac {
	text-align:center !important;
}
.tar {
	text-align:right !important;
}
.vat {
	vertical-align:top;
}
.vam {
	vertical-align:middle;
}
.vab {
	vertical-align:bottom;
}
.vtb {
	vertical-align:text-bottom;
}
strong,
.bold {
	font-weight: bold;
}
.auto {
	margin-left: auto;
	margin-right: auto;
}
input.none{
	display: none;
}
.sp {
	display:none !important;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display:block !important;
	}	
	.br {
		display:block !important;
	}
	.sp_nobr br{
		display: none;
	}
}
/* 行スペース */
.b1 {
	margin-bottom: 1.7em;
}
.b2 {
	margin-bottom: 3.4em;
}
.b3 {
	margin-bottom: 5.1em;
}

/* SPACE */
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb16 {
	margin-bottom: 16px !important;
}
.mb18 {
	margin-bottom: 18px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb75 {
	margin-bottom: 75px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb85 {
	margin-bottom: 85px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb95 {
	margin-bottom: 95px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb360 {
	margin-bottom: 360px !important;
}
.mt70 {
	margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
	.cms_text.sp_mb40 {
		margin-bottom: 40px !important;
	}
}
/* リンク */
a {
	color: #205DA6;
	text-decoration: underline;
}

/* カラー */
.red {
	color: #db4b65;
}

/* フォントサイズ */
.big,
big {
	font-size: 1.7rem;
}
.small,
small {
	font-size: 1.3rem;
}
sup {
	vertical-align:top;
	font-size: 50%;
}
sub {
	vertical-align:bottom;
	font-size: 50%;
}
.f18 {
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	.f18 {
		font-size: 1.6rem;
	}
	.f18.sp_f15 {
		font-size: 1.5rem;
	}
}
/* ------------------------------
 サイト全体（スマホ用コード）
------------------------------ */
@media screen and (max-width: 767px) {
	html, 
	body {
		min-width: 100%;
		max-width: 100%;
	}
	.fl,
	.fr {
		float: none;
	}
	/* ;;edit;;20160215 */
	.site {
		min-width: 0;
	}
}
/* ------------------------------
 ヘッダ
------------------------------ */
.header {
	width: 100%;
	position: absolute;
	padding: 40px 47px;
}
.header .logo{
	width: 172px;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock  {
		width: 100%;
		background: #fff;
	}
}
/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 60px;
		width: 100%;
		min-width: 100%;
		z-index: 1000;
		padding: 20px;
	}
	.headerBlock  {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.header .logo{
		width: 90px;
	}
}
/* ------------------------------
 コンテンツ
------------------------------ */
.site {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	text-align: left;
	overflow: hidden;
}
.contents .cms_text {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}
@media screen and (max-width: 767px) {
	.contents .cms_text {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
}
/* ------------------------------
 見出し
------------------------------ */
.contents h2 {
	font-size: 3.4rem;
	font-weight: 500;
	color: #00418f;
	text-align: center;
	margin-bottom: 90px;
}
.contents h2#title-bg-01 {
	line-height: 136px;
	background: url(../img/brand/title_bg_01.svg) center 0 no-repeat;
	background-size: 1145px auto;
}
.contents h2#title-bg-02 {
	line-height: 136px;
	background: url(../img/brand/title_bg_02.svg) center 0 no-repeat;
	background-size: 784px auto;
}
.contents h3 {
	font-size: 2.6rem;
	font-weight: 500;
	margin-bottom: 25px;
}
.contents .product-box h3 {
	font-size: 2.2rem;
	font-weight: bold;
	font-feature-settings: "palt";
	border-bottom: solid 1px #00418f;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.contents h4 {
	font-size: 1.8rem;
	line-height: 1.63;
	font-weight: bold;
	margin-bottom: 15px;
}
.main-block {
	width: 100%;
	height: 1076px;
	padding-top: 210px;
	background: url(../img/brand/brand_main.jpg) center 0 no-repeat;
	margin-bottom: 0;
}
.main-block .cms_text {
	width: 100%;
}
.main-block h1{
	width: 1022px;
	padding-left: 40px;
	margin: 0 auto;
}
.lead-wrapper{
	background: rgb(167,214,225);
	background: linear-gradient(50deg, rgba(167,214,225,1) 0%, rgba(157,212,238,1) 100%);
	position: relative;
	padding-bottom: 130px;
	margin-bottom: 0;
}
.lead-wrapper:before{
	content:"";
	width: 458px;
	height: 688px;
	display: block;
	position: absolute;
	left: -200px;
	top: -333px;
	background: url(../img/brand/decoration_left01.svg) center 0 no-repeat;
	background-size: 458px auto;
}
.lead-wrapper:after{
	content:"";
	width: 227px;
	height: 446px;
	display: block;
	position: absolute;
	right: -27px;
	bottom: -130px;
	background: url(../img/brand/decoration_right01.svg) center 0 no-repeat;
	background-size: 227px auto;
}
@media screen and (max-width: 767px) {
	.contents h2 {
		font-size: 2rem;
		margin-bottom: 40px;
	}
	.contents h2#title-bg-01 {
		line-height: 127px;
		background: url(../img/brand/title_bg_01_sp.svg) center 0 no-repeat;
		background-size: 238px auto;
		letter-spacing: 0;
	}
	.contents h2#title-bg-02 {
		line-height: 55px;
		background: url(../img/brand/title_bg_02.svg) center 0 no-repeat;
		background-size: 325px auto;
	}
	.contents h3 {
		font-size: 2.2rem;
		text-align: left;
		margin-bottom: 25px;
	}
	.contents .product-box h3 {
		width: 100%;
		line-height: 1.23;
		margin-left: 0;
		margin-right: 0;
	}
	.contents h4 {
		font-size: 1.8rem;
		line-height: 1.63;
		font-weight: bold;
		margin-bottom: 10px;
	}
}
.lead-box{
	width: 600px !important;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 2.2rem;
	color: #fff;
	line-height: 2;
	padding-top: 90px;
	padding-left: 45px;
	letter-spacing: 0.14rem;
	margin-bottom: 0;
}
.btn{
	padding-top: 90px;
}
.btn a{
	width: 475px;
	line-height: 73px;
	font-size: 3.2rem;
	display: block;
	margin: 0 auto;
	font-weight: 400;
	padding-right: 40px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: rgb(26,149,212);
	background: linear-gradient(90deg, rgba(26,149,212,1) 10%, rgba(87,188,210,1) 90%) ;
	border-radius: 50px;
	position: relative;
}
.btn a:after{
	content: "";
	display: block;
	width: 31px;
	height: 12px;
	background: url(../img/brand/brand_arrow.svg) no-repeat;
	background-size: cover;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	
}
@media screen and (max-width: 767px) {
	.main-block {
		width: 100%;
		height: 667px;
		padding-top: 90px;
		background: url(../img/brand/brand_main_sp.jpg) center 0 no-repeat;
		background-size: cover;
	}
	.main-block .cms_text{
		width: 90%;
		margin: 0 auto;
	}
	.main-block h1{
		width: 100%;
		padding-left: 0;
	}
	.main-block h1 img{
		width: 240px;
	}
	.lead-wrapper{
		padding-bottom: 60px;
	}
	.lead-wrapper:before{
		width: 180px;
		height: 280px;
		left: -80px;
		top: -130px;
		background: url(../img/brand/decoration_left01.svg) center 0 no-repeat;
		background-size: 180px auto;
	}
	.lead-wrapper:after{
		width: 130px;
		height: 230px;
		right: -25px;
		bottom: -60px;
		background: url(../img/brand/decoration_right01.svg) center 0 no-repeat;
		background-size: 130px auto;
	}
	.lead-box{
		width: 80% !important;
		font-weight: 500;
		font-size: 1.5rem;
		padding-left: 0;
		padding-top: 50px;
	}
	.btn{
		padding-top: 40px;
		position: relative;
		z-index: 10;
	}
	.btn a{
		width: 280px;
		line-height: 45px;
		line-height: 45px;
		font-size: 1.9rem;
		background: rgb(26,149,212);
		background: linear-gradient(90deg, rgba(26,149,212,1) 10%, rgba(87,188,210,1) 90%) ;
	}
	.btn a:after{
		width: 22px;
		height: 10px;
		background-size: 22px auto;
		right: 20px;
		
	}
}
/* ------------------------------
 ブランドムービー
------------------------------ */
.movie-wrapper{
	height: 1530px;
	background: url(../img/brand/brand_main_middle.jpg) ;
	background-size: cover;
	padding-top: 65px;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.movie-wrapper{
		height: 840px;
		background: url(../img/brand/brand_main_middle_sp.jpg) ;
		background-size: cover;
		padding-top: 65px;
		margin-bottom: 0;
	}
}
/* ------------------------------
 youtube埋め込み
------------------------------ */
.movie {
	position: relative;
	width: 100%;
}
.movie:before {
	content:"";
	display: block;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.contents .cms_text.movie {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		z-index: 2;
	}
}
/* ------------------------------
 製品紹介
------------------------------ */
.product-wrapper{
	background: rgb(190,217,194);
	background: linear-gradient(50deg, rgba(190,217,194,1) 10%, rgba(166,214,226,1) 90%);
	padding-top: 65px;
	padding-bottom: 120px;
	position: relative;
}
.product-wrapper:before{
	content:"";
	width: 337px;
	height: 782px;
	display: block;
	position: absolute;
	left: -85px;
	top: -820px;
	background: url(../img/brand/decoration_left02.svg) center 0 no-repeat;
	background-size: 337px auto;
}
.product-wrapper:after{
	content:"";
	width: 363px;
	height: 598px;
	display: block;
	position: absolute;
	right: -42px;
	top: 1360px;
	background: url(../img/brand/decoration_right02.svg) center 0 no-repeat;
	background-size: 363px auto;
}
.product-box{
    display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
	align-items: flex-start;
	z-index: 10;
}
.product-box .img-box{
	width: 440px;
}
.product-box .txt-box{
	width: 398px;
}
.img-circle img{
    border-radius: 500px;
}
@media print, screen and (min-width: 768px) {
	.product-box{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 767px) {
	.product-wrapper{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.product-wrapper:before{
		width: 167px;
		height: 350px;
		left: -58px;
    	top: -320px;
		background: url(../img/brand/decoration_left02.svg) center 0 no-repeat;
		background-size: 167px auto;
	}
	.product-wrapper:after{
		width: 180px;
		height: 260px;
		right: -42px;
		top: 1080px;
		background: url(../img/brand/decoration_right02.svg) center 0 no-repeat;
		background-size: 180px auto;
	}
	.product-box .img-box{
		width: 220px;
		margin: 0 auto 30px;
	}
	.product-box .txt-box{
		width: 100%;
		margin-bottom: 40px;
	}
	.product-box.order .img-box{
		order: 1;
	}
	.product-box.order .txt-box{
		order: 2;
	}
}
/* ------------------------------
 フッタ
------------------------------ */
.footer {
	width: 100%;
	padding: 33px 0;
	text-align: center;
}
.footer .logo{
	width: 180px;
	margin: 0 auto;
}
/* -- PAGE TOP -- */
.js-btn-pagetop {
	width: 48px;
	height: 48px;
	color: #fff;
	text-align: center;
	display: block;
	position: fixed;
	bottom: 22px;
	right: 30px;
	z-index: 1000;
	transition: background-color .2s ease 0s;
	cursor: pointer;
	border-radius: 48px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	background-color: #205DA6;
	text-decoration: none;
}
.js-btn-pagetop span {
	padding-top: 15px;
	display: block;
	font-size: 2.8rem;
	line-height: .5;
}
.js-btn-pagetop:hover {
	text-decoration: none;
	opacity: .7;
}
/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		padding: 25px 0;
	}
	.footer .logo{
		width: 120px;
	}
	/* -- PAGE TOP -- */
	.js-btn-pagetop {
		bottom: 100px;
		width: 40px;
		height:40px;
		right: 2%;
		bottom: 3%;
	}
	.js-btn-pagetop::before {
		left: 15px;
		height:20px;
		width:20px;
		top: 15px;
	}
	.js-btn-pagetop span {
		padding: 0;
		line-height: 36px;
	}
	.js-btn-pagetop p {
		display: none;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
	background: red;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
	font-size: 1.2rem;
}


/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	.js-btn-pagetop {
		display: none !important;
	}
}
 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}

/* ------------------------------
 Android用アラート
------------------------------ */
.alert-old-android-browser {
	display: none;
}
.alert-old-android-browser.is-show {
	border-top: 1px solid #aaa;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #222;
	font-size: 16px;
	z-index: 200000;
	padding: 30px 40px 20px 20px;
}
/* android browser */
.page-fixed-header-android .alert-old-android-browser.is-show {
	position: fixed;
	bottom: 0;
	left: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__text {
	margin-bottom: 1em;
	background-image: url(../img/warning.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 18px;
    background-size: 20px 18px;
    margin-bottom: 10px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__link {
	color: #1685D2;
	text-decoration: none;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before,
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	content: '';
    display: block;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #aaa;
    width: 20px;
    height: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);	
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.alert-old-android-browser.is-show > .alert-old-android-browser__link:before {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-right: 5px;
    color: #1685D2;
    display: inline-block;
}