@charset "UTF-8";
@font-face {
  font-family: HiraginoW3;
  src: url("https: //only-co.cv/lp/common/font/hiraginoW3.otf");
  font-weight: 300;
}

html {
  font-family: YakuHanJP, "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  color: #333;
  scroll-behavior: smooth;
}

#content {
  font-family: YakuHanJP, "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  color: #333;
}

@media (min-width: 769px) {
  #content {
    font-family: noto-sans-cjk-jp, sans-serif;
  }
}

html {
  font-size: 62.5%;
}

#content {
  max-width: 1920px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.75px;
}

img {
  /* width: 100%; */
  max-width: 100%;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  vertical-align: top;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  opacity: .8;
  -webkit-transition: .2s;
  transition: .2s;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

.txt-font02 {
  font-family: ten-mincho, serif;
}

.txt-font03 {
  font-family: Helvetica, "Roboto", sans-serif;
}

.video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mv .mvsp {
  position: relative;
}

.mv .mvpc {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv{
    margin-top: 70px;
  }
}
@media (min-width: 769px) {
  .mv {
    max-width: 1920px;
    background: none;
  }
  .mv .mvsp {
    display: none;
  }
  .mv .mvpc {
    display: block;
  }
}

.mv_top.wrap {
  background-color: #fff;
  padding: 27vw 6.667vw;
}

.mv_top.wrap .sec_tlt {
  /* 14 */
  font-size: 3.733vw;
  /* 28 */
  line-height: 2;
  letter-spacing: 0.75px;
  text-align: justify;
  font-family: ten-mincho, serif;
  color: #333;
  letter-spacing: 0px;
}

@media (min-width: 769px) {
  .mv_top.wrap .sec_tlt {
    font-size: 24px;
  }
}

.mv_top.wrap .sec_tlt br {
  display: none;
}

.mv_top.wrap .sec_tlt br.sp {
  display: inline-block;
}

.mv_top.wrap .movie img {
  width: 33%;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .mv_top.wrap {
    max-width: 1920px;
    padding: 140px 0 190px;
  }
  .mv_top.wrap .sec_tlt {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 20px;
  }
  .mv_top.wrap .sec_tlt br {
    display: inline-block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .mv_top.wrap .sec_tlt {
    font-size: 18px;
  }
}

.wrap {
  padding: 0 2.5vw;
}

@media (min-width: 769px) {
  .wrap {
    padding: 0 0;
    max-width: 1100px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .wrap {
    padding: 0 10px;
  }
}

.button {
  font-size: 2.667vw;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 5vw 0;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  letter-spacing: 2px;
}

.button.button02 {
  font-family: Helvetica, "Roboto", sans-serif;
  display: inline-block;
  font-size: 9px;
  background-color: #000;
  color: #fff;
  width: 25%;
  padding: 5px;
  letter-spacing: 1.5px;
  white-space: nowrap;
  margin-left: 18px;
  letter-spacing: 1.5px;
  font-weight: bold;
}

.button.button03 {
  font-weight: bold;
  padding: 4vw 0;
  width: 54vw;
  letter-spacing: 2px;
}

@media (min-width: 769px) {
  .button {
    font-family: Helvetica, "Roboto", sans-serif;
    width: 300px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 3px;
    padding: 18px 0;
    -webkit-transition: .2s;
    transition: .2s;
    border: 2px solid #000;
  }
  .button:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .button.button02 {
    font-family: Helvetica, "Roboto", sans-serif;
    width: 160px;
    margin-left: 0px;
    margin-right: 0;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 3px;
    padding: 10px 0;
    font-weight: 600;
  }
  .button.button03 {
    font-family: noto-sans-cjk-jp, sans-serif;
    letter-spacing: 3px;
    font-weight: 500;
    width: 350px;
    padding: 17px 0;
  }
}

.line-decro {
  text-align: center;
  position: relative;
  margin-bottom: 15vw;
}

.line-decro p {
  /* 12 */
  font-size: 3.2vw;
  /* 24 */
  line-height: 2;
  letter-spacing: 1px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  display: inline-block;
  color: #231815;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 769px) {
  .line-decro p {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
  }
}

.line-decro p.active {
  background-color: #000;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.line-decro .line {
  width: 1px;
  height: 30px;
  margin: 0 auto;
  background: #000;
}

.line-decro .line::after {
  background: #000;
}

@media (min-width: 769px) {
  .line-decro {
    margin-bottom: 100px;
    max-width: 1100px;
  }
  .line-decro p {
    font-family: ten-mincho, serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 3.5px;
    margin-bottom: 25px;
  }
  .line-decro .line {
    width: 1px;
    height: 50px;
  }
}

.line span {
  margin: 0 auto;
  width: 90%;
  height: 1px;
  display: block;
  background-color: #AFB7BB;
}

@media (min-width: 769px) {
  .line span {
    max-width: 1100px;
  }
}

.blockBg:after {
  display: block;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #000;
  -webkit-transition: left 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: left 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.blockBg.active::after {
  left: 0 !important;
}

.sec {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.sec .intro {
  text-align: center;
}

.sec .intro .tlt h2 {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1;
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #333;
}

@media (min-width: 769px) {
  .sec .intro .tlt h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.sec .intro .word {
  text-align: justify;
  /* 12 */
  font-size: 3.2vw;
  /* 24 */
  line-height: 2;
  letter-spacing: 1px;
}

@media (min-width: 769px) {
  .sec .intro .word {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
  }
}

@media (min-width: 769px) {
  .sec .intro {
    margin-bottom: 120px;
  }
  .sec .intro .tlt h2 {
    width: 45%;
    font-size: 20px;
  }
}

.sec .subtlt {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 13.667vw;
  /* 12 */
  font-size: 3.2vw;
  /* 24 */
  line-height: 2;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 769px) {
  .sec .subtlt {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
  }
}

.sec .subtlt:before {
  content: '';
  display: inline-block;
  background-color: #333;
  height: 1px;
  width: 30%;
  position: absolute;
  top: 15%;
  left: 2.667vw;
}

.sec .subtlt::after {
  content: '';
  display: inline-block;
  background-color: #333;
  height: 1px;
  width: 30%;
  position: absolute;
  top: 15%;
  right: 2.667vw;
}

.sec .subtlt h3 {
  color: #333;
  width: 100%;
  text-align: center;
}

@media (min-width: 769px) {
  .sec .subtlt {
    padding-bottom: 50px;
  }
  .sec .subtlt::before, .sec .subtlt::after {
    width: 35%;
    top: 20%;
  }
  .sec .subtlt h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.sec.sec02 .content {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.sec.sec02 .content .s02 a {
  width: 35%;
}

.sec.sec02 .subtlt p {
  width: 100%;
}

@media (min-width: 769px) {
  .sec.sec02 {
    padding-bottom: 0;
  }
  .sec.sec02 > div {
    padding-bottom: 120px;
  }
  .sec.sec02 > div:last-child {
    padding-bottom: 0;
  }
}

.sec .content {
  padding: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec .content a {
  width: 49.5%;
}

.sec .content .ranking.setup {
  color: #333;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
}

@media (min-width: 769px) {
  .sec .content .ranking.setup {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

@media (min-width: 769px) {
  .sec .content .ranking.setup {
    color: #333;
    width: 100%;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 50px;
  }
  .sec .content a {
    width: 33%;
  }
}

.sec .item {
  padding-bottom: 18vw;
  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;
}

.sec .item .category {
  /* 12 */
  font-size: 3.2vw;
  /* 24 */
  line-height: 2;
  letter-spacing: 1px;
  margin: 0 auto;
  font-weight: 500;
}

@media (min-width: 769px) {
  .sec .item .category {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
  }
}

.sec .item .ranking {
  color: #333;
  width: 100%;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
}

@media (min-width: 769px) {
  .sec .item .ranking {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.sec .item .image {
  width: 100%;
  margin-bottom: 5vw;
}

.sec .item .word {
  /* 12 */
  font-size: 3.2vw;
  /* 24 */
  line-height: 2;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 769px) {
  .sec .item .word {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
  }
}

.sec .item .word .thumbnail {
  width: 33%;
}

.sec .item .word .shopping {
  /* 10 */
  font-size: 2.6vw;
  /* 28 */
  line-height: 1.3;
  letter-spacing: 0.5px;
  width: 68%;
  margin-bottom: 0;
  letter-spacing: 0.75px;
}

@media (min-width: 769px) {
  .sec .item .word .shopping {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

.sec .item .word .shopping div:first-child {
  min-height: 15vw;
  max-height: 15vw;
}

.sec .item .word .shopping .price {
  color: #000;
  font-weight: 500;
  font-family: Helvetica, "Roboto", sans-serif;
  letter-spacing: 1px;
}

.sec .item .word .shopping .price span {
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (min-width: 769px) {
  .sec .item {
    padding-bottom: 120px;
  }
  .sec .item .category {
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .sec .item .ranking {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 50px;
  }
  .sec .item .image {
    margin-bottom: 50px;
  }
  .sec .item .word .shopping {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
  }
  .sec .item .word .shopping div:first-child {
    min-height: 80px;
    max-height: 80px;
  }
}

.ttl {
  /* 12 */
  font-size: 3.2vw;
  /* 24 */
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 13.333vw;
}

@media (min-width: 769px) {
  .ttl {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
  }
}

.ttl p {
  /* 12 */
  font-size: 3.2vw;
  /* 28 */
  line-height: 2.4;
  letter-spacing: 0.75px;
  text-align: justify;
  font-weight: 500;
  text-align: center;
  margin-top: 4vw;
}

@media (min-width: 769px) {
  .ttl p {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
  }
}

@media (min-width: 769px) {
  .ttl {
    margin-bottom: 100px;
  }
}

.grayLine {
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
}

@media (min-width: 769px) {
  .grayLine {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.feature {
  text-align: center;
  padding: 18vw 2.667vw;
}

.feature h3 {
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.feature ul {
  text-align: justify;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feature ul li {
  width: 46%;
  border: 0;
  border: none;
}

.feature ul li img {
  -webkit-transition: .2s;
  transition: .2s;
}

.feature ul li img:hover {
  -webkit-transition: .2s;
  transition: .2s;
}

.feature ul li .f_tlt {
  /* 10 */
  font-size: 2.6vw;
  /* 28 */
  line-height: 1.3;
  letter-spacing: 0.5px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
  padding: 10px 0 10px;
}

@media (min-width: 769px) {
  .feature ul li .f_tlt {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

.feature ul li p {
  /* 10 */
  font-size: 2.6vw;
  /* 28 */
  line-height: 1.3;
  letter-spacing: 0.5px;
  line-height: 2;
  font-size: 2.5vw;
  color: #808080;
}

@media (min-width: 769px) {
  .feature ul li p {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

.feature .wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.feature .button {
  width: 66.7vw;
  display: block;
  margin: 6.667vw auto 0;
  cursor: pointer;
  text-align: center;
  font-size: 2.667vw;
  color: #000;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 1.5px;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: bold;
  border: 1px solid #000;
  padding: 15px 0;
}

@media (min-width: 769px) {
  .feature {
    padding: 90px 0;
    margin: 0 auto;
    max-width: 650px;
  }
  .feature.recommemd {
    padding-bottom: 0;
  }
  .feature h3 {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: bold;
    letter-spacing: 2.8px;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 60px;
  }
  .feature ul li {
    width: 49%;
  }
  .feature ul li p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .feature .button {
    font-family: YakuHanJP, "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
    text-align: center;
    width: 400px;
    font-size: 18px;
    background-color: transparent;
    border: 2px solid #3C3C3C;
    color: #000;
    margin-top: 40px;
    padding: 29px 0;
  }
}

.m-t-20 {
  margin-top: 4.5vw;
}

.m-b-20 {
  margin-bottom: 4.5vw;
}

.m-t-25 {
  margin-top: 5vw;
}

.m-b-25 {
  margin-bottom: 4.5vw;
}

.m-t-40 {
  margin-top: 10.667vw;
}

.m-b-40 {
  margin-bottom: 10.667vw;
}

.m-t-50 {
  margin-top: 13.333vw;
}

.m-b-50 {
  margin-bottom: 13.333vw;
}

.m-t-75 {
  margin-top: 20vw;
}

.m-b-75 {
  margin-bottom: 20vw;
}

@media (min-width: 769px) {
  .m-t-20 {
    margin-top: 30px;
  }
  .m-b-20 {
    margin-bottom: 30px;
  }
  .m-t-25 {
    margin-top: 50px;
  }
  .m-b-25 {
    margin-bottom: 50px;
  }
  .m-t-40 {
    margin-top: 100px;
  }
  .m-b-40 {
    margin-bottom: 100px;
  }
  .m-t-50 {
    margin-top: 100px;
  }
  .m-b-50 {
    margin-bottom: 100px;
  }
  .m-b-75 {
    margin-bottom: 150px;
  }
  .m-t-75 {
    margin-top: 150px;
  }
}
/*# sourceMappingURL=design_new.css.map */