@charset "utf-8";

/*==============================================================================

	contents
	
==============================================================================*/

/*------------------------------------------------------------------------------
	top
------------------------------------------------------------------------------*/

/* #key-visual
----------------------------------*/

.top #keyVisual {
	display: flex;
	box-sizing: border-box;
	width: auto;
	height: 100vh;
	background: #111111;
	background-size: cover;
  transform: rotate(0.0001deg);
  outline: 1px solid transparent;
	align-items: center;
	justify-content: center;
}

.top #keyVisual .inner {
	display: flex;
	margin: 137px auto 0 auto;
	width: 1020px;
	height: 100vh;
	min-height: 640px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.top #keyVisual .title {
	width: 8em;
	text-shadow: 0 1px 6px rgba(0,0,0,0.5);
	margin: 0 auto;
	line-height: 1.1;
	font-size: 84px;
	font-weight: bold;
	color: #ffffff;
	font-weight: bold;
}

.top #keyVisual .txt01 {
	width: 24em;
	padding-top: 3vh;
	text-shadow: 0 1px 6px rgba(0,0,0,0.5);
	text-align: center;
	line-height: 1.5;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

.top #keyVisual .scroll {
	padding-top: 20vh;
}

.top #keyVisual .scroll a {
	cursor: pointer;
	position: relative;
	bottom: 20px;
	z-index: 2;
	display: inline-block;
	transform: translate(0, -50%);
	text-decoration: none;
	font-family: 'Montserrat',sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #ffffff;
	padding-top: 70px;
}

.top #keyVisual .scroll a .mouse {
	position: absolute;
	top: 0;
	left: 50%;
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 0 5px -18px;
    box-sizing: border-box;
    border: 4px solid white;
    border-radius: 23px;
}

.top #keyVisual .scroll a .mouse span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    animation: ani-mouse 2.5s linear infinite;
}

@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}

/* #read
----------------------------------*/

.top #read {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 60px 0;
	background: #ff8c95;
	text-align: center;
}

.top #read h1 {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 40px;
	color: #ffffff;
	line-height: 1.4;
}

.top #read p {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.4;
}

/* #itemSearch
----------------------------------*/

.top #top-itemSearch {
	margin: 0 auto;
	padding: 50px;
	min-width: 1040px;
	background: url(../images/top/itemsearch_pink_bg.png) repeat left top;
	text-align: center;
}

.top #top-itemSearch h1 {
	position: relative;
	margin: 0 0 35px 0;
	padding: 0;
	font-weight: bold;
	color: #111111;
	line-height: 1;
}

.top #top-itemSearch h1 .en {
	display: block;
	font-size: 28px;
	font-family: 'Montserrat',sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #9faec1;
}

.top #top-itemSearch h1 .ja {
	display: inline-block;
	margin: 0 0 15px 0;
	font-size: 38px;
	font-weight: bold;
}

.top #top-itemSearch .itemlist li {
	display: inline-block;
	box-sizing: border-box;
	width: 340px;
	margin: 0 10px 25px 10px;
}

.top #top-itemSearch .itemlist li a {
	display: inline-block;
	text-decoration: none;
}

.top #top-itemSearch .itemlist li .iconImg {
	position: relative;
	box-sizing: border-box;
	width: 340px;
	height: 135px;
	border-radius: 10px 10px 0 0;
	background: #edf2f8;
	border-top: 3px solid #d8dfe7;
	border-left: 3px solid #d8dfe7;
	border-right: 3px solid #d8dfe7;
	text-align: center;
	transition: all 0.2s ease-out 0s;
}

.top #top-itemSearch .itemlist li .iconImg img {
	margin-top: 28px;
	height: 75px;
	z-index: 10;
}

.top #top-itemSearch .itemlist li .iconImg .ontxt {
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	transform: translateY(-35%);
	opacity: 0;
	transition: all 0.2s ease-out 0s;
	z-index: 100;
}

.top #top-itemSearch .itemlist li a:hover .iconImg .ontxt {
	opacity: 1;
}

.top #top-itemSearch .itemlist li a:hover .iconImg {
	background: #8a9db2;
	border-bottom: none;
	border-top: 3px solid #687f9a;
	border-left: 3px solid #687f9a;
	border-right: 3px solid #687f9a;
}

.top #top-itemSearch .itemlist li a:hover .iconImg img {
	opacity: 0.5;
}

.top #top-itemSearch .itemlist li .tit {
	border-radius: 0 0 10px 10px;
	padding: 18px 0;
	background: #ffffff;
	border-top: none;
	border-bottom: 3px solid #d8dfe7;
	border-left: 3px solid #d8dfe7;
	border-right: 3px solid #d8dfe7;
	font-weight: bold;
	font-size: 18px;
	transition: all 0.2s ease-out 0s;
}

.top #top-itemSearch .itemlist li a:hover .tit {
	box-sizing: border-box;
	background: #778ca4;
	border-bottom: 3px solid #687f9a;
	border-left: 3px solid #687f9a;
	border-right: 3px solid #687f9a;
	color: #ffffff;
}

/* #itemRecommend
----------------------------------*/

.top #top-itemRecommend {
	margin: 0 auto;
	padding: 50px;
	min-width: 1040px;
	background: url(../images/top/itemsearch_recommend_bg.jpg) #f8f0e4 no-repeat top center;
	background-size: 100% auto;
	text-align: center;
}

.top #top-itemRecommend h1 {
	position: relative;
	margin: 0 0 35px 0;
	padding: 0;
	font-weight: bold;
	color: #111111;
	line-height: 1;
}

.top #top-itemRecommend h1 .en {
	display: block;
	font-size: 28px;
	font-family: 'Montserrat',sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #c8ab90;
}

.top #top-itemRecommend h1 .ja {
	display: inline-block;
	margin: 0 0 15px 0;
	font-size: 38px;
	font-weight: bold;
}

.top #top-itemRecommend .itemlist li {
	display: inline-block;
	box-sizing: border-box;
	width: 492px;
	margin: 0 10px 25px 10px;
}

.top #top-itemRecommend .itemlist li a {
	display: inline-block;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}

.top #top-itemRecommend .itemlist li .iconImg {
	position: relative;
	box-sizing: border-box;
	width: 492px;
	height: 180px;
	border-radius: 10px 10px 0 0;
	background: #edf2f8;
	text-align: center;
	overflow: hidden;
	transition: all 0.2s ease-out 0s;
}

.top #top-itemRecommend .itemlist li .iconImg img {
	width: 492px;
	vertical-align: top;
	z-index: 10;
}

.top #top-itemRecommend .itemlist li .iconImg .ontxt {
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	transform: translateY(-35%);
	opacity: 0;
	transition: all 0.2s ease-out 0s;
	z-index: 100;
}

.top #top-itemRecommend .itemlist li a:hover .iconImg .ontxt {
	opacity: 1;
}

.top #top-itemRecommend .itemlist li a:hover .iconImg {
	background: #778ca4;
}

.top #top-itemRecommend .itemlist li a:hover .iconImg img {
	opacity: 0.5;
}

.top #top-itemRecommend .itemlist li .tit {
	border-radius: 0 0 10px 10px;
	padding: 13px 0;
	background: #ffffff;
	font-weight: bold;
	font-size: 22px;
	transition: all 0.2s ease-out 0s;
}

.top #top-itemRecommend .itemlist li .tit .en {
	padding-left: 15px;
	font-family: 'Montserrat',sans-serif;
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #baa38f;
}

.top #top-itemRecommend .itemlist li a:hover .tit {
	box-sizing: border-box;
	background: #778ca4;
	color: #ffffff;
}

.top #top-itemRecommend .itemlist li a:hover .tit .en {
	color: #ffffff;
	opacity: 0.75;
}

/* #newsList
----------------------------------*/

.top #top-newsList {
	margin: 0 auto;
	padding: 50px;
	min-width: 1020px;
	background: url(../images/top/news_bg.jpg) #f3f8fb no-repeat top center;
	background-size: 100% auto;
	text-align: center;
}

.top #top-newsList h1 {
	position: relative;
	margin: 0 0 35px 0;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
}

.top #top-newsList h1 .en {
	display: block;
	font-size: 28px;
	font-family: 'Montserrat',sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #ffffff;
	opacity: 0.9;
}

.top #top-newsList h1 .ja {
	display: inline-block;
	margin: 0 0 15px 0;
	font-size: 38px;
	font-weight: bold;
}

.top #top-newsList .updateBox {
	box-sizing: border-box;
	width: 980px;
	margin: 0 auto;
	padding: 20px;
	background: rgba(255,255,255,0.8);
}

.top #top-newsList .updateBox .scroll-area {
	box-sizing: border-box;
	width: 935px;
	height: 260px;
	overflow: auto;
}

.top #top-newsList dl {
	margin: 0 15px;
	padding: 20px 0;
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
}

.top #top-newsList dt {
	box-sizing: border-box;
	float: left;
	width: 120px;
	margin: 0;
	padding: 8px 10px;
	background: #fa6675;
	font-weight: bold;
	color: #ffffff;
}

.top #top-newsList dd {
	margin: 0;
	padding: 8px 0 0 160px;
	font-weight: bold;
}

.top #top-newsList dd a {
	color: #333333;
	transition: all 0.2s ease-out 0s;
}

.top #top-newsList dd a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.top #top-newsList .attList {
	box-sizing: border-box;
	margin: 30px auto 0 auto;
	padding: 25px 30px;
	width: 980px;
	background: rgba(255,246,193,0.8);
	text-align: left;
}

.top #top-newsList .attList li {
	margin: 0 0 15px 0;
	line-height: 1.4;
	font-size: 16px;
}

.top #top-newsList .attList li:last-child {
	margin-bottom: 0;
}

.top #top-newsList .attList li span {
	padding: 0 5px 0 0;
	color: #d70000;
}

/* #accessmap
----------------------------------*/

.top #accessmap {
	margin: 0 auto;
	padding: 50px 0;
	background: #ffffff;
	text-align: center;
}

.top #accessmap h1 {
	position: relative;
	margin: 0 0 35px 0;
	padding: 0;
	font-weight: bold;
	color: #111111;
	line-height: 1;
}

.top #accessmap h1 .en {
	display: block;
	font-size: 28px;
	font-family: 'Montserrat',sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #c0c0c0;
}

.top #accessmap h1 .ja {
	display: inline-block;
	margin: 0 0 15px 0;
	font-size: 38px;
	font-weight: bold;
}

.top #accessmap #map {
	margin: 0 0 20px 0;
}

.top #accessmap p {
	font-size: 16px;
}

/*------------------------------------------------------------------------------
	company
------------------------------------------------------------------------------*/

div#contents #main div#map {
	text-align: center;
}

div#contents #main div#map p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
}

/*------------------------------------------------------------------------------
	contact
------------------------------------------------------------------------------*/

div#contents #main span.small{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	
}
div#contents #main div#error {
	margin: 0 0 15px 0;
	padding: 10px 25px;
	background: #fff5f6;
	border: 1px dotted #e51406;
}

div#contents #main div#error ul {
	margin: 0;
	padding: 0;
}

div#contents #main div#error ul li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #e51406;
}

div#contents #main div#sendBox {
	margin: 0 0 15px 0;
	}

div#contents #main div#sendBox p {
	padding: 0;
	text-align: center;
}

div#contents #main div#sendBox div.back {
	float: left;
	width: 300px;
	text-align: right;
}
div#contents #main div#sendBox div.send {
	float: right;
	width: 300px;
	text-align: left;
}

div#contents #main div#sendBox div.back p {
	text-align: right;
}

div#contents #main div#sendBox div.send p {
	text-align: left;
}

/*------------------------------------------------------------------------------
	order
------------------------------------------------------------------------------*/

table.order {
	width: 100%;
	margin: 0 0 20px 0;
	border-left: 1px solid #dbafaf;
	border-top: 1px solid #dbafaf;
}

table.order th,
table.order td {
	border-right: 1px solid #dbafaf;
	border-bottom: 1px solid #dbafaf;
	line-height: 1.4;
}

table.order th {
	padding: 6px 10px;
	background: #ffe7e7;
	border-bottom: 1px solid #dbafaf;
	font-weight: bold;
	color: #72484c;
}

table.order th.lv2 {
	background: #fff5f5;
	color: #72484c;
	font-weight: normal;
}

table.order td {
	padding: 6px;
}

/*------------------------------------------------------------------------------
	cutt
------------------------------------------------------------------------------*/

div#contents #main table td dl {
	margin: 0;
	padding: 0;
}

div#contents #main table td dl dt {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

div#contents #main table td dd {
	margin: -1.5em 0 0 0;
	padding: 0;
	line-height: 1.5;
}


div#contents #main div.cuttAtt {
	margin: 35px 0 25px 0;
	padding: 10px 12px 2px 12px;
	background: #fff8f8;
	border: 2px dotted #fcd5d5;
}

div#contents #main div.cuttAtt h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

div#contents #main div.cuttAtt ul {
	margin: 0;
	padding: 0;
}

div#contents #main div.cuttAtt ul li {
	margin: 0 0 0 3em;
	padding: 0 0 8px 0;
	text-indent: -3em;
	line-height: 1.4;
	list-style: none;
}

div#contents #main div.cuttAtt ul li span {
	padding-right: 1em;
	color: #cf0003;
	font-weight: bold;
}

/*------------------------------------------------------------------------------
	faq
------------------------------------------------------------------------------*/

div#contents #main div#faqLink {
	margin: 0 0 25px 0;
	padding: 5px 0 0 0;
	background: #efefef url(../../faq/images/faqlink_top_bg.gif) no-repeat left top;
}

div#contents #main div#faqLink ul {
	margin: 0;
	padding: 0 0 2px 0;
	list-style: none;
}

div#contents #main div#faqLink ul li {
	margin: 0 2px;
	padding: 5px 15px 5px 30px;
	background: #fff url(../../faq/images/q_list_icon.png) no-repeat 10px center;
}

div#contents #main div#faqLink ul li.even {
	background: #f8f8f8 url(../../faq/images/q_list_icon.png) no-repeat 10px center;
}

div#contents #main div#faqLink ul li a {
	color: #333;
}

div#contents #main div.faqBox {
	margin: 0 0 8px 0;
	padding: 5px 0 0 0;
	background: url(../../faq/images/faqbox_top_bg.gif) no-repeat left top;
}

div#contents #main div.faqBoxInner {
	padding: 0 0 5px 0;
	background: url(../../faq/images/faqbox_bottom_bg.gif) no-repeat left bottom;
}

div#contents #main div.faqBox dl {
	margin: 0;
	padding: 2px 7px 0 7px;
	*padding: 2px 7px 5px 7px;
	background: url(../../faq/images/faqbox_bg.gif) repeat-y left top;
}

div#contents #main div.faqBox dl dt {
	padding: 3px 0 0 0;
	background: url(../../faq/images/faqbox_h2_top_bg.gif) no-repeat left top;
}

div#contents #main div.faqBox h2 {
	margin: 0;
	padding: 0;
	background: url(../../faq/images/faqbox_h2_bottom_bg.gif) no-repeat left bottom;
}

div#contents #main div.faqBox h2 span {
	display: block;
	padding: 8px 10px 8px 30px;
	background:url(../../faq/images/q_icon.gif) no-repeat 10px center;
	font-size: 14px;
}

div#contents #main div.faqBox h2:before {
	display: none;
}

div#contents #main div.faqBox h3 {
	margin: 10px 0 8px 0;
	padding: 10px;
	color: #333333;
	background: #f3f3f3;
	font-size: 16px;
}

div#contents #main div.faqBox dl dd {
	margin: 0;
	padding: 10px 10px 10px 30px;
	background: url(../../faq/images/a_icon.gif) no-repeat 11px 15px;
}

div#contents #main div.faqBox dl dd p {
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------------------------------
	sitemap
------------------------------------------------------------------------------*/

div#contents #main div.sitemap {
	margin: 0 0 6px 0;
	background: url(../../sitemap/images/sitemap_mid_bg.gif) repeat-y left top;
}

div#contents #main div.sitemap dl {
	padding: 0 0 8px 0;
	background: url(../../sitemap/images/sitemap_bottom_bg.gif) no-repeat left bottom;
	line-height: 1.4;
}

div#contents #main div.sitemap dl dt {
	padding: 10px 8px 0 13px;
	background: url(../../sitemap/images/sitemap_top_bg.gif) no-repeat left top;
}

div#contents #main div.sitemap dl dt a {
	padding: 0 0 0 16px;
	background: url(../../sitemap/images/sitemap_link_icon.gif) no-repeat left center;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

div#contents #main div.sitemap dl dt a:hover {
	text-decoration: underline;
}

div#contents #main div.sitemap dl dd {
	margin: 0;
	padding: 0;
}

div#contents #main div.sitemap dl dd ul {
	margin: 10px 15px 0 15px;
	padding: 8px 0 0 0;
	border-top: 1px dotted #ccc;
}

div#contents #main div.sitemap dl dd ul li {
	float: left;
	width: 290px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#contents #main div.sitemap dl dd ul li a {
	padding: 0 0 0 14px;
	background: url(../../sitemap/images/sitemap_link_mini_icon.gif) no-repeat 3px center;
	color: #333;
	text-decoration: none;
}

div#contents #main div.sitemap dl dd ul li a:hover {
	text-decoration: underline;
}
