﻿@charset "UTF-8";

/***********************************
アニメーション
************************************/
header,
img,
h1,
h2,
p,
a,
strong,
span,
article {
  transition: all 1s;
}

/*All Media CSS*/
/***********************************
html&body
************************************/
html {
	overflow-y: scroll
}

body {
	font-feature-settings: "palt";
  font-family: 'Kaisei HarunoUmi', serif;
  background-color: #dcd7c9;
}

/*スマホの文字サイズ自動変更無効*/
html,body {
	-webkit-text-size-adjust: 100%;
	height: auto;
}


/***********************************
Link Setting
************************************/
a:link,a:visited,a:active {
  text-decoration: none;
}

/*ページトップに戻るボタン*/
#topcontrol {
  z-index: 2;
}

#topcontrol .arrowtop {
  display: block;
  background-color: #9A9A9A;
  height: 60px;
  width: 60px;
  position:relative;
  background-image: url("../images/scrollTopControl_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30% auto;
}

@media print,screen and (min-width:769px) {
  
	a.tel {
		pointer-events: none;
		text-decoration: none;
	}
  
  a:hover {
    opacity: .5;
  }
  
}

@media screen and (max-width:768px) {
  
	a:hover {
		opacity: 1;
	}
	
	a.tel {
		text-decoration: none !important;
	}
  
}


/***********************************
main container
************************************/
.in-box {
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
	width:95%;
}

img {
  width: 100%;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

main {
  position: relative;
  overflow: hidden;
}

@media print,screen and (min-width:769px) {
	
	.pc {
		display:block;
	}

	.sp {
		display:none;
	}
  
}

@media screen and (max-width:768px) {
  
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
  
}


/***********************************
header
************************************/
header {
  position: relative;
  overflow: hidden;
}

header h1 {
  display: block;
  position: absolute;
}

header ul {
  display: block;
  position: absolute;
  right: 5%;
  top: 5%;
  width: 90%;
  text-align: right;
}

header ul li a {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2px;
}

@media print,screen and (min-width:769px) {
  
  header h1 {
    top: 20%;
    left: 14%;
    /* transform: translateY(-50%); */
    /* -webkit-transform: translateY(-50%); */
    -ms-transform: translateY(-50%);
    max-width: 650px;
    width: 41%;
  }

  header ul li {
    float: right;
    margin-left: 20px;
  }

}

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

  header h1 {
    top: 15%;
    left: 10%;
    width: 80%;
  }  

  header ul li {
    text-align: right;
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 3%;
  }

	header .img-box {
    display: block;
  }
  
}


/***********************************
content
************************************/
article#content .products {
  margin-bottom: 50px;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

article#content #s01.products {
  background-image: url("../images/s01_bg.png");
}

article#content #s02.products {
  background-image: url("../images/s02_bg.png");
}

article#content #s03.products {
  background-image: url("../images/s03_bg.png");
}

article#content #s04.products {
  background-image: url("../images/s04_bg.png");
}

article#content #s05.products {
  background-image: url("../images/s05_bg.png");
}

article#content #s06.products {
  background-image: url("../images/s06_bg.png");
}

article#content #s07.products {
  background-image: url("../images/s07_bg.png");
}

article#content .products:first-child {
  display: block !important;
}

/*イメージリスト*/
article#content .products ul.model {
  display: block;
  font-size: 0;
  line-height: 0;
}

article#content .products ul.model li {
  display: block;
  margin-bottom: 2%;
  position: relative;
}

article#content .products ul.model li:nth-child(2) span.thumbnails span.img {
  display: block;
  float: left;
  width: 49%;
  margin-bottom: 2%;
}

article#content .products ul.model li:nth-child(2) span.thumbnails span.img:nth-child(2n) {
  float: right;
}

/*ムービーボックス*/
article#content .products .mov-box {
  margin-bottom: 5%;
  margin-top: 5%;
}

article#content .products .mov-box video {
  width: 100%;
}

/*商品詳細*/
article#content .products dl {
  color: #231815;
}

article#content .products dl dt {
  text-align: right;
  width: 32%;
  float: left;
  padding-top: 5%;
}

article#content .products dl dt h2 {
  display: block;
  font-size: 14px;
  white-space: nowrap;
}

article#content .products dl dt span.price {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

article#content .products dl dt a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 2px;
  color: #000;
  border: 1px solid #000;
  /* max-width: 230px; */
  width: 100%;
  float: right;
}

article#content .products dl dd {
  text-align: right;
  width: 66%;
  float: right;
  position: relative;
  overflow: hidden;
}

article#content .products dl dd ul {
  float: right;
  /* padding-right: 5%; */
  font-size: 0;
  line-height: 0;
}

article#content .products dl dd ul li {
  width: 24%;
  padding-left: 1%;
  display: inline-block;
}

article#content .products dl dd ul li:first-child {
  padding-left: 0;
} 

article#content .products dl dd ul li span.caption {
  display: block;
  text-align: right;
  font-size: 11px;
  line-height: 11px;
  margin-top: 5px;
  margin-bottom: 10px;
}

article#content .products dl dt h2 .new_line {
  display: none;
}

@media screen and (min-width:769px) and (max-width:940px) {
  
  article#content .products dl dt h2 .new_line {
    display: block;
  }
  
}

@media print,screen and (min-width:769px) {

  /*イメージリスト*/  
  article#content .products ul.model {
    display: flex;
  }
  
  article#content .products ul.model li {
    width: 49%;
  }

  article#content .products ul.model li:nth-child(2) {
    width: 49%;
    margin-left: 2%;
  }

  article#content .products ul.model li:nth-child(2) span.thumbnails {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  /*ムービーボックス*/
  article#content .products .mov-box {
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 900px;
  	width: 100%;
  }
  
  /*商品詳細*/
  article#content .products dl {
  	margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    width: 95%;
  }  
  
}

@media screen and (max-width:768px) {
  
  article#content .products {
    margin-bottom: 0 !important;
    padding-top: 11%;
    

    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;    
  }
  
  /*イメージリスト*/
  article#content .products ul.model {
  	margin-bottom: 0px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  
  article#content .products ul.model li {
    margin-bottom: 5%;
  }

  article#content .products ul.model li:nth-child(2) span.thumbnails span.img {
    width: 47%;
    margin-bottom: 5%;
  }  
  
  /*商品詳細*/
  article#content .products dl {
    background-color: #fff;
    padding: 2.5%;
  }  
  
  article#content .products dl dt {
    width: 100%;
    float: none;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
  }
  
  article#content .products dl dt h2 {
    font-size: 12px;
  }
  
  article#content .products dl dt span.price {
    font-size: 15px;
    margin-bottom: 5px;
  }

  article#content .products dl dd {
    width: 100%;
    margin-bottom: 0;
  }
  
  article#content .products dl dd ul {
    margin-right: 0;
    padding-right: 0;
    text-align: left;
  }  
  
  article#content .products dl dd ul li {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }   
  
  article#content .products dl dt a {
    max-width: auto;
    width : -webkit-calc(100% - 2px);
    width : calc(100% - 2px);
    line-height: 30px;
    width: 45%;
  }  

  article#content .products dl dd ul li span.caption {
    font-size: 10px;
    line-height: 10px;
    text-align: right;
  }
  
}


/***********************************
footer
************************************/
footer {
  background-color: #fff;
}

footer dl {
  background-color: #f6d2ce;
  margin-bottom: 80px;
  position: relative;
}

footer dl dt {
  position: absolute;
  right: 6%;
  top: 7%;
  width: 22%;
}

footer dl dt h1 {
  display: block;
  width: 100%;
  margin-bottom: 15%;  
}

footer dl dt p {
  display: block;
  text-align: left;
  color: #000;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 3%;
}

footer dl dt span {
  display: block;
  width: 40%;
  max-width: 100px;
}

footer dl dd {
  width: 100%;
  font-size: 0;
  line-height: 0;
}

/*btn-box*/
footer .btn-box {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

footer .btn-box span {
  display: inline-block;
  width: 30%;
  max-width: 80px;
  margin-left: 2%;
  margin-right: 2%;
}

/*コピーライト*/
footer small {
  border-top: 1px solid #6b6b6b;
  display: block;
  font-size: 10px;
  text-align: center;
  line-height: 30px;
  color: #231815;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

@media print,screen and (min-width:769px) {
  
  footer dl dt {
    max-width: 240px;
  }
  
}

@media screen and (max-width:768px) {
  
  footer dl dt {
    right: 11%;
    top: 7%;
    width: 34%;
  }

  footer dl dt h1 {
    margin-bottom: 15%;  
  }
  
  footer dl dt p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
  }
  
  /*btn-box*/
  footer .btn-box {
    margin-bottom: 40px;
  }
  
}


