﻿body
{
	margin:0;
	color:#585fab;
	line-height:1.6;
	font-size:1.2rem;
	font-weight:600;
	font-family:"游ゴシック体", "Yu Gothic", "游ゴシック","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a
{
	padding:4px 8px;
	color:#585fab;
	border-radius: 4px;
}

a:hover
{
	background-color:#585fab;
	color:#ffffff;
	text-decoration-line: none;
}

/*contents*/
.contents
{

}

.contents,
.contents_loaded
{
	width:100%;
	display			:flex;
	-js-display		:flex;
	flex-wrap		:wrap;
	justify-content	:center ;
	align-items: center;
}



.visual
{
	overflow: hidden;
	background-color:#585fab;
  	width:100%;
	height:80vh;
	min-height:600px;
	position:relative;
	
}

.visual .logo
{
	z-index: 3;
	position: absolute;	
	top:0;
	left:0;
	width:30%;
	min-width:300px;
	padding:5% 0 0 5%;
}
.visual .logo img
{
	width:100%;
	height:100%;	
}

.visual .title
{
	z-index: 2;
	position: absolute;
	padding:6%;
	bottom:0;

}

.visual .title .txt-anm 
{
	font-family: Century Gothic ,Futura, Gill Sans Extrabold, sans-serif ;
	letter-spacing: 0px;
	font-size:500%;
	line-height:1;
	font-weight:600;
	color:#ffffff;
	margin:0;
	padding:0;

}








.contents_loaded .img-anm 
{
	overflow: hidden;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	position: absolute;
}
.contents_loaded .img-anm:before 
{
  animation: img-anm 2s cubic-bezier(.4, 0, .1, 1) forwards;
}
.img-anm:before 
{
  background: #585fab;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-anm 
{
  100% 
  {
    transform: translateX(-100%);
  }
}




/*txt anm*/

.txt-anm 
{
	overflow: hidden;
	position: relative;
	width:100%;
	height:100%;
}

.txt-anm:before {
  animation: txt-anm 1.5s cubic-bezier(.5, 0, .1, 5) forwards;
  background: #ffffff;
  bottom: 0;
  content: '';
  left: -1px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

@keyframes  txt-anm
{
  100% 
  {
    transform: translateX(-100%);
  }
}






/*detail*/

.detail
{
	width:100%;
	padding:6%;
	margin-bottom:30px;
	display			:flex;
	-js-display		:flex;
	flex-wrap		:wrap;
	justify-content	:space-between ;
}
.detail .item .txt h2
{

	font-size:200%;
	padding:0;
	margin:0;
	line-height:1.2;
}
.detail .item .txt h3
{

	font-size:160%;
	padding:0;
	margin:0;
	line-height:1.2;
}

.detail .item .txt 
{
	width:100%;
}

.detail .item
{
	overflow:hidden;
	/*min-height:70vh;*/
	height:auto;
	width:48%;
	display			:flex;
	-js-display		:flex;
	flex-wrap		:wrap;
	justify-content	:space-between ;
	margin-bottom:4%;
}


.detail .item .img
{
	background: #585fab;
	width:100%; 
	background-size:cover;
	background-position:center;
	min-height:300px;
	height:30vh;
}

.detail .item.wide
{
	width:100%;
	height:auto;
	min-height:300px;
}
.detail .item.wide .img
{
	width:60%;
	height:auto;
}
.detail .item.wide .txt
{
	width:35%;
	padding-bottom:30px;
}

.detail .item.wide.reverse .img{order:1;}
.detail .item.wide.reverse .txt{order:0;}
.detail {max-width:1600px;}


.contents .visual .img{background-image:url("img/visual.jpg");}


.contents_loaded .detail .item.entry1 .img {background-image:url("img/home1.jpg");}
.contents_loaded .detail .item.entry2 .img {background-image:url("img/home2.jpg");}
.contents_loaded .detail .item.entry3 .img {background-image:url("img/thumb/20231231nenga.4.jpg");}
.contents_loaded .detail .item.entry4 .img {background-image:url("img/thumb/20231231nenga.5.jpg");}
.contents_loaded .detail .item.entry5 .img {background-image:url("img/thumb/20240101nenga.40.jpg");}
.contents_loaded .detail .item.entry6 .img {background-image:url("img/thumb/20231226card.tatsu.3.jpg");}
.contents_loaded .visual.entry6 .img {background-image:url("img/20231204ebakou.30.jpg");}
.contents_loaded .detail .item.entry7 .img {background-image:url("img/thumb/20240101nenga.34.jpg");}
.contents_loaded .detail .item.entry8 .img {background-image:url("img/thumb/20231231nenga.2.jpg");}


.contents_loaded .detail .item.entry11 .img {background-image:url("img/thumb/cando_main_thumb.jpg");}
.contents_loaded .detail .item.entry12 .img {background-image:url("img/thumb/anniversary_thumb.jpg");}
.contents_loaded .visual.entry15 .img {background-image:url("img/gooddesign_background.jpg");}
.contents_loaded .detail .item.entry16 .img {background-image:url("img/works_gooddesign.jpg");}
.contents_loaded .detail .item.entry17 .img {background-image:url("img/works_anabuki.jpg");}
.contents_loaded .detail .item.entry18 .img {background-image:url("img/works_moca.jpg");}


@media screen and (min-width:768px)
{
	.contents_loaded .visual .img{background-image:url("img/visual.jpg");}
}
@media screen and (max-width:767px)
{
	.contents_loaded .visual .img{background-image:url("img/visual.jpg");}
}


@media screen and (max-width:1200px)
{
	.visual .title .txt-anm {font-size:300%;}
}
@media screen and (min-width:1200px)
{

	.detail .item .img{ min-height:400px; }
	.detail .item.wide .img{min-height:600px; }
	.detail .item .txt h2 {font-size:240%;}
}

@media screen and (max-width:767px)
{
	.visual {height:60vh;min-height:400px;}
	.visual .title .txt-anm {font-size:240%;top:100%;bottom:0;}
	.detail .item{justify-content:center;flex-wrap:wrap; min-height:200px; }
	.detail .item .img{ min-height:200px; }
	.detail .item .txt{font-size: 0.9rem;}
	.detail .item.wide .txt{font-size: 1.1rem;}
	.detail .item.wide{justify-content:center;}
	.detail .item.wide .img{width:100%; height:auto; min-height:300px; order:1;}
	.detail .item.wide .txt{width:100%; order:0;}
	
}