@charset "UTF-8";

/*
Theme Name: 株式会社タカギ
Theme URI: https://takagi-innerwear.jp/
Version: 1.0
Author: Yoshioka insatsu
*/


/* ==========================================================================
   variable
============================================================================= */
:root {
	--main-color: #000000;
	--main-color-orange: #fdd100;
	--main-color-purple: #be6bb5;
}


/* ==========================================================================
   base
============================================================================= */

body {
	position: relative;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*iPhone font*/
	/*font-family: YakuHanJPs, Roboto, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ, Meiryo, ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	}
}

.fontMincho { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.fontGothic { font-family: YakuHanJPs, Roboto, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif; }

p { background-image:url(""); }

a:link{ color: #000000; text-decoration: none; }
a:visited{ color: #000000; text-decoration: none; }
a:active{ color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }

a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    outline : none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(255, 0, 0, 0);

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

	opacity: 0.7;
}

img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	opacity: 0.7;
}

svg,
a:hover svg {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a[href^="tel:"] { cursor: default; }

ul { list-style-type: none; }

address { font-style: normal; }

.inviewItem {
	opacity: 0;
	transform: translate(0,15px); 
	-webkit-transform: translate(0,15px); 
	transition: 0.7s;
}

.inviewItemLeft {
	opacity: 0;
	transform: translate(15px,0); 
	-webkit-transform: translate(15px,0); 
	transition: 0.7s;
}

.inviewItemFlag {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* ==========================================================================
   clearfix
============================================================================= */

.cf:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ==========================================================================
   common
============================================================================= */
.txtLt {text-align: left!important;}
.txtRt {text-align: right!important;}
.txtCt {text-align: center!important;}
.txtBold {font-weight: bold!important;}
.txtNormal {font-weight: normal!important;}
.fontSmall {font-size: 0.7rem!important;}
.fontLarge {font-size: 1.4rem!important;}
.font90per {font-size: 90%!important;}
.font105per {font-size: 105%!important;}
.font110per {font-size: 110%!important;}
.font120per {font-size: 120%!important;}
.font130per {font-size: 130%!important;}
.font140per {font-size: 140%!important;}
.font150per {font-size: 150%!important;}

.flRt { float: right!important;}
.flLt { float: left!important;}
.txtRt { text-align: right!important;}
.txtLt { text-align: left!important;}
.txtCt { text-align: center!important;}

.lh2 { line-height: 2em;!important }
.pt0 {padding-top: 0!important;}
.pt1 {padding-top: 1rem!important;}
.pt2 {padding-top: 2rem!important;}
.pb0 {padding-bottom: 0!important;}
.pb1 {padding-bottom: 1rem!important;}
.pb2 {padding-bottom: 2rem!important;}
.pb3 {padding-bottom: 3rem!important;}
.pb4 {padding-bottom: 4rem!important;}
.pb5 {padding-bottom: 5rem!important;}
.mt0 {margin-top: 0!important;}
.mt05 {margin-top: 0.5em!important;}
.mt1 {margin-top: 1rem!important;}
.mt2 {margin-top: 2rem!important;}
.mt3 {margin-top: 3rem!important;}
.mt5 {margin-top: 4rem!important;}
.mt5 {margin-top: 5rem!important;}
.mt6 {margin-top: 5rem!important;}
.mb0 {margin-bottom: 0!important;}
.mb05 {margin-bottom: 0.5rem!important;}
.mb1 {margin-bottom: 1rem!important;}
.mb2 {margin-bottom: 2rem!important;}
.mb3 {margin-bottom: 3rem!important;}
.mb4 {margin-bottom: 4rem!important;}
.mb5 {margin-bottom: 5rem!important;}
.mb6 {margin-bottom: 6rem!important;}
.ml1 {margin-left: 1rem!important;}
.ml2 {margin-left: 2rem!important;}
.ml3 {margin-left: 3rem!important;}
.mr1 {margin-right: 1rem!important;}
.mr2 {margin-right: 2rem!important;}
.mr3 {margin-right: 3rem!important;}

.dpB { display: block!important; }

.bgColorGray { background-color: #e0dcdb; }


/*スマホのみ改行*/
@media only screen and (min-width: 768px){
	br.mbbr {
		display:none!important;
	}
}

/*スマホ・タブレットのみ改行*/
@media only screen and (min-width: 1040px){
	br.mbtbbr {
		display:none!important;
	}
}

/*タブレット以上のみ改行*/
br.tbbr {
	display: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (min-width: 768px){
	br.tbbr {
		display: inline;
	}
}

/*PC以上のみ改行*/
br.dtbr {
	display: none;
}

@media only screen and (min-width: 1040px){
	br.dtbr {
		display: inline;
	}
}

/*モバイルのみ消す（インライン）*/
.mbNone {
	display: none;
}

@media only screen and (min-width: 768px){
	.mbNone {
		display: inline;
	}
}

select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input {
	display: inline-block;
	padding: 0.5em 0.5em;
	width: 50%;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	vertical-align: middle;
	font-size: 90%;

    border: none;
    background-color: #fff;

}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 25px;
}

input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

/*youtube貼り付け用*/
.movieBox {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
 
.movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.paling {
	padding: 1em;
	border: 1px solid #000000;
}


/* ==========================================================================
   base
============================================================================= */

body {

}

img,
svg {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 550px) {
	.w550 {
		max-width: 550px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 640px) {
	.w640 {
		max-width: 640px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 720px) {
	.w720 {
		max-width: 720px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 900px) {
	.w900 {
		max-width: 900px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1040px) {
	.w1040 {
		max-width: 1040px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1200px) {
	.w1200 {
		max-width: 1200px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}


/*---------- fixTopBtn ----------*/
a.fixTopBtn {
	z-index: 9999;
	position: fixed;
	bottom: 30px;
	right: 0;
	display: inline-block;
	width: auto;
	width: 40px;
	height: 60px;
	text-align: center;
	cursor: pointer;

    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

a.fixTopBtn span img {
	width: auto;
	height: 60px;
}

@media screen and (min-width: 768px) {

}

/*======= header =======*/
header {
	position: relative;
	height: auto;
}

header .headerInner {
	position: relative;
	margin: 0 2%;
}

@media screen and (min-width: 1040px) {
	header {
		z-index: 5;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;

		background: transparent;
		background: -moz-linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
		background: -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
		background: -o-linear-gradient(rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
		background: linear-gradient( rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
	}

	header .headerInner {
		position: relative;
		height: 110px;
	}

}

/*======= navi =======*/
.fixNavi {
	z-index: 9000;
	position: fixed;
	/*top: 5px;
	right: 5px;
	width: 35px;
	height: 35px;*/
	top: 0;
	left: 0;
	width: 100%;
	/*height: 35px;*/
	height: 50px;
	display: block;
}

.mbLogo {
	position: absolute;
	top: 13px;
	left: 10px;
}

.mbLogo.dispNone {
	display: none;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.mbLogo img {
	height: 24px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.navBtn {
	z-index: 9999;
	position: absolute;
	/*top: 0;
	left: 0;*/
	top: 5px;
	right: 5px;
	display: block;
	background-color: none;
	text-align: left;
	/*width: 100%;*/
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: 0;
}

.trigger {
	position: relative;
	width: 35px;
	height: 22px;
}

.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	border-radius: 4px;
}

.trigger span:nth-of-type(1) {
	top: 0;
}

.trigger span:nth-of-type(2) {
	top: 10px;
}

.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.trigger span:nth-of-type(3) {
	bottom: 0;
}

.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}

.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}

.fixNavi.changeColor .trigger span,
.fixNavi.changeColor .trigger span:nth-of-type(2)::after {
	background-color: #aaaaaa; 
}


/*navMount*/
.navMount {
	z-index: 10;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 8000;
	text-align: center;
	padding: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto!important;

	-webkit-overflow-scrolling: touch;
	
	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3;
	-o-transition: 0.3s;
	transition: 0.3s;
}
 
.navMount.is-visible {
	opacity: 1.0;
	visibility: visible;
}

.navMount .navInner {
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
}

.navMount .navInner .navContent {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.navMount .navLogo {
	position: relative;
	display: inline-block;
	width: 80%;
	max-width: 200px;
	margin-bottom: 2.75rem;
}

.navMount ul {
	width: 100%;
	letter-spacing: -.4em;
}

.navMount ul > li {
	display: inline-block;
	font-size: 1rem;
	letter-spacing: normal;
	width: 40%;
	font-weight: 300;
	margin: 0 5%;
}

.navMount ul > li:nth-child(odd) { margin: 0 1% 0 4%; }
.navMount ul > li:nth-child(even) { margin: 0 4% 0 1%; }

.navMount ul > li > a {
	display: block;
	padding: 1.75rem 0;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.1em;
	line-height: 1em;
}

.navMount ul.menuList li a:link{ color: #ffffff; text-decoration: none; }
.navMount ul.menuList li a:visited{ color: #ffffff; text-decoration: none; }
.navMount ul.menuList li a:active{ color: #ffffff; text-decoration: none; }
.navMount ul.menuList li a:hover { color: #ffffff; text-decoration: none; opacity: 1; }
.navMount ul.menuList li a:hover img { opacity: 1; }

.navMount ul > li > a img {
	width: auto;
	height: 0.75rem; 
}

.navMount ul > li:nth-child(3) a img { height: 0.95rem; }
.navMount ul > li:nth-child(7) a img { height: 0.85rem; }

.navMount ul > li > a > span {
	position: relative;
	display: inline-block;
	width: 8em;
	/*text-align: left;*/
	text-align: center;
	opacity: 0;
}

.navMount.is-visible ul > li > a > span {
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-fill-mode: forwards;
	animation-play-state: running;
}

.navMount.is-visible ul > li:nth-child(1) > a > span { animation-delay: 0.05s; }
.navMount.is-visible ul > li:nth-child(2) > a > span { animation-delay: 0.1s; }
.navMount.is-visible ul > li:nth-child(3) > a > span { animation-delay: 0.15s; }
.navMount.is-visible ul > li:nth-child(4) > a > span { animation-delay: 0.2s; }
.navMount.is-visible ul > li:nth-child(5) > a > span { animation-delay: 0.25s; }
.navMount.is-visible ul > li:nth-child(6) > a > span { animation-delay: 0.3s; }
.navMount.is-visible ul > li:nth-child(7) > a > span { animation-delay: 0.35s; }
.navMount.is-visible ul > li:nth-child(8) > a > span { animation-delay: 0.4s; }

@keyframes fadeIn {
	0% {
		opacity: 0;
		bottom: -0.75em;
	}
  
	100% {
		opacity: 1;
		bottom: 0;
	}
}

.navMount ul > li > a > span > span {
	position: relative;
}

.navMount ul > li > a:hover > span > span {
	/*animation-name: navBtnAnime;*/
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-fill-mode: forwards;
	animation-play-state: running;
}

@keyframes navBtnAnime {
	0% {
		-ms-filter: blur(0);
		filter: blur(0);
	}

	20% {
		-ms-filter: blur(3px);
		filter: blur(3px);
	}
 
	100% {
		-ms-filter: blur(0);
		filter: blur(0);
	}
}

@media screen and (min-width: 1040px) {
	.fixNavi {
		display: none;
	}

	.navMount {
		z-index: 1;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		opacity: 1.0;
		visibility: visible;
		background: transparent;
		overflow: hidden!important;
	}

	.navMount .navInner {
		position: relative;
		height: 90px;
		padding: 0;
	}

	.navMount .navInner .navContent {
		position: relative;
		top: 0;
		transform: translateY(0);
		height: 100%;
	}

	.navMount .navLogo {
		z-index: 5;
		position: absolute;
		bottom: 7px;
		left: 0;
		width: 80%;
		max-width: 200px;
		margin-bottom: 0;
	}

	.navMount ul {
		z-index: 1;
		position: absolute;
		right: 0;
		top: 20px;
		display: block;
		width: 100%;
		margin: 0;
		text-align: right;
	}

	.navMount ul > li {
		padding: 0;
		width: auto;
		margin: 0;
		border-top: none!important;
		border-bottom: none;
	}

	.navMount ul > li:nth-child(odd) { margin: 0 0 0 0; }
	.navMount ul > li:nth-child(even) { margin: 0 0 0 0; }

	.navMount ul > li:first-child {
		border-top: none;
	}

	.navMount ul > li > a {
		display: block;
		font-size: 13px;
		padding: 1.5rem 1rem;
		text-align: center;
		cursor: pointer;
		line-height: 1em;
	}

	.navMount ul > li > a img {
		height: 0.55rem; 
	}
	
	.navMount ul > li:nth-child(3) a img { height: 0.65rem; }
	.navMount ul > li:nth-child(7) a img { height: 0.65rem; }

	.navMount ul > li > a > span {
		width: auto;
	}

	.navMount ul > li > a > span {
		width: 100%;
		opacity: 1;
	}

	.navMount.is-visible ul > li > a > span {
		animation-name: none;
	}

	.navMount ul.menuList > li > a:hover > span,
	.navMount ul.menuList > li.active > a > span {
		width: 100%;
	}
	
}


/*======= footer =======*/
footer {
	z-index: 1;
	position: relative;
	padding-bottom: 3rem;
	background-color: #ffffff;
}

/*footerContact*/
.footerContact {
	font-size: 0.9rem;
	text-align: center;
	padding: 2.75rem 1rem;
}

.footerContact h1 {
	margin-bottom: 2rem;
}

.footerContact .sup {
	margin-bottom: 1.25rem;
}

.bgBlack {
	color: #ffffff;
	background-color: #000000;
}

.bgBlack a:link{ color: #ffffff; text-decoration: none; }
.bgBlack a:visited{ color: #ffffff; text-decoration: none; }
.bgBlack a:active{ color: #ffffff; text-decoration: none; }
.bgBlack a:hover { color: #ffffff; text-decoration: none; }


footer .footerLogo {
	text-align: center;
	margin: 8rem 0 3rem 0;
}

footer .footerLogo img {
	max-width: 150px;	
}

footer .footerNav {
	font-size: 80%;
}

footer .footerNav ul {
	width: 100%;
	letter-spacing: -.4em;
	text-align: center;
	margin: 0;
}

footer .footerNav ul li {
	display: inline-block;
	letter-spacing: normal;
	padding: 0;
	width: 50%;
	margin: 0;
}

footer .footerNav ul li a {
	display: block;
	padding: 0.75rem 0 0.75rem 0;
	text-align: center;
	cursor: pointer;
	line-height: 1em;
}

footer .footerNav ul li:nth-child(odd) a {
	/*text-align: right;*/
	text-align: center;
	margin-right: 2rem;
}

footer .footerNav ul li:nth-child(even) a {
	/*text-align: left;*/
	text-align: center;
	margin-left: 2rem;
}

footer .footerNav ul li a img {
	width: auto;
	height: 0.75rem; 
}

footer .footerNav ul li:nth-child(3) a img { height: 0.9rem; }
footer .footerNav ul li:nth-child(7) a img { height: 0.85rem; }

footer .footerNav ul.subNavi {
	margin: 1rem 0;
	font-size: 0.9rem;
}

footer .footerNav ul.subNavi li:nth-child(odd) a {
	text-align: center;
	margin-right: 0;
}

footer .footerNav ul.subNavi li:nth-child(even) a {
	text-align: center;
	margin-left: 0;
}

@media screen and (min-width: 1040px) {
	footer .footerLogo {
		margin-top: 9rem;
	}

	footer .footerNav ul li {
		display: inline-block;
		letter-spacing: normal;
		padding: 0;
		width: auto;
		margin: 0 0 0 0;
	}

	footer .footerNav ul li:nth-child(odd) a {
		margin-right: 0;
	}
	
	footer .footerNav ul li:nth-child(even) a {
		margin-left: 0;
	}

	footer .footerNav ul li a {
		display: block;
		padding: 0 1rem 0 1rem;
	}

	footer .footerNav ul.subNavi {
		margin: 1.5rem 0 1.75rem 0;
	}
	
}

footer .copyright {
	margin-top: 2rem;
	text-align: center;
}

footer .copyright small {
	font-size: 70%;
}



/*======= contentCommon =======*/
.flexContainer {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction:         row;

	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;

	-webkit-justify-content: flex-start;
	justify-content:         flex-start;/*space-around*/
}

.flexContainer.rev {
	-webkit-flex-direction: row-reverse;
	flex-direction:         row-reverse;
}

.flexContainer .col2,
.flexContainer .col3,
.flexContainer .col4 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	text-align: center;
}

.flexContainer .col4 {
	width: 50%;
}

.flexContainer .col2:last-child,
.flexContainer .col3:last-child,
.flexContainer .col4:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.flexContainer {
		/*-webkit-justify-content: space-between;
		justify-content:         space-between;*/
	}

	.flexContainer .col2 {
		width: 50%;
		margin-bottom: 0;
	}

	.flexContainer .col3 {
		width: 33.33333%;
		width: -webkit-calc(99.99999% / 3);
		width: calc(99.99999% / 3);
		margin-bottom: 0;
	}

	.flexContainer .col4 {
		width: 25%;
		margin-bottom: 0;
	}
}

/*ホバー時の演出*/
.flexContainer .col2.hoverShow {
	position: relative;
}

.flexContainer .col2.hoverShow:before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;

	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
}

.flexContainer .col2.hoverShow.ignition:before {
	width: 90%;
	height: 90%;
}

.flexContainer .col2.hoverShow.showWhite.ignition:before {
	background-color: rgba(255, 255, 255, 0.2);
}

.flexContainer .col2.hoverShow.showGray.ignition:before {
	background-color: rgba(0, 0, 0, 0.1);
}

.flexContainer .col2.hoverShow a:hover { opacity: 1; }
.flexContainer .col2.hoverShow a:hover img { opacity: 1; }




/* パララックス */
.parallax_base{
	min-height: 300px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax_image {
	background-image: url('');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.nobgattach {
	background-attachment: scroll!important;
}



/* btnMore */
.btnMore {
	position: relative;
    display: inline-block;
	color: #ffffff;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	text-align: center!important;
	background-color: transparent;
}

.btnMore:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
    display: block;
    content: "";
    width: 3.5em;
    height: 1px;
    background-color: #ffffff;
    margin: 0 auto;
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
}

.btnMore:hover:after,
.btnOnBox:hover .btnMore:after {
    width: 5.5em;
	bottom: -0.1em;
}

.btnMore.btnColorBlack {
	color: #000000;
}

.btnMore.btnColorBlack:after {
    background-color: #000000;
}

/* btnContact */
.btnContact {
	position: relative;
    display: inline-block;
	color: #ffffff;
	font-size: 1rem;
	letter-spacing: 0.1em;
	text-align: center!important;
	background-color: transparent;
}

.btnContact:after {
	position: absolute;
	left: 50%;
	bottom: -0.3rem;
	transform: translateX(-50%);
    display: block;
    content: "";
    width: 9em;
    height: 1px;
    background-color: #ffffff;
    margin: 0 auto;
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
}

@media screen and (min-width: 1040px) {
	.btnContact:hover:after {
		width: 10.5em;
		bottom: -0.4rem;
	}
}

/* btnBox */
.btnBox span,
.btnBox span::before {
	position: relative;
	display: inline-block;
	line-height: 1;
}

.btnBox span {
	padding-left: 14px;
}

.btnBox span::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 7px;
	height: 14px;
	background-image: url(./images/common/sliderArrowRight.svg);
	background-size: cover;
}

.btnBox .btnWrap {
	position: relative;
	display: inline-block;
}

.btnBox .btnWrap a {
	display: block;
	color: #000000;
	font-size: 1rem;
	letter-spacing: 0.1em;
	width: 260px;
	line-height: 1em;
	border: 1px solid #000000;
	border-width: 1px 1px 0 1px;
	padding: 0.55em 0 0.55em 0;

	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btnBox .btnWrap:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
    display: block;
    content: "";
    width: 260px;
    height: 1px;
    background-color: #000000;
    margin: 0 auto;
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
}

.btnBox .btnWrap a:hover {
	width: 275px;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	color: #000000;
	
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btnBox .btnWrap:hover:after {
    width: 275px;
	bottom: -0.2rem;
}

/*.btnBox{
  display: inline-block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.1em;
  width: 260px;
  height: 36px;
  color: #000000;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
}

.btnBox a {
	display: block;
}

.btnBox span,
.btnBox span::before {
	position: relative;
	display: inline-block;
	line-height: 1;
}

.btnBox span {
	padding-left: 14px;
}

.btnBox span::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 7px;
	height: 14px;
	background-image: url(./images/common/sliderArrowRight.svg);
	background-size: cover;
}

.btnBox svg{
  position: absolute;
  top: 0;
  left: 0;
}

.btnBox svg rect {
  stroke: #000000;
  stroke-width: 1;
  stroke-dasharray: 360, 0;
  stroke-dashoffset: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.btnBox:hover svg rect {
  stroke-width: 2;
  stroke-dasharray: 220, 400;
  stroke-dashoffset: 303;
}*/



/* navLine */
.navLine {
	position: relative;
	background-color: transparent;
}

.navLine:after {
	position: absolute;
	left: 50%;
	bottom: -0.4rem;
	transform: translateX(-50%);
    display: block;
    content: "";
    width: 4.5em;
    height: 1px;
    background-color: #ffffff;
	margin: 0 auto;
	opacity: 0;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
}

.menuList li a:hover .navLine:after {
    width: 6em;
	bottom: -0.6rem;
	opacity: 0.9;
}

@media screen and (min-width: 1040px) {
	.navLine:after {
		bottom: -0.2rem;
	}
	
	.menuList li a:hover .navLine:after {
		bottom: -0.3rem;
	}
}


/*タイトル関連*/
.basicTitle {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.basicTitle img,
.basicTitleL img {
	width: auto;
	max-height: 40px;
}

.basicTitleS {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.basicTitleL {
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.basicTitleLL {
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.basicTitleLine {
	font-size: 1.3rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 1.5em 1em;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

@media only screen and (min-width: 1040px) {
	.basicTitleLine {
		font-size: 1.5rem;

	}
}

.bottomLineTitle {
	font-size: 1.2rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-align: center;
	padding-bottom: 1rem;
}

.bottomLineTitle span {
	position: relative;
	display: inline-block;
	padding: 0 2em;
}

.bottomLineTitle span::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 100%;
	height: 2px;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #8b91c6 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left center, right center, from(#ffffff), color-stop(50%, #8b91c6), to(#ffffff));
	background: -webkit-linear-gradient(left, #ffffff 0%, #8b91c6 50%, #ffffff 100%);
	background: -o-linear-gradient(left, #ffffff 0%, #8b91c6 50%, #ffffff 100%);
	background: linear-gradient(to right, #ffffff 0%, #8b91c6 50%, #ffffff 100%);
}

.boxTitle {
	font-size: 0.8rem;
	text-align: center;
}

.boxTitle span {
	display: inline-block;
	width: 8em;
	height: 1.5em;
	border: 1px solid #000000;
	background-color: #ffffff;
	line-height: 1.5em;
}


.basicSvgTitle {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.75em;
	text-align: center;
}

.basicSvgTitle img {
	width: auto;
	max-height: 65px;
}

.svgTitle,
.svgTitleS,
.svgTitleL {
	letter-spacing: 0.1em;
	text-align: center;
}

.svgTitle img {
	width: auto;
	max-height: 38px;
}

.svgTitleS {
	line-height: 2.25rem;
	letter-spacing: 0.75em;
}

.svgTitleS img {
	width: auto;
	max-height: 30px;
}

.svgTitleL img {
	width: auto;
	max-height: 65px;
}

.svgUlTitle {
	text-align: center;
}

.svgUlTitle span {
	display: inline-block;
	padding: 0 1rem 0.75rem 1rem;
	border-bottom: 1px solid #000000;
}

.svgUlTitle span img {
	max-width: auto;
}



@media only screen and (min-width: 768px) {
	.svgTitle img {
		width: auto;
		max-height: 50px;
	}

	.svgTitleL img {
		width: auto;
		max-height: 80px;
	}
}

/*テーブル 基本*/
table.basicTable {
	width: 100%;
	border-collapse:separate;
	border-top: 1px solid #000000;
}

table.basicTable caption{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}

table.basicTable tr th,
table.basicTable tr td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0.75em 0;
	border-bottom: 1px solid #000000;
}

table.basicTable tr th { width: 30%; }
table.basicTable tr td { width: 70%; }

table.basicTable p {
	margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
	table.basicTable tr th { width: 18%; }
	table.basicTable tr td { width: 82%; }

}



/*レスポンシブ用マージン*/
.martS { margin-top: 5rem; }
.martM { margin-top: 7rem; }
.martL { margin-top: 8rem; }

.marbS { margin-bottom: 5rem; }
.marbM { margin-bottom: 7rem; }
.marbL { margin-bottom: 8rem; }

@media only screen and (min-width: 768px){
	.martS { margin-top: 6rem; }
	.martM { margin-top: 8rem; }
	.martL { margin-top: 9rem; }

	.marbS { margin-bottom: 6rem; }
	.marbM { margin-bottom: 8rem; }
	.marbL { margin-bottom: 9rem; }
}

@media only screen and (min-width: 900px){
	.martS { margin-top: 7rem; }
	.martM { margin-top: 9rem; }
	.martL { margin-top: 10rem; }

	.marbS { margin-bottom: 7rem; }
	.marbM { margin-bottom: 9rem; }
	.marbL { margin-bottom: 10rem; }
}

.padtS { padding-top: 5rem; }
.padtM { padding-top: 7rem; }
.padtL { padding-top: 8rem; }

.padbS { padding-bottom: 5rem; }
.padbM { padding-bottom: 7rem; }
.padbL { padding-bottom: 8rem; }

@media only screen and (min-width: 768px){
	.padtS { padding-top: 6rem; }
	.padtM { padding-top: 8rem; }
	.padtL { padding-top: 9rem; }

	.padbS { padding-bottom: 6rem; }
	.padbM { padding-bottom: 8rem; }
	.padbL { padding-bottom: 9rem; }
}

@media only screen and (min-width: 900px){
	.padtS { padding-top: 7rem; }
	.padtM { padding-top: 9rem; }
	.padtL { padding-top: 10rem; }

	.padbS { padding-bottom: 7rem; }
	.padbM { padding-bottom: 9rem; }
	.padbL { padding-bottom: 10rem; }
}

main.pages .bgWrap::before {
	opacity: 0;
	z-index: 0;
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("./images/common/bg_real.svg");
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center center;
	background-size: 100px auto;

    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
}

main.pages .bgWrap.happy::before {
	background-image: url("./images/common/bg_happy.svg");
	background-size: 100px auto;
}

main.pages .bgWrap.active::before {
	opacity: 1;
}

@media only screen and (min-width: 900px) {
	main.pages .bgWrap::before {
		background-size: 150px auto;
	}

	main.pages .bgWrap.happy::before {
		background-size: 125px auto;
	}
}


/*======= section =======*/
section {
	position: relative;
	line-height: 1.5em;
}

section .secInner,
.breadcrumbsInner {
	position: relative;
	margin-right: 1rem;
	margin-left: 1rem;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	section .secInner,
	.breadcrumbsInner  {
		margin: 0 3%;
	}

}

hr {
	/*border-top: 1px solid #000000;*/
	margin: 0.5em 0;
}

hr.hrLine {
	height: 30px;
	margin: 5rem 0;
	background-image: url("./images/common/line.svg");
	background-position: center center;
	background-repeat: no-repeat;
}

hr.hrTen {
	height: 10px;
	margin: 1.25rem 0;
	background-image: url("./images/common/hrTen.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 10px;
}

@media screen and (min-width: 1040px) {

}


/*listHorizontal*/
.listHorizontal {
	letter-spacing: -.4em;
}

.listHorizontal li {
	display: inline-block;
	letter-spacing: normal;
}


/*bxslider*/
.sliderBox {

}

.sliderBox .bx-wrapper {
	position: relative;
	margin-bottom: 0;

	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.sliderBox .bx-wrapper img {
    width:100%;
}

.bx-wrapper img {
    max-width: 100%;
    display: inline-block;
    border: none;
}

.sliderBox .bx-viewport {
    max-height: 640px;
}

.bx-wrapper .bx-pager {
	z-index:100;
	position: absolute;
	right: 0;
    bottom: -20px;
	display: inline-block;
    text-align: center;
    font-size: .85em;
    color: #ccc;
	padding-top: 20px;
	width: auto;
}

.sliderBox .bx-pager-item,
.sliderBox .bx-controls-auto-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 7px;
    outline: 0;
    -moz-border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    border-radius: 3.5px;
}

@media screen and (min-width: 768px) {
	.bx-wrapper .bx-pager {
		z-index: 100;
		position: absolute;
		right: -30px;
		top: 0;
		bottom: auto;
		width: 20px;
		padding-top: 10px;
	}

	.pagerBottom .bx-wrapper .bx-pager {
		right: 0;
		top: auto;
		bottom: -20px;
		width: auto;
	}
}

/*slick - home news*/
.slick-track {
	margin-left: 0;
	margin-right: 0;
}

.slick-slide,
.slick-slide a {
	outline: none;
	border: none;
}

.slick-prev, .slick-next {
    width: 12px;
    height: 25px;
    cursor: pointer;
	background-image: url(./images/common/sliderArrowLeft.svg);
	background-size: cover;
}

.slick-next {
	background-image: url(./images/common/sliderArrowRight.svg);
}

.slick-prev {
    left: -2rem;
}

.slick-next {
    right: -0.5rem;
}

.slick-prev:hover,
.slick-prev:focus {
    color: transparent;
    outline: none;
	background-image: url(./images/common/sliderArrowLeft.svg);
	opacity: 0.75;
}

.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
	background-image: url(./images/common/sliderArrowRight.svg);
	opacity: 0.75;
}

.slick-prev:before,
.slick-next:before
{
    opacity: 0!important;
}

.slick-arrow.slick-disabled {
	display: none!important;
}

@media screen and (min-width: 768px) {
	.slick-track {
		margin-left: 1%;
	}

	.slick-prev {
		left: -2.75rem;
	}
	
	.slick-next {
		right: -1rem;
	}
}

@media screen and (min-width: 1040px) {
	.slick-track {
		margin-left: 2%;
	}
}



/*======= breadcrumbs =======*/
.breadcrumbs {
	margin-top: 1rem;
}

.breadcrumbs nav {
	margin-bottom: 2rem;
}

.breadcrumbs nav ol {
	font-size: 0.8rem;
}

.breadcrumbs nav ol li {
	display: inline;
}

.breadcrumbs nav ol li:after {
	content: " > ";
}
.breadcrumbs nav ol li:last-child:after {
	content:"";
}

/*======= title =======*/




/*======= home =======*/
.keyVisual {
	z-index: 2;
	position: relative;
    border-bottom: none;
    background: transparent;
    background: url(./images/home/keyVisual_movie.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.keyVisual .arrow {
	z-index: 207;
	position: absolute;
	/*bottom: 2.8rem;*/
	bottom: 1.75rem;
	width: 100%;
	text-align: center;
}

.keyVisual .arrow svg {
	max-width: 30px;
	width: 100%;
}

.keyVisual .arrow svg .itemLine {
	animation-name: itemLine;
	animation-duration: 4s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;

	stroke-dasharray: 80;
	stroke-dashoffset: 0;
}

@keyframes itemLine {
	0% {
		stroke-dashoffset: 80;
		opacity: 1;
	}

	70% {
		stroke-dashoffset: 0;
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.keyVisual .arrow svg .itemArrow {
	animation-name: itemArrow;
	animation-duration: 4s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
}

@keyframes itemArrow {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.keyVisual .copy {
	z-index: 5;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.keyVisual .copy .copyInner {

}

.keyVisual .copy .copy1 svg {
	max-width: 140px;
	width: 100%;
}

.inviewItemKv1 {
	opacity: 0;
	transform: translate(0,0px); 
	-webkit-transform: translate(0,0px); 
	transition: 1.25s;
}

.inviewItemKv1Flag {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.keyVisual .copy .copy2 {
	font-size: 0.8rem;
	line-height: 2em;
	color: #ffffff;
	margin-top: 2rem;
}

.inviewItemKv2 {
	opacity: 0;
	transform: translate(0,0px); 
	-webkit-transform: translate(0,0px); 
	transition: 1.25s;
}

.inviewItemKv2Flag {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.keyVisual video {
	display: block;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

.keyVisual .mvOver {
	z-index: 5;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	background: url(./images/movie/mvOverDot.png);
	background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
	.keyVisual .copy .copy2 {
		font-size: 0.9rem;
	}
}



/*======= pageVisual =======*/
.pageVisual {
	z-index: 2;
	position: relative;
    border-bottom: none;
    background: transparent;
	background-image: url('');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 600px;
}

.pageVisual.philosophy { background-image: url(./images/philosophy/Philosophy_top_image.jpg); }
.pageVisual.csr { background-image: url(./images/csr/CSR_top_image.jpg); }
.pageVisual.product {
	background-image: url(./images/products/Product_page_top_image_phone.jpg);
}

.pageVisual.company { background-image: url(./images/company/Company_top_image_mb.jpg); }
.pageVisual.contact { background-image: url(./images/contact/Contact_top_image.jpg); }
.pageVisual.single {
	background-image: none;
	height: 50px;
}

@media screen and (min-width: 768px) {
	.pageVisual.product {
		background-image: url(./images/products/Products_top_image.jpg);
	}
} 

@media screen and (min-width: 1040px) {
	.pageVisual.company { background-image: url(./images/company/Company_top_image.jpg); }
	.pageVisual.single {
		height: 105px;
		background-color: rgba(0, 0, 0, 0.3);
	}
}

.pageVisual .copy {
	z-index: 5;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.pageVisual .copy img {
	width: 80%;
}

.pageVisual.philosophy .copy img { max-width: 270px; }
.pageVisual.csr .copy img { max-width: 300px; }


@media screen and (min-width: 768px) {
	.pageVisual {
		height: 500px;
	}

	.pageVisual.philosophy .copy img {
		margin-left: 40%;
	}
}

@media screen and (min-width: 1040px) {
	.pageVisual {
		height: 700px;
	}
}

.pageVisualSlide {
	z-index: 2;
	position: relative;
    border-bottom: none;
	overflow: hidden;
	height: 600px;
}

.pageVisualSlide .sliderBox {
	z-index: 200;
	position: absolute;
	width: 100%;
	height: 100%;
}

.pageVisualSlide .slider-pro,
.sp-slides-container,
.sp-mask,
.sp-slides,
.sp-slide {
	max-width: 100%!important;
	width: 100%!important;
	height: 100%!important;
}

.sp-slide {

}

.sp-slide .bg {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pageVisualSlide.brand .photo1 .bg {
	background-image: url("./images/brands/Aroma_brand_page_top_image_phone.jpg");
	background-position: center top;
}

.pageVisualSlide.brand .photo2 .bg {
	background-image: url("./images/brands/Bodyhints_brand_page_top_image_phone.jpg");
	background-position: center top;
}

.pageVisualSlide.brand .photo3 .bg {
	background-image: url("./images/brands/ayama_brand_page_top_image_phone.jpg");
	background-position: center top;
}


@media screen and (min-width: 768px) {
	.pageVisualSlide {
		height: 500px;
	}

	.pageVisualSlide.brand .photo1 .bg {
		background-image: url("./images/brands/AROMATIQUE_TOP_image.jpg");
	}
	
	.pageVisualSlide.brand .photo2 .bg {
		background-image: url("./images/brands/bodyhints_TOP_image.jpg");
	}
	
	.pageVisualSlide.brand .photo3 .bg {
		background-image: url("./images/brands/ayama_brand_page_top_image.jpg");
	}
}

@media screen and (min-width: 1040px) {
	.pageVisualSlide {
		height: 700px;
	}
}
/*======= home =======*/

.sec1_1 {
	color: #ffffff;
	line-height: 1.75em;
	font-size: 0.9rem;
	background-color: #000000;
	padding-bottom: 6rem;
}

.sec1_1 a:link{ color: #ffffff; text-decoration: none; }
.sec1_1 a:visited{ color: #ffffff; text-decoration: none; }
.sec1_1 a:active{ color: #ffffff; text-decoration: none; }
.sec1_1 a:hover { color: #ffffff; text-decoration: none; }

.sec1_1 .flexContainer {
	-webkit-flex-direction: row-reverse;
	flex-direction:         row-reverse;
}

.sec1_1 .flexContainer .innerBox,
.sec1_2 .flexContainer .innerBox,
.sec1_3 .flexContainer .innerBox,
.sec1_4 .flexContainer .innerBox {
	position: relative;
	width: 100%;
}

.sec1_1 .flexContainer .innerBox a,
.sec1_2 .flexContainer .innerBox a,
.sec1_3 .flexContainer .innerBox a,
.sec1_4 .flexContainer .innerBox a {
	z-index: 10;
	position: relative;
	display: block;
	text-align: center;
	padding: 6rem 1rem;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: content-box;
}

.sec1_1 .flexContainer .innerBox h1,
.sec1_2 .flexContainer .innerBox h1,
.sec1_3 .flexContainer .innerBox h1,
.sec1_4 .flexContainer .innerBox h1 {
	margin-bottom: 3rem;
}

.sec1_1 .flexContainer .innerBox p,
.sec1_2 .flexContainer .innerBox p,
.sec1_3 .flexContainer .innerBox p,
.sec1_4 .flexContainer .innerBox p {
	text-align: left;
	line-height: 2em;
}

.sec1_1 .flexContainer .innerBox p { margin-left: 2.5rem; }
.sec1_2 .flexContainer .innerBox p { margin-left: 2.5rem; }
.sec1_3 .flexContainer .innerBox p { margin-left: 3.75rem; }
.sec1_4 .flexContainer .innerBox p { margin-left: 3.25rem; }

.sec1_1 .flexContainer .innerBox .btnMore,
.sec1_2 .flexContainer .innerBox .btnMore,
.sec1_3 .flexContainer .innerBox .btnMore,
.sec1_4 .flexContainer .innerBox .btnMore {
	margin-top: 5rem;
	margin-left: 0;
}

@media screen and (min-width: 768px) {
	.sec1_1 {
		padding-top: 6rem;
	}

	.sec1_1 .flexContainer .innerBox,
	.sec1_2 .flexContainer .innerBox,
	.sec1_3 .flexContainer .innerBox,
	.sec1_4 .flexContainer .innerBox {
		z-index: 10;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.sec1_1 .flexContainer .innerBox a,
	.sec1_2 .flexContainer .innerBox a,
	.sec1_3 .flexContainer .innerBox a,
	.sec1_4 .flexContainer .innerBox a {
		max-width: 340px;
		padding: 3rem 10%;
	}

	.sec1_1 .flexContainer .innerBox p,
	.sec1_2 .flexContainer .innerBox p,
	.sec1_3 .flexContainer .innerBox p,
	.sec1_4 .flexContainer .innerBox p {
		text-align: left;
	}

	.sec1_1 .flexContainer .innerBox p { margin-left: 1.5rem; }
	.sec1_2 .flexContainer .innerBox p { margin-left: 2.25rem; }
	.sec1_3 .flexContainer .innerBox p { margin-left: 3.5rem; }
	.sec1_4 .flexContainer .innerBox p { margin-left: 2.75rem; }

	.sec1_1 .flexContainer .innerBox .btnMore,
	.sec1_2 .flexContainer .innerBox .btnMore,
	.sec1_3 .flexContainer .innerBox .btnMore,
	.sec1_4 .flexContainer .innerBox .btnMore {
		margin-top: 2rem;
		margin-left: 0;
	}
}

@media screen and (min-width: 1040px) {
	.sec1_1 {
		padding-top: 10rem;
		padding-bottom: 10rem;
		font-size: 1.1rem;
	}

	.sec1_1 .flexContainer .innerBox a,
	.sec1_2 .flexContainer .innerBox a,
	.sec1_3 .flexContainer .innerBox a,
	.sec1_4 .flexContainer .innerBox a {
		max-width: 360px;
		padding: 6rem 0;
	}

	.sec1_1 .flexContainer .innerBox h1,
	.sec1_2 .flexContainer .innerBox h1,
	.sec1_3 .flexContainer .innerBox h1,
	.sec1_4 .flexContainer .innerBox h1 {
		margin-bottom: 3rem;
	}

	.sec1_1 .flexContainer .innerBox p { margin-left: 1.8rem; }
	.sec1_2 .flexContainer .innerBox p { margin-left: 2.75rem; }
	.sec1_3 .flexContainer .innerBox p { margin-left: 3.8rem; }
	.sec1_4 .flexContainer .innerBox p { margin-left: 2.8rem; }

	.sec1_1 .flexContainer .innerBox .btnMore,
	.sec1_2 .flexContainer .innerBox .btnMore,
	.sec1_3 .flexContainer .innerBox .btnMore,
	.sec1_4 .flexContainer .innerBox .btnMore {
		margin-top: 5rem;
		margin-left: 0;
	}

}


.sec1_2 {
	font-size: 0.9rem;
}

.sec1_2 .parallax_base{
	min-height: 450px;
}

.sec1_2 .parallax_image {
	background-image: url('./images/home/TOP_page_image_2_CSR.jpg');
	background-repeat: no-repeat;
}

.sec1_2 .parallax_image.nobgattach {
	background-size: cover;
	background-position: center 250px;
}

.sec1_2 .flexContainer .col2.firstCol {
	position: relative;
	background-color: #ffffff;
}

.sec1_2 .flexContainer .col2.secondCol { 
	min-height: 450px;
	background-color: transparent;
}

.sec1_2 .parallax_image.nobgattach .flexContainer .col2.secondCol { 
	min-height: 400px;
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1040px) {
	.sec1_2 {
		font-size: 1.1rem;
	}

	.sec1_2 .parallax_base{
		min-height: 600px;
	}

	.sec1_2 .flexContainer .col2.secondCol { 
		min-height: 600px;
	}

	.sec1_2 .parallax_image {
		background-image: url('./images/home/TOP_page_image_2_CSR_2.jpg');
	}
}


.sec1_3 {
	font-size: 0.9rem;
}

.sec1_3 .flexContainer {
	-webkit-flex-direction: row-reverse;
	flex-direction:         row-reverse;
}

@media screen and (min-width: 1040px) {
	.sec1_3 {
		font-size: 1.1rem;
	}
}


.sec1_4 {
	font-size: 0.9rem;
}

.sec1_4 .parallax_base{
	min-height: 450px;
}

.sec1_4 .parallax_image {
	background-image: url('./images/home/TOP_page_image_4_Products.jpg');
	background-repeat: no-repeat;
}

.sec1_4 .parallax_image.nobgattach {
	background-size: cover;
	background-position: center bottom;
}

.sec1_4 .flexContainer .col2.firstCol {
	position: relative;
	background-color: #ffffff;
}

.sec1_4 .flexContainer .col2.secondCol { 
	min-height: 450px;
	background-color: transparent;
}

.sec1_4 .parallax_image.nobgattach .flexContainer .col2.secondCol { 
	min-height: 400px;
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1040px) {
	.sec1_4 {
		font-size: 1.1rem;
	}

	.sec1_4 .parallax_base{
		min-height: 600px;
	}

	.sec1_4 .flexContainer .col2.secondCol { 
		min-height: 600px;
	}

	.sec1_4 .parallax_image {
		background-image: url('./images/home/TOP_page_image_4_Products_2.jpg');
	}
}


.sec1_5 {
	font-size: 0.9rem;
	padding-top: 4rem;
}

.sec1_5 .newsBox {
	margin: 7rem 0;
}

.sec1_5 .newsBox .btn {
	text-align: center;
	margin: 2rem 0;
}




/*newsList*/
.flexContainer.newsList {
	/*justify-content: space-between;*/
}

.newsList .newsItem {
	position: relative;
	width: 44%;
	margin-bottom: 2rem;
}

.newsList .newsItem:nth-child(odd) {
	margin-right: 6%;
}

.newsList .newsItem:nth-child(even) {
	margin-left: 6%;
}

.newsList .newsItem a {
	display: block;
}

.newsList .newsItem a .category {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}

.newsList .newsItem a .thumb {
	width: 100%;
}

.newsList .newsItem a .sup {
	display: block;
	letter-spacing: -.4em;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.newsList .newsItem a .sup > span,
.newsList .newsItem a .sup time {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 50%;
}

.newsList .newsItem a .sup img {
	text-align: left;
	height: 1rem;
}

.newsList .newsItem a .sup time {
	font-size: 1rem;
	text-align: right;
}

.newsList .newsItem a .title {
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 1.25em;
}

@media screen and (min-width: 768px) {
	.newsList .newsItem {
		width: 27.33333%;
		margin-bottom: 2rem;
	}

	.newsList .newsItem:nth-child(odd) {
		margin-right: 0;
	}
	
	.newsList .newsItem:nth-child(even) {
		margin-left: 0;
	}

	.newsList .newsItem:nth-child(1),
	.newsList .newsItem:nth-child(3n+1) {
		margin-right: 6%;
	}

	.newsList .newsItem:nth-child(2),
	.newsList .newsItem:nth-child(3n-1) {
		margin-right: 3%;
		margin-left: 3%;
	}

	.newsList .newsItem:nth-child(3),
	.newsList .newsItem:nth-child(3n) {
		margin-left: 6%;
	}
}

@media screen and (min-width: 1040px) {
	.flexContainer.newsBeta {
		justify-content:space-between;
	}

	.newsList.newsBeta .newsItem {
		width: 22%;
		margin-bottom: 2rem;
	}

	.newsList.newsBeta .newsItem:nth-child(odd) {
		margin-right: 0;
	}
	
	.newsList.newsBeta .newsItem:nth-child(even) {
		margin-left: 0;
	}

	.newsList.newsBeta .newsItem:nth-child(1),
	.newsList.newsBeta .newsItem:nth-child(3n+1) {
		margin-right: 0;
	}

	.newsList.newsBeta .newsItem:nth-child(2),
	.newsList.newsBeta .newsItem:nth-child(3n-1) {
		margin-right: 0;
		margin-left: 0;
	}

	.newsList.newsBeta .newsItem:nth-child(3),
	.newsList.newsBeta .newsItem:nth-child(3n) {
		margin-left: 0;
	}
}






/*トップページ*/
.newsList.newsHome {
	margin: 0 0 0 1.5rem;
}

.newsList.newsHome .newsItem {
	width: auto;
}

.newsList.newsHome .newsItem {
	margin-right: 1.5rem;
}

.newsList.newsHome .newsItem:nth-child(odd) {
	margin-right: 1.5rem;
}

.newsList.newsHome .newsItem:nth-child(even) {
	margin-left: 0;
	margin-right: 1.5rem;
}

.newsList.newsHome .newsItem:last-child {
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	.newsList.newsHome .newsItem {

	}

	/*.newsList.newsHome .newsItem a .category {
		position: absolute;
		top: 0;
		right: -1.75rem;
		writing-mode: vertical-rl;
	}*/

	.newsList.newsHome .newsItem {
		margin-right: 3rem;
	}

	.newsList.newsHome .newsItem:nth-child(odd) {
		margin-right: 3rem;
	}
	
	.newsList.newsHome .newsItem:nth-child(even) {
		margin-left: 0;
		margin-right: 3rem;
	}

	.newsList.newsHome .newsItem:nth-child(1),
	.newsList.newsHome .newsItem:nth-child(3n+1) {
		margin-right: 3rem;
	}

	.newsList.newsHome .newsItem:nth-child(2),
	.newsList.newsHome .newsItem:nth-child(3n-1) {
		margin-right: 3rem;
		margin-left: 0;
	}

	.newsList.newsHome .newsItem:nth-child(3),
	.newsList.newsHome .newsIte:nth-child(3n) {
		margin-left: 0;
	}
}

@media screen and (min-width: 1200px) {
	.newsList.newsHome .newsItem {

	}

	/*.newsList.newsHome .newsItem a .category {
		right: -2rem;
	}*/

	.newsList.newsHome .newsItem {
		margin-right: 5rem;
	}

	.newsList.newsHome .newsItem:nth-child(odd) {
		margin-right: 5rem;
	}
	
	.newsList.newsHome .newsItem:nth-child(even) {
		margin-left: 0;
		margin-right: 5rem;
	}

	.newsList.newsHome .newsItem:nth-child(1),
	.newsList.newsHome .newsItem:nth-child(3n+1) {
		margin-right: 5rem;
	}

	.newsList.newsHome .newsItem:nth-child(2),
	.newsList.newsHome .newsItem:nth-child(3n-1) {
		margin-right: 5rem;
		margin-left: 0;
	}

	.newsList.newsHome .newsItem:nth-child(3),
	.newsList.newsHome .newsIte:nth-child(3n) {
		margin-left: 0;
	}
}



/*======= philosophy =======*/

.sec2_1 {
	font-size: 1rem;
	line-height: 2em;
	padding-top: 5rem;
}

.sec2_1 h2 {
	margin-bottom: 4rem;
}

.sec2_1 .basicSvgTitle img {
	max-height: 45px;
}

.sec2_1 .innerCont img {
	width: 100%;
}

.sec2_1 .innerCont {
	padding: 1rem 0;
}

.sec2_1 .innerCont .col2,
.sec2_1 .innerCont .col2 h3 {
	text-align: left;
}

.sec2_1 .innerCont .col2.firstCol {
	margin-bottom: 1.75rem;
}

.sec2_1 .innerCont .col2 h3 {
	margin-bottom: 0.75em;
	line-height: 1;
}

.sec2_1 .innerCont .col2.secondCol p {
	font-size: 0.75rem;
	line-height: 2em;
}

.sec2_1 .philosophySlide {
	margin: 7rem 0;
}

.sec2_1 .philosophySlide img {
    width: 100%;
}

@media screen and (min-width: 768px) {
	.innerCont {
		padding: 3rem 0;
	}

	.innerCont .col2.firstCol {
		width: 40%;
		margin-bottom: 0;
	}

	.innerCont .col2.secondCol {
		width: 55%;
		margin-left: 5%;
	}

}


.sec2_2 {
	font-size: 1rem;
	line-height: 1.75em;
	padding-top: 4rem;
}

.sec2_2 h1 {
	margin-bottom: 4rem;
}

.sec2_2 h2 {
	margin-bottom: 6rem;
}

.sec2_2 .contBox1 {
	margin-bottom: 4.5rem;
}

.contBox1 {
	position: relative;
	background-color: #f4f4f9;
	font-size: 90%;
	padding: 2em;
}

.contBox1 .titleBox {
	position: absolute;
	top: -0.75rem;
	left: 50%;
	transform: translateX(-50%);
}

.contBox1 .titleBox {
	font-size: 1.1rem;
	text-align: center;
}

.contBox1 .titleBox span {
	position: relative;
	display: inline-block;
	padding: 0.2em 0.5em 0.2em 0.5em;
	line-height: 1.25em;
}

.contBox1 .titleBox span::before,
.contBox1 .titleBox span::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	display: block;
	width: 4px;
	height: 7px;
	background-image: url(./images/common/titleBoxBgLt.svg);
	background-size: cover;
}

.contBox1 .titleBox span::after {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	background-image: url(./images/common/titleBoxBgRb.svg);
	background-size: cover;
}

.contBox2 {
	position: relative;
	background-color: transparent;
	font-size: 90%;
	padding: 1em 2em;
}


.sec2_3 {
	font-size: 1rem;
	line-height: 1.75em;
}

.sec2_3 h1 {
	margin-bottom: 4rem;
}

.sec2_3 h2 {
	margin-bottom: 2.5rem;
}

.sec2_3 .image1 { padding-bottom: 3rem; }


.sec2_4 {
	padding-bottom: 3rem;
}

.sec2_4 h1 { padding-bottom: 3rem; }
.sec2_4 .hrTen { margin-bottom: 2.5rem; }


.sec2_5 {
	line-height: 1.75em;
}

.sec2_5 .basicSvgTitle {
	line-height: 2.5em;
}

.sec2_5 .basicSvgTitle img {
    max-height: 35px;
}

.sec2_5 h1 {
	margin-bottom: 2rem;
}

.sec2_5 h2 {
	text-align: center;
	margin-bottom: 3rem;
}

.sec2_5 .logo img {
	max-width: 280px;
}

.sec2_5 .cont1 {
	padding-bottom: 3rem;
}

.sec2_5 .btn {
	text-align: center;
	margin: 4rem 0;
}




/*======= CSR =======*/

.sec3_1 {
	line-height: 1.75em;
}

.sec3_1 .basicSvgTitle {
	font-size: 0.9rem;
	line-height: 2.5em;
}

.sec3_1 .basicSvgTitle img {
    max-height: 30px;
}

.sec3_1 h1 {
	margin-bottom: 5rem;
}

.sec3_1 h2 {
	text-align: center;
	margin-bottom: 2rem;
}


.sec3_2 {
	line-height: 1.75em;
}

.sec3_2 .secInner {
	padding: 2rem 0;
}


.sec3_2 h1 {
	text-align: center;
	margin-bottom: 6rem;
}

.sec3_2 h1 img {
	max-width: 280px;
}

.sec3_2 .intro {
	font-size: 1rem;
	font-weight: bold;
	line-height: 2.25em;
	text-align: center;
}

.sec3_2 .image1,
.sec3_2 .flexContainer {
	margin-bottom: 6rem;
}

.contBox3 {
	position: relative;
	background-color: transparent;
	font-size: 85%;
	padding: 0 2em 1em 2em;
	border-left: 1px solid #000000;
}

.contBox3 p,
.contBox3 ul {
	margin-bottom: 1.75em;
}

ul.listStar {

}

ul.listStar li {
	position: relative;
	padding-left: 1em;
}

ul.listStar li::before {
	content: "★";
	position: absolute;
	top: 0;
	left: 0;
}

.colorPurple {
	color: #CF1B6E;
}

@media screen and (min-width: 768px) {
	.sec3_2 .intro {
		font-size: 1.15rem;
	}
}

.sec3_2 .flexContainer {

}

.sec3_2 .flexContainer div {
	width: 50%;	
}

.sec3_2 .flexContainer div img { width: 100%; }

.sec3_2 .flexContainer div:nth-child(1) img { padding-right: 5px; }
.sec3_2 .flexContainer div:nth-child(2) img { padding-left: 5px; }

.sec3_2 .image4 {
	margin: 5rem 0 8.5rem 0;
}

.contBox4 {
	position: relative;
	background-color: #ffffff;
	font-size: 90%;
	padding: 3rem 1.5rem 3rem 1.5rem;
	border: 1px solid #000000;
}

.contBox4 .titleBox {
	position: absolute;
	top: -0.75rem;
	left: 50%;
	transform: translateX(-50%);
}

.contBox4 .titleBox {
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	text-align: center;
}

.contBox4 .titleBox span {
	position: relative;
	display: inline-block;
	padding: 0 0.75em 0 0.75em;
	line-height: 1.25em;
	background-color: #ffffff;
}


.sec3_2 table.basicTable {
	line-height: 1.75em;
	border-top: none;
}

.sec3_2 table.basicTable tr th,
.sec3_2 table.basicTable tr td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0.25em 0;
	border-bottom: none;
}

.sec3_2 table.basicTable tr th { width: 19%; }
.sec3_2 table.basicTable tr td:nth-child(2) { width: 12%; text-align: right; }
.sec3_2 table.basicTable tr td:nth-child(3) { width: 6%; }
.sec3_2 table.basicTable tr td:nth-child(4) { width: 63%; }

@media screen and (min-width: 768px) {
	.contBox4 {
		padding: 4rem 4.5rem 4rem 4.5rem;
	}

	.sec3_2 table.basicTable tr th { width: 9%; }
	.sec3_2 table.basicTable tr td:nth-child(2) { width: 6%; }
	.sec3_2 table.basicTable tr td:nth-child(3) { width: 4%; }
	.sec3_2 table.basicTable tr td:nth-child(4) { width: 81%; }
}


/*======= brands =======*/

.sec4_1 {
	font-size: 1rem;
	line-height: 2em;
	padding-top: 5rem;
	text-align: center;
}

.sec4_1 h1 {
	margin-bottom: 4rem;
}

.sec4_1 .basicSvgTitle img {
	max-height: 55px;
}

.sec4_1 p {
	margin-bottom: 4.5rem;
}

.sec4_1 .listHorizontal li {
	width: 33.33333%;
}

.sec4_1 .listHorizontal li img {
	max-height: 2rem;
	padding: 0 1rem;
}

.sec4_2 {
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.75em;
	padding-top: 5rem;
	text-align: center;
}

.sec4_2 h1 {
	margin-bottom: 3rem;
}

.sec4_2 h2 {
	font-size: 1.1rem;
	margin-bottom: 1.75rem;
}

.sec4_2 p {
	font-size: 0.8rem;
}

.sec4_2 .text1 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

.sec4_2 .firstCol {
	padding: 3rem 0 3rem 0;
}

.sec4_2 .secondCol {
	padding-bottom: 2rem;
}

.sec4_2 .listSns {
	margin: 3rem 0 0 0;
}

.sec4_2 .listSns li {
	margin-right: 1rem;
}

.sec4_2 .listSns li.iconBrandLink {
	margin-right: 2rem;
}

.sec4_2 .listSns li:last-child {
	margin-right: 0;
}

.sec4_2 .listSns img {
	height: 1.5rem;
}

.sec4_2 .listSns .iconBrandLink img {
	height: 0.75rem;
}

.sec4_2 #brand_ayame {
	padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
	.sec4_2 .firstCol {
		width: 55%;
	}

	.sec4_2 .secondCol {
		width: 45%;
	}
}



/*======= products =======*/

/*sec5_1*/
.sec5_1 {
	font-size: 1rem;
	line-height: 2em;
	padding-top: 5rem;
	background-color: transparent;
	background-image: url('./images/products/Products_Back_image.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.sec5_1 .basicSvgTitle img {
	max-height: 45px;
}

.sec5_1 h2 {
	margin-bottom: 4rem;
}

.floatingBox {
	box-shadow: 0 0 10px #cccccc;
	background-color: #ffffff;
}

.sec5_1 .floatingBox .flexContainer .col2.firstCol,
.sec5_1 .floatingBox .flexContainer .col2.secondCol {
	min-height: 500px;
}

.sec5_1 .floatingBox .flexContainer .col2.secondCol {
	background-image: url('');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sec5_1 .floatingBox .flexContainer:nth-child(1) .col2.secondCol { background-image: url('./images/products/Material_image.jpg'); }
.sec5_1 .floatingBox .flexContainer:nth-child(2) .col2.secondCol { background-image: url('./images/products/Design_image.jpg'); }
.sec5_1 .floatingBox .flexContainer:nth-child(3) .col2.secondCol { background-image: url('./images/products/Pattern_image.jpg'); }

.sec5_1 .floatingBox .flexContainer .col2 .inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.sec5_1 .floatingBox .flexContainer .col2 .inner { 
	text-align: left;
	padding: 0 3em;
	font-size: 0.8rem;
	line-height: 2em;
}

.sec5_1 .floatingBox .flexContainer .col2 .inner h3 {
	margin-bottom: 1.5rem;
}


@media screen and (min-width: 768px) {
	.sec5_1 .floatingBox .flexContainer .col2.firstCol,
	.sec5_1 .floatingBox .flexContainer .col2.secondCol {
		min-height: 520px;
	}
}

@media screen and (min-width: 1040px) {
	.sec5_1 .floatingBox .flexContainer .col2 .inner { 
		padding: 0 5em;
	}
}

.sec5_2 {

}

.sec5_2 .listHorizontal li {
	width: 33.33333%;
	text-align: center;
}

.sec5_2 .listHorizontal li img {
	max-height: 2rem;
	padding: 0 1rem;
}

.sec5_3 {
	line-height: 2em;
}

.sec5_3 .intro {
	color: #ffffff;
	background-image: url('./images/products/Products_image_1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 700px;
}

.sec5_3 .intro p { padding-top: 5rem; }

.sec5_3 .photoWrap img { width: 100%; }

.sec5_3 .flexContainer {

}

.sec5_3 .flexContainer .col2 {
	margin-bottom: 5rem;
}

.sec5_3 .flexContainer img { width: 100% }

.sec5_3 .flexContainer .division {
	font-size: 1.5rem;
	margin-top: 2.5rem;
	font-weight: bold;
}

.sec5_3 .flexContainer .name {
	font-size: 1.4rem;
	margin-top: 1rem;
	font-weight: bold;
}

.sec5_3 .flexContainer .sup {
	font-size: 0.9rem;
	line-height: 1.75em;
	margin: 1rem;
	text-align: left;
	padding: 0 1em;
}

@media screen and (min-width: 768px) {
	.sec5_3 .intro {
		min-height: 700px;
	}

	.sec5_3 .flexContainer {
		justify-content: space-between;
	}

	.sec5_3 .flexContainer .col2 {
		width: 48%;
	}
}

@media screen and (min-width: 1040px) {
	.sec5_3 .intro {
		min-height: 800px;
	}

	.sec5_3 .flexContainer .col2 {
		width: 43%;
	}
}

.sec5_4  {
	line-height: 2em;
}

.sec5_4 p {
	padding: 3.5rem 0;
}

.sec5_4 img {
	width: 100%;
	max-width: 380px;
}


.sec5_5 {
	line-height: 2em;
}

.sec5_5 h1 {
	margin-bottom: 6rem;
}

.sec5_5 .flexContainer .col2 {
	line-height: 1.75em;
	margin-bottom: 2rem;
}

.sec5_5 .flexContainer .col2 .headLine {
	padding: 1rem 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 2.5rem;
}

.sec5_5 .flexContainer .col2 h2 {
	margin-top: 0.5rem;
}

.sec5_5 .flexContainer .col2 h3 {
	font-size: 1.1rem;
	letter-spacing: 1em;
	margin-bottom: 1em;
}

.sec5_5 .flexContainer .col2 h3 span {
	font-size: 1rem;
	letter-spacing: 0.2em;
}

.sec5_5 .flexContainer .col2 .introText {
	margin-bottom: 3rem;
}

.sec5_5 .flexContainer .col2 .head2 {
	margin-top: 5rem;
}

.sec5_5 .flexContainer .col2 .supText {
	font-size: 0.9rem;
	text-align: left;
}

.sec5_5 .flexContainer .col2 ul {
	font-size: 0.8rem;
	text-align: left;
	line-height: 1.5em;
}

ul.listDot {

}

ul.listDot li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 1.25em;
}

ul.listDot li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (min-width: 768px) {
	.sec5_5 .flexContainer {
		-webkit-justify-content: space-between;
		justify-content:         space-between;
	}

	.sec5_5 .flexContainer .col2.firstCol {
		width: 50%;
	}

	.sec5_5 .flexContainer .col2.secondCol {
		width: 40%;
	}
}


/*======= company =======*/

.sec6_1 {
	font-size: 1rem;
	line-height: 1.75em;
}

.sec6_1 .basicSvgTitle img {
	max-height: 45px;
}

table.basicTableNl {
	width: 92%;
	margin: 0 auto;
	border-collapse:separate;
}

table.basicTableNl tr th,
table.basicTableNl tr td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0.2em 0;
}

table.basicTableNl tr th { width: 42%; }
table.basicTableNl tr td { width: 58%; }

table.basicTableNl p {
	margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
	table.basicTableNl tr th { width: 27%; }
	table.basicTableNl tr td { width: 73%; }
}

.sec6_2 {
	font-size: 1rem;
	line-height: 1.75em;
	padding-top: 3rem;
}

.sec6_2 .basicSvgTitle img {
	max-height: 45px;
}

.sec6_2 .inner1 {
	position: relative;
	background-image: url('./images/company/1930_image_mb.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1100px;
}

.sec6_2 .flexContainer.cont1 .firstCol {
	position: absolute;
	bottom: 0;
}

.sec6_2 .flexContainer {

}

.sec6_2 .flexContainer .col2 {
	text-align: left;
}

.sec6_2 .flexContainer h2 {
	margin-bottom: 3rem;
}

.sec6_2 .flexContainer .text {
	font-size: 0.9rem;
}

.sec6_2 .flexContainer .basicTitle {
	margin-bottom: 1.5rem;
}

.sec6_2 .flexContainer .col2 {
	margin-bottom: 0;
}

.sec6_2 .flexContainer.cont1 .contBox {
	padding: 2.5rem;
	margin: 2rem 5%;
	background-color: rgba(255, 255, 255, 0.8);
}

.sec6_2 .flexContainer.cont2 .contBox,
.sec6_2 .flexContainer.cont3 .contBox,
.sec6_2 .flexContainer.cont4 .contBox,
.sec6_2 .flexContainer.cont5 .contBox,
.sec6_2 .flexContainer.cont6 .contBox,
.sec6_2 .flexContainer.cont7 .contBox {
	padding: 2.5rem 0;
	margin: 2rem 5%;
}

.sec6_2 .flexContainer.cont2 .secondCol {
	height: 400px;
	background-image: url('./images/company/1960_image.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sec6_2 .inner3 {
	height: 400px;
	background-image: url('./images/company/History_image_Office.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.sec6_2 .flexContainer.cont3 .secondCol {
	height: 400px;
	background-image: url('./images/company/1970_image.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sec6_2 .flexContainer.cont4 .secondCol {
	height: 400px;
	background-image: url('./images/company/1980_image.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sec6_2 .flexContainer.cont5 .secondCol {
	height: 400px;
	background-image: url('./images/company/1990_2000_Factory_image.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sec6_2 .flexContainer.cont5 .thirdCol { margin-top: 3rem; }

.sec6_2 .flexContainer.cont2 .contBox p.text,
.sec6_2 .flexContainer.cont3 .contBox p.text,
.sec6_2 .flexContainer.cont4 .contBox p.text,
.sec6_2 .flexContainer.cont5 .contBox p.text,
.sec6_2 .flexContainer.cont6 .contBox p.text,
.sec6_2 .flexContainer.cont7 .contBox p.text {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.sec6_2 .inner7 {
	height: 600px;
	background-image: url('./images/company/2010_image_mb.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 12rem;
}

.sec6_2 .flexContainer.cont6 .firstCol {
	margin-bottom: 3rem;
}

.sec6_2 .flexContainer.cont6 .secondCol img {
	width: 100%;
}

.sec6_2 .inner9 {
	height: 600px;
	background-image: url('./images/company/STAFF_office_image.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ttl1 span img {
	width: 212px;
	height: 40px;
}

.ttl2 span img {
	width: 119px;
	height: 40px;
}

.ttl3 span img {
	width: 118px;
	height: 41px;
}

.ttl4 span img {
	width: 122px;
	height: 41px;
}

.ttl5 span img {
	width: 124px;
	height: 41px;
}

.ttl6 span img {
	width: 130px;
	height: 40px;
}

.ttl7 span img {
	width: 123px;
	height: 40px;
}

.ttl8 span img {
	width: 125px;
	height: 40px;
}

@media screen and (min-width: 768px) {
	.sec6_2 .inner1 {
		background-image: url('./images/company/1930_image.jpg');
		min-height: auto;
	}
	
	.sec6_2 .flexContainer.cont1 .firstCol {
		position: relative;
		bottom: auto;
	}

	.sec6_2 .flexContainer.cont1 {
		height: 700px;
	}

	.sec6_2 .flexContainer.cont1 .contBox {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding: 2.5rem;
		margin: 0 5%;
	}

	.sec6_2 .flexContainer.cont2 {
		height: 500px;
	}

	.sec6_2 .flexContainer.cont3,
	.sec6_2 .flexContainer.cont4 {
		height: 450px;
	}

	.sec6_2 .flexContainer.cont2 .contBox,
	.sec6_2 .flexContainer.cont3 .contBox,
	.sec6_2 .flexContainer.cont4 .contBox  {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding: 1.5rem 0;
		margin: 0 8%;
	}

	.sec6_2 .flexContainer.cont2 .secondCol,
	.sec6_2 .flexContainer.cont3 .secondCol,
	.sec6_2 .flexContainer.cont4 .secondCol {
		height: 100%;
	}

	.sec6_2 .inner3 {
		height: 500px;
	}

	.sec6_2 .flexContainer.cont5 .col2,
	.sec6_2 .flexContainer.cont6 .col2,
	.sec6_2 .flexContainer.cont7 .col2 {
		width: 100%;
	}

	.sec6_2 .flexContainer.cont5 .contBox {
		margin: 0 auto 5rem auto;
	}



	.sec6_2 .inner7 {
		height: 300px;
		background-image: url('./images/company/2010_image.jpg');
		margin-top: 12rem;
	}

	.sec6_2 .inner9 {
		height: 600px;
	}

}

@media screen and (min-width: 1040px) {
	.sec6_2 .flexContainer.cont1 { height: 800px; }
	.sec6_2 .flexContainer.cont1 .col2 { position: relative; }
	.sec6_2 .flexContainer.cont1 .firstCol { width: 45%; }
	.sec6_2 .flexContainer.cont1 .secondCol { width: 55%; }
	.sec6_2 .flexContainer.cont1 .contBox {
		width: 480px;
		top: 50%;
		left: 50%;
		transform:  translate(-50%, -50%);
	}

	.sec6_2 .flexContainer.cont2 { height: 800px; }
	.sec6_2 .flexContainer.cont2 .col2 { position: relative; }
	.sec6_2 .flexContainer.cont2 .firstCol { width: 50%; }
	.sec6_2 .flexContainer.cont2 .secondCol { width: 50%; }
	.sec6_2 .flexContainer.cont2 .contBox {
		width: 380px;
		top: 50%;
		left: 50%;
		transform:  translate(-50%, -50%);
		margin: 0;
	}

	.sec6_2 .inner3 {
		height: 600px;
	}

	.sec6_2 .flexContainer.cont3,
	.sec6_2 .flexContainer.cont4 {
		height: 400px;
	}

	.sec6_2 .inner7 {
		height: 420px;
		margin-top: 12rem;
	}

	.sec6_2 .inner9 {
		height: 650px;
	}
}

@media screen and (min-width: 1300px) {
	.sec6_2 .flexContainer.cont2 .firstCol { width: 40%; }
	.sec6_2 .flexContainer.cont2 .secondCol { width: 60%; }
}


.sec6_3 {
	font-size: 1rem;
	line-height: 1.75em;
}

.sec6_3 > div > div  {
	margin-bottom: 6rem;
}

.sec6_3 h1 {

}

.sec6_3 h2 {
	margin-bottom: 1em;
}

.sec6_3 iframe {
	width: 100%;
	height: 280px;
	margin-top: 3rem;
}


/*======= contact =======*/

.sec7_1 {
	font-size: 0.9rem;
	line-height: 1.75em;
}

.sec7_1 h1 {
	line-height: 2.5rem;
	margin-bottom: 3.5rem;
}

.sec7_1 .basicSvgTitle img {
	max-height: 45px;
}

.colorRed { color: #DF0A0F; }


/*======= privacy =======*/

.sec8_1 {
	font-size: 0.8rem;
	line-height: 1.75em;
}

.sec8_1 h1 {

}

.sec8_1 .inner {
	margin: 3rem 0;
}

.sec8_1 .basicTitleS {
	font-size: 1rem;
	text-align: left;
	margin-bottom: 0.75rem;
}


/*======= contact =======*/

.sec7_1 {

}

.sec7_1 form {
	margin-top: 4rem;
}

.inputField {
	margin-bottom: 2rem;
	width: 100%;
	display: inline-block;
}

.inputField .sup {
	font-size: 0.8em;
}

.inputField > label {
	display: block;
	margin-bottom: 0.5em;
	font-size: 1rem;
	/*font-weight: bold;*/
	text-align: left;
	line-height: 1.25em;
}

.inputField > label span {
	display: inline-block;
	vertical-align: middle;
}

.inputField > label .key {
	font-size: 0.7rem;
	color: #ff0000;
	margin-left: 0.75rem;
}

.inputField input,
.inputField textarea,
.inputField select {

}

.inputField .inputBox p {
	display: inline;
	vertical-align: middle;
}

.inputField .inputBox input {
	width: 100%;
	border: 1px solid #999999;
	border-radius: 5px;
}

.inputField .inputBox input[type="file"] {
	border: none;
}

.inputField .inputBox.boxS input {
	width: 40%;
}

.inputField .inputBox input#conf {
	display: inline-block;
	width: 1.25em;
	vertical-align: middle;
	margin-right: 0.75em;
}

.inputField .sup2 {
	display: inline-block;
	font-size: 1.2rem;
	vertical-align: middle;
}

.inputField .inputBox select {
	width: 100%;
	border: 1px solid #000000;
}

.inputField .inputBox .selectWrap{
	width: 100%;
	position: relative;
	display: inline-block;
}

.inputField .inputBox .selectWrap::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #b4b3b3;
	border-right: solid 2px #b4b3b3;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}

.inputField .inputBox .selectWrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background: transparent;
	position: relative;
	z-index: 1;
	padding-right: 40px;
}

.inputField .inputBox .selectWrap select::-ms-expand {
	  display: none;
}

.inputBox.radiobtn > div {
	display: inline-block;
	width: auto;
	line-height: 1;
	/*max-width: 400px;:/
	/*border:1px solid #dddddd;
	border-radius: 0.25em;
	box-shadow:1px 1px 3px 1px #d1d1d1;
	padding: 0.25em 0.5em;*/
	margin-bottom:0.5em;
	margin-right: 1.75rem;
}

.inputBox.radiobtn input {
	width: 1rem;
	height: 1rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}

.inputBox.radiobtn > div label {
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 0;
} 

.inputBox.checkboxbtn > div {
	display: inline-block;
	width: auto;
	line-height: 1;
	/*max-width: 400px;:/
	/*border:1px solid #dddddd;
	border-radius: 0.25em;
	box-shadow:1px 1px 3px 1px #d1d1d1;
	padding: 0.25em 0.5em;*/
	margin-bottom:0.5em;
	margin-right: 1.75rem;
}

.inputBox.checkboxbtn input {
	width: 1rem;
	height: 1rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}

.inputBox.checkboxbtn > div label {
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 0;
}

.inputField .textareaBox textarea {
	width: 100%;
	height: 12em;
	border: 1px solid #999999;
	border-radius: 5px;
	color: #000000;
}

.inputBox.chkBtn input {
	width: 1rem;
	height: 1rem;
	display: inline;
	vertical-align: middle;
	margin-right: 0.5em;
}

ul.submit {
	text-align: center;
	list-style-type: none;
	font-size: 1.1rem;
	margin: 5rem 0;
}

ul.submit li {
	position: relative;
	display: inline-block;
	margin: 0 1rem;
}

ul.submit li input[type="submit"] {

}

ul.submit li input[type="reset"] {

}

ul.submit li .btnWrap {
	position: relative;
	display: inline-block;
}

ul.submit li .btnWrap::before {
	content: "";
	position: absolute;
	width: 8rem;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 1px solid #000000;

	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

ul.submit li .btnWrap input {
	cursor: pointer;
	color: #ffffff;
	font-size: 1rem;
	letter-spacing: 0.1em;
	width: 8rem;
	line-height: 1;
	border: 1px solid #000000;
	background-color: #505050;
	border-width: 1px 1px 0 1px;
	padding: 0.55em 0 0.75em 0;

	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (min-width: 1040px) {
	ul.submit li .btnWrap:hover::before {
		width: 9.5rem;
		bottom: -0.1em;
		
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
	
	ul.submit li .btnWrap input:hover {
		width: 9.5rem;
		border-top: 1px solid transparent;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		color: #000000;
		background-color: #ffffff;
		
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
}

ul.submit li .btnWrap .ajax-loader { display: none; }




@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1000px) {
	.inputField {
		width: 860px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: -.4em;
	}

	.inputField label,
	.inputField .inputBox,
	.inputField .textareaBox {
		letter-spacing: normal;
	}

	.inputField > label {
		display: inline-block;
		width: 280px;
		vertical-align: middle;
		margin-bottom: 0;
		font-size: 1.1rem;
		text-align: left;
		padding-right: 1.5em;
	}

	.inputField label.vt {
		vertical-align: top;
	}

	.inputField.itemText label {
		vertical-align: top;
	}

	.inputField .inputBox,
	.inputField .textareaBox {
		display: inline-block;
		vertical-align: middle;
		width: 580px;
	}
}

/*======= single page =======*/

.sec_single {
	position: relative;
	text-align: center;
}

.sec_single .cate {
	position: relative;
	margin: 3.75rem 0;
}

.sec_single .cate .categoryName {
	height: 24px;
}

.sec_single .cate time {
	display: block;
	margin-top: 0.75rem;
}

.sec_single .contents {
	font-size: 0.9rem;
	text-align: left;
	line-height: 1.75em;
}

.sec_single .contents img {
	margin-bottom: 3em;
}

.sec_single .contents p {
	margin-bottom: 2em;
}

.sec_single .pager,
.sec_single .pagerCategory {
	border-top: 1px solid #000000;
	padding: 2rem 0;
	margin-top: 7rem;
}

.sec_single .pagerCategory {
	margin-top: 4rem;
}

.sec_single .pager .flexContainer > div {
	width: 33.33333%;
}

.sec_single .pager .flexContainer .prev { text-align: left; }
.sec_single .pager .flexContainer .next { text-align: right; }

.sec_single .categoryList {
	text-align: left;
}

.sec_single .categoryList .newsList .newsItem {
	margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
	.sec_single .cate time {
		position: absolute;
		top: 0;
		left: 0;
		display: inline;
		margin-top: 0;
	}

	.sec_single .categoryList .newsList .newsItem {
		margin-bottom: 4rem;
	}

}

/*ページ送り*/
.pagination {
	font-size: 0.9rem;
	text-align: center;
}

.wp-pagenavi {

}

.wp-pagenavi .pages {
	padding: 0.5rem;
}

.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend,
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	/*background-color: #cccbcb;*/
	border-radius: 5px;
	box-sizing: content-box;
	text-align: center;
	line-height: 1.8rem;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

.wp-pagenavi .extend {
	background-color: transparent;
}

.wp-pagenavi .current {
	color: #000000;
	font-weight: bold;
	/*background-color: #d9c386;*/
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active { color: #000000; }
.wp-pagenavi a:hover {
	color: #000000;
	background-color: #efefef;
}

.wp-pagenavi img.arrow {
	height: 0.75em;
}

@media screen and (min-width: 768px) {
	.pagination {
		font-size: 1rem;
	}

	.wp-pagenavi .first,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .extend,
	.wp-pagenavi .current,
	.wp-pagenavi .page,
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .last {
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
	}

	.wp-pagenavi img.arrow {
		height: 1em;
	}
}


/*======= 追記 =======*/

.alignleft {
	display: inline;
	float: left;
	padding: 0 1em 0 0;
}

.alignright {
	display: inline;
	float: right;
	padding: 0 0 0 1em;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}