@charset "UTF-8";

.page-id-47703 .l-contact {
  display: none;
}
body.page-id-47703 {
  background-color: #fff;
}

.l-floating-button {
  display: none;
}
.l-banner-bottom {
  display: none;
}


/*-----
mv
-----*/
.p-winter__mv {
  height: 570px;
  background-image: url(../img/wave.svg), url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-size: 100% 46px, 788px auto;
  background-position: top right, right calc(50% - 166px) bottom;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 155px 0 -46px;
  z-index: 10;
}
.p-winter__mv__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.p-winter__mv__txt {
  font-weight: bold;
  display: flex;
  width: 1008px;
  padding: 0 0 0 30px;
}
.p-winter__mv__txt__01 {
  font-size: 42px;
  line-height: 1.4;
  margin: 0;
}
.p-winter__mv__txt--blue {
  color: #0082BE;
}
.p-winter__mv__txt--black {
  font-size: 60px;
}
.p-winter__mv__txt--accent {
  color: #0082BE;
  font-size: 75px;
  line-height: 1;
  position: relative;
}
.p-winter__mv__txt--accent::after {
  content: "";
  display: inline-block;
  width: 100%;
  background-color: #FFCC01;
  height: 16px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -10;
}

@media (max-width:1280px) {
  .p-winter__mv {
    height: 540px;
    background-position: top right, right bottom;
    background-size: 100% 16px, 788px auto;
    margin: 125px 0 -46px;
  }
}
@media (max-width:1025px) {
  .p-winter__mv {
    height: 485px;
    background-size: 100% 16px, 640px auto;
    margin: 70px 0 -46px;
  }
}

@media (max-width:640px) {
  .p-winter__mv {
    background-image: url(../img/mv.jpg);
    background-size: auto 100%;
    background-position: bottom right -53px;
    height: 298px;
    margin: 90px 0 -16px;
  }
  .p-winter__mv__txt {
    width: 100%;
    padding: 0 42px;
  }
  .p-winter__mv__txt__01 {
    font-size: 20px;
    line-height: 1.5;
  }
  .p-winter__mv__txt--black {
    font-size: 30px;
  }
  .p-winter__mv__txt--accent {
    font-size: 38px;
  }
  .p-winter__mv__txt--accent::after {
    height: 9px;
    bottom: 4px;
  }
}

.p-winter__mv__cta__list {
  display: flex;
  justify-content: center;
  margin: 80px 0 0;
  padding: 0 20px;
}
.p-winter__mv__cta__item {
  width: 420px;
}
.p-winter__mv__cta__item:first-of-type {
  margin: 0 40px 0 0;
}
.p-winter__mv__cta__btn {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #0082BE;
  border-radius: 100px;
  width: 100%;
  color: #0082BE;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -.03em;
  line-height: 1.4;
  padding: 17px 30px;
  transition: all .3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}
.p-winter__mv__cta__btn:hover {
  color: #fff;
  background-color: #0082BE;
  text-decoration: none;
}
.p-winter__mv__cta__btn span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 8px 0 0;
  text-align: center;
}
.p-winter__mv__cta__btn span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30%;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFBF00;
  border-right: 2px solid #FFBF00;
  transform: rotate(45deg);
  margin: 2px 0 0 40px;
}

@media (max-width:1025px) {
  .p-winter__mv__cta__list {
    margin: 40px 0 0;
  }
  .p-winter__mv__cta__item:first-of-type {
    margin: 0 20px 0 0;
  }
  .p-winter__mv__cta__btn {
    padding: 17px 20px;
  }
}
@media (max-width:840px) {
  .p-winter__mv__cta__btn {
    padding: 12px 20px;
  }
  .p-winter__mv__cta__btn span {
    justify-content: space-between;
  }
}

@media (max-width:640px) {
  .p-winter__mv__cta__catch {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 37px;
  }
  .p-winter__mv__cta__txt {
    margin: 0 auto 26px;
    font-size: 12px;
  }
  .p-winter__mv__cta__list {
    margin: 26px 0 0;
    padding: 0 16px;
  }
  .p-winter__mv__cta__item:first-of-type {
    margin: 0 16px 0 0;
  }
  .p-winter__mv__cta__btn {
    border-radius: 100px;
    width: 100%;
    color: #0082BE;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    padding: 8px 16px;
  }
  .p-winter__mv__cta__btn span::after {
    top: 22%;
    width: 8px;
    height: 8px;
  }
}


/*-----
desc
-----*/
.p-winter__desc {
  background-image: url(../img/desc_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 20;
}
.p-winter__desc__inner {
  padding:188px 20px;
}
.p-winter__desc::after {
  content: "";
  position: sticky;
  display: block;
  background-image: url(../img/wave.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  width: 100%;
  height: 155px;
  transform: rotate(180deg);
}
.p-winter__desc__txt {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  width: 882px;
  margin: 0 auto;
}
.p-winter__desc__accent {
  color: #FFCC01;
}

@media (max-width:640px) {
  .p-winter__desc {
    background-image: url(../img/desc_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    margin: 0 0 56px;
  }
  .p-winter__desc::after {
    content: none;
  }
  .p-winter__desc__inner {
    padding:133px 20px 160px;
  }
  .p-winter__desc__txt {
    font-size: 14px;
  }
}


/*-----
point
-----*/
.p-winter__point {
  margin: 0 0 85px;
}
.p-winter__point__inner {
  width: 1086px;
  margin: 0 auto;
  padding: 0 30px;
}
.p-winter__point__tit {
  text-align: center;
  letter-spacing: -.05em;
  line-height: 1;
  margin: 0 0 64px;
}
.p-winter__point__tit01 {
  font-size: 24px;
  line-height: 2.2;
}
.p-winter__point__tit02 {
  color: #0082BE;
  font-size: 36px;
  line-height: 1.5;
}
.p-winter__point__tit02__accent {
  color: #FFCC01;
  font-size: 36px;
}
.p-winter__point__list {
  display: flex;
  justify-content: space-between;
}
.p-winter__point__item {
  width: calc((100% - 14px) / 2);
}
.p-winter__point__item__tit {
  background-color: #0082BE;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
  width: 94%;
  padding: 3px 0px 12px;
}
.p-winter__point__item__tit__sm {
  font-size: 16px;
}
.p-winter__point__box {
  border: 3px solid #0082BE;
  border-radius: 6px;
  padding: 30px 30px 40px;
}
.p-winter__point__box__tit {
  color: #0082BE;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 25px;
}
.p-winter__point__box__item {
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
}
.p-winter__point__box__item:not(:last-of-type) {
  margin: 0 0 25px;
}
.p-winter__point__box__num {
  margin: 0 16px 0 0;
  width: 66px;
  flex-shrink: 0;
}
.p-winter__point__box__num img {
  width: 100%;
}
.p-winter__point__box__desc {
  font-weight: bold;
  margin: 0;
}

@media (max-width:1025px) {
  .p-winter__point__box {
    padding: 20px;
  }
  .p-winter__point__box__tit {
    font-size: 20px;
  }
  .p-winter__point__box__item {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .p-winter__point__box__num {
    width: 60px;
  }
}

@media (max-width:840px) {
  .p-winter__point__list {
    flex-direction: column;
  }
  .p-winter__point__item {
    width: 100%;
  }
  .p-winter__point__item:first-of-type {
    margin: 0 0 30px;
  }
  .p-winter__point__box__desc br {
    display: none;
  }
}

@media (max-width:640px) {
  .p-winter__point {
    margin: 0 0 38px;
  }
  .p-winter__point__inner {
    width: 100%;
    padding: 0 20px;
  }
  .p-winter__point__tit {
    margin: 0 0 21px;
  }
  .p-winter__point__tit01 {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    margin: 0 0 4px;
  }
  .p-winter__point__tit02 {
    font-size: 21px;
    line-height: 1.3;
  }
  .p-winter__point__tit02__accent {
    font-size: 21px;
  }
  .p-winter__point__item__tit {
    font-size: 18px;
    padding: 6px 0 8px;
  }
  .p-winter__point__item__tit__sm {
    font-size: 12px;
  }
  .p-winter__point__box {
    padding: 28px 15px 33px 20px;
  } 
  .p-winter__point__box__tit {
    font-size: 16px;
    margin: 0 0 31px;
  }
  .p-winter__point__box__num {
    margin: 0 10px 0 0;
  }
  .p-winter__point__box__desc {
    font-size: 13px;
  }
    .p-winter__point__box__desc br {
    display: block;
  }
}



/*-----
cta
-----*/
.p-winter__cta__inner {
  padding: 0 20px;
  margin: 0 auto;
}
.p-winter__cta__catch {
  text-align: center;
  font-size: 30px;
  line-height: 1.8;
  margin: 0 0 67px;
}
.p-winter__cta__txt {
  position: relative;
  width: fit-content;
  margin: 0 auto 62px;
  font-size: 24px;
  font-weight: bold;
  color: #0082BE;
}
.p-winter__cta__txt::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 2px solid #0082BE;
  border-right: 2px solid #0082BE;
  transform: translateX(-50%) rotate(135deg);
  background: #fff;
  z-index: 10;
}
.p-winter__cta__txt::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #0082BE;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.p-winter__cta__list {
  display: flex;
  justify-content: center;
}
.p-winter__cta__item {
  width: 420px;
}
.p-winter__cta__item:first-of-type {
  margin: 0 40px 0 0;
}
.p-winter__cta__btn {
  display: inline-block;
  border: 2px solid #0082BE;
  border-radius: 100px;
  width: 100%;
  color: #0082BE;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -.03em;
  line-height: 1.4;
  padding: 17px 30px;
  transition: all .3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}
.p-winter__cta__btn:hover {
  color: #fff;
  background-color: #0082BE;
  text-decoration: none;
}
.p-winter__cta__btn span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 8px 0 0;
  text-align: center;
}
.p-winter__cta__btn span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30%;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFBF00;
  border-right: 2px solid #FFBF00;
  transform: rotate(45deg);
  margin: 2px 0 0 40px;
}

@media (max-width:1025px) {
  .p-winter__cta__item:first-of-type {
    margin: 0 20px 0 0;
  }
  .p-winter__cta__btn {
    padding: 17px 20px;
  }
}
@media (max-width:840px) {
  .p-winter__cta__list {
    flex-direction: column;
    align-items: center;
  }
  .p-winter__cta__item {
    width: 100%;
    max-width: 420px;
  }
  .p-winter__cta__item:first-of-type {
    margin: 0 0 12px;
  }
  .p-winter__cta__btn {
    padding: 12px 20px;
  }
  .p-winter__cta__btn span {
    justify-content: space-between;
  }
}

@media (max-width:640px) {
  .p-winter__cta__catch {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 37px;
  }
  .p-winter__cta__txt {
    margin: 0 auto 26px;
    font-size: 12px;
  }
  .p-winter__cta__item {
    width: 100%;
    max-width: 290px;
  }
  .p-winter__cta__btn {
    border-radius: 100px;
    width: 100%;
    color: #0082BE;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
  }
  .p-winter__cta__btn span::after {
    top: 28%;
    width: 8px;
    height: 8px;
  }
}

.p-winter__cta__btn.close {
  pointer-events: none;
  background-color: #eee;
}
.close-txt {
  margin: 10px 0 0;
  text-align: center;
  white-space: nowrap;
}
.close-txt span {
  color: #D83C0C;
}
.close-txt a {
  color: #0082BE;
  font-weight: bold;
}
@media (max-width:480px) {
  .close-txt {
    margin: 10px 0 0;
    text-align: left;
    font-size: 14px;
    white-space: normal;
  }
  .close-txt br {
    display: none;
  }
}

/*-----
component
-----*/


/*-----
utility
-----*/
.u-dis-ib {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .u-pc-only {
    display: none;
  }
}
.u-sp-only {
  display: none;
}
@media screen and (max-width: 640px) {
  .u-sp-only {
    display: block;
  }
}
