
@charset "UTF-8";
/* CSS Document */

html,
body{
  width:100%;
}
li{
  list-style:none;
}
.pc_none{
  display: none;
}
.sp_none{
  display: block;
}
#path{
  margin-bottom: 0;
}
#path ul{
  background-color: #fff;
}
#path h1{
  display: inline-block;
  font-size: 11px;
  font-weight: lighter;
}

#container2{
  font-family: Avenir Next Lt Pro,Century gothic,"Helvetica neue",Helvetica,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  padding-bottom: 50px !important;
}

.ctt_ttl{
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: left;
  margin: 20px 0 0 0 ;
}
.ctt_ttl ul li{
  display: block;
  overflow: hidden;
  float: left;
  padding: 0 20px;
  border-right: 1px solid #eee;
  font-size: 11px;
}

.ctt_ttl ul li:nth-of-type(1){
  padding: 0 20px 0 0 ;
}
.ctt_ttl ul li:nth-of-type(2){
  font-size: 40px;
}
.ctt_ttl ul li:nth-of-type(3){
  border-right: 1px solid #fff;
  line-height: 1.6em;
}

.ctt_ttl ul span{
  display: block;
  overflow: hidden;
  font-size: 8px;
  letter-spacing: 1em;
  margin-bottom: 10px;
}
#main-content{
  background-image: url(main_bg.png);
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  width:970px;
}
#main-content a,
#main-content img{
  transition: .3s;
}

/* title */
.title-box{
  margin: 0;
  text-align: center;
  width: 100%;
}
.title-box img{
  margin: 0 auto;
}
.title-box span{
  font-size: 14px;
  width: 100%;
  background-color: #f7dad1;
  display: block;
  padding: 30px 0;
}

/* headline */
.headline{
  margin: 30px 0 0 0;
  text-align: center;
  width: 100%;
}
.headline > img{
  margin: 0 0 26px 0;
  width: 40px;
}
.headline hr{
  border: none;
  border-top: 1px dashed #999;
}
.headline span{
  background: #fff;
  display: inline-block;
  font-family: "Prata","Sawarabi Mincho","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: .15em;
  margin: -30px auto 0 auto;
  padding: 0 30px;
  width: auto;
}
.headline span > span{
  background: none;
  font-size: 11px;
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  letter-spacing: .08em;
  margin: 6px 0 0 0;
}

/* section */
.section{
  margin: 40px 0 40px 0;
  overflow: hidden;
  width: 100%
}
div.section:first-of-type{
  margin: 40px 0 -30px 0;
}

/* list common*/
.section ul{
  overflow: hidden;
}
.section ul li{
  float: left;
}
.section ul a{
  color: #333;
  display: block;
}
.upper-box{
  position: relative;
  text-align: left;
}
.upper-box b{
  display: block;
  font-family: "Prata","Sawarabi Mincho","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  font-weight: 400;
  font-size: 48px;
  position: absolute;
  z-index: 1;
  line-height: 0.7em;
  top: -10px;
  left: 20px;
}

.lower-box > *{
  float: left;
}
.lower-box div span{
  display: block;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
.lower-box div p{
  border-top: 1px dashed #666;
  font-size: 12px;
  line-height: 1.5em;
  margin: 10px 0 0 0;
  overflow: hidden;
  padding: 10px 0 0 0;
  text-align: justify;
  width: 100%;
}

.brand{
  font-size: 18px;
}
.price{
  font-size: 16px;
  font-weight: 600;
  margin: 2px 0 0 0;
  position: relative;
}
.price::after{
  content: "Check";
  font-size: 10px;
  padding: 5px 10px ;;
  position: absolute;
  transition: .3s;
  right: 0;
  color: #fff;
  background-color: #666;
  border-radius: 2px;
}

/* list MAIN */
ul.main-list{
  padding: 40px 0 0 0;
  width: 1000px;
  margin: 0 auto;
}
ul.main-list li{
  margin: 0 110px 80px 0;
  width: 430px;
}
ul.main-list li:nth-of-type(2n){
  margin-right: 0;
}

ul.main-list .lower-box div{
  margin: 0 0 0 20px;
  width: 210px;
}

ul.main-list .brand{
  margin: 20px 0 0 0;
}

/* list SUB */
ul.sub-list{
  margin: -10px auto 0;
  padding: 32px 0 0 0;
   width: 1000px;
}

ul.sub-list li{
  margin: 0 35px 90px 0;
  width: 300px;
}
ul.sub-list li:nth-of-type(3n){
  margin-right: 0;
}
ul.sub-list .lower-box div{
  width: 100%;
}

ul.sub-list .brand{
  margin: 14px 0 0 0;
}

/* search-nav */
.search-nav{
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.search-nav li{
  float: none!important;
  display: inline-block;
  margin: 0 10px 10px 0;
  text-align: center;
  transition: .3s;
}
.search-nav li:nth-of-type(6n){
  margin-right: 0;
}
.search-nav li a{
  border: 5px solid #eee;
  box-sizing: border-box;
  display: inline-block;
  height: 150px;
  width: 150px;
}
.search-nav img{
  margin: 50px 0 0 0;
  width: 90%;
}

.search-nav.type img{
  margin: 0;
  width: 100%;
}
.search-nav.type span{
  color: #666;
  display: inline-block;
  font-size: 11px;
  margin: 4px 0 0 0;
}

span.short-letter{
  letter-spacing: -2px!important;
  margin: 0!important;
}

/* under link */

.under_link {
  margin: 0 0 50px 0;
  padding: 0 0 20px 0;
  text-align:center;
  width: 100%;
}
.under_link li {
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: inline-block;
  margin:auto 5px 5px auto;
  text-align: center;
  width: 232px;
}
.under_link a {
  color: #574945;
  display: block;
  font-size: 93%;
  padding: 14px 0;
}

.trailer{
  display: block;
    font-size: 16px;
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.trailer span{
  display: block;
  overflow: hidden;
  font-size: 11px;
  padding: 10px;
}
.trailer span a{
  color: #7f2d00;
  font-weight: bold;
  text-decoration: underline;
}

.trailer img{
    margin: 0 8px;
}

.footer_matome{
    font-size: 9px;
    background-color: #eee;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.footer_matome span{
    display: block;
    font-size: 10px;
    line-height: 2em;
    margin: 0 auto;
    padding: 30px;
    text-align: left;
    width: 970px;
}

.sml_ttl_box_underbtn_footer {
  display: block;
  overflow: hidden;
  padding: 0 0 40px 0;
  width: 350px !important;
  margin: 0 auto;
}

.sml_ttl_box_underbtn_footer a{
  display: block;
  overflow: hidden;
  margin:10px auto;
  text-align: center;
  background-color: #535353;
  color: #fff;
  padding: 20px 50px;
  font-size: 14px;
}

.sml_ttl_box_underbtn_footer a:hover{
  background-color: #6d6d6d;
}


/* まとめ */

.matome{
  width: 100%;
  display: block;
  overflow: hidden;
}
.matome ul{
  width: 1000px;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 50px auto 30px;
}

.matome ul li:first-of-type{
  display: block;
  overflow: hidden;
  background-color: #ebb1b4;
  float: left;
  text-align: center;
  padding: 5.3% 7%;
  font-size: 20px;
  height: 45px;
  color: #fff;
}
.matome ul li:last-of-type{
  width: 67%;
  display: block;
  overflow: hidden;
  float: left;
  text-align: left;
  padding: 25px 30px;
  border: 1px solid #ebb1b4;
  line-height: 2em;
  font-size: 13px;
  height: 100px;
}
/* まとめ */
.item_text_ttl{
  background-color: #f4e9e9;
  width: 100%;
  padding: 5px;
  font-size: 12px;
}


.sml_ttl_box_underbtn1{
  width: 1000px;
  margin: 0 auto;
}

/*--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/

@media screen and (max-width: 640px) {

.pc_none{
  display: block;
}
.sp_none{
  display: none;
}

/* SMP */
#path h1{
font-size: 75%;
}

.ctt_ttl{
  margin:0 5px; 
  color: #000;
}
.ctt_ttl ul li{
  padding: 0;
  float: left !important;
}
.ctt_ttl ul li img{
  width: 50px;
}
.ctt_ttl ul li:nth-of-type(1) {
  width: 10% !important;
  margin: 0px;
}
.ctt_ttl ul li:nth-of-type(2){
  width: 30px !important;
  padding: 0 5px;
  font-size: 14px;
}
.ctt_ttl ul li:last-of-type{
  width: 200px !important;
  font-size: 7px;
  padding: 0 5px;
}

.ctt_ttl ul span{
  font-size: 7px;
}


#main-content{
  padding: 0;
  width:100%;
}

/* SMP title */
.title-box{
  margin: 0 0 40px 0;
  text-align: center;
  width: 100%;
}
.title-box span{
  margin: 0 0;
  width: 95%;
  display: block;
  padding: 10px 10px;
  font-size: 12px;
}
.title-box img{
  width: 100%;
}
.title-box p{
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.7;
  margin: 20px auto 0 auto;
  text-align: justify;
  width: 90%;
}

/* SMP headline */
.headline{
  margin: 30px 0 0 0;
  width: 100%;
}
.headline > img{
  margin: 0 0 32px 0;
  width: 40px;
}
.headline hr{
  border: none;
}
.headline span{
  font-size: 36px;
  font-weight: 400;
  letter-spacing: .15em;
  margin: -20px auto 0 auto;
  padding: 0;
  width: 80%;;
}
.headline span > span{
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.5;
  margin: 6px 0 0 0;
}

/* SMP section */
.section{
  margin: 0 0 80px 0;
  overflow: hidden;
  width: 100%
}
div.section:first-of-type{
  margin: 20px 0 -20px 0;
}

/* SMP list common*/
.section ul{
  width: 100%;
}
.section ul li{
  float: left;
  overflow: hidden;
}

.upper-box{
  text-align: left;
}
.upper-box img{
  width: 100%;
}
.upper-box b{
  display: block;
  font-weight: 400;
  font-size: 62px;
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 2%;
}

.lower-box > *{
  float: left;
}
.lower-box div span{
  display: block;
  font-weight: 400;
  text-align: left;
}
.lower-box div p{
  border-top: 1px dashed #666;
  font-size: 11px;
  letter-spacing: .04em;
  margin: 14px 0 0 0;
  overflow: hidden;
  padding: 10px 0 0 0;
  text-align: justify;
  width: 100%;
}

.brand{
  font-size: 18px;
}
.price{
  font-size: 16px;
  position: relative;
}
.price::after{
  border: 1px solid #666;
  content: "Check";
  font-size: 10px;
  padding: 5px;
  position: absolute;

  right: 0;
}

/* SMP list MAIN */
ul.main-list{
  padding: 0 0 0 0;
}
ul.main-list li{
  float: none;
  height: auto;
  margin: 0 0 70px 0;
  padding: 36px 0 0 0;
  width: 100%;;
}
ul.main-list li:nth-of-type(2n){
  margin-left: 0;
}
ul.main-list .lower-box img{
  margin: 20px 0 0 0;
  width: 30%
}
ul.main-list .lower-box div{
  margin: 0 1%;
  width: 68%;;
}

ul.main-list .brand{
  margin: 20px 0 0 0;
}

/* SMP list SUB */
ul.sub-list{
  margin: -10px 0 0 0;
  padding: 0;
}
ul.sub-list li{
  height: auto;
  margin: 0 4% 8% 4%;
  overflow: hidden;
  padding: 10vw 0 0 0;
  width: 44%;
}
ul.sub-list li:nth-of-type(3n){
margin: 0 4% 20px 4%;
}
ul.sub-list li:nth-of-type(2n){
  margin-left: 0;
}
ul.sub-list .lower-box div{
  width: 100%;
}
ul.sub-list .lower-box p{
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 10px 0 0 0;
}
ul.sub-list .brand{
  margin: 10px 0 4px 0;
}
ul.sub-list b{
  font-size: 36px;
}
ul.sub-list .brand{
  font-size: 14px;
  font-weight: 600;
}
ul.sub-list .price{
  font-size: 11px;
}

/* SMP search-nav */
ul.search-nav{
  margin: 20px 0 0 0;
  text-align: center;
}
ul.search-nav li{
  display: inline-block;
  float: none;
  margin: 0 2vw 2vw 0;
}
.search-nav li a{
  border: 5px solid #eee;
  height: 44vw;
  width: 44vw;
}
.search-nav img{
  margin: 9vw 0 0 0;
  width: 90%;
}

.search-nav.type img{
  margin: 0;
  width: 100%;
}
.search-nav.type span{
  display: inline-block;
  font-size: 10px;
  margin: 4px 0 0 0;
}

/* SMP under link */
.under_link li {
  margin: 5px 0;
  width: 90%;
}

.sml_ttl_box_underbtn_footer {
  width: 100% !important;
}
.sml_ttl_box_underbtn_footer a {
  width: 90%;
  padding: 20px 5px;
}

/* まとめ */
.matome {
  width: 90%;
  margin: 0 auto;
}
.matome ul{
  width: 100%;
}
.matome ul li:first-of-type{
  float: none;
  width: 100%;
  padding: 20px 0 10px;
  margin: 0 auto;
}
.matome ul li:last-of-type{
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  border: none;
  height: auto;
}

.sml_ttl_box_underbtn1{
  width: 95%;
}

.m-sign-form-btn-area{
  width: 95%;
  margin: 0 auto;
}

}/* SMP end */





@media screen and (min-width: 641px) {
/* hover settings */
.section ul a:hover{
  color: #999;
}
.section ul a:hover img{
  opacity: .6;
}
.section ul a:hover .price::after{
  background: #868686;
  color: #fff;
}

.search-nav li:hover{
  color: #ccc;
}
.search-nav li:hover a{
  border: 5px solid #ccc;
  box-shadow: 0 0 20px #ddd;
}
.search-nav li:hover a img{
  opacity: 1;
}
.under_link a:hover{
  background: #ddd;
}
.footer_matome{
    padding: 5px;
}

.footer_matome span{
    font-size: 8px;
    width: 80%;
}

}/* HOVER end */
