@charset "UTF-8";
/* CSS Document */
body{
  background: #fff;
}

.main-content{
  background: #f8f5f1;
  color: #333;
  font-family: 'Montserrat', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
}
.main-content a,
.main-content img{
  transition: .3s;
}


/* title */
.title-box{
  background: #fff;
  padding: 20px;
  text-align: center;
}
.title-box p{
  font-size: 14px;
}
.title-box small{
  color: #999;
  font-size: 11px;
}
.title{
  display: inline-block;
  font-size: 62px;
  line-height: 1;
  margin-bottom: 10px;
}


/*nav*/
.content-nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
  text-align: center;
  width: 1000px;
}
.content-nav li{
  background: #ddd;
  border: 3px solid #ddd;
  box-sizing: border-box;
  margin: 0 5px 10px;
  width: 160px;
}
.content-nav li a{
  background: #fff;
  display: block;
  padding: 6px;
}
.content-nav li a img{
  display: block;
  width: 100%;
}


/*content-box*/
.content-box{
  margin: 70px auto 0;
  padding-top: 20px;
  text-align: center;
  width: 1000px;
}
.content-box h2{
  /*border-bottom: 1px solid #ccc;*/
  align-content: center;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: .08em;
}
.content-box h2:before,
.content-box h2::after{
  background: #ccc;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.content-box h2 > span{
  display: block;
  transform: translateY(-50%);
  padding: 0 50px;
  white-space: nowrap;
}

.sub-txt{
  font-size: 14px;
  margin: -15px 0 30px;
}


/*item-list*/
.item-list{
  display: flex;
  flex-wrap: wrap;
}
.item-list li{
  background: #fff;
  margin: 0 calc(4% / 3) 50px 0;
  position: relative;
  width: 24%;
}
.item-list li:nth-of-type(4n){
  margin-right: 0;
}
.item-list li a{
  display: block;
  font-size: 16px;
  padding: 0 0 70px;
}

.item-list li a::after{
  background: #3d3d3d;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  display: block;
  font-size: 12px;
  margin: 0 auto;
  padding: 2px 0;
  position: absolute;
  width: 100px;

  right: 0;
  bottom: 20px;
  left: 0
}
.item-list li img{
  width: 100%;
}

.item-txt-box{
  box-sizing: border-box;
  padding: 15px 20px 10px;
}
.item-txt-box p{
  font-size: 12px;
  padding: 0 0 10px;
  text-align: justify;
}

.item-txt-box b{
  padding-bottom: 5px;
  display: block;
}

.price{
  border-bottom: 1px dashed #ccc;
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .08em;
  position: absolute;
  width: calc(100% - 40px);

  bottom: 54px;
}
.item-list img + .price{
  padding: 0;
  position: relative;
}
.item-list p + .price,
.item-list b + .price{
  border-top: 1px dashed #ccc;
}


.off{
  color: #e45515;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
}

a.btn{
  border: 1px solid #3d3d3d;
  border-radius: 2px;
  box-sizing: border-box;
  color: #3d3d3d;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
  padding: 12px 0;
  position: relative;
  width: 320px;
}
a.btn b{
  font-size: 17px;
  letter-spacing: .08em;
}
a.btn::after{
  border: 1px solid #3d3d3d;
  border-bottom:none;
  border-left: none;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s;
  width: 8px;

  top: 50%;
  right: 12px;
}


/*relation-link*/
.relation-link-box ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 840px;
}
.relation-link-box ul li{
  margin: 0 10px 20px;
  width: 400px;
}
.relation-link-box ul li:nth-of-type(2n){
  margin-right: 0;
}
.relation-link-box a{
  display: block;
}
.relation-link-box a img{
  width: 100%;
}


/*under-link*/
.under-link-box{
  padding: 80px 0 150px;
  text-align: center;
}
.under-link{
  display: flex;
  justify-content: center;
}
.under-link li{
  margin: 0 10px;
}
.under-link a{
  background: #3d3d3d;
  border-radius: 2px;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  width: 300px;
}

.under-link a::after{
  border: 1px solid #fff;
  border-bottom:none;
  border-left: none;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;

  top: 50%;
  right: 12px;
}











@media screen and (max-width: 640px) {
/*--------------*/
/* SMP settings */
/*--------------*/

.main-content{
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
}

/* SMP title */
.title-box p{
  font-size: 14px;
  text-align: left;
}
.title-box small{
  font-size: 11px;
}
.title{
  font-size: 12vw;
}
.title img{
  width: 100%;
}


/*SMP nav*/
.content-nav ul{
  margin: 30px auto 0;
  width: 100%;
}
.content-nav li{
  margin: 0 4px 8px;
  width: 40%;
  max-width: 160px;
}
.content-nav li a{
  padding: 6px;
}


/*SMP content-box*/
.content-box{
  margin: 50px auto 0;
  padding-top: 20px;
  width: 100%;
}
.content-box h2{
  /*border-bottom: 1px solid #ccc;*/
  font-size: 20px;
  letter-spacing: .08em;
}
.content-box h2:before,
.content-box h2::after{
  height: 1px;
  width: 100%;
}
.content-box h2 > span{
  line-height: 1.4;
  padding: 0 18px;
}

.sub-txt{
  font-size: 12px;
  margin: -5px auto 20px;
  text-align: justify;
  width: 90%;
}


/*SMP item-list*/
.item-list li{
  margin: 0 0 20px calc(4% / 3) ;
  width: 48%;
}
.item-list li:nth-of-type(4n){
  margin-right: 0;
}
.item-list li::after{
  font-size: 11px;
  margin: 0 auto;
  padding: 2px 0;
  width: 90px;

  right: 0;
  bottom: 15px;
  left: 0
}
.item-list li a{
  font-size: 16px;
  padding: 0 0 65px;
}
.item-list li img{
  width: 100%;
}

.item-txt-box{
  padding: 10px 10px 10px;
}
.item-txt-box p{
  font-size: 11px;
  padding: 0 0 10px;
}

.item-txt-box b{
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 5px;
}

.price{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .08em;
  position: absolute;
  width: calc(100% - 20px);

  bottom: 50px;
}
.item-list img + .price{
  padding: 0;
  position: relative;
}

.off{
  display: block;
  font-size: 11px;
  margin: -5px 0 0;
}

a.btn{
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin: 10px auto 0;
  padding: 12px 0;
  width: 90%;
}
a.btn b{
  font-size: 16px;
}
a.btn::after{
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;

  top: 50%;
  right: 12px;
}


/*relation-link*/
.relation-link-box ul{
  margin: 0 auto;
  width: 100%;
}
.relation-link-box ul li{
  margin: 0 auto 10px;
  width: 90%;
}
.relation-link-box ul li:nth-of-type(2n){
  margin-right: auto;
}


/*SMP under-link*/
.under-link-box{
  border-top: 2px dashed #ccc;
  margin: 60px 0 0;
  padding-top: 60px;
}
.under-link{
  display: block;
}
.under-link li{
  margin: 10px 0 0;
}
.under-link a{
  margin: 0 auto;
  padding: 20px 0;
  width: 90%;
}

.under-link a::after{
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;

  top: 50%;
  right: 12px;
}


}/* end media */


@media screen and (min-width: 640px) {
/*----------------*/
/* HOVER settings */
/*----------------*/

.content-nav li a:hover{
  opacity: .5;
}

.item-list li a:hover{
  opacity: .6;
}

a.btn:hover{
  background: #3d3d3d;
  color: #fff;
}
a.btn:hover::after{
  border-color: #fff;
}

.under-link a:hover{
  opacity: .6;
}
.relation-link-box a:hover{
  opacity: .6;
}

}/* end media */
