@charset "utf-8";
/* CSS Document */
/**********************************************

各店から新年のプレゼント　奥様の生下着

**********************************************/
.main {
  padding-bottom: 34vw;
}
.sec01{
  background: url('../images/back/back.png') center top repeat;
  background-size:100%;
  position:relative;
  text-align: center;
}
.main_title {
  color: #FFCE00;
  font-weight: bold;
  text-align: center;
  font-size: 4vw;
  margin-bottom: 4vw;
}
.back {
  padding:8vw 0;
  margin:0 15px;
  border-bottom: solid #754C24 1px;
}
.back_div {
  display: flex;
  justify-content: center;
  margin-bottom: 5vw;
}
.back_area a {
  text-decoration: none;
  color:#000;
  display: inline-block;
  width: 65vw;
}
.back_t_ul {
  margin: 4vw 0 0 2vw;
  list-style: none;
  font-weight: bold;
  font-size: 4vw;
  text-align: left;
}
.back_t_ul li {
  position: relative;
}
.back_t_ul li::before{
  position: absolute;
  content: "・";
  display: inline-block;
  font-size: 5vw;
  left: -4.5vw;
  top: -1vw;
}
.back_text {
  margin-left: 4vw;
  width: 110vw;
}
.back_t_top {
  color: #603813;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: left;
}
.back_t_top_sub {
  color: #603813;
  font-size: 5.5vw;
  font-weight: bold;
  text-align: left;
}