﻿@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-weight: 300;
  color: #000;
}

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


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

header h1 {
  display: block;
  position: absolute;
  top: 20%;
  right: 7%;
  -ms-transform: translateY(-50%);
  width: 32%;
}

header ul {
  display: block;
}

header ul li a {
  display: block;
  color: #72756a;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
}

header ul li:first-child {
  margin-left: 0;
}

header ul li:nth-child(3) {
  /* padding-right: 2%; */
}

header ul li.logo {
  font-size: 0;
  line-height: 0;
}

header ul li.logo img {
  height: 17px;
  width: auto;
  margin-top: -3px;
  opacity: .3;
}

@media print,screen and (min-width:769px) {
  
  header ul {
    position: absolute;
    left: 5%;
    top: 9% !important;
    width: 90% !important;
    text-align: right;
  }  

  header ul li {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 40px;
  }
  
  header ul li.logo {
    position: absolute;
    margin-top: -12px;
  }

  header ul li:nth-child(1) {
    left: .4%;
  }
  
  header ul li:nth-child(4) {
    right: -4%;
  }
  
  header ul li.logo img {
    height: 34px;
  }  
  
  header ul li:nth-child(5),
  header ul li:nth-child(6) {
    float: right;
  }  

}

@media screen and (max-width:768px) {
  
  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;
  }
  
  header ul li.logo {
    padding: 20px;
    background-color: #fff;
    border-bottom: none;
  }

  header ul li.logo img {
    height: 20px;
  }
  
}



/***********************************
アイキャッチ
************************************/
#eye_catch {
  font-size: 0;
  line-height: 0;
}

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

#eye_catch p {
  display: block;
  max-width: 650px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8%;
  font-size: 20px;
  letter-spacing: 3px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  
  #eye_catch h1 {
    display: none;
  }
  
}


/***********************************
タイトルボックス
************************************/
#title_box p {
  display: block;
  max-width: 650px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8%;
  margin-top: 12%;
  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: 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: 18px;
  /* font-style: italic; */
  font-weight: 400 !important;
}

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

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

article#content .products dl dt a {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 2px;
  padding-bottom: 5px;
  color: #fff;
  background-color: #868080;
  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;
}

article#content .products .products_thumbnails {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

article#content .products .products_thumbnails li {
  width: 32.6%;
  margin-right: 1.1%;
}

article#content .products .products_thumbnails li:last-child {
  margin-right: 0;
}

article#content .products .products_thumbnails li .color {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

/*ボタン*/
article#content .products dl a {
  background-image: url("../images/btn_arrow.svg");
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-position: center right 15px;
}

@media screen and (min-width: 769px) {  
  
  article#content .products dl dt {
    display: flex;
    align-items: inherit;
    margin-bottom: 120px;
  }  
    
  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%;
    display: flex;
    align-items: center;
    justify-content: center;
  }  
  
}

@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;
    text-align: right;
    width: 90%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  
  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: 5% 0 2% 0;
  background-color: #4d4d4d;
  color: #fff;
}

/*btn-box*/
footer .btn-box {
  display: flex;
  position: relative;
  text-align: center;
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

footer .btn-box dl dt {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  opacity: .5;
}

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

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

@media screen and (max-width:768px) {
  
  footer {
    padding: 10% 0;
  }

  /*btn-box*/
  footer .btn-box {
    display: block;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  footer .btn-box dl:first-child {
    margin-bottom: 60px;
  }

  footer .btn-box dl dt {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  footer .btn-box dl dd span {
    display: inline-block;
    width: 20%;
    margin-left: 5%;
    margin-right: 5%;
  }

}


