p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
}

.umou .container {
  margin: 0 auto;
  width: 980px;
}

.title__01 {
  margin: 0 auto 30px;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: bold;
  color: #3d2c1b;
  background-color: #f1ece4;
}

.title__02 {
  position: relative;
  margin: 0 auto 30px;
  padding-left: 20px;
  font-weight: bold;
  color: #3d2c1b;
  font-size: 22px;
}

.title__02::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  background-color: #f1ece4;
}

.title__03 {
  margin: 0 auto 10px;
  color: #3d2c1b;
  font-size: 18px;
  font-weight: bold;
}

.title__04 {
  font-size: 16px;
  font-weight: bold;
}

.text {
  margin-bottom: 30px;
}

.align__center {
  text-align: center;
}

.font__bold {
  font-weight: bold;
}

.flex__box {
  display: flex;
  margin-top: 30px;
}

.flex__box.half,
.flex__box.col-4 {
  justify-content: space-between;
}

.flex__box.half > .flex__box__item {
  width: 470px;
}

.flex__box.col-4 > .flex__box__item {
  width: calc((100% - (15px * 3)) / 4);
}

.line__box {
  padding: 15px;
  border: 1px solid #aaa;
  background: #fff;
}

.btn__wrap {
  margin: 20px auto;
  text-align: center;
}

.btn__01 {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  background-color: #1b3186;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50vh;
  transition: .2s ease-out;
}

.btn__01::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right .3s;
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.btn__02 {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  background-color: #b8a361;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50vh;
  transition: .2s ease-out;
}

.btn__02::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right .3s;
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.btn__01:hover,
.btn__02:hover {
  text-decoration: none;
  color: #fff;
  opacity: .7;
}

.link__arrow {
  position: relative;
  padding-left: 20px;
}

.link__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right .3s;
  width: 10px;
  height: 10px;
  border-top: solid 2px #b4a185;
  border-right: solid 2px #b4a185;
  transform: translateY(-50%) rotate(45deg);
}

.section {
  margin-bottom: 100px;
}

.mv {
  padding: 30px 0;
  background: url(/img/usr/freepage/umou_originalha/bg.jpg) top center no-repeat;
  background-size: cover;
}

.mv img {
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

.intro__text {
  margin: 80px auto;
  color: #3d2c1b;
  font-size: 20px;
}

.flex__box.color {
  justify-content: center;
}

.flex__box.color .flex__box__item:first-child {
  margin-right: 40px;
}

.feature__item {
  padding: 20px;
  background-color: #faf9f7;
}

.feature__item:last-child {
  margin-bottom: 40px;
}

.campaign {
  margin-bottom: 40px;
}

/*PCレビュー追加css*/
  .text_right {
    text-align: right;
    margin-top: 10px;
  }
  .review{
    margin-top: 80px;
    padding-bottom: 80px;
    background-color: #F5F3EF;
  }

  .review .title{
    margin: 0;
    padding: 10px 0 12px;
    border-bottom: none;
    text-align: center;
    color: #fff;
    font-size: 36px;
    background: rgb(144,113,72);
    background: linear-gradient(90deg, rgba(144,113,72,1) 0%, rgba(195,174,122,1) 50%, rgba(144,113,72,1) 100%);
  }

  .review-content{
    margin: 60px auto 0 auto;
    max-width: 1200px;
  }
  .review-content p {
    margin-bottom: 0;
  }

  .review-content .review-lists{
    width: 100%;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
  }

  .review-content .review-item{
    width: calc(100% / 2 - 40px);
    margin: 0 20px;
  }

  .review-content .review-item .card{
    height: 560px;
    padding: 30px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #fff;
    border-radius: 24px;
  }

  .review-content .review-title{
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #907148;
    background-color: unset;
  }

  .review-content .review-text{
    margin: 0;
  }

  .review-content .btn-area{
    text-align: center;
  }

  .review-content .card .more-btn{
    width: 100%;
    max-width: 330px;
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #907148;
    border-radius: 48px;
    color: #907148;
    font-size: 14px;
    text-align: center;
    position: relative;
  }

  .review-content .card .more-btn::after{
    content: '';
    width: 4px;
    height: 8px;
    display: block;
    background-image: url(/img/usr/genre/premium/icon_arrow_right.png);
    background-size: 4px 8px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .review-content .icn_thick {
    margin-top: auto;
    margin-bottom: 8px;
  }
  .review-content .icn_thick span {
    display: inline-block;
    padding: 3px 0;
    width: 6em;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
  }
  .review-content .icn_thick01 span {
    background-color: #D7C45D;
  }
  .review-content .icn_thick02 span {
    background-color: #C98A00;
  }
  .review-content .goods_name {
    font-weight: bold;
    font-size: 20px;
  }
  .review-content .goods_size {
    font-size: 16px;
  }
  .review-content .goods_price {
    margin: 0;
    text-align: right;
    font-weight: bold;
    font-size: 20px;
  }
  .review-content .goods_price_tax {
    font-size: 14px;
  }

@media screen and (min-width: 769px) {
  .sp__only {
    display: none;
  }

  .section__05 .feature__item:nth-child(1) {
    height: 820px;
  }

  .section__05 .feature__item:nth-child(2) {
    height: 750px;
  }

  .section__05 .flex__box__item:nth-child(2) .feature__item:nth-child(3) .line__box {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  small {
    font-size: 80%;
  }

  .pc__only {
    display: none;
  }

  .umou .container {
    padding: 0 4vw;
    width: 100%;
    box-sizing: border-box;
  }

  .title__01 {
    margin: 0 auto 20px;
    padding: 5px 10px;
    font-size: 20px;
  }

  .title__02 {
    margin: 0 auto 20px;
    padding: 0 0 0 15px;
    font-size: 18px;
  }

  .title__03 {
    margin: 0 auto 10px;
    font-size: 16px;
    font-weight: bold;
  }

  .flex__box {
    margin-top: 20px;
  }

  .flex__box.half {
    flex-direction: column;
  }

  .flex__box.half > .flex__box__item {
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .flex__box.color .flex__box__item:first-child {
    margin-right: 0;
  }

  .flex__box.j-tas {
    align-items: flex-end;
  }

  .flex__box.j-tas .flex__box__item.text__box {
    flex: 1;
  }

  .flex__box.j-tas .flex__box__item.image__box {
    margin-left: 20px;
    width: 90px;
  }

  .flex__box.j-tas .flex__box__item.image__box img {
    width: 50px;
  }

  .flex__box.color {
    flex-direction: column;
  }

  .mv {
    padding: 0;
    background: none;
  }

  .umou .mv .container{
    padding: 0;
  }

  .mv img {
    width: auto;
    height: auto;
  }

  .section__intro .flex__box__item,
  .section__03__02 .half .flex__box__item {
    padding: 20px;
    background-color: #faf9f7;
  }

  .intro__text {
    margin: 40px auto;
    font-size: 16px;
  }

  .section {
    margin-bottom: 50px;
  }

  .section__03__02 .flex__box__item {
    margin-bottom: 30px;
  }

  img + p {
    margin-top: 10px;
  }

  .section__intro .flex__box,
  .section__03__02 .flex__box {
    flex-direction: row;
  }

  .section__intro .flex__box .flex__box__item,
  .section__03__02 .flex__box .flex__box__item {
    padding: 10px;
    width: 48%;
  }

  .section__intro .flex__box .title__03,
  .section__03__02 .flex__box .title__03 {
    font-size: 14px;
  }

  .section__intro .flex__box .btn__wrap,
  .section__03__02 .flex__box .btn__wrap {
    margin: 10px auto;
  }

  .section__intro .flex__box .btn__01,
  .section__03__02 .flex__box .btn__01 {
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
  }

  .section__intro .flex__box .btn__01::after,
  .section__03__02 .flex__box .btn__01::after {
    right: 10px;
  }

  .flex__box.col-4 {
    flex-wrap: wrap;
  }

  .flex__box.col-4 > .flex__box__item {
    margin-bottom: 10px;
    width: 48%;
  }
}

.video_wrap {
  margin-bottom: 50px;
}

#video {
  display: block;
  margin: 0 auto;
  width: 700px;
  height: 394px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .video_wrap {
    margin-bottom: 30px;
  }

  #video {
    width: 100%;
    height: 50vw;
  }
}

.section__cta .container {
  padding: 40px 0;
  background: #f7f7f4;
}

.section__cta .title__02 {
  border-bottom: none;
}

.section__cta .title__02::after {
  width: 10px;
}

.section__cta .flex__box {
  padding: 0 40px;
}

.section__cta .flex__box .flex__box__item {
  margin-bottom: 0;
  width: 48%;
}

.block-category-original--bnr {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .section__cta .container {
    padding: 4vw;
  }
  .section__cta .flex__box {
    flex-direction: row;
    padding: 0;
  }
}

.main-slide .slide__item {
  margin: 0 10px;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li button:before {
  font-size: 30px;
}
.main-slide .slide__item img {
  width: 500px;
}

@media screen and (max-width: 768px) {
  .main-slide .slide__item {
    margin: 0;
    padding: 0 10px;
    width: calc(580 * (100vw / 950));
  }
  .main-slide .slide__item img {
    width: 100%;
  }
/*SPレビュー追加css*/
  .review{
    margin-top: 55px;
    padding-bottom: 50px;
    background-color: #F5F3EF;
  }

  .review .title{
    margin: 0;
    padding: 10px 0 12px;
    border-bottom: none;
    text-align: center;
    color: #fff;
    font-size: 21px;
    background: rgb(144,113,72);
    background: linear-gradient(90deg, rgba(144,113,72,1) 0%, rgba(195,174,122,1) 50%, rgba(144,113,72,1) 100%);
  }

  .review-content{
    margin-top: 40px;
  }

  .review-content .review-lists{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
  }

  .review-content .review-item{
    width: 100%;
    margin:20px 0 0 0;
  }

  .review-content .review-item .card{
    height: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 12px;
  }

  .review-content .review-title{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #907148;
    background-color: unset;
  }

  .review-content .review-text{
    margin: 0;
  }

  .review-content .btn-area{
    margin-top: 0;
    text-align: center;
  }

  .review-content .card .more-btn{
    width: 100%;
    max-width: 240px;
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #907148;
    border-radius: 24px;
    color: #907148;
    font-size: 12px;
    text-align: center;
    position: relative;
  }

  .review-content .card .more-btn::after{
    content: '';
    width: 4px;
    height: 8px;
    display: block;
    background-image: url(/img/usr/genre/premium/icon_arrow_right.png);
    background-size: 4px 8px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .review-content .icn_thick {
    margin-bottom: 8px;
  }
  .review-content .icn_thick span {
    display: inline-block;
    padding: 2px 0;
    width: 6em;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
  }
  .review-content .icn_thick01 span {
    background-color: #D7C45D;
  }
  .review-content .icn_thick02 span {
    background-color: #C98A00;
  }
  .review-content .goods_name {
    font-weight: bold;
    font-size: 16px;
  }
  .review-content .goods_size {
    font-size: 14px;
  }
  .review-content .goods_price {
    margin-bottom: 0;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
  }
  .review-content .goods_price_tax {
    font-size: 12px;
  }
}