* {
  box-sizing: border-box;
}

.red {
  color: #cd0001 !important;
}

/*header*/
.header {
  background-color: #fffdf9;
  border-top: 4px solid #eb2f2e;
  border-bottom: 2px solid #eb2f2e;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  width: 100%;
  z-index: 100;
  padding: 0 70px;
}

.logoBox {
  margin: 10px 0 0 50px;
}


.menuBox li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 25px;
}

.menuBox li a {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.menuBox li a span {
  font-family: TimesNewRoman,
    "Times New Roman",
    Times,
    Baskerville,
    Georgia,
    serif;
  font-size: 13px;
  display: block;
}

.menuBox li a:hover {
  color: #eb2f2e;
}


@media screen and (max-width:1210px) {
  .header {
    padding: 0 1%;
  }
}




/*ハンバーガー*/

.wrapper {
  display: none;
}

.menuBox {
  display: block;
}


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

  .header {
    height: 70px;
    padding: 3%;
  }

  .logoBox {
    width: 80%;
    margin: 10px 0 0 0;
  }

  .menuBox {
    display: none;
  }

  .wrapper {
    display: block;
    height: 100%;
    overflow-x: hidden;
    position: relative;
  }

  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }

  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(235, 47, 46, 0.9);
  }

  .menu-trigger {
    display: inline-block;
    width: 45px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 14px;
    right: 12px;
    z-index: 100;
    transform: translateX(0);
    transition: transform .5s;
    background-color: #eb2f2e;
    padding: 22px;
    border-radius: 5px;
  }

  .menu-trigger.active {
    /*transform: translateX(-250px);*/
  }

  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 8px;
    width: 28px;
    height: 3px;
    background-color: #fff;
  }

  .menu-trigger.active span {
    background-color: #fff;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 12px;
  }



  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
    top: 8px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 21px;
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 11px;
  }

  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
    bottom: 9px;
  }

  nav {
    width: 250px;
    height: 100%;
    padding: 50px 0;
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 99;
    transform: translate(250px);
    transition: all .5s;
  }

  nav.open {
    transform: translateZ(0);
    background-color: rgba(235, 47, 46, 0.9);
  }

  nav li {
    text-align: center;
    padding: 10px 0;
    border-bottom: solid #fff 1px;
  }

  nav li a {
    color: #fff;
    text-decoration: none;
  }

  * {
    box-sizing: border-box;
  }

  ul {
    list-style: none;
  }

}


/*--------イチビキおすすめBOX--------*/
#brandBox {
  width: 960px;
  margin: 60px auto;
  border: 1px solid #e60012;
  background: #FFFFFF;
}

#brandBox .brandTitle {
  position: relative;
  padding: 5px 20px;
  background: #fbd6d5;
}

#brandBox .brandTitle p {
  font-weight: bold;
  font-weight: 15px;
  color: #000;
}

#brandBox ul {
  overflow: hidden;
  padding: 8px;
}

#brandBox ul li {
  float: left;
  margin: 10px 4px;
}

@media only screen and (max-width: 768px) {
  #brandBox {
    width: 96%;
    margin: 30px auto;
  }

  #brandBox .brandTitle {
    position: relative;
    padding: 5px 20px;
    background: #fbd6d5;
  }

  #brandBox ul li {
    width: 49%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  #brandBox ul li:nth-child(2n) {
    margin-right: 0;
  }

  #brandBox ul li:nth-child(5) {
    margin-bottom: 0px;
  }

  #brandBox ul li img {
    width: 100%;
    height: auto;
  }

  #contents_wrapper {
    padding-bottom: 0px;
  }
}

/*footer*/
footer {
  background-color: #fff;
  border-top: 2px solid #eb2f2e;
}

footer .inner {
  max-width: 1200px;
  margin: 30px auto 20px;
  padding: 0 30px;
}

.footer_pc {
  width: 70%;
  margin: 0 auto;
}

.footer_pc ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.footer_pc ul li a {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.footer_flexBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
}

.submenu {
  order: 3;
}

.submenu ul {
  list-style: none;
  font-size: 0;
}


.submenu ul li {
  padding: 0 10px;
  border-left: 1px solid #666;
  display: inline-block;
}

.submenu ul li:last-child {
  border-right: 1px solid #666;
}

.submenu ul li a {
  color: #666;
  font-size: 13px;
  text-decoration: none;
}

.snsicon {
  order: 2;
}

.footersnsList {
  display: flex;
}

.footersnsList li {
  width: 35px;
  height: auto;
  margin-right: 20px;
}

.footersnsList li:last-child {
  margin-right: 0;
}

.footersnsList li img {
  width: 100%;
}

.footer_leftBox {
  order: 1;
}

.access_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.access_list li {
  list-style: none;
}

.access_list li.first {
  margin: 0 20px 0 0;
}

.copyright {
  background: #e60012;
  padding: 7px 0 5px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-top: 30px;
}

@media screen and (max-width:1024px) {
  .footer_pc {
    display: none;
  }

  .footer_flexBox {
    display: block;
  }

  .submenu {
    padding-right: 0 !important;
    text-align: center;
  }

  .footersnsList {
    justify-content: center;
    margin: 3% 0;
  }

  .access_list {
    display: block;
  }

  .footer_leftBox {
    text-align: center;
  }


  .access_list li.first {
    margin: 1% 0;
  }
}

@media screen and (max-width:1330px) {
  .submenu {
    padding-right: 70px;
  }
}

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


  .footersnsList li {
    width: 30px;
    height: auto;
    margin-right: 15px;
  }


}

@media screen and (max-width:450px) {
  .submenu ul li {
    margin-bottom: 10px;
  }


  .access_list li {
    margin: 2% 0;
  }

  footer .inner {
    padding: 0 7%;
  }

  .logoBox {
    margin: 3% 0 0 3%;
  }
}

.h_alpha a:hover img {
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.h_alpha a img {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}