@charset "UTF-8";
#getitnow_210921 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000;
  overflow: hidden;
  margin-top: calc(40 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  #getitnow_210921 {
    margin-top: calc(35 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  #getitnow_210921 {
    margin-top: 35px;
  }
}

#getitnow_210921 a {
  display: block;
}

#getitnow_210921 img, #getitnow_210921 source, #getitnow_210921 svg {
  width: 100%;
  height: auto;
  position: relative;
}

.image_hover_bg {
  position: relative;
}

.image_hover_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

a:hover .image_hover_bg::before {
  opacity: 1;
}

.bredlist.lp {
  min-width: auto;
  max-width: none;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .bredlist.lp {
    width: calc(1200 *(100vw / 1400));
    max-width: 1200px;
  }
}

@media only screen and (max-width: 767px) {
  .bredlist.lp {
    max-width: calc(700 *(100vw / 750));
  }
}

#getitnow_210921 picture,
#getitnow_210921 video {
  display: block;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

.fade {
  opacity: 0;
}

.fade_in {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: up;
          animation-name: up;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* sp------------------------------------------------------- */
/* sp------------------------------------------------------- */
/* tab------------------------------------------------------- */
/* tab------------------------------------------------------- */
/* pc------------------------------------------------------- */
.main-area {
  max-width: 100vw;
}

#getitnow_210921 {
  max-width: 1400px;
  margin: auto;
}

.content__box {
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .content__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(957 *(100vw / 1400));
    max-width: 957px;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.content__right_num {
  position: absolute;
  z-index: 2;
  top: calc(56 *(100vw / 750));
  right: calc(150 *(100vw / 750));
  width: calc(68 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .content__right_num {
    width: calc(50 *(100vw / 1400));
    top: calc(50 *(100vw / 1400));
    right: calc(22 *(100vw / 1400));
  }
}

@media only screen and (min-width: 768px) and (min-width: 1400px) {
  .content__right_num {
    width: 50px;
    top: 50px;
    right: 22px;
  }
}

.content__left_num {
  position: absolute;
  z-index: 2;
  top: calc(50 *(100vw / 750));
  left: calc(140 *(100vw / 750));
  width: calc(85 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .content__left_num {
    top: calc(50 *(100vw / 1400));
    left: calc(20 *(100vw / 1400));
    width: calc(62 *(100vw / 1400));
  }
}

@media only screen and (min-width: 768px) and (min-width: 1400px) {
  .content__left_num {
    top: 50px;
    left: 20px;
    width: 62px;
  }
}

.content__tax_box {
  text-align: center;
  font-size: calc(20 *(100vw / 750));
  line-height: 1.6;
  margin-top: calc(84 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .content__tax_box {
    font-size: calc(12 *(100vw / 1400));
    line-height: 1.66667;
    margin-top: calc(55 *(100vw / 1400));
    text-align: right;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1400px) {
  .content__tax_box {
    font-size: 12px;
    margin-top: 55px;
  }
}

.content_tax {
  white-space: nowrap;
  font-family: franklin-gothic-atf, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
}

.content_tax:nth-of-type(odd) {
  margin-right: calc(15 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .content_tax:nth-of-type(odd) {
    margin-right: calc(0 *(100vw / 1400));
  }
}

@media only screen and (min-width: 768px), print {
  .product_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.product_content_img {
  width: calc(235 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .product_content_img {
    width: calc(180 *(100vw / 1400));
    max-width: 180px;
    margin: auto;
  }
}

.two_items {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media only screen and (min-width: 768px), print {
  .two_items {
    width: calc(430 *(100vw / 1400)) !important;
    max-width: 430px !important;
  }
}

@media only screen and (min-width: 768px), print {
  .nowrap {
    white-space: nowrap;
  }
}

.slick-dots {
  margin: 0 4px;
  left: calc(-8 *(100vw / 750));
  bottom: calc(-57 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .slick-dots {
    bottom: calc(-35 *(100vw / 1400));
    left: calc(190 *(100vw / 1400));
  }
}

@media only screen and (min-width: 768px) and (min-width: 1400px) {
  .slick-dots {
    bottom: -35px;
    left: 190px;
  }
}

.slick-prev, .slick-arrow {
  display: none !important;
}

@media only screen and (min-width: 768px), print {
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: calc(20 *(100vw / 1400));
    height: calc(20 *(100vw / 1400));
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li:nth-of-type(1) {
    margin-right: calc(3 *(100vw / 1400));
  }
  .slick-dots li:nth-of-type(3) {
    margin-left: calc(3 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .slick-dots li:nth-of-type(1) {
    margin-right: 3px;
  }
  .slick-dots li:nth-of-type(3) {
    margin-left: 3px;
  }
}

.slick-dots li.slick-active button {
  background-color: transparent !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
}

.slick-dots li button:before {
  opacity: 1;
  color: #ccc;
  font-size: calc(42 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .slick-dots li button:before {
    font-size: calc(23 *(100vw / 1400));
  }
}

@media only screen and (min-width: 768px) and (min-width: 1400px) {
  .slick-dots li button:before {
    font-size: 23px;
  }
}

.slick-dots li.slick-active button:before {
  color: #000 !important;
}

.key {
  margin-top: calc(115 *(100vw / 750));
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .key {
    margin-top: calc(100 *(100vw / 1400));
  }
}

@media only screen and (min-width: 768px) and (min-width: 1400px) {
  .key {
    margin-top: 100px;
  }
}

.key__head {
  width: calc(526 *(100vw / 750));
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  .key__head {
    width: calc(445 *(100vw / 1400));
    max-width: 445px;
  }
}

.key__head_sub {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: -0.06em;
  font-size: calc(29 *(100vw / 750));
  margin-top: calc(56 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .key__head_sub {
    font-size: calc(20 *(100vw / 1400));
    margin-top: calc(35 *(100vw / 1400));
  }
}

@media only screen and (min-width: 768px) and (min-width: 1400px) {
  .key__head_sub {
    font-size: 20px;
    margin-top: 35px;
  }
}

.key__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: calc(26 *(100vw / 750));
  line-height: 1.92308;
  margin-top: calc(68 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .key__text {
    font-size: calc(16 *(100vw / 1400));
    line-height: 0;
    margin-top: calc(55 *(100vw / 1400));
  }
}

@media only screen and (min-width: 768px) and (min-width: 1400px) {
  .key__text {
    font-size: 16px;
    margin-top: 55px;
  }
}

.ct01 {
  margin-top: calc(148 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct01 {
    margin-top: calc(150 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct01 {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct01__model_box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.ct01__img_box {
  width: calc(525 *(100vw / 750));
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  .ct01__img_box {
    width: calc(420 *(100vw / 1400));
    max-width: 420px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px), print {
  .ct01__img01 {
    width: calc(420 *(100vw / 1400));
    max-width: 420px;
  }
}

.ct01__product_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(725 *(100vw / 750));
  margin: auto;
  margin-top: calc(85 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct01__product_box {
    display: block;
    width: calc(430 *(100vw / 1400));
    max-width: 430px;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 768px), print {
  .ct01__product_content01 {
    margin-bottom: calc(50 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct01__product_content01 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct01__product_content_img {
    margin-left: calc(140 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct01__product_content_img {
    margin-left: 140px;
  }
}

.ct01__product_text_box {
  margin-top: calc(23 *(100vw / 750));
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: calc(20 *(100vw / 750));
  line-height: 1.3;
  white-space: nowrap;
}

@media only screen and (min-width: 768px), print {
  .ct01__product_text_box {
    margin-top: calc(20 *(100vw / 1400));
    line-height: 1.33333;
    font-size: calc(12 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct01__product_text_box {
    margin-top: 20px;
    font-size: 12px;
  }
}

.ct02 {
  margin-top: calc(155 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct02 {
    margin-top: calc(135 *(100vw / 1400));
  }
}

@media only screen and (min-width: 768px) and (min-width: 1400px) {
  .ct02 {
    margin-top: 135px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct02__content__box {
    width: calc(930 *(100vw / 1400));
    max-width: 930px;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ct02__product_box {
  width: calc(520 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct02__product_box {
    margin-top: calc(148 *(100vw / 1400));
  }
}

@media only screen and (min-width: 768px) and (min-width: 1400px) {
  .ct02__product_box {
    margin-top: 148px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct02__model_box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 768px), print {
  .ct02__img_box {
    width: calc(400 *(100vw / 1400));
    max-width: 400px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px), print {
  .ct02__img01 {
    width: calc(400 *(100vw / 1400));
    max-width: 400px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct02__product_box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 768px), print {
  .ct02__content__tax_box {
    text-align: left;
  }
}

@media only screen and (min-width: 768px), print {
  .ct02 .slick-dots {
    bottom: calc(-35 *(100vw / 1400));
    left: calc(-183 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct02 .slick-dots {
    bottom: -35px;
    left: -183px;
  }
}

.ct03 {
  margin-top: calc(155 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct03 {
    margin-top: calc(145 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct03 {
    margin-top: 145px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct03__content__box {
    display: block;
  }
}

@media only screen and (min-width: 768px), print {
  .ct03__model_big_box {
    width: calc(715 *(100vw / 1400));
    max-width: 715px;
    margin-left: calc(300 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct03__model_big_box {
    margin-left: 300px;
  }
}

.ct03__model_box {
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .ct03__model_box {
    width: calc(626 *(100vw / 1400));
    max-width: 626px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.ct03__img01 {
  width: calc(600 *(100vw / 750));
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  .ct03__img01 {
    width: calc(450 *(100vw / 1400));
    max-width: 450px;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.ct03__content__right_num {
  right: calc(100 *(100vw / 750));
  width: calc(85 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct03__content__right_num {
    width: calc(61 *(100vw / 1400));
    right: calc(24 *(100vw / 1400));
    top: calc(50 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct03__content__right_num {
    width: 61px;
    right: 24px;
    top: 50px;
  }
}

.ct03__content__tax_box {
  margin-top: calc(47 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct03__content__tax_box {
    width: calc(148 *(100vw / 1400));
    max-width: 148px;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    margin-right: calc(30 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct03__content__tax_box {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px), print {
  .three_product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(680 *(100vw / 1400));
    max-width: 680px;
    margin: auto;
    margin-top: calc(70 *(100vw / 1400));
  }
}

@media only screen and (min-width: 768px) and (min-width: 1400px) {
  .three_product {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct04 {
    margin-top: calc(132 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct04 {
    margin-top: 132px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct04__content__box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: calc(927 *(100vw / 1400));
    max-width: 927px;
  }
}

.ct04__img01 {
  width: calc(488 *(100vw / 750));
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  .ct04__img01 {
    width: calc(400 *(100vw / 1400));
    max-width: 400px;
    margin: 0;
  }
}

.ct04__content__right_num {
  right: calc(160 *(100vw / 750));
  width: calc(89 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct04__content__right_num {
    right: calc(22 *(100vw / 1400));
    width: calc(64 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct04__content__right_num {
    right: 22px;
    width: 64px;
  }
}

.ct04__content__tax_box {
  margin-top: calc(50 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct04__content__tax_box {
    margin-top: calc(30 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct04__content__tax_box {
    margin-top: 30px;
  }
}

.ct04__product_box {
  margin-top: calc(75 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct04__product_box {
    width: calc(430 *(100vw / 1400));
    max-width: 430px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: calc(150 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct04__product_box {
    margin-top: 150px;
  }
}

.ct05 {
  margin-top: calc(160 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct05 {
    margin-top: calc(135 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct05 {
    margin-top: 135px;
  }
}

.ct05__content__tax_box {
  margin-top: calc(50 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct05__content__tax_box {
    text-align: left;
    margin-top: calc(35 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct05__content__tax_box {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct05__model_box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.ct05__img01 {
  width: calc(525 *(100vw / 750));
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  .ct05__img01 {
    width: calc(420 *(100vw / 1400));
    max-width: 420px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct05__product_box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: calc(160 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct05__product_box {
    margin-top: 160px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct06 {
    margin-top: calc(125 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct06 {
    margin-top: 125px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct06__content__box {
    width: calc(937 *(100vw / 1400));
    max-width: 937px;
  }
}

.ct06__model_box {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.ct06__right_num {
  width: calc(88 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct06__right_num {
    right: calc(25 *(100vw / 1400));
    width: calc(63 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct06__right_num {
    right: 25px;
    width: 63px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct06__img01 {
    width: calc(400 *(100vw / 1400));
    max-width: 400px;
  }
}

.ct06__content__tax_box {
  margin-top: calc(50 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct06__content__tax_box {
    margin-top: calc(30 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct06__content__tax_box {
    margin-top: 30px;
  }
}

.ct06__product_box {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 768px), print {
  .ct07 {
    margin-top: calc(135 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct07 {
    margin-top: 135px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct07__big_box {
    width: calc(710 *(100vw / 1400));
    max-width: 710px;
    margin-left: calc(274 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct07__big_box {
    margin-left: 274px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct07__model_box {
    width: calc(620 *(100vw / 1400));
    max-width: 620px;
    margin: auto;
  }
}

.ct07__img_box {
  width: calc(600 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct07__img_box {
    width: calc(480 *(100vw / 1400));
    max-width: 480px;
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 768px), print {
  .ct07__img01 {
    width: calc(480 *(100vw / 1400));
    max-width: 480px;
  }
}

.ct07__content__right_num {
  width: calc(82 *(100vw / 750));
  right: calc(105 *(100vw / 750));
}

@media only screen and (min-width: 768px), print {
  .ct07__content__right_num {
    width: calc(59 *(100vw / 1400));
    right: calc(17 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct07__content__right_num {
    width: 59px;
    right: 17px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct07__content__tax_box {
    width: calc(111 *(100vw / 1400));
    max-width: 111px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    margin-right: calc(25 *(100vw / 1400));
    margin-top: 0;
  }
}

@media only screen and (min-width: 1400px) {
  .ct07__content__tax_box {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct07 .slick-dots {
    bottom: calc(-31 *(100vw / 1400));
    left: calc(-3 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct07 .slick-dots {
    bottom: -31px;
    left: -3px;
  }
}

@media only screen and (min-width: 768px), print {
  .ct07 .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px), print {
  .ct07 .three_product {
    margin-top: calc(100 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .ct07 .three_product {
    margin-top: 100px;
  }
}

.all_item_btn {
  font-size: calc(28 *(100vw / 750));
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  width: calc(675 *(100vw / 750));
  margin: auto;
  margin-top: calc(190 *(100vw / 750));
  margin-bottom: calc(200 *(100vw / 750));
  height: calc(125 *(100vw / 750));
  line-height: calc(125 *(100vw / 750));
  border: 1px solid #000;
}

@media only screen and (min-width: 768px), print {
  .all_item_btn {
    font-size: calc(18 *(100vw / 1400));
    width: calc(380 *(100vw / 1400));
    max-width: 380px;
    height: calc(62 *(100vw / 1400));
    line-height: calc(62 *(100vw / 1400));
    margin-top: calc(150 *(100vw / 1400));
    margin-bottom: calc(160 *(100vw / 1400));
  }
}

@media only screen and (min-width: 1400px) {
  .all_item_btn {
    font-size: 18px;
    height: 62px;
    line-height: 62px;
    margin-top: 150px;
    margin-bottom: 160px;
  }
}
/*# sourceMappingURL=style.css.map */