a {
  color: inherit;
}

th,
td {
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline;
}

.content {
  width: auto;
  min-width: 980px;
  padding-top: 0;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #14126E;
  letter-spacing: 0.04em;
}

.p-inner {
  max-width: 960px;
  margin: auto;
}

.txt-base {
  font-size: 16px;
  line-height: 1.75;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg {
  background: #14126E;
  color: #FFFFFF;
}
.bg .notes {
  color: #C0C2D1;
}
.bg-01 {
  padding: 83px 0 86px;
  background: url(/simages/adfm/lp/NMN_tk/img/bg_01.png) top center/1200px no-repeat;
}
.bg-02 {
  background: url(/simages/adfm/lp/NMN_tk/img/bg_02.png) top center/100% no-repeat, linear-gradient(transparent 0, transparent 40px, #BFBDD8 40px, #BFBDD8 100%);
  color: #14126E;
}
.bg-03 {
  background-color: #F7F7F7;
  padding: 80px 0 1px;
  margin-bottom: 70px;
}
.bg-04 {
  background-color: #FFFFFF;
  color: #14126E;
}
.bg-05 {
  background: url(/simages/adfm/lp/NMN_tk/img/bg_04.png) top center/100% no-repeat, linear-gradient(transparent 0, transparent 40px, #ECECF4 40px, #ECECF4 100%);
}
.bg-06 {
  background: url(/simages/adfm/lp/NMN_tk/img/bg_06.jpg) top center/100% repeat-y, #0A0703;
}

.hero {
  background: linear-gradient(#0C0804 0, #0C0804 70px, transparent 70px, transparent 100%), url(/simages/adfm/lp/NMN_tk/img/bg_kv.jpg) center/cover no-repeat;
}
.hero-inner {
  position: relative;
  max-width: 980px;
}
.hero-btn {
  position: absolute;
  bottom: 21px;
  right: 10px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.hero-btn:hover {
  opacity: 0.8;
}

.lead {
  padding: 50px 0;
  background: url(/simages/adfm/lp/NMN_tk/img/bg_05.jpg) top center/cover no-repeat;
}

.product-area {
  padding: 88px 0;
}
.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding-top: 35px;
}
.product-img {
  width: 492px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-box {
  width: 410px;
}
.product-name {
  margin-bottom: 5px;
}
.product-capa {
  font-size: 27px;
  margin-bottom: 48px;
}
.product-capa span {
  font-size: 0.78em;
}
.product-price {
  text-align: center;
  font-size: 23px;
  margin-top: 10px;
}
.product-price .unit {
  font-size: 27px;
  font-weight: 600;
}
.product-price .en {
  font-size: 33px;
  font-weight: 700;
  margin-left: 5px;
}
.product-base-price {
  font-size: 22px;
  line-height: 32px;
  display: inline-block;
  position: relative;
  padding-bottom: 42px;
}
.product-base-price .unit {
  font-size: 26px;
  font-weight: bold;
}
.product-base-price .en {
  font-size: 32px;
  font-weight: 700;
}
.product-base-price .line {
  position: relative;
  margin-left: 10px;
}
.product-base-price .line::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-try {
  padding: 50px 58px;
  margin-top: 35px;
}
.product-try .product-img {
  width: 410px;
}
.product-try .product-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-try._once {
  position: relative;
  margin-top: 0;
}
.product-try._once::before {
  width: 844px;
  content: "";
  height: 2px;
  background-color: #14126E;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product-try._once .product-capa {
  font-size: 22px;
  margin-bottom: 0;
}
.product-02 .txt-02 {
  color: #FF7777;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.446em;
}
.product-02 .txt-02 span {
  font-size: 1.103em;
}
.product-02 .product-capa {
  margin-bottom: 20px;
}

.ico-arrow {
  position: relative;
}
.ico-arrow::after {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url(/simages/adfm/lp/NMN_tk/img/icon_arrow_product.svg) center/100% no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ico-arrow._w::after {
  background-image: url(/simages/adfm/lp/NMN_tk/img/icon_arrow_product_w.svg);
}

.subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.subscription-discount {
  width: 103px;
  margin-right: 10px;
}
.subscription-discount-price {
  color: #FF7777;
}
.subscription-discount-price {
  font-size: 24px;
}
.subscription-discount-price .en {
  font-size: 50px;
  font-weight: 700;
}
.subscription-discount-price .unit {
  font-size: 29px;
  font-weight: bold;
}
.subscription-txt {
  font-size: 23px;
  font-weight: 500;
}
.subscription-txt-cancel {
  font-size: 20px;
}

.txt-off-15 {
  font-size: 19px;
  line-height: 1;
  margin-top: 12px;
}
.txt-off-15 span {
  font-size: 1.111em;
  color: #FF7777;
  font-weight: bold;
}
.txt-off-50 {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 0.8em;
  line-height: 1;
  margin-bottom: 12px;
}
.txt-off-50::before, .txt-off-50::after {
  display: block;
  content: "";
  width: 2px;
  height: 60%;
  position: absolute;
  background-color: currentColor;
  bottom: 0;
}
.txt-off-50:before {
  left: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.txt-off-50::after {
  right: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.txt-off-50 span {
  color: #FF7777;
  font-weight: bold;
}
.txt-off-50 .num {
  font-size: 1.722em;
}
.txt-off-50 .per {
  font-size: 1.055em;
}
.txt-off-50 .off {
  font-size: 1.444em;
}

.area-btn {
  text-align: center;
  padding-top: 26px;
  max-width: 468px;
  margin: auto;
}
.area-btn a {
  display: block;
  border-radius: 35.5px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.area-btn a:hover {
  opacity: 0.8;
}

.notes {
  margin-top: 20px;
  color: #7E7E7E;
  font-size: 11px;
  line-height: 1.909;
  letter-spacing: normal;
}

.attention {
  border: 1px solid currentColor;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  padding: 20px 0;
  font-weight: 600;
  margin-bottom: 57px;
}

.sec-01 {
  text-align: center;
}
.sec-01 .ttl-01 {
  margin-bottom: 2.1em;
}
.sec-01 .ttl-02 {
  margin-bottom: 3.72em;
}
.sec-01 .img-01 {
  margin-bottom: 2.86em;
}

.sec-02 {
  padding-bottom: 7px;
}
.sec-02-bg {
  background-color: #F7F7F7;
  padding: 80px 0 1px;
  margin-bottom: 70px;
}
.sec-02-ttl {
  margin-bottom: 17px;
}
.sec-02-ttl-02 {
  margin-top: 35px;
}
.sec-02 .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 22px;
}
.sec-02-cnt {
  margin-bottom: 70px;
}
.sec-02 .detail {
  width: 550px;
}
.sec-02 .detail img {
  margin-bottom: 27px;
}
.sec-02 .detail .notes {
  margin-top: 34px;
  font-size: 13px;
  color: inherit;
}
.sec-02 .img {
  width: 338px;
}
.sec-02 .cnt-03 {
  text-align: center;
  min-height: 299px;
  background: url(/simages/adfm/lp/NMN_tk/img/bg_03.png) top center/100% no-repeat;
}
.sec-02 .cnt-03 p {
  margin-top: 26px;
}
.sec-02 .cnt-04 p {
  font-size: 11px;
  margin-bottom: 30px;
}
.sec-02 .cnt-04 .notes-02 {
  margin-top: 12px;
}

.sec-03 {
  padding-bottom: 85px;
}
.sec-03-ttl {
  position: relative;
  top: -55px;
  margin: 0 auto -20px;
}
.sec-03-ttl img {
  width: 86.5%;
  max-width: 1038px;
}
.sec-03 .img-01 {
  margin-bottom: 9px;
}
.sec-03-cnt {
  background: #FFFFFF;
  padding: 62px 59px;
  margin-top: 30px;
}
.sec-03 .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.sec-03 .list-item .txt-base {
  width: 410px;
  letter-spacing: 0.03em;
}
.sec-03 .list-item:nth-child(even) .txt-base {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.sec-03 .list-item .f-s {
  font-size: 0.82em;
}
.sec-03 .list-ttl {
  margin-bottom: 8px;
}
.sec-03 .cnt-02 {
  padding: 62px 45px;
}
.sec-03 .cnt-02 .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 57px;
}
.sec-03 .cnt-02 .txt-base {
  width: 516px;
}
.sec-03 .cnt-02 .box p {
  font-size: 13px;
  margin-top: 10px;
}
.sec-03 .notes {
  color: inherit;
}

.sec-04 {
  padding: 58px 0;
}
.sec-04-ttl {
  margin-bottom: 30px;
}

.qa-list {
  color: #14126E;
  max-width: 844px;
  margin: auto;
  font-size: 15px;
  letter-spacing: 0;
}
.qa-list-item {
  margin-bottom: 15px;
}
.qa-ttl {
  background: #FFFFFF;
  padding: 7px 34px;
  border-bottom: 1px solid currentColor;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  line-height: 2;
}
.qa-ttl::before {
  position: absolute;
  right: 25px;
  top: 50%;
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background: url(/simages/adfm/lp/NMN_tk/img/icon_arrow.svg) center/100% no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.qa-ttl.is-active::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.qa-a {
  background-color: #ECECF4;
  padding: 20px 24px 16px;
  line-height: 1.733;
}

.sec-05 {
  padding: 59px 0;
}
.sec-05 .ttl {
  margin-bottom: 34px;
}
.sec-05 table {
  letter-spacing: 0.04em;
  text-align: left;
  border: 1px solid #14126E;
  border-collapse: collapse;
}
.sec-05 th,
.sec-05 td {
  border: 1px solid #14126E;
  color: #14126E;
  font-weight: 500;
}
.sec-05 th {
  padding: 0.3em 0.8em;
  width: 190px;
  background-color: rgba(16, 21, 100, 0.05);
  line-height: 1.5;
  font-weight: 600;
}
.sec-05 th .l {
  font-size: 18px;
}
.sec-05 th span {
  font-size: 15px;
}
.sec-05 td {
  padding: 0.3em 1.5em;
  line-height: 1.75;
}
.sec-05 .nutritional td {
  font-size: 18px;
}
.sec-05 .nutritional td {
  padding: 2em 1.5em 1em;
  font-size: 17px;
  line-height: 2;
}
.sec-05 .nutritional td span {
  width: 188px;
  display: inline-block;
}
.sec-05 .nutritional .line {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid currentColor;
}

.s-center {
  text-align: center;
}

.anchor {
  padding-top: 2em;
  margin-top: -2em;
}

.content .attention {
  color: inherit;
  float: none;
}
.content .notes a {
  color: inherit;
}
.content .num {
  border: none;
  background: none;
  padding: 0;
}

.loginarea_title,
.loginarea {
  display: none !important;
}

.sec-06 {
  padding: 58px 0;
  background: url(/simages/adfm/lp/NMN_tk/img/bg_08_02.png) center/1280px no-repeat, url(/simages/adfm/lp/NMN_tk/img/bg_08_01.png) center/cover no-repeat;
}
.sec-06 .ttl-01 {
  margin-bottom: 35px;
}

/*# sourceMappingURL=NMN_tk_ms.css.map */