﻿@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: 'Shippori Mincho', 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%;
}

.in-mbox {
  position: relative;
  margin-left:auto;
  margin-right:auto;
  max-width:1200px;
  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;
}

header h1 {
  display: block;
  position: relative;
  width: 100%;
  /* margin-left: auto; */
  /* margin-right: auto; */
  font-size: 0;
}

header h1 img {
  position: absolute;
  top: 100px;
  left: 5%;
  width: 55%;
  z-index: 1;
}

header ul {
  display: block;
  width: 90%;
}

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

header .scroll_down {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 30px;
  width: 30%;
  bottom: 3%;
  left: 5%;
}

@media print,screen and (min-width:769px) {
  
  header h1 img {
    /* max-width: 120px; */
  }    
  
  header ul {
    position: absolute;
    right: 5%;
    top: 3% !important;
    width: 90%;
    text-align: right;
  }  

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

}

@media screen and (max-width:768px) {
  
  header {
    margin-bottom: 20%;
  }  
  
  header h1 img {
    width: 70%;
  }  
  
  header ul li {
    display: block;
    border-bottom: 1px solid #fff;
  }
  
  header ul li a {
    color: #fff;
    padding-left: 5%;
    padding-bottom: 20px;
    padding-top: 20px;
  }  

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


/***********************************
タイトルボックス
************************************/
#title_box p {
  display: block;
  max-width: 650px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
  margin-top: 8%;
  font-size: 20px;
  letter-spacing: 3px;
  text-align: center;
}

@media screen and (max-width:768px) {
  
  #title_box p {
    max-width: 100%;
    width: 70%;
    margin-bottom: 4%;
    margin-top: 4%;
    font-size: 15px;
  }
  
}

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

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

article#content .products_eye_catch {
  display: block;
  margin-bottom: 2%;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

article#content .products_eye_catch.double img {
  width: 80%;
}

article#content .products_eye_catch_snd {
  position: absolute;
  bottom: -10%;
  right: 0;
  display: block;
  width: 30%;
}

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

article#content .products ul.model li {
  display: block;
  position: relative;
}

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

/*商品詳細*/
article#content .products dl {
  color: #231815;
  margin-bottom: 5%;
}

article#content .products dl dt {
  text-align: right;
  padding-top: 5%;
  align-items:center      
}

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

article#content .products dl dt span.price small {
  display: inline-block !important;
  font-size: 14px;
}

article#content .products dl dt a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 51px;
  letter-spacing: 2px;
  color: #fff;
  margin-left:auto;
  margin-right: auto;
  width: 30%;
  position: relative;
  background-image: url("../images/arrow_white.png");
  background-repeat: no-repeat;
  background-position: center right 10%;
  background-color: #000;
}

.info {
  display: block;
  justify-content: center;
  width: 100%;
  margin-bottom: 3%;
}

.info small {
  /* display: block; */
}

/*商品リスト*/
article#content .products dl dd {
  text-align: right;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

article#content .products dl dd ul li {
  padding-left: 1%;
  width: 100%;
}

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 dl dt {
    display: block;
  }
  
  .info {
    text-align: center;
    margin-bottom: 10%;
  }
  
  .info .text-box {
    display: inline-block;
    text-align: right;
  }
  
  article#content .products dl dt span.info {
    display: none;
  }  
  
}

@media screen and (max-width:768px) {
  
  .pc_only {
    display: none;
  }
  
  .in-mbox {
    margin-bottom: 15%;
  }

  article#content .products_eye_catch_snd {
    width: 45%;
    bottom: -15%;
  }

  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 dl {
    padding: 2.5%;
  }  
  
  article#content .products dl dt {
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 2%;
  }
  
  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 dt span.info {
    width: 100%;
  }
  
  article#content .products dl dt a {
    width: 100%;
  }
  
  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;
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }  
  
  article#content .products dl dd ul li {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    width: 49%;
    margin-right: 2%;
    padding: 0;
  } 
  
  article#content .products dl dd ul li:nth-child(2n) {
    margin-right: 0;
  }   

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


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

footer ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  width: 100%;  
}

footer ul li {
  width: 25%;  
}

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;
  padding-bottom: 3%;
  padding-top: 3%;
}

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

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

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

@media screen and (max-width:768px) {
  
  footer ul li {
    width: 50%;  
  }
  
  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;
  }
  
}


