@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: "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  font-weight: bold;
  color: #291e1c;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.75px;
  font-size: 62.5%;
}

#inc_header {
  position: relative;
  z-index: 9999999;
}

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

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

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

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

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

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

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

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

.txt-font03 {
  font-family: mrs-eaves, 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: "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  /* 12 */
  font-size: 3.3vw;
  line-height: 1.8;
  letter-spacing: 0.75px;
  text-align: justify;
  font-size: 4vw;
  font-weight: bold;
  display: block;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  z-index: 100;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 13px 0;
  border-radius: 25px;
  -webkit-box-shadow: 6px 2px 9px 0px rgba(179, 178, 178, 0.32);
          box-shadow: 6px 2px 9px 0px rgba(179, 178, 178, 0.32);
}

@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;
  }
}

@media (min-width: 767px) {
  .floating {
    width: 70%;
    border-radius: 50px;
  }
}

.mv {
  width: 100%;
  left: 50%;
  top: 55%;
  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 .mv-content {
  position: relative;
}

.mv .mv-content .logo {
  z-index: 10;
  position: absolute;
  left: 15%;
  top: 6%;
  width: 5.5vw;
}

.mv img.sp {
  display: block;
}

.mv img.pc {
  display: none;
}

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

.mv-word {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000;
  padding: 7.7vw 6.667vw 0;
}

.mv-word .mv-word-title {
  width: 65%;
}

.mv-word .icon {
  width: 19%;
}

@media (min-width: 767px) {
  .mv-word {
    display: none;
  }
}

.top .mv-word {
  display: none;
}

.top .include-video video {
  width: 100%;
  height: auto;
}

@media (min-width: 767px) {
  .top {
    margin-top: -10%;
  }
  .top .include-video {
    position: relative;
    margin-bottom: 120px;
    background-color: #000;
    max-width: 1920px;
  }
  .top .mv-word {
    margin: 0 auto;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .top .mv-word .mv-word-title {
    width: 20%;
    margin-right: 1%;
  }
  .top .mv-word .icon {
    width: 7%;
  }
}

.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%;
}

@media (min-width: 767px) {
  .video-container {
    width: 1100px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .video-container {
    width: 750px;
  }
}

.s-slider.owl-theme {
  position: relative;
}

.s-slider.owl-theme .owl-stage-outer {
  overflow: initial;
}

@media (min-width: 767px) {
  .s-slider.owl-theme .owl-stage-outer {
    max-width: 1100px;
    overflow: hidden;
  }
}

.s-slider.owl-theme .item {
  width: 100%;
}

.s-slider.owl-theme .item .owl-stage {
  overflow: initial;
}

@media (min-width: 767px) {
  .s-slider.owl-theme .item {
    width: 100%;
  }
}

.s-slider.owl-theme .owl-dots {
  text-align: left;
}

.s-slider.owl-theme .owl-dots button:first-child span {
  margin-left: 0;
}

.s-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #90928f !important;
  width: 5px;
  height: 5px;
  margin: 5px 3px 5px;
  border-radius: 50%;
  display: block;
}

@media (min-width: 767px) {
  .s-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
  }
}

.s-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #000 !important;
}

.s-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.s-slider.owl-theme .owl-nav .owl-prev,
.s-slider.owl-theme .owl-nav .owl-next {
  margin: 0;
  position: absolute;
  top: 40%;
}

.s-slider.owl-theme .owl-nav .owl-prev:focus,
.s-slider.owl-theme .owl-nav .owl-next:focus {
  background-color: transparent;
}

.s-slider.owl-theme .owl-nav .owl-prev:visited,
.s-slider.owl-theme .owl-nav .owl-next:visited {
  background-color: transparent;
}

.s-slider.owl-theme .owl-nav .owl-prev:hover,
.s-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: transparent;
  opacity: 0.8;
}

@media (min-width: 767px) {
  .s-slider.owl-theme .owl-nav .owl-prev,
  .s-slider.owl-theme .owl-nav .owl-next {
    top: 34%;
  }
}

.s-slider.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.s-slider.owl-theme .owl-nav .owl-next {
  right: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .s-slider.owl-theme .owl-nav .owl-prev {
    left: 3%;
  }
  .s-slider.owl-theme .owl-nav .owl-next {
    right: 3%;
  }
}

@media (min-width: 767px) {
  .s-slider.owl-theme .owl-stage-outer {
    overflow: hidden;
  }
  .s-slider.owl-theme .owl-dots {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 50px;
  }
  .s-slider.owl-theme .owl-dots span {
    background-color: #90928f;
    width: 10px;
    height: 10px;
    margin: 5px 20px 5px 0;
    border-radius: 50%;
    display: block;
  }
  .s-slider.owl-theme .owl-dots span.active span {
    background-color: #000;
  }
}

.sectlt {
  margin: 0 auto;
  font-family: "HiraginoW3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", noto-sans-cjk-jp, meiryo, "Osaka", sans-serif;
  text-align: center;
  /* 14 */
  font-size: 3.7vw;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 600;
}

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

.subtlt {
  font-size: 3.75vw;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: bold;
}

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

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

.subtlt.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

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

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

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

.wrap {
  padding: 0 6.667vw;
}

.wrap.w2-1 {
  padding: 0;
}

@media (min-width: 767px) {
  .wrap {
    padding: 0;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
  }
  .wrap > 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;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1099px) {
  .wrap {
    max-width: 100%;
    padding: 0 20px;
  }
  .wrap .sectlt {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .wrap > div .item {
    width: 90%;
  }
}

.button {
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  cursor: pointer;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 4px 0;
  letter-spacing: 1px;
  border: 2px solid #000;
  font-weight: 400;
}

@media (min-width: 767px) {
  .button {
    width: 165px;
    margin-left: 0px;
    margin-right: 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 3px;
    padding: 12px 0;
  }
  .button:hover {
    background-color: #fff;
    color: #000;
    -webkit-transition: 0.2s;
    transition: 0.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: #f5f5f5;
}

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

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

.sec.sec01 {
  padding-top: 20vw;
}

@media (min-width: 767px) {
  .sec.sec01 {
    padding-top: 120px;
  }
  .sec.sec01 .w-880 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
  }
}

.sec.sec03 {
  padding-bottom: 20vw;
}

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

.sec.sec03 .s-02 {
  max-width: 100%;
}

@media (min-width: 767px) {
  .sec.sec03 .s-02 {
    margin-right: auto;
    margin-left: auto;
    max-width: 50%;
  }
}

.sec.bgcolor-2 {
  background-color: #f5f5f5;
}

@media (min-width: 767px) {
  .sec .intro_word {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec .intro_word > .subtlt {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 800;
    text-align: center;
  }
}

@media (min-width: 767px) {
  .sec {
    padding-bottom: 120px;
  }
  .sec .item {
    margin: 0 auto;
  }
}

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

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

@media (min-width: 767px) {
  .sectlt {
    text-align: center;
  }
}

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

.logo img {
  width: 45%;
}

.logo.l-02 {
  width: 100%;
}

.logo.l-02 img {
  width: 100%;
}

.logo.l-03 {
  width: 100%;
}

@media (min-width: 767px) {
  .sec .logo {
    text-align: center;
  }
  .sec .logo img {
    width: 50%;
    margin: 0 auto;
  }
  .sec .logo.l-02 {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec .logo.l-02 img {
    width: 50%;
  }
  .sec .logo.l-03 {
    width: 50%;
  }
  .sec .logo.l-03 img {
    width: 50%;
  }
}

.and_line {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 6.4vw;
}

.and_line:before, .and_line:after {
  content: "";
  width: 40%;
  background-color: #000;
  height: 1px;
}

@media (min-width: 767px) {
  .and_line {
    font-size: 40px;
  }
}

.point-tlt02 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: 1px solid #000;
}

@media (min-width: 767px) {
  .point-tlt02 {
    padding: 5px 0;
  }
}

.point {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.point .col {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.point .col .image {
  width: 72%;
}

.point .col .word {
  font-size: 3.75vw;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.8;
}

@media (min-width: 767px) {
  .point .col .word {
    font-size: 22px;
    line-height: 2;
    letter-spacing: 1px;
  }
}

.point .col.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.point .col .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media (min-width: 767px) {
  .point {
    max-width: 880px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .point .and_line {
    width: 3%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 18%;
  }
  .point .and_line:before, .point .and_line:after {
    display: none;
  }
  .point .col {
    width: 48%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .point .col .image {
    width: 80%;
  }
  .point .col .subtlt {
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.item > div {
  position: relative;
}

@media (min-width: 767px) {
  .item.item2-1 {
    margin-bottom: 120px;
  }
}

@media (min-width: 767px) {
  .item {
    max-width: 1100px;
    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;
  }
  .item.item-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item > .image {
    width: 50%;
    margin-bottom: 0;
  }
  .item > .word {
    width: 45%;
  }
}

.item .col.price {
  margin-top: 13.667vw;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item .col.price .name {
  display: block;
  width: 100%;
  margin-bottom: 6vw;
  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;
}

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

.item .col.price .name.smaller {
  margin-bottom: 2vw;
}

.item .col.price .name.smaller .shopping_item {
  width: auto;
  /* 10 */
  font-size: 2.667vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}

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

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

.item .col.price .name .shopping_item {
  width: 64%;
  /* 12 */
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.75px;
  text-align: justify;
  font-weight: 400;
  letter-spacing: 1.5px;
}

@media (min-width: 767px) {
  .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) {
  .item .col.price .name .shopping_item {
    font-size: 14px;
  }
}

.item .col.price .name .shopping_item span {
  /* 10 */
  font-size: 2.667vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  letter-spacing: 1.2px;
}

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

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

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

.item .col.price .name .button {
  width: 22vw;
  letter-spacing: 2px;
}

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

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

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

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

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

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

.shop {
  background-color: #f5f5f5;
}

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

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

.grayLine {
  width: 86%;
  height: 1px;
  margin: 0 auto;
  background-color: #d4d4d4;
}

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

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

.feature h3 {
  text-align: center;
  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: 0.2s;
  transition: 0.2s;
}

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

.feature ul li .f_tlt {
  /* 10 */
  font-size: 2.667vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  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.667vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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: 0.3s;
  transition: 0.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: "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;
}

.m-t-90 {
  margin-top: 24vw;
}

.m-b-90 {
  margin-bottom: 24vw;
}

@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: 120px;
  }
  .m-t-75 {
    margin-top: 120px;
  }
}
/*# sourceMappingURL=design_new.css.map */