@charset "UTF-8";
.p-lead {
  position: relative;
  margin: 100px 0;
  margin: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-lead {
    margin: 10vw 0 7.03vw;
  }
}

@media screen and (min-width: 767px), print {
  .p-lead__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-lead__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.p-lead__title {
  font-weight: 700;
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-lead__title {
    font-size: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.p-lead__title dd {
  margin-left: 1em;
}

.p-lead__text {
  line-height: 2;
  opacity: 0;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 767px), print {
  .p-lead__text {
    font-size: 1.25rem;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-lead__text {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .p-lead__text br {
    display: none;
  }
}

textarea {
  font-weight: 700;
  line-height: 1.3;
  pointer-events: none;
  resize: none;
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 767px), print {
  textarea {
    margin-left: 5.625rem;
    font-size: 5.625rem;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  textarea {
    width: 100%;
    font-size: 12vw;
  }
}

body#top {
  background-color: rgba(203, 185, 158, 0.15294);
}

.p-mv {
  background-image: url(../../../../images/index/bg_visual01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 800px;
  height: 50rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background-position: 25% bottom;
    height: 68vh;
  }
}

.p-mv__text {
  position: absolute;
  right: 100px;
  right: 6.25rem;
  bottom: 100px;
  bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    right: 5vw;
    bottom: 8vw;
    width: 90vw;
  }
}

.p-mv__text {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: inline-block;
  -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.p-mv__text.is-animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

/* アニメーション テキスト画像 */
/*.p-mv__text svg{
    width: rem(705);
    height: rem(187);
    @include mq(sp) {
        width: 100%;
        height: 24vw;
    }
}


.p-mv__text .st0 {
    stroke: #FFFFFF;
    fill: #FFFFFF;
    stroke-width: 1;
    stroke-dasharray:  4000;
    stroke-dashoffset: 4000;
    animation: DASH 2s ease-in-out alternate 0s forwards;
    animation-delay: 1s;
    -webkit-animation: DASH 2s ease-in-out alternate 0s forwards;
    -webkit-animation-delay: 1s;
    animation-name: DASH;
    animation-fill-mode: both;
}

@keyframes DASH {
    0% {
        stroke-dashoffset: 4000;
        fill:transparent;
        }
    100% {
        stroke-dashoffset: 0;
        fill:#FFFFFF;
        }
    }

@-webkit-keyframes DASH {
    0% {
        stroke-dashoffset: 4000;
        fill:transparent;
    }
    100% {
        stroke-dashoffset: 0;
        fill:#FFFFFF;
      }
    }*/
.p-links {
  margin: 100px 0;
  margin: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-links {
    margin: 10vw 0;
  }
}

@media screen and (min-width: 767px), print {
  .p-links__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-links__item + .p-links__item {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-links__item + .p-links__item {
    margin-top: 7.03vw;
  }
}

@media screen and (min-width: 767px), print {
  .p-links__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 767px), print {
  .p-links__img {
    -ms-flex-preferred-size: calc(50% - 2.5rem);
        flex-basis: calc(50% - 2.5rem);
  }
}

.p-links__texts {
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-links__texts {
    -ms-flex-preferred-size: calc(50% - 2.5rem);
        flex-basis: calc(50% - 2.5rem);
  }
}

.p-links__num {
  font-family: "roboto-condensed", "roboto", "Franklin Gothic Medium";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-links__num {
    font-size: 3.8vw;
    margin-top: 4.69vw;
    text-align: left;
  }
}

@media screen and (min-width: 767px), print {
  .p-links__item.no03 .p-links__num,
.p-links__item.no05 .p-links__num {
    text-align: left;
  }
}

.p-links__num span {
  font-size: 230%;
  display: inline-block;
  margin-left: 10px;
  margin-left: 0.625rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-links__num span {
    margin-left: 1.5vw;
    font-size: 180%;
  }
}

.p-links__title {
  font-size: 38px;
  font-size: 2.375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-links__title {
    font-size: 6.5vw;
    margin-top: 4.69vw;
  }
}

.p-symbol-spacing {
  display: inline-block;
  margin-left: -0.5em;
}

@media screen and (min-width: 767px), print {
  .p-links__item::nth-child(even) .p-links__texts {
    /* text-align: right;*/
  }
}

.p-links__title span {
  font-size: 125%;
}

.p-links__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-links__text {
    margin-top: 4.69vw;
  }
}

@media screen and (max-width: 767px) {
  .p-links__text br {
    display: none;
  }
}

.p-links__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-links__btn {
    margin-top: 7.03vw;
  }
}

@media screen and (min-width: 767px), print {
  .p-links__item.no03 .p-links__btn,
.p-links__item.no05 .p-links__btn {
    position: absolute;
    right: 0;
    bottom: 2.5rem;
    margin: 0;
  }
}

.p-links__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-links__btns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 7.03vw;
  }
}

@media screen and (max-width: 767px) {
  .p-links__btns .p-links__btn {
    -ms-flex-preferred-size: calc(50% - 1.5vw);
        flex-basis: calc(50% - 1.5vw);
  }
}
@media screen and (min-width: 767px), print {
  .p-links__btns .p-links__btn + .p-links__btn {
    margin-left: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-links__btns .p-links__btn a {
    margin: 0;
  }
}

.p-links__animation__img {
  width: 250px;
  width: 15.625rem;
  height: 200px;
  height: 12.5rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 200% auto;
  position: absolute;
}
@media screen and (min-width: 767px), print {
  .p-links__animation__img {
    animation: animation-pc 1s steps(2) infinite;
    -moz-animation: animation-pc 1s steps(2) infinite;
    -webkit-animation: animation-pc 1s steps(2) infinite;
  }
}
@media screen and (max-width: 767px) {
  .p-links__animation__img {
    animation: animation-sp 1s steps(2) infinite;
    -moz-animation: animation-sp 1s steps(2) infinite;
    -webkit-animation: animation-sp 1s steps(2) infinite;
    width: 32vw;
    height: 25.6vw;
    right: 0;
    top: 0;
  }
}

.p-links__item.no01 .p-links__animation__img {
  background-image: url(../../../../images/index/img_posting02.webp);
}
@media screen and (min-width: 767px), print {
  .p-links__item.no01 .p-links__animation__img {
    right: -2.5rem;
    bottom: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-links__item.no01 .p-links__animation__img {
    width: 33.33vw;
    height: 26.67vw;
    top: 5vw;
    animation: animation-01-sp 1s steps(2) infinite;
    -moz-animation: animation-01-sp 1s steps(2) infinite;
    -webkit-animation: animation-01-sp 1s steps(2) infinite;
  }
}

.p-links__item.no02 .p-links__animation__img {
  background-image: url(../../../../images/index/img_management02.webp);
}
@media screen and (min-width: 767px), print {
  .p-links__item.no02 .p-links__animation__img {
    /*left: rem(-40);*/
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }
}

.p-links__item.no03 .p-links__animation__img {
  background-image: url(../../../../images/index/img_research02.webp);
}
@media screen and (min-width: 767px), print {
  .p-links__item.no03 .p-links__animation__img {
    right: -3.75rem;
    top: 0;
  }
}

.p-links__item.no04 .p-links__animation__img {
  background-image: url(../../../../images/index/img_design-print02.webp);
}
@media screen and (min-width: 767px), print {
  .p-links__item.no04 .p-links__animation__img {
    /*left: rem(-40);*/
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }
}

.p-links__item.no05 .p-links__animation__img {
  background-image: url(../../../../images/index/img_logistics02.webp);
}
@media screen and (min-width: 767px), print {
  .p-links__item.no05 .p-links__animation__img {
    right: -2.5rem;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-links__item.no05 .p-links__animation__img {
    top: 5vw;
  }
}

.p-links__item.no06 .p-links__animation__img {
  background-image: url(../../../../images/index/img_ooh-advertising02.webp);
}
@media screen and (min-width: 767px), print {
  .p-links__item.no06 .p-links__animation__img {
    /*left: rem(-40);*/
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }
}

@-webkit-keyframes animation-pc {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: -31.25rem 0;
  }
}

@keyframes animation-pc {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: -31.25rem 0;
  }
}
@-webkit-keyframes animation-sp {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: -63.95vw 0;
  }
}
@keyframes animation-sp {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: -63.95vw 0;
  }
}
@-webkit-keyframes animation-01-sp {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: -66.95vw 0;
  }
}
@keyframes animation-01-sp {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: -66.95vw 0;
  }
}
.p-voice {
  /*background-color: #181E28;*/
  background: url(../../../../images/common/bg_blog01.webp) no-repeat center top/cover;
}
@media screen and (min-width: 767px), print {
  .p-voice {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 10vw 0;
  }
}

.p-voice__inner {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 767px), print {
  .p-voice__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding: 7.03vw;
    background-color: #fff;
  }
}
@media screen and (min-width: 767px), print {
  .p-voice__inner:before {
    content: "";
    position: absolute;
    margin: auto;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(../../../../images/index/bg_book01.webp);
    width: 100%;
    height: 100%;
    /* min-height: 850px; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

.p-voice__lead {
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 767px), print {
  .p-voice__lead {
    font-size: 1.375rem;
    text-align: center;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__lead {
    margin-bottom: 7.03vw;
    font-size: 4.67vw;
    text-align: center;
  }
}

@media screen and (min-width: 767px), print {
  .p-voice__img {
    padding: 3.125rem 0 0 5.625rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__img {
    margin-bottom: 7.03vw;
  }
}

@media screen and (min-width: 767px), print {
  .p-news {
    margin: 3.125rem 5.625rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-news {
    margin: 10vw 0 7.03vw;
  }
}

@media screen and (min-width: 767px), print {
  .p-news__wrapper {
    width: calc(50% - 2.5rem);
  }
}

.p-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #231815;
}
@media screen and (min-width: 767px), print {
  .p-news__head {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__head {
    padding: 1.5vw 4.69vw;
    margin-bottom: 4.69vw;
  }
}

.p-news__title {
  background-color: #231815;
  color: #fff;
  font-family: "roboto-condensed", "roboto", "Franklin Gothic Medium";
  line-height: 1.4;
}
@media screen and (min-width: 767px), print {
  .p-news__title {
    padding: 0.1875rem 0.3125rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 4.67vw;
  }
}

.p-news .p-links__btn {
  margin: 0;
}
@media screen and (min-width: 767px), print {
  .p-news .p-links__btn {
    margin-right: 1.25rem;
  }
}

.p-news .p-links__btn a {
  min-width: 0;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-news .p-links__btn a {
    margin-right: 0;
  }
}

.p-news__date {
  color: #ef7300;
  font-family: "roboto-condensed", "roboto", "Franklin Gothic Medium";
}
@media screen and (min-width: 767px), print {
  .p-news__date {
    font-size: 0.75rem;
  }
}

.p-news__postTitle {
  font-weight: 700;
}
@media screen and (min-width: 767px), print {
  .p-news__postTitle {
    font-size: 0.875rem;
    margin: 0.3125rem 0;
  }
}

@media screen and (min-width: 767px), print {
  .p-news__postText {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 767px), print {
  .p-news__items {
    margin: 0 0 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__items {
    margin: 0 0 7.03vw;
  }
}

@media screen and (min-width: 767px), print {
  .p-news__item + .p-news__item {
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__item + .p-news__item {
    margin-top: 4.69vw;
  }
}

.p-blog {
  /*border-bottom: 1px solid $black;*/
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-blog {
    margin-right: 5.625rem;
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blog {
    margin-bottom: 7.03vw;
  }
}

.p-blog__title {
  background-color: #231815;
  color: #fff;
  font-family: "roboto-condensed", "roboto", "Franklin Gothic Medium";
  line-height: 1.4;
}
@media screen and (min-width: 767px), print {
  .p-blog__title {
    padding: 0.1875rem 0.3125rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blog__title {
    font-size: 4.67vw;
  }
}

.p-blog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #231815;
}
@media screen and (max-width: 767px) {
  .p-blog__head {
    padding: 1.5vw 4.69vw;
    margin-bottom: 4.69vw;
  }
}

.p-blog .p-links__btn {
  margin: 0;
}
@media screen and (min-width: 767px), print {
  .p-blog .p-links__btn {
    margin-right: 1.25rem;
  }
}

.p-blog .p-links__btn a {
  min-width: 0;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-blog .p-links__btn a {
    margin-right: 0;
  }
}

@media screen and (min-width: 767px), print {
  .p-blog__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-blog__item {
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-blog__item {
    width: calc(50% - 0.625rem);
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blog__item + .p-blog__item {
    margin-top: 4.69vw;
  }
}

.p-blog__item a {
  color: #fff;
}

.p-blog__postTitle {
  background-color: rgba(35, 24, 21, .75);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 767px), print {
  .p-blog__postTitle {
    font-size: 0.75rem;
  }
}

.p-blog__postTitle a {
  padding: 20px;
  padding: 1.25rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-blog__postTitle a {
    padding: 4.69vw;
  }
}

.p-specialOffer {
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-specialOffer {
    width: calc(50% - 2.5rem);
  }
}

/*.p-specialOffer:after {
  @include mq(pc) {
    content: "";
    position: absolute;
    margin: auto;
    display: block;
    width: 100%;
    height: 1px;
    bottom: rem(-10);
    left: 0;
    background-color: $black;
  }
}*/
.p-specialOffer__head {
  background-color: #e54623;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 767px), print {
  .p-specialOffer__head {
    margin: 0 5.625rem 1.25rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-specialOffer__head {
    padding: 1.5vw 4.69vw;
    margin-bottom: 4.69vw;
  }
}

.p-specialOffer__title {
  font-family: "roboto-condensed", "roboto", "Franklin Gothic Medium";
  line-height: 1.4;
}
@media screen and (min-width: 767px), print {
  .p-specialOffer__title {
    padding: 0.1875rem 0.3125rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 767px), print {
  .p-specialOffer__items {
    margin-left: 5.625rem;
  }
}

@media screen and (min-width: 767px), print {
  .p-specialOffer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 767px), print {
  .p-specialOffer__item + .p-specialOffer__item {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-specialOffer__item + .p-specialOffer__item {
    margin-top: 7.03vw;
  }
}

.p-specialOffer__name {
  font-weight: 700;
}
@media screen and (min-width: 767px), print {
  .p-specialOffer__name {
    width: 38%;
    text-align: center;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-specialOffer__name {
    font-size: 4vw;
    width: 65%;
    margin: 0 auto 4.69vw;
  }
}

.p-specialOffer__inner {
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-specialOffer__inner {
    width: 57%;
    height: 11.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-specialOffer__inner {
    height: 50vw;
  }
}

.p-specialOffer__img,
.p-specialOffer__img a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-specialOffer__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-specialOffer__postHead {
  background-color: rgba(35, 24, 21, .75);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .p-specialOffer__postHead {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-specialOffer__postHead {
    padding: 4.69vw;
  }
}

.p-specialOffer__comname,
.p-specialOffer__postTitle {
  color: #fff;
}

.p-specialOffer__comname {
  font-weight: 700;
}
@media screen and (min-width: 767px), print {
  .p-specialOffer__comname {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 767px), print {
  .p-specialOffer__postTitle {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
}

.p-specialOffer .p-links__btn {
  margin: 0;
}
@media screen and (min-width: 767px), print {
  .p-specialOffer .p-links__btn {
    margin-right: 1.25rem;
  }
}

.p-specialOffer .p-links__btn a {
  min-width: 0;
  padding: 0;
  background-color: transparent;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .p-specialOffer .p-links__btn a {
    margin: 0;
  }
}

.p-specialOffer .p-links__btn a:after {
  background-image: url(../../../../images/common/icon_arrow03.svg);
  transform: translate(0%, -50%) scale(-1, 1);
  -webkit-transform: translate(0%, -50%) scale(-1, 1);
}

.p-movie {
  margin: 100px 0;
  margin: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-movie {
    margin: 7.03vw 0 10vw;
  }
}

@media screen and (min-width: 767px), print {
  .p-movie .l-inner:before {
    content: "";
    position: absolute;
    background-image: url("../../../../images/index/bg_wave01.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 27.5rem;
    right: 28%;
    height: 0rem;
    top: 23.75rem;
    -webkit-transition: height 2s linear;
    transition: height 2s linear;
  }
}

.p-movie.active .l-inner:before {
  height: 430px;
  height: 26.875rem;
}

.p-movie.active.no01 .l-inner:before {
  height: 790px;
  height: 49.375rem;
}

.p-movie.active.no02 .l-inner:before {
  height: 1180px;
  height: 73.75rem;
}

.p-movie.active.no03 .l-inner:before {
  height: 1550px;
  height: 96.875rem;
}

.p-movie.active.no04 .l-inner:before {
  height: 1925px;
  height: 120.3125rem;
}

.p-movie.active.no05 .l-inner:before {
  height: 2280px;
  height: 142.5rem;
}

.p-movie.active.no06 .l-inner:before {
  height: 2900px;
  height: 181.25rem;
}

.p-movie .l-inner {
  margin: 0 auto;
  position: relative;
}

.p-movie__position {
  position: relative;
  padding-top: 56.25%;
}

.p-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-logo_slide {
  position: relative;
  background-color: #fff;
}
.p-logo_slide .swiper-slide{
  width: 150%;
}
@media screen and (min-width: 767px), print {
  .p-logo_slide {
    margin-top: 6.25rem;
    padding: 0.625rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-logo_slide {
    margin-top: 20vw;
    padding: 2vw 0;
  }
  .p-logo_slide .swiper-slide{
    width: 300%;
  }
}

/*.p-logo_slide::before,
.p-logo_slide::after {
  display: block;
  position: absolute;
  top: rem(-30);
  content: "";

  @include mq(sp) {
    top: -$padding-sp-m;
  }
}

.p-logo_slide::before {
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #FFF5C7;

}

.p-logo_slide::after {
  width: rem(50);
  height: rem(50);
  left: rem(50);
  background-image: url(../../../../images/index/icon_post01.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);

  @include mq(sp) {
    width: $padding-sp-m;
    height: $padding-sp-m;
    left: $padding-sp-s;
  }
}*/
.p-logo_slide__lists {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/*.swiper-slide img {
  max-width: 150%;
  width: 150%;

  @include mq(sp) {
    max-width: 300%;
    width: 300%;
  }
}*/
/*
.p-logo_slide__lists {
  display: flex;
  align-items: center;
  animation: loop 40s linear infinite;
  width: 100%;
  //height: rem(150);
  width: rem(1605);

  @include mq(sp) {
    //height: 20vw;
    width: 200vw;
  }

}

.p-logo_slide__lists>li.second {
  position: absolute;
  right: rem(-1605);

  @include mq(sp) {
    right: -200vw;
  }
}

.p-logo_slide__lists>li.third {
  position: absolute;
  right: rem(-3210);

  @include mq(sp) {
    right: -400vw;
  }

}

.p-logo_slide__lists>li.forth {
  position: absolute;
  right: rem(-4815);

  @include mq(sp) {
    right: -600vw;
  }

}

.p-logo_slide__lists>li {
  //height: rem(150);
  overflow: hidden;
  background-color: $white;

  @include mq(sp) {
    //height: 20vw;
    width: 200vw;
  }

}

.p-logo_slide__lists>li img {
  width: rem(1605);
  height: auto;
  object-fit: contain;
  max-width: none;

  @include mq(sp) {
    width: 200vw;
  }
}
*/
/*# sourceMappingURL=styles.css.map */


.mv .catch {
  position: absolute;
  z-index: 6;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  width: 0;
}
.mv .catch img {
  width: 60vw;
  max-width: 60vw;
}
.mv .catch.loaded {
  width: 60vw;
  transition: width 1s ease-in;
}

.mv {
  position: relative;
}

.mv .video {
  padding-top: 56.6%;
  position: relative;
}

.mv iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}