﻿@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;
  font-size: calc(100vw / 37.5);
}

html,body {
  height: auto;
  line-height: 1.5;
  /*文字詰め*/
  font-feature-settings: "palt";
  /*スマホの文字サイズ自動変更無効*/
	-webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #231815;
}

@media screen and (min-width: 769px) {  
    
  html {
    font-size: 62.5%;
  }
  
  body {
    font-size: 1.6rem;
  }
  
}

@media screen and (max-width:768px) {
  
  body {
    font-size: 1.4rem;
  }
  
}


/*---------------------------------------------------------
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: 1350px;
	width: 100%;
}

img {
  width: 100%;
}

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

main {
  position: relative;
}

@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;
  margin-bottom: 100px;
  overflow: hidden;
}

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

@media print,screen and (min-width:769px) {
  
  header h1 {
    top: 7%;
    left: 6%;
    max-width: 250px;
    width: 35%;
  }

}

@media screen and (max-width:768px) {
  
	header {
    margin-bottom: 40px;
	}

	header .img-box {
    display: block;
  }
  
  header h1 {
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  
}


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

#shop_sns ul {
  text-align: center;
  margin-bottom: 150px;
}

#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 {
  width: 100%;
  background-color: #e6c8b4;
}

.products .info-box {
  position: relative;
  display: flex;
}

.products .info-box .mainimg-box {
  max-width: 800px;
  width: 100%;
  margin-top: -50px;
}

.products .info-box .thumbnails-box {
  width: 50%;
}

.products .info-box .thumbnails-box .img_middle-box {
  display: block;
}

.products .info-box .thumbnails-box ul li span.color-box {
  display: block;
  text-align: center;
  font-size: .8rem;
  margin-top: 5px;
  height: 10px;
  white-space: nowrap;
}

.products .info-box .thumbnails-box dl {
  display: block;
  position: absolute;
}

.products .info-box .thumbnails-box dl dt {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.4;
}

.products .info-box .thumbnails-box dl dt .price {
  font-size: 1.7rem;
  margin-bottom: 15px;
}

.products .info-box .thumbnails-box dl dt .price span {
  font-size: 1.2rem;
  display: inline-block;
}

.products .info-box .thumbnails-box dl dt span {
  display: block;
}

.products .info-box .thumbnails-box dl dd {
  display: block;
}

.products .info-box .thumbnails-box dl dd a {
  display: block;
  text-align: center;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 50px;
}

.movie-box {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 50%;
  margin-left: auto;
  margin-top: -150px;
  margin-bottom: 100px;
}

.movie-box video {
  width: 100%;
}

@media print,screen and (min-width:769px) {
  
  .products {
    padding-bottom: 200px;
  }  
  
  .products .info-box {
    width: 100%;
  }
  
  .products .info-box .thumbnails-box {
    padding: 5%;
    max-width: 560px;
  }
  
  .products .info-box .thumbnails-box .img_middle-box {
    margin-bottom: 2.5%;
  }
  
  .products .info-box .thumbnails-box ul {
    display: flex;
  }

  .products .info-box .thumbnails-box ul li {
    display: block;
    margin-right: 3%;
  }  
  
  .products .info-box .thumbnails-box ul li:last-child {
    margin-right: 0;
  }
  
  .products .info-box .thumbnails-box dl {
    bottom: 0;
    right: 5%;
    max-width: 250px;
    width: 100%;  
  }
  
}

@media screen and (max-width:768px) {
  
  .products .info-box {
    width: 100%;
    flex-wrap: wrap;
  }  

  .products .info-box .mainimg-box {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }  
  
  .products .info-box .thumbnails-box {
    display: flex;
    width: 100%;
  }
  
  .products .info-box .thumbnails-box .img_middle-box,
  .products .info-box .thumbnails-box ul {
    width: 50% !important;
    text-align: center;
  }
  
  .products .info-box .thumbnails-box .img_middle-box {
    margin-bottom: 40%;
  }  
  
  .products .info-box .thumbnails-box ul li {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }  
  
  .products .info-box .thumbnails-box dl {
    bottom: 3%;
    left: 0;
    width: 50%;
  }  
  
  .products .info-box .thumbnails-box dl dt {
    font-size: 1rem;
  }

  .products .info-box .thumbnails-box dl dt .price {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .products .info-box .thumbnails-box dl dt,
  .products .info-box .thumbnails-box dl dd {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .products .info-box .thumbnails-box dl dd a {
    line-height: 30px;
  }  
  
  .movie-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
    background-image: url("../images/load.gif");
    background-repeat: no-repeat;
    background-position: center center;
  }

  .movie-box video {
    width: 100%;
  }  

}


#s02.products,
#s04.products,
#s06.products {
  background-color: #fac3a0;
}

/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer {
}

footer .footer_wrap .img-box {
  display: block;
}  

footer .footer_wrap .info-box {
  width: 40%;
}

footer .footer_wrap .info-box h1,
footer .footer_wrap .info-box .btn-box,
footer .footer_wrap .info-box dl {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  display: block;
}

footer .footer_wrap .info-box h1 {
  margin-bottom: 4%;
}

footer .footer_wrap .info-box .btn-box {
  position: relative;
  text-align: center;
  margin-bottom: 40%;
  display: flex;
  flex-wrap: wrap;
}

footer .footer_wrap .info-box .btn-box span {
  display: block;
  width: 35%;
}

footer .footer_wrap .info-box .btn-box span:last-child {
  margin-left: auto;
}

footer small {
  border-top: 1px solid #6b6b6b;
  display: block;
  font-size: 10px;
  text-align: center;
  line-height: 30px;
  color: #231815;
  letter-spacing: 2px;
}
  
@media print,screen and (min-width:769px) {  
  
  footer .footer_wrap {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  footer .footer_wrap .img-box {
    width: 60%;
    max-width: 800px;
  }

  footer .footer_wrap .info-box {
    max-width: 565px;
  }

  footer .footer_wrap .info-box dl {
    display: block;
    line-height: 30px;
    font-size: 16px;
  }

  footer .footer_wrap .info-box dl dt {
    display: block;
  }

  footer .footer_wrap .info-box dl dd {
    display: block;
    margin-bottom: 30px;
  }

  footer .footer_wrap .info-box dl dd span {
    display: block;
    padding-left: 20px;
  }

  footer .footer_wrap .info-box dl dd.logo span {
    max-width: 80px;
  }
  
}

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

  footer .footer_wrap .img-box {
    margin-bottom: 40px;
  }  

  footer .footer_wrap .info-box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }  
  
  footer .footer_wrap .info-box h1 {
    margin-bottom: 30px;
  }  

  footer .footer_wrap .info-box .btn-box {
    margin-bottom: 20%;
  }

  footer .footer_wrap .info-box dl {
    text-align: center;
    font-size: 12px;
  }

  footer .footer_wrap .info-box dl dt {
    margin-bottom: 5px;
  }

  footer .footer_wrap .info-box dl dd {
    display: block;
    margin-bottom: 30px;
  }
  
  footer .footer_wrap .info-box dl dd span {
    display: inline-block;
  }  

  footer .footer_wrap .info-box dl dd.logo span {
    display: block;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  
  footer small {
    line-height: 55px;
  }  

}


