.wrapper {
  background: transparent;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px;
  position: relative;
  width: 1200px;
}

.l-main {
  display: block;
}

.l-main img {
  vertical-align: bottom;
}

.c-button {
  display: inline-block;
  text-align: center;
}

.c-button.-bk {
  background-color: #000;
  border: solid 1px #000;
  color: #fff;
  font-size: 1.8rem;
  height: 44px;
  line-height: 44px;
  transition: background-color .3s, color .3s;
  width: 132px;
}

.c-button.-bk:hover {
  background-color: #fff;
  color: #000;
}

.c-credit {
  color: #797979;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  justify-content: center;
}

.c-credit a {
  color: #797979;
  text-decoration: underline;
}

.c-credit a:hover {
  text-decoration: none;
}

.c-flex {
  display: flex;
}

.c-flex.-ai-center {
  align-items: center;
}

.c-flex.-jc-between {
  justify-content: space-between;
}

.c-flex.-fr-wrap {
  flex-wrap: wrap;
}

.c-text {
  font-size: 1.8rem;
  line-height: 2;
}

.p-fixbg {
  background: #fbf8f9 url(/img/usr/freepage/lifestylesegmentf21/img/img_fix_bg.jpg) center no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.p-footer {
  text-align: center;
}

.p-footer__logo {
  display: inline-block;
  transition: opacity .3s;
}

.p-footer__logo > span {
  display: block;
  font-size: 2rem;
  margin-top: 10px;
  text-decoration: underline;
}

.p-footer__logo:hover {
  opacity: .6;
}

.p-item {
  position: relative;
}

.p-item.-reguler {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}

.p-item.-reguler:not(:first-child) {
  margin-top: 100px;
}

.p-item.-wide {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  width: 720px;
}

.p-item.-small {
  text-align: center;
  width: 320px;
}

.p-item.-small:nth-child(n+4) {
  margin-top: 40px;
}

.p-item.-small:not(:nth-child(3n+1)) {
  margin-left: 60px;
}

.p-item.-small a {
  transition: opacity .3s;
}

.p-item.-small a:hover {
  opacity: .6;
}

.p-item__desc {
  width: 100%;
}

.p-item__desc.-reguler {
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.p-item__desc.-small {
  line-height: 1.7;
  margin-top: 10px;
}

.p-item .c-button {
  flex-shrink: 0;
  margin-left: 25px;
}

.p-item::after {
  clear: both;
  content: "";
  display: block;
}

.p-lead {
  position: relative;
}

.p-lead__text {
  float: left;
  font-weight: bold;
  margin-top: 60px;
}

.p-lead__image {
  margin-right: -60px;
  float: right;
}

.p-lead__des {
  bottom: 40px;
  left: 0;
  position: absolute;
}

.p-mv {
  background: #8e8e8e url(/img/usr/freepage/lifestylesegmentf21/img/img_mv_bg.png) center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-mv__wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
}

.p-mv__title {
  left: 0;
  margin: 0;
  position: absolute;
  top: 240px;
}

.p-mv__image {
  text-align: right;
}

.p-mv__scroll {
  bottom: 45px;
  height: 130px;
  left: 270px;
  position: absolute;
}

.p-mv__scroll::before {
  -webkit-animation: stretch-bar 1.5s linear infinite both;
  animation: stretch-bar 1.5s linear infinite both;
  background-color: #fff;
  bottom: 30px;
  content: "";
  display: block;
  height: 100px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 1px;
}

.p-mv__scroll > img {
  bottom: 0;
  left: 0;
  max-width: none;
  position: absolute;
  transform: translateX(-50%);
}

@-webkit-keyframes stretch-bar {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 50px;
    opacity: .4;
  }
  60% {
    height: 100px;
    opacity: 1;
  }
  100% {
    height: 100px;
    opacity: 1;
  }
}

@keyframes stretch-bar {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 50px;
    opacity: .4;
  }
  60% {
    height: 100px;
    opacity: 1;
  }
  100% {
    height: 100px;
    opacity: 1;
  }
}

.u-align-center {
  text-align: center !important;
}

.u-align-left {
  text-align: left !important;
}

.u-bgclr-wh {
  background-color: white;
}

.u-color-777 {
  color: #777 !important;
}

.u-color-gd {
  color: #b29061 !important;
}

.u-color-wt {
  color: #fff !important;
}

.u-d-inline-block {
  display: inline-block;
}

.u-font-bold {
  font-weight: bold;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

@media screen and (min-width: 769px) {
  .u-align-md-center {
    text-align: center !important;
  }
  .u-align-md-left {
    text-align: left !important;
  }
  .u-mt-md-10 {
    margin-top: 10px;
  }
  .u-mt-md-25 {
    margin-top: 25px;
  }
  .u-mt-md-30 {
    margin-top: 30px;
  }
  .u-mt-md-35 {
    margin-top: 35px;
  }
  .u-mt-md-40 {
    margin-top: 40px;
  }
  .u-mt-md-50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .u-align-sm-center {
    text-align: center !important;
  }
  .u-mt-sm-10 {
    margin-top: 10px;
  }
  .u-mt-sm-15 {
    margin-top: 15px;
  }
  .u-mt-sm-20 {
    margin-top: 25px;
  }
  .u-mt-sm-25 {
    margin-top: 25px;
  }
  .u-mt-sm-30 {
    margin-top: 30px;
  }
}
