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

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

**********************************************/
.main {
  padding-bottom: 40px;
}
.sec01{
  background-size:100%;
  position:relative;
  text-align: center;
  width: 800px;
  margin: 0 auto;
}
.main_title {
  text-align: center;
  width: 500px;
  margin: 0 auto;
  margin-top: 3%;
}
.back {
  padding:40px 0;
  border-bottom: solid #754C24 1px;
}
.back_div {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.back_img {
  display: inline-block;
}
.back_area a {
  text-decoration: none;
  color:#000;
  display: inline-block;
  width: 300px;
}
.back_img img {
  height: auto;
  width: 100%;
}
.back_t_ul {
  margin: 5% 0 0 6%;
  list-style: none;
  font-weight: bold;
  text-align: left;
}
.back_t_ul li {
  position: relative;
  font-size: 22px;
}
.back_t_ul li::before{
  position: absolute;
  content: "・";
  display: inline-block;
  font-size: 28px;
  left: -7%;
  top: -9%;
}
.back_text {
  margin-left: 3%;
  width: 50%;
}
.back_t_top {
  color: #603813;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
.back_t_top_sub {
  color: #603813;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
}
@media(max-width:768px) {
	.main {
    padding-bottom: 10vw;
  }
  .sec01{
    background-size:100%;
    position:relative;
    text-align: center;
    width: 90%;
  }
  .main_title {
    color: #FFCE00;
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
    margin-bottom: 4vw;
    width: 100%;
  }
  .back {
    padding:6vw 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;
    font-size: 3vw
  }
  .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;
  }
}