@charset "UTF-8";
/* CSS Document */

.main-content{
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0 auto;
  overflow: hidden;
  width: 1000px;
}
.main-content a{
  transition: .4s;
}

/* title */
.title{
  margin: 0;
  text-align: center;
  width: 100%;
}


/* nav-tab */
.nav-tab{
  margin: 20px 0 30px;
}
.nav-tab::after{
  background: #919191;
  content: '';
  display: block;
  height: 1px;
  margin-top:1px;
  width: 100%;
}
.nav-tab ul{
  text-align: center;
}
.nav-tab ul li{
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
  vertical-align: bottom;
  width: 200px;
}
.nav-tab li a{
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  color: #aaa;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 30px;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-tab li.active a{
  border: 1px solid #919191;
  border-bottom: 1px solid #fff;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-bottom: -2px;
  transition: .3s;
}

/* nav-categpry */
.nav-categpry ul{
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}
.nav-categpry ul li{
  margin: 0 3px;
}
.nav-categpry a{
  background: #444;
  display: block;
  height: 110px;
  overflow: hidden;
  position: relative;
  width: 110px;
}
.nav-categpry a img{
  margin-top: -10px;
  opacity: .5;
  width: 100%;
}
.nav-categpry a span{
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: auto;
  margin: auto;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;

  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}


/* nav-logo */
.nav-logo {
  display: block;
  overflow: hidden;
  width: 100%;
}
.nav-logo ul{
  display: block;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}

.nav-logo ul li{
  display: inline-block;
  overflow: hidden;
  width: 150px;
  margin: 6px;
  text-align: center;
  box-shadow: 0 3px 5px rgba(0,0,0,0.22);
  background-color: #fff;
}
.nav-logo ul li a{
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 5px solid #fe0000;
}
.nav-logo ul li span{
  display: block;
  border: 5px solid #fe0000;
  padding: 5px 0;
}

.nav-logo ul li img{
  padding: 5px 0;
  width: 100%;
  display: block;
}

.capp {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 11px;
    margin: 0 auto;
}



.content-box{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
/* column */
section.column{
  box-sizing: border-box;
  margin: 0 0 70px;
  overflow: hidden;
  padding: 0 40px 0;
  text-align: left;
  width: 50%;
}
.column a{
  display: block;
}
.column img{
  transition: .3s;
  width: 100%;
}

.headline-box{
  height: 420px;
  overflow: hidden;
  position: relative;
  width: 420px;
}
.headline-box > img{
  margin-top: -40px;
}
.headline{
  background:  rgba(255,255,255,.8);
  color: #de4c49;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 0 15px;
  position: absolute;
  text-align: center;
  z-index: 1;
  width: 100%;

  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.headline > span{
  display: block;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
}

.item-list{
  margin: 0;
}
.item-list li{
  margin: 0;
}
.item-list a{
  background: #db3934;
  border-radius: 2px;
/*  border-bottom: 1px dotted #ea0d1d;*/
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  line-height: 1;
  margin: 5px 0;
  padding: 12px 0 12px 12px;
  opacity: .9;
  position: relative;
  text-align: center;
}
.item-list a::after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  transform: rotate(45deg);
  width: 8px;

  top: 17px;
  right: 10px;
}

.sale-btn{
  border: 1px solid #eb0d1d;
  border-radius: 2px;
  color: #eb0d1d;
  display: block;
  margin: 20px auto 0;
  padding: 8px 0;
  position: relative;
  text-align: center;
  width: 70%;
}
.sale-btn::after{
  border-top: 1px solid #db3934;
  border-right: 1px solid #db3934;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  transform: rotate(45deg);
  width: 8px;

  top: 14px;
  right: 10px;
}


.btn-more{
  clear: both;
  margin: 0 0 50px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.btn-more a{
  background: #db3934;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin: 30px 10px 0;
  padding: 14px 0;
  text-align: center;
  width: 300px;
}

/* under link */
.under_link {
  clear: both;
  padding: 0 0 50px;
  text-align:center;
  width: 100%;
}
.under_link li {
  border: 1px solid #eee;
  box-sizing: border-box;
  display: inline-block;
  margin:auto 5px 5px auto;
  text-align: center;
  width: 232px;
}
.under_link a {
  color: #eee;
  display: block;
  font-size: 93%;
  padding: 14px 0;
}

/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/
/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/

@media screen and (max-width: 640px) {
/* SMP */

.main-content{
  padding-bottom: 0px;
  width: 100%;
}
.title{
  margin: 30px 0 10px;
  width: 100%;
}
.title img{
  width: 100%;
}

/* SMP section */
.section{
  margin: 0 0 80px;
  width: 100%
}
/* SMP nav-tab */
.nav-tab{
  margin: 0 0 5vw;
}
.nav-tab ul{
  text-align: center;
}
.nav-tab ul li{
  margin: 0 2px;
  vertical-align: bottom;
  width: 30%;
}
.nav-tab li a{
  font-size: 4vw;
  height: 4vw;
  line-height: 1.5;
  padding: 2vw 0 4vw;
}
.nav-tab li.active a{
  height: 4.2vw;
  line-height: 1.5;
  padding: 2vw 0 4.5vw;
}

/* SMP nav-categpry */
.nav-categpry ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -30px;
}
.nav-categpry ul li{
  margin: 2px;
}
.nav-categpry a{
  background: #000;
  display: block;
  height: 22vw;
  overflow: hidden;
  position: relative;
  width: 22vw;
}
.nav-categpry a img{
  margin-top: -10px;
  opacity: .5;
  width: 100%;
}
.nav-categpry a span{
  color: #fff;
  font-size: 10px;
  padding: 0;
  width: 100%;
}

/* nav-logo */

.nav-logo ul li{
  display: inline-block;
  overflow: hidden;
  width: 30%;
  margin: 1.2%;
}
.nav-logo ul li span{
  font-size: 11px;
}

.sml_ttl_box_underbtn1{
  width: 95%;
  margin: 0 auto;
}


/* SMP column */
section.column{
  margin: 0 0 0 2%;
  padding: 50px 0 0;
  width: 47%;
}

.column img{
  width: 100%;
}

.headline-box{
  height: 47vw;
  overflow: hidden;
  position: relative;
  width: 47vw;
}
.headline-box > img{
  margin-top: -2.5vw;
}
.headline{
  font-size: 4.5vw;
  padding: 2.5vw 0;
  text-align: center;
  width: 100%;
}
.headline > span{
  font-size: 3vw;
}

/*SMP item-list*/
.item-list{
  margin: 0;
}
.item-list li{
  margin: 3px 0;
}
.item-list a{
  font-size: 13px;
  margin: 0;
  padding: 15px 0 15px 12px;
  text-align: left;
}
.item-list a::after{
  height: 6px;
  width: 6px;

  top: 18px;
  right: 8px;
}

.sale-btn{
  box-sizing: border-box;
  font-size: 11px;
  margin: 10px auto 0;
  padding: 8px 0;
  width: 100%;
}
.sale-btn::after{
  height: 6px;
  width: 6px;

  top: 21px;
  right: 6px;
}

.btn-more{
  clear: both;
  margin: 40px 0 50px;
  overflow: hidden;
  width: 100%;
}
.btn-more a{
  display: block;
  font-size: 16px;
  margin: 0 auto 10px;
  padding: 14px 0;
  text-align: center;
  width: 300px;
}

/* SMP under link */
.under_link {
  padding: 30px 0 50px;
}
.under_link li {
  margin:auto 5px 5px auto;
  width: 90%;
}
.under_link a {
  font-size: 93%;
  padding: 14px 0;
}




br.sp-visible{
  display: inline;
}
}/* SMP end */

@media screen and (min-width: 641px) {
/* hover settings */
.nav-tab li:not(.active) a:hover{
  border-color: #aaa;
  color: #666;
}
.nav-categpry a:hover{
  opacity: .7;
}

.nav-logo ul li a:hover{
  opacity: 0.7;
}

.column a:hover img,
.item-list a:hover,
.btn-more a:hover{
  opacity: .6;
}
a.sale-btn:hover{
  background: #ffe9e8;
}
.under_link a:hover{
  background: #fff;
  color: #3b2328;
}


br.sp-visible{
  display: none;
}
}/* HOVER end */
