/* ------------------------------------------------------------------------------
	Template Name: Rooky
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700);

p {
	font-size: 14px;
	line-height: 25.4px;
	color: #000;
}
h1 {
	font-size: 43px;
	color: #2d3033;
}
h2 {
	font-size: 30px;
	color: #000;
	font-weight:100;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
	letter-spacing:1px;
}
h4 {
	font-size: 17px;
	color: #000;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color:rgba(0,0,0,0);
	font-size: 15px;
	font-weight: 600;
	border: solid 1px #000;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	display: inline-block;
	text-transform: uppercase;
	padding:16px 60px;
	color: #000;
}
.btn:hover, .btn:focus {
	color: #666;
	background-color:rgba(0,0,0,0);
}
.btn-large {
	padding: 15px 40px;
}

.flex {
	display: flex;
}
.flex.itemcnt {
	align-items: center;
}
.bdbox {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   }
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}

a.tra {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
body {
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo,-apple-system, system-ui, "Helvetica Neue", sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}
.section-title {
	margin-top: 0;
	letter-spacing:2px;
}
.section-title span {
	font-weight: 400;
}
.section-intro {
	margin:5% 10% 12% 10%;
	color: #636363;
	font-size:14px;
	line-height:21px;
	font-weight: 300;
	letter-spacing:1px;
}
.icon {
	font-size:33px;
	color:#000;
}
.img-responsive {
	margin:auto;
}


h2 {
 position: relative;
 display: inline-block;
 padding-bottom: 45px;
 color: #000;
 font-size: 25px;
 font-weight: bold;
 margin-bottom: 25px;
  letter-spacing:  2px;
 }
h2::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 1px solid #000;
 width : 70px;
 margin: 0 auto;
 }
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 20px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
}
#header.fixed {
	background-color: #fff;
}
#header.fixed .logo {
	position: absolute;
	top:10px;
}
#header a.logo img{
	width: 100%;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
   }
#header.fixed a.logo img {
	width: 72px;
	height: auto;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 10px 0;
}
#header.fixed .nav-toggle {
	/* top: 18px; */
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	padding: 20px 0;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-weight: 400;
	margin-left: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	  position: relative;
	  padding-bottom:10px;
}
.navigation li.pn-sns a{
background: #000;
width: 30px;
height: 30px;
border-radius: 50%;
padding: 6px 0;
margin: 0 3px;
display: inline-block;
float: none;
text-align: center;
color:#fff;
}

.navigation li.lang {
	margin:0px -5px 0px 0px;
	padding:0px !important;
}

.navigation li.lang a {
    width: 35px;
    height: 30px;
    padding: 6px 0;
    margin: 0px !important;
    display: inline-block;
    float: none;
    text-align: center;
    border:1px solid #000;
}

.navigation li.ja a{
	margin-left: 20px !important;
}
.navigation li.en a{
	margin-right: 20px !important;
}
.navigation li.current a{
	background: #000;
	color: #fff;
}

.navigation a::after {
  background-color: #000;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .3s all;
  width: 0;
}

.navigation a:hover::after, .navigation a.active {
  width: 100%;
}

.navigation a.active::after, #header.fixed a.active::after {
  width: 100%;
  background-color: #000;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
}


.navigation a:hover, .navigation a.active {
	color: #000;
}


.navigation li.pn-sns a::after, .navigation li.lang a::after{
	background-color:rgba(255,255,255,0);
}

.nav-toggle {
	display: none;
	height: 70px;
	overflow: hidden;
	position: fixed;
	right: 0px;
	text-indent: 100%;
	top: 0px;
	white-space: nowrap;
	width: 70px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #000;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #000;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 36px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-8px) rotate(0deg);
	-ms-transform: translateY(-8px) rotate(0deg);
	-webkit-transform: translateY(-8px) rotate(0deg);
	transform: translateY(-8px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(8px) rotate(0deg);
	-ms-transform: translateY(8px) rotate(0deg);
	-webkit-transform: translateY(8px) rotate(0deg);
	transform: translateY(8px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.banner {
	background-image:url(../img/topbg.jpg);
	min-height: 750px;
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:bottom center;
	position: relative;
}



.banner-img {
	bottom: -200px;
	left:40px;
	position: relative;
}
.banner-btn a {
	margin-right: 15px;
	display:inline-block
}

.topcontent {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.banner-buy {
	position: absolute;
	right:30px;
	top:300px;
}
.banner-buy a {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.banner-buy a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
a.header-news {
  background-color: rgb(255, 255, 255,0.7);
  position: absolute;
  right:0;
  top:150px;
  width: 350px;
  padding: 10px;
}
a.header-news:hover {
  background-color: rgb(255, 255, 255,0.3);
}

a.header-news div {
	padding: 5px;
	color: #000;
}
a.header-news div:first-child {
	width: 115px;
	letter-spacing: 3px;
	text-align: center;
}
a.header-news div:nth-child(2) {
	border-left: 1px solid #111;
	padding-left: 10px;
}
a.header-news div:last-child {
font-size: 2em;
font-weight: normal;
width: 30px;
text-align: left;
}

a.header-news:hover div:last-child {
text-align: right;
color: #666;
}

#header.second a.logo img{
width: 200px;
height: auto;
}
.second {
	position: relative;
	top:0; left:0;
}
.pagetitle {
	position: relative;
	margin-top: 120px;
}
.bgtitle {
	position: absolute;
	height: 100%;
	width: 50%;
	background: #f0f0f0;
	right:0; top:0;
	z-index: 0;
}
.pagetitle h1 {
	background: #f0f0f0;
	width: 100%;
	margin: 0;
	z-index: 1;
	position: relative;
	font-weight: 700;
	font-size: 25px;
	padding:25px 30px;

}
.pagetitle h1 span {
 position: relative;
 display: inline-block;
 padding-bottom: 25px;
 color: #000;
 font-weight: bold;
  letter-spacing:  5px;
}
.pagetitle h1 span::before {
 content: "";
 position: absolute;
 left: 30px;
 bottom: 15px;
 border-bottom: 1px solid #000;
 width : 80px;
 margin: 0 auto;
 }
/* ------------------------------------------------------------------------------
	background-box
-------------------------------------------------------------------------------*/
.bgcontainer {
width: 100%;
margin-top: 130px;
margin-bottom: 80px;
position: relative;
}
.bgbox{
width: 85%;
background: #f0f0f0;
padding: 80px 5% 80px 17%;
}
.b-left {
left:0;
}
.b-right {
right:0;
}
/* ------------------------------------------------------------------------------
	PRODUCT
-------------------------------------------------------------------------------*/
#product {
	position: relative;
	height: 740px;
}
.product_txt {
	position: absolute;
	background-color: #fff;
	top:-40px;
	left:0;
	right:0;
	margin: auto;
	z-index: 1;
	box-shadow: 0px 1px 4.25px 0.75px rgba(8, 1, 3, 0.1);
	padding: 4rem;
}
.product_txt li {
	margin: 10px;
}
.prodbg {
	position: absolute;
	z-index: 0;
	bottom:0;
	height: 80%;
	width: 100%;
	background: #f0f0f0;
}
#product img {
	max-width: 100%;
}
/* ------------------------------------------------------------------------------
	INFORMATION
-------------------------------------------------------------------------------*/
#information {
	position: relative;
	margin-top: 80px;
}

#information  .container {
	background: #f0f0f0;
	z-index: 1;
	position: relative;
	padding: 50px 100px 50px 50px;
}
#information  .bgcolor {
	background: #f0f0f0;
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 0;
	top:0;
	left:0;
}

#information ul li {
	position: relative;
	margin-left: 0px;
	list-style-type: none;
	border-bottom: 1px solid #b4b4b4;
	padding: 30px 0px;
	display: flex;
	color:#000;
}

a.linkurl {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left:0; top:0;
}
.postimage {
	width: 120px;
	height:120px;
	margin-right: 20px;
}
#information ul li .postimage img {
	border: 3px solid rgba(255,255,255,0.1);
}
#information ul li:hover .postimage img{
border: 3px solid #CCC;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
#information ul li  h3 {
	font-size: 16px;
	margin-top: 5px;
	font-weight: bold;
}
/* ------------------------------------------------------------------------------
	Subscribe
-------------------------------------------------------------------------------*/
.subscribe {
	width:100%;
	background-image:url('../img/blurbg.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
#top2col .flex {
justify-content: space-between;
padding: 0px !important;
margin: 0 auto;
}
#top2col .whbox {
	background: #fff;
	width: 46%;
	padding: 4rem;
	text-align: center;
}
/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm {
	padding-left:50px;
	padding-right:50px;
}
.conForm input {
	background:#fff;
	color:#797979;
	padding:15px 30px;
	border:none;
	margin-right:3%;
	margin-bottom:20px;
	outline:none;
	font-style:normal;
	border:#dedede 1px solid;
	font-size:15px;
}
.conForm input.noMarr {
	margin-right:0px;
}
.conForm textarea {
	background:#fff;
	color:#797979;
	padding:15px 30px;
	margin-bottom:18px;
	outline:none;
	height:140px;
	font-style:normal;
	resize:none;
	font-size:15px;
	border:#dedede 1px solid;
}
.conForm .submitBnt {
	background:#a0ce4e;
	color: #fff;
	padding: 15px 40px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background:#3d3d3d;
	color:#fff;
}
.error_message {
	color: #ff675f;
	font-weight: 500;
	padding-bottom: 15px;
}
#success_page h3 {
	color: #5ed07b;
	font-size: 17px;
	font-weight: 700;
}
/* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: center;
}
.footer p {
	font-size: 14px;
	color: #000;
}
.footer p > a {
	font-size: 14px;
	color: #000;
}
.footer a {
	font-size:18px;
	color: #000;
}
.footer a:hover {
	color: #666;
}
.footer-nav {
	width: 100%;
	padding-left: 0;
	margin-left: 0;
}
ul.footer-nav li {
	margin-left: 0;
	padding-left: 0;
}



/*TOPPAGE*/

.img-fluid {
    max-width: 100%;
    height: auto;
}

.page-section {
    margin-top: -5rem;
    margin-bottom: 20rem;
}

.intro {
    position: relative;
}

.intro .intro-text {
padding:4rem;
background-color: rgb(255, 255, 255);
box-shadow: 0px 1px 4.25px 0.75px rgba(8, 1, 3, 0.1);
z-index: 1;
}
.intro-img {
	z-index: 0;
}

@media (min-width: 1200px){
.intro .intro-text {
    width: 55%;
}
.container {
    width: 960px;
}
}
@media (min-width: 992px){

.intro .intro-text {
    left: 0;
    width: 55%;
    margin-top: 0rem;
    position: absolute;
}


.bg-faded {
    background-color: rgba(255,255,255);
}

.container {
    width: 960px;
}

.intro .intro-img {
    width: 55%;
    float: right;
    margin-top: 12rem;
}

.mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important;
}

ul.footer-nav {
	display: flex;
	justify-content: space-around;
}
ul.footer-nav a {
	font-size: 14px;
	letter-spacing: 1px;
}


}

@media (max-width: 992px){
.intro {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
ul.footer-nav li {
	width: 50%;
	float: left;
	text-align: left;
	margin-bottom: 10px;
}
ul.footer-nav li a{
font-size: 1.3em;
}
#information  {
	margin-right: 20px;
}
#information  .container {
	padding: 50px 30px 50px 30px;
}
}

.ofi {
object-fit: cover;
font-family: 'object-fit: cover;'
}


.fadein {
	transition: all 2000ms cubic-bezier(0.315, 0.040, 0.000, 0.990);
}

@media (min-width: 1140px){
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 80px;
    height: 80px;
}
.pagetop a {
    text-decoration: none;
}
.pagetop a img {
	max-width: 100%;
}
.pagetop a:hover {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
}
@media (max-width: 1139px){
.pagetop, .pagetop a {
	display: none !important;
}
}
