﻿@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: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #320028;
}

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

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%;
}

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 .in-box {
    height: 50px;
  }  

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


/***********************************
アイキャッチ
************************************/

#eye_catch {
  font-size: 0;
  line-height: 0;
}

#eye_catch h1 {
  display: block;
  margin-bottom: 8%;
}

#eye_catch p {
  display: block;
  max-width: 650px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}

/***********************************
content
************************************/
article#content .products {
  margin-bottom: 150px;
}

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

/*セクションメインイメージ*/
article#content .products .section_mainimg-box {
  margin-bottom: 1%;
  width: 100%;
}

article#content .products .section_mainimg-box　span {
  width: 100%;
}

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

article#content .products dl dt {
  text-align: center;
  padding-top: 5%;
  margin-left: auto;
  margin-right: auto;
  word-spacing: 5px;
}

article#content .products dl dt h2 {
  display: block;
  font-size: 20px;
  font-style: italic;
  font-weight: 400 !important;
}

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

article#content .products dl dt span.price small {
  font-size: 16px;
  font-weight: 300 !important;
}

article#content .products dl dt a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 2px;
  color: #fff;
  background-color: #000;
  width: 100%;
}

article#content .products dl dd {
  width: 100%;
}

article#content .products dl dd ul {
  font-size: 0;
  line-height: 0;
  display: flex;
}

article#content .products dl dd ul li {
  width: 100%;
  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;
}


@media screen and (min-width: 769px) {  
  
  article#content .products dl dt {
    display: flex;
    align-items: center;
  }  
    
  article#content .products dl dt .data_info {
    width: 100%;
    margin-right: 3%;
  }
  
  article#content .products dl dt h2 {
    width: 100%;
    text-align: right !important;
  }  
  
  article#content .products dl dt span.price {
    display: block;
    width: 100%;
    text-align: right !important;
    margin-bottom: 0;
  }  
  
  article#content .products dl dt a {
    float: right;
    max-width: 380px;
    width: 30%;
  }  
  
}

@media screen and (max-width:768px) {
  
  article#content .products {
    margin-bottom: 10% !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
  }
  
  /*商品詳細*/
  article#content .products dl dt {
    font-size: 12px;
    width: 100%;
    margin-bottom: 50px;
  }
  
  article#content .products dl dt h2 {
    font-size: 12px;
  }
  
  article#content .products dl dt span.price {
    font-size: 15px;
    margin-bottom: 5%;
  }
  
  article#content .products dl dt span.price small {
    font-size: 10px;
  }
  
  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 {
    line-height: 45px;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }
  
}


/***********************************
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;
  }
  
}


