html{
	font-family : YuMincho, '游明朝', serif;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6, hr,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;  padding: 0;
}
a{
	text-decoration: none;
	color: #000;
}
body{
	font-size: 18px;
}
h2{
	font-size: 48px;
	font-weight: normal;
	letter-spacing: 7px;
	line-height: 1.5em;
}
h3{
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
input, textarea, button{
	font-family : YuMincho, '游明朝', serif;
}
img,a img{
  border:none;
  background:transparent;
  vertical-align: bottom;
}
dt, dd{
	line-height: 1.5;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/* header */
#top_header {
	background-color: #fff;
	width: 100%;
	position: absolute;
	height: 107px;
}

#header_content{
	position: relative;
	display: block;
	max-width: 990px;
	margin: 0 auto;
}

#header_content h1{
	box-sizing: border-box;
	position: absolute;
	top: 22px;
	width: 102px;
}

#header_content h1 img{
	max-width: 100%;
	height: auto;
}

#header_content #pc_nav{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

#header_content #pc_nav ul{
	display: flex;
	justify-content: center;
}

#header_content #pc_nav ul li{
	float: left;
	display: inline-block;
	font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	text-align: center;
	margin-top: 57px;
	position: relative;
}

#header_content #pc_nav ul li a{
	display: inline-block;
	padding: 0 0 6px;
	margin: 0 24px;
	letter-spacing: 2px;
}

#header_content #pc_nav ul li a:hover{
	border-bottom: 3px #e4e4e4 solid;
	opacity: 0.5;
}

#header_content nav#pc_nav .language{
	display: none;
	float: right;
	margin-top: 38px;
	font-size: 14px;
}

#header_content .pc_sns{
	position: absolute;
	right: 0;
	display: flex;
	margin-top: 54px;
	transition: all 0.3s ease;
}

#header_content .pc_sns li{
	list-style: none;
}

#header_content .pc_sns li + li{
	margin-left: 10px;
}

#header_content .pc_sns li a:hover{
	opacity: .8;
}

#header_content .pc_sns_icon{
	width: 30px;
	height: 30px;
}

#header_content #sp_menu_button{
	position: absolute;
	top: 0;
	bottom: 0;
  right: 2.604166667%;
	width: 40px;
	height: 47px;
	margin: auto;
	cursor: pointer;
	background: url("../images/sp/menu_close.gif") no-repeat left top;
	background-size: contain;
}

/* transition */
#top_header,
#header_content,
#top_header:after,
#top_header .logo,
#pc_nav ul li{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Fixed */
#top_header.fixed {
	position: fixed;
	z-index: 100;
    height: 78px;
    box-shadow:0px 0px 6px 0px rgba(0,0,0,0.23);
	-moz-box-shadow:0px 0px 6px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow:0px 0px 6px 0px rgba(0,0,0,0.23);
}
#top_header.fixed h1 {
    width: 72px;
    top: 0;
    margin: 10px 0 0;
}

#top_header.fixed h1 img {
	vertical-align: top;
}

#top_header.fixed #pc_nav ul li{
    margin-top: 30px;
}

#top_header.fixed .pc_sns{
	margin-top: 28px;
}

/* slider */

#slider{
	padding-top: 107px;
	background-color:#E4E9EB;
	max-width: 9768px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}

ul.slick-dots{
	bottom: 10px;
}

.slick-slide img {
	width: 100%;
	height: auto;
}

ul.slick-dotted.slick-slider{
	margin-bottom:0;
}


/* contents */

h2{
	font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	text-align: center;
}

hr{
	margin: 0 auto;
}

hr.frame_top{
	clear: both;
	border: none;
	max-width: 990px;
	height: 78px;
	background: url(../images/frame_top.gif) no-repeat center top;
}

hr.frame_bottom{
	clear: both;
	border: none;
	max-width: 990px;
	height: 40px;
	background: url(../images/frame_bottom.gif) no-repeat center top;
}

/* about */
#about{
	background-color: #e4e9eb;
	padding: 66px 0 80px;
}

#about p{
	max-width: 900px;
	margin: 13px auto;
	line-height: 40px;
}

#about p.about_more{
	margin-top: 38px;
}

button{
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}

/* products */

#products{
	padding: 72px 0 0;
}

#products + #products {
	padding-top: 100px;
}

#products h2{
	margin: 0 0 50px;
}

#products img{
	margin: 0 auto;
}

#products h3{
	font-weight: normal;
	margin: 0 auto 60px;
	padding: 28px;
	border: 1px solid #000;
	width: 400px;
	text-align: center;
}

#products p{
	max-width: 700px;
	margin: 50px auto;
	line-height: 2.2;
}

#products #thumbs{
	width: 990px;
	margin: 0 auto;
}

#products #thumbs li{
	float: left;
	list-style: none;
	box-sizing: border-box;
	width: 180px;
	height: 180px;
	margin:0 22px 22px 0;
}


#products #thumbs li:nth-child(even){
	display: none;
}

/* stockist */
#stockist {
	padding: 120px 0 100px;
}

#stockist h2 {
	margin-bottom: 50px;
}

#stockist .stockist_note {
	text-align: center;
	margin-bottom: 20px;
	/* font-weight: bold; */
}

.stockist_list{
	text-align: center;
}

.stockist_item{
	list-style: none;
}

.stockist_item + .stockist_item{
	margin-top: 20px;
}

.stockist_link{
	text-decoration: underline;
}

.stockist_link:hover{
	text-decoration: none;
}

/* movie */
#movie{
	padding-bottom: 100px;
}

.movie_youtube{
	width: 560px;
	margin: 50px auto 0;
}

.movie_youtube iframe {
	width: 100%;
	height: 315px;	
}

/* contact */

#contact{
	background-color: #e4e9eb;
	padding: 57px 0 63px;
}

#contact h2{
	margin-bottom: 5px;
}

#contact dl{
	max-width: 940px;
	margin: 0 auto;
}

#contact label{
	padding: 0 0 0 7px;
}

#contact .q_inquery,
#contact .q_business{
	background: url("../images/border_dot.gif") repeat-x bottom left ;
}

#contact .q_inquery{
	padding: 15px 0 0 0;
}

#contact .q_business{
	padding: 50px 0 0 0;
}

#contact .q_information{
	margin-bottom: 25px;
}

#contact dt{
	box-sizing: border-box;
	width: 300px;
	text-align: right;
	float: left;
	padding:0 105px 0 0;
}

#contact .q_inquery dt,
#contact .q_business dt{
	height: 159px;
}

#contact .q_inquery dt .en,
#contact .q_business dt .en{
	display: block;
	margin: 8px 0 0;
}

#contact .q_information dt{
	padding-top: 49px;
}

#contact .q_information dd{
	padding: 42px 0 16px;
}

#contact .en{
	margin-left: 10px;
	font-size: 14px;
	color: #858585;
}

#contact dt.required{
	padding-right: 30px;
}

#contact dt.required .tag{
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 2px 10px;
	margin-left: 20px;
	font-size: 14px;
}

#contact .q_inquery dd,
#contact .q_business dd{
	float: left;
	padding: 0 60px 30px 0;
}

#contact .q_information dd{
	float: left;
}

#contact .q_information input{
	border: 1px solid #b4b4b4;
	width: 470px;
	height: 38px;
	font-size: 16px;
	padding: 0 8px;
}

#contact .q_information textarea{
	border: 1px solid #b4b4b4;
	width: 470px;
	height: 205px;
	padding: 8px;
	font-size: 16px;
}

#contact .caution{
	color:#858585;
	font-size: 16px;
}

#contact button.submit{
	display: block;
	width: 320px;
	height: 60px;
	margin: 60px auto 0;
	background-color: #000;
	font-size: 18px;
	color: #fff;
}

#return_top{
	margin: -84px auto 0;
	height: 84px;
	max-width: 990px;
	text-align: right;
}

/* contact form NG時の文字 */
#contact dt.required+dd span.contact_ng {
	display: none;
	/*display: block;*/
	color: red;
	margin-top: 5px;
	font-size: 16px;
}

#contact_contentNg, #contact_yourBusinessNg {
	display: none;
	float: left;
	/*display: block;*/
	color: red;
	font-size: 16px;
}

/* footer */

footer{
	background-color: #000;
	padding: 24px 0 35px;
}

footer .footer_content{
	max-width: 990px;
	margin: 0 auto;
}

footer .logo{
	float: left;
	width: 95px;
}

footer .logo img{
	width: 100%;
	height: auto;
}

.logo_dainali{
	width: 120px;
	margin-top: 10px;
}

footer a.company{
	float: right;
	width: 500px;
	color: #fff;
	text-align: right;
	font-size: 14px;
	line-height: 1em;
}

footer p.copyright{
	float: right;
	width: 500px;
	color: #fff;
	text-align: right;
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.6em;
}

/* sp nav window */

#sp_nav{
	max-width: 83.203125%;
	height: auto; /*910px;*/
	position: absolute;
	right: 0;
	left: 0;
	top: 80px;
	z-index: 101;
	background: #ffffff;
	border-radius: 20px;
    box-shadow:0px 0px 6px 0px rgba(0,0,0,0.23);
	-moz-box-shadow:0px 0px 6px 0px rgba(0,0,0,0.23);
	-webkit-box-shadow:0px 0px 6px 0px rgba(0,0,0,0.23);
	margin: 0 auto;
	padding: 31.25px 0;
	font-size: 20px;
}

.sp_nav_list{
	list-style-type: none;
}

.sp_nav_list li{
	letter-spacing: 4px;
	text-align: center;
}

.sp_nav_list li + li {
	margin-top: 10px;
}

#sp_nav a{
	padding: 20px 0;
}

#sp_nav a:hover{
	color: #a3a3a3;
	border-bottom: 5px solid #e4e4e4;
}

#header_content .sp_sns{
	display: none;
}

#header_content .sp_sns{
	display: flex;
	justify-content: center;
	margin-top: 16px;
}

#header_content .sp_sns li{
	list-style: none;
}

#header_content .sp_sns li + li{
	margin-left: 10px;
}

#header_content .sp_sns li a:hover{
	opacity: .8;
}

#header_content .sp_sns_icon{
	width: 30px;
	height: 30px;
}

@media (min-width: 769px) {

.image_pc{
	display: block;
}
.image_sp{
	display: none;
}

header #sp_menu_button{
	display: none;
}

#about .about_more{
	display: block;
}
#about .more_button{
    display: none;
}

#products #thumbs li:nth-child(10n-1){
	margin-right: 0;
}

}

/* smartPhone */


@media (max-width: 768px) {
img {
	max-width: 100%;
}

.image_pc{
	display: none;
}
.image_sp{
	display: block;
}

hr.frame_top{
	max-width: 649px;
	height: 78px;
	background: url(../images/sp/frame_top.gif) no-repeat center top;
	background-size: contain;
}

hr.frame_bottom{
	max-width: 649px;
	height: 42px;
	background: url(../images/sp/frame_bottom.gif) no-repeat center top;
	background-size: contain;
}

body{
	font-size: 16px;
	line-height: 1.8;
}
h2{
	font-size: 37px;
}
h3{
	font-size: 18px;
}
#contact .caution{
	font-size: 14px;
}
#contact dt.required span{
	font-size: 13.125px;
}

/* header */
#top_header {
	box-sizing: border-box;
	padding: 12px 0;
	height: 70px;
}

#header_content{
	width: 100%;
}

#header_content h1{
	position: static;
	float: none;
	width: 70px;
	margin: 0 auto;
	line-height: 1;
}

#header_content #pc_nav,
#header_content .pc_sns{
	display: none;
}

#header_content #sp_menu_button{
	display: block;
}



#slider{
	padding-top: 70px;
}

ul.slick-dots{
	position: static;
	padding-top: 9px;
}

ul.slick-dots li
{
    width: 29px;
}

ul.slick-dots li button:before
{
    font-size: 14px;
}

/* about */

#about{
	padding:47px 6.95% 107px;
}

#about p{
	max-width: 603px;
	/*line-height: 60px;*/
	padding: 0 3% 31.25px;
}

#about .about_more{
	display: none;
}

#about .more_button{
    display: block;
    margin: 0 auto 37px;
}

#about .more_button img{
	width: 50px;
}

/* products */
#products{
	padding: 60px 6.95% 0;
}

#products h3 {
	margin: 0 auto 50px;
	max-width: 100%;
	width: 318.75px;
	padding: 20.625px 0;
}

#products p{
	margin: 43px auto 55px;
	/*line-height: 65px;*/
	/*line-height: 1.96875;*/
	max-width: 650px;

}

#products img{
	width: 100%;
}

#products #thumbs{
	margin:60px auto 0;
	width: 100%;
}

#products #thumbs li{
	box-sizing: border-box;
	width: 23.266563945%;
	height: auto;;
	margin: 0 2.311248074% 15px 0;
}

#products #thumbs li:nth-child(8n-1){
	margin-right: 0;
}

#products #thumbs li img{
	width: 100%;
	height: 100%;
}

/* stockist */
#stockist h2{
	margin-bottom: 38px;
}

#stockist .stockist_note {
	text-align: center;
	margin-bottom: 20px;
	padding: 0 6.95%;
	/* font-weight: bold; */
}

.stockist_item + .stockist_item {
	margin-top: 16px;
}

/* movie */
#movie{
	padding: 0 6.95% 100px;
}

.movie_youtube{
	width: 100%;
	margin: 38px auto 0;
}

.movie_youtube iframe{
	height: 48.6vw;
}

/* contact */
#contact{
	padding:53px 6.95% 94px;
}

#contact dl{
	max-width: 650px;
}

#contact dt{
	float: none;
	width: 100%;
	text-align: left;
	font-size: 20px;
}

#contact .q_inquery,
#contact .q_business{
	padding: 0 20px;
	background: url("../images/sp/border_dot.gif") repeat-x bottom left ;
	font-size: 0;
}

#contact .q_inquery dt,
#contact .q_business dt{
	height: auto;
	padding: 25px 0;
	text-align: center;
}

#contact dd
{
	font-size: 14px;
}

#contact .q_inquery .en,
#contact .q_business .en{
	display: block;
	margin: 8px 0 0;
	font-size: 12px;
}

#contact .q_inquery dd,
#contact .q_business dd{
	padding: 16.25px 0;
	box-sizing: border-box;
}

#contact .q_inquery dd:nth-child(even),
#contact .q_business dd:nth-child(even){
	width: 50%;
}
#contact .q_inquery dd:nth-child(odd),
#contact .q_business dd:nth-child(odd){
	width: 45%;
	margin-left: 5%;
}
#contact dd.caution{
	float: none;
	clear: both;
	padding-left: 0;
	padding-bottom:43.75px;
	width: 100% !important;
	box-sizing: border-box;
}

#contact .q_information dt,
#contact .q_information dd{
	width: 100% !important;
	box-sizing: border-box;
}

#contact .q_information{
	margin-bottom: 42px;
}

#contact .q_information dt{
	padding: 36.25px 20px 15.625px;
	font-size: 14px;
}

#contact dt.required .tag{
	font-size: 10px;
}

#contact .q_information dd{
	float: none;
	padding: 0 20px 0 20px;
}

#contact .q_information dd input{
	width: 100%;
	max-width: 590px;
	height: 70px;
	font-size: 24px;
	box-sizing: border-box;
}

#contact .q_information dd textarea{
	width: 94%;
	max-width: 590px;
	height: 290px;
	font-size: 15px;
}

#contact button.submit{
	width: 273.75px;
	max-width: 100%;
	height: 52.5px;
	font-size: 14px;
}

#return_top{
	display: none
}

footer .footer_content {
	padding: 0 6.96%;
}

footer .logo{
	width: 95px;
}

footer a.company{
	width: 187.5px;
	font-size: 13.75px;
	padding-top: 5px;
}

footer p.copyright{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 11.25px;
}

}
