.ttl {
  text-align: center;
}

.btn-link {
  display: block;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.btn-link:hover {
  text-decoration: none;
}

.btn-link i {
  margin: auto;
  width: 230px;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.btn-link i:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
}

.btn-link i:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -1px;
  bottom: 0;
  border-bottom: 7px solid currentColor;
  border-right: 15px solid transparent;
}

.swing1 {
  -webkit-animation: swing 2s ease-in-out alternate infinite;
          animation: swing 2s ease-in-out alternate infinite;
}

.swing2 {
  -webkit-animation: swing02 2.5s linear forwards infinite;
          animation: swing02 2.5s linear forwards infinite;
}

.swing22 {
  -webkit-animation: swing022 2.5s linear forwards infinite;
          animation: swing022 2.5s linear forwards infinite;
}

.swing3 {
  -webkit-animation: swing03 3s ease forwards infinite;
          animation: swing03 3s ease forwards infinite;
}

.swing4 {
  -webkit-animation: swing04 1s linear alternate infinite;
          animation: swing04 1s linear alternate infinite;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.swing42 {
  -webkit-animation: swing042 1.1s linear alternate infinite;
          animation: swing042 1.1s linear alternate infinite;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.swing5 {
  -webkit-animation: swing05 0.5s ease-in-out infinite;
          animation: swing05 0.5s ease-in-out infinite;
}

.swing6 {
  -webkit-animation: swing06 2s ease-in-out alternate infinite;
          animation: swing06 2s ease-in-out alternate infinite;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.swing7 {
  -webkit-animation: swing07 1s ease-in-out alternate infinite;
          animation: swing07 1s ease-in-out alternate infinite;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@-webkit-keyframes swing02 {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes swing02 {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes swing022 {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes swing022 {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes swing04 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes swing04 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@-webkit-keyframes swing042 {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

@keyframes swing042 {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

@-webkit-keyframes swing03 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swing03 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes swing05 {
  0% {
    -webkit-transform: rotateZ(0deg) translateZ(0);
            transform: rotateZ(0deg) translateZ(0);
  }
  50% {
    -webkit-transform: rotateZ(10deg) translateZ(-5px);
            transform: rotateZ(10deg) translateZ(-5px);
  }
  100% {
    -webkit-transform: rotateZ(0deg) translateZ(0);
            transform: rotateZ(0deg) translateZ(0);
  }
}

@keyframes swing05 {
  0% {
    -webkit-transform: rotateZ(0deg) translateZ(0);
            transform: rotateZ(0deg) translateZ(0);
  }
  50% {
    -webkit-transform: rotateZ(10deg) translateZ(-5px);
            transform: rotateZ(10deg) translateZ(-5px);
  }
  100% {
    -webkit-transform: rotateZ(0deg) translateZ(0);
            transform: rotateZ(0deg) translateZ(0);
  }
}

@-webkit-keyframes swing06 {
  0% {
    -webkit-transform: rotate(0) skew(0);
            transform: rotate(0) skew(0);
  }
  25% {
    -webkit-transform: rotate(3deg) skew(-5deg);
            transform: rotate(3deg) skew(-5deg);
  }
  50% {
    -webkit-transform: rotate(0) skew(0);
            transform: rotate(0) skew(0);
  }
  75% {
    -webkit-transform: rotate(-3deg) skew(10deg);
            transform: rotate(-3deg) skew(10deg);
  }
  100% {
    -webkit-transform: rotate(0) skew(0);
            transform: rotate(0) skew(0);
  }
}

@keyframes swing06 {
  0% {
    -webkit-transform: rotate(0) skew(0);
            transform: rotate(0) skew(0);
  }
  25% {
    -webkit-transform: rotate(3deg) skew(-5deg);
            transform: rotate(3deg) skew(-5deg);
  }
  50% {
    -webkit-transform: rotate(0) skew(0);
            transform: rotate(0) skew(0);
  }
  75% {
    -webkit-transform: rotate(-3deg) skew(10deg);
            transform: rotate(-3deg) skew(10deg);
  }
  100% {
    -webkit-transform: rotate(0) skew(0);
            transform: rotate(0) skew(0);
  }
}

@-webkit-keyframes swing07 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes swing07 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@media only screen and (min-width: 768px) {
  .btn-link:hover i {
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .ttl img {
    -webkit-transform: scale(0.8) !important;
            transform: scale(0.8) !important;
  }
}

/*=============================================
	pickup
*=============================================*/
#pickup {
  position: relative;
  padding: 105px 15px 100px;
}

#pickup h2 {
  padding-right: 10px;
}

#pickup .deco-group1 {
  z-index: -1;
  left: 0;
  right: 0;
  top: 45px;
  margin: auto;
  width: 1110px;
  max-width: 100%;
  height: 190px;
  position: absolute;
}

#pickup .deco-group2 {
  z-index: -1;
  left: 0;
  right: 0;
  top: 37px;
  margin: auto;
  width: 840px;
  max-width: 100%;
  height: 77px;
  position: absolute;
}

#pickup .i1 {
  background: url("../img/index/pickup_i01.png") no-repeat center/contain;
  width: 28px;
  height: 36px;
  position: absolute;
  bottom: 35px;
  left: 0;
}

#pickup .i2 {
  background: url("../img/index/pickup_i02.png") no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 95px;
}

#pickup .i3 {
  background: url("../img/index/pickup_i03.png") no-repeat center/contain;
  width: 13px;
  height: 26px;
  position: absolute;
  bottom: 50px;
  left: 230px;
}

#pickup .i4 {
  background: url("../img/index/pickup_i04.png") no-repeat center/contain;
  width: 27px;
  height: 28px;
  position: absolute;
  top: 33px;
  right: 260px;
}

#pickup .i5 {
  background: url("../img/index/pickup_i05.png") no-repeat center/contain;
  width: 34px;
  height: 21px;
  position: absolute;
  top: -5px;
  right: 75px;
}

#pickup .i6 {
  background: url("../img/index/pickup_i06.png") no-repeat center/contain;
  width: 21px;
  height: 22px;
  position: absolute;
  right: 170px;
  bottom: 15px;
}

#pickup .i7 {
  background: url("../img/index/pickup_i07.png") no-repeat center/contain;
  width: 58px;
  height: 143px;
  position: absolute;
  right: 10px;
  bottom: 0;
}

#pickup .i8 {
  background: url("../img/index/pickup_i08.png") no-repeat center/contain;
  width: 28px;
  height: 30px;
  position: absolute;
  top: 50px;
  left: 45px;
}

#pickup .i9 {
  background: url("../img/index/pickup_i09.png") no-repeat center/contain;
  width: 24px;
  height: 41px;
  position: absolute;
  bottom: 32px;
  left: 45px;
}

#pickup .i10 {
  background: url("../img/index/pickup_i10.png") no-repeat center/contain;
  width: 19px;
  height: 50px;
  position: absolute;
  bottom: 27px;
  left: 17%;
}

#pickup .i11 {
  background: url("../img/index/pickup_i11.png") no-repeat center/contain;
  width: 17px;
  height: 19px;
  position: absolute;
  top: 53px;
  right: 24%;
}

#pickup .i12 {
  background: url("../img/index/pickup_i12.png") no-repeat center/contain;
  width: 27px;
  height: 28px;
  position: absolute;
  right: 9.5%;
  bottom: 50px;
}

#pickup .i13 {
  background: url("../img/index/pickup_i13.png") no-repeat center/contain;
  width: 34px;
  height: 50px;
  position: absolute;
  top: 11px;
  left: 9%;
}

#pickup .i14 {
  background: url("../img/index/pickup_i14.png") no-repeat center/contain;
  width: 73px;
  height: 62px;
  position: absolute;
  bottom: 30px;
  left: 8%;
}

#pickup .i15 {
  background: url("../img/index/pickup_i15.png") no-repeat center/contain;
  width: 25px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 28%;
}

#pickup .i16 {
  background: url("../img/index/pickup_i16.png") no-repeat center/contain;
  width: 35px;
  height: 64px;
  position: absolute;
  right: 8%;
  bottom: 27px;
}

#pickup .i17 {
  background: url("../img/index/pickup_i17.png") no-repeat center/contain;
  width: 32px;
  height: 53px;
  position: absolute;
  top: 28px;
  left: 4%;
}

#pickup .i18 {
  background: url("../img/index/pickup_i18.png") no-repeat center/contain;
  width: 29px;
  height: 40px;
  position: absolute;
  bottom: 30px;
  left: 13%;
}

#pickup .i19 {
  background: url("../img/index/pickup_i19.png") no-repeat center/contain;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 40px;
  right: 15%;
}

#pickup .i20 {
  background: url("../img/index/pickup_i20.png") no-repeat center/contain;
  width: 88px;
  height: 45px;
  position: absolute;
  right: 6%;
  bottom: 42px;
}

#pickup .i21 {
  background: url("../img/index/pickup_i11.png") no-repeat center/contain;
  width: 17px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 15px;
}

#pickup .i22 {
  background: url("../img/index/pickup_i19.png") no-repeat center/contain;
  width: 20px;
  height: 21px;
  position: absolute;
  bottom: 7px;
  left: 142px;
}

#pickup .i23 {
  background: url("../img/index/pickup_i15.png") no-repeat center/contain;
  width: 25px;
  height: 24px;
  position: absolute;
  right: 120px;
  bottom: 0;
}

#pickup .i24 {
  background: url("../img/index/pickup_i04.png") no-repeat center/contain;
  width: 27px;
  height: 28px;
  position: absolute;
  top: 30px;
  right: -15px;
}

#pickup .set1 ul {
  width: 1200px;
  max-width: 100%;
  margin: 52px auto 0;
}

#pickup .set1 ul li + li {
  margin-top: 90px;
}

#pickup .set1 ul a {
  display: block;
  position: relative;
  border: 1px solid #000;
  overflow: hidden;
  text-align: center;
}

#pickup .set1 ul a:hover {
  text-decoration: none;
}

#pickup .set1 ul .txt-box {
  padding: 38px 10px 30px;
  min-height: 264px;
  width: 50%;
  line-height: 1.5;
  color: #231815;
  background: #fff;
  position: relative;
}

#pickup .set1 ul .txt-box small {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

#pickup .set1 ul .txt-box .tit {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

#pickup .set1 ul .txt-box .txt {
  font-size: 18px;
  letter-spacing: 0.1em;
  height: 60px;
  display: table;
  width: 100%;
  line-height: 31px;
}

#pickup .set1 ul .txt-box .txt span {
  display: table-cell;
  vertical-align: middle;
}

#pickup .set1 ul .txt-box .btn {
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
}

#pickup .set1 ul .txt-box .btn .btn-link {
  padding: 10px 0 15px;
  height: 52px;
}

#pickup .set1 ul .txt-box .btn i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

#pickup .set1 ul .img-box {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#pickup .set1 ul .img-box .bg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#pickup .set1 ul .pickup1 a .img-box .bg {
  background-image: url("../img/index/pickup_img1.jpg");
}

#pickup .set1 ul .pickup1 a .txt-box small {
  color: #F7C7DC;
}

#pickup .set1 ul .pickup2 a .img-box .bg {
  background-image: url("../img/index/pickup_img2.jpg");
}

#pickup .set1 ul .pickup2 a .txt-box small {
  color: #B2CE96;
}

#pickup .set1 ul .pickup2 a .txt-box .tit {
  letter-spacing: 0.075em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

#pickup .set1 ul .pickup3 a .img-box .bg {
  background-image: url("../img/index/pickup_img3.jpg");
}

#pickup .set1 ul .pickup3 a .txt-box small {
  color: #ADDAC9;
}

#pickup .set2 {
  position: relative;
  padding-top: 65px;
}

#pickup .set2 h3 {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.2em;
}

#pickup .set2 ul {
  width: 1200px;
  max-width: 100%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#pickup .set2 ul li {
  width: 288px;
  max-width: 24.5%;
}

#pickup .set2 ul a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 350px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#pickup .set2 ul .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#pickup .set2 ul .txt {
  z-index: 1;
  background: #fff;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  margin: 0 10px 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

#pickup .set2 ul .txt span {
  width: 100%;
  text-align: left;
}

#pickup .set2 ul .txt:before {
  content: "";
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid currentColor;
  width: 0;
  height: 0;
  z-index: 1;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  left: 22px;
}

#pickup .set2 ul .anchor1 .img {
  background-image: url("../img/index/pickup_02img1.jpg");
}

#pickup .set2 ul .anchor1 .txt {
  letter-spacing: 0;
  padding-left: 20%;
}

#pickup .set2 ul .anchor1 .txt:before {
  border-left-color: #fcea02;
}

#pickup .set2 ul .anchor2 .img {
  background-image: url("../img/index/pickup_02img2.jpg");
}

#pickup .set2 ul .anchor2 .txt {
  padding-left: 30%;
}

#pickup .set2 ul .anchor2 .txt:before {
  border-left-color: #e57977;
}

#pickup .set2 ul .anchor3 .img {
  background-image: url("../img/index/pickup_02img3.jpg");
}

#pickup .set2 ul .anchor3 .txt {
  padding-left: 32%;
}

#pickup .set2 ul .anchor3 .txt:before {
  border-left-color: #f0915b;
}

#pickup .set2 ul .anchor4 .img {
  background-image: url("../img/index/pickup_02img4.jpg");
}

#pickup .set2 ul .anchor4 .txt {
  padding-left: 32%;
}

#pickup .set2 ul .anchor4 .txt:before {
  border-left-color: #9fdade;
}

@media only screen and (min-width: 768px) {
  #pickup .set1 ul a:hover .img-box .bg {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #pickup .set1 ul a:hover .txt-box .btn {
    font-size: 17px;
  }
  #pickup .set1 ul a:hover .txt-box .btn i {
    width: 250px;
  }
  #pickup .set2 ul a:hover {
    opacity: 0.8;
  }
  #pickup .set2 ul a:hover .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  #pickup .set2 ul .txt {
    margin: 0 5px 15px;
  }
  #pickup .set2 ul .txt:before {
    left: 8%;
  }
  #pickup .set2 ul .anchor2 .txt {
    padding-left: 25%;
  }
  #pickup .set2 ul .anchor4 .txt {
    padding-left: 25%;
  }
}

@media only screen and (max-width: 767px) {
  #pickup {
    padding: 70px 10px 40px;
  }
  #pickup .i2 {
    left: 5%;
  }
  #pickup .i3 {
    top: 30%;
    bottom: auto;
    left: 15%;
  }
  #pickup .i4 {
    top: 10px;
    right: 25%;
  }
  #pickup .i5 {
    right: 5%;
  }
  #pickup .i6 {
    display: none;
  }
  #pickup .i7 {
    max-width: 10%;
  }
  #pickup .i8 {
    left: 5%;
    top: 15px;
    width: 20px;
  }
  #pickup .i9 {
    left: 5%;
    bottom: 15px;
    width: 20px;
  }
  #pickup .i10 {
    width: 15px;
    bottom: 15px;
  }
  #pickup .i11 {
    top: 30px;
    width: 15px;
  }
  #pickup .i12 {
    width: 20px;
    bottom: 30px;
  }
  #pickup .i13 {
    top: 5px;
    width: 25px;
  }
  #pickup .i14 {
    width: 50px;
    left: 5%;
    bottom: 10px;
  }
  #pickup .i15 {
    width: 20px;
    top: 10px;
  }
  #pickup .i16 {
    right: 5%;
    width: 25px;
    bottom: 5px;
  }
  #pickup .i17 {
    width: 20px;
    top: 5px;
  }
  #pickup .i18 {
    width: 20px;
    bottom: 5px;
  }
  #pickup .i19 {
    width: 15px;
    top: 20px;
  }
  #pickup .i20 {
    right: 5%;
    max-width: 16%;
    bottom: 10px;
  }
  #pickup .deco-group2 {
    top: 15px;
  }
  #pickup .i21 {
    left: 0%;
  }
  #pickup .i22 {
    left: 5%;
  }
  #pickup .i23 {
    right: 5%;
  }
  #pickup .i24 {
    top: 10px;
  }
  #pickup .set1 ul li + li {
    margin-top: 10px;
  }
  #pickup .set1 ul a {
    padding: 5%;
    border: none;
  }
  #pickup .set1 ul .img-box {
    width: 100%;
  }
  #pickup .set1 ul .txt-box {
    width: 100%;
    padding: 20px 10px;
    min-height: auto;
    background: rgba(255, 255, 255, 0.8);
  }
  #pickup .set1 ul .txt-box small {
    font-size: 12px;
  }
  #pickup .set1 ul .txt-box .tit {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  #pickup .set1 ul .txt-box .txt {
    font-size: 12px;
    line-height: 1.7;
    height: auto;
    display: block;
    letter-spacing: 0.02em;
    margin: 5px 0 5px;
  }
  #pickup .set1 ul .txt-box .txt span {
    display: block;
  }
  #pickup .set1 ul .txt-box .btn {
    font-size: 10px;
  }
  #pickup .set1 ul .txt-box .btn .btn-link {
    padding: 10px 0;
    height: auto;
  }
  #pickup .set1 ul .txt-box .btn i {
    width: 135px;
  }
  #pickup .set1 ul .pickup2 a .txt-box .tit {
    letter-spacing: 0;
  }
  #pickup .set2 {
    padding-top: 50px;
    margin: 0 -5px;
  }
  #pickup .set2 h3 {
    font-size: 22px;
  }
  #pickup .set2 ul {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #pickup .set2 ul li {
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #pickup .set2 ul a {
    height: auto;
  }
  #pickup .set2 ul .img {
    background: none;
    position: static;
  }
  #pickup .set2 ul .txt {
    line-height: 1.4;
    font-size: 14px;
    height: 55px;
    padding-left: 30px;
    margin: 0 6px 8px;
    padding-left: 24% !important;
  }
  #pickup .set2 ul .txt:before {
    margin-top: -8px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 14px;
    left: 8%;
  }
}

/*=============================================
	enjoy
*=============================================*/
#howtoenjoy {
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
}

#howtoenjoy .deco-group1 {
  height: 300px;
  z-index: -1;
  margin: auto;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1090px;
  max-width: 100%;
}

#howtoenjoy .i1 {
  background: url("../img/index/enjoy_i01.png") no-repeat center/contain;
  width: 51px;
  height: 96px;
  position: absolute;
  top: 30px;
  left: 0;
}

#howtoenjoy .i2 {
  background: url("../img/index/enjoy_i02.png") no-repeat center/contain;
  width: 54px;
  height: 70px;
  position: absolute;
  top: 65px;
  left: 100px;
}

#howtoenjoy .i3 {
  background: url("../img/index/enjoy_i03.png") no-repeat center/contain;
  width: 42px;
  height: 49px;
  position: absolute;
  top: 90px;
  right: 42px;
}

#howtoenjoy .i4 {
  background: url("../img/index/enjoy_i04.png") no-repeat top left/contain;
  width: 45px;
  height: 82px;
  position: absolute;
  top: -17px;
  left: 58px;
}

#howtoenjoy .i5 {
  background: url("../img/index/enjoy_i05.png") no-repeat top left/contain;
  width: 59px;
  height: 71px;
  position: absolute;
  top: -8px;
  right: 23px;
}

#howtoenjoy .i6 {
  background: url("../img/index/enjoy_i06.png") no-repeat center/contain;
  width: 87px;
  height: 76px;
  position: absolute;
  bottom: 12px;
  left: -18px;
}

#howtoenjoy .i7 {
  background: url("../img/index/enjoy_i07.png") no-repeat top left/contain;
  width: 53px;
  height: 66px;
  position: absolute;
  top: -25px;
  left: -30px;
}

#howtoenjoy .i8 {
  background: url("../img/index/enjoy_i08.png") no-repeat top left/contain;
  width: 50px;
  height: 28px;
  position: absolute;
  top: -20px;
  right: 80px;
}

#howtoenjoy .i9 {
  background: url("../img/index/enjoy_i09.png") no-repeat center/contain;
  width: 50px;
  height: 43px;
  position: absolute;
  right: 245px;
  bottom: 55px;
}

#howtoenjoy .i10 {
  background: url("../img/index/enjoy_i10.png") no-repeat center/contain;
  width: 62px;
  height: 56px;
  position: absolute;
  right: -20px;
  bottom: 140px;
}

#howtoenjoy .i11 {
  background: url("../img/index/enjoy_i11.png") no-repeat center/contain;
  width: 77px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 65px;
}

#howtoenjoy .i12 {
  background: url("../img/index/enjoy_i12.png") no-repeat center/contain;
  width: 78px;
  height: 57px;
  position: absolute;
  bottom: 45px;
  left: 50px;
}

#howtoenjoy .i13 {
  background: url("../img/index/enjoy_i13.png") no-repeat center/contain;
  width: 103px;
  height: 77px;
  position: absolute;
  top: -45px;
  left: -50px;
}

#howtoenjoy .i14 {
  background: url("../img/index/enjoy_i14.png") no-repeat center/contain;
  width: 25px;
  height: 57px;
  position: absolute;
  top: -5px;
  right: 125px;
}

#howtoenjoy .i15 {
  background: url("../img/index/enjoy_i15.png") no-repeat center/contain;
  width: 79px;
  height: 59px;
  position: absolute;
  top: -117px;
  left: 10px;
}

#howtoenjoy .i16 {
  background: url("../img/index/enjoy_i16.png") no-repeat center/contain;
  width: 38px;
  height: 51px;
  position: absolute;
  right: 40px;
  bottom: 8px;
}

#howtoenjoy .i17 {
  background: url("../img/index/enjoy_i17.png") no-repeat center/contain;
  width: 27px;
  height: 120px;
  position: absolute;
  bottom: 18px;
  left: 30px;
}

#howtoenjoy .txt-m {
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

#howtoenjoy .inner {
  max-width: 100%;
  margin: auto;
  position: relative;
}

#howtoenjoy .inner .txt {
  font-size: 16.8px;
  letter-spacing: 0.1em;
  line-height: 29px;
  text-align: left;
}

#howtoenjoy .inner .txt p + p {
  margin-top: 18px;
}

#howtoenjoy .inner .txt small {
  display: block;
  font-size: 14.4px;
  letter-spacing: 0.04em;
}

#howtoenjoy .inner .strong {
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  border: 3px solid;
  border-radius: 10px;
  padding: 5px 5px 5px;
}

#howtoenjoy .inner .strong .lt {
  letter-spacing: 0.01em;
}

#howtoenjoy .inner .cap {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 21px;
}

#howtoenjoy .set1 {
  margin-top: 50px;
  position: relative;
  padding: 78px 0 53px;
  background: url("../img/index/enjoy_bg1.jpg") no-repeat center/cover;
}

#howtoenjoy .set1 h3 {
  text-align: left;
}

#howtoenjoy .set1 .img1 {
  width: 699px;
  position: absolute;
  right: 418px;
  top: -348px;
  max-width: 80%;
}

#howtoenjoy .set1 .img2 {
  width: 338px;
}

#howtoenjoy .set1 .img3 {
  width: 343px;
  margin-bottom: 30px;
}

#howtoenjoy .set1 .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

#howtoenjoy .set1 .txt-box {
  width: 485px;
  z-index: 1;
  position: relative;
  text-align: right;
  margin-bottom: 24px;
}

#howtoenjoy .set1 .txt {
  display: inline-block;
  margin-top: 30px;
  margin-right: 18px;
}

#howtoenjoy .set1 .inner {
  width: 1060px;
}

#howtoenjoy .set2 {
  position: relative;
  padding: 75px 20px 42px;
  background: url("../img/index/enjoy_bg2.jpg") no-repeat center/cover;
}

#howtoenjoy .set2 .img1 {
  width: 694px;
  position: absolute;
  left: 392px;
  top: -392px;
  max-width: 80%;
}

#howtoenjoy .set2 .img2 {
  width: 337px;
  margin-left: -21px;
}

#howtoenjoy .set2 .img3 {
  width: 343px;
  margin: 10px 0 0 20px;
}

#howtoenjoy .set2 .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

#howtoenjoy .set2 .txt-box {
  width: 485px;
  z-index: 1;
  position: relative;
  margin-bottom: 52px;
}

#howtoenjoy .set2 .txt {
  margin-top: 30px;
}

#howtoenjoy .set2 .inner {
  width: 1075px;
}

#howtoenjoy .set3 {
  position: relative;
  padding: 85px 0 30px;
  background: url("../img/index/enjoy_bg3.jpg") no-repeat center/cover;
}

#howtoenjoy .set3 .img1 {
  width: 699px;
  position: absolute;
  right: 510px;
  top: -355px;
  max-width: 80%;
}

#howtoenjoy .set3 h3 {
  text-align: left;
}

#howtoenjoy .set3 .img2 {
  width: 338px;
}

#howtoenjoy .set3 .img3 {
  width: 343px;
  margin-left: 60px;
  margin-bottom: 57px;
}

#howtoenjoy .set3 .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding-right: 42px;
}

#howtoenjoy .set3 .txt-box {
  text-align: right;
  width: 670px;
  z-index: 1;
  position: relative;
  margin-bottom: -27px;
}

#howtoenjoy .set3 .txt {
  width: 480px;
  margin-top: 20px;
  display: inline-block;
}

#howtoenjoy .set3 .inner {
  width: 1200px;
}

#howtoenjoy .set4 {
  position: relative;
  z-index: 1;
  padding: 72px 20px 25px;
  background: url("../img/index/enjoy_bg4.jpg") no-repeat center/cover;
}

#howtoenjoy .set4 .img1 {
  width: 701px;
  position: absolute;
  left: 415px;
  top: -403px;
  max-width: 82%;
}

#howtoenjoy .set4 .img2 {
  width: 357px;
  margin-left: 5px;
  max-width: 33%;
}

#howtoenjoy .set4 .img3 {
  width: 382px;
  max-width: 35%;
  margin: 55px 0 0 20px;
}

#howtoenjoy .set4 .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

#howtoenjoy .set4 h3 {
  margin-left: 45px;
}

#howtoenjoy .set4 .txt-box {
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
}

#howtoenjoy .set4 .txt {
  margin-top: 25px;
}

#howtoenjoy .set4 .inner {
  width: 1140px;
}

#howtoenjoy .set4 .btn {
  max-width: 28%;
  z-index: 1;
  position: absolute;
  right: -10px;
  bottom: 57px;
}

#howtoenjoy .set4 .btn .btn-link {
  max-width: 100%;
  width: 314px;
  height: 83px;
  color: #fff;
  background: #32AC8A;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#howtoenjoy .set4 .btn .btn-link span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 15px;
}

#howtoenjoy .set4 .btn .btn-link i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}

#howtoenjoy .set5 {
  z-index: 0;
  padding: 0 20px 0;
  position: relative;
}

#howtoenjoy .set5 h3 {
  z-index: 1;
  text-align: center;
  margin: -10px auto -65px;
  position: relative;
}

#howtoenjoy .set5 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#howtoenjoy .set5 .inner .col {
  width: 608px;
  position: relative;
  width: calc(50% - 10px);
}

#howtoenjoy .set5 .inner .txt {
  font-size: 14px;
  line-height: 25px;
}

#howtoenjoy .set5 .inner small {
  font-size: 10px;
  line-height: 17px;
  display: block;
}

#howtoenjoy .set5 .box1 {
  padding: 30px 2% 45px;
  background: url("../img/index/enjoy_bg5.jpg") no-repeat center/cover;
}

#howtoenjoy .set5 .box1 .img1 {
  width: 539px;
  max-width: 100%;
}

#howtoenjoy .set5 .box1 .img2 {
  width: 287px;
  max-width: calc(100% - 260px);
  margin: 25px 25px 0 auto;
}

#howtoenjoy .set5 .box1 .txt-box {
  margin-top: -30px;
  margin-left: 4%;
  position: relative;
}

#howtoenjoy .set5 .box1 .txt {
  margin: 18px 0 5px 0;
}

#howtoenjoy .set5 .box1 .box {
  width: 560px;
  max-width: 100%;
  position: relative;
  margin: auto;
}

#howtoenjoy .set5 .box2 {
  padding: 30px 2% 40px;
  background: url("../img/index/enjoy_bg6.jpg") no-repeat center/cover;
}

#howtoenjoy .set5 .box2 .img1 {
  width: 544px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
}

#howtoenjoy .set5 .box2 .img-box {
  position: relative;
}

#howtoenjoy .set5 .box2 .img2 {
  position: absolute;
  top: 114%;
  right: 0;
  width: 280px;
  max-width: calc(100% - 275px);
  margin-left: auto;
}

#howtoenjoy .set5 .box2 .txt-box {
  margin-left: 1%;
}

#howtoenjoy .set5 .box2 .txt {
  margin: 18px 0 5px 0;
}

#howtoenjoy .set5 .box2 .box {
  width: 566px;
  max-width: 100%;
  position: relative;
  margin: auto;
}

#howtoenjoy .set6 {
  margin-top: 123px;
  padding: 0 25px;
}

#howtoenjoy .set6 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  max-width: 1160px;
}

#howtoenjoy .set6 h3 {
  margin-left: 2.5%;
  max-width: 40%;
}

#howtoenjoy .set6 .logo {
  margin: 1% 2% 0 1%;
  max-width: 20%;
}

#howtoenjoy .set6 .box {
  background: #EEE9E8;
  padding: 30px 15px;
}

#howtoenjoy .set6 .btn {
  max-width: 28%;
  z-index: 1;
}

#howtoenjoy .set6 .btn .btn-link {
  max-width: 100%;
  width: 314px;
  height: 83px;
  color: #fff;
  background: #A0B5C9;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#howtoenjoy .set6 .btn .btn-link span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 15px;
}

#howtoenjoy .set6 .btn .btn-link i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}

@media only screen and (min-width: 768px) {
  #howtoenjoy .btn .btn-link:hover span {
    font-size: 18px;
  }
  #howtoenjoy .set3 .txt-box .txt small {
    margin-right: -15px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  #howtoenjoy .set5 {
    padding: 0 10px;
  }
  #howtoenjoy .set5 .inner .col {
    width: 49.5%;
  }
  #howtoenjoy .i13 {
    left: -35px;
  }
  #howtoenjoy .set6 {
    padding: 0 15px;
  }
  #howtoenjoy .set6 h3 {
    margin-left: 1%;
  }
  #howtoenjoy .set3 .inner .img1 .cap {
    left: 70px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  #howtoenjoy .inner .txt {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  #howtoenjoy .i14 {
    right: 200px;
  }
  #howtoenjoy .set1 .txt-box {
    width: 410px;
  }
  #howtoenjoy .set1 .txt-box h3 img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #howtoenjoy .set1 .txt-box .txt {
    margin-right: 5px;
  }
  #howtoenjoy .set1 .img-box .img1 {
    right: 320px;
  }
  #howtoenjoy .set1 .img-box .img2, #howtoenjoy .set1 .img-box .img3 {
    max-width: 40%;
  }
  #howtoenjoy .set2 .txt-box {
    margin-bottom: 30px;
  }
  #howtoenjoy .set2 .txt-box h3 img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  #howtoenjoy .set2 .img-box .img1 {
    top: -350px;
    left: 315px;
  }
  #howtoenjoy .set2 .img-box .img2, #howtoenjoy .set2 .img-box .img3 {
    max-width: 40%;
  }
  #howtoenjoy .set3 .txt-box {
    margin-bottom: 0;
  }
  #howtoenjoy .set3 .txt-box h3 img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  #howtoenjoy .set3 .txt-box .txt {
    padding-right: 10px;
    width: 400px;
  }
  #howtoenjoy .set3 .img-box .img1 {
    right: 415px;
  }
  #howtoenjoy .set3 .img-box .img2, #howtoenjoy .set3 .img-box .img3 {
    max-width: 40%;
  }
  #howtoenjoy .set3 .img-box .img3 {
    margin-left: 30px;
  }
  #howtoenjoy .set4 {
    padding-bottom: 40px;
  }
  #howtoenjoy .set4 .txt-box {
    margin-bottom: 30px;
  }
  #howtoenjoy .set4 .txt-box h3 {
    margin-left: 40px;
  }
  #howtoenjoy .set4 .txt-box h3 img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  #howtoenjoy .set4 .img-box .img1 {
    left: 340px;
    top: -390px;
  }
  #howtoenjoy .set4 .img-box .img2 {
    max-width: 40%;
  }
  #howtoenjoy .set4 .img-box .img3 {
    max-width: 42%;
  }
  #howtoenjoy .set4 .btn {
    max-width: 100%;
    margin: 25px 0 0;
    position: static;
  }
  #howtoenjoy .set5 h3 {
    margin-bottom: -6%;
  }
  #howtoenjoy .set5 h4 img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  #howtoenjoy .set5 .inner .txt {
    font-size: 13px;
  }
  #howtoenjoy .set5 .box1 .txt-box {
    margin-left: 0;
  }
  #howtoenjoy .set5 .box1 .img2 {
    margin-right: 2%;
    max-width: calc(100% - 180px);
  }
  #howtoenjoy .set5 .box2 .img1 {
    margin-bottom: 4%;
  }
  #howtoenjoy .set5 .box2 .img2 {
    position: static;
    margin-right: -4%;
    max-width: calc(100% - 180px);
  }
  #howtoenjoy .set5 .box2 .txt-box {
    margin-top: -15px;
  }
  #howtoenjoy .set6 .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #howtoenjoy .set6 .btn {
    max-width: 100%;
  }
  #howtoenjoy .set6 .logo {
    max-width: 40%;
    margin: 0 5% 1% 0;
  }
  #howtoenjoy .set6 h3 {
    margin: 0 auto 25px;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #howtoenjoy {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  #howtoenjoy h2 {
    max-width: 437px;
    margin: auto;
  }
  #howtoenjoy .i1 {
    top: 120px;
    left: 3%;
    width: 35px;
  }
  #howtoenjoy .i2 {
    top: 10px;
    left: 15%;
    width: 38px;
  }
  #howtoenjoy .i3 {
    right: 5%;
    top: 120px;
    width: 30px;
  }
  #howtoenjoy .i4 {
    left: 15%;
    width: 36px;
  }
  #howtoenjoy .i5 {
    right: 10%;
    width: 47px;
  }
  #howtoenjoy .i6 {
    width: 63px;
    left: 1%;
    bottom: -30px;
  }
  #howtoenjoy .i7 {
    left: 16%;
    width: 42px;
  }
  #howtoenjoy .i8 {
    right: 15%;
    top: -10px;
    width: 40px;
  }
  #howtoenjoy .i9 {
    bottom: 70vw;
    right: 85%;
  }
  #howtoenjoy .i10 {
    right: 1%;
    bottom: 15vw;
    width: 50px;
  }
  #howtoenjoy .i11 {
    top: -10px;
    right: 7%;
  }
  #howtoenjoy .i12 {
    left: 1%;
    width: 60px;
    bottom: 8%;
  }
  #howtoenjoy .i13 {
    left: 0;
    top: -20px;
    width: 90px;
  }
  #howtoenjoy .i14 {
    top: -15px;
    right: 18%;
  }
  #howtoenjoy .i15 {
    left: 5%;
    top: -80px;
  }
  #howtoenjoy .i16 {
    right: 0;
    bottom: -5px;
  }
  #howtoenjoy .i17 {
    width: 19px;
    left: 5%;
    top: 60vw;
    bottom: auto;
  }
  #howtoenjoy .inner .txt {
    font-size: 14px;
    line-height: 1.8;
  }
  #howtoenjoy .inner .txt small {
    font-size: 12px;
  }
  #howtoenjoy .inner h3 {
    text-align: center;
  }
  #howtoenjoy .inner .strong {
    font-size: 13px;
    line-height: 1.5;
    border-width: 2px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  #howtoenjoy .inner .cap {
    font-size: 10px;
    line-height: 1.5;
  }
  #howtoenjoy .set1 {
    padding: 45px 0 70px;
  }
  #howtoenjoy .set1 h3 {
    width: 72%;
    margin: 0 auto;
    text-align: center;
  }
  #howtoenjoy .set1 .txt {
    margin: 20px 0 0;
  }
  #howtoenjoy .set1 .txt-box {
    margin: 0 auto 10%;
    padding: 0 15px;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  #howtoenjoy .set1 .img-box {
    float: none;
  }
  #howtoenjoy .set1 .img1 {
    position: static;
    max-width: 100%;
    width: 100%;
    padding: 0 12% 0 5px;
    margin-bottom: -10%;
  }
  #howtoenjoy .set1 .img2 {
    width: 40%;
  }
  #howtoenjoy .set1 .img3 {
    width: 40%;
    margin-bottom: 5%;
  }
  #howtoenjoy .set2 {
    padding: 45px 0 30px;
  }
  #howtoenjoy .set2 h3 {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  #howtoenjoy .set2 .txt {
    margin: 20px 0 0;
  }
  #howtoenjoy .set2 .txt-box {
    margin: 0 auto 10%;
    padding: 0 15px;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  #howtoenjoy .set2 .img-box {
    float: none;
  }
  #howtoenjoy .set2 .img1 {
    position: static;
    max-width: 100%;
    width: 100%;
    padding: 0 5px 0 12%;
    margin-bottom: -12%;
  }
  #howtoenjoy .set2 .img2 {
    width: 40%;
    margin: 0;
  }
  #howtoenjoy .set2 .img3 {
    width: 40%;
    margin: 5% 0 0 3%;
  }
  #howtoenjoy .set3 {
    padding: 45px 0 55px;
  }
  #howtoenjoy .set3 h3 {
    margin: 0 auto;
    text-align: center;
  }
  #howtoenjoy .set3 .txt {
    width: 100%;
    margin: 20px 0 0;
  }
  #howtoenjoy .set3 .txt-box {
    margin: 0 auto 10%;
    padding: 0 15px;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  #howtoenjoy .set3 .img-box {
    float: none;
    padding: 0;
  }
  #howtoenjoy .set3 .img1 {
    position: static;
    max-width: 100%;
    width: 100%;
    padding: 0 12% 0 5px;
    margin-bottom: -12%;
  }
  #howtoenjoy .set3 .img2 {
    width: 40%;
  }
  #howtoenjoy .set3 .img3 {
    width: 40%;
    margin-left: 3%;
    margin-bottom: 7%;
  }
  #howtoenjoy .set4 {
    padding: 45px 0 50px;
  }
  #howtoenjoy .set4 h3 {
    width: 73%;
    margin: 0 auto;
    text-align: center;
  }
  #howtoenjoy .set4 .txt {
    margin: 20px 0 0;
  }
  #howtoenjoy .set4 .txt-box {
    margin: 0 auto 10%;
    padding: 0 15px;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  #howtoenjoy .set4 .img-box {
    float: none;
  }
  #howtoenjoy .set4 .img1 {
    position: static;
    max-width: 100%;
    width: 100%;
    padding: 0 5px 0 15%;
  }
  #howtoenjoy .set4 .img2 {
    width: 40%;
    max-width: 40%;
    margin: 0 0 0 5px;
  }
  #howtoenjoy .set4 .img3 {
    width: 40%;
    max-width: 42%;
    margin: 6% 0 0 3%;
  }
  #howtoenjoy .set4 .btn {
    width: 100%;
    float: none;
    max-width: 100%;
    margin: 30px 0 0;
    position: static;
  }
  #howtoenjoy .set4 .btn .btn-link {
    margin: auto;
    height: 70px;
  }
  #howtoenjoy .set4 .btn .btn-link span {
    padding-bottom: 10px;
  }
  #howtoenjoy .set4 .btn .btn-link i {
    bottom: 20px;
    width: 200px;
  }
  #howtoenjoy .set5 {
    padding: 0 10px;
  }
  #howtoenjoy .set5 h3 {
    max-width: 72%;
    margin: -5% auto -13%;
  }
  #howtoenjoy .set5 h4 img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  #howtoenjoy .set5 .inner .col {
    width: 100%;
  }
  #howtoenjoy .set5 .inner .txt {
    font-size: 13px;
    line-height: 1.8;
  }
  #howtoenjoy .set5 .box1 {
    padding: 18% 15px 35px;
    margin-bottom: 10px;
  }
  #howtoenjoy .set5 .box1 .img2 {
    width: 55%;
    margin-top: 5%;
    margin-right: 0;
    max-width: calc(100% - 150px);
  }
  #howtoenjoy .set5 .box1 .txt-box {
    margin-left: 0;
  }
  #howtoenjoy .set5 .box2 {
    padding: 10% 15px 40px;
  }
  #howtoenjoy .set5 .box2 .img1 {
    margin-bottom: 3%;
  }
  #howtoenjoy .set5 .box2 .img2 {
    position: static;
    width: 52%;
    margin-right: -2%;
    margin-bottom: -7%;
    max-width: calc(100% - 150px);
  }
  #howtoenjoy .set5 .box2 .txt-box {
    margin-left: 0;
  }
  #howtoenjoy .set6 {
    margin-top: 50px;
    padding: 0 15px;
  }
  #howtoenjoy .set6 .logo {
    max-width: 65%;
    padding-right: 2%;
    margin: 0 auto 25px;
  }
  #howtoenjoy .set6 h3 {
    margin: 0 auto 30px;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  #howtoenjoy .set6 .btn {
    width: 100%;
    max-width: 100%;
  }
  #howtoenjoy .set6 .btn .btn-link {
    margin: auto;
    height: 70px;
  }
  #howtoenjoy .set6 .btn .btn-link span {
    padding-bottom: 10px;
  }
  #howtoenjoy .set6 .btn .btn-link i {
    bottom: 20px;
    width: 200px;
  }
}

/*=============================================
	sec03
*=============================================*/
#plan {
  position: relative;
  padding: 60px 15px 100px;
}

#plan .txt-head {
  margin: 17px auto 20px;
  text-align: center;
  font-size: 18px;
  line-height: 31.5px;
  letter-spacing: 0.1em;
}

#plan .txt-head span {
  display: inline-block;
}

#plan .txt-head small {
  font-size: 14px;
  line-height: 24.5px;
  display: block;
  margin-top: -3px;
  letter-spacing: 0.1em;
}

#plan .txt-head .txt-bd {
  border-radius: 20px;
  border: 1px solid #000;
  margin: 10px auto 15px;
  width: 1060px;
  line-height: 1.5;
  padding: 5px 10px;
  max-width: 100%;
}

#plan .deco-group1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  height: 145px;
  margin: auto;
  width: 970px;
  max-width: 100%;
}

#plan .i1 {
  background: url("../img/index/plan_i01.png") no-repeat center/contain;
  width: 22px;
  height: 25px;
  position: absolute;
  top: 88px;
  left: 0;
}

#plan .i2 {
  background: url("../img/index/plan_i02.png") no-repeat center/contain;
  width: 13px;
  height: 25px;
  position: absolute;
  top: 27px;
  left: 53px;
}

#plan .i3 {
  background: url("../img/index/plan_i03.png") no-repeat center/contain;
  width: 66px;
  height: 52px;
  position: absolute;
  top: 50px;
  left: 135px;
}

#plan .i4 {
  background: url("../img/index/plan_i04.png") no-repeat center/contain;
  width: 48px;
  height: 79px;
  position: absolute;
  top: 32px;
  right: 215px;
}

#plan .i5 {
  background: url("../img/index/plan_i05.png") no-repeat center/contain;
  width: 125px;
  height: 71px;
  position: absolute;
  right: 50px;
  bottom: 0;
}

#plan .i6 {
  background: url("../img/index/plan_i06.png") no-repeat center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 70px;
}

#plan .set-box {
  width: 1130px;
  position: relative;
  max-width: 100%;
  margin: auto;
  background: #EEF0EC;
  text-align: center;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 26px solid #FFE800;
}

#plan .set-box .img {
  z-index: 1;
  width: 598px;
  min-height: 486px;
  max-width: calc(100% - 506px);
}

#plan .set-box .img img {
  display: none;
}

#plan .set-box .txt-box {
  width: 500px;
  padding: 27px 10px 65px;
  line-height: 1.3;
  position: relative;
}

#plan .set-box .txt-box .txt1 {
  font-size: 13px;
  line-height: 23px;
  margin: 3px 0 10px;
  letter-spacing: 0.1em;
}

#plan .set-box .txt-box h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 35px;
  display: table;
  width: 100%;
}

#plan .set-box .txt-box h3 > span {
  display: table-cell;
  vertical-align: middle;
}

#plan .set-box .txt-box span {
  display: inline-block;
}

#plan .set-box .txt-box dl {
  margin: 10px 0 5px;
  font-weight: bold;
}

#plan .set-box .txt-box dl dt {
  display: inline-block;
  font-size: 26px;
  letter-spacing: 0.1em;
}

#plan .set-box .txt-box dl dd {
  font-size: 31px;
  margin-left: 10px;
  display: inline-block;
  letter-spacing: 0.1em;
}

#plan .set-box .txt-box dl dd small {
  font-size: 24px;
  letter-spacing: 0.1em;
}

#plan .set-box .txt-box .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px auto 18px;
  width: 360px;
  max-width: 100%;
}

#plan .set-box .txt-box .table dt {
  font-size: 23px;
}

#plan .set-box .txt-box .table dd {
  margin-left: 0;
  width: 298px;
}

#plan .set-box .txt-box .table table {
  width: 100%;
}

#plan .set-box .txt-box .table table th, #plan .set-box .txt-box .table table td {
  border: 1px solid #000;
  letter-spacing: 0.05em;
  font-weight: bold;
  vertical-align: middle;
}

#plan .set-box .txt-box .table table th {
  font-size: 13px;
  line-height: 15px;
  padding: 3px 0;
}

#plan .set-box .txt-box .table table td {
  font-size: 18px;
}

#plan .set-box .txt-box .table table small {
  font-size: 14px;
}

#plan .set-box .txt-box .table table thead tr:first-child th, #plan .set-box .txt-box .table table thead tr:first-child td {
  border-top: none;
}

#plan .set-box .txt-box .table table thead tr:first-child th:first-child {
  border-left: none;
}

#plan .set-box .txt-box .table table thead tr:first-child th:last-child {
  border-right: none;
}

#plan .set-box .txt-box .table table tbody tr:last-child th, #plan .set-box .txt-box .table table tbody tr:last-child td {
  border-bottom: none;
}

#plan .set-box .txt-box .table table tbody tr th:first-child {
  border-left: none;
  width: 77px;
}

#plan .set-box .txt-box .table table tbody tr td:first-child {
  border-left: none;
}

#plan .set-box .txt-box .table table tbody tr td:last-child {
  border-right: none;
}

#plan .set-box .txt-box .price2 {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.1em;
}

#plan .set-box .txt-box .price2 span {
  margin-left: 15px;
  font-size: 24px;
}

#plan .set-box .txt-box .price2 small {
  font-size: 18px;
}

#plan .set-box .txt-box .fz-s {
  font-size: 10px;
  line-height: 17.5px;
}

#plan .set-box .txt-box .box {
  max-width: 360px;
  font-size: 12px;
  line-height: 17px;
  margin: 13px auto 10px;
}

#plan .set-box .txt-box .box span {
  display: block;
  padding: 5px 5px 2px;
  border: 1px solid #000;
}

#plan .set-box .txt-box .btn {
  width: 300px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
}

#plan .set-box .txt-box .btn-link {
  color: #00A8B5;
  letter-spacing: 0.2em;
  height: 35px;
  padding-top: 10px;
}

#plan .set-box .txt-box .btn-link span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 12px;
}

#plan .set-box .txt-box .btn-link i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

#plan .set1 .img {
  background: url("../img/index/plan_img1.jpg") no-repeat center/cover;
}

#plan .set2 .img {
  background: url("../img/index/plan_img2.jpg") no-repeat center/cover;
}

#plan .set3 {
  border-right-color: #E57E7D;
}

#plan .set3 .img {
  background: url("../img/index/plan_img3.jpg") no-repeat center/cover;
}

#plan .set4 {
  border-right-color: #F1915E;
}

#plan .set4 .img {
  background: url("../img/index/plan_img4.jpg") no-repeat center/cover;
}

#plan .set5 {
  border-right-color: #9FD6DB;
}

#plan .set5 .img {
  background: url("../img/index/plan_img5.jpg") no-repeat center/cover;
}

#plan .set6 .inner {
  width: 1070px;
  max-width: 100%;
  margin: auto;
}

#plan .set6 h3 {
  font-size: 27px;
  text-align: center;
  margin-bottom: 25px;
}

#plan .set6 .txt {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  #plan .set-box .txt-box .btn-link:hover span {
    font-size: 14px;
  }
  #plan .set3 .txt-box h3 {
    padding-top: 50px;
  }
  #plan .set3 .txt-box dl {
    margin-top: 25px;
  }
  #plan .set3 .txt-box .box {
    margin-bottom: 17px;
  }
  #plan .set3 .txt-box .txt1 {
    margin-top: 25px;
  }
  #plan .set4 .txt-box h3 {
    padding-top: 65px;
  }
  #plan .set4 .txt-box dl {
    margin-top: 40px;
  }
  #plan .set4 .txt-box .txt1 {
    margin-top: 25px;
  }
  #plan .set4 .txt-box .box {
    margin-top: 30px;
  }
  #plan .set5 .txt-box h3 {
    padding-top: 65px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  #plan .set5 .txt-box dl {
    margin-top: 45px;
  }
  #plan .set5 .txt-box .txt1 {
    margin-top: 25px;
  }
  #plan .set5 .txt-box .box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  #plan .set-box {
    border-right-width: 17px;
  }
  #plan .set-box .img {
    max-width: 52%;
  }
  #plan .set-box .txt-box {
    max-width: 48%;
  }
  #plan .set-box .txt-box .table dd {
    max-width: calc(100% - 60px);
  }
  #plan .set-box .txt-box .table table tbody tr th:first-child {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  #plan {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #plan .deco-group1 {
    height: 170px;
  }
  #plan .i1 {
    left: 2%;
  }
  #plan .i2 {
    left: 10%;
  }
  #plan .i3 {
    top: -20px;
    left: 20%;
  }
  #plan .i4 {
    top: 0;
    right: 2%;
    max-width: 10%;
  }
  #plan .i5 {
    max-width: 20%;
    right: 2%;
    width: 95px;
    bottom: 15px;
  }
  #plan .i6 {
    right: 30%;
  }
  #plan .txt-head {
    font-size: 15px;
    line-height: 1.8;
  }
  #plan .txt-head small {
    margin-top: 0;
    line-height: 1.6;
    font-size: 12px;
  }
  #plan .set6 h3 {
    margin-bottom: 15px;
  }
  #plan .set3 .txt-box h3 {
    margin-bottom: 20px;
  }
  #plan .set4 .txt-box h3 {
    margin-bottom: 20px;
  }
  #plan .set4 .txt-box dl {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #plan .set5 .txt-box h3 {
    margin-bottom: 20px;
  }
  #plan .set5 .txt-box dl {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #plan .set6 .txt {
    font-size: 12px;
  }
  #plan .set-box {
    margin-bottom: 50px;
    border-right-width: 15px;
  }
  #plan .set-box .img {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    background: transparent !important;
  }
  #plan .set-box .img img {
    display: block;
  }
  #plan .set-box .txt-box {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 10px 30px;
  }
  #plan .set-box .txt-box .btn {
    margin-top: 5px;
    position: static;
  }
  #plan .set-box .txt-box [class*="heightLine"] {
    height: auto !important;
  }
  #plan .set-box .txt-box h3 {
    font-size: 21px;
    line-height: 1.5;
  }
  #plan .set-box .txt-box dl dt {
    font-size: 22px;
  }
  #plan .set-box .txt-box dl dd {
    font-size: 28px;
  }
  #plan .set-box .txt-box dl dd small {
    font-size: 18px;
  }
  #plan .set-box .txt-box .table dt {
    font-size: 20px;
  }
  #plan .set-box .txt-box .table dd {
    max-width: calc(100% - 50px);
  }
  #plan .set-box .txt-box .table table th {
    font-size: 11px;
  }
  #plan .set-box .txt-box .table table td {
    font-size: 16px;
  }
  #plan .set-box .txt-box .table table small {
    font-size: 13px;
  }
  #plan .set-box .txt-box .table table tbody tr th:first-child {
    width: auto;
  }
  #plan .set-box .txt-box .price2 {
    font-size: 17px;
  }
  #plan .set-box .txt-box .price2 span {
    font-size: 20px;
  }
  #plan .set-box .txt-box .price2 small {
    font-size: 16px;
  }
  #plan .set-box .txt-box .note {
    text-align: left;
  }
  #plan .set-box .txt-box .note span {
    display: inline;
  }
}

/*=============================================
	sec03
*=============================================*/
#information {
  padding: 50px 15px 15px;
}

#information ul {
  margin: 55px auto 0;
  width: 1128px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#information ul li {
  max-width: 49%;
  width: 520px;
  margin-bottom: 70px;
}

#information ul li a {
  text-align: center;
  height: 158px;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#information ul li a span {
  display: block;
  line-height: 1;
  margin-bottom: 7px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#information ul li a span img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

#information ul li a i {
  left: 0;
  right: 0;
  bottom: 40px;
  position: absolute;
}

#information ul li a i:before {
  height: 2px;
}

#information ul li a i:after {
  right: -2px;
}

#information ul li:nth-child(1) a {
  background: #6CBEB3;
}

#information ul li:nth-child(2) a {
  background: #70bfd0;
}

#information ul li:nth-child(3) a {
  background: #a0b5ca;
}

#information ul li:nth-child(4) a {
  background: #6390c7;
}

@media only screen and (min-width: 768px) {
  #information ul a:hover span img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  #information ul li img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media only screen and (max-width: 767px) {
  #information {
    padding: 40px 15px;
  }
  #information h2 img {
    -webkit-transform: scale(0.9) !important;
            transform: scale(0.9) !important;
  }
  #information ul {
    margin-top: 40px;
  }
  #information ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
  #information ul li a {
    height: 125px;
  }
  #information ul li a i {
    width: 200px;
    bottom: 30px;
  }
  #information ul li a i:before {
    height: 1px;
  }
  #information ul img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #pickup .set2 ul .txt span {
    padding-top: 15px;
  }
  #pickup .set1 ul .txt-box .btn .btn-link {
    padding-top: 20px;
  }
  #howtoenjoy .set4 .btn .btn-link span,
  #howtoenjoy .set6 .btn .btn-link span {
    padding-bottom: 0;
  }
  #howtoenjoy .inner .strong {
    padding-top: 12px;
    padding-bottom: 0;
  }
  #plan .set-box .txt-box .box span {
    padding-top: 10px;
    padding-bottom: 0;
  }
  #plan .set-box .txt-box .table table th, #plan .set-box .txt-box .table table td {
    padding-top: 12px;
    padding-bottom: 0;
  }
  #page06 #plan .txt-head .box dl dd,
  #page05 #plan .txt-head .box dl dd,
  #page04 #plan .txt-head .box dl dd,
  #page03 #plan .txt-head .box dl dd,
  #page02 #plan .txt-head .box dl dd {
    padding-top: 12px;
    padding-bottom: 0;
  }
}

@supports (-ms-accelerator: true) {
  #pickup .set2 ul .txt span {
    padding-top: 15px;
  }
  #pickup .set1 ul .txt-box .btn .btn-link {
    padding-top: 20px;
  }
  #howtoenjoy .set4 .btn .btn-link span,
  #howtoenjoy .set6 .btn .btn-link span {
    padding-bottom: 0;
  }
  #howtoenjoy .inner .strong {
    padding-top: 12px;
    padding-bottom: 0;
  }
  #plan .set-box .txt-box .box span {
    padding-top: 10px;
    padding-bottom: 0;
  }
  #plan .set-box .txt-box .table table th, #plan .set-box .txt-box .table table td {
    padding-top: 12px;
    padding-bottom: 0;
  }
  #page06 #plan .txt-head .box dl dd,
  #page05 #plan .txt-head .box dl dd,
  #page04 #plan .txt-head .box dl dd,
  #page03 #plan .txt-head .box dl dd,
  #page02 #plan .txt-head .box dl dd {
    padding-top: 12px;
    padding-bottom: 0;
  }
}

#howtoenjoy .set1 .img1 .cap {
  position: absolute;
  left: 66px;
  top: 102%;
}

#howtoenjoy .set1 .img2 {
  position: relative;
}

#howtoenjoy .set1 .img2 .cap {
  position: absolute;
  left: -3%;
  right: 0;
  top: 96%;
  text-align: center;
}

#howtoenjoy .set1 .img3 {
  position: relative;
}

#howtoenjoy .set1 .img3 .cap {
  position: absolute;
  left: 8%;
  right: 0;
  top: 95%;
  text-align: center;
}

#howtoenjoy .set2 .cap {
  position: absolute;
  right: 0;
  bottom: 12px;
  text-align: right;
}

#howtoenjoy .set3 .img1 .cap {
  position: absolute;
  left: 40px;
  top: 102%;
}

#howtoenjoy .set3 .img2 {
  position: relative;
}

#howtoenjoy .set3 .img2 .cap {
  position: absolute;
  left: -11%;
  right: 0;
  top: 96%;
  text-align: center;
}

#howtoenjoy .set3 .img3 {
  position: relative;
}

#howtoenjoy .set3 .img3 .cap {
  position: absolute;
  left: 0;
  right: 0;
  top: 96%;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #howtoenjoy .set1 .img1 .cap {
    right: 5%;
    left: 5%;
    top: -20px;
    text-align: right;
  }
  #howtoenjoy .set1 .img2 .cap {
    left: 0;
    top: 100%;
    text-align: left;
  }
  #howtoenjoy .set1 .img3 .cap {
    text-align: left;
    top: 100%;
    left: 8%;
  }
  #howtoenjoy .set2 .cap {
    position: static;
    padding: 0 10px;
  }
  #howtoenjoy .set3 .img1 .cap {
    right: 5%;
    left: 5%;
    top: -20px;
    text-align: right;
  }
  #howtoenjoy .set3 .img2 .cap {
    left: -3%;
    top: 100%;
    text-align: left;
  }
  #howtoenjoy .set3 .img3 .cap {
    text-align: left;
    top: 100%;
    left: 8%;
  }
}

@media only screen and (min-width: 768px) {
  #page01 #howtoenjoy .set3 .txt-box {
    margin-bottom: 20px;
  }
}

#page02 #howtoenjoy .set3 .strong {
  margin-top: 25px;
  padding-right: 3px;
  padding-left: 3px;
  border-color: #F49D41;
}

#page02 #howtoenjoy .set3 .strong span {
  letter-spacing: 0.01em;
}

#page02 #howtoenjoy .set5 .box1 .strong {
  margin-top: 15px;
  border-color: #C598C4;
}

#page02 #howtoenjoy .set5 .box2 .strong {
  margin-top: 15px;
  border-color: #FBC96D;
}

#page02 #plan .txt-head .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page02 #plan .txt-head .box dl {
  width: 500px;
  max-width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#page02 #plan .txt-head .box dl dt, #page02 #plan .txt-head .box dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
}

#page02 #plan .txt-head .box dl dt {
  width: 167px;
  font-size: 21px;
  letter-spacing: 0.2em;
  background: #CBD7DC;
}

#page02 #plan .txt-head .box dl ul li {
  display: inline-block;
  padding: 0 6px;
}

#page02 #plan .txt-head .box dl dd {
  padding: 5px 0;
  width: calc(100% - 167px);
  font-size: 15px;
  background: #fff;
  letter-spacing: 0.1em;
  line-height: 26px;
  border: 1px solid #CBD7DC;
}

#page02 #plan .set-box .txt-box .price2 {
  font-size: 17px;
  width: 360px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

#page02 #plan .set-box .txt-box .price2 small.s2 {
  font-size: 13px;
  margin-right: 15px;
}

#page02 #plan .set-box .txt-box .price2 span {
  font-size: 18px;
}

#page02 #plan .set-box .txt-box .price2 small {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  #page02 #howtoenjoy {
    padding-bottom: 65px;
  }
  #page02 #howtoenjoy .set3 {
    padding-top: 53px;
  }
  #page02 #howtoenjoy .set3 .txt {
    width: 485px;
    line-height: 25px;
  }
  #page02 #howtoenjoy .set3 .txt-box {
    margin-bottom: -55px;
  }
  #page02 #howtoenjoy .set3 .img3 {
    margin-top: 50px;
    margin-bottom: 8px;
  }
  #page02 #howtoenjoy .set3 .img1 {
    top: -410px;
  }
  #page02 #howtoenjoy .set5 .box1 .img2 {
    width: 257px;
    margin-top: 13px;
  }
  #page02 #howtoenjoy .set5 .box1 .txt-box {
    margin-top: -50px;
  }
  #page02 #howtoenjoy .set5 .box2 .img1 {
    margin-bottom: 60px;
  }
  #page02 #howtoenjoy .set5 .box2 .img2 {
    top: 110%;
    width: 250px;
  }
  #page02 #howtoenjoy .set5 .box2 .txt-box {
    margin-left: 3%;
  }
  #page02 #howtoenjoy .set5 .box2 .txt {
    margin-top: 15px;
  }
  #page02 #howtoenjoy .set5 .col {
    padding-bottom: 20px;
  }
  #page02 #howtoenjoy .set6 {
    margin-top: 95px;
  }
  #page02 #howtoenjoy .i15 {
    top: -100px;
  }
  #page02 #howtoenjoy .i17 {
    width: 19px;
    top: 325px;
    left: 44px;
  }
  #page02 #plan .txt-head {
    margin-top: 45px;
  }
  #page02 #plan .set3 .txt-box h3 {
    padding: 10px 0;
  }
  #page02 #plan .set3 .txt-box .txt1 {
    margin-top: 5px;
    margin-bottom: 18px;
  }
  #page02 #plan .set4 .txt-box h3 {
    padding: 20px 0 10px;
  }
  #page02 #plan .set4 .txt-box .txt1 {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  #page02 #plan .set4 .txt-box .box {
    margin-top: 40px;
  }
  #page02 #plan .set5 .txt-box h3 {
    padding: 25px 0 20px;
  }
  #page02 #plan .set5 .txt-box .txt1 {
    margin-top: 5px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  #page02 #howtoenjoy .set3 .txt {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  #page02 #howtoenjoy .i16 {
    bottom: 75px;
  }
  #page02 #plan .txt-head {
    margin-top: 30px;
  }
  #page02 #plan .txt-head .box dl {
    padding: 0;
  }
  #page02 #plan .txt-head .box dl dt {
    width: 135px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  #page02 #plan .txt-head .box dl dd {
    width: calc(100% - 135px);
    font-size: 13px;
    line-height: 1.8;
  }
  #page02 #plan .set-box .txt-box .price2 {
    font-size: 15px;
  }
  #page02 #plan .set-box .txt-box .price2 small.s2 {
    font-size: 11px;
  }
  #page02 #plan .set-box .txt-box .price2 span {
    font-size: 16px;
  }
  #page02 #plan .set-box .txt-box .price2 small {
    font-size: 13px;
  }
}

#page03 #howtoenjoy .set3 .strong {
  margin-top: 25px;
  border-color: #F49D41;
}

#page03 #howtoenjoy .set5 .box1 .strong {
  margin-top: 15px;
  border-color: #C598C4;
}

#page03 #howtoenjoy .set5 .box2 .strong {
  margin-top: 15px;
  border-color: #FBC96D;
}

#page03 #plan .txt-head .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page03 #plan .txt-head .box dl {
  width: 500px;
  max-width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#page03 #plan .txt-head .box dl dt, #page03 #plan .txt-head .box dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
}

#page03 #plan .txt-head .box dl dt {
  width: 167px;
  font-size: 21px;
  letter-spacing: 0.2em;
  background: #CBD7DC;
}

#page03 #plan .txt-head .box dl ul li {
  display: inline-block;
  padding: 0 6px;
}

#page03 #plan .txt-head .box dl dd {
  padding: 5px 0;
  width: calc(100% - 167px);
  font-size: 15px;
  background: #fff;
  letter-spacing: 0.1em;
  line-height: 26px;
  border: 1px solid #CBD7DC;
}

#page03 #plan .set-box .txt-box .price2 {
  font-size: 17px;
  width: 360px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

#page03 #plan .set-box .txt-box .price2 small.s2 {
  font-size: 13px;
  margin-right: 15px;
}

#page03 #plan .set-box .txt-box .price2 span {
  font-size: 18px;
}

#page03 #plan .set-box .txt-box .price2 small {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  #page03 #howtoenjoy .set3 {
    padding-top: 53px;
  }
  #page03 #howtoenjoy .set3 .txt {
    width: 485px;
    line-height: 25px;
  }
  #page03 #howtoenjoy .set3 .txt-box {
    margin-bottom: -55px;
  }
  #page03 #howtoenjoy .set3 .img3 {
    margin-top: 50px;
    margin-bottom: 8px;
  }
  #page03 #howtoenjoy .set5 .box1 .img2 {
    width: 257px;
    margin-top: 13px;
  }
  #page03 #howtoenjoy .set5 .box1 .txt-box {
    margin-top: -50px;
  }
  #page03 #howtoenjoy .set5 .box2 .img1 {
    margin-bottom: 60px;
  }
  #page03 #howtoenjoy .set5 .box2 .img2 {
    top: 110%;
    width: 250px;
  }
  #page03 #howtoenjoy .set5 .box2 .txt-box {
    margin-left: 3%;
  }
  #page03 #howtoenjoy .set5 .box2 .txt {
    margin-top: 15px;
  }
  #page03 #howtoenjoy .set5 .col {
    padding-bottom: 20px;
  }
  #page03 #howtoenjoy .set6 {
    margin-top: 95px;
  }
  #page03 #howtoenjoy .i15 {
    top: -100px;
  }
  #page03 #howtoenjoy .i17 {
    width: 19px;
    top: 325px;
    left: 44px;
  }
  #page03 #plan .txt-head {
    margin-top: 45px;
  }
  #page03 #plan .set3 .txt-box h3 {
    padding: 10px 0;
  }
  #page03 #plan .set3 .txt-box .txt1 {
    margin-top: 5px;
    margin-bottom: 18px;
  }
  #page03 #plan .set4 .txt-box h3 {
    padding: 20px 0 10px;
  }
  #page03 #plan .set4 .txt-box .txt1 {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  #page03 #plan .set4 .txt-box .box {
    margin-top: 40px;
  }
  #page03 #plan .set5 .txt-box h3 {
    padding: 25px 0 20px;
  }
  #page03 #plan .set5 .txt-box .txt1 {
    margin-top: 5px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  #page03 #howtoenjoy .set3 .txt {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  #page03 #howtoenjoy .i16 {
    bottom: 75px;
  }
  #page03 #plan .txt-head {
    margin-top: 30px;
  }
  #page03 #plan .txt-head .box dl {
    padding: 0;
  }
  #page03 #plan .txt-head .box dl dt {
    width: 135px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  #page03 #plan .txt-head .box dl dd {
    width: calc(100% - 135px);
    font-size: 13px;
    line-height: 1.8;
  }
  #page03 #plan .set-box .txt-box .price2 {
    font-size: 15px;
  }
  #page03 #plan .set-box .txt-box .price2 small.s2 {
    font-size: 11px;
  }
  #page03 #plan .set-box .txt-box .price2 span {
    font-size: 16px;
  }
  #page03 #plan .set-box .txt-box .price2 small {
    font-size: 13px;
  }
}

#page04 #plan .set-box .txt-box .price2 {
  width: 360px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

#page04 #plan .set-box .txt-box .price2 small.s2 {
  font-size: 13px;
  margin-right: 15px;
}

#page04 #plan .set-box .txt-box .price2 span {
  font-size: 21px;
}

#page04 #plan .set-box .txt-box .price2 small {
  font-size: 16px;
}

#page04 #plan .set-box .txt-box .table th, #page04 #plan .set-box .txt-box .table td {
  border-top: none;
  border-bottom: none;
}

@media only screen and (min-width: 768px) {
  #page04 #howtoenjoy {
    padding-bottom: 45px;
  }
  #page04 #howtoenjoy .set3 .txt-box {
    margin-bottom: 0;
  }
  #page04 #plan .deco-group1 {
    top: 50px;
  }
  #page04 #plan .set-box .txt-box .table dt {
    font-size: 26px;
  }
  #page04 #plan .set-box .txt-box .table small {
    font-size: 17px;
  }
  #page04 #plan .set-box .txt-box .table table tbody td {
    padding-top: 10px;
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  #page04 #plan .set1 .txt-box dl {
    margin-top: 20px;
  }
  #page04 #plan .set1 .txt-box .price2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #page04 #plan .set2 .txt-box h3 {
    margin-bottom: 10px;
  }
  #page04 #plan .set2 .txt-box .price2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #page04 #plan .set3 .txt-box h3 {
    padding-top: 15px;
  }
  #page04 #plan .set3 .txt-box .txt1 {
    margin-bottom: 25px;
  }
  #page04 #plan .set3 .txt-box .price2 {
    margin-top: 28px;
    margin-bottom: 15px;
  }
  #page04 #plan .set4 .txt-box .txt1 {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #page04 #howtoenjoy .i10 {
    bottom: 15vw;
    width: 50px;
  }
  #page04 #plan .set-box .txt-box .table dt {
    font-size: 23px;
  }
  #page04 #plan .set-box .txt-box .table dd {
    width: calc(100% - 60px);
  }
  #page04 #plan .set-box .txt-box .table small {
    font-size: 15px;
  }
  #page04 #plan .set-box .txt-box .table table tbody td {
    font-size: 20px;
  }
}

#page05 #howtoenjoy .set3 {
  padding-top: 55px;
}

#page05 #howtoenjoy .set3 .strong {
  margin-top: 5px;
  border-color: #F49D41;
}

#page05 #howtoenjoy .set5 .box1 .strong {
  margin-top: 15px;
  border-color: #C598C4;
}

#page05 #howtoenjoy .set5 .box2 .strong {
  margin-top: 15px;
  border-color: #FBC96D;
}

#page05 #plan .txt-head {
  margin-top: 30px;
}

#page05 #plan .txt-head .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page05 #plan .txt-head .box dl {
  width: 520px;
  max-width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#page05 #plan .txt-head .box dl dt, #page05 #plan .txt-head .box dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
}

#page05 #plan .txt-head .box dl dt {
  width: 185px;
  font-size: 21px;
  padding: 15px 5px;
  line-height: 0.9;
  letter-spacing: 0.2em;
  background: #CBD7DC;
}

#page05 #plan .txt-head .box dl dt small {
  font-size: 14px;
  letter-spacing: 0.1em;
  display: inline;
  line-height: inherit;
  margin-top: 0;
}

#page05 #plan .txt-head .box dl ul li {
  display: inline-block;
  padding: 0 6px;
}

#page05 #plan .txt-head .box dl dd {
  padding: 5px 0;
  width: calc(100% - 185px);
  font-size: 15px;
  background: #fff;
  letter-spacing: 0.1em;
  line-height: 26px;
  border: 1px solid #CBD7DC;
}

#page05 #plan .set-box .txt-box .price2 {
  font-size: 17px;
  width: 360px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

#page05 #plan .set-box .txt-box .price2 small.s2 {
  font-size: 13px;
  margin-right: 15px;
}

#page05 #plan .set-box .txt-box .price2 span {
  font-size: 18px;
}

#page05 #plan .set-box .txt-box .price2 small {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  #page05 #howtoenjoy {
    padding-bottom: 55px;
  }
  #page05 #howtoenjoy .set3 .img1 {
    top: -405px;
  }
  #page05 #howtoenjoy .set3 .img3 {
    margin-bottom: 5px;
  }
  #page05 #howtoenjoy .set3 .txt-box {
    margin-bottom: 0;
  }
  #page05 #howtoenjoy .set3 .txt-box .txt {
    width: 490px;
    line-height: 25px;
  }
  #page05 #howtoenjoy .set3 .txt-box .txt p + p {
    margin-top: 13px;
  }
  #page05 #howtoenjoy .set3 .txt-box .txt p:first-child {
    margin-right: -10px;
  }
  #page05 #howtoenjoy .set3 .txt-box .txt .strong span {
    letter-spacing: 0;
  }
  #page05 #howtoenjoy .set5 .box1 .img2 {
    width: 257px;
    margin-top: 13px;
  }
  #page05 #howtoenjoy .set5 .box1 .txt-box {
    margin-top: -50px;
  }
  #page05 #howtoenjoy .set5 .box2 .img1 {
    margin-bottom: 60px;
  }
  #page05 #howtoenjoy .set5 .box2 .img2 {
    top: 110%;
    width: 250px;
  }
  #page05 #howtoenjoy .set5 .box2 .txt-box {
    margin-left: 3%;
  }
  #page05 #howtoenjoy .set5 .box2 .txt {
    margin-top: 15px;
  }
  #page05 #howtoenjoy .set5 .col {
    padding-bottom: 20px;
  }
  #page05 #howtoenjoy .set6 {
    margin-top: 95px;
  }
  #page05 #howtoenjoy .i15 {
    top: -100px;
  }
  #page05 #howtoenjoy .i16 {
    right: 15px;
    bottom: 110px;
  }
  #page05 #howtoenjoy .i17 {
    width: 19px;
    top: 325px;
    left: 44px;
  }
  #page05 #plan .deco-group1 {
    top: 50px;
  }
  #page05 #plan .set3 .txt-box h3 {
    padding: 10px 0;
  }
  #page05 #plan .set3 .txt-box .txt1 {
    margin-top: 5px;
    margin-bottom: 18px;
  }
  #page05 #plan .set4 .txt-box h3 {
    padding: 20px 0 10px;
  }
  #page05 #plan .set4 .txt-box .txt1 {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  #page05 #plan .set4 .txt-box .box {
    margin-top: 40px;
  }
  #page05 #plan .set5 .txt-box h3 {
    padding: 25px 0 20px;
  }
  #page05 #plan .set5 .txt-box .txt1 {
    margin-top: 5px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  #page05 #howtoenjoy .i16 {
    bottom: 75px;
  }
  #page05 #plan .txt-head {
    margin-top: 30px;
  }
  #page05 #plan .txt-head .box dl {
    padding: 0;
  }
  #page05 #plan .txt-head .box dl dt {
    width: 155px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  #page05 #plan .txt-head .box dl dt small {
    font-size: 12px;
  }
  #page05 #plan .txt-head .box dl dd {
    width: calc(100% - 155px);
    font-size: 13px;
    line-height: 1.8;
  }
}

#page06 #plan .set-box .txt-box .price2 {
  font-size: 17px;
  width: 360px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

#page06 #plan .set-box .txt-box .price2 small.s2 {
  font-size: 13px;
  margin-right: 15px;
}

#page06 #plan .set-box .txt-box .price2 span {
  font-size: 18px;
}

#page06 #plan .set-box .txt-box .price2 small {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  #page06 #howtoenjoy .set3 .txt {
    width: 485px;
  }
  #page06 #howtoenjoy .set3 .txt-box {
    margin-bottom: -30px;
  }
  #page06 #howtoenjoy .set3 .img3 {
    margin-top: 50px;
    margin-bottom: 8px;
  }
  #page06 #howtoenjoy .set5 .inner .col {
    padding-bottom: 25px;
  }
  #page06 #howtoenjoy .set5 .box2 .img1 {
    margin-bottom: 77px;
  }
  #page06 #howtoenjoy .set5 .box2 .img2 {
    top: 106%;
  }
  #page06 #howtoenjoy .i16 {
    right: 23px;
    bottom: 32px;
  }
  #page06 #howtoenjoy .i17 {
    bottom: 23px;
    left: 60%;
  }
  #page06 #plan .set3 .txt-box h3 {
    padding: 10px 0;
  }
  #page06 #plan .set3 .txt-box .txt1 {
    margin-top: 5px;
  }
  #page06 #plan .set4 .txt-box h3 {
    padding: 20px 0 10px;
  }
  #page06 #plan .set4 .txt-box .txt1 {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  #page06 #plan .set4 .txt-box .box {
    margin-top: 40px;
  }
  #page06 #plan .set5 .txt-box h3 {
    padding: 25px 0 20px;
  }
  #page06 #plan .set5 .txt-box .txt1 {
    margin-top: 5px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  #page06 #howtoenjoy .set3 .txt {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  #page06 #plan .set-box .txt-box .price2 {
    font-size: 15px;
  }
  #page06 #plan .set-box .txt-box .price2 small.s2 {
    font-size: 11px;
  }
  #page06 #plan .set-box .txt-box .price2 span {
    font-size: 16px;
  }
  #page06 #plan .set-box .txt-box .price2 small {
    font-size: 13px;
  }
}
