main {
  line-height: 1.6;
}

.top-page {
  padding-top: 0;
  background: #050505;
}

.fv {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .fv {
    background: url(../img/fv-bg.png) no-repeat bottom;
    background-size: 100%;
  }
}
@media print, screen and (min-width: 900px) {
  .fv {
    background: url(../img/fv-bg.png) no-repeat bottom;
    background-size: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .fv .fv-inr {
    padding: 100px 20px 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: top;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-inr {
    padding: 150px 0 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: top;
  }
}
@media only screen and (max-width: 899px) {
  .fv .fv-logo {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-logo {
    margin-top: 50px;
  }
}
.fv .fv-logo img {
  display: block;
}
@media only screen and (max-width: 899px) {
  .fv .fv-logo img {
    width: 151px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-logo img {
    width: 175px;
    margin-bottom: 10px;
  }
}
.fv .fv-logo span {
  color: #fff;
  display: block;
}
@media only screen and (max-width: 899px) {
  .fv .fv-logo span {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-logo span {
    font-size: 50px;
    font-size: 5rem;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 899px) {
  .fv .fv-img {
    width: 235px;
    margin-right: -100px;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-img {
    width: 483px;
  }
}

.recommend {
  background: #f6f2ef;
}
@media only screen and (max-width: 899px) {
  .recommend {
    padding: 40px 20px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend {
    padding: 80px 30px;
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 899px) {
  .recommend .recommend-ttl {
    width: 290px;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .recommend-ttl {
    width: 470px;
    margin: auto;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .recommend .recommend-img {
    width: 100%;
    max-width: 680px;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .recommend-img {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .detail-wrap {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 899px) {
  .recommend .detail-wrap.con01 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 899px) {
  .recommend .detail-wrap.con01 h3 {
    width: 226px;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .detail-wrap.con01 h3 {
    width: 563px;
    margin: auto;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .detail-wrap.con01 .detail-flex {
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 899px) {
  .recommend .detail-wrap.con01 .detail-flex-item {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .detail-wrap.con01 .detail-flex-item {
    width: 48%;
  }
}
.recommend .detail-wrap.con01 h4 {
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .recommend .detail-wrap.con01 h4 img {
    width: 30px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .detail-wrap.con01 h4 img {
    width: 40px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 899px) {
  .recommend .detail-wrap.con01 h4 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .detail-wrap.con01 h4 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
  }
}
.recommend .detail-wrap.con01 dl {
  border-bottom: solid 1px #ccc;
  display: flex;
  padding: 10px;
}
@media only screen and (max-width: 899px) {
  .recommend .detail-wrap.con01 dl {
    font-size: 14px;
    font-size: 1.4rem;
    justify-content: start;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .detail-wrap.con01 dl {
    font-size: 20px;
    font-size: 2rem;
    justify-content: start;
  }
}
.recommend .detail-wrap.con01 dt {
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .recommend .detail-wrap.con01 dt {
    width: 100px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .detail-wrap.con01 dt {
    width: 150px;
  }
}
.recommend .detail-wrap.con01 dd {
  font-weight: bold;
  flex: 1;
}
.recommend .detail-wrap.con01 dd span {
  color: #9e005d;
}
@media only screen and (max-width: 899px) {
  .recommend .detail-wrap.con02 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 899px) {
  .recommend .detail-wrap.con02 h3 {
    width: 271px;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .detail-wrap.con02 h3 {
    width: 698px;
    margin: auto;
    margin-bottom: 40px;
  }
}
.recommend .detail-wrap.con02 ul {
  display: flex;
}
@media only screen and (max-width: 899px) {
  .recommend .detail-wrap.con02 ul {
    max-width: 480px;
    margin: auto;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .detail-wrap.con02 ul {
    width: 540px;
    margin: auto;
  }
}
@media only screen and (max-width: 899px) {
  .recommend .detail-wrap.con02 li {
    width: 48%;
    margin: auto;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .detail-wrap.con02 li {
    width: 48%;
    margin: auto;
  }
}
@media only screen and (max-width: 899px) {
  .recommend .detail-wrap.con03 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 899px) {
  .recommend .detail-wrap.con03 h3 {
    width: 271px;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .detail-wrap.con03 h3 {
    width: 698px;
    margin: auto;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .recommend .detail-wrap.con03 figure {
    max-width: 480px;
    margin: auto;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .detail-wrap.con03 figure {
    width: 570px;
    margin: auto;
    margin-bottom: 40px;
  }
}
.recommend .recommend-point {
  position: relative;
  background: #eddae0;
}
.recommend .point-tag {
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .recommend .point-tag {
    width: 190px;
    left: -5px;
    top: -15px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .point-tag {
    width: 260px;
    left: 30px;
    top: -20px;
  }
}
.recommend .point-flex {
  line-height: 1.8;
}
@media only screen and (max-width: 899px) {
  .recommend .point-flex {
    padding: 40px 20px 30px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .point-flex {
    display: flex;
    padding: 30px 60px;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-size: 2rem;
  }
}
.recommend .point-flex ul {
  flex: 1;
}
@media only screen and (max-width: 899px) {
  .recommend .point-flex ul {
    margin-bottom: 20px;
  }
}
.recommend .point-flex li {
  position: relative;
  font-weight: bold;
}
.recommend .point-flex li img {
  display: block;
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .recommend .point-flex li img {
    height: 15px;
    width: 20px;
    left: 0;
    top: 5px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .point-flex li img {
    height: 17px;
    width: 20px;
    left: 0;
    top: 11px;
  }
}
@media only screen and (max-width: 899px) {
  .recommend .point-flex li span {
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .point-flex li span {
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 900px) {
  .recommend .point-flex figure {
    width: 450px;
  }
}