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

#content {
  font-family: YakuHanJP, "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  font-weight: bold;
  color: #000;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.75px;
  font-size: 62.5%;
}

@media (min-width: 767px) {
  #content {
    max-width: 1920px;
    font-size: 16px;
  }
}

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

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

#content p {
  font-family: YakuHanJP, "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  /* 12 */
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.75px;
  text-align: justify;
}

@media (min-width: 767px) {
  #content p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.75px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  #content p {
    font-size: 14px;
  }
}

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: 767px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

.txt-font02 {
  font-family: "Helvetica", noto-sans-cjk-jp, serif;
}

.txt-font03 {
  font-family: copperplate, serif;
}

.col {
  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;
}

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

.floating {
  font-family: YakuHanJP, "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  /* 12 */
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.75px;
  text-align: justify;
  font-weight: 800;
  display: block;
  position: fixed;
  bottom: 10px;
  left: 24%;
  width: 50%;
  z-index: 100;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  border-radius: 5px;
}

@media (min-width: 767px) {
  .floating {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.75px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .floating {
    font-size: 14px;
  }
}

.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 .logo {
   position: absolute;
  left: 26%;
  top: 41%;
  width: 48vw;
}

.mv img.sp {
  display: block;
}

.mv img.pc {
  display: none;
}

@media (min-width: 767px) {
  .mv {
    max-width: 1920px;
    margin: 0 auto;
  }
  .mv img.sp {
    display: none !important;
  }
  .mv img.pc {
    display: block !important;
  }
}

.sectlt {
  margin: 0 auto;
  font-family: copperplate, serif;
  text-align: center;
  /* 25 */
  width: 39vw;
  vertical-align: baseline;
}

@media (min-width: 767px) {
  .sectlt {
    font-size: 28px;
    letter-spacing: 2.5px;
  }
}

.subtlt {
  text-align: left;
  /* 16 */
}

@media (min-width: 767px) {
  .subtlt {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 1px;
  }
}

.tlt {
  padding-top: 6.667vw;
  font-family: "Helvetica", noto-sans-cjk-jp, serif;
  /* 14 */
  font-size: 3.7vw;
  line-height: 1.6;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 767px) {
  .tlt {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .tlt {
    font-size: 16px;
  }
}

.mv_top {
  background-color: #fff;
  padding: 20vw 6.667vw 16vw;
}

.mv_top .mv_top_title {
  font-family: YakuHanJP, "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  /* 12 */
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.75px;
  text-align: justify;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 767px) {
  .mv_top .mv_top_title {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.75px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .mv_top .mv_top_title {
    font-size: 14px;
  }
}

.mv_top p {
  text-align: left;
  line-height: 2;
}

@media (min-width: 767px) {
  .mv_top {
    max-width: 1920px;
    padding: 150px 0;
  }
  .mv_top .mv_top_title {
    font-size: 22px;
  }
  .mv_top p {
    text-align: center !important;
  }
}

.wrap {
  padding: 0 5.33vw;
}

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

.button {
  font-size: 9px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 2vw 0;
  letter-spacing: 1px;
}

@media (min-width: 767px) {
  .button {
    width: 165px;
    margin-left: 0px;
    margin-right: 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 3px;
    padding: 15px 0;
    font-weight: 600;
    border: 2px solid #fff;
  }
  .button:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    -webkit-transition: .2s;
    transition: .2s;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .button {
    font-size: 12px;
  }
}

hr.line {
  margin: 0 auto;
  width: 100%;
  display: block;
  border-bottom-width: 0;
  background-color: #919191;
}

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

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

.sec:last-child {
  padding-bottom: 0;
}

@media (min-width: 767px) {
  .sec {
    padding-bottom: 150px;
  }
  .sec .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec .wrap .sectlt {
    margin-bottom: 50px;
  }
  .sec .wrap .sectlt img {
    margin: 0 auto;
    width: 200px;
  }
  .sec .wrap .intro {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 48%;
  }
  .sec .wrap .intro_word {
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec .wrap .point {
    margin-top: 100px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sec .wrap .point .sectlt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec .wrap .item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec > div .intro {
    width: 550px;
    margin-bottom: 0;
  }
  .sec > div .item {
    width: 500px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .sec .wrap {
    max-width: 100%;
    padding: 0 20px;
  }
  .sec .wrap .sectlt {
    width: 18vw;
  }
  .sec > div .item {
    width: 45%;
  }
}

.sec .sectlt img {
  width: 22vw;
  vertical-align: baseline;
}

@media (min-width: 767px) {
  .sec .sectlt img {
    width: 10vw;
  }
}

@media (min-width: 767px) {
  .sec .sectlt {
    width: 100%;
  }
}

@media (min-width: 767px) {
  .sec .intro {
    margin-bottom: 100px;
  }
  .sec .intro .sectlt {
    margin-bottom: 50px;
  }
}

@media (min-width: 767px) {
  .sec .point {
    margin-bottom: 0;
  }
}

.sec .point .sectlt img {
  width: 16vw;
  vertical-align: baseline;
}

@media (min-width: 767px) {
  .sec .point .sectlt img {
    width: 10vw;
  }
}

.sec .point .col {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec .point .col .subtlt img {
  vertical-align: baseline;
  width: 14vw;
}

@media (min-width: 767px) {
  .sec .point .col .subtlt img {
    width: 20%;
  }
}

@media (min-width: 767px) {
  .sec .point .col .subtlt {
    line-height: 0;
    margin-bottom: 32px;
  }
}

.sec .point .col .word {
  line-height: 2;
}

@media (min-width: 767px) {
  .sec .point .col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec .point .col > div {
    width: 48%;
    margin-bottom: 0;
  }
  .sec .point .col > div .image {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .sec .point .col {
    width: 100%;
  }
}

.sec .item .col.price {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec .item .col.price .name {
  display: block;
  width: 100%;
  margin-bottom: 6.667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec .item .col.price .name:last-child {
  margin-bottom: 0;
}

.sec .item .col.price .name .shopping_item {
  width: 60%;
  font-family: YakuHanJP, "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  /* 12 */
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.75px;
  text-align: justify;
  letter-spacing: 1.5px;
}

@media (min-width: 767px) {
  .sec .item .col.price .name .shopping_item {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.75px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .sec .item .col.price .name .shopping_item {
    font-size: 14px;
  }
}

.sec .item .col.price .name .shopping_item span {
  /* 10 */
  font-size: 2.4vw;
  line-height: 1;
  letter-spacing: 0.5px;
  letter-spacing: 1.2px;
}

@media (min-width: 767px) {
  .sec .item .col.price .name .shopping_item span {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

@media (min-width: 767px) {
  .sec .item .col.price .name .shopping_item {
    width: 58%;
    font-size: 20px;
  }
}

.sec .item .col.price .name .button {
  display: inline-block;
  width: 26%;
}

@media (min-width: 767px) {
  .sec .item .col.price .name .button {
    width: 36%;
  }
}

@media (min-width: 767px) {
  .sec .item .col.price .name {
    margin-bottom: 50px;
  }
}

@media (min-width: 767px) {
  .sec .item .col.price {
    margin: 0 auto;
  }
  .sec .item .col.price a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sec .content {
  background-color: #919191;
  padding: 6.667vw;
}

.sec .content .word {
  padding-top: 6.667vw;
}

@media (min-width: 767px) {
  .sec .content {
    padding: 50px;
  }
}

@media (min-width: 767px) {
  .sec.sec04 {
    padding-bottom: 100px;
  }
}

.shop {
  background-color: #919191;
}

.shop .intro {
  padding-bottom: 0;
}

.shop .intro h2,
.shop .intro h3 {
  text-align: center;
}

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

@media (min-width: 767px) {
  .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.4vw;
  line-height: 1;
  letter-spacing: 0.5px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
  padding: 10px 0 10px;
}

@media (min-width: 767px) {
  .feature ul li .f_tlt {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

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

@media (min-width: 767px) {
  .feature ul li p {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

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

.feature .button {
  width: 200px;
  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: 767px) {
  .feature {
    padding: 100px 0;
    margin: 0 auto;
    max-width: 650px;
  }
  .feature.recommemd {
    padding-bottom: 0;
  }
  .feature h3 {
    font-weight: bold;
    letter-spacing: 2.8px;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 60px;
  }
  .feature ul li {
    width: 49%;
  }
  .feature ul li .f_tlt {
    font-weight: 18px;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .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-10 {
  margin-top: 2.667vw;
}

.m-b-10 {
  margin-bottom: 2.667vw;
}

.m-t-15 {
  margin-top: 4vw;
}

.m-b-15 {
  margin-bottom: 4vw;
}

.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-30 {
  margin-top: 8vw;
}

.m-b-30 {
  margin-bottom: 8vw;
}

.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-60 {
  margin-top: 16vw;
}

.m-b-60 {
  margin-bottom: 16vw;
}

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

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

@media (min-width: 767px) {
  .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 */


/* @media (max-width: 767px) {
#content
{
padding-top: 18%;
}
} */