@charset "UTF-8";
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    margin-top: 30px;
    margin-bottom: -30px;
  }
  70% {
    margin-top: 0;
    margin-bottom: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    margin-top: 30px;
    margin-bottom: -30px;
  }
  70% {
    margin-top: 0;
    margin-bottom: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =========================================================
seasonal-common
========================================================= */
.sp-ui {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .section {
    margin: 2.2vmin 2.6vmin 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-conversion-area {
    margin: 12.8vmin 0 12.8vmin;
  }
}

.full-mv {
  width: 100%;
  height: auto;
  position: relative;
}
.full-mv-title {
  position: absolute;
  left: 220px;
  top: 33%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .full-mv-title {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 12vw;
    width: 60vw;
  }
}
.full-mv-fig {
  width: 100%;
  height: 100%;
  padding-top: 23.33334%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .full-mv-fig {
    padding-top: 57.7465%;
  }
}
.full-mv-fig img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.full-mv-fig::after {
  content: "";
  display: block;
  width: 100%;
  height: 49px;
  background: url(../img/seasonal/common/mv_wave.svg) no-repeat left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .full-mv-fig::after {
    background: url(../img/seasonal/common/mv_wave_sp.svg) no-repeat center bottom;
    height: 6.533334vw;
    background-size: 102% auto;
    bottom: -4px;
    right: -1px;
  }
}

.meddle-title {
  font-size: 2.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .meddle-title {
    font-size: 5.0666666667vw;
    text-align: center;
  }
}
.meddle-title + .text {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .meddle-title + .text {
    margin-top: 3vw;
  }
}

.text {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .text {
    font-size: 3.4666666667vw;
  }
}

.see_more_link {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.see_more_link:not(:first-of-type) {
  margin-top: 5px;
}
.see_more_link .icon {
  margin-top: -3px;
  margin-left: 0.4em;
  display: block;
}

.media-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .media-box {
    display: block;
  }
}
.media-box.is-col-3 .media-box-item {
  width: 30.9091%;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .media-box.is-col-3 .media-box-item {
    width: 100%;
    margin-top: 6vw;
  }
  .media-box.is-col-3 .media-box-item:not(:first-of-type) {
    margin-top: 6vw;
    padding-top: 8vw;
    border-top: solid 1px #e5e5e5;
  }
}
.media-box.is-col-3 .media-box-item:not(:nth-child(3n)) {
  margin-right: 3.63635%;
}
@media only screen and (max-width: 767px) {
  .media-box.is-col-3 .media-box-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.media-box-link {
  display: block;
}
.media-box-fig {
  line-height: 0;
  position: relative;
}
.media-box-fig-caption {
  font-size: 1rem;
  color: #999999;
  position: absolute;
  right: 0;
  bottom: -14px;
}
.media-box-content {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .media-box-content {
    margin-top: 3vw;
  }
}
.media-box-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-box-tag-item {
  font-size: 1.3rem;
  padding: 0.4em 1em;
  color: #fff;
  background-color: #b79e45;
}
@media only screen and (max-width: 767px) {
  .media-box-tag-item {
    font-size: 3.2vw;
  }
}
.media-box-tag-item:not(:first-of-type) {
  margin-left: 4px;
}
.media-box-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .media-box-title {
    font-size: 4.2666666667vw;
    margin-top: 2vw;
  }
}
.media-box-text {
  margin-top: 12px;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .media-box-text {
    margin-top: 3vw;
    font-size: 3.4666666667vw;
  }
}
.media-box-clickpoint {
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .media-box-clickpoint {
    margin-top: 3vw;
  }
}

a.media-box-link {
  -webkit-transition: opacity 0.3s 0.2s ease-out;
  transition: opacity 0.3s 0.2s ease-out;
}
a.media-box-link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.media-opposite {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .media-opposite {
    display: block;
  }
}
.media-opposite.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.media-opposite:not(:first-of-type) {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .media-opposite:not(:first-of-type) {
    margin-top: 10vw;
  }
}
.media-opposite-fig {
  width: 45.9090909091%;
}
@media only screen and (max-width: 767px) {
  .media-opposite-fig {
    width: 100%;
  }
}
.media-opposite-content {
  width: 48.7272727273%;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .media-opposite-content {
    width: 100%;
    padding-top: 4vw;
  }
}
.media-opposite-heading-title {
  font-size: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .media-opposite-heading-title {
    font-size: 4.2666666667vw;
  }
}
.media-opposite-heading-person {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .media-opposite-heading-person {
    font-size: 3.4666666667vw;
    margin-top: 2vw;
  }
}
.media-opposite-heading + .media-opposite-text {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .media-opposite-heading + .media-opposite-text {
    margin-top: 4vw;
  }
}
.media-opposite-text {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .media-opposite-text {
    font-size: 3.4666666667vw;
  }
}
.media-opposite-text:not(:first-of-type) {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .media-opposite-text:not(:first-of-type) {
    margin-top: 4vw;
  }
}

.bottom-cv {
  display: block;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .bottom-cv {
    width: 90vw;
    margin: 12vw auto 0;
  }
}
.bottom-cv-title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .bottom-cv-title {
    font-size: 4.8vw;
  }
}
.bottom-cv-copy {
  width: 100%;
  max-width: 680px;
  margin: 20px auto 0;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .bottom-cv-copy {
    max-width: 86vw;
    font-size: 3.4666666667vw;
  }
}
.bottom-cv-catch {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .bottom-cv-catch {
    margin-top: 6vw;
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}
.bottom-cv-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .bottom-cv-col {
    display: block;
    margin-top: 4vw;
  }
}
.bottom-cv-col-item {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .bottom-cv-col-item {
    margin: 0;
  }
  .bottom-cv-col-item:not(:first-of-type) {
    margin-top: 3vw;
  }
}

.bottom-banner {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .bottom-banner {
    margin: 12vw 0;
  }
}
.bottom-banner .propose-bnr {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bottom-banner .propose-bnr {
    width: 80vw;
    margin: 0 auto;
  }
}
.bottom-banner .propose-bnr-link {
  -webkit-transition: opacity 0.3s 0.2s ease-out;
  transition: opacity 0.3s 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .bottom-banner .propose-bnr-link {
    display: block;
    line-height: 0;
    -webkit-box-shadow: 0 5px 15px #b4b4b4;
            box-shadow: 0 5px 15px #b4b4b4;
  }
}
.bottom-banner .propose-bnr-link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.icon.outer-link {
  width: 13px;
  height: 13px;
  background-image: url(../img/common/icon/icon_blank_window.svg);
}

/* =========================================================
seasonal-head
========================================================= */
.seasonal-head {
  margin: 0 auto;
  padding: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .seasonal-head {
    margin: 2.6vmin 2.6vmin 0;
    padding-bottom: 9.6vmin;
  }
}

.seasonal-head-content {
  padding: 30px 20px 0;
}
.seasonal-head-content-title {
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .seasonal-head-content-title {
    font-size: 4.8vw;
    line-height: 1.8;
  }
}
.seasonal-head-content-text {
  width: 100%;
  max-width: 860px;
  margin: 25px auto 0;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .seasonal-head-content-text {
    margin-top: 4vw;
    text-align: justify;
    font-size: 3.4666666667vw;
  }
}

/* =========================================================
seasonal-step
========================================================= */
.step {
  padding: 0 50px;
}
@media only screen and (max-width: 990px) {
  .step {
    padding: 0;
  }
}

.step-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .step-item {
    display: block;
  }
}
.step-item:not(:first-of-type) {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .step-item:not(:first-of-type) {
    margin-top: 10vw;
  }
}
.step-item-icon {
  width: 17.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .step-item-icon {
    width: 30.133334%;
    margin: 0 auto;
  }
}
.step-item-content {
  width: 40.4%;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .step-item-content {
    width: 100%;
    padding-top: 3vw;
  }
}
.step-item-image {
  width: 35%;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .step-item-image {
    width: 100%;
    margin-top: 4vw;
  }
}
.step-item-image img {
  width: 100%;
  height: auto;
}

/* =========================================================
seasonal-recommend
========================================================= */
.seasonal-recommend-body {
  padding: 30px 0 20px;
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 990px) {
  .seasonal-recommend-body {
    padding: 0 0 1.6vw;
  }
}

.seasonal-recommend-title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 500;
}
@media only screen and (max-width: 990px) {
  .seasonal-recommend-title {
    font-size: 4.8vw;
    letter-spacing: 0;
  }
}

.seasonal-recommend-pickup {
  margin-top: 25px;
}
@media only screen and (max-width: 990px) {
  .seasonal-recommend-pickup {
    margin-top: 4vw;
  }
}

.seasonal-recommend-pickup-shoulder {
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .seasonal-recommend-pickup-shoulder {
    font-size: 4vw;
  }
}

.seasonal-recommend-pickup-ring {
  text-align: center;
  margin: 90px 0 -15px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 990px) {
  .seasonal-recommend-pickup-ring {
    margin: 20vw 0 2.6666666667vw;
  }
}

.seasonal-recommend-pickup-name {
  position: relative;
  z-index: 1;
}

.seasonal-recommend-pickup-name-en {
  text-align: center;
  font-size: 3rem;
  display: block;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 990px) {
  .seasonal-recommend-pickup-name-en {
    font-size: 6.6666666667vw;
  }
}

.seasonal-recommend-pickup-name-ja {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: 400;
  display: block;
  margin-top: 25px;
}
@media only screen and (max-width: 990px) {
  .seasonal-recommend-pickup-name-ja {
    font-size: 3.2vw;
    margin-top: 4.6666666667vw;
  }
}

.ecommend-pickup-text {
  width: 462px;
  margin: 15px auto 0;
  font-size: 1.4rem;
  line-height: 1.8;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 990px) {
  .ecommend-pickup-text {
    width: 100%;
    margin-top: 4vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0;
  }
}

.seasonal-recommend-pickup-button {
  width: 380px;
  margin: 45px auto 0;
}
.seasonal-recommend-pickup-button a {
  text-align: center;
  font-size: 1.3rem;
  display: block;
  width: 100%;
  line-height: 80px;
  font-weight: 900;
  border: 1px solid #1a1a1a;
  border-radius: 3px;
  -webkit-transition: all 450ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 450ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.seasonal-recommend-pickup-button a:hover {
  color: #fff;
  background-color: #0e1a34;
  border: 1px solid #0e1a34;
}
@media only screen and (max-width: 990px) {
  .seasonal-recommend-pickup-button {
    width: 100%;
    margin: 6.6666666667vw 0 0;
  }
  .seasonal-recommend-pickup-button a {
    width: auto;
    line-height: 17.3333333333vw;
    margin: 0 -3.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .seasonal-recommend-pickup-button a:hover {
    color: #333;
    background-color: #fff;
    border: 1px solid #1a1a1a;
  }
}

/*-----------------------------------------
2022.11 add
カルーセル追加
-------------------------------------------*/
.design-slide-box {
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .design-slide-box {
    padding-top: 8vw;
  }
}
.ppr-change-gallery {
  position: relative;
}

.ppr-change-gallery.is-scroll-init {
  opacity: 0;
  -webkit-transition: all 0ms;
  transition: all 0ms;
}

.ppr-change-gallery.is-scroll-visibled {
  opacity: 1;
  -webkit-transition: all 1200ms cubic-bezier(0.4, 0.2, 0.1, 1) 200ms;
  transition: all 1200ms cubic-bezier(0.4, 0.2, 0.1, 1) 200ms;
}

.ppr-change-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .ppr-change-head {
    display: block;
  }
}
.ppr-change-head.is-scroll-init {
  opacity: 0;
  -webkit-transition: all 0ms;
  transition: all 0ms;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.ppr-change-head.is-scroll-visibled {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.2, 0.1, 1);
  transition-timing-function: cubic-bezier(0.4, 0.2, 0.1, 1);
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.ppr-change-head-visual {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .ppr-change-head-visual {
    width: 100%;
  }
}
.ppr-change-head-content {
  width: 50%;
  padding: 60px 70px 50px;
}

@media only screen and (max-width: 767px) {
  .ppr-change-head-content {
    width: 90%;
    margin: -75px auto 0;
    padding: 40px 30px 40px;
    background: #fff;
  }
}
.ppr-change-head-content-fig {
  line-height: 0;
  text-align: center;
}

.ppr-change-head-content-fig + .title {
  margin-top: 0;
  text-align: center;
}

.ppr-change-head-content-fig + .title + .text {
  margin-top: 30px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .ppr-change-head-content-fig {
    width: 75%;
    margin: 0 auto;
  }
  .ppr-change-head-content-fig + .title + .text {
    margin-top: 15px;
    line-height: 1.8;
  }
}
.swiper-container {
  z-index: 0;
}

.swiper-prev,
.swiper-next {
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.swiper-prev {
  background: url(../img/seasonal/christmas/arrow_prev.svg) no-repeat 0 0;
  left: 20px;
}

@media only screen and (max-width: 767px) {
  .swiper-prev {
    left: 10px;
  }
}
.swiper-next {
  background: url(../img/seasonal/christmas/arrow_next.svg) no-repeat 0 0;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .swiper-next {
    right: 10px;
  }
}
.swiper-pagination {
  bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 18px;
}

.swiper-pagination-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: 0 !important;
  background-color: transparent;
  outline: none;
  opacity: 1;
}

.swiper-pagination-bullet:before {
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
}

.swiper-pagination-bullet-active:before {
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-transition: all 0ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  transition: all 0ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
}

.seasonal-recommend-caption {
  font-size: 1.2rem;
  color: #999;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .seasonal-recommend-caption {
    font-size: 2.7vw;
    margin-top: 0;
    line-height: 1.4;
  }
}
.service-select-box-btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .service-select-box-btn {
    margin-top: 0;
  }
}
.border-btn {
  width: 200px;
  height: 36px;
  border: solid 1px #1a1a1a;
  color: #1a1a1a;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

@media only screen and (min-width: 991px) {
  .border-btn:hover {
    background-color: #1a1a1a;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .border-btn {
    margin: 4vw auto 0;
    width: 50vw;
    height: 9vw;
    font-size: 3.2vw;
  }
}
/* =========================================================
seasonal-pattern
========================================================= */
.pattern {
  position: relative;
}
.pattern-content {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .pattern-content {
    margin-top: 8vw;
  }
}

.pattern-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .pattern-head {
    display: block;
  }
}
.pattern-head-fig {
  width: 45.9090909091%;
}
@media only screen and (max-width: 767px) {
  .pattern-head-fig {
    width: 100%;
  }
}
.pattern-head-text {
  width: 48.7272727273%;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .pattern-head-text {
    width: 100%;
    padding-top: 3vw;
  }
}

/* =========================================================
seasonal-item
========================================================= */
.p-item {
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .p-item {
    margin-top: -5vw;
  }
}

/* =========================================================
seasonal-research
========================================================= */
.research {
  line-height: 0;
}

/* =========================================================
seasonal-research-xmas
========================================================= */
.research-xmas {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
}
.research-xmas:not(:first-of-type) {
  margin-top: 30px;
}

.research-xmas-image {
  text-align: center;
}

.research-xmas-content {
  margin: 40px auto 0;
  width: 100%;
  max-width: 850px;
}
@media only screen and (max-width: 767px) {
  .research-xmas-content {
    margin: 25px auto 0;
    max-width: 600px;
  }
}

.research-xmas-heading {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .research-xmas-heading {
    font-size: 4.2666666667vw;
  }
}

.research-xmas-text {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.research-xmas-fig-caption {
  margin: 20px auto 0;
  width: 100%;
  max-width: 850px;
  font-size: 1.2rem;
  color: #999999;
}
@media only screen and (max-width: 767px) {
  .research-xmas-fig-caption {
    font-size: 3.4666666667vw;
    max-width: 600px;
  }
}

/* =========================================================
seasonal-winterfair
========================================================= */
.winterfair {
  margin: 0px auto;
  width: 100%;
  text-align: center;
}
.winterfair + .bottom-cv-title {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .winterfair + .bottom-cv-title {
    margin-top: 30px;
  }
}

.winterfair-btn-area {
  margin: 30px auto;
  padding: 0;
  background-color: transparent;
  text-align: center;
}

/* =========================================================
seasonal-voice
========================================================= */
/* =========================================================
seasonal-support
========================================================= */
.support .media-opposite-heading-title {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .support .media-opposite-heading-title {
    font-size: 4.8vw;
    text-align: center;
  }
}
.support .support-inner {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .support .support-inner {
    margin-top: 4vw;
  }
}