@charset "utf-8";

body {
	position: static;
}

#mainvisual {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

#mainvisual ul {
	padding-left: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	/* margin-top: 100px; */
}

#mainvisual li {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#mainvisual img {
	position: absolute;
}

#overlay {
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,0.85);
	position: absolute;
	top: 660px;
	left: 0;
	margin-top: 0;
	
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.05);
	   -moz-box-shadow: 0 0 8px rgba(0,0,0,0.05);
	        box-shadow: 0 0 8px rgba(0,0,0,0.05);
	
	-webkit-transition: opacity 0.25s ease-out;
	        transition: opacity 0.25s ease-out;
}

#overlay2 {
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,0.85);
	position: absolute;
	top: 660px;	
	left: 0;
	margin-top: 0;
	-webkit-transition: opacity 0.25s ease-out;
	        transition: opacity 0.25s ease-out;
}


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


#pagetitle2 {
	position: relative;
	width: 220px;
	/* height: 100%; */
	margin: 0;
	text-align: center;
	bottom: 0;
	writing-mode: vertical-rl; /* ここで縦書きに */
}

#pagetitle2 h1 {
	position: static;
	width: 220px;
	margin: 0;
	text-align: center;
}

#pagetitle2 img {
	display: block;
	margin: 0 auto;
}

#pagetitle2.wt a + img {
	margin-top: 20px;
	padding: 20px 15px 0 15px;
	border-top: 1px solid rgba(255,255,255,0.2);
}



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


#contents {
	width: 100% !important;
}


#contents .wrap{
	width:100%;
	margin:0 auto;
	max-width:1000px;
}

#contents .wrap h2{
	color:#490303;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	width: 50%;
	padding-top: 1.5em;
}





#contents > #side-column-wrapper {
	position: relative;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

#contents #main-column > div,
#contents #main-column > section {
	clear: both;
	max-width: 955px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	width: 100%;
}




#contents #main-column {
	width: 100% !important;
}

#contents .section-image {
	list-style: none;
	padding: 0;
	margin: 150px 0 100px;
	text-align: center;
}

#contents .section-image img {
	width: 100%;
	height: auto;
	max-width: 2000px;
}

#contents section {
	overflow: hidden;
	height: 100%;
}

html, body, #contents, #main-column {
	height: auto;
}

#contents section .sectiontitle {
	float: left;
	width: 100px;
	/* height: 100%; */
	position: relative;
	writing-mode: vertical-rl; /* ここで縦書きに */
}

#contents section .sectiontitle h2 {
	position: static;
	margin: 0;
	/* width: 220px; */
	text-align: left;
	/* position: absolute; */
	/* top:50%; */
	/* left:50%; */
	/* transform:translate(-50%, -50%); */
}

#contents section .sectiontitle h2.positionFixed {
	position: fixed;
	top: 0;
	margin-top: 80px;
}

#contents section .sectiontitle h2.positionFixedEnd {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0!important;
}

#contents section p {
	margin-top: 0;
}

#contents section:nth-of-type(2n+1) .sectiontitle {
	float: right;
}

#contents section:nth-of-type(2n+1) .sectiontitle h2 {
	text-align: right;
}


#contents section .bodytext {
	float: right;
	width: 710px;
	width: calc(100% - 150px);
	overflow: hidden;
}

#contents section:nth-of-type(2n+1) .bodytext {
	float: left;
	width: 710px;
	overflow: hidden;
}






#contents #concept p img {
	/* text-align: center; */
	/* width:600px; */
	/* margin:0 auto; */
}





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


#contents #concept p {
	/* display: flex; */
	justify-content: space-between;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	/* -webkit-flex-direction: row-reverse; */
	/* flex-direction: row-reverse; */
	font-size: 16px;
	line-height: 2;
	color: #000;
	font-weight: 600;
}




#contents #concept .greeting_area{/* text-align: center; *//* justify-content: space-between; */text-align: center;max-width: 1000px;margin: 0 auto;padding-top: 30px;/* -webkit-flex-direction: row-reverse; *//* flex-direction: row-reverse; */font-size: 16px;line-height: 2;color: #000;font-weight: 600;width: 100%;}
#contents #concept .greeting_area h3{
	text-align:center;
}

#contents #concept .greeting_area h4{
	text-align:center;
	font-size:15px;
	color:#3f6229;
	font-weight:600;
}


#contents #concept .greeting_area img{
	max-width:157px;
	margin-bottom: 0px;
	margin: 0 auto;
}




#contents #concept .gochiso {
	/* max-width: 1000px; */
	/* background-image: url(../images/about_gochiso.png); */
	/* background-size: 270px; */
	/* background-repeat: no-repeat; */
	/* background-position: bottom right; */
	/* width: 100%; */
	}


@media screen and (max-width: 768px) {
	#contents #concept  {width:100%;}
	#contents #concept .gochiso {
		text-align:left;
		width: 90%;
	}
	#contents #concept .greeting_area{
		padding-bottom:50px;
}


}





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


#contents #derive p {
	width: 355px;
	margin-top: -5px;
}

#contents #derive figure {
	float: right;
	line-height: 0;
}


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


#contents #shop #aobadai {
	display: table;
	margin-bottom: 80px;
}

#contents #shop #aobadai figure {
	display: table-cell;
	width: 355px;
	height: 380px;
	line-height: 0;
}

#contents #shop #aobadai div {
	display: table-cell;
	width: 355px;
	vertical-align: middle;
}

#contents #shop #aobadai p {
	
}

#contents #shop #aobadai p {
	float: right;
	width: 355px;
	font-size: 15px;
	font-weight: 600;
}

#contents #shop .modalgallery {
	background: transparent url(../../common/images/icon_arrow_right_s_bk.png) no-repeat 95% center;
	padding: 5px 43px 5px 15px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.3);
	text-decoration: none;
	border-radius: 2px;
	font-size: 14px;
	font-family: "Helvetica W01 Cn", YuGothic, 'Yu Gothic', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo UI", sans-serif;
	letter-spacing: 0.15em;
	color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

#contents #shop .modalgallery:hover {
	background-color: rgba(0,0,0,0.0);
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.8);
	color: rgba(0,0,0,1);
}
#contents #shop #current-shop {
	clear: both;
}

#contents #shop #current-shop section {
	clear: both;
	overflow: hidden;
	width: 710px;
	margin-bottom: 50px;
}

#contents #shop #current-shop section:last-child {
	margin-bottom: 0;
}

#contents #shop #current-shop figure {
	position: relative;
	float: left;
	width: 110px;
	height: 110px;
	margin-right: 55px;
	line-height: 0;
}

#contents #shop #current-shop figure img {
	z-index: -1;
}

#contents #shop #current-shop figure:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url(../../common/images/icon_arrow_right_s_wt.png) no-repeat center center;
	z-index: 1;
	opacity: 0;
	
	-webkit-transition: opacity 0.5s ease;
	   -moz-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}

#contents #shop #current-shop a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}

#contents #shop #current-shop a:hover figure:before {
	opacity: 1;
}

#contents #shop #current-shop h3 {
	margin: 0 0 15px;
	line-height: 1em;
	letter-spacing: 0.4em;
	font-size: 1.3em;
}

#contents #shop #current-shop p {
	width: calc(100% - 165px);
	float: right;
}

#contents #shop #current-shop a h3 {
	/*background: url(../../common/images/icon_arrow_right_s_bk.png) no-repeat right 40%;*/
	display: inline-block;
	width: auto;
	padding-right: 30px;
}

#contents #shop #current-shop p {
	margin: 0;
}


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


#contents .slideshow {
	position: relative;
	font-size: 0;
	line-height: 0;
}

#contents .image-reel {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
}

#contents .image-reel li {
	position: absolute;
	border-radius: 3px 3px 0 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=1,opacity=0);
	opacity: 0;
	-webkit-transition: all 3s ease-in-out;
	   -moz-transition: all 3s ease-in-out;
	        transition: all 3s ease-in-out;
}

#contents .image-reel li.current {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=1,opacity=100);
	opacity: 1;
}

#contents .image-reel li img {
	border-radius: 0;
	width: auto;
	height: 100%;
}


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


#contents #product section {
	overflow: hidden;
	margin-bottom: 75px;
}

#contents #product section:last-child {
	margin-bottom: 0;
}

#contents #product h3 {
	float: right;
	width: 355px;
	line-height: 1em;
	margin: 10px 0 30px;
}

#contents #product p {
	float: right;
	width: 355px;
}

#contents #product figure {
	float: left;
	line-height: 0;
}

#contents #product section:nth-of-type(2n+1) h3,
#contents #product section:nth-of-type(2n+1) p {
	float: left;
}

#contents #product section:nth-of-type(2n+1) figure {
	float: right;
}


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

#contents #book {
	margin-top: 250px;
}

#contents #book section {
	overflow: hidden;
}

#contents #book figure {
	float: left;
	line-height: 0;
}

#contents #book p {
	float: right;
	width: 355px;
}

#contents #book a {
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 0;
	padding: 10px 11px 10px 33px;
	background: url(../../common/images/icon_cart_bk.png) 11px center no-repeat;
	background-size: 14px 14px;
	font-size: 11px;
	font-family: "Helvetica W01 Cn", YuGothic, 'Yu Gothic', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo UI", sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: rgba(0,0,0,0.7);
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}

#contents #book a:hover {
	border: 1px solid #000;
	border: 1px solid rgba(0,0,0,1);
	color: rgba(0,0,0,1);
}



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

/* clear */
#contents:before, #contents:after, #contents .container:before, #contents .container:after {content: " ";display: table;}
#contents:after, #contents .container:after {clear: both;}
#contents, #contents .container {*zoom: 1;}







/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (max-width: 980px) {
	
	#contents #main-column > div,
	#contents #main-column > section {
		width: 100%;
		max-width: 955px;
		height: auto !important;
	}
	
	#contents #concept p {
		width: 80%;
		max-width: 660px;
		margin: auto;
	}
	
	#contents #concept img {
		display: block;
		width: 100%;
		max-width: 250px;
		margin: auto;
	}
	
	#pagetitle2,
	#pagetitle2 h1 {
		/* width: 100%; */
		-webkit-writing-mode: vertical-rl;
		-moz-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-ms-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		text-justify: inter-ideograph;
		width: 100px;
	}
	
	#contents > #side-column-wrapper {
		margin: 0 auto;
	}
	
	#contents .section-image {
		margin: 200px 0 60px;
	}
	
	#contents section .sectiontitle {
		width: 100%;
		float: none;
		height: auto;
		margin-bottom: 60px;
	}
	
	#contents section .sectiontitle h2 {
		width: 100%;
		text-align: center;
	}
	
	#contents section .sectiontitle h2.positionFixed {
		position: static !important;
	}
	
	#contents section .sectiontitle h2.positionFixedEnd {
		position: static !important;
	}
	
	#contents section .bodytext,
	#contents section:nth-of-type(2n+1) .bodytext {
		float: none;
		overflow: auto;
		margin: auto;
		width: calc(90%);
		max-width: 710px;
	}
	
	#contents #main-column > div,
	#contents #main-column > section {
		overflow: visible;
	}
	
	/* derive */
	
	#contents #derive figure {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	
	#contents #derive figure img {
		display: block;
		width: 100%;
		max-width: 300px;
	}
	
	#contents #derive p {
		width: calc(100% - 340px);
	}
	
	#contents section:nth-of-type(2n+1) .sectiontitle h2 {
		text-align: center;
	}
	
	
	/* shop */
	
	#contents #shop #aobadai {
		display: block;
		text-align: center;
	}
	
	#contents #shop #aobadai figure {
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 40px;
	}
	
	#contents .image-reel {
		margin: 0 auto;
	}
	
	#contents #shop #aobadai div {
		display: block;
		width: 100%;
	}
	
	#contents #shop #aobadai p {
		float: none;
		display: block;
		width: auto;
		text-align: center;
	}
	
	#contents #shop #current-shop section {
		width: 100%;
	}
	
}

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


/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

@media screen and (max-width: 540px) {
	
	/* concept */
	
	#contents #concept p {
		flex-direction: column;
	}
	
	#contents #concept p img {
		display: inline-block;
		margin-bottom: 60px;
	}
	
	#contents #concept p img:last-child {
		/* margin-bottom: -60px; */
	}
	
	/* derive */
	
	#contents #derive figure {
		float: none;
	}
	
	#contents #derive p {
		width: 100%;
	}
	
	
	/* shop */
	
	#contents #shop #current-shop figure {
		width: 110px;
		margin: 0 auto 20px;
		float: none;
	}
	
	#contents #shop #current-shop p {
		width: 100%;
	}
	
	#contents #shop #current-shop a h3 {
		display: block;
		text-align: center;
		padding-right: 0;
	}
	
	#contents .image-reel li img {
		width: 100%;
		height: auto;
	}
	
	/* product */
	
	#contents #product h3 {
		display: block;
		float: none !important;
		width: 100%;
		margin: 30px 0;
		text-align: center;
		line-height: 1.5;
	}
	
	#contents #product h3 .ib {
		white-space: nowrap;
	}
	
	#contents #product p {
		float: none !important;
		width: 100%;
	}
	
	#contents #product figure {
		float: none !important;
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	
	#contents #product figure img {
		display: block;
		width: 100%;
		max-width: 300px;
	}
	
	/* book */
	
	#contents #book h3 {
		float: none !important;
		width: 100%;
		margin: 40px 0 30px;
		text-align: center;
	}

	#contents #book p {
		float: none !important;
		width: 100%;
	}
	
	#contents #book figure {
		float: none !important;
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	
	#contents #book figure img {
		display: block;
		width: 100%;
		max-width: 300px;
	}
	
	#contents #book a {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
}


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



/*! #company
=========================================== */
.companyTable {
    /* margin-top: 30px; */
    /* margin-bottom: 100px; */
    margin: 20px auto 100px;
    color: #000;
    font-weight: 800;
}

.companyTable th,
.companyTable td {
    border: 1px solid #d6d6d6;
    text-align: left
}

.companyTable th {
    width: 140px;
    border-left: 0;
    padding: 18px 10px 16px;
    font-weight: 800;
    font-size: 15px;
}

.companyTable td {
    border-right: 0;
    padding: 18px 0 16px 30px;
    font-size: 15px;
}
@media only screen and (max-width: 500px) { 

 .companyTable th {
        width: 100px;
        border-left: 0;
        padding: 18px 0 16px
    }
.companyTable {
   width:90%;
}


    
}


.companyScenery {
    margin: 120px -1000%;
    height: 255px;
    background: #ddd;
    background: url(css/../img/company/bg_company01.jpg);
    -webkit-animation: bgscroll 500s linear infinite;
    animation: bgscroll 500s linear infinite
}

@-webkit-keyframes bgscroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes bgscroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}


