@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.contents {
  color: #000;
}

.contents * {
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: .12em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

@media screen and (max-width: 750px) {
  .contents * {
    letter-spacing: .02em;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}

.contents ul, .contents ol {
  list-style-type: none;
}

.contents i {
  font-style: normal;
  display: inline-block;
  margin-left: 7px;
}

@media screen and (max-width: 750px) {
  .contents i {
    margin-left: 1.2vw;
  }
}

.contents a {
  outline: none;
}

.contents img {
  width: 100%;
  height: auto;
}

.contents button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contents .serif {
  font-family: "A1 Mincho", "A-OTF A1明朝 Std", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.contents .swiper-button-prev, .contents .swiper-button-next {
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -22px;
}

@media screen and (max-width: 750px) {
  .contents .swiper-button-prev, .contents .swiper-button-next {
    top: 60vw;
    width: 6.875vw;
    height: 6.875vw;
  }
}

.contents .swiper-button-next {
  background-image: url(../images/pager_icon_01.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 13.2vw;
}

@media screen and (max-width: 1300px) {
  .contents .swiper-button-next {
    right: 2.4vw;
  }
}

.contents .swiper-button-next::after {
  display: none;
}

.contents .swiper-button-prev {
  background-image: url(../images/pager_icon_01.svg);
  left: 13.2vw;
}

@media screen and (max-width: 1300px) {
  .contents .swiper-button-prev {
    left: 2.4vw;
  }
}

.contents .swiper-button-prev::after {
  display: none;
}

.contents .swiper-pagination {
  font-size: 24px;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .contents .swiper-pagination {
    font-size: 4.375vw;
  }
}

.contents .swiper-pagination-fraction {
  bottom: 20px;
}

@media screen and (max-width: 750px) {
  .contents .swiper-pagination-fraction {
    bottom: 2vw;
  }
}

.contents .mv-slide {
  max-width: 1920px;
  height: 660px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 920px) {
  .contents .mv-slide {
    max-width: 100%;
    height: 114.0625vw;
  }
}

.contents .mv-slideItem {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.contents .mv-slideItem--01 {
  background-image: url(../images/slide_01.jpg);
}

@media screen and (max-width: 920px) {
  .contents .mv-slideItem--01 {
    background-image: url(../images/sp/slide_01.jpg);
  }
}

.contents .mv-slideItem--02 {
  background-image: url(../images/slide_02.jpg);
}

@media screen and (max-width: 920px) {
  .contents .mv-slideItem--02 {
    background-image: url(../images/sp/slide_02.jpg);
  }
}

.contents .mv-slideItem--03 {
  background-image: url(../images/slide_03.jpg);
}

@media screen and (max-width: 920px) {
  .contents .mv-slideItem--03 {
    background-image: url(../images/sp/slide_03.jpg);
  }
}

.contents .mv-slideItem--04 {
  background-image: url(../images/slide_04.jpg);
}

@media screen and (max-width: 920px) {
  .contents .mv-slideItem--04 {
    background-image: url(../images/sp/slide_04.jpg);
  }
}

.contents .mv-slideItem--05 {
  background-image: url(../images/slide_05.jpg);
}

@media screen and (max-width: 920px) {
  .contents .mv-slideItem--05 {
    background-image: url(../images/sp/slide_05.jpg);
  }
}

.contents .cv-product {
  max-width: 100%;
  padding: 20px 0;
  background: -webkit-gradient(linear, left top, right top, from(#a772ae), to(#ea7384));
  background: linear-gradient(90deg, #a772ae 0%, #ea7384 100%);
}

@media screen and (max-width: 750px) {
  .contents .cv-product {
    padding: 3vw 12vw;
  }
}

.contents .cv-productText {
  max-width: 670px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .contents .cv-productText {
    width: 75.3125vw;
  }
}

.contents .cv-head {
  max-width: 376px;
  margin: 16px auto 0;
}

@media screen and (max-width: 750px) {
  .contents .cv-head {
    width: 74.6875vw;
    margin-top: 2.8125vw;
  }
}

.contents .cv-button {
  display: block;
  max-width: 500px;
  margin: 10px auto 12px;
}

@media screen and (max-width: 750px) {
  .contents .cv-button {
    width: 89.0625vw;
    margin: 1.4vw auto 3vw;
  }
}

.contents .cv-button--mypage {
  margin-top: 50px;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .contents .cv-button--mypage {
    margin-top: 8vw;
    margin-bottom: 12vw;
  }
}

.contents .cv-button img {
  -webkit-transition: .4s;
  transition: .4s;
}

.contents .cv-button:hover img {
  opacity: .7;
}

.contents .cv-text {
  color: #cd5367;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .contents .cv-text {
    font-size: 4.6875vw;
  }
}

.contents .sec-text {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .contents .sec-text {
    font-size: 4.375vw;
  }
  .iphone .contents .sec-text {
    font-weight: 500;
  }
}

.contents .sec-text span {
  color: #d95367;
  font-weight: inherit;
}

.contents .sec-text sup {
  font-size: 50%;
}

.contents .sec-text:nth-of-type(n + 2) {
  margin-top: 12px;
}

@media screen and (max-width: 750px) {
  .contents .sec-text:nth-of-type(n + 2) {
    margin-top: 2.8vw;
  }
}

.contents .sec-note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .contents .sec-note {
    font-size: 2.5vw;
  }
}

.contents .sec-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#a772ae), to(#ea7384));
  background: linear-gradient(90deg, #a772ae 0%, #ea7384 100%);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 750px) {
  .contents .sec-line::before {
    height: 4px;
  }
}

.contents .sec01 {
  margin-top: 28px;
  padding: 44px 0 72px;
  background: #fcefef;
  position: relative;
}

@media screen and (max-width: 750px) {
  .contents .sec01 {
    margin-top: 6.25vw;
    padding: 11.56vw 0 12.6vw;
  }
}

.contents .sec01-inner {
  max-width: 550px;
  margin: 0 auto;
}

.contents .sec01-head {
  max-width: 303px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .contents .sec01-head {
    width: 70.3125vw;
  }
}

.contents .sec01-image {
  max-width: 100%;
  margin: 30px auto 0;
}

@media screen and (max-width: 750px) {
  .contents .sec01-image {
    width: 75vw;
    margin-top: 8.4vw;
  }
}

.contents .sec01-text {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .contents .sec01-text {
    margin-top: 9.375vw;
  }
}

.contents .sec02 {
  padding: 78px 0;
  background: #f1aaaf;
}

@media screen and (max-width: 750px) {
  .contents .sec02 {
    padding: 5.2vw;
  }
}

.contents .sec02-inner {
  max-width: 664px;
  margin: 0 auto;
  padding: 44px 94px 50px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 0 2px #f1aaaf, 0 0 0 8px #fff;
          box-shadow: 0 0 0 2px #f1aaaf, 0 0 0 8px #fff;
}

@media screen and (max-width: 750px) {
  .contents .sec02-inner {
    padding: 8vw 4vw 10.8vw;
  }
}

.contents .sec02-inner:nth-of-type(n + 2) {
  margin-top: 58px;
  padding-bottom: 70px;
}

@media screen and (max-width: 750px) {
  .contents .sec02-inner:nth-of-type(n + 2) {
    margin-top: 9vw;
    padding-bottom: 10vw;
  }
}

.contents .sec02-inner::before, .contents .sec02-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background-image: url(../images/sec02_icon_01.svg);
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .contents .sec02-inner::before, .contents .sec02-inner::after {
    width: 8vw;
    height: 8vw;
  }
}

.contents .sec02-inner::before {
  top: -8px;
  left: -8px;
}

@media screen and (max-width: 750px) {
  .contents .sec02-inner::before {
    top: -2vw;
    left: -2vw;
  }
}

.contents .sec02-inner::after {
  bottom: -8px;
  right: -8px;
}

@media screen and (max-width: 750px) {
  .contents .sec02-inner::after {
    bottom: -2vw;
    right: -2vw;
  }
}

.contents .sec02-head {
  max-width: 365px;
  margin: 0 auto;
  margin-right: 46px;
}

.contents .sec02-head--02 {
  margin-right: 58px;
}

@media screen and (max-width: 750px) {
  .contents .sec02-head {
    width: 76.25vw;
    margin-right: auto;
  }
}

.contents .sec02-image {
  max-width: 396px;
  margin: 55px auto 0;
}

@media screen and (max-width: 750px) {
  .contents .sec02-image {
    width: 68.75vw;
    margin-top: 10vw;
  }
}

.contents .sec02-image--02 {
  max-width: 475px;
  margin-top: 46px;
}

@media screen and (max-width: 750px) {
  .contents .sec02-image--02 {
    margin-top: 7vw;
    width: 100%;
  }
}

.contents .sec02-text {
  margin-top: 26px;
}

@media screen and (max-width: 750px) {
  .contents .sec02-text {
    margin-top: 6vw;
  }
}

.contents .sec02-text--02 {
  margin-top: 56px;
}

@media screen and (max-width: 750px) {
  .contents .sec02-text--02 {
    margin-top: 9vw;
  }
}

.contents .sec02-note {
  margin-top: 42px;
}

@media screen and (max-width: 750px) {
  .contents .sec02-note {
    margin-top: 7.8vw;
  }
}

.contents .sec03 {
  padding: 60px 0 98px;
  background-image: url(../images/sec03_bg_01.jpg);
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .contents .sec03 {
    padding: 10.6vw 3.2vw 9vw;
    background-image: url(../images/sp/sec03_bg_01.jpg);
  }
}

.contents .sec03-inner {
  max-width: 630px;
  margin: 0 auto;
}

.contents .sec03-head {
  max-width: 378px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .contents .sec03-head {
    width: 78.75vw;
  }
}

.contents .sec03-image {
  width: 100%;
  margin: 44px auto 0;
}

@media screen and (max-width: 750px) {
  .contents .sec03-image {
    width: 90.625vw;
    margin-top: 4vw;
  }
}

.contents .sec03-movie {
  max-width: 630px;
  margin-top: 74px;
}

.contents .sec03-movie video {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .contents .sec03-movie {
    margin-top: 11vw;
  }
}

.contents .point {
  margin-top: 28px;
  padding: 116px 0 65px;
  background-image: url(../images/point_bg_01.jpg);
  background-size: 50px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .contents .point {
    margin-top: 5.4vw;
    padding: 22vw 4.8vw 4vw;
  }
}

.contents .point-inner {
  max-width: 660px;
  margin: 0 auto;
  padding: 30px 0 44px;
  border: solid 1px #b487ba;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .contents .point-inner {
    padding: 4.8vw 0 9vw;
  }
}

.contents .point-inner:nth-of-type(n + 2) {
  margin-top: 90px;
  padding-top: 20px;
}

@media screen and (max-width: 750px) {
  .contents .point-inner:nth-of-type(n + 2) {
    margin-top: 18vw;
  }
}

.contents .point-icon {
  max-width: 147px;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 750px) {
  .contents .point-icon {
    width: 31.25vw;
    top: -13vw;
  }
}

.contents .point-head {
  max-width: 330px;
  margin: 0 auto;
  margin-right: 170px;
}

@media screen and (max-width: 750px) {
  .contents .point-head {
    width: 64.6875vw;
    margin-right: auto;
  }
}

.contents .point-head--02 {
  max-width: 390px;
  margin-right: 134px;
}

@media screen and (max-width: 750px) {
  .contents .point-head--02 {
    width: 76.25vw;
    margin-right: auto;
  }
}

.contents .point-image {
  max-width: 424px;
  margin: 30px auto 34px;
}

@media screen and (max-width: 750px) {
  .contents .point-image {
    width: 80.3125vw;
    margin: 3vw auto 6.4vw;
  }
}

.contents .point-image--02 {
  margin-top: 10px;
  position: relative;
  width: 100%;
  height: 430px;
  background-image: url(../images/point_img_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .contents .point-image--02 {
    margin-top: 1vw;
    height: 78.125vw;
    background-image: url(../images/sp/point_img_02.jpg);
  }
}

.contents .point-imageText {
  color: #0f5fad;
  font-size: 37px;
  position: absolute;
  top: 84px;
  left: 125px;
  line-height: 1.4;
  padding-left: 2.4em;
  text-indent: -2.4em;
}

@media screen and (max-width: 750px) {
  .contents .point-imageText {
    font-size: 7.8125vw;
    top: 17.2vw;
    left: 12.8vw;
    line-height: 1.3;
    padding-left: 2em;
    text-indent: -2em;
  }
}

.contents .point-box {
  position: relative;
  margin-top: -124px;
}

@media screen and (max-width: 750px) {
  .contents .point-box {
    margin-top: -22vw;
  }
}

.contents .point-note {
  margin-top: 18px;
}

@media screen and (max-width: 750px) {
  .contents .point-note {
    margin-top: 3vw;
  }
}

.contents .voice {
  padding: 106px 0 112px;
}

@media screen and (max-width: 750px) {
  .contents .voice {
    padding: 12vw 6vw 18vw;
  }
}

.contents .voice-head {
  max-width: 334px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  .contents .voice-head {
    width: 42.8125vw;
    margin-left: 21vw;
  }
}

.contents .voice-head::after {
  content: "";
  display: block;
  background-image: url(../images/voice_img_01.png);
  background-size: cover;
  width: 32px;
  height: 115px;
  position: absolute;
  top: -14px;
  right: -64px;
}

@media screen and (max-width: 750px) {
  .contents .voice-head::after {
    width: 6vw;
    height: 24vw;
    top: 6vw;
    right: -10.6vw;
  }
}

.contents .voice-list {
  max-width: 660px;
  margin: 46px auto 0;
}

.contents .voice-item {
  padding-top: 24px;
  border-top: solid 2px #2d7bc2;
}

.contents .voice-item:nth-of-type(n + 2) {
  margin-top: 32px;
}

@media screen and (max-width: 750px) {
  .contents .voice-item {
    margin-top: 8.4vw;
    padding-top: 5.5vw;
  }
  .contents .voice-item:nth-of-type(n + 2) {
    margin-top: 4vw;
  }
}

.contents .voice-itmeLevel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .contents .voice-itmeLevel {
    font-size: 4.0625vw;
  }
}

.contents .voice-itmeLevelIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents .voice-itmeLevelIcon li {
  color: #9e9e9e;
  letter-spacing: 0;
}

.contents .voice-itmeLevelIcon .active {
  color: #2d7bc2;
}

.contents .voice-itmeLevelText {
  display: block;
  font-weight: bold;
  margin-left: 5px;
}

@media screen and (max-width: 750px) {
  .contents .voice-itmeLevelText {
    margin-left: 1vw;
  }
}

.contents .voice-itmeName {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .contents .voice-itmeName {
    margin-top: 2vw;
    font-size: 3.75vw;
    line-height: 1.4;
  }
}

.contents .voice-itemBox {
  margin-top: 25px;
}

@media screen and (max-width: 750px) {
  .contents .voice-itemBox {
    margin-top: 4.6vw;
  }
}

.contents .voice-itemTitle {
  color: #2d7bc2;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .contents .voice-itemTitle {
    font-size: 4.6875vw;
  }
}

.contents .voice-itemText {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  height: calc(1.6 * 16px *2);
  overflow: hidden;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .contents .voice-itemText {
    margin-top: 1.2vw;
    font-size: 3.75vw;
    line-height: 1.6;
    height: calc(1.6 * 3.75vw *3);
  }
}

.contents .voice-itemText.is-open {
  height: 100%;
}

.contents .voice-moreButton {
  margin-top: 2px;
  font-size: 16px;
  letter-spacing: 0;
  cursor: pointer;
}

.contents .voice-moreButton span {
  color: #2d7bc2;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .contents .voice-moreButton {
    margin-top: .4vw;
    font-size: 3.75vw;
  }
}

.contents .voice-moreButton.is-open {
  display: none;
}

.contents .voice-button {
  display: block;
  max-width: 440px;
  margin: 28px auto 0;
}

@media screen and (max-width: 750px) {
  .contents .voice-button {
    width: 78.125vw;
    margin-top: 6.8vw;
  }
}

.contents .voice-button img {
  -webkit-transition: .4s;
  transition: .4s;
}

.contents .voice-button:hover img {
  opacity: .7;
}

.contents .foot {
  padding-bottom: 42px;
}

@media screen and (max-width: 750px) {
  .contents .foot {
    padding-bottom: 0;
  }
}

.contents .foot-image {
  max-width: 660px;
  margin: 0 auto;
}

.pcOnly {
  display: block;
}

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}

@media screen and (max-width: 750px) {
  .spOnly {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */