@charset "UTF-8";
/* CSS Document */

html,
html {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif', Verdana, Geneva, "sans-serif",fot-cezanne-pron, vdl-v7gothic, nobel,'sans-serif' ;
}


header {
	padding: 10px 25px 20px;
	background-color: #FF484B;
}

body {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

main {
	background-color: aliceblue;
}


img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}



footer {
	padding: 20px 30px;
	background-color: #FF484B;
}


h1 {
	font-size: 40px;
	font-weight: bold;
}


h3 {
	font-size: 8px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000000;
	padding: 0px 10px 0px 10px;		
}

h4 {
	font-size: 15px;
	color: #484848;
}


p {
	font-size: 150%;
	font-family: fot-cezanne-pron, sans-serif;
font-weight: 500;
font-style: normal;
	line-height: 200%;
	padding: 0px 20px;
	letter-spacing: 1px;
}



input, textarea {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 20px;
	font-size: 18px;
	border: 1px solid #174E5C;
}

object {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
}

footer {
	padding: 10px 20px 0px;
}

a:link { color: #838383; }
a:visited { color: #DFAFE2; }
a:hover { color: #FF484B; }
a:active { color: #FF484B; }




/*アコーディオンもっと読む*/

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	background: border-box;
}
.cp_box {
	width: auto;
	margin: 2em auto;
}
.cp_box label {
	font-weight: bold;
	position: relative;
	display: block;
	width: 90%;
	margin: auto;
	padding: 0.3em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #7786AB;
	border: 2px solid #7786AB;
	border-radius: 3px;
}
.cp_box label:hover {
	background: #859DBD;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cp_box label::after {
}
.cp_box label:hover::after {
	color: #ffffff;
}
.cp_box input:checked ~ label::after {
	color: #7786AB;
}
.cp_box input:checked ~ label:hover::after {
	color: #ffffff;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
	background: rgba(255, 255, 255, 80);
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
	width: 90%;	
	font-weight: bold;
	position: relative;
	display: block;
	margin: auto;
	padding: 2em 0em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: left;
}



/*アコーディオンインフォ用のボーダー*/

.borderinfo {
	border-bottom: solid 4px #fd5353;
	padding: 0px;
	margin: 0px;
	
}
	


/*インフォアコーディオンここまで*/







/*アコーディオンパネル*/
panel {
  width: 500px;
}
 
#panel > dt {
  border-bottom: solid 2px white;
  background-color:#FF484B;
  color: white;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 12px;
}
 
#panel > dd {
  border: solid 1px #FF484B;
  margin: 10px 12px 20px;
  padding: 30px 40px;
  font-size: 12px;
  line-height: 25px;
  color: #484848;
  background-color: #FFFFFF;
}



 panel-in {
  width: 300px;
}
 
#panel-in > dt {
  border-bottom: solid 2px white;
  background-color:#FF484B;
  color: white;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  font-size: 12px;
  letter-spacing: 12px;
}
 
#panel-in > dd {
  border: solid 1px #FF484B;
  margin: 10px 12px 20px;
  padding: 30px 40px;
  font-size: 12px;
  line-height: 25px;
  color: #484848;
}

 















/*メニューのボックスエフェクト*/

.post-contents  li a {
  display: inline-block;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  vertical-align: bottom;
  overflow: hidden;
}
.post-contents  li a span {
  display: inline-block;
  position: relative;
  padding: 0 .3em;
  transition: .4s;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.post-contents li a span:after {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-text);
  padding: 0 .3em;
  color: #FF484B;
  background-color: #FFF;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0, 105%, 0) rotateX(-90deg);
  transform: translate3d(0, 105%, 0) rotateX(-90deg);
}
.post-contents li a:hover span {
  background-color: #FFF;
  -webkit-transform: translate3d(0, 0, -30px) rotateX(90deg);
  transform: translate3d(0, 0, -30px) rotateX(90deg);
}

/*メニューのボックスエフェクトここまで*/









.style-logo {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 400px;
}

.style-sns {
	display: inline-block;
	width: 30px;
	padding: 20px;
	padding: 5px 14px;
		
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li {
	white-space: nowrap;
}

.style-nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 3px 20px;
	font-family: Verdana, Geneva, "sans-serif"	
}




.hero {
	background-image: url(CONTENTS/ICANTCOPE_350dpi.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #ffffff;
	text-align: center;
}

.center {
	display: block;
	text-align: center;
}


.col {
	float: left;
	padding: 0px;
	margin-bottom: 10px 20px 60px 20px;
	background-color: #FFFFFF;
	/* box-shadow */
	box-shadow:0px 3px 3px 1px #cacaca;

	/* border-radius */
	border-radius: 6px 6px 6px 6px;

	/* border */
}

.col-1 {
	padding: 20px 15px 0px;
    display: inline-block;
    /* border: solid 1px; */
}
.col-2 {
	background-color: #FFFFFF;
    display: inline-block;
	text-align: left;
	font-size: 10px;
	color: #484848;
    /* border: solid 1px; */
}

.red-box {
	background-color: #fd5353;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	width: auto;
	height: auto;
}

.caption {
	background-color: #FFFFFF;
	color: #7A7A7A;
	
	padding: 5px 20px;
	text-align: none;
}

.p-high {
	height: 500px;
}

.shop-caption {
	background-color: #fd5353;
	color: #ffffff;
	padding: 5px 20px;
	margin-top: auto;
}

.button {
	border: 2px #cacaca solid;
	background-color: #FFFFFF;
	padding: 8px 20px;
	margin:20px;
	border-radius: 30px;
	color: #fd5353;
	text-decoration: none;
	box-shadow:0px 3px 3px 1px #cacaca;
}

.contents {
	border-bottom: solid #fd5353;
	padding: 15px 15px 2px;
}
.underborder {
	border-top: solid #fd5353;
	padding: 15px 15px 2px;
	font-size: 20px;
}
.plofile {
	padding: 20px 30px;
	color: #484848;
}

.footer-text {
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}


.row:before,.row:after {
	content: "";
	display: table;
}


.row:after {
	clear: both;
}

.contact-form {
	padding: 100px 30px;
}

.contact-submit {
	background-color: #CDD2FF;
	color: #616C90;
	border: none;
}

.border_radius {
    border-radius: 6px 6px 0px 0px ;
    -webkit-border-radius: 6px 6px 0px 0px ;
    -moz-border-radius: 6px 6px 0px 0px ;
}


.info {margin: 20px 20px 28px 20px;
}


#artworkback {background-color:linear-gradient(#eeeeee,#f2f5fe);}




/*TOYページの命令*/
.whiteback {
	background-color: #FFFFFF;
}

.toywidth {
}

.toyrow {
	float: center;
	
}

.toycol {
	float: left;
	padding: 0px;
	margin-bottom: 10px 0px 10px 0px;
	background-color: #FFFFFF; 
}


.visionarycol {
	float: left;
	padding: 0px;
	margin-bottom: 10px 0px 10px 0px;
	background-color: #FFFFFF; 
}


.vagcol {
	float: left;
	padding: 0px;
	margin-bottom: 10px 0px 60px 0px;
	background-color: #FFFFFF; 
}

.toytitle {
	font-size: 300%;
	color: #434343;
	font-family: nobel, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	margin: 15px 0px 15px;
}



.toyname {
	font-family: nobel, sans-serif;
	color: #434343;
	font-style: bold;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 30px 0px 15px;
}



.toyinfo {
	font-family: nobel, sans-serif;
	color: #434343;
	font-style: normal;
	font-size: 10px;
	letter-spacing: 0.3em;
	text-align: center;
}

.toylogo {
	height: auto;
}


/*artworkページの命令*/
.artcol {
	float: left;
	padding: 0px;
	margin-bottom: 10px 0px 10px 0px; 
	background-color: #FFFFFF; 
}

.artcol-4 {
	float: left;
	padding: 0px;
	margin-bottom: 10px 0px 10px 0px; 
	background-color: #FFFFFF; 
}






#toppic {
	margin: 0px;
	padding: 0px;
}

#info {
	font-size: 300%;
	color: #434343;
	font-family: nobel, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	margin: 15px 0px 15px;
}


#contact {
	font-size: 300%;
	color: #434343;
	text-align: center;
	margin: 0px 0px 15px;
}


#readmore {
	display: block;
	padding: 40px;
	text-align: center;
}


#update {
	font-family: nobel, sans-serif;
	color: #434343;
	letter-spacing: 0.5em;
}


















/*モバイル用*/
@media (min-width: 480px){
	header {
		height: 88px;
	}
	body{
		height: 100%;
	}
	
	.style-nav ul li {
		display: inline-block;	
	}
	.style-nav ul {
		text-align: center;
	}
	.col {
		width: 100%;
		text-align: center;
    }
	
	.col-1 {
	float: left;
	padding: 20px 15px 30px;
    display: inline-block;
    width: 50%;
    /* border: solid 1px; */
	}

	.col-2 {
	float: left;
  	position: relative;
  	margin: 25px 20px 300px;
  	width: 30%;
 	height: 90%;
	font-size: 2rem;
	line-height: 2rem;
	}
	/*アコーディオンインフォ用のボーダー*/

.borderinfo {
	border-bottom: solid 4px #fd5353;
}

.toylogo {
	width: 100%;
	height: auto;
	margin: auto;
}	
.visionarycol {
	margin: 0px;
    width: 100%;
    height: auto;
}
.toycol {
	margin: 0px;
    width: 100%;
    height: auto;
}
.artcol {
	margin: 10px 0px 10px 20px;
    width: 46%;
    height: auto;
}
.artcol-4 {
	margin: 10px 0px 10px 13px;
    width: 30%;
    height: auto;
}
	
	
	
	
	h3 {
		font-size: 20px;
		font-family: vdl-v7gothic, sans-serif;
font-weight: 500;
font-style: normal;
		margin-bottom: 8px;
		color: #606060;
		padding: 0px 10px 0px 10px;
	}
	
	h4 {
	font-size: 20px;
	color: #484848;
	}


	p {
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 20px;
		padding: 0px 20px 0px 25px;
	}
}




/*タブレット用*/
@media (min-width: 768px){
	header {
		height: 88px;
	}
	body {
		max-width: auto;
	}
	.style-nav ul li {
		display: inline-block;	
	}
	.style-nav ul {
		text-align: center;
	}
	
	.col {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
    }
	
	.col-1 {
	float: left;
	padding: 20px 15px 30px;
    display: inline-block;
    width: 50%;
    /* border: solid 1px; */
	}

	.col-2 {
	float: left;
  	position: relative;
  	margin: 25px 20px 50px;
  	width: 40%;
 	height: 90%;
	font-size: 10px;
	line-height: 2rem;
	}
	
	.toycol {
	margin: 10px 0px 0px 20px;
    width: 45%;
    height: auto;
}
	.visionarycol {
	margin: 10px 0px 10px 20px;
    width: 30%;
    height: auto;
}
	.toylogo {
	width: 40%;
	height: auto;
	margin: 0px 0px 0px 50px;
}
	.artcol {
	margin: 10px 0px 10px 20px;
    width: 46%;
    height: auto;
}
	.artcol-4 {
	margin: 10px 0px 10px 20px;
    width: 30%;
    height: auto;
}

	
	
	p {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 0px 10px 0px 10px;
	}
	
	
}






/*デスクトップ用*/
@media (min-width: 1024px){
	header {
		height: 50px;
	}
	body {
		max-width: auto;
	}
	h2 {
	font-size: 50px;
	font-weight: bold;
	}
	
	h3 {
		font-size: 12px;
		font-family: vdl-v7gothic, sans-serif;
font-weight: 500;
font-style: normal;
		margin-bottom: 8px;
		color: #606060;
		padding: 0px 10px 0px 10px;
	}
	

	.style-logo {
		float: left;
	}
	.style-nav {
		float: right;
	}
	.col-lg-3 {
	margin: 10px 0px 80px 20px;
    width: 31%;
    height: auto;
	}
	
	
	.scroll {
		overflow: scroll;
		padding: 0px;
		height: 25em;
	}
	
	
	.vagcol {
	margin: 10px 0px 80px 20px;
    width: 31%;
    height: auto;
}
	.toycol {
	margin: 10px 0px 10px 20px;
    width: 31%;
    height: auto;
}
	.artcol {
	margin: 10px 0px 10px 35px;
    width: 46%;
    height: auto;
}
	.artcol-4 {
	margin: 10px 0px 10px 20px;
    width: 23%;
    height: auto;
}
	
	.visionarycol {
	margin: 10px 0px 10px 20px;
    width: 23%;
    height: auto;
}
	.toylogo {
	width: 40%;
	height: auto;
	margin: 0px 20px 20px 60px;
}

	
	p {
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 20px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	}
	
	#panel > dd {
  	border: solid 1px #FF484B;
  	width: 600px;
	margin-left: auto;
	margin-right: auto;
  	padding: 30px 40px;
  	font-size: 12px;
  	line-height: 25px;
  	letter-spacing: 3px;
  	color: #484848;
}
}