/**
Theme Name: transformative.grinder-man.com v202307
Theme URL: http://1kc.jp
Description: This theme is micnimal one.
Author: Hitoshi Taguchi
Version: 1.0
*/

body{
	color:#111;
	line-height:2;
	background:#eee;
}

a{
	color:#111;
	text-decoration:underline;
}
a:hover{
	color:#545454;
	text-decoration:none;
}


.toppage a{
	color:#111;
	text-decoration:none;
	background:#E1FF75;
}
.toppage a:hover{
	color:#545454;
	text-decoration:none;
	background:#C3EF25;
}

.toppage a.btn-primary {
    color: #545454;
    background-color:#CDFF1A;
    border-color:#83A01C;
}
.btn{
border: 0;
}



body{
	/*font-family: "中ゴシックBBB";*/
	/*font-size: 20px;*/

	}
.topmargin2{
	margin-top:5rem;
}

/*h----------------------------------------*/
.h1-01{
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	font-size: 5rem;
	line-height: 150%;
	color: #fff;
}
.h1-02{
	line-height: 180%;
	color: #fff;
}
.h2-01{
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
}
.h2-02{
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 300;
	font-size:3rem;
	line-height: 150%;
}
.h3-01{
	/*font-family: "見出ゴMB31";*/
	/*font-size:2.0rem;*/
	line-height: 150%;
}

/*footer----------------------------------------*/
.footer{
	background: #111111;
	color: #FFFFFF;
}
.h2-footer{
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	line-height: 100%;
}
.h2-footer_sub{
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 400;
	line-height: 100%;
}

.footer a{
	color:#fff; 
	text-decoration:underline;	
}
.footer a:hover{
	color:#888; 
	text-decoration:underline;
}

.copyright{
	font-size:0.8rem;
}
.snsbot{
	font-size: 1.2rem;
}

/* parts----------------------------------------*/
hr {
	margin-top: 4rem;
	margin-bottom: 4rem;
	border: 0;
	border-top: 1px solid #666;
}
hr.hr-02 {
	margin-top: 4rem;
	margin-bottom: 4rem;
	border: 0;
	border-top: 0px solid #666;
}
p{
	padding-bottom: 1em;
}

.p01{
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 150%;
	color: #FFFFFF;
}
.p02{
	/*font-size:1.2rem;*/
	/*line-height:190%;*/
}
.p03{
	/*font-size:1.2rem;*/
	font-family: 'Heebo', sans-serif;
}
.p04, .txt_prof{
	/*font-size: 1rem;*/
	/*line-height: 150%;*/
}

/*nav----------------------------------------*/

.navbar{
	font-weight: 400;
	font-size: 16px;
}
.navbar-brand{
	font-family: 'Asap Condensed', sans-serif;
	font-weight: 700;
	line-height: 100%;
	font-size: 2rem;
}
a.navbar-brand{
	text-decoration: none;
}

.navbar-light .navbar-nav .nav-link{
	color: #000000;
	font-weight: 400;
}
.navbar-light .navbar-nav a, .lang-nav a{
	text-decoration: none;
}

.navbar-light .navbar-nav a:hover, .lang-nav a:hover{
	color: #000000;
	text-decoration: underline;
}
.navbar-light .navbar-nav .active, .lang-nav .active{
	color: #aaa;
	text-decoration: underline;
	font-weight: 700;
}

.navbar-light .navbar-toggler{
	    border-color: rgba(0,0,0,0);
}
.navbar-toggler {
    padding: 0 0;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
/*
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}*/

/*add for bootstrap modify*/

.mainlead{
	margin: 5rem 0 1rem 0;
}
.mainlead2{
	margin: 2rem 0;
}
.blockquote{
	font-size: 1rem;
}

dt.nobold{
	font-weight: normal;
}

.contact-bot{
	padding-left: 3em;
	padding-right: 3em;
}

.blockquote{
	margin: 1.5em 10px;
	padding: 0 2rem;
	border-left: #424242 solid 10px;
}

.list{
	list-style: none;
}
/*20210524*/
.head-toplayer{
	z-index: 102;
	position: absolute;
	width: 100%;
}

.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
	z-index: 100;
}

video {
	min-width: 100%;
	min-height: 100vh;
	position: absolute;
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
.main_logo{
	width: 70%;
	max-width: 400px;
	}

}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
.main_logo{
	width: 70%;
	max-width: 500px;
	}
}
/*gmap responcive*/

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/* add 20230702*/

.headerimg-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 20vh;
}
.headerimg-in {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*-------------------*/

@media screen and (max-width: 1140px) {

	
}
@media screen and (max-width: 960px) {
.h1-01{
	font-size:3rem;
	line-height: 120%;
}
.head-toplayer{
	max-width: 75%;
}
}
@media screen and (max-width: 720px) {

}

@media screen and (max-width: 480px) {
img { width: 100vh; }

body{
	line-height:170%;
}
.video-container {
	padding-top: 40px;

}
	
.head-toptext{
	font-size: 1.2rem;
}
.h1-01{
	font-size:3rem;
	line-height: 120%;
}
.h1-02{
	font-size:1.4rem;
}
.h2-01{
	font-size:1rem;
}
.h2-02{
	font-size:2rem;
	line-height: 130%;
}
hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.overmargin{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
}
