@charset "UTF-8";

.three-pair {
    padding: 0;
}
.three-pair img {
    margin-left: auto;
    margin-right: auto;
}
.three-pair-innerlink {
  height: 1px;
  position: relative;
  top: -70px;
}
@media (min-width: 940px) {
  .three-pair-innerlink {
    top: -90px;
  }
}

/*----------------------------------------------------
 mainvisual
----------------------------------------------------*/
.three-pair-mainvisual img {
  width: 100%;
}

/*----------------------------------------------------
 features
----------------------------------------------------*/
.three-pair-features {
  background: rgba(0, 220, 255, .25);
  padding-top: 6vw;
  padding-bottom: 10vw;
  position: relative;
}
/* title */
.three-pair-features-title {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}
.three-pair-features-title img {
  width: 37.25%;
}
/* nav */
.three-pair-features-nav {
  margin: 0 auto 8vw;
  width: 87.1%; /* 980px */
}
.three-pair-features-nav ul {
  display: flex;
  justify-content: space-between;
}
.three-pair-features-nav li {
  width: 31%;
}

.three-pair-features-main {
  margin: 0 auto;
  width: 81.4%; /* 916px */
}
.three-pair-features-each {
  position: relative;
}
.three-pair-features-each:nth-child(n+2) {
  margin-top: 7vw;
}
.three-pair-features-detail {
  position: absolute;
  left: 35.5%;
  bottom: 4.4vw;
  width: 29%;
}

@media (min-width: 940px) {
  .three-pair-features {
    padding-top: 7vw;
  }
  /* title */
  .three-pair-features-title img {
    max-width: 518px;
    width: 26.98%;
  }
  /* nav */
  .three-pair-features-nav {
    max-width: 1030px;
    width: 53.64%;
  }
  .three-pair-features-nav li {
    width: 30%;
  }
  
  .three-pair-features-main {
    max-width: 1202px;
    width: 62.6%;
  }
  .three-pair-features-each:nth-child(n+2) {
    margin-top: 5vw;
  }
  .three-pair-features-detail {
    width: 18.3%;
  }
  .three-pair-features-each:nth-child(1) .three-pair-features-detail {
    left: 3.5%;
    bottom: 9%;
  }
  .three-pair-features-each:nth-child(2) .three-pair-features-detail {
    left: 3.5%;
    top: 56.5%;
    bottom: auto;
  }
  .three-pair-features-each:nth-child(3) .three-pair-features-detail {
    left: 3.5%;
    bottom: 10%;
    }
}

@media (min-width: 1920px) {
  .three-pair-features {
    padding-top: 130px;
  }
  .three-pair-features-each:nth-child(n+2) {
    margin-top: 90px;
  }
}


/*----------------------------------------------------
 select
----------------------------------------------------*/
.three-pair-select {
  padding-top: 12vw;
  padding-bottom: 10vw;
}
/* title */
.three-pair-select-title {
  margin-bottom: 2vw;
}
.three-pair-select-title img {
  width: 85%;
}
/* arrow */
.three-pair-select-arrow {
  margin-top: 5vw;
  margin-bottom: 5vw;
}
.three-pair-select-each:first-child .three-pair-select-arrow {
  margin-top: 2vw;
}
.three-pair-select-arrow img {
  width: 5.87vw;
}
/* subtitle */
.three-pair-select-subtitle {
  margin-bottom: 2vw;
}
.three-pair-select-subtitle img {
  width: 81.15%;
}
/* p */
.three-pair-select p {
  color: #001f51;
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 3vw;
  text-align: center;
}
/* img */
.three-pair-select-img {
  position: relative;
  text-align: center;
}
.three-pair-select-img-core {
  display: inline-block;
  position: relative;
}
.three-pair-select-img-core-gif {
  height: auto;
  position: absolute;
  left: 9%;
  top: 10.25%;
  width: 82%;
}
.three-pair-select-img-core,
.three-pair-select-img > img {
  width: 89.15%;
}
/* detail */
.three-pair-select-detail {
  position: absolute;
  left: 35.5%;
  bottom: 6vw;
  width: 29%;
}

@media (min-width: 940px) {
  .three-pair-select {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  /* title */
  .three-pair-select-title {
    margin-bottom: 3vw;
  }
  .three-pair-select-title img {
    max-width: 1138px;
    width: 59.27%;
  }
  /* arrow */
  .three-pair-select-arrow img {
    max-width: 66px;
    width: 3.4375vw;
  }
  /* subtitle */
  .three-pair-select-subtitle {
    margin-bottom: 2.5vw;
  }
  .three-pair-select-subtitle img {
    max-width: 1061px;
    width: 55.26%;
  }
  /* p */
  .three-pair-select p {
    font-size: 1.2vw;
    margin-bottom: 3.5vw;
  }
  /* img */
  .three-pair-select-img-core,
  .three-pair-select-img > img {
    max-width: 1002px;
    width: 52.1875%;
  }
  /* detail */
  .three-pair-select-detail {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5.5%;
    max-width: 267px;
    width: 13.9%;
  }
}
@media (min-width: 1920px) {
  .three-pair-select {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  /* title */
  .three-pair-select-title {
    margin-bottom: 50px;
  }
  /* arrow */
  .three-pair-select-arrow {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .three-pair-select-each:first-child .three-pair-select-arrow {
    margin-top: 50px;
  }
  /* subtitle */
  .three-pair-select-subtitle {
    margin-bottom: 45px;
  }
  /* p */
  .three-pair-select p {
    font-size: 23px;
    margin-bottom: 65px;
  }
}


/*----------------------------------------------------
 explanation
----------------------------------------------------*/
.three-pair-explanation {
  background: rgba(0, 220, 255, .25);
  padding: 10vw 0;
}
.three-pair-explanation-main {
  position: relative;
}
.three-pair-explanation-main > img {
  width: 89.15%;
}
.three-pair-explanation-main a {
  position: absolute;
  left: 33.25%;
  bottom: 10vw;
  width: 33.5%;
}

@media (min-width: 940px) {
  .three-pair-explanation {
    padding: 7vw 0;
  }
  .three-pair-explanation-main > img {
    max-width: 1021px;
    width: 53.17%;
  }
  .three-pair-explanation-main a {
    left: 40.185%;
    bottom: 5.5%;
    max-width: 377px;
    width: 19.63%;
  }
}
@media (min-width: 1920px) {
  .three-pair-explanation {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

/*----------------------------------------------------
 stop
----------------------------------------------------*/
.three-pair-stop {
  padding: 10vw 0;
}
.three-pair-stop img {
  width: 81.86%;
}

@media (min-width: 940px) {
  .three-pair-stop {
    padding: 7vw 0;
  }
  .three-pair-stop img {
    max-width: 998px;
    width: 52%;
  }
}
@media (min-width: 1920px) {
  .three-pair-stop {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

/*----------------------------------------------------
 campaign
----------------------------------------------------*/
.three-pair-campaign {
  background: rgba(241, 59, 182, .45);
  padding: 13vw 0;
}
/* title */
.three-pair-campaign-title {
  margin-bottom: 6vw;
}
.three-pair-campaign-title img {
  width: 54.75%;
}
/* reccomend */
.three-pair-campaign-reccomend ul {
  margin: 0 auto;
  width: 58%;
}
.three-pair-campaign-reccomend li:nth-child(n+2) {
  margin-top: 3vw;
}

@media (min-width: 940px) {
  .three-pair-campaign {
    padding: 7vw 0;
  }
  /* title */
  .three-pair-campaign-title {
    margin-bottom: 4vw;
  }
  .three-pair-campaign-title img {
    max-width: 739px;
    width: 38.5%;
  }
  /* reccomend */
  .three-pair-campaign-reccomend ul {
    display: flex;
    justify-content: space-between;
    max-width: 1074px;
    width: 55.9375%;
  }
  .three-pair-campaign-reccomend li {
    width: 46.55%;
  }
  .three-pair-campaign-reccomend li:nth-child(2) {
    margin-top: 0;
  }
  .three-pair-campaign-reccomend li:nth-child(n+3) {
    margin-top: 3vw;
  }
}
@media (min-width: 1920px) {
  .three-pair-campaign {
    padding: 130px 0;
  }
  /* title */
  .three-pair-campaign-title {
    margin-bottom: 70px;
  }
  /* reccomend */
  .three-pair-campaign-reccomend li:nth-child(n+3) {
    margin-top: 50px;
  }
}
