.toppage.top202009 > h2,
.toppage.top202009 .topslider *,
.toppage.top202009 .benefits *,
.toppage.top202009 .beneDetails *,
.toppage.top202009 .steps *,
.toppage.top202009 .newTheme * {
  font-family: 'Noto Sans JP';
}

.toppage.top202009 > h2 {
  text-align: center;
  font-size: 36px;
}

.toppage.top202009 > h2 + .container > p {
  text-align: center;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 > h2 + .container > p {
    font-size: 15px;
    font-size: 4vw;
  }
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 > h2 {
    font-size: 5vw;
  }
}

.toppage.top202009 .container {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .container {
    padding: 0 5%;
  }
}

.toppage.top202009 .container::before {
  content: none;
}

.toppage.top202009 p {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.9;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 p {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 4vw;
  }
}

.toppage.top202009 #content-header-slider {
  width: 100%;
  margin: 0 auto;
}

.toppage.top202009 .topslider > li {
  height: 610px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .topslider > li {
    height: 120vw;
  }
}

.toppage.top202009 .main-slider__image {
  /* position: absolute; */
  /* z-index: -1; */
  /* top: 0; */
  /* left: 0; */
  /* right: 0; */
  /* margin: 0 auto; */
  /* font-size: 0; */
}

.toppage.top202009 .main-slider__image {
  background-image: url(/assets/image/top/201001/mv-main.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 550px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .main-slider__image {
    background-image: none;
  }
}

.toppage.top202009 .main-slider__image.ver2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 550px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .main-slider__image.ver2 {
    background-image: none;
  }
}

.toppage.top202009 .slide-text {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  border-bottom: 1px solid #e2e2e2;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .slide-text {
    min-height: auto;
    height: 20vw;
    border-bottom: none;
  }
}

.toppage.top202009 .slide-text > .inner {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  min-height: 60px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .slide-text > .inner {
    min-height: auto;
    height: 20vw;
  }
}

.toppage.top202009 .slide-text > .inner p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.3;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .slide-text > .inner p {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.toppage.top202009 .slide-text > .inner a {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.toppage.top202009 a.aBtn {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 55px 10px 45px;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 16px;
  line-height: 1;
}

.toppage.top202009 a.aBtn.w120Btn {
  border-radius: 35px;
}

.toppage.top202009 a.aBtn:hover {
  text-decoration: none;
}

.toppage.top202009 a.aBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
  width: 18px;
  height: 18px;
  background-image: url(/assets/image/top/201001/btnArrow.png);
  background-repeat: no-repeat;
}

.toppage.top202009 a.aBtn.tBlank::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 22px;
  height: 22px;
  background-image: url(/assets/image/top/201001/tBlank.png);
  background-repeat: no-repeat;
}

.toppage.top202009 a.aBtn.verL {
  font-size: 18px;
  width: 320px;
  padding: 20px 0;
}

.toppage.top202009 a.aBtn.verL.w120Btn {
  font-size: 22px;
  width: 384px;
  padding: 24px 0;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 a.aBtn.verL {
    width: 100%;
    font-size: 4.5vw;
  }

  .toppage.top202009 a.aBtn.verL.w120Btn {
    font-size: 5vw;
    width: 100%;
    padding: 24px 0;
  }
}

.toppage.top202009 a.aBtn.verL::after {
  right: 8%;
}

.toppage.top202009 a.cPink {
  background-color: #f455ba;
}

.toppage.top202009 a.cClear {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}

.toppage.top202009 a.aBtn.cClear::after {
  background-image: url(/assets/image/top/201001/btnArrow2.png);
}

.toppage.top202009 a.aBtn.verM {
  padding: 15px 60px 15px 30px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 a.aBtn.verM {
    width: 100%;
  }
}

.toppage.top202009 a.aBtn.verMovie::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 20px;
  height: 14px;
  background-image: url(/assets/image/top/201001/icon-movie.png);
  background-repeat: no-repeat;
}

.toppage.top202009 .floatLeft {
  float: left;
}

.toppage.top202009 .floatRight {
  float: right;
}

.toppage.top202009 .mainLead {
  text-align: center;
  font-size: 18px;
}

.toppage.top202009 .mainLead + p {
  text-align: center;
  font-size: 17px;
}

.toppage.top202009 .bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 0;
  width: 60px;
  height: 5px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10vw;
  }
}

.toppage.top202009 .benefits {
  margin-top: 40px;
  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) {
  .toppage.top202009 .benefits {
    display: block;
  }
}

.toppage.top202009 .benefits > li {
  text-align: left;
}

.toppage.top202009 .benefits > li .imgWrap {
  height: 170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.toppage.top202009 .benefits > li h3 {
  color: #f455ba;
  font-size: 18px;
}

.toppage.top202009 .benefits > li p {
  font-size: 15px;
}

.toppage.top202009 .benefits > li:nth-child(2) .imgWrap {
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefits > li {
    margin-bottom: 12vw;
  }
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefits li .imgWrap {
    height: auto;
  }
  .toppage.top202009 .benefits li .imgWrap img {
    width: 80%;
  }
  .toppage.top202009 .benefits li h3 {
    margin-top: 5vw;
    font-size: 4vw;
  }
  .toppage.top202009 .benefits li p {
    font-size: 4vw;
  }
  .toppage.top202009 .benefits li:nth-child(1) h3, .toppage.top202009 .benefits li:nth-child(1) p {
    padding-left: 10%;
  }
  .toppage.top202009 .benefits li:nth-child(2) .imgWrap {
    text-align: right;
  }
  .toppage.top202009 .benefits li:nth-child(2) .imgWrap img {
    display: inline-block;
  }
  .toppage.top202009 .benefits li:nth-child(2) h3, .toppage.top202009 .benefits li:nth-child(2) p {
    padding-left: 24%;
  }
  .toppage.top202009 .benefits li:nth-child(3) h3, .toppage.top202009 .benefits li:nth-child(3) p {
    padding-left: 17%;
  }
}

.toppage.top202009 .benefitListWrap {
  background-color: #f3f3f3;
  /*margin-top: 250px;*/
  margin-top: 160px;
  width: 100%;
  min-width: 1380px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitListWrap {
    margin-top: 30vw;
    min-width: auto;
  }
}

.toppage.top202009 .benefitListWrap .container {
  width: 1380px;
  max-width: 1380px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitListWrap .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList {
    padding-bottom: 10vw;
  }
}

.toppage.top202009 .benefitList > li {
  margin-bottom: 70px;
}

.toppage.top202009 .benefitList > li .imgWrap {
  float: right;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li .imgWrap {
    width: 100%;
    float: none;
  }
}

.toppage.top202009 .benefitList > li .textGroup {
  float: left;
}

@media only screen and (max-width: 1380px) {
  .toppage.top202009 .benefitList > li .textGroup {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li .textGroup {
    padding-left: 0;
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li .textGroup .btnList {
    padding: 0 18vw;
  }
}

.toppage.top202009 .benefitList > li .textGroup .btnList li {
  margin-top: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li .textGroup .btnList li {
    float: none;
    margin-right: 0px;
  }
}

.toppage.top202009 .benefitList > li .textGroup .btnList.verRight li {
  display: inline;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li .textGroup .btnList.verRight li {
    display: block;
  }
}

.toppage.top202009 .benefitList > li .textGroup .btnList.verRight li:last-child {
  margin-right: 0;
}

.toppage.top202009 .benefitList > li .textGroup .caution {
  font-size: 0.9em !important;
  line-height: 2;
}

.toppage.top202009 .benefitList > li .imgWrap {
  width: 700px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li .imgWrap {
    width: 100%;
  }
}

.toppage.top202009 .benefitList > li .textGroup {
  width: 680px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li .textGroup {
    width: 100%;
  }
}

.toppage.top202009 .benefitList > li .textGroup h3 {
  font-size: 28px;
  font-weight: normal;
  margin-top: 100px;
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li .textGroup h3 {
    margin-top: 8vw;
    font-size: 5vw;
    padding-left: 5%;
    padding-right: 5%;
    display: inline-block;
  }
}

.toppage.top202009 .benefitList > li .textGroup p {
  font-size: 16px;
  line-height: 2.5;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li .textGroup p {
    font-size: 3.5vw;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.toppage.top202009 .benefitList > li:nth-child(even) .imgWrap {
  float: left;
}

.toppage.top202009 .benefitList > li:nth-child(even) .textGroup {
  float: right;
  text-align: right;
}

@media only screen and (max-width: 1380px) {
  .toppage.top202009 .benefitList > li:nth-child(even) .textGroup {
    padding-right: 40px;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li:nth-child(even) .textGroup {
    padding-right: 0px;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li:first-child .imgWrap {
    padding-left: 15vw;
  }
}

.toppage.top202009 .benefitList > li:first-child .imgWrap img {
  margin-top: -77px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li:first-child .imgWrap img {
    margin-top: -10vw;
  }
}

.toppage.top202009 .benefitList > li:nth-child(2) .imgWrap {
  width: 775px;
  height: 725px;
  position: relative;
}

.toppage.top202009 .benefitList > li:nth-child(2) .imgWrap img {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li:nth-child(2) .imgWrap {
    width: 100%;
    height: 100vw;
  }
}

.toppage.top202009 .benefitList > li:nth-child(2) .imgWrap img:nth-child(1) {
  left: 110px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li:nth-child(2) .imgWrap img:nth-child(1) {
    width: 45vw;
    left: 0;
  }
}

.toppage.top202009 .benefitList > li:nth-child(2) .imgWrap img:nth-child(2) {
  top: 95px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li:nth-child(2) .imgWrap img:nth-child(2) {
    width: 60vw;
    top: 12vw;
    right: 10vw;
  }
}

.toppage.top202009 .benefitList > li:nth-child(2) .imgWrap img:nth-child(3) {
  left: 0%;
  bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li:nth-child(2) .imgWrap img:nth-child(3) {
    width: 41vw;
    bottom: 5vw;
    left: -15vw;
  }
}

.toppage.top202009 .benefitList > li:nth-child(2) .imgWrap img:nth-child(4) {
  right: 80px;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li:nth-child(2) .imgWrap img:nth-child(4) {
    width: 45vw;
    right: 20vw;
  }
}

.toppage.top202009 .benefitList > li:nth-child(2) .textGroup {
  width: 605px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li:nth-child(2) .textGroup {
    width: 100%;
  }
}

.toppage.top202009 .benefitList > li:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li:last-child .imgWrap {
    padding-left: 15%;
  }
}

.toppage.top202009 .benefitList > li:last-child .imgWrap img {
  margin-bottom: -70px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList > li:last-child .imgWrap img {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .benefitList a.aBtn {
    text-align: center;
    padding: 4vw 0;
  }
}

.toppage.top202009 .benefitList a.aBtn::after {
  right: 7%;
}

.toppage.top202009 ul.applyBtns {
  text-align: center;
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 ul.applyBtns {
    margin-top: 10vw;
    /*padding: 0 10%;*/
    padding: 0 8%;
  }
}

.toppage.top202009 ul.applyBtns li {
  display: inline-block;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 ul.applyBtns li {
    width: 100%;
    display: block;
    margin: 0 0 5vw 0;
  }
}

.toppage.top202009 .btnsList li {
  width: 150px;
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .btnsList li {
    width: 100%;
    margin-top: 6vw;
    display: block;
    margin-right: 0px;
  }
}

.toppage.top202009 .btnsList a {
  border: 1px solid #444444;
  width: 100%;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .toppage.top202009 .btnsList a {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

.toppage.top202009 .btnsList a:hover {
  text-decoration: none;
}

.toppage.top202009 .mtLL {
  margin-top: 200px !important;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .mtLL {
    margin-top: 20vw !important;
  }
}

.toppage.top202009 .mtL {
  margin-top: 140px !important;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .mtL {
    margin-top: 20vw !important;
  }
}

.toppage.top202009 .mtMM {
  margin-top: 100px !important;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .mtMM {
    margin-top: 20vw !important;
  }
}

.toppage.top202009 .mtM {
  margin-top: 50px !important;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .mtM {
    margin-top: 8vw !important;
  }
}

.toppage.top202009 .mtS {
  margin-top: 40px !important;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .mtS {
    margin-top: 3vw !important;
  }
}

.toppage.top202009 .steps {
  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) {
  .toppage.top202009 .steps {
    display: block;
  }
}

.toppage.top202009 .steps > li {
  width: 400px;
  margin-right: 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .steps > li {
    width: 100%;
    margin-bottom: 18vw;
  }
}

.toppage.top202009 .steps > li:last-child {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .steps > li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}

.toppage.top202009 .steps > li .box {
  border: 6px solid #e3e3e3;
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 400px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .steps > li .box {
    width: 100%;
    border: 3px solid #e3e3e3;
    min-height: auto;
    padding-bottom: 8vw;
  }
}

.toppage.top202009 .steps > li .box img {
  text-align: center;
  display: inline-block;
}

.toppage.top202009 .steps > li .box .step {
  margin-top: -40px;
}

.toppage.top202009 .steps > li .box .stepImg {
  margin-top: 30px;
  min-height: 100px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .steps > li .box .stepImg {
    margin-top: 5vw;
    min-height: 25vw;
  }
}

.toppage.top202009 .steps > li .box h3 {
  font-size: 22px;
  color: #f455ba;
}

.toppage.top202009 .steps > li .box h3 + p {
  margin-top: 15px;
  line-height: 2;
}

.toppage.top202009 .steps > li .arrow {
  position: absolute;
  right: 7%;
  top: 45%;
}

.toppage.top202009 .steps {
  text-align: center;
}

.toppage.top202009 .container.stepsWrap {
  width: 1300px;
  max-width: 1300px;
  text-align: center;
  background-color: #f3f3f3;
}

@media only screen and (max-width: 1300px) {
  .toppage.top202009 .container.stepsWrap {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .toppage.top202009 .container.stepsWrap {
    width: 1100px;
    max-width: 1100px;
  }
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .container.stepsWrap {
    width: 100%;
  }
}

.toppage.top202009 .newTheme {
  text-align: center;
}

.toppage.top202009 .newTheme > img {
  display: inline-block;
}

.toppage.top202009 .newTheme .container {
  width: 1000px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .newTheme .container {
    width: 100%;
  }
}

.toppage.top202009 .newTheme .textGroup {
  /*float: left;*/
  display:table-cell;
  width: 540px;
  text-align: left;
  padding-right: 30px;
  border-right: 1px dotted #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .newTheme .textGroup {
    display: block;
    float: none;
    width: 100%;
    padding-right: 0;
    border-right: none;
    padding-bottom: 8vw;
    border-bottom: 1px dotted #000000;
  }
}

.toppage.top202009 .newTheme .textGroup h3 {
  color: #ce0e27;
  font-size: 22px;
}

.toppage.top202009 .newTheme .textGroup .textGroup__boxtheme {
  color: #000;
  font-weight: bold;
}

.toppage.top202009 .newTheme .hintGroup {
  /*float: right;*/
  display:table-cell;
  width: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .newTheme .hintGroup {
    display: block;
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 8vw;
  }
}

.toppage.top202009 .newTheme .hintGroup > p {
  margin-top: 10px;
}

.toppage.top202009 .newTheme .hintGroup > p:first-child {
  margin-top: 0;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 0 7px;
}

.toppage.top202009 .newTheme .themePrice {
  clear: both;
}

.toppage.top202009 .newTheme .themePrice > .container {
  background-color: #f3f3f3;
  padding: 20px 0 20px 100px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .newTheme .themePrice > .container {
    padding: 5% 5% 8% 5%;
  }
}

.toppage.top202009 .newTheme .termGroupList {
  display: table-cell;
  width: 380px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .newTheme .termGroupList {
    display: block;
    width: 100%;
  }
}

.toppage.top202009 .newTheme .termGroupList > li {
  border-bottom: 1px dotted #999999;
  padding: 8px 0px;
  text-align: left;
}

.toppage.top202009 .newTheme .termGroupList dt {
  display: inline-block;
  width: 120px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .newTheme .termGroupList dt {
    font-size: 15px;
    font-size: 4vw;
    width: 30vw;
  }
}

.toppage.top202009 .newTheme .termGroupList dd {
  display: inline-block !important;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .newTheme .termGroupList dd {
    font-size: 15px;
    font-size: 4vw;
  }
}

.toppage.top202009 .newTheme .priceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.toppage.top202009 .newTheme .priceList li {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .newTheme .priceList li {
    font-size: 3.5vw;
  }
}

.toppage.top202009 .newTheme .priceList span {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .newTheme .priceList span {
    font-size: 1.3em;
  }
}

.toppage.top202009 .newTheme .btnGroup {
  display: table-cell;
  vertical-align: middle;
  width: 520px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .newTheme .btnGroup {
    display: block;
    width: 100%;
    margin-top: 5vw;
    padding: 0 10%;
  }
}

.toppage.top202009 .price > .container ul {
  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) {
  .toppage.top202009 .price > .container ul {
    display: inline-block;
  }
}

.toppage.top202009 .price > .container ul li {
  width: 520px;
  text-align: center;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .price > .container ul li {
    width: 100%;
    margin-bottom: 6vw;
  }
}

.toppage.top202009 .price > .container ul li > p {
  margin-top: 0;
}

.toppage.top202009 .price .pHead {
  font-size: 22px;
  height: 125px;
  line-height: 125px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .price .pHead {
    font-size: 15px;
    font-size: 4vw;
    height: auto;
    line-height: 1;
    padding: 40px 0;
    padding: 10vw 0;
  }
}

.toppage.top202009 .price .pHead img {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .price .pHead img {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .price .month2 .pHead {
    padding: 30px 0;
    padding: 7vw 0;
  }
}

.toppage.top202009 .price .pHead::after {
  content: "";
  background-image: url("/assets/image/top/201001/btnArrow3.png");
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -20px;
  left: 45%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.toppage.top202009 .price .pPrice {
  background-color: #f0f0f0;
  padding: 60px 0 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .price .pPrice {
    padding: 12vw 0 10vw;
  }
}

.toppage.top202009 .price .pPrice img {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .price .pPrice img {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .price .month2 .pPrice img {
    width: 60%;
  }
}

.toppage.top202009 .price .pManth {
  padding: 30px 0;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .price .pManth {
    font-size: 15px;
    font-size: 4vw;
  }
}

.toppage.top202009 .price .pText {
  text-align: left;
  background-color: #f0f0f0;
  padding: 40px 45px 0 45px;
  min-height: 330px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .price .pText {
    min-height: auto;
    height: auto;
    padding: 7vw 10vw;
  }
}

.toppage.top202009 .price .pText p {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .price .pText p {
    font-size: 15px;
    font-size: 4vw;
  }
}

.toppage.top202009 .price .pText > p:first-child {
  margin-top: 0;
}

.toppage.top202009 .price > .container ul li.month2 {
  background-color: #feeff9;
}

.toppage.top202009 .price > .container ul li.month2 .pPrice {
  background-color: #fee1f3;
}

.toppage.top202009 .price > .container ul li.month2 .pText {
  background-color: #fee1f3;
}

@media only screen and (max-width: 767px) {
  .toppage.top202009 .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .toppage.top202009 .sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
  .toppage.top202009 .benefitListWrap {
    width: 100%;
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1380px) and (min-width: 768px) and (max-width: 1100px) {
  .toppage.top202009 .benefitListWrap {
    width: 1100px;
    max-width: 1100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
  .toppage.top202009 .benefitListWrap .container {
    width: 1100px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .toppage.top202009 .benefitList li .textGroup {
    padding-left: 0;
  }
  .toppage.top202009 .benefitList li .textGroup h3 {
    margin-top: 70px;
  }
  .toppage.top202009 .benefitList li:nth-child(even) .textGroup {
    padding-right: 0px;
    padding-left: 0px;
  }
  .toppage.top202009 .benefitList li:first-child .imgWrap {
    width: 550px;
  }
  .toppage.top202009 .benefitList li:first-child .imgWrap img {
    width: 100%;
  }
  .toppage.top202009 .benefitList li:first-child .textGroup {
    width: 550px;
  }
  .toppage.top202009 .benefitList li:nth-child(2) .imgWrap {
    width: 550px;
    height: 550px;
  }
  .toppage.top202009 .benefitList li:nth-child(2) .imgWrap img:nth-child(1) {
    left: 40px;
    top: 15px;
    width: 230px;
  }
  .toppage.top202009 .benefitList li:nth-child(2) .imgWrap img:nth-child(2) {
    top: 95px;
    right: 0;
    width: 330px;
  }
  .toppage.top202009 .benefitList li:nth-child(2) .imgWrap img:nth-child(3) {
    width: 200px;
  }
  .toppage.top202009 .benefitList li:nth-child(2) .imgWrap img:nth-child(4) {
    width: 230px;
    right: 71px;
  }
  .toppage.top202009 .benefitList li:nth-child(2) .textGroup {
    width: 550px;
  }
  .toppage.top202009 .benefitList li:nth-child(3) .imgWrap {
    width: 550px;
  }
  .toppage.top202009 .benefitList li:nth-child(3) .imgWrap img {
    width: 100%;
  }
  .toppage.top202009 .benefitList li:nth-child(3) .textGroup {
    width: 550px;
  }
}

.caution {
  font-size: 0.8em !important;
}

.anim {
  opacity: 0;
}

.anim.anim-active {
  opacity: 1;
}

.infiniteAnimeW {
  -webkit-animation: infiniteAnimeW 1s linear infinite;
  animation: infiniteAnimeW 1s linear infinite;
}

@-webkit-keyframes infiniteAnimeW {
  0% {
    -webkit-transform: translate(0px, 0) rotateZ(0deg);
    transform: translate(0px, 0) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(5px, 0) rotateZ(1deg);
    transform: translate(5px, 0) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 0) rotateZ(0deg);
    transform: translate(0px, 0) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(5px, 0px) rotateZ(-1deg);
    transform: translate(5px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

@keyframes infiniteAnimeW {
  0% {
    -webkit-transform: translate(0px, 0) rotateZ(0deg);
    transform: translate(0px, 0) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(5px, 0) rotateZ(1deg);
    transform: translate(5px, 0) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 0) rotateZ(0deg);
    transform: translate(0px, 0) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(5px, 0px) rotateZ(-1deg);
    transform: translate(5px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}


/* 201110 top 直下　ばなー */
.top-bottom-bana{
  text-align: center;
}
.top-bottom-bana li{
  display: inline-block;
}
.top-bottom-bana li img{
  display: inline;
}
.top-bottom-bana li:nth-child(2){
  display: block;
  margin-top: 15px;
}
.top-bottom-bana li:nth-child(2) a{
  font-size: 16px;
  color: #F455BA;
}



.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  background: #fff;
  left: 50%;
  padding: 20px 20px 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 500px;
  box-sizing: border-box;
}
/* @media only screen and (max-width: 600px) {
  .modal__content{
    width: 90%;
  }
} */
@media only screen and (max-width: 767px) {
  .modal__content{
    width: 95%;
    padding: 3vw 3vw 5vw;
  }
}
.modal__content a{
  display: block;
  text-align: center;
}
.modal__content a *{
  display: inline;
}
.modal__content span{
  display: block;
  text-align: center;
  margin-top: 10px;
}
.modal__content span a{
  display: inline;
  text-decoration: none;
}
.modal__content span a:link { color: #888888; }
.modal__content span a:visited { color: #888888; }
.modal__content span a:hover { color: #888888; }
.modal__content span a:active { color: #888888; }

@media only screen and (max-width: 767px) {
  main .modal__content .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  main .modal__content .sp {
    display: none !important;
  }
}


/*  youtube  */
.md_iframe_image {
  background: #fff;
}
.md_iframe_image a {
  display: block;
  position: relative;
}
.md_iframe_image a:hover {
  opacity: 0.6;
}
.md_iframe_image a::before {
  background: url(//raxy.rakuten.co.jp/assets/image/guide/howto/icn_movie.png) center center / 64px 64px no-repeat;
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  margin: -16px auto 0;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 1;
}
.md_iframe_image a img {
  width: 100%;
}
.movie-area-wrap {
  border: 6px solid #e3e3e3;
  padding: 50px!important;
}
.movie-area-h2 {
  text-align: center;
  font-size: 36px;
}
.movie-area-cap {
  margin: 10px 0 30px!important;
  text-align: center;
  font-size: 18px!important;
}
.movie-area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.movie-area > li:first-child {
  width: 58.50202429149798%;
}
.movie-area > li:last-child {
  width: 41.49797570850202%;
  padding-left: 40px!important;
}
.movie-area__date {
  color: #999!important;
  font-size: 14px!important;
}
.movie-area__ttl {
  font-weight: bold;
  line-height: 1.7!important;
  font-size: 18px!important;
}
.movie-area__text {
  font-size: 14px!important;
}
.btn2.btn-r {
  margin: 3% 33.7% 0!important;
  padding: 1.675% 0!important;
  font-size: 18px!important;
  border-radius: 30px;
  border: 1px solid #000!important;
}
@media screen and (max-width: 767px) {
  .md_iframe_image a::before {
    background: url(//raxy.rakuten.co.jp/assets/image/guide/howto/icn_movie.png) center center / 48px 48px no-repeat;
    display: block;
    width: 48px;
    height: 48px;
    top: 46%;
  }
  .movie-area-wrap {
    border: none;
    padding: 0 5%!important;
  }
  .movie-area-h2 {
    font-size: 5.5vw;
  }
  .movie-area-cap {
    margin: 10px 0 15px!important;
    font-size: 4vw!important;
  }
  .movie-area {
    margin-bottom: 30px!important;
  }
  .movie-area > li:first-child,
  .movie-area > li:last-child {
    width: 100%;
  }
  .movie-area > li:last-child {
    padding-left: 0!important;
  }
  .movie-area__date {
    margin-top: 10px!important;
  }
  .movie-area__ttl {
    font-weight: normal;
    font-size: 4vw!important;
  }
  .btn2.btn-r {
    margin: 3% 10% 0!important;
    padding: 20px 0!important;
    line-height: 1;
  }
}

/*  トップお知らせ枠 動画  */
  .top-notice-movie {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto!important;
    padding: 10px!important;
  }
  .top-notice-movie:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(https://raxy.rakuten.co.jp/assets/image/top/icn_movie.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 82%;
    vertical-align: middle;
  }
  .top-notice-movie a {
    color: #f455ba!important;
    font-size: 14px;
  }
  @media screen and (max-width:767px) {
  	.top-notice-movie {
  		padding: 6px 4px 6px 36px!important;
  		width: 90%;
  		text-indent: -26px;
  		line-height: 1!important;
  	}
    .top-notice-movie:before {
      width: 20px;
      height: 20px;
      background-size: 92%;
    }
    .top-notice-movie a {
      font-size: 12px;
    }
  }

/*  トップお知らせ枠 緊急告知  */
  #interruption a:visited,
  #interruption a:hover {
    text-decoration: underline #D93870!important;
    opacity: 1;
  }
  @media only screen and (max-width: 767px) {
    #interruption {
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1;
    }
  }

/*  スライダー下バナー枠  */
.bnr_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.bnr_area > li {
  margin: 10px 20px!important;
}
.bnr_area > li a {
  display: block;
}
.bnr_area > li.border_gln a {
  border: #b4f6e2 1px solid;
}
@media only screen and (max-width: 767px) {
  .bnr_area {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px!important;
  }
  .bnr_area > li {
    margin: 0!important;
    width: 100%;
  }
  .bnr_area > li:nth-child(2) {
    margin-top: 20px!important;
  }
}

/*  新着記事  */
.container_TopicsThumb {
  max-width: 1000px!important;
  border-bottom: #f2f2f2 1px solid;
}
@media screen and (max-width:767px) {
  .container_TopicsThumb {
    border-bottom: none;
  }
}
.module-title {
  padding: 40px 0 10px!important;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 7px;
  color: #2d2d2d!important;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .module-title {
    font-weight: bold;
    line-height: 1.3;
  }
}
.module-caption {
  margin: 0 0 28px!important;
  text-align: center;
  font-size: 15px;
  letter-spacing: 3px;
  color: #8e8e8e!important;
  line-height:1!important;
}
.TopicsThumb-area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4.5454545454%;
  margin: 0 auto!important;
  width:100%;
  max-width:1000px;
  border-top:#eff0f0 6px solid;
}
.TopicsThumb {
  max-width:220px;
  margin: 20px 13.33333333333333% 20px 0!important;
}
.TopicsThumb:nth-child(3n) {
  margin-right: 0!important;
}
.TopicsThumb__img {
  display: block;
  padding-bottom: 13px!important;
  position: relative;
}
.icon_pr:after {
  position: absolute;
  content: "PR";
  top: 0;
  left: 0;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1;
  background-color: rgba(0,0,0,0.2);
  /*background-color: rgba(170,170,170,0.5);*/
  color: #fff;
  padding: 3px 6px 2px;
}
@media screen and (max-width:767px) {
  .icon_pr:after {
    font-size: 8px;
    padding: 4px 6px 2px;
  }
}
.TopicsThumb__img img{
  　width: 100%;
}
.TopicsThumb__ttlBlock a:hover {
  opacity: .7;
}
.TopicsThumb__ttlBlock a:link,
.TopicsThumb__ttlBlock a:visited,
.TopicsThumb__ttlBlock a:hover,
.TopicsThumb__ttlBlock a:active {
  text-decoration: none;
}
.btn__category {
  margin-top: 5px!important;
  font-size: 12px!important;
  color:#aaaaaa!important;
}
.btn__category span {
  color:#aaaaaa!important;
}
.TopicsThumb__ttl {
  margin-bottom: 7px!important;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-weight: normal;
  line-height:1.7;
  color:#2d2d2d!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 76px;
}
.TopicsThumb__date {
  font-family: 'Noto Sans JP';
  font-size: 12px;
  color: #aaaaaa!important;
}
.btn__tag__area {
  height: 32px;
  overflow: hidden;
}
.btn__tag {
  padding: 4px 12px 3px!important;
  margin: 10px 5px 0 0!important;
  display: inline-block;
  font-size: 11px!important;
  line-height: 1!important;
  background-color: #eff0f0;
  color:#ff3ca5!important;
}
.btn__tag:hover {
  color:#fff!important;
  background-color:#ffa3e0;
  opacity:1!important;
  text-decoration: none;
}
.btn2.btn-r.btn-more {
  margin: 20px auto 40px!important;
  padding: 8px 0!important;
  max-width: 220px;
}
@media only screen and (max-width: 767px) {
  .module-title {
    padding: 38px 0 0!important;
    font-size: 22px;
    letter-spacing: 4px;
  }
  .module-caption {
    margin: 5px 0 15px!important;
    font-size: 12px!important;
    letter-spacing: 1px;
  }
  .TopicsThumb-area {
    padding: 0;
  }
  .TopicsThumb {
    padding: 15px 0!important;
    margin:0!important;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
    max-width: 100%;
    border-bottom:#f2f2f2 1px solid;
  }
  .TopicsThumb__img {
    width:25%;
    padding-bottom: 0!important;
  }
  .TopicsThumb__ttlBlock {
    padding-left: 15px;
    width: 75%;
  }
  .TopicsThumb__ttl {
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: initial;
    height: auto;
  }
  .TopicsThumb__date,.btn__category {
    font-size: 10px!important;
  }
  .btn__tag__area {
    width:100%;
  }
  .btn__tag {
    padding: 4px 12px 3px!important;
    font-size: 10px!important;
  }
  .btn2.btn-r.btn-more {
    margin: 20px auto 40px!important;
    padding: 10px 0!important;
    max-width: 200px;
  }
}

/*  これまでのボックス  */
.boxarchive_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.boxarchive_thumb {
  position:relative;
  overflow:hidden;
  width: 230px;
  height: 180px;
  margin: 0 10px 10px 0!important;
  transition: all .4s ease 0s;
  overfllow:hidden;
}
.boxarchive_list li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.boxarchive_thumb:nth-child(4n) {
  margin-right: 0!important;
}
.boxarchive_thumb a:hover {
  opacity: 1!important;
}
.boxarchive_thumb img{
  cursor: pointer;
  position:absolute;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.boxarchive_thumb img:last-child{
  top: 100%;
  transition: 0.3s;
}
.boxarchive_thumb:hover img:last-child{
  top:0;
}
/*
.boxarchive_thumb_txt {
  display:none;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  width:100%;
  bottom: 0;
  color: #fff!important;
  background-color: rgba(0,0,0,0.6);
  font-size: 15px;
  text-align:center;
  line-height: 1;
}
*/
.boxarchive_thumb_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  margin:0!important;
  padding:0 10px 7px!important;
  color: #fff!important;
  font-size: 14px!important;
  line-height: 1!important;
}
.instagram_box .btn2 {
  margin-top: 50px!important;
  width: auto!important;
}
.boxarchive_btn_more {
  text-align: center;
  margin-top: 10px;
}
.boxarchive_btn_more button {
  padding: 0;
  background: none;
  border: #ccc 1px solid;
  cursor: pointer;
  outline: none;
  color:#ccc;
  line-height: 30px;
  width: 120px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .instagram_box {
    padding: 5% 10px!important;
  }
  .boxarchive_list {
    margin: 0 auto!important;
    width:394px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .boxarchive_thumb {
    width: 192px;
    height: 150px;
  }
  .boxarchive_thumb:nth-child(2n) {
    margin-right: 0!important;
  }
  .boxarchive_thumb img{
    width: 192px;
    height: 150px;
  }
  .boxarchive_thumb_txt {
    padding:0 5px 4px!important;
    font-size: 12px!important;
  }
}
@media only screen and (max-width: 413px) {
  .boxarchive_list {
    width:300px;
  }
  .boxarchive_thumb {
    width: 145px;
    height: 113px;
  }
  .boxarchive_thumb img{
    width: 145px;
    height: 113px;
  }
}