﻿@charset "UTF-8";

/*---------------------------------------------------------
transition
---------------------------------------------------------*/
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: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

/*スマホの文字サイズ自動変更無効*/
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;  
  display: block;
}

header .in-box {
	width: 95% !important;
  height: 100px;
  position: relative;
}

header h1,
header ul {
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

header ul {
  right: 0%;
  display: none !important;
}

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

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

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

@media screen and (max-width:768px) {
  
  header {
    display: none !important;
  }  
  
  header .in-box {
    height: 50px;
  }  

  header h1 {
    width: 20%;
  }  
  
  header ul li a {
    font-size: 12px;
    line-height: 12px;
  }
  
}


/*---------------------------------------------------------
eye_catch
---------------------------------------------------------*/
#eye_catch {
  position: relative;
}

#eye_catch h1 {
}

@media print,screen and (min-width:769px) {
  
  #eye_catch h1 {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

}

@media screen and (max-width:768px) {  
  
  #eye_catch h1 {
    width: 40%;
    position: relative;
    margin: 30px auto;
  }

}


/*---------------------------------------------------------
shop_sns
---------------------------------------------------------*/

#shop_sns {
  position: relative;
  margin-top: 100px;
}

#shop_sns ul {
  text-align: center;  
}

#shop_sns ul li {
  display: inline-block;
  max-width: 100px;
  width: 15%;
  margin-left: 3.5%;
  margin-right: 3.5%;
}

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

  #shop_sns ul {
    margin-bottom: 40px;
  }  

  #shop_sns ul li {
    margin-left: 4%;
    margin-right: 4%;
  }

}


/*---------------------------------------------------------
content
---------------------------------------------------------*/
.products {
  margin-bottom: 50px;
  padding-top: 100px;
}

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

/*イメージリスト*/
.products ul.model {
  display: block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 5%;
}

.products ul.model li {
  /*display: block;*/
  /* margin-bottom: 2%; */
  position: relative;
  display: flex;
}

.products ul.model li:nth-child(2) span.thumbnails span.img {
  display: block;
  /* float: left; */
  /* width: 49%; */
  margin-bottom: 8%;
  width: 100%;
}

.products ul.model li:nth-child(2) span.thumbnails span.img:nth-child(2n) {margin-bottom: 0;}

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

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

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

.products dl dt {
  /* display: flex; */
  text-align: right;
  width: 32%;
  /* float: left; */
  padding-bottom: 26px;
  order: 1;
  align-items: flex-end;
}

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

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

.products dl dt a {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 37px;
  letter-spacing: 2px;
  color: #fff;
  width: 100%;
  float: right;
  background-color: #c2c4cf;
}

.products dl dd {
  /* text-align: right; */
  width: 64%;
  /* float: right; */
  position: relative;
  overflow: hidden;
  order: 2;
  margin-left: auto;
}

.products dl dd ul {
  /* float: right; */
  /* padding-right: 5%; */
  font-size: 0;
  line-height: 0;
  display: flex;
  /* width: 100%; */
  /* margin-left: auto; */
}

.products dl dd ul li {
  width: 100%;
  padding-left: 1%;
  display: inline-block;
}

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

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

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

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

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

  /*イメージリスト*/  
  .products ul.model {
    display: flex;
    justify-content: space-between;
  }
  
  .products ul.model li {
    width: 52.7%;
  }

  .products ul.model li:nth-child(2) {
    width: 43.4%;
    /* margin-left: 2%; */
  }

  .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%);
    display: block;
    width: 100%;
  }

  /*ムービーボックス*/
  .products .mov-box {
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 600px;
  	width: 100%;
  }
  
  /*商品詳細*/
  .products dl {
  	display: flex;
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 1000px;
  	width: 95%;
  	justify-content: space-between;
  	flex-direction: row;
  	align-items: end;
  }  
  
}

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

    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;    
  }
  
  /*イメージリスト*/
  .products ul.model {
  	margin-bottom: 0px;
  	width: 100%;
  	margin-left: auto;
  	margin-right: auto;
  	display: flex;
  	justify-content: space-between;
  }
  
  .products ul.model li {
    /* margin-bottom: 5%; */
    margin-right: 1.5%;
    width: 53%;
  }
  
  .products ul.model li:last-child {
    margin-right: 0;
    width: 43.1%;
  }  

  .products ul.model li:nth-child(2) span.thumbnails span.img {
    /* width: 47%; */
    margin-bottom: 9%;
  }  
  
  /*ムービーボックス*/
  .products .mov-box {
  	margin-left: auto;
  	margin-right: auto;
  	width: 80%;
  }  
  
  /*商品詳細*/
  .products dl {
    background-color: #fff;
    padding: 2.5%;
  }  
  
  .products dl dt {
    width: 70%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
  }
  
  .products dl dt h2 {
    font-size: 12px;
  }
  
  .products dl dt span.price {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .products dl dd {
    width: 100%;
    margin-bottom: 60px;
  }
  
  .products dl dd ul {
    margin-right: 0;
    padding-right: 0;
    text-align: left;
    display: flex;
  }  
  
  .products dl dd ul li {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }   
  
  .products dl dt a {
    max-width: auto;
    width : -webkit-calc(100% - 2px);
    width : calc(100% - 2px);
    line-height: 50px;
    width: 100%;
  }  

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


/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer {
  padding-bottom: 5%;
}

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

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

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

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

  /*btn-box*/
  footer .btn-box {
    margin-bottom: 40px;
  }
  
}




products ul.model {
  flex-direction: row-reverse;
}

#s01.products ul.model li:nth-child(1),
#s02.products ul.model li:nth-child(1),
#s03.products ul.model li:nth-child(1),
#s06.products ul.model li:nth-child(1),
#s08.products ul.model li:nth-child(1) {
  order: 2;
}


