/* CSS Document */
p {
	font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
}
img.w90 {
    width: 90%;
    height: auto;
    margin: 3% 5%;
}
#gunkote_page {
    width: 740px;
    margin: 0 auto 30px;
    background-color: #000;
    color: #fff;
}
img.gunkote-tit {
    margin-top: -297px;
    margin-right: 21px;
    width: 130px;
    height: auto;
    float: right;
    display: block;
    position: relative;
}
.monkey {
background-color:#000000;
}
	.lineup {
		color: #000;
	}
.monkey .text-area ,.ratchet .text-area {
    position: relative;
    margin-top: -322px;
    width: 45%;
    display: block;
    height: auto;
    color: #000;
    padding: 30px 35px;
}
.cutter .text-area {
    position: relative;
    margin-top: -322px;
    margin-left: 414px;
    width: 44%;
    display: block;
    height: auto;
    color: #000;
    padding: 30px 0px 30px 35px;
}

.text-area img.title {
		width: 70%;
    height: auto;
		padding: 20px 0;
	}
	.text-area .tag {
		background-color: #333333;
    padding: 0.3em 0.8em;
    font-size: 80%;
    color: #FFFFFF;
	}
.vertical {
    writing-mode: vertical-rl;
    font-size: 14px;
    padding: 0.5em;
    line-height: 1.7em;
    display: block;
    margin-top: -240px;
    margin-left: 127px;
    letter-spacing: 2px;
}
	.vertical h3 {
		font-size: 14px;
		margin-left: 1.6em;
	}
.bigdady {
	background-image: url(https://www.daimatsu-netstore.com/image/gunkote/bigdaddy.png);
}
.ysfactory {
	background-image: url(https://www.daimatsu-netstore.com/image/gunkote/ysfactory.png)
}
.bigdady,.ysfactory {
	width: 50%;
    float: left;
    min-height: 370px;
    padding: 4%;
    background-size: 390px;
    background-position-x: -23px;
    background-position-y: 10px;
    background-repeat: no-repeat;
}
.bigdady p,.ysfactory p {
	font-size: 90%;
}
p.company {
	padding: 0.3em 1em;
    background-color: #fff;
    color: #000;
    display: block;
    width: 9em;
    font-weight: bold;
    font-size: 1.1em;
    margin: 1em;
    text-align: center;
}
.collabo p.title {
	background-color: #705c30;
	display: block;
	padding-left: 30px;
}









.tab-wrap {
	margin: 50px 30px;
	overflow: hidden;
}
.tab-wrap h4 {
    color: #fff;
    font-size: 1.6em;
    margin: 0em 0 0.5em;
}
.tab-wrap ul {
    display: flex;
    padding: 0;
	margin: 0;
}

.tab-btn {
    width: 10em;
    padding: 10px 0;
    text-align: center;
    list-style: none;
    cursor: pointer;
	background-color: #666666;
	color: #fff;
}
.tab-btn.show {
    background: #fff;
    color: #000;
}
.tab-contents {
    display: none;
	    background-color: #fff;
	text-align: center;
}
.tab-contents ul {
display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
justify-content: flex-start;
	}
.tab-contents li{
width: 29.333333%;
    margin: 2%;
    text-align: center;
    list-style-type: none;
}
.tab-contents li img{
width: 100%;
	height: auto;
}

.bg_w {
	background-color: #fff;
	}

.tab-contents.show {
    display: block;
    padding: 20px;
}
.slideinTop {
    animation: slideinTop 1s;
}
@keyframes slideinTop {
0% {
transform: translatex(100%);
}
100% {
transform: translateY(0);
}
}
.btn,
a.btn,
button.btn {
  font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
    padding: 0.5rem 3rem;
    color: #fff;
    border-radius: 0;
    background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-80%) translateY(-25%) rotate(45deg);

  background: #705c30;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.btn:focus, .btn:hover {
    color: #FFFFFF;
    text-decoration: none;
}




@media screen and (max-width:768px) {
p {
	font-size: 3.5vw;
}
#gunkote_page {
    width: 100%;
    margin: 0;
}
	
.monkey .text-area ,.ratchet .text-area,.cutter .text-area {
    margin: 0;
	width: 100%;
    padding: 2%;
	    padding-bottom: 6%;

}
	.monkey .text-area {
	background-color: #e5e5e5;
	}
	.ratchet .text-area,.cutter .text-area {
	background-color: #fff;
	}
	.text-area br {
		display: none;
	}
	.bigdady, .ysfactory {
		width:96%;
		margin: 2%;
	}
	
	.vertical {
   margin: 0;
    padding: 0;
		font-size: 3.5vw;
    writing-mode: inherit;
    margin-top: -16%;
    padding: 0 3%;	
}
	.vertical br {
		display: none;
	}
	.vertical h3 {
    font-size: 3.5vw;
    margin-left: 0;
    text-align: center;
    margin-bottom: 2em;
}
.tab-btn {
	font-size: 3.2vw;
    width: 33.3333%;
}
img.gunkote-tit {
		display: none;
	}
	.tab-contents li {
    width: 46%;
    margin: 2%;
	font-size: 3.2vw;
}
	.tab-contents.show {
    padding: 2%;
}
.tab-wrap h4 {
    color: #fff;
    font-size: 7vw;
    margin: 0em auto 1.5em;
    text-align: center;
    width: 6em;
}	
	.tab-wrap h4 .kana {
		font-size: 4vw;
	}
p.company {
    font-size: 4vw;
}
	p.catch {
		text-align: center;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	}